Rushabh Mehta | 3966f1d | 2012-02-23 12:35:32 +0530 | [diff] [blame] | 1 | # 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 Hait | a0d6b34 | 2013-01-29 10:48:33 +0530 | [diff] [blame] | 15 | # along with this program. If not, see <http://www.gnu.org/licenses/>. |
Rushabh Mehta | 3966f1d | 2012-02-23 12:35:32 +0530 | [diff] [blame] | 16 | |
Anand Doshi | 486f9df | 2012-07-19 13:40:31 +0530 | [diff] [blame] | 17 | from __future__ import unicode_literals |
Anand Doshi | d56d57d | 2012-01-02 16:25:05 +0530 | [diff] [blame] | 18 | patch_list = [ |
Nabin Hait | a642ae1 | 2013-01-18 10:49:39 +0530 | [diff] [blame] | 19 | "patches.mar_2012.so_rv_mapper_fix", |
| 20 | "patches.mar_2012.clean_property_setter", |
Nabin Hait | a642ae1 | 2013-01-18 10:49:39 +0530 | [diff] [blame] | 21 | "patches.april_2012.naming_series_patch", |
Nabin Hait | a642ae1 | 2013-01-18 10:49:39 +0530 | [diff] [blame] | 22 | "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 Mehta | f5b04cf | 2013-01-21 10:14:10 +0530 | [diff] [blame] | 152 | "patches.january_2013.update_number_format", |
Anand Doshi | 2865571 | 2013-01-18 12:32:00 +0530 | [diff] [blame] | 153 | "patches.january_2013.purchase_price_list", |
Rushabh Mehta | 6dd9d45 | 2013-01-21 18:44:43 +0530 | [diff] [blame] | 154 | "execute:webnotes.reload_doc('accounts','Print Format','Payment Receipt Voucher')", |
Nabin Hait | f0881a9 | 2013-01-22 11:21:55 +0530 | [diff] [blame] | 155 | "patches.january_2013.update_fraction_for_usd", |
Rushabh Mehta | 6382a42 | 2013-01-23 10:09:28 +0530 | [diff] [blame] | 156 | "patches.january_2013.enable_currencies", |
Nabin Hait | a8454e2 | 2013-01-23 16:01:35 +0530 | [diff] [blame] | 157 | "patches.january_2013.remove_unwanted_permission", |
Nabin Hait | 291e8c2 | 2013-01-23 16:06:44 +0530 | [diff] [blame] | 158 | "patches.january_2013.remove_landed_cost_master", |
Nabin Hait | e37b344 | 2013-01-25 17:38:48 +0530 | [diff] [blame] | 159 | "patches.january_2013.reload_print_format", |
Rushabh Mehta | 83e0836 | 2013-01-25 15:11:26 +0530 | [diff] [blame] | 160 | "patches.january_2013.rebuild_tree", |
Rushabh Mehta | fe99c29 | 2013-01-28 15:30:02 +0530 | [diff] [blame] | 161 | "execute:webnotes.reload_doc('core','doctype','docfield') #2013-01-28", |
Rushabh Mehta | 6abb2e6 | 2013-01-28 17:00:59 +0530 | [diff] [blame] | 162 | "patches.january_2013.tabsessions_to_myisam", |
Nabin Hait | ce4178b | 2013-02-01 12:14:45 +0530 | [diff] [blame] | 163 | "patches.february_2013.remove_gl_mapper", |
| 164 | "patches.february_2013.reload_bom_replace_tool_permission", |
Nabin Hait | c40a64a | 2013-02-01 14:23:22 +0530 | [diff] [blame] | 165 | "patches.february_2013.payment_reconciliation_reset_values", |
Nabin Hait | c06e29d | 2013-02-01 18:35:35 +0530 | [diff] [blame] | 166 | "patches.february_2013.remove_sales_order_pending_items", |
Nabin Hait | 7bdf27b | 2013-02-05 15:52:46 +0530 | [diff] [blame] | 167 | "patches.february_2013.account_negative_balance", |
Anand Doshi | 22807a6 | 2013-02-06 15:41:32 +0530 | [diff] [blame] | 168 | "patches.february_2013.remove_account_utils_folder", |
Rushabh Mehta | 4b9827a | 2013-02-12 19:20:39 +0530 | [diff] [blame] | 169 | "patches.february_2013.update_company_in_leave_application", |
Nabin Hait | 362455e | 2013-02-13 15:50:39 +0530 | [diff] [blame] | 170 | "execute:webnotes.conn.sql_ddl('alter table tabSeries change `name` `name` varchar(100)')", |
Anand Doshi | 86af352 | 2013-02-13 18:04:21 +0530 | [diff] [blame] | 171 | "execute:webnotes.conn.sql('update tabUserRole set parentfield=\"user_roles\" where parentfield=\"userroles\"')", |
Anand Doshi | 0cfdeec | 2013-02-16 11:08:55 +0530 | [diff] [blame] | 172 | "patches.february_2013.fix_outstanding", |
| 173 | "patches.february_2013.p01_event", |
Anand Doshi | 96bebb4 | 2013-02-16 15:09:34 +0530 | [diff] [blame] | 174 | "execute:webnotes.delete_doc('Page', 'Calendar')", |
Anand Doshi | 2794736 | 2013-02-16 18:44:40 +0530 | [diff] [blame] | 175 | "patches.february_2013.p02_email_digest", |
Anand Doshi | 236cc17 | 2013-02-18 13:49:15 +0530 | [diff] [blame] | 176 | "patches.february_2013.p03_material_request", |
Rushabh Mehta | 78d4b49 | 2012-11-23 17:53:43 +0530 | [diff] [blame] | 177 | ] |