brotherton-erpnext/erpnext/controllers
Aditya Hase 6ccb6562f1 Python 3 compatibility syntax error fixes (#10519)
* Use Python 3 style print function

* Use 'Exception as e' instead of 'Exception, e'

* Unpack tuple arguments explicitly in instead of relying on auto unpacking

* Use consistent indentation

* Use 0 if stock_frozen_upto_days is None
2017-08-28 18:17:36 +05:30
..
tests resolved merge conflicts 2017-07-31 12:30:53 +05:30
__init__.py moved modules inside erpnext folder 2013-12-11 10:43:52 +05:30
accounts_controller.py Remove newline from serial no values 2017-07-18 12:15:16 +05:30
buying_controller.py [Fix] Getting an error cost center is not defined in the purchase receipt, even if it's defined in the company (#10320) 2017-08-10 11:32:59 +05:30
item_variant.py [minor] set description to '' if template description is not available (#10244) 2017-08-02 18:16:53 +05:30
print_settings.py [fix] compact print format not longer ignores format builder 2017-01-25 08:20:43 +08:00
queries.py [fix] warehouse query fixes https://github.com/frappe/erpnext/issues/10537 (#10538) 2017-08-24 15:23:33 +05:30
recurring_document.py [fixes] for recurring and tests 2017-03-14 19:13:39 +05:30
sales_and_purchase_return.py remove bracket (#9284) 2017-06-14 15:51:47 +05:30
selling_controller.py Selling price validation against last purchase rate / valuation rate (#8702) 2017-05-05 17:23:17 +05:30
status_updater.py Fix #4587: Status does not display "Pending" in report filter (#9104) 2017-06-07 12:02:07 +05:30
stock_controller.py Added is_perpetual_inventory_enabled method 2017-06-20 11:26:37 +05:30
taxes_and_totals.py Tax breakup for actual amount and fixes in itemised purchase register (#10515) 2017-08-24 16:22:28 +05:30
trends.py [enhance] Stock qty added in purchase invoice 2017-04-11 18:29:52 +05:30
website_list_for_contact.py Python 3 compatibility syntax error fixes (#10519) 2017-08-28 18:17:36 +05:30