2014-03-25 08:20:52 +00:00
|
|
|
execute:import unidecode # new requirement
|
|
|
|
|
2014-05-12 12:15:37 +00:00
|
|
|
erpnext.patches.v4_0.validate_v3_patch
|
2014-05-27 03:09:35 +00:00
|
|
|
erpnext.patches.v4_0.fix_employee_user_id
|
2014-05-28 13:19:13 +00:00
|
|
|
erpnext.patches.v4_0.remove_employee_role_if_no_employee
|
2014-05-12 12:15:37 +00:00
|
|
|
erpnext.patches.v4_0.update_user_properties
|
2014-05-28 13:19:13 +00:00
|
|
|
erpnext.patches.v4_0.apply_user_permissions
|
2014-05-12 12:15:37 +00:00
|
|
|
erpnext.patches.v4_0.move_warehouse_user_to_restrictions
|
2014-05-15 11:47:58 +00:00
|
|
|
erpnext.patches.v4_0.global_defaults_to_system_settings
|
2014-05-12 12:15:37 +00:00
|
|
|
erpnext.patches.v4_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-05-12 12:15:37 +00:00
|
|
|
erpnext.patches.v4_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-05-12 12:15:37 +00:00
|
|
|
erpnext.patches.v4_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-05-12 12:15:37 +00:00
|
|
|
erpnext.patches.v4_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-05-12 12:15:37 +00:00
|
|
|
erpnext.patches.v4_0.fields_to_be_renamed
|
|
|
|
erpnext.patches.v4_0.rename_sitemap_to_route
|
|
|
|
erpnext.patches.v4_0.fix_contact_address
|
|
|
|
erpnext.patches.v4_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, '')=''""")
|
2014-05-12 12:15:37 +00:00
|
|
|
erpnext.patches.v4_0.remove_module_home_pages
|
|
|
|
erpnext.patches.v4_0.split_email_settings
|
|
|
|
erpnext.patches.v4_0.import_country_codes
|
|
|
|
erpnext.patches.v4_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")
|
2014-04-28 10:53:45 +00:00
|
|
|
execute:frappe.delete_doc("DocType", "Stock Ledger")
|
2014-04-30 14:00:50 +00:00
|
|
|
execute:frappe.db.sql("update `tabJournal Voucher` set voucher_type='Journal Entry' where ifnull(voucher_type, '')=''")
|
2014-05-06 06:48:50 +00:00
|
|
|
execute:frappe.delete_doc("DocType", "Grade")
|
2014-05-08 12:10:12 +00:00
|
|
|
execute:frappe.db.sql("delete from `tabWebsite Item Group` where ifnull(item_group, '')=''")
|
2014-05-13 12:07:56 +00:00
|
|
|
execute:frappe.delete_doc("Print Format", "SalesInvoice")
|
2014-05-14 13:21:45 +00:00
|
|
|
execute:import frappe.defaults;frappe.defaults.clear_default("price_list_currency")
|
2014-05-20 09:57:02 +00:00
|
|
|
erpnext.patches.v4_0.update_account_root_type
|
2014-06-04 09:48:24 +00:00
|
|
|
execute:frappe.delete_doc("Report", "Purchase In Transit")
|
2014-06-05 09:14:16 +00:00
|
|
|
erpnext.patches.v4_0.new_address_template
|
2014-06-05 12:26:12 +00:00
|
|
|
execute:frappe.delete_doc("DocType", "SMS Control")
|
2014-06-06 10:58:03 +00:00
|
|
|
erpnext.patches.v4_0.fix_case_of_hr_module_def
|
2014-06-06 11:37:50 +00:00
|
|
|
erpnext.patches.v4_0.fix_address_template
|
2014-06-06 09:39:26 +00:00
|
|
|
|
|
|
|
# WATCHOUT: This patch reload's documents
|
|
|
|
erpnext.patches.v4_0.reset_permissions_for_masters
|
2014-06-09 05:56:50 +00:00
|
|
|
|
2014-06-09 07:19:09 +00:00
|
|
|
erpnext.patches.v4_0.update_tax_amount_after_discount
|
2014-06-09 05:56:50 +00:00
|
|
|
execute:frappe.reset_perms("GL Entry") #2014-06-09
|
|
|
|
execute:frappe.reset_perms("Stock Ledger Entry") #2014-06-09
|
2014-06-09 10:29:04 +00:00
|
|
|
erpnext.patches.v4_0.create_custom_fields_for_india_specific_fields
|
2014-06-09 12:31:14 +00:00
|
|
|
erpnext.patches.v4_0.save_default_letterhead
|
2014-06-09 13:11:25 +00:00
|
|
|
erpnext.patches.v4_0.update_custom_print_formats_for_renamed_fields
|
2014-06-12 09:28:09 +00:00
|
|
|
erpnext.patches.v4_0.update_other_charges_in_custom_purchase_print_formats
|
2014-06-13 07:11:08 +00:00
|
|
|
erpnext.patches.v4_0.create_price_list_if_missing
|
2014-06-16 08:20:11 +00:00
|
|
|
execute:frappe.db.sql("update `tabItem` set end_of_life=null where end_of_life='0000-00-00'") #2014-06-16
|
2014-06-18 04:59:53 +00:00
|
|
|
erpnext.patches.v4_0.update_users_report_view_settings
|
2014-06-20 10:29:49 +00:00
|
|
|
erpnext.patches.v4_0.set_pricing_rule_for_buying_or_selling
|
2014-06-23 12:34:07 +00:00
|
|
|
erpnext.patches.v4_0.set_naming_series_property_setter
|