commit | 3fa0a46f39f7024c5d0b235a7725eaa9ad0f3869 | [log] [tgz] |
---|---|---|
author | marination <maricadsouza221197@gmail.com> | Thu Jun 09 16:22:00 2022 +0530 |
committer | marination <maricadsouza221197@gmail.com> | Thu Jun 09 16:27:51 2022 +0530 |
tree | 338bda2ef8373b2227fe92761a83b9647d862e11 | |
parent | a6edce23977d87182b56c9b065f38f862366d1fa [diff] |
chore: Less hacky tests, versioning (replace bom) and clearing log data (update cost) - Remove `auto_commit_on_many_writes` in `update_cost_in_level()` as commits happen every N BOMs - Auto commit every 50 BOMs - test: Remove hacky `frappe.flags.in_test` returns - test: Enqueue `now` if in tests (for update cost and replace bom) - Replace BOM: Copy bom object to `_doc_before_save` so that version.py finds a difference between the two - Replace BOM: Add reference to version - Update Cost: Unset `processed_boms` if Log is completed (useless after completion) - test: `update_cost_in_all_boms_in_test` works close to actual prod implementation (only call Cron job manually) - Test: use `enqueue_replace_bom` so that test works closest to production behaviour Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
ERPNext as a monolith includes the following areas for managing businesses:
ERPNext is built on the Frappe Framework, a full-stack web app framework built with Python & JavaScript.
Login for the PWD site: (username: Administrator, password: admin)
Use docker to deploy ERPNext in production or for development of Frappe apps. See https://github.com/frappe/frappe_docker for more details.
The Easy Way: our install script for bench will install all dependencies (e.g. MariaDB). See https://github.com/frappe/bench for more details.
New passwords will be created for the ERPNext "Administrator" user, the MariaDB root user, and the frappe user (the script displays the passwords and saves them to ~/frappe_passwords.txt).
GNU/General Public License (see license.txt)
The ERPNext code is licensed as GNU General Public License (v3) and the Documentation is licensed as Creative Commons (CC-BY-SA-3.0) and the copyright is owned by Frappe Technologies Pvt Ltd (Frappe) and Contributors.
Please read our Logo and Trademark Policy.