brotherton-erpnext/erpnext/setup/doctype
Suraj Shetty bfc195dd8b Changes to support refactor in frappe pg-poc branch (#15287)
* Remove quotes from sql to make it compatible with postgres as well

* Fix queries
- Replace mysql specifc queries with standard ones

* Make repo URL chages to test pg-poc

* Add root passowrd to test site config

* Fix quotes issue

* Remove debug flag from a pricing rule query

* Remove python 3.6 version from travis.yml

* Fix improper query issue

* Fix incorrect query

* Fix a query

- This fix need to be changed when we will  start supporting postgres
since date_format is not supported by postgres

* Get price list map as dict

* Convert price_list_currency_map to dict
2018-09-21 10:20:52 +05:30
..
authorization_control Changes to support refactor in frappe pg-poc branch (#15287) 2018-09-21 10:20:52 +05:30
authorization_rule Refactor Naming Series (#15070) 2018-08-28 13:44:48 +05:30
brand perms: fix default import, export perms 2018-08-29 17:10:27 +05:30
company Changes to support refactor in frappe pg-poc branch (#15287) 2018-09-21 10:20:52 +05:30
currency_exchange Fix currency exchange tests (#14356) 2018-06-05 14:16:10 +05:30
customer_group perms: fix default import, export perms 2018-08-29 17:10:27 +05:30
email_digest fix(email digest): Income/expenses value in case of last period of a fiscal year (#15320) 2018-09-05 17:18:59 +05:30
global_defaults [minor] remove in_dialog old property 2018-05-16 12:51:22 +05:30
item_group Changes to support refactor in frappe pg-poc branch (#15287) 2018-09-21 10:20:52 +05:30
naming_series [py3] Convert filter object to list (#15260) 2018-08-30 19:22:22 +05:30
party_type Changes to support refactor in frappe pg-poc branch (#15287) 2018-09-21 10:20:52 +05:30
print_heading [minor] remove in_dialog old property 2018-05-16 12:51:22 +05:30
quotation_lost_reason [minor] remove in_dialog old property 2018-05-16 12:51:22 +05:30
sales_partner Defaults in Item Group (#14874) 2018-07-17 18:01:44 +05:30
sales_person Defaults in Item Group (#14874) 2018-07-17 18:01:44 +05:30
setup_progress [progress] R/W permission for all roles (#10866) 2017-09-21 12:02:18 +05:30
setup_progress_action Progress fixes (#10710) 2017-09-13 18:41:01 +05:30
supplier_group perms: fix default import, export perms 2018-08-29 17:10:27 +05:30
target_detail [minor] remove in_dialog old property 2018-05-16 12:51:22 +05:30
terms_and_conditions perms: fix default import, export perms 2018-08-29 17:10:27 +05:30
territory perms: fix default import, export perms 2018-08-29 17:10:27 +05:30
uom perms: fix default import, export perms 2018-08-29 17:10:27 +05:30
uom_conversion_factor Refactor Naming Series (#15070) 2018-08-28 13:44:48 +05:30
website_item_group [minor] remove in_dialog old property 2018-05-16 12:51:22 +05:30
__init__.py