brotherton-erpnext/erpnext
Aditya Hase d168a71cfb perf(patch): Use INSERT with ON DUPLICATE KEY UPDATE
update_total_qty_field patch was using UPDATE statement with CASE

Now use INSERT INTO with ON DUPLICATE KEY UPDATE clause which
allows this query to use indexes and update multiple rows per query.
2018-11-14 19:09:07 +05:30
..
accounts Added Default Warehouse field that sets all item's warehouse (#15462) 2018-11-13 12:37:53 +05:30
agriculture Doctypes in domains that are in beta are now restricted to that domain 2018-11-04 08:39:52 -05:00
assets Merge pull request #15796 from Alsum/set_current_asset_value 2018-11-13 12:42:28 +05:30
buying Added Default Warehouse field that sets all item's warehouse (#15462) 2018-11-13 12:37:53 +05:30
change_log Email alert renamed to Notification (#14618) 2018-06-21 09:17:52 +05:30
commands
config Stock analytics script report (#15630) 2018-11-12 17:05:31 +05:30
controllers [fix] Invoice/Delivery note customer po_no overwritten by Sales order null po_no (#15785) 2018-11-08 12:51:41 +05:30
crm Do not display gender for companies (#15728) 2018-10-18 16:49:49 +05:30
demo item data updated with retail data 2018-10-10 14:28:17 +05:30
domains [fix] Healthcare field and desktop icon (#15638) 2018-10-10 14:44:36 +05:30
education Doctypes in domains that are in beta are now restricted to that domain 2018-11-04 08:39:52 -05:00
erpnext_integrations [Feature] ERPNext Quickbooks Migrator (#15718) 2018-10-17 17:50:00 +05:30
healthcare Doctypes in domains that are in beta are now restricted to that domain 2018-11-04 08:39:52 -05:00
hotels Doctypes in domains that are in beta are now restricted to that domain 2018-11-04 08:39:52 -05:00
hr assign-sa-to-group-of-employees 2018-11-13 11:43:58 +02:00
hub
hub_node fix(hub): Prevent registered actions 2018-11-05 19:18:48 +05:30
maintenance Refactor Naming Series (#15070) 2018-08-28 13:44:48 +05:30
manufacturing [Fix] On save Allow Transfer for Manufacture reset to default value even if user has changed manually 2018-11-14 01:18:41 +05:30
non_profit Doctypes in domains that are in beta are now restricted to that domain 2018-11-04 08:39:52 -05:00
patches perf(patch): Use INSERT with ON DUPLICATE KEY UPDATE 2018-11-14 19:09:07 +05:30
portal Fixed merge conflict 2018-08-29 13:34:58 +05:30
projects [fix] #14038-Std hours at company level to calculate timesheet hours (#15819) 2018-11-12 16:40:07 +05:30
public Added Default Warehouse field that sets all item's warehouse (#15462) 2018-11-13 12:37:53 +05:30
regional fix(patch): Fetch missing gst hsn code in transactions and set hsn-wise taxes 2018-11-13 18:21:22 +05:30
restaurant Refactor Naming Series (#15070) 2018-08-28 13:44:48 +05:30
selling Added Default Warehouse field that sets all item's warehouse (#15462) 2018-11-13 12:37:53 +05:30
setup Merge pull request #15969 from rohitwaghchaure/fix_company_dashbord_sales_count 2018-11-13 11:37:26 +05:30
shopping_cart optimize(various) 2018-08-08 16:37:31 +05:30
startup [Enhance][Fix] Healthcare - DocType and Fields renaming (#14861) 2018-07-16 18:08:53 +05:30
stock Merge branch 'master' into staging-fixes 2018-11-13 10:59:05 +00:00
support Refactor Naming Series (#15070) 2018-08-28 13:44:48 +05:30
templates Merge pull request #15547 from Zlash65/demo-refactor 2018-10-16 17:34:09 +05:30
tests Test case for contact references (#15077) 2018-09-05 11:00:14 +05:30
translations [Translation] Updated Translations (#15414) 2018-09-17 16:54:30 +05:30
utilities [Fix] Website Conversion factor query (#15866) 2018-11-13 11:36:41 +05:30
www Certfication Application Doctype and webform,Certfied Consultant DocType (#14528) 2018-06-15 10:04:19 +05:30
__init__.py Merge branch 'master' into staging-fixes 2018-11-13 10:59:05 +00:00
exceptions.py
hooks.py bumped to version 11.0.3-beta.22 2018-11-14 11:32:34 +00:00
modules.txt Re-add Hub Node module 2018-09-12 16:36:10 +05:30
patches.txt fix(patch): Fetch missing gst hsn code in transactions and set hsn-wise taxes 2018-11-13 18:21:22 +05:30