brotherton-erpnext/erpnext/utilities
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
..
doctype [cleanup] move contact, address to frappe 💥 2017-01-13 18:54:47 +05:30
page Leaderboard of customers, items, suppliers and sales partner (#9354) 2017-06-20 13:04:45 +05:30
web_form Email ID renamed to Email Address 2017-01-03 16:45:38 +05:30
__init__.py Python 3 compatibility syntax error fixes (#10519) 2017-08-28 18:17:36 +05:30
activation.py [minor] remove student batch name from activation.py 2017-05-19 14:53:32 +05:30
bot.py [fix] minor for quick-entry 2016-03-29 11:53:17 +05:30
README.md moved modules inside erpnext folder 2013-12-11 10:43:52 +05:30
transaction_base.py [minor] set_posting_time=1 only when imported data contains posting date. (#9349) 2017-06-19 12:12:22 +05:30

Common utilities / DocTypes.