Rushabh Mehta | ad45e31 | 2013-11-20 12:59:58 +0530 | [diff] [blame] | 1 | # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors |
Rushabh Mehta | e67d1fb | 2013-08-05 14:59:54 +0530 | [diff] [blame] | 2 | # License: GNU General Public License v3. See license.txt |
Rushabh Mehta | 3966f1d | 2012-02-23 12:35:32 +0530 | [diff] [blame] | 3 | |
Anand Doshi | 486f9df | 2012-07-19 13:40:31 +0530 | [diff] [blame] | 4 | from __future__ import unicode_literals |
Anand Doshi | d56d57d | 2012-01-02 16:25:05 +0530 | [diff] [blame] | 5 | patch_list = [ |
Nabin Hait | f0feb73 | 2013-10-15 12:22:41 +0530 | [diff] [blame] | 6 | "execute:webnotes.reload_doc('core', 'doctype', 'doctype', force=True) #2013-10-15", |
| 7 | "execute:webnotes.reload_doc('core', 'doctype', 'docfield', force=True) #2013-10-15", |
Anand Doshi | 4daf3dd | 2013-07-17 18:06:02 +0530 | [diff] [blame] | 8 | "execute:webnotes.reload_doc('core', 'doctype', 'docperm') #2013-07-16", |
| 9 | "execute:webnotes.reload_doc('core', 'doctype', 'page') #2013-07-16", |
| 10 | "execute:webnotes.reload_doc('core', 'doctype', 'report') #2013-07-16", |
Nabin Hait | a642ae1 | 2013-01-18 10:49:39 +0530 | [diff] [blame] | 11 | "patches.september_2012.stock_report_permissions_for_accounts", |
| 12 | "patches.september_2012.communication_delete_permission", |
| 13 | "patches.september_2012.all_permissions_patch", |
| 14 | "patches.september_2012.customer_permission_patch", |
| 15 | "patches.september_2012.add_stock_ledger_entry_index", |
| 16 | "patches.september_2012.plot_patch", |
| 17 | "patches.september_2012.event_permission", |
| 18 | "patches.september_2012.repost_stock", |
Nabin Hait | a642ae1 | 2013-01-18 10:49:39 +0530 | [diff] [blame] | 19 | "patches.september_2012.rebuild_trees", |
| 20 | "patches.september_2012.deprecate_account_balance", |
| 21 | "patches.september_2012.profile_delete_permission", |
| 22 | "patches.october_2012.update_permission", |
Nabin Hait | a642ae1 | 2013-01-18 10:49:39 +0530 | [diff] [blame] | 23 | "patches.october_2012.fix_wrong_vouchers", |
Nabin Hait | a642ae1 | 2013-01-18 10:49:39 +0530 | [diff] [blame] | 24 | "patches.october_2012.company_fiscal_year_docstatus_patch", |
| 25 | "patches.october_2012.update_account_property", |
Nabin Hait | a642ae1 | 2013-01-18 10:49:39 +0530 | [diff] [blame] | 26 | "patches.october_2012.fix_cancelled_gl_entries", |
| 27 | "patches.october_2012.custom_script_delete_permission", |
| 28 | "patches.november_2012.custom_field_insert_after", |
Nabin Hait | a642ae1 | 2013-01-18 10:49:39 +0530 | [diff] [blame] | 29 | "patches.november_2012.report_permissions", |
| 30 | "patches.november_2012.customer_issue_allocated_to_assigned", |
| 31 | "patches.november_2012.reset_appraisal_permissions", |
| 32 | "patches.november_2012.disable_cancelled_profiles", |
Nabin Hait | a642ae1 | 2013-01-18 10:49:39 +0530 | [diff] [blame] | 33 | "patches.november_2012.support_ticket_response_to_communication", |
| 34 | "patches.november_2012.cancelled_bom_patch", |
| 35 | "patches.november_2012.communication_sender_and_recipient", |
| 36 | "patches.november_2012.update_delivered_billed_percentage_for_pos", |
| 37 | "patches.november_2012.add_theme_to_profile", |
| 38 | "patches.november_2012.add_employee_field_in_employee", |
| 39 | "patches.november_2012.leave_application_cleanup", |
| 40 | "patches.november_2012.production_order_patch", |
| 41 | "patches.november_2012.gle_floating_point_issue", |
| 42 | "patches.december_2012.deprecate_tds", |
| 43 | "patches.december_2012.expense_leave_reload", |
| 44 | "patches.december_2012.repost_ordered_qty", |
| 45 | "patches.december_2012.repost_projected_qty", |
Nabin Hait | a642ae1 | 2013-01-18 10:49:39 +0530 | [diff] [blame] | 46 | "patches.december_2012.website_cache_refactor", |
| 47 | "patches.december_2012.production_cleanup", |
| 48 | "patches.december_2012.fix_default_print_format", |
| 49 | "patches.december_2012.file_list_rename", |
| 50 | "patches.december_2012.replace_createlocal", |
Nabin Hait | a642ae1 | 2013-01-18 10:49:39 +0530 | [diff] [blame] | 51 | "patches.december_2012.remove_quotation_next_contact", |
| 52 | "patches.december_2012.stock_entry_cleanup", |
| 53 | "patches.december_2012.production_order_naming_series", |
| 54 | "patches.december_2012.rebuild_item_group_tree", |
| 55 | "patches.december_2012.address_title", |
| 56 | "patches.december_2012.delete_form16_print_format", |
Nabin Hait | a642ae1 | 2013-01-18 10:49:39 +0530 | [diff] [blame] | 57 | "patches.december_2012.update_print_width", |
| 58 | "patches.january_2013.remove_bad_permissions", |
Nabin Hait | a642ae1 | 2013-01-18 10:49:39 +0530 | [diff] [blame] | 59 | "patches.january_2013.holiday_list_patch", |
| 60 | "patches.january_2013.stock_reconciliation_patch", |
| 61 | "patches.january_2013.report_permission", |
| 62 | "patches.january_2013.give_report_permission_on_read", |
| 63 | "patches.january_2013.update_closed_on", |
| 64 | "patches.january_2013.change_patch_structure", |
| 65 | "patches.january_2013.update_country_info", |
| 66 | "patches.january_2013.remove_tds_entry_from_gl_mapper", |
Rushabh Mehta | f5b04cf | 2013-01-21 10:14:10 +0530 | [diff] [blame] | 67 | "patches.january_2013.update_number_format", |
Anand Doshi | 0382d5a | 2013-05-02 16:42:26 +0530 | [diff] [blame] | 68 | "execute:webnotes.reload_doc('core', 'doctype', 'print_format') #2013-01", |
Rushabh Mehta | 6dd9d45 | 2013-01-21 18:44:43 +0530 | [diff] [blame] | 69 | "execute:webnotes.reload_doc('accounts','Print Format','Payment Receipt Voucher')", |
Nabin Hait | f0881a9 | 2013-01-22 11:21:55 +0530 | [diff] [blame] | 70 | "patches.january_2013.update_fraction_for_usd", |
Rushabh Mehta | 6382a42 | 2013-01-23 10:09:28 +0530 | [diff] [blame] | 71 | "patches.january_2013.enable_currencies", |
Nabin Hait | a8454e2 | 2013-01-23 16:01:35 +0530 | [diff] [blame] | 72 | "patches.january_2013.remove_unwanted_permission", |
Nabin Hait | 291e8c2 | 2013-01-23 16:06:44 +0530 | [diff] [blame] | 73 | "patches.january_2013.remove_landed_cost_master", |
Nabin Hait | e37b344 | 2013-01-25 17:38:48 +0530 | [diff] [blame] | 74 | "patches.january_2013.reload_print_format", |
Rushabh Mehta | 83e0836 | 2013-01-25 15:11:26 +0530 | [diff] [blame] | 75 | "patches.january_2013.rebuild_tree", |
Rushabh Mehta | fe99c29 | 2013-01-28 15:30:02 +0530 | [diff] [blame] | 76 | "execute:webnotes.reload_doc('core','doctype','docfield') #2013-01-28", |
Rushabh Mehta | 6abb2e6 | 2013-01-28 17:00:59 +0530 | [diff] [blame] | 77 | "patches.january_2013.tabsessions_to_myisam", |
Nabin Hait | ce4178b | 2013-02-01 12:14:45 +0530 | [diff] [blame] | 78 | "patches.february_2013.remove_gl_mapper", |
| 79 | "patches.february_2013.reload_bom_replace_tool_permission", |
Nabin Hait | c40a64a | 2013-02-01 14:23:22 +0530 | [diff] [blame] | 80 | "patches.february_2013.payment_reconciliation_reset_values", |
Nabin Hait | 7bdf27b | 2013-02-05 15:52:46 +0530 | [diff] [blame] | 81 | "patches.february_2013.account_negative_balance", |
Anand Doshi | 22807a6 | 2013-02-06 15:41:32 +0530 | [diff] [blame] | 82 | "patches.february_2013.remove_account_utils_folder", |
Rushabh Mehta | 4b9827a | 2013-02-12 19:20:39 +0530 | [diff] [blame] | 83 | "patches.february_2013.update_company_in_leave_application", |
Nabin Hait | 362455e | 2013-02-13 15:50:39 +0530 | [diff] [blame] | 84 | "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] | 85 | "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] | 86 | "patches.february_2013.p01_event", |
Anand Doshi | 96bebb4 | 2013-02-16 15:09:34 +0530 | [diff] [blame] | 87 | "execute:webnotes.delete_doc('Page', 'Calendar')", |
Anand Doshi | 2794736 | 2013-02-16 18:44:40 +0530 | [diff] [blame] | 88 | "patches.february_2013.p02_email_digest", |
Anand Doshi | 236cc17 | 2013-02-18 13:49:15 +0530 | [diff] [blame] | 89 | "patches.february_2013.p03_material_request", |
Rushabh Mehta | 9c880da | 2013-02-18 14:28:34 +0530 | [diff] [blame] | 90 | "patches.february_2013.p04_remove_old_doctypes", |
Anand Doshi | c1db0a6 | 2013-02-20 16:08:21 +0530 | [diff] [blame] | 91 | "execute:webnotes.delete_doc('DocType', 'Plot Control')", |
Anand Doshi | 78352d1 | 2013-02-18 17:09:11 +0530 | [diff] [blame] | 92 | "patches.february_2013.p05_leave_application", |
Nabin Hait | 66ea086 | 2013-02-19 15:13:23 +0530 | [diff] [blame] | 93 | "patches.february_2013.gle_floating_point_issue_revisited", |
| 94 | "patches.february_2013.fix_outstanding", |
Nabin Hait | 704d5f0 | 2013-02-19 16:23:21 +0530 | [diff] [blame] | 95 | "execute:webnotes.delete_doc('DocType', 'Service Order')", |
| 96 | "execute:webnotes.delete_doc('DocType', 'Service Quotation')", |
| 97 | "execute:webnotes.delete_doc('DocType', 'Service Order Detail')", |
| 98 | "execute:webnotes.delete_doc('DocType', 'Service Quotation Detail')", |
Rushabh Mehta | 90098d2 | 2013-02-22 17:54:50 +0530 | [diff] [blame] | 99 | "execute:webnotes.delete_doc('Page', 'Query Report')", |
Nabin Hait | ad8a46c | 2013-02-22 17:58:54 +0530 | [diff] [blame] | 100 | "patches.february_2013.repost_reserved_qty", |
Anand Doshi | 7bc7aef | 2013-02-25 13:12:37 +0530 | [diff] [blame] | 101 | "execute:webnotes.reload_doc('core', 'doctype', 'report') # 2013-02-25", |
Rushabh Mehta | 22681df | 2013-02-23 17:13:44 +0530 | [diff] [blame] | 102 | "execute:webnotes.conn.sql(\"update `tabReport` set report_type=if(ifnull(query, '')='', 'Report Builder', 'Query Report') where is_standard='No'\")", |
Anand Doshi | b60aef5 | 2013-02-25 15:22:20 +0530 | [diff] [blame] | 103 | "execute:webnotes.conn.sql(\"update `tabReport` set report_name=name where ifnull(report_name,'')='' and is_standard='No'\")", |
| 104 | "patches.february_2013.p08_todo_query_report", |
Rushabh Mehta | ed19666 | 2013-02-26 16:36:41 +0530 | [diff] [blame] | 105 | "execute:(not webnotes.conn.exists('Role', 'Projects Manager')) and webnotes.doc({'doctype':'Role', 'role_name':'Projects Manager'}).insert()", |
Anand Doshi | a8caa5e | 2013-02-28 16:45:37 +0530 | [diff] [blame] | 106 | "patches.february_2013.p09_remove_cancelled_warehouses", |
Nabin Hait | 95a72a7 | 2013-03-01 11:07:07 +0530 | [diff] [blame] | 107 | "patches.march_2013.update_po_prevdoc_doctype", |
Rushabh Mehta | f934a24 | 2013-03-04 15:34:45 +0530 | [diff] [blame] | 108 | "patches.february_2013.p09_timesheets", |
Rushabh Mehta | 5423c96 | 2013-03-04 15:45:46 +0530 | [diff] [blame] | 109 | "execute:(not webnotes.conn.exists('UOM', 'Hour')) and webnotes.doc({'uom_name': 'Hour', 'doctype': 'UOM', 'name': 'Hour'}).insert()", |
Nabin Hait | dae20d8 | 2013-03-05 15:52:07 +0530 | [diff] [blame] | 110 | "patches.march_2013.p01_c_form", |
Nabin Hait | a0accd9 | 2013-03-05 15:58:04 +0530 | [diff] [blame] | 111 | "execute:webnotes.conn.sql('update tabDocPerm set `submit`=1, `cancel`=1, `amend`=1 where parent=\"Time Log\"')", |
Nabin Hait | dae20d8 | 2013-03-05 15:52:07 +0530 | [diff] [blame] | 112 | "execute:webnotes.delete_doc('DocType', 'Attendance Control Panel')", |
Nabin Hait | 87b9cd5 | 2013-03-06 13:15:08 +0530 | [diff] [blame] | 113 | "patches.march_2013.p02_get_global_default", |
Rushabh Mehta | b8ec3e7 | 2013-03-11 14:29:09 +0530 | [diff] [blame] | 114 | "patches.march_2013.p03_rename_blog_to_blog_post", |
Anand Doshi | 71bed31 | 2013-03-13 12:57:04 +0530 | [diff] [blame] | 115 | "patches.march_2013.p04_pos_update_stock_check", |
Anand Doshi | 1cf7391 | 2013-03-15 13:42:31 +0530 | [diff] [blame] | 116 | "patches.march_2013.p05_payment_reconciliation", |
Anand Doshi | 080f909 | 2013-03-18 17:57:59 +0530 | [diff] [blame] | 117 | "patches.march_2013.p06_remove_sales_purchase_return_tool", |
Rushabh Mehta | 06d186b | 2013-03-25 17:03:52 +0530 | [diff] [blame] | 118 | "execute:webnotes.bean('Global Defaults').save()", |
| 119 | "patches.march_2013.p07_update_project_in_stock_ledger", |
Anand Doshi | e350731 | 2013-03-27 17:35:23 +0530 | [diff] [blame] | 120 | "execute:webnotes.reload_doc('stock', 'doctype', 'item') #2013-03-25", |
| 121 | "execute:webnotes.reload_doc('setup', 'doctype', 'item_group') #2013-03-25", |
| 122 | "execute:webnotes.reload_doc('website', 'doctype', 'blog_post') #2013-03-25", |
| 123 | "execute:webnotes.reload_doc('website', 'doctype', 'web_page') #2013-03-25", |
Nabin Hait | 4d150e6 | 2013-06-25 11:05:17 +0530 | [diff] [blame] | 124 | "execute:webnotes.reload_doc('setup', 'doctype', 'sales_partner') #2013-06-25", |
Anand Doshi | 9f91053 | 2013-03-26 12:25:11 +0530 | [diff] [blame] | 125 | "execute:webnotes.conn.set_value('Email Settings', None, 'send_print_in_body_and_attachment', 1)", |
Anand Doshi | e350731 | 2013-03-27 17:35:23 +0530 | [diff] [blame] | 126 | "patches.march_2013.p10_set_fiscal_year_for_stock", |
Nabin Hait | e2fe8de | 2013-03-28 15:30:41 +0530 | [diff] [blame] | 127 | "patches.march_2013.p10_update_against_expense_account", |
Rushabh Mehta | 2fe802c | 2013-03-28 16:26:11 +0530 | [diff] [blame] | 128 | "patches.march_2013.p11_update_attach_files", |
Nabin Hait | acecb94 | 2013-03-29 10:48:41 +0530 | [diff] [blame] | 129 | "patches.march_2013.p12_set_item_tax_rate_in_json", |
Nabin Hait | 787c02e | 2013-03-29 16:42:33 +0530 | [diff] [blame] | 130 | "patches.march_2013.p07_update_valuation_rate", |
| 131 | "patches.march_2013.p08_create_aii_accounts", |
Nabin Hait | 2f20a7a | 2013-04-01 17:23:43 +0530 | [diff] [blame] | 132 | "patches.april_2013.p01_update_serial_no_valuation_rate", |
Nabin Hait | 996e469 | 2013-04-02 14:26:26 +0530 | [diff] [blame] | 133 | "patches.april_2013.p02_add_country_and_currency", |
Nabin Hait | 1e3fc88 | 2013-04-02 18:13:20 +0530 | [diff] [blame] | 134 | "patches.april_2013.p03_fixes_for_lead_in_quotation", |
Rushabh Mehta | 27c4079 | 2013-04-03 15:21:44 +0530 | [diff] [blame] | 135 | "patches.april_2013.p04_reverse_modules_list", |
Nabin Hait | d35293d | 2013-04-09 11:39:16 +0530 | [diff] [blame] | 136 | "patches.april_2013.p04_update_role_in_pages", |
Rushabh Mehta | 0c16112 | 2013-04-10 13:54:13 +0530 | [diff] [blame] | 137 | "patches.april_2013.p05_update_file_data", |
| 138 | "patches.april_2013.p06_update_file_size", |
Anand Doshi | e33f827 | 2013-04-10 19:33:57 +0530 | [diff] [blame] | 139 | "patches.april_2013.p05_fixes_in_reverse_modules", |
Anand Doshi | aeef7bd | 2013-04-19 16:21:55 +0530 | [diff] [blame] | 140 | "patches.april_2013.p07_rename_cost_center_other_charges", |
Anand Doshi | 4d70559 | 2013-04-18 16:21:42 +0530 | [diff] [blame] | 141 | "patches.april_2013.p06_default_cost_center", |
Rushabh Mehta | cdc9e2c | 2013-04-25 11:06:17 +0530 | [diff] [blame] | 142 | "execute:webnotes.reset_perms('File Data')", |
Anand Doshi | eda17eb | 2013-04-29 15:21:30 +0530 | [diff] [blame] | 143 | "patches.april_2013.p07_update_file_data_2", |
Nabin Hait | 345c8fb | 2013-04-29 14:35:11 +0530 | [diff] [blame] | 144 | "patches.april_2013.rebuild_sales_browser", |
Anand Doshi | 21f4ea3 | 2013-05-10 18:08:32 +0530 | [diff] [blame] | 145 | "patches.may_2013.p01_selling_net_total_export", |
Nabin Hait | 4e1dcfc | 2013-05-10 15:17:20 +0530 | [diff] [blame] | 146 | "patches.may_2013.repost_stock_for_no_posting_time", |
Nabin Hait | 9053cbc | 2013-05-20 15:28:44 +0530 | [diff] [blame] | 147 | "patches.may_2013.p02_update_valuation_rate", |
Nabin Hait | cb99045 | 2013-05-21 17:17:40 +0530 | [diff] [blame] | 148 | "patches.may_2013.p03_update_support_ticket", |
Nabin Hait | 62d0629 | 2013-05-22 16:19:10 +0530 | [diff] [blame] | 149 | "patches.may_2013.p04_reorder_level", |
Nabin Hait | b56412c | 2013-05-23 17:41:52 +0530 | [diff] [blame] | 150 | "patches.may_2013.p05_update_cancelled_gl_entries", |
Rushabh Mehta | 9c5f4fe | 2013-05-24 16:33:10 +0530 | [diff] [blame] | 151 | "patches.may_2013.p06_make_notes", |
Nabin Hait | 0feebc1 | 2013-06-03 16:45:38 +0530 | [diff] [blame] | 152 | "patches.may_2013.p06_update_billed_amt_po_pr", |
Anand Doshi | ecc28f0 | 2013-05-30 17:43:30 +0530 | [diff] [blame] | 153 | "patches.may_2013.p07_move_update_stock_to_pos", |
Anand Doshi | f41ce11 | 2013-05-30 19:18:51 +0530 | [diff] [blame] | 154 | "patches.may_2013.p08_change_item_wise_tax", |
Nabin Hait | ad600cc | 2013-06-04 16:56:56 +0530 | [diff] [blame] | 155 | "patches.june_2013.p01_update_bom_exploded_items", |
Rushabh Mehta | cdd265d | 2013-06-07 14:52:53 +0530 | [diff] [blame] | 156 | "patches.june_2013.p02_update_project_completed", |
Anand Doshi | e3e15a9 | 2013-06-06 11:35:49 +0530 | [diff] [blame] | 157 | "execute:webnotes.delete_doc('DocType', 'System Console')", |
Anand Doshi | 060d924 | 2013-06-12 17:40:36 +0530 | [diff] [blame] | 158 | "patches.june_2013.p03_buying_selling_for_price_list", |
Anand Doshi | e53a81d | 2013-06-10 15:15:40 +0530 | [diff] [blame] | 159 | "patches.june_2013.p04_fix_event_for_lead_oppty_project", |
Nabin Hait | 82366d3 | 2013-06-24 14:31:56 +0530 | [diff] [blame] | 160 | "patches.june_2013.p05_remove_search_criteria_reports", |
Anand Doshi | 690c2f5 | 2013-07-08 11:55:50 +0530 | [diff] [blame] | 161 | "execute:webnotes.delete_doc('Report', 'Sales Orders Pending To Be Delivered')", |
Rushabh Mehta | a642d59 | 2013-06-11 17:32:48 +0530 | [diff] [blame] | 162 | "patches.june_2013.p05_remove_unused_doctypes", |
Anand Doshi | 060d924 | 2013-06-12 17:40:36 +0530 | [diff] [blame] | 163 | "patches.june_2013.p06_drop_unused_tables", |
Anand Doshi | 8f9f8a4 | 2013-06-28 19:18:33 +0530 | [diff] [blame] | 164 | "patches.june_2013.p08_shopping_cart_settings", |
Rushabh Mehta | d242a8b | 2013-06-25 11:46:07 +0530 | [diff] [blame] | 165 | "patches.june_2013.p09_update_global_defaults", |
Anand Doshi | 8f9f8a4 | 2013-06-28 19:18:33 +0530 | [diff] [blame] | 166 | "patches.june_2013.p10_lead_address", |
Nabin Hait | ed23cca | 2013-07-07 19:11:52 +0530 | [diff] [blame] | 167 | "patches.july_2013.p01_remove_doctype_mappers", |
Nabin Hait | 2bd3777 | 2013-07-08 19:00:29 +0530 | [diff] [blame] | 168 | "execute:webnotes.delete_doc('Report', 'Delivered Items To Be Billed')", |
| 169 | "execute:webnotes.delete_doc('Report', 'Received Items To Be Billed')", |
Nabin Hait | fd33b2b | 2013-07-09 11:42:38 +0530 | [diff] [blame] | 170 | "patches.july_2013.p02_copy_shipping_address", |
Anand Doshi | 1357c0b | 2013-07-09 15:45:38 +0530 | [diff] [blame] | 171 | "patches.july_2013.p03_cost_center_company", |
Anand Doshi | 2d71a51 | 2013-07-16 13:06:14 +0530 | [diff] [blame] | 172 | "patches.july_2013.p04_merge_duplicate_leads", |
Anand Doshi | 55da1ff | 2013-07-17 12:36:07 +0530 | [diff] [blame] | 173 | "patches.july_2013.p05_custom_doctypes_in_list_view", |
Nabin Hait | 5b43b3d | 2013-07-18 12:28:09 +0530 | [diff] [blame] | 174 | "patches.july_2013.p06_same_sales_rate", |
Nabin Hait | 60d9a5e | 2013-07-18 13:15:41 +0530 | [diff] [blame] | 175 | "patches.july_2013.p07_repost_billed_amt_in_sales_cycle", |
Anand Doshi | d81c320 | 2013-07-22 15:37:48 +0530 | [diff] [blame] | 176 | "execute:webnotes.reload_doc('accounts', 'Print Format', 'Sales Invoice Classic') # 2013-07-22", |
| 177 | "execute:webnotes.reload_doc('accounts', 'Print Format', 'Sales Invoice Modern') # 2013-07-22", |
| 178 | "execute:webnotes.reload_doc('accounts', 'Print Format', 'Sales Invoice Spartan') # 2013-07-22", |
| 179 | "execute:webnotes.reload_doc('selling', 'Print Format', 'Quotation Classic') # 2013-07-22", |
| 180 | "execute:webnotes.reload_doc('selling', 'Print Format', 'Quotation Modern') # 2013-07-22", |
| 181 | "execute:webnotes.reload_doc('selling', 'Print Format', 'Quotation Spartan') # 2013-07-22", |
| 182 | "execute:webnotes.reload_doc('selling', 'Print Format', 'Sales Order Classic') # 2013-07-22", |
| 183 | "execute:webnotes.reload_doc('selling', 'Print Format', 'Sales Order Modern') # 2013-07-22", |
| 184 | "execute:webnotes.reload_doc('selling', 'Print Format', 'Sales Order Spartan') # 2013-07-22", |
| 185 | "execute:webnotes.reload_doc('stock', 'Print Format', 'Delivery Note Classic') # 2013-07-22", |
| 186 | "execute:webnotes.reload_doc('stock', 'Print Format', 'Delivery Note Modern') # 2013-07-22", |
| 187 | "execute:webnotes.reload_doc('stock', 'Print Format', 'Delivery Note Spartan') # 2013-07-22", |
| 188 | "patches.july_2013.p08_custom_print_format_net_total_export", |
Anand Doshi | 4a35231 | 2013-07-23 17:54:16 +0530 | [diff] [blame] | 189 | "patches.july_2013.p09_remove_website_pyc", |
Anand Doshi | 2b1d33f | 2013-07-25 17:17:47 +0530 | [diff] [blame] | 190 | "patches.july_2013.p10_change_partner_user_to_website_user", |
Anand Doshi | ef0ab5d | 2013-07-29 13:06:50 +0530 | [diff] [blame] | 191 | "patches.july_2013.p11_update_price_list_currency", |
Anand Doshi | 25647c4 | 2013-07-29 13:31:00 +0530 | [diff] [blame] | 192 | "execute:webnotes.bean('Selling Settings').save() #2013-07-29", |
Nabin Hait | 04a3fee | 2013-09-24 15:16:01 +0530 | [diff] [blame] | 193 | "execute:webnotes.reload_doc('accounts', 'doctype', 'accounts_settings') # 2013-09-24", |
Nabin Hait | 526eaaa | 2013-09-04 18:43:44 +0530 | [diff] [blame] | 194 | "patches.august_2013.p01_auto_accounting_for_stock_patch", |
Anand Doshi | e79d57c | 2013-08-02 19:31:41 +0530 | [diff] [blame] | 195 | "patches.august_2013.p01_hr_settings", |
Rushabh Mehta | 0b99540 | 2013-08-09 15:29:59 +0530 | [diff] [blame] | 196 | "patches.august_2013.p02_rename_price_list", |
Anand Doshi | 9e59aff | 2013-08-12 20:00:33 +0530 | [diff] [blame] | 197 | "patches.august_2013.p03_pos_setting_replace_customer_account", |
Rushabh Mehta | 62030e0 | 2013-08-14 18:37:28 +0530 | [diff] [blame] | 198 | "patches.august_2013.p05_update_serial_no_status", |
Anand Doshi | 0b6fa01 | 2013-08-14 10:50:19 +0530 | [diff] [blame] | 199 | "patches.august_2013.p05_employee_birthdays", |
Nabin Hait | 176f3af | 2013-08-16 16:17:34 +0530 | [diff] [blame] | 200 | "execute:webnotes.reload_doc('accounts', 'Print Format', 'POS Invoice') # 2013-08-16", |
Nabin Hait | 0565287 | 2013-08-20 11:28:38 +0530 | [diff] [blame] | 201 | "execute:webnotes.delete_doc('DocType', 'Stock Ledger')", |
Nabin Hait | 4e82166 | 2013-09-04 19:04:00 +0530 | [diff] [blame] | 202 | "patches.august_2013.p06_deprecate_is_cancelled", |
Anand Doshi | 4284024 | 2013-08-21 12:27:26 +0530 | [diff] [blame] | 203 | "patches.august_2013.p06_fix_sle_against_stock_entry", |
Akhilesh Darjee | 12425ce | 2013-09-02 18:48:39 +0530 | [diff] [blame] | 204 | "patches.september_2013.p01_add_user_defaults_from_pos_setting", |
| 205 | "execute:webnotes.reload_doc('accounts', 'Print Format', 'POS Invoice') # 2013-09-02", |
Anand Doshi | 215c901 | 2013-09-02 15:38:53 +0530 | [diff] [blame] | 206 | "patches.september_2013.p01_fix_buying_amount_gl_entries", |
Rushabh Mehta | 1f16630 | 2013-09-02 17:41:43 +0530 | [diff] [blame] | 207 | "patches.september_2013.p01_update_communication", |
Anand Doshi | f6e62c9 | 2013-09-05 17:11:52 +0530 | [diff] [blame] | 208 | "execute:webnotes.reload_doc('setup', 'doctype', 'features_setup') # 2013-09-05", |
Nabin Hait | 3e34a6d | 2013-09-04 12:54:33 +0530 | [diff] [blame] | 209 | "patches.september_2013.p02_fix_serial_no_status", |
Akhilesh Darjee | db59ffb | 2013-09-11 13:05:24 +0530 | [diff] [blame] | 210 | "patches.september_2013.p03_modify_item_price_include_in_price_list", |
Nabin Hait | 2b06aaa | 2013-08-22 18:25:43 +0530 | [diff] [blame] | 211 | "patches.august_2013.p06_deprecate_is_cancelled", |
| 212 | "execute:webnotes.delete_doc('DocType', 'Budget Control')", |
Nabin Hait | 6656acf | 2013-09-12 11:46:09 +0530 | [diff] [blame] | 213 | "patches.september_2013.p03_update_stock_uom_in_sle", |
Anand Doshi | 155d985 | 2013-09-12 17:03:21 +0530 | [diff] [blame] | 214 | "patches.september_2013.p03_move_website_to_framework", |
Nabin Hait | 01e6a9c | 2013-09-24 12:08:31 +0530 | [diff] [blame] | 215 | "execute:webnotes.conn.set_value('Accounts Settings', None, 'frozen_accounts_modifier', 'Accounts Manager') # 2013-09-24", |
Nabin Hait | c6871dc | 2013-09-25 14:44:06 +0530 | [diff] [blame] | 216 | "patches.september_2013.p04_unsubmit_serial_nos", |
Nabin Hait | 49e7140 | 2013-10-01 15:20:06 +0530 | [diff] [blame] | 217 | "patches.september_2013.p05_fix_customer_in_pos", |
Nabin Hait | a1d1c98 | 2013-10-02 16:29:45 +0530 | [diff] [blame] | 218 | "patches.october_2013.fix_is_cancelled_in_sle", |
Rushabh Mehta | f1b6f67 | 2013-10-03 12:22:52 +0530 | [diff] [blame] | 219 | "patches.october_2013.p01_update_delivery_note_prevdocs", |
Rushabh Mehta | 800b3aa | 2013-10-03 17:26:33 +0530 | [diff] [blame] | 220 | "patches.october_2013.p02_set_communication_status", |
| 221 | "patches.october_2013.p03_crm_update_status", |
Rushabh Mehta | 8c5a5f1 | 2013-10-08 17:59:11 +0530 | [diff] [blame] | 222 | "execute:webnotes.delete_doc('DocType', 'Setup Control')", |
Anand Doshi | 7798934 | 2013-10-10 12:03:11 +0530 | [diff] [blame] | 223 | "patches.october_2013.p04_wsgi_migration", |
Anand Doshi | 6bc4807 | 2013-10-14 15:48:57 +0530 | [diff] [blame] | 224 | "patches.october_2013.p05_server_custom_script_to_file", |
Nabin Hait | 0948b2a | 2013-10-10 19:04:18 +0530 | [diff] [blame] | 225 | "patches.october_2013.repost_ordered_qty", |
Nabin Hait | eea2b34 | 2013-10-11 18:31:33 +0530 | [diff] [blame] | 226 | "patches.october_2013.repost_planned_qty", |
Nabin Hait | d1fd1e2 | 2013-10-18 12:29:11 +0530 | [diff] [blame] | 227 | "patches.october_2013.p06_rename_packing_list_doctype", |
| 228 | "execute:webnotes.delete_doc('DocType', 'Sales Common')", |
Rushabh Mehta | 70d7c48 | 2013-10-18 17:23:50 +0530 | [diff] [blame] | 229 | "patches.october_2013.p09_update_naming_series_settings", |
Akhilesh Darjee | fcd70d0 | 2013-10-18 14:24:21 +0530 | [diff] [blame] | 230 | "patches.october_2013.p02_update_price_list_and_item_details_in_item_price", |
Akhilesh Darjee | 4ceef34 | 2013-10-18 15:24:53 +0530 | [diff] [blame] | 231 | "execute:webnotes.delete_doc('Report', 'Item-wise Price List')", |
Nabin Hait | 6a589be | 2013-10-22 10:54:59 +0530 | [diff] [blame] | 232 | "patches.october_2013.p03_remove_sales_and_purchase_return_tool", |
Nabin Hait | 1500c83 | 2013-10-22 11:42:50 +0530 | [diff] [blame] | 233 | "patches.october_2013.p04_update_report_permission", |
Nabin Hait | 145e5e2 | 2013-10-22 23:51:41 +0530 | [diff] [blame] | 234 | "patches.october_2013.p05_delete_gl_entries_for_cancelled_vouchers", |
Akhilesh Darjee | 3d0af67 | 2013-10-24 12:37:43 +0530 | [diff] [blame] | 235 | "patches.october_2013.p06_update_control_panel_and_global_defaults", |
Akhilesh Darjee | e158cea | 2013-10-31 19:50:51 +0530 | [diff] [blame] | 236 | "patches.october_2013.p07_rename_for_territory", |
| 237 | "patches.june_2013.p07_taxes_price_list_for_territory", |
Anand Doshi | b03f870 | 2013-11-04 15:22:50 +0530 | [diff] [blame] | 238 | "patches.october_2013.p08_cleanup_after_item_price_module_change", |
Anand Doshi | 8728f26 | 2013-11-06 14:19:09 +0530 | [diff] [blame] | 239 | "patches.october_2013.p10_plugins_refactor", |
Rushabh Mehta | 3b9e864 | 2013-11-11 18:01:37 +0530 | [diff] [blame] | 240 | "patches.1311.p01_cleanup", |
Anand Doshi | ec491dc | 2013-11-13 17:30:10 +0530 | [diff] [blame] | 241 | "execute:webnotes.reload_doc('website', 'doctype', 'table_of_contents') #2013-11-13", |
| 242 | "execute:webnotes.reload_doc('website', 'doctype', 'web_page') #2013-11-13", |
Rushabh Mehta | 154c857 | 2013-11-15 16:09:45 +0530 | [diff] [blame] | 243 | "execute:webnotes.reload_doc('home', 'doctype', 'feed') #2013-11-15", |
| 244 | "execute:webnotes.reload_doc('core', 'doctype', 'defaultvalue') #2013-11-15", |
| 245 | "execute:webnotes.reload_doc('core', 'doctype', 'comment') #2013-11-15", |
| 246 | "patches.1311.p02_index_singles", |
Anand Doshi | 0c26f81 | 2013-11-15 19:12:09 +0530 | [diff] [blame] | 247 | "patches.1311.p01_make_gl_entries_for_si", |
Rushabh Mehta | ef80282 | 2013-11-22 13:14:12 +0530 | [diff] [blame] | 248 | "patches.1311.p03_update_reqd_report_fields", |
Anand Doshi | aa14f03 | 2013-11-20 11:51:12 +0530 | [diff] [blame] | 249 | "execute:webnotes.reload_doc('website', 'doctype', 'website_sitemap_config') #2013-11-20", |
| 250 | "execute:webnotes.reload_doc('website', 'doctype', 'website_sitemap') #2013-11-20", |
Anand Doshi | c3c38d3 | 2013-11-20 12:09:21 +0530 | [diff] [blame] | 251 | "execute:webnotes.bean('Style Settings').save() #2013-11-20", |
Anand Doshi | 3989623 | 2013-11-29 16:41:09 +0530 | [diff] [blame] | 252 | "execute:webnotes.get_module('website.doctype.website_sitemap_config.website_sitemap_config').rebuild_website_sitemap_config()", |
| 253 | "patches.1311.p04_update_year_end_date_of_fiscal_year", |
Rushabh Mehta | ef80282 | 2013-11-22 13:14:12 +0530 | [diff] [blame] | 254 | "patches.1311.p04_update_comments", |
Anand Doshi | ef11477 | 2013-11-22 12:21:19 +0530 | [diff] [blame] | 255 | "patches.1311.p05_website_brand_html", |
Akhilesh Darjee | 2592081 | 2013-11-26 16:35:50 +0530 | [diff] [blame] | 256 | "patches.1311.p06_fix_report_columns", |
Anand Doshi | cfd33d2 | 2013-11-27 19:01:31 +0530 | [diff] [blame] | 257 | "execute:webnotes.delete_doc('DocType', 'Documentation Tool')", |
Anand Doshi | 56a3165 | 2013-11-29 19:15:26 +0530 | [diff] [blame] | 258 | "execute:webnotes.delete_doc('Report', 'Stock Ledger') #2013-11-29", |
Nabin Hait | 9b0a6d4 | 2013-12-04 17:18:05 +0530 | [diff] [blame] | 259 | "patches.1312.p01_delete_old_stock_reports", |
Akhilesh Darjee | 9c0569e | 2013-12-02 17:58:23 +0530 | [diff] [blame] | 260 | "execute:webnotes.delete_doc('Report', 'Payment Collection With Ageing')", |
| 261 | "execute:webnotes.delete_doc('Report', 'Payment Made With Ageing')", |
Anand Doshi | b0636ed | 2013-12-16 13:51:09 +0530 | [diff] [blame] | 262 | "patches.1311.p07_scheduler_errors_digest", |
| 263 | "patches.1311.p08_email_digest_recipients", |
Rushabh Mehta | 78d4b49 | 2012-11-23 17:53:43 +0530 | [diff] [blame] | 264 | ] |