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 | 576f025 | 2014-04-30 19:30:50 +0530 | [diff] [blame] | 39 | execute:frappe.db.sql("update `tabJournal Voucher` set voucher_type='Journal Entry' where ifnull(voucher_type, '')=''") |
Nabin Hait | 02d37bb | 2014-05-06 12:18:50 +0530 | [diff] [blame] | 40 | execute:frappe.delete_doc("DocType", "Grade") |
Anand Doshi | 0c85169 | 2014-05-08 17:40:12 +0530 | [diff] [blame] | 41 | 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] | 42 | execute:frappe.delete_doc("Print Format", "SalesInvoice") |
Nabin Hait | ea7e3d6 | 2014-05-14 18:51:45 +0530 | [diff] [blame] | 43 | execute:import frappe.defaults;frappe.defaults.clear_default("price_list_currency") |
Nabin Hait | 0e6554e | 2014-05-20 15:27:02 +0530 | [diff] [blame] | 44 | erpnext.patches.v4_0.update_account_root_type |
Nabin Hait | 19d1e49 | 2014-06-04 15:18:24 +0530 | [diff] [blame] | 45 | execute:frappe.delete_doc("Report", "Purchase In Transit") |
Rushabh Mehta | eaa2e55 | 2014-06-05 14:44:16 +0530 | [diff] [blame] | 46 | erpnext.patches.v4_0.new_address_template |
Rushabh Mehta | ba83e9c | 2014-06-05 17:56:12 +0530 | [diff] [blame] | 47 | execute:frappe.delete_doc("DocType", "SMS Control") |
Anand Doshi | 4a069a1 | 2014-06-06 16:28:03 +0530 | [diff] [blame] | 48 | erpnext.patches.v4_0.fix_case_of_hr_module_def |
Anand Doshi | fc60165 | 2014-06-06 17:07:50 +0530 | [diff] [blame] | 49 | erpnext.patches.v4_0.fix_address_template |
Anand Doshi | 171c00c | 2014-06-06 15:09:26 +0530 | [diff] [blame] | 50 | |
| 51 | # WATCHOUT: This patch reload's documents |
| 52 | erpnext.patches.v4_0.reset_permissions_for_masters |
Anand Doshi | cdfa9a3 | 2014-06-09 11:26:50 +0530 | [diff] [blame] | 53 | |
Nabin Hait | b63e99e | 2014-06-09 12:49:09 +0530 | [diff] [blame] | 54 | erpnext.patches.v4_0.update_tax_amount_after_discount |
Anand Doshi | cdfa9a3 | 2014-06-09 11:26:50 +0530 | [diff] [blame] | 55 | execute:frappe.reset_perms("GL Entry") #2014-06-09 |
| 56 | execute:frappe.reset_perms("Stock Ledger Entry") #2014-06-09 |
Nabin Hait | d532d2f | 2014-06-09 15:59:04 +0530 | [diff] [blame] | 57 | erpnext.patches.v4_0.create_custom_fields_for_india_specific_fields |
Anand Doshi | c01db5f | 2014-06-09 18:01:14 +0530 | [diff] [blame] | 58 | erpnext.patches.v4_0.save_default_letterhead |
Nabin Hait | 91016ba | 2014-06-09 18:41:25 +0530 | [diff] [blame] | 59 | erpnext.patches.v4_0.update_custom_print_formats_for_renamed_fields |
Nabin Hait | e7f2d31 | 2014-06-12 14:58:09 +0530 | [diff] [blame] | 60 | erpnext.patches.v4_0.update_other_charges_in_custom_purchase_print_formats |
Anand Doshi | c1bfb63 | 2014-06-13 12:41:08 +0530 | [diff] [blame] | 61 | erpnext.patches.v4_0.create_price_list_if_missing |
Anand Doshi | ccf370f | 2014-06-16 13:50:11 +0530 | [diff] [blame] | 62 | 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] | 63 | erpnext.patches.v4_0.update_users_report_view_settings |
Nabin Hait | 444f956 | 2014-06-20 15:59:49 +0530 | [diff] [blame] | 64 | erpnext.patches.v4_0.set_pricing_rule_for_buying_or_selling |
Anand Doshi | 83da92f | 2014-06-23 18:04:07 +0530 | [diff] [blame] | 65 | erpnext.patches.v4_0.set_naming_series_property_setter |
Anand Doshi | 5ba7ab0 | 2014-06-27 21:00:05 +0530 | [diff] [blame] | 66 | erpnext.patches.v4_1.set_outgoing_email_footer |
Anand Doshi | bc71f73 | 2014-07-01 18:12:26 +0530 | [diff] [blame] | 67 | erpnext.patches.v4_1.fix_jv_remarks |
Rushabh Mehta | 5f42276 | 2014-07-01 18:08:37 +0530 | [diff] [blame] | 68 | erpnext.patches.v4_1.fix_sales_order_delivered_status |
Anand Doshi | 8adb211 | 2014-07-09 11:09:33 +0530 | [diff] [blame] | 69 | erpnext.patches.v4_1.fix_delivery_and_billing_status |
ankitjavalkarwork | 87633d6 | 2014-07-22 18:14:30 +0530 | [diff] [blame] | 70 | 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] | 71 | execute:frappe.delete_doc("DocType", "Payment to Invoice Matching Tool") # 29-07-2014 |
| 72 | 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] | 73 | execute:frappe.delete_doc("Page", "trial-balance") #2014-07-22 |
Anand Doshi | bd748bd | 2014-07-29 08:51:41 +0530 | [diff] [blame] | 74 | erpnext.patches.v4_2.delete_old_print_formats #2014-07-29 |
Anand Doshi | 35cc320 | 2014-07-30 17:00:05 +0530 | [diff] [blame] | 75 | erpnext.patches.v4_2.toggle_rounded_total #2014-07-30 |
Nabin Hait | 05b56d0 | 2014-08-07 15:03:25 +0530 | [diff] [blame] | 76 | erpnext.patches.v4_2.fix_account_master_type |
Rushabh Mehta | c9bd3f5 | 2014-08-04 16:37:23 +0530 | [diff] [blame] | 77 | erpnext.patches.v4_2.update_project_milestones |
Anand Doshi | 6b8145a | 2014-08-08 13:24:18 +0530 | [diff] [blame] | 78 | erpnext.patches.v4_2.add_currency_turkish_lira #2014-08-08 |
nabinhait | fe39442 | 2014-07-22 18:04:13 +0530 | [diff] [blame] | 79 | execute:frappe.delete_doc("DocType", "Landed Cost Wizard") |
Rushabh Mehta | 52f04da | 2014-08-25 15:17:20 +0530 | [diff] [blame] | 80 | erpnext.patches.v4_2.default_website_style |
Anand Doshi | 98eacdb | 2014-09-01 10:23:47 +0530 | [diff] [blame] | 81 | erpnext.patches.v4_2.set_company_country |
ankitjavalkarwork | 28a975d | 2014-08-26 15:04:56 +0530 | [diff] [blame] | 82 | erpnext.patches.v4_2.update_sales_order_invoice_field_name |
Neil Trini Lasrado | 29d1a1c | 2014-09-16 12:28:24 +0530 | [diff] [blame] | 83 | erpnext.patches.v4_2.cost_of_production_cycle |
Nabin Hait | 7820b17 | 2014-10-10 18:02:23 +0530 | [diff] [blame] | 84 | erpnext.patches.v4_2.seprate_manufacture_and_repack |
| 85 | execute:frappe.delete_doc("Report", "Warehouse-Wise Stock Balance") |
Nabin Hait | 8a28ccf | 2014-10-14 11:41:44 +0530 | [diff] [blame] | 86 | execute:frappe.delete_doc("DocType", "Purchase Request") |
| 87 | execute:frappe.delete_doc("DocType", "Purchase Request Item") |
Nabin Hait | 9bbfca9 | 2014-10-15 12:24:38 +0530 | [diff] [blame] | 88 | erpnext.patches.v4_2.recalculate_bom_cost |
| 89 | erpnext.patches.v4_2.fix_gl_entries_for_stock_transactions |
Nabin Hait | 9114c26 | 2014-11-04 15:33:41 +0530 | [diff] [blame] | 90 | erpnext.patches.v4_2.update_requested_and_ordered_qty |
Rushabh Mehta | 7d36875 | 2014-11-24 14:16:47 +0530 | [diff] [blame] | 91 | execute:frappe.delete_doc("DocType", "Contact Control") |
Neil Trini Lasrado | 3a34cad | 2014-12-10 15:47:25 +0530 | [diff] [blame] | 92 | erpnext.patches.v4_2.recalculate_bom_costs |
Nabin Hait | 2244ac4 | 2015-01-12 17:35:14 +0530 | [diff] [blame] | 93 | erpnext.patches.v4_2.discount_amount |
Nabin Hait | 3f671ea | 2015-01-21 14:07:15 +0530 | [diff] [blame] | 94 | erpnext.patches.v4_2.update_landed_cost_voucher |
Neil Trini Lasrado | dc65dc3 | 2015-01-27 12:27:10 +0530 | [diff] [blame] | 95 | erpnext.patches.v4_2.set_item_has_batch |
Nabin Hait | ad3fd51 | 2015-02-20 14:23:42 +0530 | [diff] [blame] | 96 | erpnext.patches.v4_2.update_stock_uom_for_dn_in_sle |
Nabin Hait | 11498ca | 2015-03-09 18:28:35 +0530 | [diff] [blame] | 97 | erpnext.patches.v4_2.repost_reserved_qty |
| 98 | erpnext.patches.v4_2.repost_sle_for_si_with_no_warehouse |