commit | e64b004eca86255159c799d9b47f36a75fe70ba0 | [log] [tgz] |
---|---|---|
author | ruthra kumar <ruthra@erpnext.com> | Tue Aug 08 20:27:12 2023 +0530 |
committer | GitHub <noreply@github.com> | Tue Aug 08 20:27:12 2023 +0530 |
tree | 0ce7102cd6a242dbc0915baa98d8df3ae0c04f06 | |
parent | c1dd06065b6d1aad97d909362a7d71a39fd99608 [diff] |
feat: utility to repost accounting ledgers without cancellation (#36469) * feat: introduce doctypes for repost * refactor: basic filters and validations * chore: basic validations * chore: added barebones function to generate ledger entries * chore: repost on submit * chore: repost in background * chore: include payment entry and journal entry * chore: ignore repost doc on cancel * chore: preview method * chore: rudimentary form of preview * refactor: preview template * refactor: basic background colors to differentiate old and new * chore: remove commented code * test: basic functionality * chore: fix conflict * chore: prevent repost on invoices with deferred accounting * refactor(test): rename and test basic validations and methods * refactor(test): test all validations * fix(test): use proper name account name * refactor(test): fix failing test case * refactor(test): clear old entries * refactor(test): simpler logic to clear old records * refactor(test): make use of deletion flag * refactor(test): split into multiple test cases
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.
By contributing to ERPNext, you agree that your contributions will be licensed under its GNU General Public License (v3).
Please read our Logo and Trademark Policy.