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