brotherton-erpnext/erpnext/controllers
Bassam Ramadan 1ff2315899 Trial balance and payable accounts reports and sales return fixes (#15000)
* adding supplier type filter to payable accounts and payable accounts summary reports

adding supplier type filter to payable accounts and payable accounts
summary reports as customer group at receivable accounts and summary
reports as its important and easier to put this filter

* fix trial balance opening and closing values

the removed mathematical operations was causing showing incorrect values
at opening and closing columns where the total row was correct so the
operation deleted to view the correct values to be equal to the total
row and to stop confusing the user due to different values between the
total row and the the values in front of each account

* fix for supplier type filter field on payable accounts reports

rename the supplier type filter field to supplier group in payable
accounts and summary reports

* fix for paid amount in returned sales invoice

the current paid amount not change from source value if you deleted any
item if the invoice contain for example 3 items and you only need to
return on item the current steps is to open the original invoice and
press on make return then you delete the unwanted items but in this case
the paid amount will not change and you will get an alert from the
system until you change it manually but with this modification it works
very well.

* fixing trial balance values and totals

fixing trial balance opening and closing ( DR - CR ) values and totals
2018-08-20 17:58:28 +05:30
..
tests [Enhance] Quality Inspection Template (#12988) 2018-02-22 11:03:48 +05:30
__init__.py moved modules inside erpnext folder 2013-12-11 10:43:52 +05:30
accounts_controller.py minor fix 2018-08-09 11:30:21 +05:30
buying_controller.py Resolved merge conflicts 2018-08-07 13:01:11 +05:30
item_variant.py Small python 3 compatibility correction (#15151) 2018-08-16 10:32:49 +05:30
print_settings.py optimize(various) 2018-08-08 16:37:31 +05:30
queries.py Allow Disabling Batch and edit Validations (#15076) 2018-08-06 14:45:18 +05:30
sales_and_purchase_return.py Trial balance and payable accounts reports and sales return fixes (#15000) 2018-08-20 17:58:28 +05:30
selling_controller.py fix(various) 2018-08-10 19:01:13 +05:30
status_updater.py [Enhance] Standalone debit/credit note (#14269) 2018-06-11 12:02:14 +05:30
stock_controller.py minor fix 2018-06-14 17:09:55 +05:30
taxes_and_totals.py Loyalty Program (#12631) 2018-07-06 12:36:57 +05:30
trends.py controller and other changes 2018-05-14 11:45:38 +05:30
website_list_for_contact.py [hotfix] fixed Not Permitted issue for System user while accessing documents on portal (#10725) 2017-09-10 12:04:28 +05:30