Anand Doshi | cb39e08 | 2014-01-24 21:44:36 +0530 | [diff] [blame] | 1 | erpnext.patches.1401.enable_all_price_list |
Rushabh Mehta | c4a0ed6 | 2013-12-27 17:30:24 +0530 | [diff] [blame] | 2 | erpnext.patches.4_0.update_user_properties |
| 3 | erpnext.patches.4_0.move_warehouse_user_to_restrictions |
Akhilesh Darjee | 5c96b75 | 2013-12-31 17:45:20 +0530 | [diff] [blame] | 4 | erpnext.patches.4_0.new_permissions |
Akhilesh Darjee | 86894f3 | 2014-01-27 15:42:02 +0530 | [diff] [blame] | 5 | erpnext.patches.4_0.update_incharge_name_to_sales_person_in_maintenance_schedule |
Akhilesh Darjee | 4cdb799 | 2014-01-30 13:56:57 +0530 | [diff] [blame] | 6 | execute:webnotes.reload_doc('accounts', 'doctype', 'sales_invoice') # 2014-01-29 |
| 7 | execute:webnotes.reload_doc('selling', 'doctype', 'sales_order') # 2014-01-29 |
| 8 | execute:webnotes.reload_doc('selling', 'doctype', 'quotation') # 2014-01-29 |
| 9 | execute:webnotes.reload_doc('stock', 'doctype', 'delivery_note') # 2014-01-29 |
| 10 | erpnext.patches.4_0.reload_sales_print_format |
| 11 | execute:webnotes.reload_doc('accounts', 'doctype', 'purchase_invoice') # 2014-01-29 |
| 12 | execute:webnotes.reload_doc('buying', 'doctype', 'purchase_order') # 2014-01-29 |
| 13 | execute:webnotes.reload_doc('buying', 'doctype', 'supplier_quotation') # 2014-01-29 |
| 14 | execute:webnotes.reload_doc('stock', 'doctype', 'purchase_receipt') # 2014-01-29 |
| 15 | erpnext.patches.4_0.reload_purchase_print_format |
Akhilesh Darjee | b665d86 | 2014-01-29 17:40:34 +0530 | [diff] [blame] | 16 | execute:webnotes.reload_doc('accounts', 'doctype', 'pos_setting') # 2014-01-29 |
| 17 | execute:webnotes.reload_doc('selling', 'doctype', 'customer') # 2014-01-29 |
Akhilesh Darjee | 4cdb799 | 2014-01-30 13:56:57 +0530 | [diff] [blame] | 18 | execute:webnotes.reload_doc('buying', 'doctype', 'supplier') # 2014-01-29 |
Akhilesh Darjee | d6d2193 | 2014-01-31 19:59:25 +0530 | [diff] [blame] | 19 | erpnext.patches.4_0.map_charge_to_taxes_and_charges |
Akhilesh Darjee | 602fdc0 | 2014-02-03 19:32:59 +0530 | [diff] [blame] | 20 | execute:webnotes.reload_doc('support', 'doctype', 'newsletter') # 2014-01-31 |
Rushabh Mehta | 22ababb | 2014-02-07 18:12:43 +0530 | [diff] [blame] | 21 | execute:webnotes.reload_doc('hr', 'doctype', 'employee') # 2014-02-03 |
| 22 | execute:webnotes.conn.sql("update tabPage set module='Core' where name='Setup'") |
Nabin Hait | e219d61 | 2014-02-12 17:08:35 +0530 | [diff] [blame^] | 23 | execute:patches.4_0.fields_to_be_renamed |