brotherton-erpnext/erpnext/setup/doctype
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
..
authorization_control changed doctype name userrole to has role 2017-03-06 14:24:39 +05:30
authorization_rule Added fields in global search 2017-02-20 13:38:31 +05:30
brand Added fields in global search 2017-02-20 13:38:31 +05:30
company Chart of accounts for Taiwan (#10435) 2017-08-22 19:07:42 +05:30
currency_exchange adds new tests that verify that get_exchange_rate returns the latest exchange rate 2017-06-08 19:44:26 +01:00
customer_group [Fix] Tax rule is not working for the parent customer groups (#10458) 2017-08-21 07:38:37 +05:30
email_digest [minor] calculate balance in company currency instead of account currency 2017-06-20 11:50:23 +05:30
global_defaults Lint and fix JS files 2017-05-30 12:54:42 +05:30
item_group Python 3 compatibility syntax error fixes (#10519) 2017-08-28 18:17:36 +05:30
naming_series Fixes in the naming series (#10480) 2017-08-24 17:51:23 +05:30
notification_control [minor] rename icons as per FontAwesome 4 (#7136) 2016-12-05 14:17:26 +05:30
party_type Added fields in global search 2017-02-20 13:38:31 +05:30
print_heading [minor] rename icons as per FontAwesome 4 (#7136) 2016-12-05 14:17:26 +05:30
quotation_lost_reason [minor] rename icons as per FontAwesome 4 (#7136) 2016-12-05 14:17:26 +05:30
sales_partner Salutation and Gender in Lead and Customer (#9199) 2017-06-13 15:26:35 +05:30
sales_person Added fields in global search 2017-02-20 13:38:31 +05:30
supplier_type Added fields in global search 2017-02-20 13:38:31 +05:30
target_detail [fix] make grids editable 2016-07-11 13:01:58 +05:30
terms_and_conditions Added fields in global search 2017-02-20 13:38:31 +05:30
territory Description correction (#8811) 2017-05-16 08:34:33 +05:30
uom Added fields in global search 2017-02-20 13:38:31 +05:30
website_item_group [fix] make grids editable 2016-07-11 13:01:58 +05:30
__init__.py moved modules inside erpnext folder 2013-12-11 10:43:52 +05:30