Anand Doshi | 7fbdba0 | 2014-03-25 13:50:52 +0530 | [diff] [blame] | 1 | execute:import unidecode # new requirement |
| 2 | |
Nabin Hait | 827480f | 2014-05-12 17:45:37 +0530 | [diff] [blame] | 3 | erpnext.patches.v4_0.validate_v3_patch |
Anand Doshi | fab0904 | 2014-05-27 08:39:35 +0530 | [diff] [blame] | 4 | erpnext.patches.v4_0.fix_employee_user_id |
Anand Doshi | 4985691 | 2014-05-28 18:49:13 +0530 | [diff] [blame] | 5 | erpnext.patches.v4_0.remove_employee_role_if_no_employee |
Nabin Hait | 827480f | 2014-05-12 17:45:37 +0530 | [diff] [blame] | 6 | erpnext.patches.v4_0.update_user_properties |
Anand Doshi | 4985691 | 2014-05-28 18:49:13 +0530 | [diff] [blame] | 7 | erpnext.patches.v4_0.apply_user_permissions |
Nabin Hait | 827480f | 2014-05-12 17:45:37 +0530 | [diff] [blame] | 8 | erpnext.patches.v4_0.move_warehouse_user_to_restrictions |
Nabin Hait | 9419575 | 2014-05-15 17:17:58 +0530 | [diff] [blame] | 9 | erpnext.patches.v4_0.global_defaults_to_system_settings |
Nabin Hait | 827480f | 2014-05-12 17:45:37 +0530 | [diff] [blame] | 10 | erpnext.patches.v4_0.update_incharge_name_to_sales_person_in_maintenance_schedule |
Rushabh Mehta | 793ba6b | 2014-02-14 15:47:51 +0530 | [diff] [blame] | 11 | execute:frappe.reload_doc('accounts', 'doctype', 'sales_invoice') # 2014-01-29 |
| 12 | execute:frappe.reload_doc('selling', 'doctype', 'sales_order') # 2014-01-29 |
| 13 | execute:frappe.reload_doc('selling', 'doctype', 'quotation') # 2014-01-29 |
| 14 | execute:frappe.reload_doc('stock', 'doctype', 'delivery_note') # 2014-01-29 |
Nabin Hait | 827480f | 2014-05-12 17:45:37 +0530 | [diff] [blame] | 15 | erpnext.patches.v4_0.reload_sales_print_format |
Rushabh Mehta | 793ba6b | 2014-02-14 15:47:51 +0530 | [diff] [blame] | 16 | execute:frappe.reload_doc('accounts', 'doctype', 'purchase_invoice') # 2014-01-29 |
| 17 | execute:frappe.reload_doc('buying', 'doctype', 'purchase_order') # 2014-01-29 |
| 18 | execute:frappe.reload_doc('buying', 'doctype', 'supplier_quotation') # 2014-01-29 |
| 19 | execute:frappe.reload_doc('stock', 'doctype', 'purchase_receipt') # 2014-01-29 |
Rushabh Mehta | 793ba6b | 2014-02-14 15:47:51 +0530 | [diff] [blame] | 20 | execute:frappe.reload_doc('accounts', 'doctype', 'pos_setting') # 2014-01-29 |
| 21 | execute:frappe.reload_doc('selling', 'doctype', 'customer') # 2014-01-29 |
| 22 | execute:frappe.reload_doc('buying', 'doctype', 'supplier') # 2014-01-29 |
Nabin Hait | 827480f | 2014-05-12 17:45:37 +0530 | [diff] [blame] | 23 | erpnext.patches.v4_0.map_charge_to_taxes_and_charges |
Rushabh Mehta | 793ba6b | 2014-02-14 15:47:51 +0530 | [diff] [blame] | 24 | execute:frappe.reload_doc('support', 'doctype', 'newsletter') # 2014-01-31 |
| 25 | execute:frappe.reload_doc('hr', 'doctype', 'employee') # 2014-02-03 |
Anand Doshi | e9baaa6 | 2014-02-26 12:35:33 +0530 | [diff] [blame] | 26 | execute:frappe.db.sql("update tabPage set module='Core' where name='Setup'") |
Nabin Hait | 827480f | 2014-05-12 17:45:37 +0530 | [diff] [blame] | 27 | erpnext.patches.v4_0.fields_to_be_renamed |
| 28 | erpnext.patches.v4_0.rename_sitemap_to_route |
| 29 | erpnext.patches.v4_0.fix_contact_address |
| 30 | erpnext.patches.v4_0.customer_discount_to_pricing_rule |
Anand Doshi | f5794f1 | 2014-03-03 15:05:28 +0530 | [diff] [blame] | 31 | execute:frappe.db.sql("""delete from `tabWebsite Item Group` where ifnull(item_group, '')=''""") |
Nabin Hait | 827480f | 2014-05-12 17:45:37 +0530 | [diff] [blame] | 32 | erpnext.patches.v4_0.remove_module_home_pages |
| 33 | erpnext.patches.v4_0.split_email_settings |
Nabin Hait | 827480f | 2014-05-12 17:45:37 +0530 | [diff] [blame] | 34 | erpnext.patches.v4_0.import_country_codes |
| 35 | erpnext.patches.v4_0.countrywise_coa |
Nabin Hait | 155c96b | 2014-03-21 12:15:13 +0530 | [diff] [blame] | 36 | execute:frappe.delete_doc("DocType", "MIS Control") |
| 37 | execute:frappe.delete_doc("Page", "Financial Statements") |
Nabin Hait | 2594e41 | 2014-04-28 16:23:45 +0530 | [diff] [blame] | 38 | execute:frappe.delete_doc("DocType", "Stock Ledger") |
Nabin Hait | 02d37bb | 2014-05-06 12:18:50 +0530 | [diff] [blame] | 39 | execute:frappe.delete_doc("DocType", "Grade") |
Anand Doshi | 0c85169 | 2014-05-08 17:40:12 +0530 | [diff] [blame] | 40 | execute:frappe.db.sql("delete from `tabWebsite Item Group` where ifnull(item_group, '')=''") |
Anand Doshi | 4c83e40 | 2014-05-13 17:37:56 +0530 | [diff] [blame] | 41 | execute:frappe.delete_doc("Print Format", "SalesInvoice") |
Nabin Hait | ea7e3d6 | 2014-05-14 18:51:45 +0530 | [diff] [blame] | 42 | execute:import frappe.defaults;frappe.defaults.clear_default("price_list_currency") |
Nabin Hait | 0e6554e | 2014-05-20 15:27:02 +0530 | [diff] [blame] | 43 | erpnext.patches.v4_0.update_account_root_type |
Nabin Hait | 19d1e49 | 2014-06-04 15:18:24 +0530 | [diff] [blame] | 44 | execute:frappe.delete_doc("Report", "Purchase In Transit") |
Rushabh Mehta | eaa2e55 | 2014-06-05 14:44:16 +0530 | [diff] [blame] | 45 | erpnext.patches.v4_0.new_address_template |
Rushabh Mehta | ba83e9c | 2014-06-05 17:56:12 +0530 | [diff] [blame] | 46 | execute:frappe.delete_doc("DocType", "SMS Control") |
Anand Doshi | 4a069a1 | 2014-06-06 16:28:03 +0530 | [diff] [blame] | 47 | erpnext.patches.v4_0.fix_case_of_hr_module_def |
Anand Doshi | fc60165 | 2014-06-06 17:07:50 +0530 | [diff] [blame] | 48 | erpnext.patches.v4_0.fix_address_template |
Anand Doshi | 171c00c | 2014-06-06 15:09:26 +0530 | [diff] [blame] | 49 | |
| 50 | # WATCHOUT: This patch reload's documents |
| 51 | erpnext.patches.v4_0.reset_permissions_for_masters |
Anand Doshi | cdfa9a3 | 2014-06-09 11:26:50 +0530 | [diff] [blame] | 52 | |
Nabin Hait | b63e99e | 2014-06-09 12:49:09 +0530 | [diff] [blame] | 53 | erpnext.patches.v4_0.update_tax_amount_after_discount |
Rushabh Mehta | bd9b62f | 2014-11-28 11:45:02 +0530 | [diff] [blame] | 54 | execute:frappe.permissions.reset_perms("GL Entry") #2014-06-09 |
| 55 | execute:frappe.permissions.reset_perms("Stock Ledger Entry") #2014-06-09 |
Nabin Hait | d532d2f | 2014-06-09 15:59:04 +0530 | [diff] [blame] | 56 | erpnext.patches.v4_0.create_custom_fields_for_india_specific_fields |
Anand Doshi | c01db5f | 2014-06-09 18:01:14 +0530 | [diff] [blame] | 57 | erpnext.patches.v4_0.save_default_letterhead |
Nabin Hait | 91016ba | 2014-06-09 18:41:25 +0530 | [diff] [blame] | 58 | erpnext.patches.v4_0.update_custom_print_formats_for_renamed_fields |
Nabin Hait | e7f2d31 | 2014-06-12 14:58:09 +0530 | [diff] [blame] | 59 | erpnext.patches.v4_0.update_other_charges_in_custom_purchase_print_formats |
Anand Doshi | c1bfb63 | 2014-06-13 12:41:08 +0530 | [diff] [blame] | 60 | erpnext.patches.v4_0.create_price_list_if_missing |
Anand Doshi | ccf370f | 2014-06-16 13:50:11 +0530 | [diff] [blame] | 61 | execute:frappe.db.sql("update `tabItem` set end_of_life=null where end_of_life='0000-00-00'") #2014-06-16 |
Nabin Hait | 9109004 | 2014-06-18 10:29:53 +0530 | [diff] [blame] | 62 | erpnext.patches.v4_0.update_users_report_view_settings |
Nabin Hait | 444f956 | 2014-06-20 15:59:49 +0530 | [diff] [blame] | 63 | erpnext.patches.v4_0.set_pricing_rule_for_buying_or_selling |
Anand Doshi | 83da92f | 2014-06-23 18:04:07 +0530 | [diff] [blame] | 64 | erpnext.patches.v4_0.set_naming_series_property_setter |
Anand Doshi | 5ba7ab0 | 2014-06-27 21:00:05 +0530 | [diff] [blame] | 65 | erpnext.patches.v4_1.set_outgoing_email_footer |
Rushabh Mehta | 5f42276 | 2014-07-01 18:08:37 +0530 | [diff] [blame] | 66 | erpnext.patches.v4_1.fix_sales_order_delivered_status |
Anand Doshi | 8adb211 | 2014-07-09 11:09:33 +0530 | [diff] [blame] | 67 | erpnext.patches.v4_1.fix_delivery_and_billing_status |
ankitjavalkarwork | 87633d6 | 2014-07-22 18:14:30 +0530 | [diff] [blame] | 68 | execute:frappe.db.sql("update `tabAccount` set root_type='Liability' where root_type='Income' and report_type='Balance Sheet'") |
nabinhait | 0796119 | 2014-07-29 12:12:09 +0530 | [diff] [blame] | 69 | execute:frappe.delete_doc("DocType", "Payment to Invoice Matching Tool") # 29-07-2014 |
| 70 | execute:frappe.delete_doc("DocType", "Payment to Invoice Matching Tool Detail") # 29-07-2014 |
Anand Doshi | cb86d59 | 2014-07-22 19:02:11 +0530 | [diff] [blame] | 71 | execute:frappe.delete_doc("Page", "trial-balance") #2014-07-22 |
Anand Doshi | bd748bd | 2014-07-29 08:51:41 +0530 | [diff] [blame] | 72 | erpnext.patches.v4_2.delete_old_print_formats #2014-07-29 |
Anand Doshi | 35cc320 | 2014-07-30 17:00:05 +0530 | [diff] [blame] | 73 | erpnext.patches.v4_2.toggle_rounded_total #2014-07-30 |
Nabin Hait | 05b56d0 | 2014-08-07 15:03:25 +0530 | [diff] [blame] | 74 | erpnext.patches.v4_2.fix_account_master_type |
Rushabh Mehta | c9bd3f5 | 2014-08-04 16:37:23 +0530 | [diff] [blame] | 75 | erpnext.patches.v4_2.update_project_milestones |
Anand Doshi | 6b8145a | 2014-08-08 13:24:18 +0530 | [diff] [blame] | 76 | erpnext.patches.v4_2.add_currency_turkish_lira #2014-08-08 |
nabinhait | fe39442 | 2014-07-22 18:04:13 +0530 | [diff] [blame] | 77 | execute:frappe.delete_doc("DocType", "Landed Cost Wizard") |
Rushabh Mehta | 52f04da | 2014-08-25 15:17:20 +0530 | [diff] [blame] | 78 | erpnext.patches.v4_2.default_website_style |
Anand Doshi | 98eacdb | 2014-09-01 10:23:47 +0530 | [diff] [blame] | 79 | erpnext.patches.v4_2.set_company_country |
ankitjavalkarwork | 28a975d | 2014-08-26 15:04:56 +0530 | [diff] [blame] | 80 | erpnext.patches.v4_2.update_sales_order_invoice_field_name |
Nabin Hait | c68646c | 2014-10-06 12:56:51 +0530 | [diff] [blame] | 81 | erpnext.patches.v4_2.seprate_manufacture_and_repack |
Nabin Hait | 7820b17 | 2014-10-10 18:02:23 +0530 | [diff] [blame] | 82 | execute:frappe.delete_doc("Report", "Warehouse-Wise Stock Balance") |
Nabin Hait | 8a28ccf | 2014-10-14 11:41:44 +0530 | [diff] [blame] | 83 | execute:frappe.delete_doc("DocType", "Purchase Request") |
| 84 | execute:frappe.delete_doc("DocType", "Purchase Request Item") |
Nabin Hait | 9bbfca9 | 2014-10-15 12:24:38 +0530 | [diff] [blame] | 85 | erpnext.patches.v4_2.recalculate_bom_cost |
| 86 | erpnext.patches.v4_2.fix_gl_entries_for_stock_transactions |
Nabin Hait | 9114c26 | 2014-11-04 15:33:41 +0530 | [diff] [blame] | 87 | erpnext.patches.v4_2.update_requested_and_ordered_qty |
Anand Doshi | 5745cf7 | 2015-03-31 17:31:53 +0530 | [diff] [blame] | 88 | execute:frappe.rename_doc("DocType", "Support Ticket", "Issue", force=True) |
Nabin Hait | a6a70a5 | 2014-11-12 17:00:42 +0530 | [diff] [blame] | 89 | erpnext.patches.v4_4.make_email_accounts |
Rushabh Mehta | 7d36875 | 2014-11-24 14:16:47 +0530 | [diff] [blame] | 90 | execute:frappe.delete_doc("DocType", "Contact Control") |
Nabin Hait | 2244ac4 | 2015-01-12 17:35:14 +0530 | [diff] [blame] | 91 | erpnext.patches.v4_2.discount_amount |
Nabin Hait | cbdfb76 | 2014-12-31 13:30:36 +0530 | [diff] [blame] | 92 | erpnext.patches.v4_2.reset_bom_costs |
Nabin Hait | c68646c | 2014-10-06 12:56:51 +0530 | [diff] [blame] | 93 | erpnext.patches.v5_0.update_frozen_accounts_permission_role |
ankitjavalkarwork | e69a611 | 2014-10-08 12:46:02 +0530 | [diff] [blame] | 94 | erpnext.patches.v5_0.update_dn_against_doc_fields |
Nabin Hait | a6a70a5 | 2014-11-12 17:00:42 +0530 | [diff] [blame] | 95 | execute:frappe.db.sql("update `tabMaterial Request` set material_request_type = 'Material Transfer' where material_request_type = 'Transfer'") |
Nabin Hait | 249bbbc | 2014-11-26 15:35:08 +0530 | [diff] [blame] | 96 | execute:frappe.reload_doc('stock', 'doctype', 'item') |
| 97 | execute:frappe.db.sql("update `tabItem` i set apply_warehouse_wise_reorder_level=1, re_order_level=0, re_order_qty=0 where exists(select name from `tabItem Reorder` where parent=i.name)") |
Neil Trini Lasrado | 8d34417 | 2014-12-12 11:33:50 +0530 | [diff] [blame] | 98 | erpnext.patches.v5_0.set_default_company_in_bom |
Nabin Hait | 0f4350d | 2014-12-19 10:57:46 +0530 | [diff] [blame] | 99 | erpnext.patches.v5_0.capacity_planning |
Nabin Hait | b120520 | 2015-02-18 11:54:08 +0530 | [diff] [blame] | 100 | execute:frappe.reload_doc('crm', 'doctype', 'lead') |
| 101 | execute:frappe.reload_doc('crm', 'doctype', 'opportunity') |
Nabin Hait | 56ac3fb | 2015-01-01 13:40:18 +0530 | [diff] [blame] | 102 | erpnext.patches.v5_0.rename_table_fieldnames |
Nabin Hait | 56ac3fb | 2015-01-01 13:40:18 +0530 | [diff] [blame] | 103 | execute:frappe.db.sql("update `tabJournal Entry` set voucher_type='Journal Entry' where ifnull(voucher_type, '')=''") |
Nabin Hait | ebc4ae7 | 2015-01-02 12:46:49 +0530 | [diff] [blame] | 104 | erpnext.patches.v4_2.party_model |
Anand Doshi | 5445c46 | 2015-04-02 17:42:02 +0530 | [diff] [blame] | 105 | erpnext.patches.v5_0.party_model_patch_fix |
Nabin Hait | 56ac3fb | 2015-01-01 13:40:18 +0530 | [diff] [blame] | 106 | erpnext.patches.v4_1.fix_jv_remarks |
Nabin Hait | 3f671ea | 2015-01-21 14:07:15 +0530 | [diff] [blame] | 107 | erpnext.patches.v4_2.update_landed_cost_voucher |
Neil Trini Lasrado | dc65dc3 | 2015-01-27 12:27:10 +0530 | [diff] [blame] | 108 | erpnext.patches.v4_2.set_item_has_batch |
Nabin Hait | ad3fd51 | 2015-02-20 14:23:42 +0530 | [diff] [blame] | 109 | erpnext.patches.v4_2.update_stock_uom_for_dn_in_sle |
Nabin Hait | ebc4ae7 | 2015-01-02 12:46:49 +0530 | [diff] [blame] | 110 | erpnext.patches.v5_0.recalculate_total_amount_in_jv |
Neil Trini Lasrado | bd2ac2f | 2015-01-05 16:01:57 +0530 | [diff] [blame] | 111 | erpnext.patches.v5_0.update_companywise_payment_account |
Rushabh Mehta | 5bceebc | 2015-01-23 15:22:13 +0530 | [diff] [blame] | 112 | erpnext.patches.v5_0.remove_birthday_events |
Neil Trini Lasrado | 41acbff | 2015-01-20 17:39:46 +0530 | [diff] [blame] | 113 | erpnext.patches.v5_0.update_item_name_in_bom |
Rushabh Mehta | 46e03ea | 2015-02-17 10:45:50 +0530 | [diff] [blame] | 114 | erpnext.patches.v5_0.rename_customer_issue |
Nabin Hait | b120520 | 2015-02-18 11:54:08 +0530 | [diff] [blame] | 115 | erpnext.patches.v5_0.rename_total_fields |
Anand Doshi | 0fe8546 | 2015-02-17 14:37:45 +0530 | [diff] [blame] | 116 | erpnext.patches.v5_0.new_crm_module |
Rushabh Mehta | 6de403f | 2013-12-13 14:10:14 +0530 | [diff] [blame] | 117 | erpnext.patches.v5_0.rename_customer_issue |
Rushabh Mehta | 06072c1 | 2015-02-17 11:50:45 +0530 | [diff] [blame] | 118 | erpnext.patches.v5_0.update_material_transfer_for_manufacture |
Pratik Vyas | d102cba | 2015-04-07 15:32:15 +0530 | [diff] [blame] | 119 | execute:frappe.reload_doc('crm', 'doctype', 'opportunity_item') |
Neil Trini Lasrado | e9d45bc | 2015-02-18 20:01:27 +0530 | [diff] [blame] | 120 | erpnext.patches.v5_0.update_item_description_and_image |
Anand Doshi | 5b73da9 | 2015-03-16 17:10:28 +0530 | [diff] [blame] | 121 | erpnext.patches.v5_0.update_material_transferred_for_manufacturing |
Rushabh Mehta | c7a11cc | 2015-02-19 16:28:35 +0530 | [diff] [blame] | 122 | erpnext.patches.v5_0.stock_entry_update_value |
Rushabh Mehta | dc93e0a | 2015-02-20 15:11:56 +0530 | [diff] [blame] | 123 | erpnext.patches.v5_0.convert_stock_reconciliation |
Rushabh Mehta | d54031f | 2015-02-22 22:32:39 +0530 | [diff] [blame] | 124 | erpnext.patches.v5_0.update_projects |
Rushabh Mehta | d06c118 | 2015-02-23 11:31:35 +0530 | [diff] [blame] | 125 | erpnext.patches.v5_0.item_patches |
Rushabh Mehta | a1da88a | 2015-02-23 20:18:38 +0530 | [diff] [blame] | 126 | erpnext.patches.v5_0.update_journal_entry_title |
Nabin Hait | 6dfbc24 | 2015-02-23 20:00:17 +0530 | [diff] [blame] | 127 | erpnext.patches.v5_0.taxes_and_totals_in_party_currency |
| 128 | erpnext.patches.v5_0.replace_renamed_fields_in_custom_scripts_and_print_formats |
Rushabh Mehta | 6cdfd1e | 2015-02-25 15:55:57 +0530 | [diff] [blame] | 129 | erpnext.patches.v5_0.update_from_bom |
Rushabh Mehta | 66a9279 | 2015-02-25 17:15:45 +0530 | [diff] [blame] | 130 | erpnext.patches.v5_0.update_account_types |
Rushabh Mehta | 905f832 | 2015-03-02 13:01:39 +0530 | [diff] [blame] | 131 | erpnext.patches.v5_0.update_sms_sender |
Neil Trini Lasrado | fd0920f | 2015-03-02 17:33:48 +0530 | [diff] [blame] | 132 | erpnext.patches.v5_0.set_appraisal_remarks |
Rushabh Mehta | 2cc585f | 2015-02-26 15:01:23 +0530 | [diff] [blame] | 133 | erpnext.patches.v5_0.update_time_log_title |
Nabin Hait | 11498ca | 2015-03-09 18:28:35 +0530 | [diff] [blame] | 134 | erpnext.patches.v4_2.repost_reserved_qty |
Nabin Hait | a1bf43b | 2015-03-17 10:50:47 +0530 | [diff] [blame] | 135 | erpnext.patches.v4_2.repost_sle_for_si_with_no_warehouse |
Rushabh Mehta | 14ae4c3 | 2015-03-18 20:02:44 +0530 | [diff] [blame] | 136 | erpnext.patches.v5_0.newsletter |
Nabin Hait | b6061e5 | 2015-03-24 17:11:58 +0530 | [diff] [blame] | 137 | execute:frappe.delete_doc("DocType", "Chart of Accounts") |
| 138 | execute:frappe.delete_doc("DocType", "Style Settings") |
Rushabh Mehta | bb2041d | 2015-04-02 22:11:16 +0530 | [diff] [blame] | 139 | erpnext.patches.v5_0.update_opportunity |
Nabin Hait | b6061e5 | 2015-03-24 17:11:58 +0530 | [diff] [blame] | 140 | |