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 | 57738a0 | 2014-01-03 18:15:07 +0530 | [diff] [blame] | 6 | execute:webnotes.reload_doc('accounts', 'doctype', 'sales_invoice') # 2014-01-03 |
| 7 | execute:webnotes.reload_doc('selling', 'doctype', 'sales_order') # 2014-01-03 |
| 8 | execute:webnotes.reload_doc('selling', 'doctype', 'quotation') # 2014-01-03 |
| 9 | execute:webnotes.reload_doc('stock', 'doctype', 'delivery_note') # 2014-01-03 |
| 10 | execute:webnotes.reload_doc('accounts', 'Print Format', 'POS Invoice') # 2014-01-03 |
| 11 | execute:webnotes.reload_doc('accounts', 'Print Format', 'Sales Invoice Classic') # 2014-01-03 |
| 12 | execute:webnotes.reload_doc('accounts', 'Print Format', 'Sales Invoice Modern') # 2014-01-03 |
| 13 | execute:webnotes.reload_doc('accounts', 'Print Format', 'Sales Invoice Spartan') # 2014-01-03 |
| 14 | execute:webnotes.reload_doc('selling', 'Print Format', 'Quotation Classic') # 2014-01-03 |
| 15 | execute:webnotes.reload_doc('selling', 'Print Format', 'Quotation Modern') # 2014-01-03 |
| 16 | execute:webnotes.reload_doc('selling', 'Print Format', 'Quotation Spartan') # 2014-01-03 |
| 17 | execute:webnotes.reload_doc('selling', 'Print Format', 'Sales Order Classic') # 2014-01-03 |
| 18 | execute:webnotes.reload_doc('selling', 'Print Format', 'Sales Order Modern') # 2014-01-03 |
| 19 | execute:webnotes.reload_doc('selling', 'Print Format', 'Sales Order Spartan') # 2014-01-03 |
| 20 | execute:webnotes.reload_doc('stock', 'Print Format', 'Delivery Note Classic') # 2014-01-03 |
| 21 | execute:webnotes.reload_doc('stock', 'Print Format', 'Delivery Note Modern') # 2014-01-03 |
Akhilesh Darjee | 86894f3 | 2014-01-27 15:42:02 +0530 | [diff] [blame] | 22 | execute:webnotes.reload_doc('stock', 'Print Format', 'Delivery Note Spartan') # 2014-01-03 |