brotherton-erpnext/erpnext/controllers
Deepesh Garg 2a9c5badc6
feat: Immutable ledger (#18740)
* fix: Reverse GL entry on cancellation of document

* fix: Removed set posting time field for multiple docs

* fix: Stop future reposting and reverse entry for purchase receipt and delivery note

* fix: Change is_cancelled field from select to check

* Revert "fix: Removed set posting time field for multiple docs"

This reverts commit 81fb808db7da69ab1e58ba226c0cd0b77e5b90c8.

* fix: Multiple fixes in GL Entry

* fix: Remove future reporting from doctypes

* fix: Canceled entry filters in Stock Ledger and General Ledger Report

* fix: Remove print statement

* fix: Validation for back dated entries

* fix: Codacy fixes

* fix: Add ignore links to multiple doctypes

* fix: Codacy Fixes

* fix: Ignore GL Entry and Stock Ledger entry while cancel

* fix: Test case fixes

* fix: Patch

* fix: Codacy

* fix: Budget Test Cases

* fix: Patch

* fix: Patch

* fix: Multiple test cases

* fix: changes in make_reverse_entry function

* fix: Update patch

* fix: Test Cases

* fix: Test Case fixes

* fix: Move patch upward in patches.txt

* fix: Budget Test Cases

* fix: Test Case and codacy

* fix: Patch

* fix: Minor label and UX fixes

* fix: Move freezing date check

* fix: Test Cases

* fix: Test cases

* fix: Test Cases

* fix: Test Case

* fix: Remove update_gl_entries_after function

* fix: Remove update_gl_entries_after function

* fix: Test Cases

* fix: Fiscal Year wise backdated entry

* fix: Update entries only for current SLE

* fix: Remove is_cancelled

* fix: Test Cases

* fix: Test cases

* fix: Test Cases

* fix: Uncomment account and stock balance sync logic

* fix: Stock balance and Account balance out of sync fixes

* fix: Test Cases

* fix: Test cases for POS, Stock Reco and Purchase Receipt

* fix: Stock Reco tests

* fix: Test stock reco precision

* fix: Test stock reco for fifo precision

* fix: Test stock reco for fifo precision

* fix: Stock Entry test case

Co-authored-by: Nabin Hait <nabinhait@gmail.com>
2020-04-30 10:38:58 +05:30
..
tests feat(Healthcare): Rehabilitation Module (#21216) 2020-04-22 13:07:12 +05:30
__init__.py moved modules inside erpnext folder 2013-12-11 10:43:52 +05:30
accounts_controller.py feat: Immutable ledger (#18740) 2020-04-30 10:38:58 +05:30
buying_controller.py fix: purchase return are allowed even when assets are not cancelled (#20797) 2020-04-08 12:11:40 +05:30
item_variant.py fix(Stock): item variant description (#19134) 2019-09-24 19:17:13 +05:30
print_settings.py optimize(various) 2018-08-08 16:37:31 +05:30
queries.py fix: Blanket Order in SO/PO child tables (#21442) 2020-04-28 13:00:04 +05:30
sales_and_purchase_return.py fix: code cleanup 2019-11-20 19:42:27 +05:30
selling_controller.py fix: patch and validation message to fix target warehouse issue (#21371) 2020-04-23 09:46:29 +05:30
status_updater.py fix: Status field in Serial No for filter and report builder 2020-04-08 15:38:28 +05:30
stock_controller.py feat: Immutable ledger (#18740) 2020-04-30 10:38:58 +05:30
taxes_and_totals.py fix: show positive taxes in credit notes 2020-04-13 16:40:13 +05:30
trends.py fix: Query Condition On Billing date filters 2019-10-07 14:27:07 +05:30
website_list_for_contact.py Enhancements to Supplier Portal (#19221) 2019-10-09 11:41:33 +05:30