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
|
|
|
|
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
|
2014-06-27 15:30:05 +00:00
|
|
|
erpnext.patches.v4_1.set_outgoing_email_footer
|
2014-07-01 12:42:26 +00:00
|
|
|
erpnext.patches.v4_1.fix_jv_remarks
|
2014-07-01 12:38:37 +00:00
|
|
|
erpnext.patches.v4_1.fix_sales_order_delivered_status
|
2014-07-09 05:39:33 +00:00
|
|
|
erpnext.patches.v4_1.fix_delivery_and_billing_status
|
2014-07-22 12:44:30 +00:00
|
|
|
execute:frappe.db.sql("update `tabAccount` set root_type='Liability' where root_type='Income' and report_type='Balance Sheet'")
|
2014-07-29 06:42:09 +00:00
|
|
|
execute:frappe.delete_doc("DocType", "Payment to Invoice Matching Tool") # 29-07-2014
|
|
|
|
execute:frappe.delete_doc("DocType", "Payment to Invoice Matching Tool Detail") # 29-07-2014
|
2014-07-22 13:32:11 +00:00
|
|
|
execute:frappe.delete_doc("Page", "trial-balance") #2014-07-22
|
2014-07-29 03:21:41 +00:00
|
|
|
erpnext.patches.v4_2.delete_old_print_formats #2014-07-29
|
2014-07-30 11:30:05 +00:00
|
|
|
erpnext.patches.v4_2.toggle_rounded_total #2014-07-30
|
2014-08-07 09:33:25 +00:00
|
|
|
erpnext.patches.v4_2.fix_account_master_type
|
2014-08-04 11:07:23 +00:00
|
|
|
erpnext.patches.v4_2.update_project_milestones
|
2014-08-08 07:54:18 +00:00
|
|
|
erpnext.patches.v4_2.add_currency_turkish_lira #2014-08-08
|
2014-07-22 12:34:13 +00:00
|
|
|
execute:frappe.delete_doc("DocType", "Landed Cost Wizard")
|
2014-08-25 09:47:20 +00:00
|
|
|
erpnext.patches.v4_2.default_website_style
|
2014-09-01 04:53:47 +00:00
|
|
|
erpnext.patches.v4_2.set_company_country
|
2014-08-26 09:34:56 +00:00
|
|
|
erpnext.patches.v4_2.update_sales_order_invoice_field_name
|