blob: 824fe604c152fa8183f3035f7f0edadffaf03611 [file] [log] [blame]
Rushabh Mehtac4a0ed62013-12-27 17:30:24 +05301erpnext.patches.4_0.update_user_properties
2erpnext.patches.4_0.move_warehouse_user_to_restrictions
Akhilesh Darjee5c96b752013-12-31 17:45:20 +05303erpnext.patches.4_0.new_permissions
Akhilesh Darjee86894f32014-01-27 15:42:02 +05304erpnext.patches.4_0.update_incharge_name_to_sales_person_in_maintenance_schedule
Rushabh Mehta793ba6b2014-02-14 15:47:51 +05305execute:frappe.reload_doc('accounts', 'doctype', 'sales_invoice') # 2014-01-29
6execute:frappe.reload_doc('selling', 'doctype', 'sales_order') # 2014-01-29
7execute:frappe.reload_doc('selling', 'doctype', 'quotation') # 2014-01-29
8execute:frappe.reload_doc('stock', 'doctype', 'delivery_note') # 2014-01-29
Akhilesh Darjee4cdb7992014-01-30 13:56:57 +05309erpnext.patches.4_0.reload_sales_print_format
Rushabh Mehta793ba6b2014-02-14 15:47:51 +053010execute:frappe.reload_doc('accounts', 'doctype', 'purchase_invoice') # 2014-01-29
11execute:frappe.reload_doc('buying', 'doctype', 'purchase_order') # 2014-01-29
12execute:frappe.reload_doc('buying', 'doctype', 'supplier_quotation') # 2014-01-29
13execute:frappe.reload_doc('stock', 'doctype', 'purchase_receipt') # 2014-01-29
Akhilesh Darjee4cdb7992014-01-30 13:56:57 +053014erpnext.patches.4_0.reload_purchase_print_format
Rushabh Mehta793ba6b2014-02-14 15:47:51 +053015execute:frappe.reload_doc('accounts', 'doctype', 'pos_setting') # 2014-01-29
16execute:frappe.reload_doc('selling', 'doctype', 'customer') # 2014-01-29
17execute:frappe.reload_doc('buying', 'doctype', 'supplier') # 2014-01-29
Akhilesh Darjeed6d21932014-01-31 19:59:25 +053018erpnext.patches.4_0.map_charge_to_taxes_and_charges
Rushabh Mehta793ba6b2014-02-14 15:47:51 +053019execute:frappe.reload_doc('support', 'doctype', 'newsletter') # 2014-01-31
20execute:frappe.reload_doc('hr', 'doctype', 'employee') # 2014-02-03
Anand Doshie9baaa62014-02-26 12:35:33 +053021execute:frappe.db.sql("update tabPage set module='Core' where name='Setup'")
Nabin Hait36028bf2014-02-12 19:09:28 +053022erpnext.patches.4_0.fields_to_be_renamed
Rushabh Mehtaa6628ee2014-02-25 11:08:18 +053023erpnext.patches.4_0.rename_sitemap_to_route
Rushabh Mehta063141d2014-02-28 11:37:36 +053024erpnext.patches.4_0.fix_contact_address
Nabin Hait311079a2014-02-28 11:56:02 +053025erpnext.patches.4_0.customer_discount_to_pricing_rule
Anand Doshif5794f12014-03-03 15:05:28 +053026execute:frappe.db.sql("""delete from `tabWebsite Item Group` where ifnull(item_group, '')=''""")
27erpnext.patches.4_0.remove_module_home_pages
Anand Doshie30511d2014-03-03 20:32:20 +053028erpnext.patches.4_0.split_email_settings
Anand Doshi74d0e402014-03-05 15:24:29 +053029erpnext.patches.4_0.fix_employee_user_id