brotherton-erpnext/erpnext/controllers
marination 957615bec8 fix: Stricter validations
- Validation for overreceipt on Purchase Invoice, Stock Entry, Purchase Receipt & Stock Reconciliation
- Every incoming stock transaction must be checked to avoid overcapacity
- However application of rule and splitting only on certain doctypes
- Validate capacity < stock balance on save in putaway rule, irrespective
2021-01-18 23:47:24 +05:30
..
tests fix: Create QI Parameters (links) in test cases 2021-01-04 11:10:04 +05:30
__init__.py moved modules inside erpnext folder 2013-12-11 10:43:52 +05:30
accounts_controller.py feat: GST E Invoicing (#23455) 2020-12-25 10:26:43 +05:30
buying_controller.py Reposting fixes (#24202) 2020-12-25 18:12:35 +05:30
item_variant.py fix: Typo 2020-06-17 19:05:40 +05:30
print_settings.py optimize(various) 2018-08-08 16:37:31 +05:30
queries.py fix: Replace raw query with ORM 2020-11-25 13:42:16 +05:30
sales_and_purchase_return.py fix(e-invoicing): minor calculation fixes (#24285) 2021-01-05 13:53:51 +05:30
selling_controller.py fix: incoming rate attribute error (#24287) 2021-01-05 11:54:34 +05:30
status_updater.py fix: Table 'tabStock Entry Detail' is specified twice 2020-12-11 18:45:39 +05:30
stock_controller.py fix: Stricter validations 2021-01-18 23:47:24 +05:30
taxes_and_totals.py fix: Accounting for internal transfer invoices within same company (#24021) 2020-12-11 21:30:39 +05:30
trends.py fix: grammatical fix on error message 2020-06-25 22:35:33 +05:30
website_list_for_contact.py feat: provision to draft quotation from portal 2020-09-23 22:02:31 +05:30