blob: 4cdebc2c8852ba9fb53db83b2bd185c067fc6bb8 [file] [log] [blame]
Rushabh Mehta3966f1d2012-02-23 12:35:32 +05301# ERPNext - web based ERP (http://erpnext.com)
2# Copyright (C) 2012 Web Notes Technologies Pvt Ltd
3#
4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by
6# the Free Software Foundation, either version 3 of the License, or
7# (at your option) any later version.
8#
9# This program is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12# GNU General Public License for more details.
13#
14# You should have received a copy of the GNU General Public License
Nabin Haita0d6b342013-01-29 10:48:33 +053015# along with this program. If not, see <http://www.gnu.org/licenses/>.
Rushabh Mehta3966f1d2012-02-23 12:35:32 +053016
Anand Doshi486f9df2012-07-19 13:40:31 +053017from __future__ import unicode_literals
Anand Doshid56d57d2012-01-02 16:25:05 +053018patch_list = [
Nabin Haita642ae12013-01-18 10:49:39 +053019 "patches.mar_2012.so_rv_mapper_fix",
20 "patches.mar_2012.clean_property_setter",
Nabin Haita642ae12013-01-18 10:49:39 +053021 "patches.april_2012.naming_series_patch",
Nabin Haita642ae12013-01-18 10:49:39 +053022 "patches.mar_2012.cleanup_control_panel",
23 "patches.mar_2012.doctype_get_refactor",
24 "patches.mar_2012.delete_docformat",
25 "patches.mar_2012.usertags",
26 "patches.april_2012.reload_c_form",
27 "patches.april_2012.after_sync_cleanup",
28 "patches.april_2012.remove_default_from_rv_detail",
29 "patches.april_2012.update_role_in_address",
30 "patches.april_2012.update_permlevel_in_address",
31 "patches.april_2012.update_appraisal_permission",
32 "patches.april_2012.serial_no_fixes",
33 "patches.april_2012.repost_stock_for_posting_time",
34 "patches.may_2012.cleanup_property_setter",
35 "patches.may_2012.rename_prev_doctype",
36 "patches.may_2012.cleanup_notification_control",
37 "patches.may_2012.renamedt_in_custom_search_criteria",
38 "patches.may_2012.stock_reco_patch",
39 "patches.may_2012.reload_reports",
40 "patches.may_2012.page_role_series_fix",
41 "patches.may_2012.reload_sales_invoice_pf",
42 "patches.may_2012.std_pf_readonly",
43 "patches.may_2012.reload_so_pending_items",
44 "patches.may_2012.customize_form_cleanup",
45 "patches.may_2012.cs_server_readonly",
46 "patches.may_2012.clear_session_cache",
47 "patches.may_2012.same_purchase_rate_patch",
48 "patches.may_2012.create_report_manager_role",
49 "patches.may_2012.reload_customer_address_contact",
50 "patches.may_2012.profile_perm_patch",
51 "patches.may_2012.remove_euro_currency",
52 "patches.may_2012.remove_communication_log",
53 "patches.june_2012.barcode_in_feature_setup",
54 "patches.june_2012.copy_uom_for_pur_inv_item",
55 "patches.june_2012.fetch_organization_from_lead",
56 "patches.june_2012.reports_list_permission",
57 "patches.june_2012.support_ticket_autoreply",
58 "patches.june_2012.series_unique_patch",
59 "patches.june_2012.set_recurring_type",
60 "patches.june_2012.alter_tabsessions",
61 "patches.june_2012.delete_old_parent_entries",
62 "patches.april_2012.delete_about_contact",
63 "patches.july_2012.reload_pr_po_mapper",
64 "patches.july_2012.address_contact_perms",
65 "patches.july_2012.packing_list_cleanup_and_serial_no",
66 "patches.july_2012.deprecate_import_data_control",
67 "patches.july_2012.default_freeze_account",
68 "patches.july_2012.update_purchase_tax",
69 "patches.june_2012.cms2",
70 "patches.july_2012.auth_table",
71 "patches.july_2012.remove_event_role_owner_match",
72 "patches.july_2012.deprecate_bulk_rename",
73 "patches.july_2012.blog_guest_permission",
74 "patches.july_2012.bin_permission",
75 "patches.july_2012.project_patch_repeat",
76 "patches.july_2012.repost_stock_due_to_wrong_packing_list",
77 "patches.july_2012.supplier_quotation",
78 "patches.august_2012.report_supplier_quotations",
79 "patches.august_2012.task_allocated_to_assigned",
80 "patches.august_2012.change_profile_permission",
81 "patches.august_2012.changed_blog_date_format",
82 "patches.august_2012.repost_billed_amt",
83 "patches.august_2012.remove_cash_flow_statement",
84 "patches.september_2012.stock_report_permissions_for_accounts",
85 "patches.september_2012.communication_delete_permission",
86 "patches.september_2012.all_permissions_patch",
87 "patches.september_2012.customer_permission_patch",
88 "patches.september_2012.add_stock_ledger_entry_index",
89 "patches.september_2012.plot_patch",
90 "patches.september_2012.event_permission",
91 "patches.september_2012.repost_stock",
92 "patches.september_2012.reload_gross_profit",
93 "patches.september_2012.rebuild_trees",
94 "patches.september_2012.deprecate_account_balance",
95 "patches.september_2012.profile_delete_permission",
96 "patches.october_2012.update_permission",
97 "patches.october_2012.reload_gl_mapper",
98 "patches.october_2012.fix_wrong_vouchers",
99 "patches.october_2012.remove_old_customer_contact_address",
100 "patches.october_2012.company_fiscal_year_docstatus_patch",
101 "patches.october_2012.update_account_property",
102 "patches.october_2012.remove_old_trial_bal",
103 "patches.october_2012.fix_cancelled_gl_entries",
104 "patches.october_2012.custom_script_delete_permission",
105 "patches.november_2012.custom_field_insert_after",
106 "patches.november_2012.delete_item_sales_register1",
107 "patches.november_2012.rename_employee_leave_balance_report",
108 "patches.november_2012.report_permissions",
109 "patches.november_2012.customer_issue_allocated_to_assigned",
110 "patches.november_2012.reset_appraisal_permissions",
111 "patches.november_2012.disable_cancelled_profiles",
112 "patches.november_2012.remove_old_unbilled_items_report",
113 "patches.november_2012.support_ticket_response_to_communication",
114 "patches.november_2012.cancelled_bom_patch",
115 "patches.november_2012.communication_sender_and_recipient",
116 "patches.november_2012.update_delivered_billed_percentage_for_pos",
117 "patches.november_2012.add_theme_to_profile",
118 "patches.november_2012.add_employee_field_in_employee",
119 "patches.november_2012.leave_application_cleanup",
120 "patches.november_2012.production_order_patch",
121 "patches.november_2012.gle_floating_point_issue",
122 "patches.december_2012.deprecate_tds",
123 "patches.december_2012.expense_leave_reload",
124 "patches.december_2012.repost_ordered_qty",
125 "patches.december_2012.repost_projected_qty",
126 "patches.december_2012.reload_debtors_creditors_ledger",
127 "patches.december_2012.website_cache_refactor",
128 "patches.december_2012.production_cleanup",
129 "patches.december_2012.fix_default_print_format",
130 "patches.december_2012.file_list_rename",
131 "patches.december_2012.replace_createlocal",
132 "patches.december_2012.clear_web_cache",
133 "patches.december_2012.remove_quotation_next_contact",
134 "patches.december_2012.stock_entry_cleanup",
135 "patches.december_2012.production_order_naming_series",
136 "patches.december_2012.rebuild_item_group_tree",
137 "patches.december_2012.address_title",
138 "patches.december_2012.delete_form16_print_format",
139 "patches.december_2012.remove_project_mapper",
140 "patches.december_2012.update_print_width",
141 "patches.january_2013.remove_bad_permissions",
142 "patches.january_2013.deprecate_stock_search_criteria",
143 "patches.january_2013.remove_support_search_criteria",
144 "patches.january_2013.holiday_list_patch",
145 "patches.january_2013.stock_reconciliation_patch",
146 "patches.january_2013.report_permission",
147 "patches.january_2013.give_report_permission_on_read",
148 "patches.january_2013.update_closed_on",
149 "patches.january_2013.change_patch_structure",
150 "patches.january_2013.update_country_info",
151 "patches.january_2013.remove_tds_entry_from_gl_mapper",
Rushabh Mehtaf5b04cf2013-01-21 10:14:10 +0530152 "patches.january_2013.update_number_format",
Anand Doshi28655712013-01-18 12:32:00 +0530153 "patches.january_2013.purchase_price_list",
Rushabh Mehta6dd9d452013-01-21 18:44:43 +0530154 "execute:webnotes.reload_doc('accounts','Print Format','Payment Receipt Voucher')",
Nabin Haitf0881a92013-01-22 11:21:55 +0530155 "patches.january_2013.update_fraction_for_usd",
Rushabh Mehta6382a422013-01-23 10:09:28 +0530156 "patches.january_2013.enable_currencies",
Nabin Haita8454e22013-01-23 16:01:35 +0530157 "patches.january_2013.remove_unwanted_permission",
Nabin Hait291e8c22013-01-23 16:06:44 +0530158 "patches.january_2013.remove_landed_cost_master",
Nabin Haite37b3442013-01-25 17:38:48 +0530159 "patches.january_2013.reload_print_format",
Rushabh Mehta83e08362013-01-25 15:11:26 +0530160 "patches.january_2013.rebuild_tree",
Rushabh Mehtafe99c292013-01-28 15:30:02 +0530161 "execute:webnotes.reload_doc('core','doctype','docfield') #2013-01-28",
Rushabh Mehta6abb2e62013-01-28 17:00:59 +0530162 "patches.january_2013.tabsessions_to_myisam",
Nabin Haitce4178b2013-02-01 12:14:45 +0530163 "patches.february_2013.remove_gl_mapper",
164 "patches.february_2013.reload_bom_replace_tool_permission",
Nabin Haitc40a64a2013-02-01 14:23:22 +0530165 "patches.february_2013.payment_reconciliation_reset_values",
Nabin Haitc06e29d2013-02-01 18:35:35 +0530166 "patches.february_2013.remove_sales_order_pending_items",
Nabin Hait7bdf27b2013-02-05 15:52:46 +0530167 "patches.february_2013.account_negative_balance",
Anand Doshi22807a62013-02-06 15:41:32 +0530168 "patches.february_2013.remove_account_utils_folder",
Rushabh Mehta4b9827a2013-02-12 19:20:39 +0530169 "patches.february_2013.update_company_in_leave_application",
Nabin Hait362455e2013-02-13 15:50:39 +0530170 "execute:webnotes.conn.sql_ddl('alter table tabSeries change `name` `name` varchar(100)')",
Anand Doshi86af3522013-02-13 18:04:21 +0530171 "execute:webnotes.conn.sql('update tabUserRole set parentfield=\"user_roles\" where parentfield=\"userroles\"')",
Anand Doshi0cfdeec2013-02-16 11:08:55 +0530172 "patches.february_2013.p01_event",
Anand Doshi96bebb42013-02-16 15:09:34 +0530173 "execute:webnotes.delete_doc('Page', 'Calendar')",
Anand Doshi27947362013-02-16 18:44:40 +0530174 "patches.february_2013.p02_email_digest",
Anand Doshi236cc172013-02-18 13:49:15 +0530175 "patches.february_2013.p03_material_request",
Rushabh Mehta9c880da2013-02-18 14:28:34 +0530176 "patches.february_2013.p04_remove_old_doctypes",
Anand Doshic1db0a62013-02-20 16:08:21 +0530177 "execute:webnotes.delete_doc('DocType', 'Plot Control')",
Anand Doshi78352d12013-02-18 17:09:11 +0530178 "patches.february_2013.p05_leave_application",
Nabin Hait66ea0862013-02-19 15:13:23 +0530179 "patches.february_2013.gle_floating_point_issue_revisited",
180 "patches.february_2013.fix_outstanding",
Nabin Hait452de982013-02-19 16:18:00 +0530181 'execute:webnotes.reload_doc("selling", "Print Format", "Quotation Classic") # 2013-02-19',
182 'execute:webnotes.reload_doc("selling", "Print Format", "Quotation Modern") # 2013-02-19',
183 'execute:webnotes.reload_doc("selling", "Print Format", "Quotation Spartan") # 2013-02-19',
Nabin Hait704d5f02013-02-19 16:23:21 +0530184 "execute:webnotes.delete_doc('DocType', 'Service Order')",
185 "execute:webnotes.delete_doc('DocType', 'Service Quotation')",
186 "execute:webnotes.delete_doc('DocType', 'Service Order Detail')",
187 "execute:webnotes.delete_doc('DocType', 'Service Quotation Detail')",
Anand Doshia341af12013-02-21 13:38:58 +0530188 "patches.february_2013.p06_material_request_mappers",
Rushabh Mehta78d4b492012-11-23 17:53:43 +0530189]