brotherton-erpnext/erpnext/stock
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
..
dashboard fix: Translation strings with trailing spaces (#21192) 2020-04-08 09:32:41 +05:30
desk_page/stock feat: updated desk pages (#21138) 2020-04-10 18:52:05 +05:30
doctype feat: Immutable ledger (#18740) 2020-04-30 10:38:58 +05:30
onboarding_slide/add_a_few_products_you_buy_or_sell fix: remove illustrations from onboarding slides (#19872) 2019-12-23 08:24:46 +05:30
page fix: translated title (#18119) 2019-07-01 11:01:28 +00:00
print_format fix: Update pick list print format 2019-08-30 15:59:35 +05:30
report feat: Immutable ledger (#18740) 2020-04-30 10:38:58 +05:30
__init__.py fix: warehouse_account_map not getting reset for diff company transac (#20995) 2020-03-31 15:31:15 +05:30
get_item_details.py feat: Provision to set Default Item Manufacturer 2020-04-07 21:00:57 +05:30
README.md moved modules inside erpnext folder 2013-12-11 10:43:52 +05:30
reorder_item.py fix: Re-order Item Error Email format (#21342) 2020-04-21 12:52:29 +05:30
stock_balance.py feat: Immutable ledger (#18740) 2020-04-30 10:38:58 +05:30
stock_ledger.py feat: Immutable ledger (#18740) 2020-04-30 10:38:58 +05:30
utils.py feat: Immutable ledger (#18740) 2020-04-30 10:38:58 +05:30

Inventory management module.