2014-03-25 08:20:52 +00:00
|
|
|
execute:import unidecode # new requirement
|
|
|
|
|
2014-03-11 09:47:13 +00:00
|
|
|
erpnext.patches.4_0.validate_v3_patch
|
2013-12-27 12:00:24 +00:00
|
|
|
erpnext.patches.4_0.update_user_properties
|
|
|
|
erpnext.patches.4_0.move_warehouse_user_to_restrictions
|
2013-12-31 12:15:20 +00:00
|
|
|
erpnext.patches.4_0.new_permissions
|
2014-01-27 10:12:02 +00:00
|
|
|
erpnext.patches.4_0.update_incharge_name_to_sales_person_in_maintenance_schedule
|
2014-02-14 10:17:51 +00:00
|
|
|
execute:frappe.reload_doc('accounts', 'doctype', 'sales_invoice') # 2014-01-29
|
|
|
|
execute:frappe.reload_doc('selling', 'doctype', 'sales_order') # 2014-01-29
|
|
|
|
execute:frappe.reload_doc('selling', 'doctype', 'quotation') # 2014-01-29
|
|
|
|
execute:frappe.reload_doc('stock', 'doctype', 'delivery_note') # 2014-01-29
|
2014-01-30 08:26:57 +00:00
|
|
|
erpnext.patches.4_0.reload_sales_print_format
|
2014-02-14 10:17:51 +00:00
|
|
|
execute:frappe.reload_doc('accounts', 'doctype', 'purchase_invoice') # 2014-01-29
|
|
|
|
execute:frappe.reload_doc('buying', 'doctype', 'purchase_order') # 2014-01-29
|
|
|
|
execute:frappe.reload_doc('buying', 'doctype', 'supplier_quotation') # 2014-01-29
|
|
|
|
execute:frappe.reload_doc('stock', 'doctype', 'purchase_receipt') # 2014-01-29
|
2014-01-30 08:26:57 +00:00
|
|
|
erpnext.patches.4_0.reload_purchase_print_format
|
2014-02-14 10:17:51 +00:00
|
|
|
execute:frappe.reload_doc('accounts', 'doctype', 'pos_setting') # 2014-01-29
|
|
|
|
execute:frappe.reload_doc('selling', 'doctype', 'customer') # 2014-01-29
|
|
|
|
execute:frappe.reload_doc('buying', 'doctype', 'supplier') # 2014-01-29
|
2014-01-31 14:29:25 +00:00
|
|
|
erpnext.patches.4_0.map_charge_to_taxes_and_charges
|
2014-02-14 10:17:51 +00:00
|
|
|
execute:frappe.reload_doc('support', 'doctype', 'newsletter') # 2014-01-31
|
|
|
|
execute:frappe.reload_doc('hr', 'doctype', 'employee') # 2014-02-03
|
2014-02-26 07:05:33 +00:00
|
|
|
execute:frappe.db.sql("update tabPage set module='Core' where name='Setup'")
|
2014-02-12 13:39:28 +00:00
|
|
|
erpnext.patches.4_0.fields_to_be_renamed
|
2014-02-25 05:38:18 +00:00
|
|
|
erpnext.patches.4_0.rename_sitemap_to_route
|
2014-02-28 06:07:36 +00:00
|
|
|
erpnext.patches.4_0.fix_contact_address
|
2014-02-28 06:26:02 +00:00
|
|
|
erpnext.patches.4_0.customer_discount_to_pricing_rule
|
2014-03-03 09:35:28 +00:00
|
|
|
execute:frappe.db.sql("""delete from `tabWebsite Item Group` where ifnull(item_group, '')=''""")
|
|
|
|
erpnext.patches.4_0.remove_module_home_pages
|
2014-03-03 15:02:20 +00:00
|
|
|
erpnext.patches.4_0.split_email_settings
|
2014-03-03 13:48:17 +00:00
|
|
|
erpnext.patches.4_0.fix_employee_user_id
|
2014-03-06 12:50:45 +00:00
|
|
|
erpnext.patches.4_0.import_country_codes
|
2014-03-25 08:20:52 +00:00
|
|
|
erpnext.patches.4_0.countrywise_coa
|
2014-03-21 06:45:13 +00:00
|
|
|
execute:frappe.delete_doc("DocType", "MIS Control")
|
|
|
|
execute:frappe.delete_doc("Page", "Financial Statements")
|