Skip to content
This repository has been archived by the owner on Feb 4, 2025. It is now read-only.

Latest commit

 

History

History
33 lines (19 loc) · 1.12 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.12 KB

moved

This repo has moved to https://git.libracore.io/libracore/mietrecht_ch

mietrecht-ch

Backend to mietrecht.ch

License

AGPL v3 (Waiting for final decision)

Requirements

CORS

Site must allow CORS from staging/prod URLs so that Angular app can make API calls to the ERPNext app. This can be configured in the common_site_config.json file at the root of the sites folder or in the site_config.json in the site folder in ERPNext.

In this file, add the value "allow_cors": "[<allowed_url_1, <allowed_url_2>]"

See documentation

SCHEDULER

Site must enable scheduler in order to make cron jobs work. In frappe-bench -> sites -> "common_site_config.json" tweak "pause_scheduler": 1" to "pause_scheduler": 0"

Update log

  • Updated to 0.0.5
  • Updated to 0.0.6: ERPNextSwiss Dependencies.
  • Updated to 0.0.9: Login feature
    Developed and Reviewed by Liip until Nov 24, 2023.
  • Updated to 0.1.0 (fully running on ERPNext at libracore.com)