Anand Doshi | 7fbdba0 | 2014-03-25 13:50:52 +0530 | [diff] [blame] | 1 | execute:import unidecode # new requirement |
Rohit Waghchaure | a5f4094 | 2017-06-16 15:21:36 +0530 | [diff] [blame] | 2 | erpnext.patches.v8_0.move_perpetual_inventory_setting |
Sagar Vora | 876d868 | 2019-01-15 15:45:33 +0530 | [diff] [blame] | 3 | erpnext.patches.v8_9.set_print_zero_amount_taxes |
Deepesh Garg | 2a9c5ba | 2020-04-30 10:38:58 +0530 | [diff] [blame] | 4 | erpnext.patches.v12_0.update_is_cancelled_field |
Saurabh | 68ea608 | 2019-01-15 14:47:14 +0530 | [diff] [blame] | 5 | erpnext.patches.v11_0.rename_production_order_to_work_order |
Shreya Shah | a5add28 | 2018-08-28 13:44:48 +0530 | [diff] [blame] | 6 | erpnext.patches.v11_0.refactor_naming_series |
| 7 | erpnext.patches.v11_0.refactor_autoname_naming |
Zarrar | 17fd661 | 2017-12-08 14:57:38 +0530 | [diff] [blame] | 8 | erpnext.patches.v10_0.rename_schools_to_education |
Nabin Hait | 827480f | 2014-05-12 17:45:37 +0530 | [diff] [blame] | 9 | erpnext.patches.v4_0.validate_v3_patch |
Anand Doshi | fab0904 | 2014-05-27 08:39:35 +0530 | [diff] [blame] | 10 | erpnext.patches.v4_0.fix_employee_user_id |
Anand Doshi | 4985691 | 2014-05-28 18:49:13 +0530 | [diff] [blame] | 11 | erpnext.patches.v4_0.remove_employee_role_if_no_employee |
Nabin Hait | 827480f | 2014-05-12 17:45:37 +0530 | [diff] [blame] | 12 | erpnext.patches.v4_0.update_user_properties |
Anand Doshi | 4985691 | 2014-05-28 18:49:13 +0530 | [diff] [blame] | 13 | erpnext.patches.v4_0.apply_user_permissions |
Nabin Hait | 827480f | 2014-05-12 17:45:37 +0530 | [diff] [blame] | 14 | erpnext.patches.v4_0.move_warehouse_user_to_restrictions |
Nabin Hait | 9419575 | 2014-05-15 17:17:58 +0530 | [diff] [blame] | 15 | erpnext.patches.v4_0.global_defaults_to_system_settings |
Nabin Hait | 827480f | 2014-05-12 17:45:37 +0530 | [diff] [blame] | 16 | erpnext.patches.v4_0.update_incharge_name_to_sales_person_in_maintenance_schedule |
Saqib | a6f98d4 | 2020-07-23 18:51:26 +0530 | [diff] [blame] | 17 | execute:frappe.reload_doc("accounts", "doctype", "POS Payment Method") #2020-05-28 |
Rucha Mahabal | 81ae6c3 | 2020-07-28 12:27:41 +0530 | [diff] [blame] | 18 | execute:frappe.reload_doc("HR", "doctype", "HR Settings") #2020-01-16 #2020-07-24 |
Nabin Hait | 6d7b0ce | 2017-06-15 11:09:27 +0530 | [diff] [blame] | 19 | execute:frappe.reload_doc('stock', 'doctype', 'warehouse') # 2017-04-24 |
Rohit Waghchaure | 774ce63 | 2016-08-31 15:45:05 +0530 | [diff] [blame] | 20 | execute:frappe.reload_doc('accounts', 'doctype', 'sales_invoice') # 2016-08-31 |
Rushabh Mehta | 793ba6b | 2014-02-14 15:47:51 +0530 | [diff] [blame] | 21 | execute:frappe.reload_doc('selling', 'doctype', 'sales_order') # 2014-01-29 |
| 22 | execute:frappe.reload_doc('selling', 'doctype', 'quotation') # 2014-01-29 |
| 23 | execute:frappe.reload_doc('stock', 'doctype', 'delivery_note') # 2014-01-29 |
Nabin Hait | 827480f | 2014-05-12 17:45:37 +0530 | [diff] [blame] | 24 | erpnext.patches.v4_0.reload_sales_print_format |
Rushabh Mehta | 793ba6b | 2014-02-14 15:47:51 +0530 | [diff] [blame] | 25 | execute:frappe.reload_doc('accounts', 'doctype', 'purchase_invoice') # 2014-01-29 |
| 26 | execute:frappe.reload_doc('buying', 'doctype', 'purchase_order') # 2014-01-29 |
| 27 | execute:frappe.reload_doc('buying', 'doctype', 'supplier_quotation') # 2014-01-29 |
| 28 | execute:frappe.reload_doc('stock', 'doctype', 'purchase_receipt') # 2014-01-29 |
Rushabh Mehta | 793ba6b | 2014-02-14 15:47:51 +0530 | [diff] [blame] | 29 | execute:frappe.reload_doc('accounts', 'doctype', 'pos_setting') # 2014-01-29 |
| 30 | execute:frappe.reload_doc('selling', 'doctype', 'customer') # 2014-01-29 |
| 31 | execute:frappe.reload_doc('buying', 'doctype', 'supplier') # 2014-01-29 |
Nabin Hait | bbc394f | 2016-07-11 12:40:18 +0530 | [diff] [blame] | 32 | execute:frappe.reload_doc('accounts', 'doctype', 'asset_category') |
Rushabh Mehta | de08639 | 2016-08-16 10:01:38 +0530 | [diff] [blame] | 33 | execute:frappe.reload_doc('accounts', 'doctype', 'pricing_rule') |
Nabin Hait | 827480f | 2014-05-12 17:45:37 +0530 | [diff] [blame] | 34 | erpnext.patches.v4_0.map_charge_to_taxes_and_charges |
Rushabh Mehta | 793ba6b | 2014-02-14 15:47:51 +0530 | [diff] [blame] | 35 | execute:frappe.reload_doc('support', 'doctype', 'newsletter') # 2014-01-31 |
| 36 | execute:frappe.reload_doc('hr', 'doctype', 'employee') # 2014-02-03 |
Anand Doshi | e9baaa6 | 2014-02-26 12:35:33 +0530 | [diff] [blame] | 37 | execute:frappe.db.sql("update tabPage set module='Core' where name='Setup'") |
Rushabh Mehta | 1e8025b | 2015-07-24 15:16:25 +0530 | [diff] [blame] | 38 | erpnext.patches.v5_2.change_item_selects_to_checks |
Nabin Hait | 3720045 | 2016-09-23 16:31:43 +0530 | [diff] [blame] | 39 | execute:frappe.reload_doctype('Item') |
Nabin Hait | 827480f | 2014-05-12 17:45:37 +0530 | [diff] [blame] | 40 | erpnext.patches.v4_0.fields_to_be_renamed |
| 41 | erpnext.patches.v4_0.rename_sitemap_to_route |
Rushabh Mehta | ead3ccf | 2016-07-24 22:28:34 +0530 | [diff] [blame] | 42 | erpnext.patches.v7_0.re_route #2016-06-27 |
Nabin Hait | 827480f | 2014-05-12 17:45:37 +0530 | [diff] [blame] | 43 | erpnext.patches.v4_0.fix_contact_address |
| 44 | erpnext.patches.v4_0.customer_discount_to_pricing_rule |
Anand Doshi | f5794f1 | 2014-03-03 15:05:28 +0530 | [diff] [blame] | 45 | 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] | 46 | erpnext.patches.v4_0.remove_module_home_pages |
| 47 | erpnext.patches.v4_0.split_email_settings |
Nabin Hait | 827480f | 2014-05-12 17:45:37 +0530 | [diff] [blame] | 48 | erpnext.patches.v4_0.import_country_codes |
| 49 | erpnext.patches.v4_0.countrywise_coa |
Nabin Hait | 155c96b | 2014-03-21 12:15:13 +0530 | [diff] [blame] | 50 | execute:frappe.delete_doc("DocType", "MIS Control") |
| 51 | execute:frappe.delete_doc("Page", "Financial Statements") |
Nabin Hait | 2594e41 | 2014-04-28 16:23:45 +0530 | [diff] [blame] | 52 | execute:frappe.delete_doc("DocType", "Stock Ledger") |
Nabin Hait | 02d37bb | 2014-05-06 12:18:50 +0530 | [diff] [blame] | 53 | execute:frappe.delete_doc("DocType", "Grade") |
Anand Doshi | 0c85169 | 2014-05-08 17:40:12 +0530 | [diff] [blame] | 54 | 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] | 55 | execute:frappe.delete_doc("Print Format", "SalesInvoice") |
Nabin Hait | ea7e3d6 | 2014-05-14 18:51:45 +0530 | [diff] [blame] | 56 | execute:import frappe.defaults;frappe.defaults.clear_default("price_list_currency") |
Nabin Hait | 0e6554e | 2014-05-20 15:27:02 +0530 | [diff] [blame] | 57 | erpnext.patches.v4_0.update_account_root_type |
Nabin Hait | 19d1e49 | 2014-06-04 15:18:24 +0530 | [diff] [blame] | 58 | execute:frappe.delete_doc("Report", "Purchase In Transit") |
Rushabh Mehta | eaa2e55 | 2014-06-05 14:44:16 +0530 | [diff] [blame] | 59 | erpnext.patches.v4_0.new_address_template |
Rushabh Mehta | ba83e9c | 2014-06-05 17:56:12 +0530 | [diff] [blame] | 60 | execute:frappe.delete_doc("DocType", "SMS Control") |
Anand Doshi | b6c5b21 | 2015-08-18 16:27:20 +0530 | [diff] [blame] | 61 | execute:frappe.delete_doc_if_exists("DocType", "Bulk SMS") #2015-08-18 |
Anand Doshi | 4a069a1 | 2014-06-06 16:28:03 +0530 | [diff] [blame] | 62 | erpnext.patches.v4_0.fix_case_of_hr_module_def |
Anand Doshi | fc60165 | 2014-06-06 17:07:50 +0530 | [diff] [blame] | 63 | erpnext.patches.v4_0.fix_address_template |
Anand Doshi | 171c00c | 2014-06-06 15:09:26 +0530 | [diff] [blame] | 64 | |
| 65 | # WATCHOUT: This patch reload's documents |
| 66 | erpnext.patches.v4_0.reset_permissions_for_masters |
Neil Trini Lasrado | 6e343e2 | 2016-03-09 17:02:59 +0530 | [diff] [blame] | 67 | erpnext.patches.v6_20x.rename_project_name_to_project #2016-03-14 |
Anand Doshi | cdfa9a3 | 2014-06-09 11:26:50 +0530 | [diff] [blame] | 68 | |
Nabin Hait | b63e99e | 2014-06-09 12:49:09 +0530 | [diff] [blame] | 69 | erpnext.patches.v4_0.update_tax_amount_after_discount |
Rushabh Mehta | bd9b62f | 2014-11-28 11:45:02 +0530 | [diff] [blame] | 70 | execute:frappe.permissions.reset_perms("GL Entry") #2014-06-09 |
| 71 | execute:frappe.permissions.reset_perms("Stock Ledger Entry") #2014-06-09 |
Nabin Hait | d532d2f | 2014-06-09 15:59:04 +0530 | [diff] [blame] | 72 | erpnext.patches.v4_0.create_custom_fields_for_india_specific_fields |
Anand Doshi | c01db5f | 2014-06-09 18:01:14 +0530 | [diff] [blame] | 73 | erpnext.patches.v4_0.save_default_letterhead |
Nabin Hait | 91016ba | 2014-06-09 18:41:25 +0530 | [diff] [blame] | 74 | erpnext.patches.v4_0.update_custom_print_formats_for_renamed_fields |
Nabin Hait | e7f2d31 | 2014-06-12 14:58:09 +0530 | [diff] [blame] | 75 | erpnext.patches.v4_0.update_other_charges_in_custom_purchase_print_formats |
Anand Doshi | c1bfb63 | 2014-06-13 12:41:08 +0530 | [diff] [blame] | 76 | erpnext.patches.v4_0.create_price_list_if_missing |
Anand Doshi | ccf370f | 2014-06-16 13:50:11 +0530 | [diff] [blame] | 77 | 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] | 78 | erpnext.patches.v4_0.update_users_report_view_settings |
Nabin Hait | 444f956 | 2014-06-20 15:59:49 +0530 | [diff] [blame] | 79 | erpnext.patches.v4_0.set_pricing_rule_for_buying_or_selling |
Anand Doshi | 5ba7ab0 | 2014-06-27 21:00:05 +0530 | [diff] [blame] | 80 | erpnext.patches.v4_1.set_outgoing_email_footer |
Rushabh Mehta | 5f42276 | 2014-07-01 18:08:37 +0530 | [diff] [blame] | 81 | erpnext.patches.v4_1.fix_sales_order_delivered_status |
Anand Doshi | 8adb211 | 2014-07-09 11:09:33 +0530 | [diff] [blame] | 82 | erpnext.patches.v4_1.fix_delivery_and_billing_status |
ankitjavalkarwork | 87633d6 | 2014-07-22 18:14:30 +0530 | [diff] [blame] | 83 | 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] | 84 | execute:frappe.delete_doc("DocType", "Payment to Invoice Matching Tool") # 29-07-2014 |
| 85 | 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] | 86 | execute:frappe.delete_doc("Page", "trial-balance") #2014-07-22 |
Anand Doshi | bd748bd | 2014-07-29 08:51:41 +0530 | [diff] [blame] | 87 | erpnext.patches.v4_2.delete_old_print_formats #2014-07-29 |
Anand Doshi | 35cc320 | 2014-07-30 17:00:05 +0530 | [diff] [blame] | 88 | erpnext.patches.v4_2.toggle_rounded_total #2014-07-30 |
Nabin Hait | 05b56d0 | 2014-08-07 15:03:25 +0530 | [diff] [blame] | 89 | erpnext.patches.v4_2.fix_account_master_type |
Rushabh Mehta | c9bd3f5 | 2014-08-04 16:37:23 +0530 | [diff] [blame] | 90 | erpnext.patches.v4_2.update_project_milestones |
Anand Doshi | 6b8145a | 2014-08-08 13:24:18 +0530 | [diff] [blame] | 91 | erpnext.patches.v4_2.add_currency_turkish_lira #2014-08-08 |
nabinhait | fe39442 | 2014-07-22 18:04:13 +0530 | [diff] [blame] | 92 | execute:frappe.delete_doc("DocType", "Landed Cost Wizard") |
Rushabh Mehta | 52f04da | 2014-08-25 15:17:20 +0530 | [diff] [blame] | 93 | erpnext.patches.v4_2.default_website_style |
Anand Doshi | 98eacdb | 2014-09-01 10:23:47 +0530 | [diff] [blame] | 94 | erpnext.patches.v4_2.set_company_country |
ankitjavalkarwork | 28a975d | 2014-08-26 15:04:56 +0530 | [diff] [blame] | 95 | erpnext.patches.v4_2.update_sales_order_invoice_field_name |
Nabin Hait | 7820b17 | 2014-10-10 18:02:23 +0530 | [diff] [blame] | 96 | erpnext.patches.v4_2.seprate_manufacture_and_repack |
| 97 | execute:frappe.delete_doc("Report", "Warehouse-Wise Stock Balance") |
Nabin Hait | 8a28ccf | 2014-10-14 11:41:44 +0530 | [diff] [blame] | 98 | execute:frappe.delete_doc("DocType", "Purchase Request") |
| 99 | execute:frappe.delete_doc("DocType", "Purchase Request Item") |
Nabin Hait | 9bbfca9 | 2014-10-15 12:24:38 +0530 | [diff] [blame] | 100 | erpnext.patches.v4_2.recalculate_bom_cost |
| 101 | erpnext.patches.v4_2.fix_gl_entries_for_stock_transactions |
marination | 7665a85 | 2021-03-31 21:03:55 +0530 | [diff] [blame] | 102 | erpnext.patches.v4_2.update_requested_and_ordered_qty #2021-03-31 |
Anand Doshi | 5745cf7 | 2015-03-31 17:31:53 +0530 | [diff] [blame] | 103 | execute:frappe.rename_doc("DocType", "Support Ticket", "Issue", force=True) |
Nabin Hait | a6a70a5 | 2014-11-12 17:00:42 +0530 | [diff] [blame] | 104 | erpnext.patches.v4_4.make_email_accounts |
Rushabh Mehta | 7d36875 | 2014-11-24 14:16:47 +0530 | [diff] [blame] | 105 | execute:frappe.delete_doc("DocType", "Contact Control") |
Nabin Hait | 2244ac4 | 2015-01-12 17:35:14 +0530 | [diff] [blame] | 106 | erpnext.patches.v4_2.discount_amount |
Nabin Hait | cbdfb76 | 2014-12-31 13:30:36 +0530 | [diff] [blame] | 107 | erpnext.patches.v4_2.reset_bom_costs |
Nabin Hait | c68646c | 2014-10-06 12:56:51 +0530 | [diff] [blame] | 108 | erpnext.patches.v5_0.update_frozen_accounts_permission_role |
ankitjavalkarwork | e69a611 | 2014-10-08 12:46:02 +0530 | [diff] [blame] | 109 | erpnext.patches.v5_0.update_dn_against_doc_fields |
Nabin Hait | a6a70a5 | 2014-11-12 17:00:42 +0530 | [diff] [blame] | 110 | 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] | 111 | execute:frappe.reload_doc('stock', 'doctype', 'item') |
Neil Trini Lasrado | 8d34417 | 2014-12-12 11:33:50 +0530 | [diff] [blame] | 112 | erpnext.patches.v5_0.set_default_company_in_bom |
Nabin Hait | b120520 | 2015-02-18 11:54:08 +0530 | [diff] [blame] | 113 | execute:frappe.reload_doc('crm', 'doctype', 'lead') |
| 114 | execute:frappe.reload_doc('crm', 'doctype', 'opportunity') |
Nabin Hait | 8f5b8c65 | 2015-05-11 11:15:14 +0530 | [diff] [blame] | 115 | erpnext.patches.v5_0.rename_taxes_and_charges_master |
Nabin Hait | 5464ca8 | 2015-07-16 12:19:57 +0530 | [diff] [blame] | 116 | erpnext.patches.v5_1.sales_bom_rename |
Nabin Hait | 56ac3fb | 2015-01-01 13:40:18 +0530 | [diff] [blame] | 117 | erpnext.patches.v5_0.rename_table_fieldnames |
Nabin Hait | 56ac3fb | 2015-01-01 13:40:18 +0530 | [diff] [blame] | 118 | execute:frappe.db.sql("update `tabJournal Entry` set voucher_type='Journal Entry' where ifnull(voucher_type, '')=''") |
Rushabh Mehta | 38c6b52 | 2015-04-23 13:14:17 +0530 | [diff] [blame] | 119 | erpnext.patches.v5_0.is_group |
Nabin Hait | ebc4ae7 | 2015-01-02 12:46:49 +0530 | [diff] [blame] | 120 | erpnext.patches.v4_2.party_model |
Anand Doshi | 5445c46 | 2015-04-02 17:42:02 +0530 | [diff] [blame] | 121 | erpnext.patches.v5_0.party_model_patch_fix |
Nabin Hait | 56ac3fb | 2015-01-01 13:40:18 +0530 | [diff] [blame] | 122 | erpnext.patches.v4_1.fix_jv_remarks |
Nabin Hait | 3f671ea | 2015-01-21 14:07:15 +0530 | [diff] [blame] | 123 | erpnext.patches.v4_2.update_landed_cost_voucher |
Neil Trini Lasrado | dc65dc3 | 2015-01-27 12:27:10 +0530 | [diff] [blame] | 124 | erpnext.patches.v4_2.set_item_has_batch |
Nabin Hait | ad3fd51 | 2015-02-20 14:23:42 +0530 | [diff] [blame] | 125 | erpnext.patches.v4_2.update_stock_uom_for_dn_in_sle |
Nabin Hait | ebc4ae7 | 2015-01-02 12:46:49 +0530 | [diff] [blame] | 126 | erpnext.patches.v5_0.recalculate_total_amount_in_jv |
Neil Trini Lasrado | bd2ac2f | 2015-01-05 16:01:57 +0530 | [diff] [blame] | 127 | erpnext.patches.v5_0.update_companywise_payment_account |
Rushabh Mehta | 5bceebc | 2015-01-23 15:22:13 +0530 | [diff] [blame] | 128 | erpnext.patches.v5_0.remove_birthday_events |
Neil Trini Lasrado | 41acbff | 2015-01-20 17:39:46 +0530 | [diff] [blame] | 129 | erpnext.patches.v5_0.update_item_name_in_bom |
Rushabh Mehta | 46e03ea | 2015-02-17 10:45:50 +0530 | [diff] [blame] | 130 | erpnext.patches.v5_0.rename_customer_issue |
Nabin Hait | b120520 | 2015-02-18 11:54:08 +0530 | [diff] [blame] | 131 | erpnext.patches.v5_0.rename_total_fields |
Anand Doshi | 0fe8546 | 2015-02-17 14:37:45 +0530 | [diff] [blame] | 132 | erpnext.patches.v5_0.new_crm_module |
Rushabh Mehta | 6de403f | 2013-12-13 14:10:14 +0530 | [diff] [blame] | 133 | erpnext.patches.v5_0.rename_customer_issue |
Rushabh Mehta | 06072c1 | 2015-02-17 11:50:45 +0530 | [diff] [blame] | 134 | erpnext.patches.v5_0.update_material_transfer_for_manufacture |
Pratik Vyas | d102cba | 2015-04-07 15:32:15 +0530 | [diff] [blame] | 135 | execute:frappe.reload_doc('crm', 'doctype', 'opportunity_item') |
Neil Trini Lasrado | e9d45bc | 2015-02-18 20:01:27 +0530 | [diff] [blame] | 136 | erpnext.patches.v5_0.update_item_description_and_image |
Anand Doshi | 5b73da9 | 2015-03-16 17:10:28 +0530 | [diff] [blame] | 137 | erpnext.patches.v5_0.update_material_transferred_for_manufacturing |
Rushabh Mehta | c7a11cc | 2015-02-19 16:28:35 +0530 | [diff] [blame] | 138 | erpnext.patches.v5_0.stock_entry_update_value |
Rushabh Mehta | dc93e0a | 2015-02-20 15:11:56 +0530 | [diff] [blame] | 139 | erpnext.patches.v5_0.convert_stock_reconciliation |
Rushabh Mehta | d54031f | 2015-02-22 22:32:39 +0530 | [diff] [blame] | 140 | erpnext.patches.v5_0.update_projects |
Rushabh Mehta | d06c118 | 2015-02-23 11:31:35 +0530 | [diff] [blame] | 141 | erpnext.patches.v5_0.item_patches |
Rushabh Mehta | a1da88a | 2015-02-23 20:18:38 +0530 | [diff] [blame] | 142 | erpnext.patches.v5_0.update_journal_entry_title |
Nabin Hait | 6dfbc24 | 2015-02-23 20:00:17 +0530 | [diff] [blame] | 143 | erpnext.patches.v5_0.taxes_and_totals_in_party_currency |
| 144 | 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] | 145 | erpnext.patches.v5_0.update_from_bom |
Rushabh Mehta | 66a9279 | 2015-02-25 17:15:45 +0530 | [diff] [blame] | 146 | erpnext.patches.v5_0.update_account_types |
Rushabh Mehta | 905f832 | 2015-03-02 13:01:39 +0530 | [diff] [blame] | 147 | erpnext.patches.v5_0.update_sms_sender |
Neil Trini Lasrado | fd0920f | 2015-03-02 17:33:48 +0530 | [diff] [blame] | 148 | erpnext.patches.v5_0.set_appraisal_remarks |
Rushabh Mehta | 2cc585f | 2015-02-26 15:01:23 +0530 | [diff] [blame] | 149 | erpnext.patches.v5_0.update_time_log_title |
Nabin Hait | bbc394f | 2016-07-11 12:40:18 +0530 | [diff] [blame] | 150 | erpnext.patches.v7_0.create_warehouse_nestedset |
| 151 | erpnext.patches.v7_0.merge_account_type_stock_and_warehouse_to_stock |
| 152 | erpnext.patches.v7_0.set_is_group_for_warehouse |
Nabin Hait | 621dcc3 | 2017-03-28 13:45:56 +0530 | [diff] [blame] | 153 | erpnext.patches.v7_2.stock_uom_in_selling |
Nabin Hait | c3daa91 | 2015-04-16 13:13:18 +0530 | [diff] [blame] | 154 | erpnext.patches.v4_2.repost_sle_for_si_with_no_warehouse |
Rushabh Mehta | 14ae4c3 | 2015-03-18 20:02:44 +0530 | [diff] [blame] | 155 | erpnext.patches.v5_0.newsletter |
Nabin Hait | b6061e5 | 2015-03-24 17:11:58 +0530 | [diff] [blame] | 156 | execute:frappe.delete_doc("DocType", "Chart of Accounts") |
| 157 | execute:frappe.delete_doc("DocType", "Style Settings") |
Rushabh Mehta | bb2041d | 2015-04-02 22:11:16 +0530 | [diff] [blame] | 158 | erpnext.patches.v5_0.update_opportunity |
Rushabh Mehta | fd0f1cb | 2015-04-13 16:21:58 +0530 | [diff] [blame] | 159 | erpnext.patches.v5_0.opportunity_not_submittable |
Nabin Hait | fbdc0dc | 2015-05-08 01:24:28 +0530 | [diff] [blame] | 160 | execute:frappe.permissions.reset_perms("Purchase Taxes and Charges Template") #2014-06-09 |
Rushabh Mehta | 80f8b7b | 2015-04-19 16:18:15 +0530 | [diff] [blame] | 161 | execute:frappe.permissions.reset_perms("Expense Claim Type") #2014-06-19 |
Nabin Hait | b650d69 | 2015-04-21 17:16:28 +0530 | [diff] [blame] | 162 | erpnext.patches.v5_0.execute_on_doctype_update |
Nabin Hait | 2ba88c4 | 2015-04-17 12:05:00 +0530 | [diff] [blame] | 163 | erpnext.patches.v4_2.fix_recurring_orders |
| 164 | erpnext.patches.v4_2.delete_gl_entries_for_cancelled_invoices |
Neil Trini Lasrado | e7ddb72 | 2015-04-15 18:21:53 +0530 | [diff] [blame] | 165 | erpnext.patches.v5_0.project_costing |
Nabin Hait | 042f86e | 2015-04-28 13:00:23 +0530 | [diff] [blame] | 166 | erpnext.patches.v5_0.update_temporary_account |
Nabin Hait | d51b092 | 2015-05-01 20:31:11 +0530 | [diff] [blame] | 167 | erpnext.patches.v5_0.update_advance_paid |
Rushabh Mehta | bcdea3e | 2015-05-06 18:45:47 +0530 | [diff] [blame] | 168 | erpnext.patches.v5_0.link_warehouse_with_account |
Nabin Hait | 08c0c04 | 2015-05-07 16:59:51 +0530 | [diff] [blame] | 169 | execute:frappe.delete_doc("Page", "stock-ledger") |
Nabin Hait | 15c2844 | 2015-05-08 01:28:01 +0530 | [diff] [blame] | 170 | execute:frappe.delete_doc("Page","stock-level") |
| 171 | erpnext.patches.v5_0.reclculate_planned_operating_cost_in_production_order |
Nabin Hait | 6752b31 | 2015-05-08 12:49:35 +0530 | [diff] [blame] | 172 | erpnext.patches.v5_0.repost_requested_qty |
Nabin Hait | b893972 | 2015-05-15 15:15:25 +0530 | [diff] [blame] | 173 | erpnext.patches.v5_0.fix_taxes_and_totals_in_party_currency |
Pratik Vyas | 1a84d8e | 2015-05-19 12:23:52 +0530 | [diff] [blame] | 174 | erpnext.patches.v5_0.update_tax_amount_after_discount_in_purchase_cycle |
Rushabh Mehta | a27cca9 | 2015-05-20 15:43:17 +0530 | [diff] [blame] | 175 | erpnext.patches.v5_0.rename_pos_setting |
Rushabh Mehta | f29a618 | 2015-05-25 10:50:48 +0530 | [diff] [blame] | 176 | erpnext.patches.v5_0.update_operation_description |
| 177 | erpnext.patches.v5_0.set_footer_address |
Rushabh Mehta | 306c49f | 2015-05-26 15:14:58 +0530 | [diff] [blame] | 178 | execute:frappe.db.set_value("Backup Manager", None, "send_backups_to_dropbox", 1 if frappe.db.get_value("Backup Manager", None, "upload_backups_to_dropbox") in ("Daily", "Weekly") else 0) |
Pratik Vyas | 37ee57c | 2015-05-28 12:51:37 +0530 | [diff] [blame] | 179 | execute:frappe.db.sql_list("delete from `tabDocPerm` where parent='Issue' and modified_by='Administrator' and role='Guest'") |
Rushabh Mehta | b0b446e | 2015-05-29 12:43:39 +0530 | [diff] [blame] | 180 | erpnext.patches.v5_0.update_item_and_description_again |
Rushabh Mehta | 5a70082 | 2016-03-03 16:47:36 +0530 | [diff] [blame] | 181 | erpnext.patches.v6_0.multi_currency |
Nabin Hait | 7108991 | 2016-09-21 16:34:33 +0530 | [diff] [blame] | 182 | erpnext.patches.v7_0.create_budget_record |
Rushabh Mehta | a33d468 | 2015-06-01 17:15:42 +0530 | [diff] [blame] | 183 | erpnext.patches.v5_0.repost_gle_for_jv_with_multiple_party |
| 184 | erpnext.patches.v5_0.portal_fixes |
Valmik Jangla | 651dc5b | 2016-05-02 12:00:06 +0530 | [diff] [blame] | 185 | erpnext.patches.v5_0.reset_values_in_tools # 02-05-2016 |
Nabin Hait | 56fcf30 | 2015-06-05 18:21:25 +0530 | [diff] [blame] | 186 | execute:frappe.delete_doc("Page", "users") |
Nabin Hait | 39046d6 | 2015-06-14 20:59:13 +0530 | [diff] [blame] | 187 | erpnext.patches.v5_0.update_material_transferred_for_manufacturing_again |
Neil Trini Lasrado | a25e8ea | 2015-06-30 17:15:13 +0530 | [diff] [blame] | 188 | erpnext.patches.v5_0.index_on_account_and_gl_entry |
| 189 | execute:frappe.db.sql("""delete from `tabProject Task`""") |
Rushabh Mehta | 6b35ea8 | 2015-07-01 12:25:18 +0530 | [diff] [blame] | 190 | erpnext.patches.v5_0.update_item_desc_in_invoice |
| 191 | erpnext.patches.v5_1.fix_against_account |
Neil Trini Lasrado | 4089b3d | 2015-07-07 16:58:14 +0530 | [diff] [blame] | 192 | execute:frappe.rename_doc("DocType", "Salary Manager", "Process Payroll", force=True) |
Rushabh Mehta | 51e7086 | 2015-07-15 16:30:22 +0530 | [diff] [blame] | 193 | erpnext.patches.v5_1.rename_roles |
Neil Trini Lasrado | 20523c4 | 2015-07-15 16:39:05 +0530 | [diff] [blame] | 194 | erpnext.patches.v5_1.default_bom |
Rushabh Mehta | 1e8025b | 2015-07-24 15:16:25 +0530 | [diff] [blame] | 195 | execute:frappe.delete_doc("DocType", "Party Type") |
Anand Doshi | 2f443a5 | 2015-07-30 14:44:43 +0530 | [diff] [blame] | 196 | execute:frappe.delete_doc("Module Def", "Contacts") |
Nabin Hait | 17405d4 | 2015-07-30 13:47:02 +0530 | [diff] [blame] | 197 | erpnext.patches.v5_4.fix_reserved_qty_and_sle_for_packed_items # 30-07-2015 |
Nabin Hait | d1dc622 | 2015-07-29 16:37:02 +0530 | [diff] [blame] | 198 | execute:frappe.reload_doctype("Leave Type") |
Nabin Hait | 94f15fc | 2015-08-03 11:16:55 +0530 | [diff] [blame] | 199 | execute:frappe.db.sql("update `tabLeave Type` set include_holiday=0") |
Nabin Hait | 1db0b6d | 2015-08-03 15:37:41 +0530 | [diff] [blame] | 200 | erpnext.patches.v5_4.set_root_and_report_type |
| 201 | erpnext.patches.v5_4.notify_system_managers_regarding_wrong_tax_calculation |
Nabin Hait | ad44b00 | 2015-08-03 17:43:58 +0530 | [diff] [blame] | 202 | erpnext.patches.v5_4.fix_invoice_outstanding |
Rushabh Mehta | a208c56 | 2015-08-03 13:18:54 +0530 | [diff] [blame] | 203 | execute:frappe.db.sql("update `tabStock Ledger Entry` set stock_queue = '[]' where voucher_type = 'Stock Reconciliation' and ifnull(qty_after_transaction, 0) = 0") |
Anand Doshi | aa5182b | 2015-08-04 23:06:01 +0530 | [diff] [blame] | 204 | erpnext.patches.v5_4.fix_missing_item_images |
Nabin Hait | 3c3a3ec | 2015-08-07 17:17:03 +0530 | [diff] [blame] | 205 | erpnext.patches.v5_4.stock_entry_additional_costs |
Anand Doshi | bfbf768 | 2015-08-14 12:05:50 +0530 | [diff] [blame] | 206 | erpnext.patches.v5_4.cleanup_journal_entry #2015-08-14 |
Zarrar | 13ddc7e | 2018-03-20 12:38:43 +0530 | [diff] [blame] | 207 | erpnext.patches.v5_7.update_item_description_based_on_item_master |
Anand Doshi | b6c5b21 | 2015-08-18 16:27:20 +0530 | [diff] [blame] | 208 | erpnext.patches.v5_7.item_template_attributes |
Anand Doshi | fe13bfe | 2015-08-25 12:49:40 +0530 | [diff] [blame] | 209 | execute:frappe.delete_doc_if_exists("DocType", "Manage Variants") |
| 210 | execute:frappe.delete_doc_if_exists("DocType", "Manage Variants Item") |
marination | 7665a85 | 2021-03-31 21:03:55 +0530 | [diff] [blame] | 211 | erpnext.patches.v4_2.repost_reserved_qty #2021-03-31 |
Nabin Hait | fa5fcf5 | 2015-08-18 12:39:50 +0530 | [diff] [blame] | 212 | erpnext.patches.v5_4.update_purchase_cost_against_project |
Anand Doshi | fe13bfe | 2015-08-25 12:49:40 +0530 | [diff] [blame] | 213 | erpnext.patches.v5_8.update_order_reference_in_return_entries |
| 214 | erpnext.patches.v5_8.add_credit_note_print_heading |
| 215 | execute:frappe.delete_doc_if_exists("Print Format", "Credit Note - Negative Invoice") |
Rushabh Mehta | 17679c6 | 2015-08-26 22:19:41 +0530 | [diff] [blame] | 216 | |
| 217 | # V6.0 |
Nabin Hait | 59c4ae5 | 2015-09-03 10:46:48 +0530 | [diff] [blame] | 218 | erpnext.patches.v6_0.set_default_title # 2015-09-03 |
Rushabh Mehta | 91b0e23 | 2015-08-31 15:04:48 +0530 | [diff] [blame] | 219 | erpnext.patches.v6_0.default_activity_rate |
Rushabh Mehta | 85abdc4 | 2015-09-03 10:29:38 +0530 | [diff] [blame] | 220 | execute:frappe.db.set_value("Stock Settings", None, "automatically_set_serial_nos_based_on_fifo", 1) |
Nabin Hait | d387dd3 | 2015-09-08 16:14:36 +0530 | [diff] [blame] | 221 | execute:frappe.db.sql("""update `tabProject` set percent_complete=round(percent_complete, 2) where percent_complete is not null""") |
Nabin Hait | 83a358a | 2015-09-07 15:22:24 +0530 | [diff] [blame] | 222 | erpnext.patches.v6_0.fix_outstanding_amount |
Nabin Hait | 2377cdf | 2015-09-09 18:45:41 +0530 | [diff] [blame] | 223 | erpnext.patches.v6_0.fix_planned_qty |
Anand Doshi | e9b14e4 | 2015-09-17 17:46:37 +0530 | [diff] [blame] | 224 | erpnext.patches.v6_2.remove_newsletter_duplicates |
Anand Doshi | 0332f83 | 2015-09-17 19:01:27 +0530 | [diff] [blame] | 225 | erpnext.patches.v6_2.fix_missing_default_taxes_and_lead |
Rushabh Mehta | 72fbf90 | 2015-09-17 18:29:44 +0530 | [diff] [blame] | 226 | erpnext.patches.v6_3.convert_applicable_territory |
Anand Doshi | d970b00 | 2015-09-25 17:57:20 +0530 | [diff] [blame] | 227 | erpnext.patches.v6_4.round_status_updater_percentages |
Nabin Hait | 7a287a9 | 2015-10-02 15:32:00 +0530 | [diff] [blame] | 228 | erpnext.patches.v6_4.repost_gle_for_journal_entries_where_reference_name_missing |
Rushabh Mehta | d10ba85 | 2015-10-02 12:42:48 +0530 | [diff] [blame] | 229 | erpnext.patches.v6_4.fix_journal_entries_due_to_reconciliation |
| 230 | erpnext.patches.v6_4.fix_status_in_sales_and_purchase_order |
Nabin Hait | b7e46c4 | 2015-10-12 16:46:29 +0530 | [diff] [blame] | 231 | erpnext.patches.v6_4.fix_modified_in_sales_order_and_purchase_order |
Rushabh Mehta | 86125b2 | 2015-10-13 11:48:08 +0530 | [diff] [blame] | 232 | erpnext.patches.v6_4.fix_duplicate_bins |
| 233 | erpnext.patches.v6_4.fix_sales_order_maintenance_status |
Rushabh Mehta | 1742991 | 2015-09-29 16:36:57 +0530 | [diff] [blame] | 234 | erpnext.patches.v6_4.email_digest_update |
Anand Doshi | 71ebad5 | 2015-10-02 17:14:40 +0530 | [diff] [blame] | 235 | |
| 236 | # delete shopping cart doctypes |
| 237 | execute:frappe.delete_doc_if_exists("DocType", "Applicable Territory") |
| 238 | execute:frappe.delete_doc_if_exists("DocType", "Shopping Cart Price List") |
| 239 | execute:frappe.delete_doc_if_exists("DocType", "Shopping Cart Taxes and Charges Master") |
Anand Doshi | eca2e42 | 2016-01-27 12:36:21 +0530 | [diff] [blame] | 240 | |
Rushabh Mehta | 73e7379 | 2015-10-07 11:07:43 +0530 | [diff] [blame] | 241 | erpnext.patches.v6_4.set_user_in_contact |
Anand Doshi | 95dfc27 | 2015-10-20 19:03:30 +0530 | [diff] [blame] | 242 | erpnext.patches.v6_4.make_image_thumbnail #2015-10-20 |
Anand Doshi | 7c0eadb | 2015-10-20 17:30:02 +0530 | [diff] [blame] | 243 | erpnext.patches.v6_5.show_in_website_for_template_item |
Nabin Hait | be46469 | 2015-10-21 12:06:51 +0530 | [diff] [blame] | 244 | erpnext.patches.v6_4.fix_expense_included_in_valuation |
Nabin Hait | a90a052 | 2015-10-28 15:50:26 +0530 | [diff] [blame] | 245 | execute:frappe.delete_doc_if_exists("Report", "Item-wise Last Purchase Rate") |
Anand Doshi | c794ca5 | 2015-10-27 16:56:22 +0530 | [diff] [blame] | 246 | erpnext.patches.v6_6.fix_website_image |
Nabin Hait | 7c654cd | 2015-11-06 10:37:26 +0530 | [diff] [blame] | 247 | erpnext.patches.v6_6.remove_fiscal_year_from_leave_allocation |
Rushabh Mehta | 511421b | 2015-11-13 11:04:50 +0530 | [diff] [blame] | 248 | execute:frappe.delete_doc_if_exists("DocType", "Stock UOM Replace Utility") |
Anand Doshi | 7221805 | 2015-11-23 19:00:11 +0530 | [diff] [blame] | 249 | erpnext.patches.v6_8.make_webform_standard #2015-11-23 |
Saurabh | 20628f5 | 2015-11-18 12:18:59 +0530 | [diff] [blame] | 250 | erpnext.patches.v6_8.move_drop_ship_to_po_items |
Anand Doshi | ebae726 | 2015-11-25 15:51:01 +0530 | [diff] [blame] | 251 | erpnext.patches.v6_10.fix_ordered_received_billed |
Nabin Hait | 6c173e9 | 2015-11-30 16:07:43 +0530 | [diff] [blame] | 252 | erpnext.patches.v6_10.fix_jv_total_amount #2015-11-30 |
Rushabh Mehta | 9785cd3 | 2015-11-27 12:23:31 +0530 | [diff] [blame] | 253 | erpnext.patches.v6_10.email_digest_default_quote |
Saurabh | 70ed6ed | 2015-12-08 14:02:53 +0530 | [diff] [blame] | 254 | erpnext.patches.v6_10.fix_billed_amount_in_drop_ship_po |
Nabin Hait | 4ad0963 | 2015-12-08 16:50:20 +0530 | [diff] [blame] | 255 | erpnext.patches.v6_10.fix_delivery_status_of_drop_ship_item #2015-12-08 |
Nabin Hait | a974ab3 | 2015-12-08 12:56:14 +0530 | [diff] [blame] | 256 | erpnext.patches.v5_8.tax_rule #2015-12-08 |
Rushabh Mehta | 13ec41a | 2015-12-10 12:31:36 +0530 | [diff] [blame] | 257 | erpnext.patches.v6_12.set_overdue_tasks |
Nabin Hait | a613ea8 | 2016-01-20 18:31:20 +0530 | [diff] [blame] | 258 | erpnext.patches.v6_16.update_billing_status_in_dn_and_pr |
Anand Doshi | eca2e42 | 2016-01-27 12:36:21 +0530 | [diff] [blame] | 259 | erpnext.patches.v6_16.create_manufacturer_records |
| 260 | execute:frappe.db.sql("update `tabPricing Rule` set title=name where title='' or title is null") #2016-01-27 |
Anand Doshi | 17d4fc4 | 2016-01-19 18:38:08 +0530 | [diff] [blame] | 261 | erpnext.patches.v6_20.set_party_account_currency_in_orders |
Anand Doshi | 7b52dc9 | 2016-02-26 20:49:33 +0530 | [diff] [blame] | 262 | erpnext.patches.v6_19.comment_feed_communication |
Rushabh Mehta | 3cdf354 | 2016-02-08 11:52:22 +0530 | [diff] [blame] | 263 | erpnext.patches.v6_21.fix_reorder_level |
Neil Trini Lasrado | abd9248 | 2016-02-03 18:33:43 +0530 | [diff] [blame] | 264 | erpnext.patches.v6_21.rename_material_request_fields |
Nabin Hait | 5a4c7d3 | 2016-02-29 12:01:44 +0530 | [diff] [blame] | 265 | erpnext.patches.v6_23.update_stopped_status_to_closed |
Rushabh Mehta | 5839a8d | 2016-03-02 17:51:24 +0530 | [diff] [blame] | 266 | erpnext.patches.v6_24.set_recurring_id |
shreyas | 6f8dfa4 | 2016-03-07 18:22:40 +0530 | [diff] [blame] | 267 | erpnext.patches.v6_20x.set_compact_print |
Anand Doshi | 6d59a41 | 2016-03-10 14:20:49 +0530 | [diff] [blame] | 268 | execute:frappe.delete_doc_if_exists("Web Form", "contact") #2016-03-10 |
Anand Doshi | 4284fcf | 2016-03-11 17:16:30 +0530 | [diff] [blame] | 269 | erpnext.patches.v6_20x.remove_fiscal_year_from_holiday_list |
Nabin Hait | 2646f84 | 2016-03-21 15:19:51 +0530 | [diff] [blame] | 270 | erpnext.patches.v6_24.map_customer_address_to_shipping_address_on_po |
Rushabh Mehta | c20c536 | 2016-03-25 17:19:28 +0530 | [diff] [blame] | 271 | erpnext.patches.v6_27.fix_recurring_order_status |
Rushabh Mehta | d42167e | 2016-05-11 16:47:14 +0530 | [diff] [blame] | 272 | erpnext.patches.v6_20x.update_product_bundle_description |
Rohit Waghchaure | b2382c0 | 2016-09-22 18:45:06 +0530 | [diff] [blame] | 273 | erpnext.patches.v7_0.update_party_status #2016-09-22 |
Rushabh Mehta | d42167e | 2016-05-11 16:47:14 +0530 | [diff] [blame] | 274 | erpnext.patches.v7_0.remove_features_setup |
Nabin Hait | ca90963 | 2016-05-18 12:22:42 +0530 | [diff] [blame] | 275 | erpnext.patches.v7_0.update_home_page |
Nabin Hait | 591a5ab | 2016-05-26 17:41:39 +0530 | [diff] [blame] | 276 | execute:frappe.delete_doc_if_exists("Page", "financial-analytics") |
| 277 | erpnext.patches.v7_0.update_project_in_gl_entry |
Rushabh Mehta | d56306a | 2016-06-09 15:56:48 +0530 | [diff] [blame] | 278 | execute:frappe.db.sql('update tabQuotation set status="Cancelled" where docstatus=2') |
Rushabh Mehta | a55fb64 | 2016-06-14 15:54:17 +0530 | [diff] [blame] | 279 | execute:frappe.rename_doc("DocType", "Payments", "Sales Invoice Payment", force=True) |
| 280 | erpnext.patches.v7_0.update_mins_to_first_response |
Nabin Hait | 2effad3 | 2016-06-24 12:48:24 +0530 | [diff] [blame] | 281 | erpnext.patches.v6_20x.repost_valuation_rate_for_negative_inventory |
Rohit Waghchaure | 774ce63 | 2016-08-31 15:45:05 +0530 | [diff] [blame] | 282 | erpnext.patches.v7_0.migrate_mode_of_payments_v6_to_v7 |
Anand Doshi | f576f3b | 2016-06-25 19:51:48 +0530 | [diff] [blame] | 283 | erpnext.patches.v7_0.system_settings_setup_complete |
Rohit Waghchaure | c4afd63 | 2016-07-26 20:47:42 +0530 | [diff] [blame] | 284 | erpnext.patches.v7_0.set_naming_series_for_timesheet #2016-07-27 |
Revant Nandgaonkar | 88e16a7 | 2016-07-16 11:00:37 +0530 | [diff] [blame] | 285 | execute:frappe.reload_doc('projects', 'doctype', 'project') |
| 286 | execute:frappe.reload_doc('projects', 'doctype', 'project_user') |
Rohit Waghchaure | d6c986d | 2016-06-03 14:44:35 +0530 | [diff] [blame] | 287 | erpnext.patches.v7_0.convert_timelogbatch_to_timesheet |
| 288 | erpnext.patches.v7_0.convert_timelog_to_timesheet |
| 289 | erpnext.patches.v7_0.move_timelogbatch_from_salesinvoiceitem_to_salesinvoicetimesheet |
Rohit Waghchaure | 0a6529a | 2016-09-28 12:55:02 +0530 | [diff] [blame] | 290 | erpnext.patches.v7_0.remove_doctypes_and_reports #2016-10-29 |
Kanchan Chauhan | fb3eb13 | 2016-06-29 15:04:08 +0530 | [diff] [blame] | 291 | erpnext.patches.v7_0.update_maintenance_module_in_doctype |
Rohit Waghchaure | 4d8f4d7 | 2016-06-30 18:07:39 +0530 | [diff] [blame] | 292 | erpnext.patches.v7_0.update_prevdoc_values_for_supplier_quotation_item |
Kanchan Chauhan | d963b76 | 2016-07-02 12:23:59 +0530 | [diff] [blame] | 293 | erpnext.patches.v7_0.rename_advance_table_fields |
Rohit Waghchaure | a71d9d3 | 2016-07-05 00:34:00 +0530 | [diff] [blame] | 294 | erpnext.patches.v7_0.rename_salary_components |
| 295 | erpnext.patches.v7_0.rename_prevdoc_fields |
Rohit Waghchaure | e94d18b | 2016-07-06 20:12:58 +0530 | [diff] [blame] | 296 | erpnext.patches.v7_0.rename_time_sheet_doctype |
Kanchan Chauhan | 7ff0c4e | 2016-07-14 12:12:26 +0530 | [diff] [blame] | 297 | execute:frappe.delete_doc_if_exists("Report", "Customers Not Buying Since Long Time") |
| 298 | erpnext.patches.v7_0.make_is_group_fieldtype_as_check |
Rohit Waghchaure | 7b6fdb7 | 2016-09-12 19:06:41 +0530 | [diff] [blame] | 299 | execute:frappe.reload_doc('projects', 'doctype', 'timesheet') #2016-09-12 |
| 300 | erpnext.patches.v7_1.rename_field_timesheet |
Kanchan Chauhan | 9846b94 | 2016-07-15 14:06:20 +0530 | [diff] [blame] | 301 | execute:frappe.delete_doc_if_exists("Report", "Employee Holiday Attendance") |
Nabin Hait | 6831b94 | 2016-07-14 14:39:16 +0530 | [diff] [blame] | 302 | execute:frappe.delete_doc_if_exists("DocType", "Payment Tool") |
| 303 | execute:frappe.delete_doc_if_exists("DocType", "Payment Tool Detail") |
Saurabh | 718d835 | 2016-07-18 15:20:47 +0530 | [diff] [blame] | 304 | erpnext.patches.v7_0.setup_account_table_for_expense_claim_type_if_exists |
Rushabh Mehta | 20038ad | 2016-07-21 16:01:59 +0530 | [diff] [blame] | 305 | erpnext.patches.v7_0.migrate_schools_to_erpnext |
Nabin Hait | e593f17 | 2016-11-04 11:43:58 +0530 | [diff] [blame] | 306 | erpnext.patches.v7_1.update_lead_source |
Nabin Hait | bc691dc | 2016-08-01 12:36:28 +0530 | [diff] [blame] | 307 | erpnext.patches.v6_20x.remove_customer_supplier_roles |
Neil Trini Lasrado | d69d961 | 2016-07-25 11:39:23 +0530 | [diff] [blame] | 308 | erpnext.patches.v7_0.remove_administrator_role_in_doctypes |
Neil Trini Lasrado | ce1c63f | 2016-07-25 18:24:37 +0530 | [diff] [blame] | 309 | erpnext.patches.v7_0.rename_fee_amount_to_fee_component |
Rohit Waghchaure | 26cf01a | 2016-07-22 13:24:33 +0530 | [diff] [blame] | 310 | erpnext.patches.v7_0.calculate_total_costing_amount |
Nabin Hait | feed313 | 2016-07-30 15:58:06 +0530 | [diff] [blame] | 311 | erpnext.patches.v7_0.fix_nonwarehouse_ledger_gl_entries_for_transactions |
Neil Trini Lasrado | 74dbd16 | 2016-07-22 01:17:39 +0530 | [diff] [blame] | 312 | erpnext.patches.v7_0.remove_old_earning_deduction_doctypes |
| 313 | erpnext.patches.v7_0.make_guardian |
Rohit Waghchaure | 08aadb8 | 2016-07-29 13:23:30 +0530 | [diff] [blame] | 314 | erpnext.patches.v7_0.update_refdoc_in_landed_cost_voucher |
Neil Trini Lasrado | 50b2278 | 2016-08-01 23:45:33 +0530 | [diff] [blame] | 315 | erpnext.patches.v7_0.set_material_request_type_in_item |
Nabin Hait | 99d4ff4 | 2016-08-08 14:12:16 +0530 | [diff] [blame] | 316 | erpnext.patches.v7_0.rename_examination_to_assessment |
Nabin Hait | f44b515 | 2016-08-09 17:07:59 +0530 | [diff] [blame] | 317 | erpnext.patches.v7_0.set_portal_settings |
Rohit Waghchaure | 4b24683 | 2016-09-29 12:54:24 +0530 | [diff] [blame] | 318 | erpnext.patches.v7_0.update_change_amount_account |
Kanchan Chauhan | bccf0fa | 2016-07-29 12:56:30 +0530 | [diff] [blame] | 319 | erpnext.patches.v7_0.fix_duplicate_icons |
Nabin Hait | 0da75ae | 2016-08-26 12:40:02 +0530 | [diff] [blame] | 320 | erpnext.patches.v7_0.repost_gle_for_pos_sales_return |
Rohit Waghchaure | 69aebf4 | 2016-08-23 10:41:15 +0530 | [diff] [blame] | 321 | erpnext.patches.v7_1.update_total_billing_hours |
Kanchan Chauhan | 145f87c | 2016-08-29 15:26:57 +0530 | [diff] [blame] | 322 | erpnext.patches.v7_1.update_component_type |
Nabin Hait | 2490ea0 | 2016-09-01 12:29:31 +0530 | [diff] [blame] | 323 | erpnext.patches.v7_0.repost_gle_for_pos_sales_return |
| 324 | erpnext.patches.v7_0.update_missing_employee_in_timesheet |
Nabin Hait | 5a4ca64 | 2016-09-02 12:15:41 +0530 | [diff] [blame] | 325 | erpnext.patches.v7_0.update_status_for_timesheet |
| 326 | erpnext.patches.v7_0.set_party_name_in_payment_entry |
Neil Trini Lasrado | 49da25d | 2016-09-06 15:28:13 +0530 | [diff] [blame] | 327 | erpnext.patches.v7_1.set_student_guardian |
Rohit Waghchaure | c940440 | 2016-09-09 13:08:23 +0530 | [diff] [blame] | 328 | erpnext.patches.v7_0.update_conversion_factor_in_supplier_quotation_item |
Nabin Hait | d5ebd79 | 2016-09-14 15:50:22 +0530 | [diff] [blame] | 329 | erpnext.patches.v7_1.move_sales_invoice_from_parent_to_child_timesheet |
Rohit Waghchaure | 03e5e68 | 2016-09-12 16:14:06 +0530 | [diff] [blame] | 330 | execute:frappe.db.sql("update `tabTimesheet` ts, `tabEmployee` emp set ts.employee_name = emp.employee_name where emp.name = ts.employee and ts.employee_name is null and ts.employee is not null") |
Nabin Hait | b015f1b | 2016-09-20 16:53:02 +0530 | [diff] [blame] | 331 | erpnext.patches.v7_1.fix_link_for_customer_from_lead |
Rohit Waghchaure | 17adb97 | 2016-09-29 01:07:28 +0530 | [diff] [blame] | 332 | execute:frappe.db.sql("delete from `tabTimesheet Detail` where NOT EXISTS (select name from `tabTimesheet` where name = `tabTimesheet Detail`.parent)") |
Rohit Waghchaure | 414199a | 2016-09-19 13:59:18 +0530 | [diff] [blame] | 333 | erpnext.patches.v7_0.update_mode_of_payment_type |
robert schouten | d7721a6 | 2016-09-21 11:16:53 +0800 | [diff] [blame] | 334 | |
Kanchan Chauhan | dc86964 | 2016-10-18 11:29:41 +0530 | [diff] [blame] | 335 | execute:frappe.reload_doctype('Employee') #2016-10-18 |
robert schouten | d7721a6 | 2016-09-21 11:16:53 +0800 | [diff] [blame] | 336 | execute:frappe.db.sql("update `tabEmployee` set prefered_contact_email = IFNULL(prefered_contact_email,'') ") |
Anurag Mishra | 289c822 | 2020-06-19 19:17:57 +0530 | [diff] [blame] | 337 | execute:frappe.reload_doc("Payroll", "doctype", "salary_slip") |
Nabin Hait | 9f4ca1f | 2016-09-20 16:59:15 +0530 | [diff] [blame] | 338 | execute:frappe.db.sql("update `tabSalary Slip` set posting_date=creation") |
Saurabh | 00e82cd | 2017-11-17 19:06:08 +0530 | [diff] [blame] | 339 | execute:frappe.reload_doc("stock", "doctype", "stock_settings") |
Nabin Hait | 738d8c2 | 2017-08-08 11:15:13 +0530 | [diff] [blame] | 340 | erpnext.patches.v8_0.create_domain_docs #16-05-2017 |
Rushabh Mehta | fc800b3 | 2016-09-23 21:51:51 +0530 | [diff] [blame] | 341 | erpnext.patches.v7_1.update_portal_roles |
Saurabh | f24d523 | 2016-10-03 17:14:31 +0530 | [diff] [blame] | 342 | erpnext.patches.v7_1.set_total_amount_currency_in_je |
Nabin Hait | 16f3f37 | 2016-10-07 12:54:27 +0530 | [diff] [blame] | 343 | finally:erpnext.patches.v7_0.update_timesheet_communications |
Rohit Waghchaure | 770d04e | 2016-10-05 23:02:15 +0530 | [diff] [blame] | 344 | erpnext.patches.v7_0.update_status_of_zero_amount_sales_order |
Faris Ansari | a0608d4 | 2016-10-10 14:32:35 +0530 | [diff] [blame] | 345 | erpnext.patches.v7_1.add_field_for_task_dependent |
Rohit Waghchaure | ac9172f | 2016-10-18 17:22:56 +0530 | [diff] [blame] | 346 | erpnext.patches.v7_0.repost_bin_qty_and_item_projected_qty |
Rohit Waghchaure | 18fa0d8 | 2016-10-20 16:16:28 +0530 | [diff] [blame] | 347 | erpnext.patches.v7_1.set_prefered_contact_email |
Rohit Waghchaure | 0ecad33 | 2016-11-04 12:26:55 +0530 | [diff] [blame] | 348 | execute:frappe.reload_doc('accounts', 'doctype', 'accounts_settings') |
| 349 | execute:frappe.db.set_value("Accounts Settings", "Accounts Settings", "unlink_payment_on_cancellation_of_invoice", 0) |
Nabin Hait | 0f75a02 | 2018-01-30 15:32:17 +0530 | [diff] [blame] | 350 | execute:frappe.db.sql("update `tabStock Entry` set total_amount = 0 where purpose in('Repack', 'Manufacture')") |
Nabin Hait | 551360a | 2016-10-31 16:38:09 +0530 | [diff] [blame] | 351 | erpnext.patches.v7_1.save_stock_settings |
Rohit Waghchaure | 0ecad33 | 2016-11-04 12:26:55 +0530 | [diff] [blame] | 352 | erpnext.patches.v7_0.repost_gle_for_pi_with_update_stock #2016-11-01 |
Nabin Hait | a469e65 | 2016-11-08 15:26:27 +0530 | [diff] [blame] | 353 | erpnext.patches.v7_1.add_account_user_role_for_timesheet |
Nabin Hait | 31f6436 | 2016-11-08 17:25:14 +0530 | [diff] [blame] | 354 | erpnext.patches.v7_0.set_base_amount_in_invoice_payment_table |
Nabin Hait | ceca1b9 | 2016-11-09 14:58:36 +0530 | [diff] [blame] | 355 | erpnext.patches.v7_1.update_invoice_status |
Rushabh Mehta | 8dfbe7c | 2016-11-16 11:18:20 +0530 | [diff] [blame] | 356 | erpnext.patches.v7_0.po_status_issue_for_pr_return |
Nabin Hait | 8af429d | 2016-11-16 17:21:59 +0530 | [diff] [blame] | 357 | erpnext.patches.v7_1.update_missing_salary_component_type |
Nabin Hait | d855167 | 2016-11-21 19:13:22 +0530 | [diff] [blame] | 358 | erpnext.patches.v7_1.rename_quality_inspection_field |
| 359 | erpnext.patches.v7_0.update_autoname_field |
Nabin Hait | 672ffc0 | 2016-11-25 11:15:20 +0530 | [diff] [blame] | 360 | erpnext.patches.v7_1.update_bom_base_currency |
Nabin Hait | 5c18bd9 | 2016-12-06 16:16:58 +0530 | [diff] [blame] | 361 | erpnext.patches.v7_0.update_status_of_po_so |
Nabin Hait | 288a18e | 2016-12-08 15:36:23 +0530 | [diff] [blame] | 362 | erpnext.patches.v7_1.set_budget_against_as_cost_center |
Kanchan Chauhan | f0b0db4 | 2016-12-12 11:12:07 +0530 | [diff] [blame] | 363 | erpnext.patches.v7_1.set_currency_exchange_date |
Nabin Hait | 201af80 | 2016-12-13 14:30:32 +0530 | [diff] [blame] | 364 | erpnext.patches.v7_1.set_sales_person_status |
| 365 | erpnext.patches.v7_1.repost_stock_for_deleted_bins_for_merging_items |
Rushabh Mehta | 174c347 | 2016-12-27 12:29:11 +0530 | [diff] [blame] | 366 | erpnext.patches.v7_2.update_website_for_variant |
Neil Trini Lasrado | 5c87455 | 2016-12-29 17:05:29 +0530 | [diff] [blame] | 367 | erpnext.patches.v7_2.update_assessment_modules |
Nabin Hait | e43a94d | 2017-01-13 13:14:32 +0530 | [diff] [blame] | 368 | erpnext.patches.v7_2.update_doctype_status |
| 369 | erpnext.patches.v7_2.update_salary_slips |
Rushabh Mehta | 818af75 | 2017-01-19 13:08:46 +0530 | [diff] [blame] | 370 | erpnext.patches.v7_2.delete_fleet_management_module_def |
Neil Trini Lasrado | 16d40cf | 2017-01-20 19:16:39 +0530 | [diff] [blame] | 371 | erpnext.patches.v7_2.contact_address_links |
Nabin Hait | 1f9d1bb | 2017-01-20 20:09:44 +0530 | [diff] [blame] | 372 | erpnext.patches.v7_2.mark_students_active |
Nabin Hait | 349d520 | 2017-01-20 15:44:35 +0530 | [diff] [blame] | 373 | erpnext.patches.v7_2.set_null_value_to_fields |
Neil Trini Lasrado | f36ff48 | 2017-01-27 13:37:12 +0530 | [diff] [blame] | 374 | erpnext.patches.v7_2.update_guardian_name_in_student_master |
Rushabh Mehta | 710dc53 | 2017-01-27 15:48:31 +0530 | [diff] [blame] | 375 | erpnext.patches.v7_2.update_abbr_in_salary_slips |
Neil Trini Lasrado | 4aabe61 | 2017-02-01 19:32:28 +0530 | [diff] [blame] | 376 | erpnext.patches.v7_2.rename_evaluation_criteria |
mbauskar | e1e25a0 | 2017-02-16 19:36:59 +0530 | [diff] [blame] | 377 | erpnext.patches.v7_2.update_party_type |
Nabin Hait | 0d66579 | 2017-02-20 19:22:03 +0530 | [diff] [blame] | 378 | erpnext.patches.v7_2.setup_auto_close_settings |
Nabin Hait | 9f4cb0c | 2017-02-20 15:00:04 +0530 | [diff] [blame] | 379 | erpnext.patches.v7_2.empty_supplied_items_for_non_subcontracted |
Nabin Hait | 8bb69ff | 2017-02-20 19:01:04 +0530 | [diff] [blame] | 380 | erpnext.patches.v7_2.arrear_leave_encashment_as_salary_component |
Kanchan Chauhan | 42f55cf | 2017-02-21 13:44:01 +0530 | [diff] [blame] | 381 | erpnext.patches.v7_2.rename_att_date_attendance |
Nabin Hait | 5079c9e | 2017-02-22 15:31:31 +0530 | [diff] [blame] | 382 | erpnext.patches.v7_2.update_attendance_docstatus |
Manas Solanki | d77fac1 | 2017-02-24 14:44:59 +0530 | [diff] [blame] | 383 | erpnext.patches.v7_2.make_all_assessment_group |
Revant Nandgaonkar | d07c041 | 2017-03-30 21:41:07 +0530 | [diff] [blame] | 384 | erpnext.patches.v8_0.repost_reserved_qty_for_multiple_sales_uom |
Rushabh Mehta | cc8b2b2 | 2017-03-31 12:44:29 +0530 | [diff] [blame] | 385 | erpnext.patches.v8_0.addresses_linked_to_lead |
Javier Wong | 9b11d9b | 2017-04-14 18:24:04 +0800 | [diff] [blame] | 386 | execute:frappe.delete_doc('DocType', 'Purchase Common') |
mbauskar | 3ddfce4 | 2017-04-13 16:16:15 +0530 | [diff] [blame] | 387 | erpnext.patches.v8_0.update_stock_qty_value_in_purchase_invoice |
Javier Wong | 54d9c9e | 2017-04-14 18:33:44 +0800 | [diff] [blame] | 388 | erpnext.patches.v8_0.update_supplier_address_in_stock_entry |
Rohit Waghchaure | dc981dc | 2017-04-03 14:17:08 +0530 | [diff] [blame] | 389 | erpnext.patches.v8_0.rename_is_sample_item_to_allow_zero_valuation_rate |
Nabin Hait | 117be7d | 2017-04-18 14:02:07 +0530 | [diff] [blame] | 390 | erpnext.patches.v8_0.set_null_to_serial_nos_for_disabled_sales_invoices |
Nabin Hait | f382373 | 2017-04-19 21:01:19 +0530 | [diff] [blame] | 391 | erpnext.patches.v8_0.enable_booking_asset_depreciation_automatically |
| 392 | erpnext.patches.v8_0.set_project_copied_from |
mbauskar | 9cf6d63 | 2017-04-25 12:55:21 +0530 | [diff] [blame] | 393 | erpnext.patches.v8_0.update_status_as_paid_for_completed_expense_claim |
Nabin Hait | b6a8920 | 2017-04-25 17:27:53 +0530 | [diff] [blame] | 394 | erpnext.patches.v7_2.stock_uom_in_selling |
mbauskar | e94c6e7 | 2017-04-29 15:41:34 +0530 | [diff] [blame] | 395 | erpnext.patches.v8_0.revert_manufacturers_table_from_item |
Manas Solanki | 426b8a1 | 2017-05-09 15:32:52 +0530 | [diff] [blame] | 396 | erpnext.patches.v8_0.disable_instructor_role |
| 397 | erpnext.patches.v8_0.merge_student_batch_and_student_group |
rohitwaghchaure | 73456ac | 2017-05-16 11:29:57 +0530 | [diff] [blame] | 398 | erpnext.patches.v8_0.rename_total_margin_to_rate_with_margin # 11-05-2017 |
Nabin Hait | 8a27cf3 | 2017-05-16 12:43:00 +0530 | [diff] [blame] | 399 | erpnext.patches.v8_0.fix_status_for_invoices_with_negative_outstanding |
| 400 | erpnext.patches.v8_0.make_payments_table_blank_for_non_pos_invoice |
Nabin Hait | c795386 | 2017-05-24 18:39:16 +0530 | [diff] [blame] | 401 | erpnext.patches.v8_0.set_sales_invoice_serial_number_from_delivery_note |
mbauskar | ff70f38 | 2017-05-24 16:55:24 +0530 | [diff] [blame] | 402 | erpnext.patches.v8_0.delete_schools_depricated_doctypes |
rohitwaghchaure | d2be55b | 2017-06-07 12:04:01 +0530 | [diff] [blame] | 403 | erpnext.patches.v8_0.update_customer_pos_id |
tundebabzy | 99b734b | 2017-06-07 07:32:07 +0100 | [diff] [blame] | 404 | erpnext.patches.v8_0.rename_items_in_status_field_of_material_request |
mbauskar | f819c93 | 2017-06-08 23:39:58 +0530 | [diff] [blame] | 405 | erpnext.patches.v8_0.delete_bin_indexes |
Nabin Hait | 6d7b0ce | 2017-06-15 11:09:27 +0530 | [diff] [blame] | 406 | erpnext.patches.v8_0.move_account_head_from_account_to_warehouse_for_inventory |
Makarand Bauskar | dd986f6 | 2017-06-16 13:02:45 +0530 | [diff] [blame] | 407 | erpnext.patches.v8_0.change_in_words_varchar_length |
bcornwellmott | d53dd7f | 2017-06-13 08:40:24 -0700 | [diff] [blame] | 408 | erpnext.patches.v8_0.update_stock_qty_value_in_bom_item |
mbauskar | 4b299ba | 2017-06-22 11:36:57 +0530 | [diff] [blame] | 409 | erpnext.patches.v8_0.update_sales_cost_in_project |
mbauskar | 66e2a51 | 2017-06-22 16:18:12 +0530 | [diff] [blame] | 410 | erpnext.patches.v8_0.save_system_settings |
Rushabh Mehta | 919a74a | 2017-06-22 16:37:04 +0530 | [diff] [blame] | 411 | erpnext.patches.v8_1.delete_deprecated_reports |
rohitwaghchaure | da8de2f | 2017-09-27 17:11:40 +0530 | [diff] [blame] | 412 | erpnext.patches.v9_0.remove_subscription_module |
| 413 | erpnext.patches.v8_7.make_subscription_from_recurring_data |
Rushabh Mehta | 00ae424 | 2017-06-27 17:31:41 +0530 | [diff] [blame] | 414 | erpnext.patches.v8_1.setup_gst_india #2017-06-27 |
Sagar Vora | 067991e | 2017-06-30 16:42:26 +0530 | [diff] [blame] | 415 | execute:frappe.reload_doc('regional', 'doctype', 'gst_hsn_code') |
rohitwaghchaure | 8cca61f | 2018-08-20 17:53:56 +0530 | [diff] [blame] | 416 | erpnext.patches.v8_1.removed_roles_from_gst_report_non_indian_account #16-08-2018 |
Nabin Hait | f3f0dfe | 2017-07-06 14:49:34 +0530 | [diff] [blame] | 417 | erpnext.patches.v8_1.gst_fixes #2017-07-06 |
Nabin Hait | 949a920 | 2017-07-05 13:55:41 +0530 | [diff] [blame] | 418 | erpnext.patches.v8_0.update_production_orders |
Nabin Hait | 8b486b0 | 2017-07-07 13:14:25 +0530 | [diff] [blame] | 419 | erpnext.patches.v8_1.remove_sales_invoice_from_returned_serial_no |
Nabin Hait | 7312186 | 2017-07-12 16:01:24 +0530 | [diff] [blame] | 420 | erpnext.patches.v8_1.allow_invoice_copy_to_edit_after_submit |
Saurabh | e74e4b1 | 2017-07-13 14:17:07 +0530 | [diff] [blame] | 421 | erpnext.patches.v8_1.add_hsn_sac_codes |
rohitwaghchaure | ea4497c | 2017-07-17 14:55:42 +0530 | [diff] [blame] | 422 | erpnext.patches.v8_1.update_gst_state #17-07-2017 |
| 423 | erpnext.patches.v8_1.removed_report_support_hours |
Rohit Waghchaure | 8333b57 | 2017-07-17 15:56:36 +0530 | [diff] [blame] | 424 | erpnext.patches.v8_1.add_indexes_in_transaction_doctypes |
Makarand Bauskar | 6e30f04 | 2017-07-18 12:30:57 +0530 | [diff] [blame] | 425 | erpnext.patches.v8_3.set_restrict_to_domain_for_module_def |
Makarand Bauskar | c446bf6 | 2017-07-18 10:54:13 +0530 | [diff] [blame] | 426 | erpnext.patches.v8_1.update_expense_claim_status |
Nabin Hait | 64c32dc | 2017-08-16 15:04:18 +0530 | [diff] [blame] | 427 | erpnext.patches.v8_3.update_company_total_sales #2017-08-16 |
bcornwellmott | 96381da | 2017-07-24 10:12:30 -0700 | [diff] [blame] | 428 | erpnext.patches.v8_4.make_scorecard_records |
Makarand Bauskar | 98b52a7 | 2017-07-31 15:09:52 +0530 | [diff] [blame] | 429 | erpnext.patches.v8_1.set_delivery_date_in_so_item #2017-07-28 |
Makarand Bauskar | 9306aff | 2017-07-21 15:19:47 +0530 | [diff] [blame] | 430 | erpnext.patches.v8_5.fix_tax_breakup_for_non_invoice_docs |
bcornwellmott | 96381da | 2017-07-24 10:12:30 -0700 | [diff] [blame] | 431 | erpnext.patches.v8_5.remove_quotations_route_in_sidebar |
KanchanChauhan | 7800bd8 | 2017-07-26 17:55:25 +0530 | [diff] [blame] | 432 | erpnext.patches.v8_5.update_existing_data_in_project_type |
mbauskar | 8b6f791 | 2017-07-31 12:30:53 +0530 | [diff] [blame] | 433 | erpnext.patches.v8_5.set_default_mode_of_payment |
Rohit Waghchaure | 3397782 | 2017-07-28 17:45:12 +0530 | [diff] [blame] | 434 | erpnext.patches.v8_5.update_customer_group_in_POS_profile |
Rohit Waghchaure | 250e964 | 2017-08-02 18:23:39 +0530 | [diff] [blame] | 435 | erpnext.patches.v8_6.update_timesheet_company_from_PO |
Rushabh Mehta | 1696294 | 2017-08-04 10:50:56 +0530 | [diff] [blame] | 436 | erpnext.patches.v8_6.set_write_permission_for_quotation_for_sales_manager |
Nabin Hait | 879e162 | 2017-08-21 08:28:55 +0530 | [diff] [blame] | 437 | erpnext.patches.v8_5.remove_project_type_property_setter |
Nabin Hait | 562d942 | 2018-09-07 16:14:44 +0530 | [diff] [blame] | 438 | erpnext.patches.v8_7.sync_india_custom_fields |
mbauskar | aaec42e | 2017-08-28 11:57:56 +0530 | [diff] [blame] | 439 | erpnext.patches.v8_7.fix_purchase_receipt_status |
Faris Ansari | 491108a | 2017-08-30 12:37:05 +0530 | [diff] [blame] | 440 | erpnext.patches.v8_6.rename_bom_update_tool |
Prateeksha Singh | 228c341 | 2017-12-15 18:32:27 +0530 | [diff] [blame] | 441 | erpnext.patches.v8_9.add_setup_progress_actions #08-09-2017 #26-09-2017 #22-11-2017 #15-12-2017 |
Prateeksha Singh | 95d8fd3 | 2017-09-04 11:14:04 +0530 | [diff] [blame] | 442 | erpnext.patches.v8_9.rename_company_sales_target_field |
Faris Ansari | e4434d3 | 2017-09-05 17:18:04 +0530 | [diff] [blame] | 443 | erpnext.patches.v8_8.set_bom_rate_as_per_uom |
tundebabzy | ab5b030 | 2017-09-21 10:20:39 +0100 | [diff] [blame] | 444 | erpnext.patches.v8_8.add_new_fields_in_accounts_settings |
Nabin Hait | bc9006f | 2017-09-18 13:16:04 +0530 | [diff] [blame] | 445 | erpnext.patches.v8_9.set_default_customer_group |
Saurabh | 2222f10 | 2017-09-18 15:05:18 +0530 | [diff] [blame] | 446 | erpnext.patches.v8_9.delete_gst_doctypes_for_outside_india_accounts |
Nabin Hait | c9f9e52 | 2017-09-28 12:31:33 +0530 | [diff] [blame] | 447 | erpnext.patches.v8_9.set_default_fields_in_variant_settings |
| 448 | erpnext.patches.v8_9.update_billing_gstin_for_indian_account |
Vishal | 3a75a5e | 2017-09-18 16:04:52 +0530 | [diff] [blame] | 449 | erpnext.patches.v8_9.set_member_party_type |
| 450 | erpnext.patches.v9_0.add_user_to_child_table_in_pos_profile |
Nabin Hait | 5a83420 | 2017-10-05 19:51:10 +0530 | [diff] [blame] | 451 | erpnext.patches.v9_0.set_schedule_date_for_material_request_and_purchase_order |
Manas Solanki | f91ad75 | 2017-10-09 12:41:24 +0530 | [diff] [blame] | 452 | erpnext.patches.v9_0.student_admission_childtable_migrate |
rohitwaghchaure | e181dd4 | 2017-10-09 12:43:36 +0530 | [diff] [blame] | 453 | erpnext.patches.v9_0.add_healthcare_domain |
Saurabh | a7d5f94 | 2017-10-18 16:02:08 +0530 | [diff] [blame] | 454 | erpnext.patches.v9_0.set_variant_item_description |
tundebabzy | cba7a11 | 2017-10-25 07:27:10 +0100 | [diff] [blame] | 455 | erpnext.patches.v9_0.set_uoms_in_variant_field |
Manas Solanki | 464289b | 2017-10-25 12:13:42 +0530 | [diff] [blame] | 456 | erpnext.patches.v9_0.copy_old_fees_field_data |
Manas Solanki | 36e2fb8 | 2017-11-06 17:44:59 +0530 | [diff] [blame] | 457 | execute:frappe.delete_doc_if_exists("DocType", "Program Fee") |
Manas Solanki | 40ef7e7 | 2017-11-02 16:04:16 +0530 | [diff] [blame] | 458 | erpnext.patches.v9_0.set_pos_profile_name |
Manas Solanki | aeb0026 | 2017-11-10 10:58:43 +0530 | [diff] [blame] | 459 | erpnext.patches.v9_0.remove_non_existing_warehouse_from_stock_settings |
| 460 | execute:frappe.delete_doc_if_exists("DocType", "Program Fee") |
tunde | 1c2edae | 2017-08-31 22:52:06 +0100 | [diff] [blame] | 461 | erpnext.patches.v8_10.change_default_customer_credit_days |
rohitwaghchaure | 43edd5d | 2017-11-14 17:59:20 +0530 | [diff] [blame] | 462 | erpnext.patches.v9_0.update_employee_loan_details |
| 463 | erpnext.patches.v9_2.delete_healthcare_domain_default_items |
Rushabh Mehta | a5ebebd | 2017-11-16 17:03:52 +0530 | [diff] [blame] | 464 | erpnext.patches.v9_1.create_issue_opportunity_type |
Saurabh | 3499ba0 | 2017-11-17 12:29:26 +0530 | [diff] [blame] | 465 | erpnext.patches.v9_2.rename_translated_domains_in_en |
Rushabh Mehta | 30dc9a1 | 2017-11-17 14:31:09 +0530 | [diff] [blame] | 466 | erpnext.patches.v9_0.set_shipping_type_for_existing_shipping_rules |
Manas Solanki | 966f141 | 2017-11-23 15:22:10 +0530 | [diff] [blame] | 467 | erpnext.patches.v9_0.update_multi_uom_fields_in_material_request |
Shreya Shah | e3d6d21 | 2017-11-27 12:02:13 +0530 | [diff] [blame] | 468 | erpnext.patches.v9_2.repost_reserved_qty_for_production |
Jamsheer | b488475 | 2017-11-28 10:47:06 +0530 | [diff] [blame] | 469 | erpnext.patches.v9_2.remove_company_from_patient |
Zarrar | 95ee765 | 2017-11-29 18:44:02 +0530 | [diff] [blame] | 470 | erpnext.patches.v9_2.set_item_name_in_production_order |
| 471 | erpnext.patches.v10_0.update_lft_rgt_for_employee |
Vishal Dhayagude | 8677cd1 | 2017-11-30 13:52:30 +0530 | [diff] [blame] | 472 | erpnext.patches.v9_2.rename_net_weight_in_item_master |
Shreya | f8e7bc7 | 2017-12-01 10:42:12 +0530 | [diff] [blame] | 473 | erpnext.patches.v9_2.delete_process_payroll |
Ameya Shenoy | 5c62368 | 2017-12-06 18:36:27 +0530 | [diff] [blame] | 474 | erpnext.patches.v10_0.add_agriculture_domain |
| 475 | erpnext.patches.v10_0.add_non_profit_domain |
rohitwaghchaure | c9ed094 | 2017-12-28 18:42:22 +0530 | [diff] [blame] | 476 | erpnext.patches.v10_0.setup_vat_for_uae_and_saudi_arabia #2017-12-28 |
rohitwaghchaure | 24e5265 | 2017-12-14 13:06:21 +0530 | [diff] [blame] | 477 | erpnext.patches.v10_0.set_primary_contact_for_customer |
| 478 | erpnext.patches.v10_0.copy_projects_renamed_fields |
Nabin Hait | 4c816a1 | 2017-12-16 11:17:36 +0530 | [diff] [blame] | 479 | erpnext.patches.v10_0.enabled_regional_print_format_based_on_country |
| 480 | erpnext.patches.v10_0.update_asset_calculate_depreciation |
Manas Solanki | 5807cd8 | 2017-12-22 10:50:10 +0530 | [diff] [blame] | 481 | erpnext.patches.v10_0.add_guardian_role_for_parent_portal |
Nabin Hait | 07e5376 | 2018-01-05 18:19:59 +0530 | [diff] [blame] | 482 | erpnext.patches.v10_0.set_numeric_ranges_in_template_if_blank |
Saurabh | 35d8ce4 | 2018-01-12 16:58:32 +0530 | [diff] [blame] | 483 | erpnext.patches.v10_0.update_reserved_qty_for_purchase_order |
Charles-Henri Decultot | 90657fb | 2018-01-23 11:10:14 +0100 | [diff] [blame] | 484 | erpnext.patches.v10_0.fichier_des_ecritures_comptables_for_france |
Manas Solanki | bba5fd7 | 2018-01-12 16:21:09 +0530 | [diff] [blame] | 485 | erpnext.patches.v10_0.update_assessment_plan |
| 486 | erpnext.patches.v10_0.update_assessment_result |
Saurabh | 03f6b3e | 2018-01-29 16:25:33 +0530 | [diff] [blame] | 487 | erpnext.patches.v10_0.set_default_payment_terms_based_on_company |
Nabin Hait | 2ef1f84 | 2018-02-03 09:14:53 +0530 | [diff] [blame] | 488 | erpnext.patches.v10_0.update_sales_order_link_to_purchase_order |
Shreya Shah | f718b0c | 2018-02-20 11:26:46 +0530 | [diff] [blame] | 489 | erpnext.patches.v10_0.rename_price_to_rate_in_pricing_rule |
| 490 | erpnext.patches.v10_0.set_currency_in_pricing_rule |
Vishal Dhayagude | bd59a53 | 2018-02-15 14:22:11 +0530 | [diff] [blame] | 491 | erpnext.patches.v10_0.set_b2c_limit |
| 492 | erpnext.patches.v10_0.update_translatable_fields |
rohitwaghchaure | e255830 | 2018-02-20 12:20:00 +0530 | [diff] [blame] | 493 | erpnext.patches.v10_0.rename_offer_letter_to_job_offer |
| 494 | execute:frappe.delete_doc('DocType', 'Production Planning Tool', ignore_missing=True) |
Suraj Shetty | b58c317 | 2018-12-24 10:26:39 +0530 | [diff] [blame] | 495 | erpnext.patches.v10_0.migrate_daily_work_summary_settings_to_daily_work_summary_group # 24-12-2018 |
tundebabzy | cad22db | 2018-02-22 06:38:36 +0100 | [diff] [blame] | 496 | erpnext.patches.v10_0.add_default_cash_flow_mappers |
sahil28297 | c759e17 | 2020-05-07 12:12:13 +0530 | [diff] [blame] | 497 | erpnext.patches.v11_0.rename_duplicate_item_code_values |
rohitwaghchaure | 4e8fdf7 | 2018-02-22 11:03:48 +0530 | [diff] [blame] | 498 | erpnext.patches.v11_0.make_quality_inspection_template |
Manas Solanki | 5fd7b3b | 2018-03-05 11:28:29 +0530 | [diff] [blame] | 499 | erpnext.patches.v10_0.update_status_for_multiple_source_in_po |
Nabin Hait | f68dc69 | 2018-03-01 10:54:24 +0530 | [diff] [blame] | 500 | erpnext.patches.v10_0.set_auto_created_serial_no_in_stock_entry |
Zarrar | 91fc1a8 | 2018-02-22 10:57:49 +0530 | [diff] [blame] | 501 | erpnext.patches.v10_0.update_territory_and_customer_group |
Achilles Rasquinha | 78064b7 | 2018-03-05 17:53:23 +0530 | [diff] [blame] | 502 | erpnext.patches.v10_0.update_warehouse_address_details |
Nabin Hait | 2c7a6e6 | 2018-03-12 14:12:12 +0530 | [diff] [blame] | 503 | erpnext.patches.v10_0.update_reserved_qty_for_purchase_order |
Achilles Rasquinha | d8f7de9 | 2018-03-15 12:48:32 +0530 | [diff] [blame] | 504 | erpnext.patches.v10_0.update_hub_connector_domain |
Manas Solanki | c711445 | 2018-03-21 10:12:27 +0530 | [diff] [blame] | 505 | erpnext.patches.v10_0.set_student_party_type |
Nabin Hait | 061d912 | 2018-03-23 16:20:27 +0530 | [diff] [blame] | 506 | erpnext.patches.v10_0.update_project_in_sle |
Nabin Hait | b9c82b9 | 2018-03-27 14:25:27 +0530 | [diff] [blame] | 507 | erpnext.patches.v10_0.fix_reserved_qty_for_sub_contract |
Mangesh-Khairnar | 1ac9a8e | 2019-07-15 14:08:47 +0530 | [diff] [blame] | 508 | erpnext.patches.v10_0.repost_requested_qty_for_non_stock_uom_items |
Nabin Hait | 03b5974 | 2018-07-13 17:45:15 +0530 | [diff] [blame] | 509 | erpnext.patches.v11_0.merge_land_unit_with_location |
Prateeksha Singh | 420c790 | 2018-04-05 14:44:16 +0530 | [diff] [blame] | 510 | erpnext.patches.v11_0.add_index_on_nestedset_doctypes |
| 511 | erpnext.patches.v11_0.remove_modules_setup_page |
Shreya Shah | a2056a3 | 2018-06-13 17:11:17 +0530 | [diff] [blame] | 512 | erpnext.patches.v11_0.move_leave_approvers_from_employee #13-06-2018 |
Shreya Shah | 828f5ab | 2018-04-23 13:21:35 +0530 | [diff] [blame] | 513 | erpnext.patches.v11_0.update_department_lft_rgt |
Shreya Shah | 44e719d | 2018-04-20 10:28:52 +0530 | [diff] [blame] | 514 | erpnext.patches.v11_0.add_default_email_template_for_leave |
Zarrar | 6599421 | 2018-06-08 16:57:06 +0530 | [diff] [blame] | 515 | erpnext.patches.v11_0.set_default_email_template_in_hr #08-06-2018 |
Zarrar | dfe897b | 2018-07-01 16:45:53 +0530 | [diff] [blame] | 516 | erpnext.patches.v11_0.uom_conversion_data #30-06-2018 |
Saurabh | 6359049 | 2018-04-25 11:32:54 +0530 | [diff] [blame] | 517 | erpnext.patches.v10_0.taxes_issue_with_pos |
rohitwaghchaure | e8358f3 | 2018-05-16 11:02:26 +0530 | [diff] [blame] | 518 | erpnext.patches.v11_0.update_account_type_in_party_type |
Saurabh | 1898e11 | 2018-08-28 13:04:40 +0530 | [diff] [blame] | 519 | erpnext.patches.v11_0.rename_healthcare_doctype_and_fields |
Saurabh | 51570f7 | 2018-08-27 16:59:46 +0530 | [diff] [blame] | 520 | erpnext.patches.v11_0.rename_supplier_type_to_supplier_group |
tundebabzy | 0125f7b | 2018-03-12 13:50:50 +0100 | [diff] [blame] | 521 | erpnext.patches.v10_1.transfer_subscription_to_auto_repeat |
Suraj Shetty | 00cced1 | 2018-05-03 19:06:32 +0530 | [diff] [blame] | 522 | erpnext.patches.v11_0.update_brand_in_item_price |
| 523 | erpnext.patches.v11_0.create_default_success_action |
Jamsheer | 0cde6ae | 2018-05-16 10:54:00 +0530 | [diff] [blame] | 524 | erpnext.patches.v11_0.add_healthcare_service_unit_tree_root |
Saurabh | ed393d1 | 2018-05-03 18:52:25 +0530 | [diff] [blame] | 525 | erpnext.patches.v10_0.set_qty_in_transactions_based_on_serial_no_input |
| 526 | erpnext.patches.v10_0.show_leaves_of_all_department_members_in_calendar |
Shreya Shah | b15ef84 | 2018-04-14 12:33:01 +0530 | [diff] [blame] | 527 | erpnext.patches.v11_0.rename_field_max_days_allowed |
Nabin Hait | 5518448 | 2018-04-14 17:04:56 +0530 | [diff] [blame] | 528 | erpnext.patches.v11_0.create_salary_structure_assignments |
Nabin Hait | 8076d6d | 2018-04-15 15:03:54 +0530 | [diff] [blame] | 529 | erpnext.patches.v11_0.rename_health_insurance |
rohitwaghchaure | efff6e5 | 2018-04-18 10:52:07 +0530 | [diff] [blame] | 530 | erpnext.patches.v11_0.rebuild_tree_for_company |
Zlash65 | d25a264 | 2018-05-13 14:34:20 +0530 | [diff] [blame] | 531 | erpnext.patches.v11_0.create_department_records_for_each_company |
Rohit Waghchaure | d644e6d | 2018-05-12 15:27:18 +0530 | [diff] [blame] | 532 | erpnext.patches.v11_0.make_location_from_warehouse |
rohitwaghchaure | 7c6bef4 | 2018-05-14 20:39:01 +0530 | [diff] [blame] | 533 | erpnext.patches.v11_0.make_asset_finance_book_against_old_entries |
Shreya | acc4cec | 2018-05-15 17:50:52 +0530 | [diff] [blame] | 534 | erpnext.patches.v11_0.check_buying_selling_in_currency_exchange |
Rohit Waghchaure | 09b4434 | 2019-06-19 12:52:07 +0530 | [diff] [blame] | 535 | erpnext.patches.v11_0.move_item_defaults_to_child_table_for_multicompany #02-07-2018 #19-06-2019 |
Zarrar | 7737620 | 2018-09-07 13:19:33 +0530 | [diff] [blame] | 536 | erpnext.patches.v11_0.refactor_erpnext_shopify #2018-09-07 |
rohitwaghchaure | 05152da | 2018-05-30 15:28:09 +0530 | [diff] [blame] | 537 | erpnext.patches.v11_0.rename_overproduction_percent_field |
rohitwaghchaure | 2da6b3d | 2018-06-05 13:06:52 +0530 | [diff] [blame] | 538 | erpnext.patches.v11_0.update_backflush_subcontract_rm_based_on_bom |
Shreya Shah | ae95a8a | 2018-05-28 18:24:28 +0530 | [diff] [blame] | 539 | erpnext.patches.v10_0.update_status_in_purchase_receipt |
Shreya Shah | 4fa600a | 2018-06-05 11:27:53 +0530 | [diff] [blame] | 540 | erpnext.patches.v11_0.inter_state_field_for_gst |
rohitwaghchaure | 2da6b3d | 2018-06-05 13:06:52 +0530 | [diff] [blame] | 541 | erpnext.patches.v11_0.rename_members_with_naming_series #04-06-2018 |
Shreya Shah | 157815f | 2018-06-11 17:32:17 +0530 | [diff] [blame] | 542 | erpnext.patches.v11_0.set_update_field_and_value_in_workflow_state |
| 543 | erpnext.patches.v11_0.update_total_qty_field |
deepak-mnt | b95f60c | 2018-06-12 16:04:49 +0530 | [diff] [blame] | 544 | erpnext.patches.v11_0.update_sales_partner_type |
rohitwaghchaure | e647c1f | 2018-06-15 13:06:28 +0530 | [diff] [blame] | 545 | erpnext.patches.v11_0.rename_asset_adjustment_doctype |
Nabin Hait | 6e86fb2 | 2018-06-29 14:36:28 +0530 | [diff] [blame] | 546 | erpnext.patches.v11_0.set_salary_component_properties |
Rushabh Mehta | df23c7d | 2018-07-05 15:19:28 +0530 | [diff] [blame] | 547 | erpnext.patches.v11_0.set_user_permissions_for_department |
Alchez | df1eae8 | 2018-07-13 12:50:04 +0530 | [diff] [blame] | 548 | erpnext.patches.v11_0.hr_ux_cleanups |
Suraj Shetty | 6dfc165 | 2018-07-16 18:10:16 +0530 | [diff] [blame] | 549 | erpnext.patches.v11_0.skip_user_permission_check_for_department |
Suraj Shetty | a6f9843 | 2018-07-16 18:39:01 +0530 | [diff] [blame] | 550 | erpnext.patches.v11_0.set_department_for_doctypes |
Jamsheer | f926911 | 2018-07-16 18:08:53 +0530 | [diff] [blame] | 551 | erpnext.patches.v11_0.update_allow_transfer_for_manufacture |
Shreya Shah | 3c9839f | 2018-07-17 18:01:44 +0530 | [diff] [blame] | 552 | erpnext.patches.v11_0.add_item_group_defaults |
Saurabh | d7897f1 | 2018-07-18 17:08:16 +0530 | [diff] [blame] | 553 | erpnext.patches.v10_0.update_address_template_for_india |
Charles-Henri Decultot | 7e86d7b | 2018-08-30 15:48:26 +0200 | [diff] [blame] | 554 | erpnext.patches.v11_0.add_expense_claim_default_account |
Faris Ansari | 9d1b7d4 | 2018-07-26 18:54:58 +0530 | [diff] [blame] | 555 | execute:frappe.delete_doc("Page", "hub") |
Prateeksha Singh | 6e7fb71 | 2018-07-27 22:02:47 +0530 | [diff] [blame] | 556 | erpnext.patches.v11_0.reset_publish_in_hub_for_all_items |
Prateeksha Singh | adef70f | 2018-09-03 16:12:50 +0530 | [diff] [blame] | 557 | erpnext.patches.v11_0.update_hub_url # 2018-08-31 # 2018-09-03 |
rohitwaghchaure | ecc6af9 | 2018-08-20 17:39:54 +0530 | [diff] [blame] | 558 | erpnext.patches.v10_0.set_discount_amount |
Nabin Hait | a804d6d | 2018-08-29 13:34:58 +0530 | [diff] [blame] | 559 | erpnext.patches.v10_0.recalculate_gross_margin_for_project |
rohitwaghchaure | 32dc3bf | 2018-09-06 19:21:48 +0530 | [diff] [blame] | 560 | erpnext.patches.v11_0.make_job_card |
Jamsheer | fd2879c | 2018-07-17 12:14:39 +0530 | [diff] [blame] | 561 | erpnext.patches.v11_0.redesign_healthcare_billing_work_flow |
Prateeksha Singh | 5ba14fe | 2018-09-12 16:59:17 +0530 | [diff] [blame] | 562 | erpnext.patches.v10_0.delete_hub_documents # 12-08-2018 |
Jamsheer | c07e8e5 | 2018-09-18 10:54:03 +0530 | [diff] [blame] | 563 | erpnext.patches.v11_0.rename_healthcare_fields |
Alchez | 6ecb255 | 2018-09-30 21:38:47 +0530 | [diff] [blame] | 564 | erpnext.patches.v11_0.add_default_dispatch_notification_template |
Charles-Henri Decultot | 75fa6b3 | 2018-10-03 07:11:41 +0200 | [diff] [blame] | 565 | erpnext.patches.v11_0.add_market_segments |
| 566 | erpnext.patches.v11_0.add_sales_stages |
deepeshgarg007 | 4c79274 | 2018-11-30 18:01:22 +0530 | [diff] [blame] | 567 | execute:frappe.delete_doc_if_exists("Page", "sales-analytics") |
| 568 | execute:frappe.delete_doc_if_exists("Page", "purchase-analytics") |
| 569 | execute:frappe.delete_doc_if_exists("Page", "stock-analytics") |
| 570 | execute:frappe.delete_doc_if_exists("Page", "production-analytics") |
Nabin Hait | 34c551d | 2019-07-03 10:34:31 +0530 | [diff] [blame] | 571 | erpnext.patches.v11_0.ewaybill_fields_gst_india #2018-11-13 #2019-01-09 #2019-04-01 #2019-04-26 #2019-05-03 |
Shreya Shah | dd87e0f | 2018-10-10 14:48:49 +0530 | [diff] [blame] | 572 | erpnext.patches.v11_0.drop_column_max_days_allowed |
Nabin Hait | 3c29967 | 2018-10-15 15:43:21 +0530 | [diff] [blame] | 573 | erpnext.patches.v10_0.update_user_image_in_employee |
Frappe Bot | 88c88d6 | 2018-11-13 10:59:05 +0000 | [diff] [blame] | 574 | erpnext.patches.v10_0.repost_gle_for_purchase_receipts_with_rejected_items |
Sagar Vora | f3cfad7 | 2019-01-29 17:20:46 +0530 | [diff] [blame] | 575 | erpnext.patches.v10_0.allow_operators_in_supplier_scorecard |
Sagar Vora | cc6e51c | 2019-02-19 18:09:49 +0530 | [diff] [blame] | 576 | erpnext.patches.v10_0.item_barcode_childtable_migrate # 16-02-2019 |
Sagar Vora | f3cfad7 | 2019-01-29 17:20:46 +0530 | [diff] [blame] | 577 | erpnext.patches.v11_0.update_delivery_trip_status |
Nabin Hait | d34bfa8 | 2018-11-13 18:19:58 +0530 | [diff] [blame] | 578 | erpnext.patches.v11_0.set_missing_gst_hsn_code |
rohitwaghchaure | 4265c5a | 2018-12-24 14:38:49 +0530 | [diff] [blame] | 579 | erpnext.patches.v11_0.rename_bom_wo_fields |
Faris Ansari | 5f8b358 | 2019-03-19 11:48:32 +0530 | [diff] [blame] | 580 | erpnext.patches.v12_0.set_default_homepage_type |
Rohit Waghchaure | 7e71e13 | 2019-01-17 19:26:25 +0530 | [diff] [blame] | 581 | erpnext.patches.v11_0.rename_additional_salary_component_additional_salary |
Sagar Vora | 4d1a9b1 | 2019-01-22 15:56:39 +0530 | [diff] [blame] | 582 | erpnext.patches.v11_0.renamed_from_to_fields_in_project |
Rucha Mahabal | 9d0ff96 | 2020-04-07 16:43:22 +0530 | [diff] [blame] | 583 | erpnext.patches.v11_0.add_permissions_in_gst_settings #2020-04-04 |
Saurabh | 5c12490 | 2019-01-30 11:48:39 +0530 | [diff] [blame] | 584 | erpnext.patches.v11_1.setup_guardian_role |
Zlash65 | a206f06 | 2019-02-11 12:01:01 +0530 | [diff] [blame] | 585 | execute:frappe.delete_doc('DocType', 'Notification Control') |
Deepesh Garg | 22b6160 | 2019-03-21 20:47:47 +0530 | [diff] [blame] | 586 | erpnext.patches.v12_0.set_gst_category |
Deepesh Garg | 467dba1 | 2019-12-27 12:58:19 +0530 | [diff] [blame] | 587 | erpnext.patches.v12_0.update_gst_category |
Faris Ansari | 8a01342 | 2019-02-15 15:14:38 +0530 | [diff] [blame] | 588 | erpnext.patches.v11_0.remove_barcodes_field_from_copy_fields_to_variants |
Rushabh Mehta | 02a9ec3 | 2019-02-19 14:38:03 +0530 | [diff] [blame] | 589 | erpnext.patches.v12_0.set_task_status |
Rohit Waghchaure | 1b7059b | 2019-03-12 17:44:29 +0530 | [diff] [blame] | 590 | erpnext.patches.v11_0.make_italian_localization_fields # 26-03-2019 |
Rushabh Mehta | 2537b7f | 2019-03-22 12:48:56 +0530 | [diff] [blame] | 591 | erpnext.patches.v12_0.add_item_name_in_work_orders |
Saurabh | 3c95387 | 2019-03-20 14:39:49 +0530 | [diff] [blame] | 592 | erpnext.patches.v12_0.update_pricing_rule_fields |
Rohit Waghchaure | 4792a84 | 2019-03-25 14:25:45 +0530 | [diff] [blame] | 593 | erpnext.patches.v11_1.make_job_card_time_logs |
Rohit Waghchaure | 1c1d0bb | 2019-03-21 16:28:43 +0530 | [diff] [blame] | 594 | erpnext.patches.v12_0.rename_pricing_rule_child_doctypes |
Rohit Waghchaure | 1f2f9cf | 2019-03-13 18:23:18 +0530 | [diff] [blame] | 595 | erpnext.patches.v12_0.move_target_distribution_from_parent_to_child |
| 596 | erpnext.patches.v12_0.stock_entry_enhancements |
Karthikeyan S | e623609 | 2019-06-28 12:46:42 +0530 | [diff] [blame] | 597 | erpnext.patches.v10_0.item_barcode_childtable_migrate # 16-02-2019 #25-06-2019 |
Sagar Vora | 33d00bf | 2019-08-13 19:39:48 +0530 | [diff] [blame] | 598 | erpnext.patches.v12_0.make_item_manufacturer |
deepeshgarg007 | 4f1926b | 2019-03-29 12:10:44 +0530 | [diff] [blame] | 599 | erpnext.patches.v12_0.move_item_tax_to_item_tax_template |
Nabin Hait | 89206e7 | 2019-04-11 12:31:14 +0530 | [diff] [blame] | 600 | erpnext.patches.v11_1.set_variant_based_on |
karthikeyan5 | 307e6a8 | 2019-04-09 15:20:24 +0530 | [diff] [blame] | 601 | erpnext.patches.v11_1.woocommerce_set_creation_user |
Anurag Mishra | 35e52b5 | 2019-04-16 16:52:55 +0530 | [diff] [blame] | 602 | erpnext.patches.v11_1.set_salary_details_submittable |
Nabin Hait | d3cd98c | 2019-04-22 13:24:02 +0530 | [diff] [blame] | 603 | erpnext.patches.v11_1.rename_depends_on_lwp |
deepeshgarg007 | 9ae112b | 2019-05-02 19:32:43 +0530 | [diff] [blame] | 604 | execute:frappe.delete_doc("Report", "Inactive Items") |
Himanshu | ac1ce5d | 2019-05-04 22:43:37 +0530 | [diff] [blame] | 605 | erpnext.patches.v11_1.delete_scheduling_tool |
Nabin Hait | 868766d | 2019-07-15 18:02:58 +0530 | [diff] [blame] | 606 | erpnext.patches.v12_0.rename_tolerance_fields |
Rohit Waghchaure | 3cf2436 | 2019-06-02 16:03:05 +0530 | [diff] [blame] | 607 | execute:frappe.delete_doc_if_exists("Page", "support-analytics") |
Jamsheer | 5073ac4 | 2019-07-12 12:28:34 +0530 | [diff] [blame] | 608 | erpnext.patches.v12_0.remove_patient_medical_record_page |
Nabin Hait | 34c551d | 2019-07-03 10:34:31 +0530 | [diff] [blame] | 609 | erpnext.patches.v11_1.move_customer_lead_to_dynamic_column |
| 610 | erpnext.patches.v11_1.set_default_action_for_quality_inspection |
| 611 | erpnext.patches.v11_1.delete_bom_browser |
| 612 | erpnext.patches.v11_1.set_missing_title_for_quotation |
| 613 | erpnext.patches.v11_1.update_bank_transaction_status |
| 614 | erpnext.patches.v11_1.renamed_delayed_item_report |
| 615 | erpnext.patches.v11_1.set_missing_opportunity_from |
Himanshu | 9323c3a | 2019-06-26 12:54:08 +0530 | [diff] [blame] | 616 | erpnext.patches.v12_0.set_quotation_status |
Himanshu Warekar | cbbe281 | 2019-06-06 11:49:15 +0530 | [diff] [blame] | 617 | erpnext.patches.v12_0.set_priority_for_support |
Himanshu Warekar | bc0bc66 | 2019-06-28 19:41:29 +0530 | [diff] [blame] | 618 | erpnext.patches.v12_0.delete_priority_property_setter |
Govind S Menokee | 90fc3af | 2019-07-16 01:48:35 +0530 | [diff] [blame] | 619 | erpnext.patches.v12_0.set_default_batch_size |
Rushabh Mehta | 8309fcf | 2019-07-08 10:39:30 +0530 | [diff] [blame] | 620 | execute:frappe.delete_doc("DocType", "Project Task") |
rohitwaghchaure | d86f027 | 2019-07-08 10:29:26 +0530 | [diff] [blame] | 621 | erpnext.patches.v11_1.update_default_supplier_in_item_defaults |
Rohit Waghchaure | 0f065d5 | 2019-05-02 00:06:04 +0530 | [diff] [blame] | 622 | erpnext.patches.v12_0.update_due_date_in_gle |
Govind S Menokee | 2ab9947 | 2019-07-16 02:12:24 +0530 | [diff] [blame] | 623 | erpnext.patches.v12_0.add_default_buying_selling_terms_in_company |
deepeshgarg007 | a85db66 | 2019-07-14 18:15:19 +0530 | [diff] [blame] | 624 | erpnext.patches.v12_0.update_ewaybill_field_position |
Deepesh Garg | 7d61c03 | 2020-05-15 12:58:48 +0530 | [diff] [blame] | 625 | erpnext.patches.v12_0.create_accounting_dimensions_in_missing_doctypes #2020-05-11 |
Anurag Mishra | 305da79 | 2019-07-22 11:35:16 +0530 | [diff] [blame] | 626 | erpnext.patches.v11_1.set_status_for_material_request_type_manufacture |
Chinmay Pai | b3c732d | 2019-09-13 15:48:08 +0530 | [diff] [blame] | 627 | erpnext.patches.v12_0.move_plaid_settings_to_doctype |
Rucha Mahabal | 9d0ff96 | 2020-04-07 16:43:22 +0530 | [diff] [blame] | 628 | execute:frappe.reload_doc('desk', 'doctype', 'dashboard_chart_link') |
| 629 | execute:frappe.reload_doc('desk', 'doctype', 'dashboard') |
| 630 | execute:frappe.reload_doc('desk', 'doctype', 'dashboard_chart_source') |
| 631 | execute:frappe.reload_doc('desk', 'doctype', 'dashboard_chart') |
| 632 | execute:frappe.reload_doc('desk', 'doctype', 'dashboard_chart_field') |
Mangesh-Khairnar | d94a389 | 2019-08-23 16:31:09 +0530 | [diff] [blame] | 633 | erpnext.patches.v12_0.remove_bank_remittance_custom_fields |
Afshan | 5c93ca7 | 2020-11-05 15:45:15 +0530 | [diff] [blame] | 634 | erpnext.patches.v12_0.generate_leave_ledger_entries #04-11-2020 |
Deepesh Garg | d1d0a50 | 2020-02-26 10:44:24 +0530 | [diff] [blame] | 635 | execute:frappe.delete_doc_if_exists("Report", "Loan Repayment") |
Faris Ansari | 594918b | 2019-09-08 13:13:05 +0530 | [diff] [blame] | 636 | erpnext.patches.v12_0.move_credit_limit_to_customer_credit_limit |
| 637 | erpnext.patches.v12_0.add_variant_of_in_item_attribute_table |
Mangesh-Khairnar | a44e8af | 2019-09-20 18:19:47 +0530 | [diff] [blame] | 638 | erpnext.patches.v12_0.rename_bank_account_field_in_journal_entry_account |
Rucha Mahabal | 3432647 | 2019-09-30 12:15:39 +0530 | [diff] [blame] | 639 | erpnext.patches.v12_0.create_default_energy_point_rules |
| 640 | erpnext.patches.v12_0.set_produced_qty_field_in_sales_order_for_work_order |
prssanna | 1f512b3 | 2019-09-27 12:03:35 +0530 | [diff] [blame] | 641 | erpnext.patches.v12_0.set_default_shopify_app_type |
Marica | d00c598 | 2019-11-12 19:17:43 +0530 | [diff] [blame] | 642 | erpnext.patches.v12_0.set_cwip_and_delete_asset_settings |
Deepesh Garg | 7a23057 | 2019-11-08 12:52:54 +0530 | [diff] [blame] | 643 | erpnext.patches.v12_0.set_expense_account_in_landed_cost_voucher_taxes |
Suraj Shetty | 8f67ef8 | 2019-10-25 18:55:57 +0530 | [diff] [blame] | 644 | erpnext.patches.v12_0.replace_accounting_with_accounts_in_home_settings |
Mangesh-Khairnar | 2f7861a | 2020-05-02 20:09:33 +0530 | [diff] [blame] | 645 | erpnext.patches.v12_0.set_automatically_process_deferred_accounting_in_accounts_settings |
Marica | 1beed7d | 2019-11-06 18:12:29 +0530 | [diff] [blame] | 646 | erpnext.patches.v12_0.set_payment_entry_status |
Deepesh Garg | 7aef9f3 | 2019-11-08 12:42:38 +0530 | [diff] [blame] | 647 | erpnext.patches.v12_0.update_owner_fields_in_acc_dimension_custom_fields |
Deepesh Garg | 6e2c13f | 2019-12-10 15:55:05 +0530 | [diff] [blame] | 648 | erpnext.patches.v12_0.add_export_type_field_in_party_master |
Deepesh Garg | 24cde55 | 2019-11-22 11:57:42 +0530 | [diff] [blame] | 649 | erpnext.patches.v12_0.remove_denied_leaves_from_leave_ledger |
Rohan Bansal | 69e3868 | 2019-09-06 13:38:15 +0530 | [diff] [blame] | 650 | erpnext.patches.v12_0.update_price_or_product_discount |
Rohan | 0522227 | 2019-12-06 14:25:30 +0530 | [diff] [blame] | 651 | erpnext.patches.v12_0.set_production_capacity_in_workstation |
Parth J. Kharwar | 8c4cf12 | 2019-12-25 15:14:52 +0530 | [diff] [blame] | 652 | erpnext.patches.v12_0.set_employee_preferred_emails |
Nabin Hait | 6f68f2d | 2019-12-10 08:40:10 +0530 | [diff] [blame] | 653 | erpnext.patches.v12_0.set_against_blanket_order_in_sales_and_purchase_order |
| 654 | erpnext.patches.v12_0.set_cost_center_in_child_table_of_expense_claim |
Deepesh Garg | 15ff6a5 | 2020-02-18 12:28:41 +0530 | [diff] [blame] | 655 | erpnext.patches.v12_0.add_eway_bill_in_delivery_note |
Rohan Bansal | 69e3868 | 2019-09-06 13:38:15 +0530 | [diff] [blame] | 656 | erpnext.patches.v12_0.set_lead_title_field |
Rohit Waghchaure | 2c13a05 | 2019-12-10 17:07:03 +0530 | [diff] [blame] | 657 | erpnext.patches.v12_0.set_permission_einvoicing |
Rohan | b73b347 | 2019-12-31 17:09:03 +0530 | [diff] [blame] | 658 | erpnext.patches.v12_0.set_published_in_hub_tracked_item |
| 659 | erpnext.patches.v12_0.set_job_offer_applicant_email |
P-Froggy | 4cc929c | 2020-02-18 00:38:46 +0100 | [diff] [blame] | 660 | erpnext.patches.v12_0.create_irs_1099_field_united_states |
Nabin Hait | 2bd6ac5 | 2020-02-26 13:21:38 +0530 | [diff] [blame] | 661 | erpnext.patches.v12_0.move_bank_account_swift_number_to_bank |
Saqib Ansari | 9de76de | 2020-04-20 12:19:27 +0530 | [diff] [blame] | 662 | erpnext.patches.v12_0.rename_bank_reconciliation |
racitup | 805c3ef | 2020-01-24 23:40:16 +0000 | [diff] [blame] | 663 | erpnext.patches.v12_0.rename_bank_reconciliation_fields # 2020-01-22 |
Marica | 5e3d805 | 2020-05-05 14:37:39 +0530 | [diff] [blame] | 664 | erpnext.patches.v12_0.set_purchase_receipt_delivery_note_detail |
Deepesh Garg | d78cf97 | 2020-04-26 20:08:52 +0530 | [diff] [blame] | 665 | erpnext.patches.v12_0.add_permission_in_lower_deduction |
Rucha Mahabal | 9d0ff96 | 2020-04-07 16:43:22 +0530 | [diff] [blame] | 666 | erpnext.patches.v12_0.set_received_qty_in_material_request_as_per_stock_uom |
Deepesh Garg | b1e68bd | 2020-04-23 12:19:30 +0530 | [diff] [blame] | 667 | erpnext.patches.v12_0.rename_account_type_doctype |
Rucha Mahabal | 9d0ff96 | 2020-04-07 16:43:22 +0530 | [diff] [blame] | 668 | erpnext.patches.v12_0.recalculate_requested_qty_in_bin |
Nabin Hait | b95a794 | 2020-04-08 09:08:21 +0530 | [diff] [blame] | 669 | erpnext.patches.v12_0.update_healthcare_refactored_changes |
Rohan Bansal | 658ed14 | 2019-04-09 16:47:10 +0530 | [diff] [blame] | 670 | erpnext.patches.v12_0.set_total_batch_quantity |
Mangesh-Khairnar | 49816b0 | 2020-04-08 12:57:14 +0530 | [diff] [blame] | 671 | erpnext.patches.v12_0.rename_mws_settings_fields |
Marica | 048de30 | 2020-04-07 14:05:05 +0530 | [diff] [blame] | 672 | erpnext.patches.v12_0.set_updated_purpose_in_pick_list |
Nabin Hait | ba70e7e | 2020-04-26 20:17:48 +0530 | [diff] [blame] | 673 | erpnext.patches.v12_0.set_default_payroll_based_on |
rohitwaghchaure | 6fa6caf | 2020-04-23 09:46:29 +0530 | [diff] [blame] | 674 | erpnext.patches.v12_0.repost_stock_ledger_entries_for_target_warehouse |
Nabin Hait | 58ee6c1 | 2020-04-26 17:45:57 +0530 | [diff] [blame] | 675 | erpnext.patches.v12_0.update_end_date_and_status_in_email_campaign |
| 676 | erpnext.patches.v13_0.move_tax_slabs_from_payroll_period_to_income_tax_slab #123 |
rohitwaghchaure | 4d754ea | 2020-04-27 00:22:43 +0530 | [diff] [blame] | 677 | erpnext.patches.v12_0.fix_quotation_expired_status |
Rucha Mahabal | f65fb1f | 2020-04-30 19:47:18 +0530 | [diff] [blame] | 678 | erpnext.patches.v12_0.update_appointment_reminder_scheduler_entry |
Saqib | a6f98d4 | 2020-07-23 18:51:26 +0530 | [diff] [blame] | 679 | erpnext.patches.v12_0.rename_pos_closing_doctype |
Saqib | ac9e6ff | 2021-01-28 17:58:55 +0530 | [diff] [blame] | 680 | erpnext.patches.v13_0.replace_pos_payment_mode_table #2020-12-29 |
sahil28297 | 2b277a7 | 2020-05-22 15:52:15 +0530 | [diff] [blame] | 681 | erpnext.patches.v12_0.remove_duplicate_leave_ledger_entries #2020-05-22 |
Nabin Hait | 672b74d | 2020-05-05 15:58:52 +0530 | [diff] [blame] | 682 | erpnext.patches.v13_0.patch_to_fix_reverse_linking_in_additional_salary_encashment_and_incentive |
Anurag Mishra | 5b8a47d | 2020-06-13 01:04:32 +0530 | [diff] [blame] | 683 | execute:frappe.reload_doc("HR", "doctype", "Employee Advance") |
Abhishek Balam | 86ea75e | 2020-06-12 13:13:14 +0530 | [diff] [blame] | 684 | erpnext.patches.v12_0.move_due_advance_amount_to_pending_amount |
Rucha Mahabal | 383a94d | 2020-05-07 23:32:53 +0530 | [diff] [blame] | 685 | execute:frappe.delete_doc_if_exists("Page", "appointment-analytic") |
Shivam Mishra | 498f658 | 2020-05-11 20:47:08 +0530 | [diff] [blame] | 686 | execute:frappe.rename_doc("Desk Page", "Getting Started", "Home", force=True) |
Saqib | 41b47a6 | 2020-05-15 04:24:36 +0530 | [diff] [blame] | 687 | erpnext.patches.v12_0.unset_customer_supplier_based_on_type_of_item_price |
rohitwaghchaure | b801119 | 2020-05-15 04:54:40 +0530 | [diff] [blame] | 688 | erpnext.patches.v12_0.set_valid_till_date_in_supplier_quotation |
Deepesh Garg | 5ccefdc | 2020-05-17 23:26:59 +0530 | [diff] [blame] | 689 | erpnext.patches.v13_0.update_old_loans |
Marica | dd3e521 | 2020-05-22 10:48:35 +0530 | [diff] [blame] | 690 | erpnext.patches.v12_0.set_serial_no_status #2020-05-21 |
rohitwaghchaure | be75009 | 2020-05-18 14:23:30 +0530 | [diff] [blame] | 691 | erpnext.patches.v12_0.update_price_list_currency_in_bom |
Shivam Mishra | 2b53b98 | 2020-09-22 12:18:12 +0530 | [diff] [blame] | 692 | execute:frappe.reload_doctype('Dashboard') |
Saurabh | 2e27f07 | 2020-12-01 18:07:52 +0530 | [diff] [blame] | 693 | execute:frappe.reload_doc('desk', 'doctype', 'number_card_link') |
Nabin Hait | b03072f | 2020-05-19 11:35:08 +0530 | [diff] [blame] | 694 | execute:frappe.delete_doc_if_exists('Dashboard', 'Accounts') |
Rohit Waghchaure | 34f4a23 | 2020-04-18 18:59:32 +0530 | [diff] [blame] | 695 | erpnext.patches.v13_0.update_actual_start_and_end_date_in_wo |
Rucha Mahabal | 316d136 | 2020-05-25 18:41:47 +0530 | [diff] [blame] | 696 | erpnext.patches.v13_0.set_company_field_in_healthcare_doctypes #2020-05-25 |
rohitwaghchaure | aa85e51 | 2020-05-19 19:51:45 +0530 | [diff] [blame] | 697 | erpnext.patches.v12_0.update_bom_in_so_mr |
Anurag Mishra | 36aea71 | 2020-05-13 10:47:36 +0530 | [diff] [blame] | 698 | execute:frappe.delete_doc("Report", "Department Analytics") |
Shivam Mishra | 5cf90ba | 2020-05-22 15:09:57 +0530 | [diff] [blame] | 699 | execute:frappe.rename_doc("Desk Page", "Loan Management", "Loan", force=True) |
Vishal Dhayagude | 6ff11de | 2020-05-25 14:54:19 +0530 | [diff] [blame] | 700 | erpnext.patches.v12_0.update_uom_conversion_factor |
Saqib | ec6a97f | 2020-09-09 10:54:14 +0530 | [diff] [blame] | 701 | erpnext.patches.v13_0.replace_pos_page_with_point_of_sale_page |
Marica | c2aabb0 | 2020-05-27 20:56:39 +0530 | [diff] [blame] | 702 | erpnext.patches.v13_0.delete_old_purchase_reports |
Abhishek Balam | 86ea75e | 2020-06-12 13:13:14 +0530 | [diff] [blame] | 703 | erpnext.patches.v12_0.set_italian_import_supplier_invoice_permissions |
Deepesh Garg | 9c49f2d | 2020-07-23 11:11:23 +0530 | [diff] [blame] | 704 | erpnext.patches.v13_0.update_subscription |
Deepesh Garg | 3c63f5b | 2020-06-19 11:41:21 +0530 | [diff] [blame] | 705 | erpnext.patches.v12_0.unhide_cost_center_field |
marination | 87dafb4 | 2020-06-15 17:44:04 +0530 | [diff] [blame] | 706 | erpnext.patches.v13_0.update_sla_enhancements |
Anupam Kumar | 0a3c34d | 2020-06-17 10:53:13 +0530 | [diff] [blame] | 707 | erpnext.patches.v12_0.update_address_template_for_india |
Deepesh Garg | 7cc1cf3 | 2020-06-23 09:57:56 +0530 | [diff] [blame] | 708 | erpnext.patches.v13_0.update_deferred_settings |
marination | ae862c9 | 2020-06-15 17:38:47 +0530 | [diff] [blame] | 709 | erpnext.patches.v12_0.set_multi_uom_in_rfq |
Marica | 383807f | 2020-06-19 15:33:21 +0530 | [diff] [blame] | 710 | erpnext.patches.v13_0.delete_old_sales_reports |
Anurag Mishra | 289c822 | 2020-06-19 19:17:57 +0530 | [diff] [blame] | 711 | execute:frappe.delete_doc_if_exists("DocType", "Bank Reconciliation") |
Anurag Mishra | 8ffb9f8 | 2020-06-22 12:17:29 +0530 | [diff] [blame] | 712 | erpnext.patches.v13_0.move_doctype_reports_and_notification_from_hr_to_payroll #22-06-2020 |
| 713 | erpnext.patches.v13_0.move_payroll_setting_separately_from_hr_settings #22-06-2020 |
Saqib | f946bbd | 2020-12-30 14:43:42 +0530 | [diff] [blame] | 714 | execute:frappe.reload_doc("regional", "doctype", "e_invoice_settings") |
Anurag Mishra | 8ffb9f8 | 2020-06-22 12:17:29 +0530 | [diff] [blame] | 715 | erpnext.patches.v13_0.check_is_income_tax_component #22-06-2020 |
Saqib | a6f98d4 | 2020-07-23 18:51:26 +0530 | [diff] [blame] | 716 | erpnext.patches.v13_0.loyalty_points_entry_for_pos_invoice #22-07-2020 |
vishdha | d3ec1c1 | 2020-03-24 11:31:41 +0530 | [diff] [blame] | 717 | erpnext.patches.v12_0.add_taxjar_integration_field |
Afshan | ecb1460 | 2020-07-24 10:48:16 +0530 | [diff] [blame] | 718 | erpnext.patches.v12_0.fix_percent_complete_for_projects |
Afshan | 6b9acf4 | 2020-07-22 16:00:18 +0530 | [diff] [blame] | 719 | erpnext.patches.v13_0.delete_report_requested_items_to_order |
mohammadahmad1990 | b272557 | 2020-06-25 02:20:42 +0500 | [diff] [blame] | 720 | erpnext.patches.v12_0.update_item_tax_template_company |
Deepesh Garg | 7c50f42 | 2020-07-22 18:21:04 +0530 | [diff] [blame] | 721 | erpnext.patches.v13_0.move_branch_code_to_bank_account |
Anoop | 23481cc | 2020-07-23 15:00:54 +0530 | [diff] [blame] | 722 | erpnext.patches.v13_0.healthcare_lab_module_rename_doctypes |
prssanna | 194dd12 | 2021-03-24 16:45:32 +0530 | [diff] [blame] | 723 | erpnext.patches.v13_0.add_standard_navbar_items #2021-03-24 |
Anupam Kumar | 674d1b0 | 2020-08-12 17:55:02 +0530 | [diff] [blame] | 724 | erpnext.patches.v13_0.stock_entry_enhancements |
Deepesh Garg | 21a220e | 2020-08-12 19:19:03 +0530 | [diff] [blame] | 725 | erpnext.patches.v12_0.update_state_code_for_daman_and_diu |
Anupam Kumar | e447c79 | 2020-08-13 09:20:36 +0530 | [diff] [blame] | 726 | erpnext.patches.v12_0.rename_lost_reason_detail |
Shivam Mishra | 1678eb9 | 2020-07-31 14:00:22 +0530 | [diff] [blame] | 727 | erpnext.patches.v13_0.drop_razorpay_payload_column |
Anurag Mishra | f096ba4 | 2020-08-13 14:06:20 +0530 | [diff] [blame] | 728 | erpnext.patches.v13_0.update_start_end_date_for_old_shift_assignment |
Anurag Mishra | 54cd194 | 2020-09-03 13:51:26 +0530 | [diff] [blame] | 729 | erpnext.patches.v13_0.setting_custom_roles_for_some_regional_reports |
Rucha Mahabal | 46d4180 | 2020-09-23 16:53:16 +0530 | [diff] [blame] | 730 | erpnext.patches.v13_0.rename_issue_doctype_fields |
Saqib | cd89994 | 2020-09-10 19:28:46 +0530 | [diff] [blame] | 731 | erpnext.patches.v13_0.change_default_pos_print_format |
marination | 06ee0ea | 2020-09-07 18:49:06 +0530 | [diff] [blame] | 732 | erpnext.patches.v13_0.set_youtube_video_id |
Shivam Mishra | 1323a9a | 2020-09-30 16:33:14 +0530 | [diff] [blame] | 733 | erpnext.patches.v13_0.set_app_name |
Mangesh-Khairnar | 5c29eb0 | 2020-10-19 18:29:46 +0530 | [diff] [blame] | 734 | erpnext.patches.v13_0.print_uom_after_quantity_patch |
| 735 | erpnext.patches.v13_0.set_payment_channel_in_payment_gateway_account |
Rucha Mahabal | 4887b69 | 2020-10-23 20:33:30 +0530 | [diff] [blame] | 736 | erpnext.patches.v13_0.create_healthcare_custom_fields_in_stock_entry_detail |
Saqib | 6d74f5b | 2020-12-25 10:26:43 +0530 | [diff] [blame] | 737 | erpnext.patches.v12_0.setup_einvoice_fields #2020-12-02 |
Afshan | ccf5dc6 | 2020-12-01 09:11:05 +0530 | [diff] [blame] | 738 | erpnext.patches.v13_0.updates_for_multi_currency_payroll |
Rohit Waghchaure | e1781dc | 2020-10-30 15:34:04 +0530 | [diff] [blame] | 739 | erpnext.patches.v13_0.update_reason_for_resignation_in_employee |
Shivam Mishra | 9d9fa74 | 2020-11-09 12:29:03 +0530 | [diff] [blame] | 740 | execute:frappe.delete_doc("Report", "Quoted Item Comparison") |
Nabin Hait | 93bb7b0 | 2020-11-19 13:05:17 +0530 | [diff] [blame] | 741 | erpnext.patches.v13_0.update_member_email_address |
| 742 | erpnext.patches.v13_0.update_custom_fields_for_shopify |
Afshan | ccf5dc6 | 2020-12-01 09:11:05 +0530 | [diff] [blame] | 743 | erpnext.patches.v13_0.updates_for_multi_currency_payroll |
Anurag Mishra | 755b773 | 2020-11-25 16:05:17 +0530 | [diff] [blame] | 744 | erpnext.patches.v13_0.create_leave_policy_assignment_based_on_employee_current_leave_policy |
Saqib | 675a833 | 2021-01-28 18:42:43 +0530 | [diff] [blame] | 745 | erpnext.patches.v13_0.update_pos_closing_entry_in_merge_log |
Walstan Baptista | 0baebbd | 2020-12-08 09:43:29 +0530 | [diff] [blame] | 746 | erpnext.patches.v13_0.add_po_to_global_search |
Marica | d845e8a | 2020-11-06 12:25:11 +0530 | [diff] [blame] | 747 | erpnext.patches.v13_0.update_returned_qty_in_pr_dn |
Suraj Shetty | c858bb8 | 2021-01-19 10:47:50 +0530 | [diff] [blame] | 748 | execute:frappe.rename_doc("Workspace", "Loan", "Loan Management", ignore_if_exists=True, force=True) |
Saqib | ac9e6ff | 2021-01-28 17:58:55 +0530 | [diff] [blame] | 749 | erpnext.patches.v13_0.create_uae_pos_invoice_fields |
pateljannat | 87b477a | 2020-12-16 13:37:21 +0530 | [diff] [blame] | 750 | erpnext.patches.v13_0.update_project_template_tasks |
Jannat Patel | a586b0b | 2021-01-07 13:01:02 +0530 | [diff] [blame] | 751 | erpnext.patches.v13_0.set_company_in_leave_ledger_entry |
Marica | ba6e50b | 2021-01-05 15:15:10 +0530 | [diff] [blame] | 752 | erpnext.patches.v13_0.convert_qi_parameter_to_link_field |
Rucha Mahabal | 02ebc9a | 2020-12-16 12:51:45 +0530 | [diff] [blame] | 753 | erpnext.patches.v13_0.setup_patient_history_settings_for_standard_doctypes |
Marica | fb016ed | 2021-02-01 20:05:29 +0530 | [diff] [blame] | 754 | erpnext.patches.v13_0.add_naming_series_to_old_projects # 1-02-2021 |
Saqib | 0586b7d | 2021-03-31 15:03:53 +0530 | [diff] [blame] | 755 | erpnext.patches.v13_0.update_payment_terms_outstanding |
Ankush Menat | 57c3d37 | 2021-02-15 14:16:00 +0530 | [diff] [blame] | 756 | erpnext.patches.v12_0.add_state_code_for_ladakh |
rohitwaghchaure | d60ff83 | 2021-02-16 09:12:27 +0530 | [diff] [blame] | 757 | erpnext.patches.v13_0.item_reposting_for_incorrect_sl_and_gl |
Mohammad Hasnain Mohsin Rajan | 07f4059 | 2021-02-22 22:19:47 +0530 | [diff] [blame] | 758 | erpnext.patches.v13_0.delete_old_bank_reconciliation_doctypes |
| 759 | erpnext.patches.v13_0.update_vehicle_no_reqd_condition |
Rucha Mahabal | be2c1fc | 2021-03-11 13:19:44 +0530 | [diff] [blame] | 760 | erpnext.patches.v13_0.setup_fields_for_80g_certificate_and_donation |
Nabin Hait | 6e3668d | 2021-03-11 16:14:27 +0530 | [diff] [blame] | 761 | erpnext.patches.v13_0.rename_membership_settings_to_non_profit_settings |
| 762 | erpnext.patches.v13_0.setup_gratuity_rule_for_india_and_uae |
Mohammad Hasnain Mohsin Rajan | 52701dc | 2021-03-25 12:56:33 +0530 | [diff] [blame] | 763 | erpnext.patches.v13_0.setup_uae_vat_fields |
Rushabh Mehta | 45735b3 | 2021-03-16 12:22:31 +0530 | [diff] [blame] | 764 | execute:frappe.db.set_value('System Settings', None, 'app_name', 'ERPNext') |
Syed Mujeer Hashmi | f114da2 | 2021-03-23 17:48:25 +0530 | [diff] [blame] | 765 | erpnext.patches.v13_0.rename_discharge_date_in_ip_record |
Ankush Menat | 1bdf9c4 | 2021-03-31 22:06:05 +0530 | [diff] [blame] | 766 | erpnext.patches.v12_0.purchase_receipt_status |