diff --git a/accounts/doctype/account/account.txt b/accounts/doctype/account/account.txt index 2beb08aa26c..c6f85e1aad8 100644 --- a/accounts/doctype/account/account.txt +++ b/accounts/doctype/account/account.txt @@ -13,7 +13,6 @@ "document_type": "Master", "description": "Heads (or groups) against which Accounting Entries are made and balances are maintained.", "name": "__common__", - "default_print_format": "Standard", "allow_rename": 1, "doctype": "DocType", "allow_copy": 1 diff --git a/accounts/doctype/bank_reconciliation_detail/bank_reconciliation_detail.txt b/accounts/doctype/bank_reconciliation_detail/bank_reconciliation_detail.txt index 3924980e949..e3688b4a90e 100644 --- a/accounts/doctype/bank_reconciliation_detail/bank_reconciliation_detail.txt +++ b/accounts/doctype/bank_reconciliation_detail/bank_reconciliation_detail.txt @@ -13,7 +13,6 @@ # These values are common for all DocType { 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'doctype': 'DocType', 'istable': 1, 'module': u'Accounts', diff --git a/accounts/doctype/cost_center/cost_center.txt b/accounts/doctype/cost_center/cost_center.txt index ecb3ad6f397..b145a0c9721 100644 --- a/accounts/doctype/cost_center/cost_center.txt +++ b/accounts/doctype/cost_center/cost_center.txt @@ -14,7 +14,6 @@ "description": "Track separate Income and Expense for product verticals or divisions.", "autoname": "field:cost_center_name", "name": "__common__", - "default_print_format": "Standard", "allow_rename": 1, "doctype": "DocType", "allow_copy": 1 diff --git a/accounts/doctype/fiscal_year/fiscal_year.txt b/accounts/doctype/fiscal_year/fiscal_year.txt index 68dbdb23328..23ccc856a06 100644 --- a/accounts/doctype/fiscal_year/fiscal_year.txt +++ b/accounts/doctype/fiscal_year/fiscal_year.txt @@ -16,7 +16,6 @@ 'allow_trash': 1, 'autoname': u'field:year', 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'description': u'**Fiscal Year** represents a Financial Year. All accounting entries and other major transactions are tracked against **Fiscal Year**.', 'doctype': 'DocType', 'document_type': u'Master', diff --git a/accounts/doctype/gl_entry/gl_entry.txt b/accounts/doctype/gl_entry/gl_entry.txt index 0888a9508c3..9c8b5dd54e2 100644 --- a/accounts/doctype/gl_entry/gl_entry.txt +++ b/accounts/doctype/gl_entry/gl_entry.txt @@ -15,7 +15,6 @@ '_last_update': u'1319016431', 'autoname': u'GL.#######', 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'doctype': 'DocType', 'in_create': 1, 'module': u'Accounts', diff --git a/accounts/doctype/journal_voucher/journal_voucher.txt b/accounts/doctype/journal_voucher/journal_voucher.txt index bfa0bfa3d40..ad0004f8298 100644 --- a/accounts/doctype/journal_voucher/journal_voucher.txt +++ b/accounts/doctype/journal_voucher/journal_voucher.txt @@ -10,7 +10,6 @@ "is_submittable": 1, "autoname": "naming_series:", "name": "__common__", - "default_print_format": "Standard", "search_fields": "voucher_type,posting_date, due_date, cheque_no", "module": "Accounts", "doctype": "DocType", diff --git a/accounts/doctype/journal_voucher_detail/journal_voucher_detail.txt b/accounts/doctype/journal_voucher_detail/journal_voucher_detail.txt index c7b4ab41434..972c1253700 100644 --- a/accounts/doctype/journal_voucher_detail/journal_voucher_detail.txt +++ b/accounts/doctype/journal_voucher_detail/journal_voucher_detail.txt @@ -14,7 +14,6 @@ { 'autoname': u'JVD.######', 'colour': u'White:FFF', - 'default_print_format': u'Standard', u'doctype': u'DocType', 'istable': 1, 'module': u'Accounts', diff --git a/accounts/doctype/payment_to_invoice_matching_tool/payment_to_invoice_matching_tool.txt b/accounts/doctype/payment_to_invoice_matching_tool/payment_to_invoice_matching_tool.txt index 5a95ba8bb52..3887743208b 100644 --- a/accounts/doctype/payment_to_invoice_matching_tool/payment_to_invoice_matching_tool.txt +++ b/accounts/doctype/payment_to_invoice_matching_tool/payment_to_invoice_matching_tool.txt @@ -14,7 +14,6 @@ { '_last_update': u'1316509358', 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'doctype': 'DocType', 'document_type': u'Other', 'issingle': 1, diff --git a/accounts/doctype/payment_to_invoice_matching_tool_detail/payment_to_invoice_matching_tool_detail.txt b/accounts/doctype/payment_to_invoice_matching_tool_detail/payment_to_invoice_matching_tool_detail.txt index 5291057e726..7b3beb82b81 100644 --- a/accounts/doctype/payment_to_invoice_matching_tool_detail/payment_to_invoice_matching_tool_detail.txt +++ b/accounts/doctype/payment_to_invoice_matching_tool_detail/payment_to_invoice_matching_tool_detail.txt @@ -13,7 +13,6 @@ # These values are common for all DocType { 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'doctype': 'DocType', 'istable': 1, 'module': u'Accounts', diff --git a/accounts/doctype/period_closing_voucher/period_closing_voucher.txt b/accounts/doctype/period_closing_voucher/period_closing_voucher.txt index f56c1b0c938..2313d40b13a 100644 --- a/accounts/doctype/period_closing_voucher/period_closing_voucher.txt +++ b/accounts/doctype/period_closing_voucher/period_closing_voucher.txt @@ -15,7 +15,6 @@ '_last_update': u'1311621379', 'autoname': u'PCE/.###', 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'doctype': 'DocType', 'is_submittable': 1, 'module': u'Accounts', diff --git a/accounts/doctype/pos_setting/pos_setting.txt b/accounts/doctype/pos_setting/pos_setting.txt index 49ab1d3507d..1c7de5b0dd2 100755 --- a/accounts/doctype/pos_setting/pos_setting.txt +++ b/accounts/doctype/pos_setting/pos_setting.txt @@ -15,7 +15,6 @@ '_last_update': u'1322549700', 'autoname': u'POS/.####', 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'doctype': 'DocType', 'module': u'Accounts', 'name': '__common__', diff --git a/accounts/doctype/purchase_invoice/purchase_invoice.txt b/accounts/doctype/purchase_invoice/purchase_invoice.txt index 3880689415a..988dd5f20ec 100755 --- a/accounts/doctype/purchase_invoice/purchase_invoice.txt +++ b/accounts/doctype/purchase_invoice/purchase_invoice.txt @@ -10,7 +10,6 @@ "is_submittable": 1, "autoname": "naming_series:", "allow_attach": 1, - "default_print_format": "Standard", "search_fields": "posting_date, credit_to, fiscal_year, bill_no, grand_total, outstanding_amount", "module": "Accounts", "doctype": "DocType", diff --git a/accounts/doctype/purchase_invoice_item/purchase_invoice_item.txt b/accounts/doctype/purchase_invoice_item/purchase_invoice_item.txt index 30493b3fa07..a09398d84c0 100755 --- a/accounts/doctype/purchase_invoice_item/purchase_invoice_item.txt +++ b/accounts/doctype/purchase_invoice_item/purchase_invoice_item.txt @@ -14,7 +14,6 @@ { 'autoname': u'EVD.######', 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'doctype': 'DocType', 'istable': 1, 'module': u'Accounts', diff --git a/accounts/doctype/purchase_taxes_and_charges/purchase_taxes_and_charges.txt b/accounts/doctype/purchase_taxes_and_charges/purchase_taxes_and_charges.txt index 3198b256326..05bcb868318 100644 --- a/accounts/doctype/purchase_taxes_and_charges/purchase_taxes_and_charges.txt +++ b/accounts/doctype/purchase_taxes_and_charges/purchase_taxes_and_charges.txt @@ -15,7 +15,6 @@ '_last_update': u'1322549700', 'autoname': u'PVTD.######', 'colour': u'White:FFF', - 'default_print_format': u'Standard', u'doctype': u'DocType', 'hide_heading': 1, 'istable': 1, diff --git a/accounts/doctype/purchase_taxes_and_charges_master/purchase_taxes_and_charges_master.txt b/accounts/doctype/purchase_taxes_and_charges_master/purchase_taxes_and_charges_master.txt index 5c72c2c5841..9e659ee2e69 100644 --- a/accounts/doctype/purchase_taxes_and_charges_master/purchase_taxes_and_charges_master.txt +++ b/accounts/doctype/purchase_taxes_and_charges_master/purchase_taxes_and_charges_master.txt @@ -16,7 +16,6 @@ 'allow_trash': 1, 'autoname': u'field:title', 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'description': u'Standard tax template that can be applied to all Purchase Transactions. This template can contain list of tax heads and also other expense heads like "Shipping", "Insurance", "Handling" etc.\n\n#### Note\n\nThe tax rate you define here will be the standard tax rate for all **Items**. If there are **Items** that have different rates, they must be added in the **Item Tax** table in the **Item** master.\n\n#### Description of Columns\n\n1. Calculation Type: \n - This can be on **Net Total** (that is the sum of basic amount).\n - **On Previous Row Total / Amount** (for cumulative taxes or charges). If you select this option, the tax will be applied as a percentage of the previous row (in the tax table) amount or total.\n - **Actual** (as mentioned).\n2. Account Head: The Account ledger under which this tax will be booked\n3. Cost Center: If the tax / charge is an income (like shipping) or expense it needs to be booked against a Cost Center.\n4. Description: Description of the tax (that will be printed in invoices / quotes).\n5. Rate: Tax rate.\n6. Amount: Tax amount.\n7. Total: Cumulative total to this point.\n8. Enter Row: If based on "Previous Row Total" you can select the row number which will be taken as a base for this calculation (default is the previous row).\n9. Consider Tax or Charge for: In this section you can specify if the tax / charge is only for valuation (not a part of total) or only for total (does not add value to the item) or for both.\n10. Add or Deduct: Whether you want to add or deduct the tax.', 'doctype': 'DocType', 'document_type': u'Master', diff --git a/accounts/doctype/sales_invoice/sales_invoice.txt b/accounts/doctype/sales_invoice/sales_invoice.txt index 91e32981070..95156b16ee1 100644 --- a/accounts/doctype/sales_invoice/sales_invoice.txt +++ b/accounts/doctype/sales_invoice/sales_invoice.txt @@ -10,7 +10,6 @@ "is_submittable": 1, "autoname": "naming_series:", "allow_attach": 1, - "default_print_format": "Standard", "search_fields": "posting_date, due_date, debit_to, fiscal_year, grand_total, outstanding_amount", "module": "Accounts", "doctype": "DocType", diff --git a/accounts/doctype/sales_invoice_item/sales_invoice_item.txt b/accounts/doctype/sales_invoice_item/sales_invoice_item.txt index 0dddb8a9248..da30751c17a 100644 --- a/accounts/doctype/sales_invoice_item/sales_invoice_item.txt +++ b/accounts/doctype/sales_invoice_item/sales_invoice_item.txt @@ -14,7 +14,6 @@ { 'autoname': u'INVD.######', 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'doctype': 'DocType', 'istable': 1, 'module': u'Accounts', diff --git a/accounts/doctype/sales_taxes_and_charges/sales_taxes_and_charges.txt b/accounts/doctype/sales_taxes_and_charges/sales_taxes_and_charges.txt index 66d7aae835d..234907cc971 100644 --- a/accounts/doctype/sales_taxes_and_charges/sales_taxes_and_charges.txt +++ b/accounts/doctype/sales_taxes_and_charges/sales_taxes_and_charges.txt @@ -14,7 +14,6 @@ { 'autoname': u'INVTD.######', 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'doctype': 'DocType', 'hide_heading': 1, 'istable': 1, diff --git a/accounts/doctype/sales_taxes_and_charges_master/sales_taxes_and_charges_master.txt b/accounts/doctype/sales_taxes_and_charges_master/sales_taxes_and_charges_master.txt index 1707bf4cfb1..5870a466870 100644 --- a/accounts/doctype/sales_taxes_and_charges_master/sales_taxes_and_charges_master.txt +++ b/accounts/doctype/sales_taxes_and_charges_master/sales_taxes_and_charges_master.txt @@ -16,7 +16,6 @@ 'allow_trash': 1, 'autoname': u'field:title', 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'description': u'Standard tax template that can be applied to all Sales Transactions. This template can contain list of tax heads and also other expense / income heads like "Shipping", "Insurance", "Handling" etc.\n\n#### Note\n\nThe tax rate you define here will be the standard tax rate for all **Items**. If there are **Items** that have different rates, they must be added in the **Item Tax** table in the **Item** master.\n\n#### Description of Columns\n\n1. Calculation Type: \n - This can be on **Net Total** (that is the sum of basic amount).\n - **On Previous Row Total / Amount** (for cumulative taxes or charges). If you select this option, the tax will be applied as a percentage of the previous row (in the tax table) amount or total.\n - **Actual** (as mentioned).\n2. Account Head: The Account ledger under which this tax will be booked\n3. Cost Center: If the tax / charge is an income (like shipping) or expense it needs to be booked against a Cost Center.\n4. Description: Description of the tax (that will be printed in invoices / quotes).\n5. Rate: Tax rate.\n6. Amount: Tax amount.\n7. Total: Cumulative total to this point.\n8. Enter Row: If based on "Previous Row Total" you can select the row number which will be taken as a base for this calculation (default is the previous row).\n9. Is this Tax included in Basic Rate?: If you check this, it means that this tax will not be shown below the item table, but will be included in the Basic Rate in your main item table. This is useful where you want give a flat price (inclusive of all taxes) price to customers.', 'doctype': 'DocType', 'document_type': u'Master', diff --git a/buying/doctype/purchase_order/purchase_order.txt b/buying/doctype/purchase_order/purchase_order.txt index 2463a0dcbd8..3a08bee409a 100644 --- a/buying/doctype/purchase_order/purchase_order.txt +++ b/buying/doctype/purchase_order/purchase_order.txt @@ -9,7 +9,6 @@ { "is_submittable": 1, "allow_attach": 1, - "default_print_format": "Standard", "search_fields": "status, transaction_date, supplier,grand_total", "module": "Buying", "doctype": "DocType", diff --git a/buying/doctype/purchase_order_item/purchase_order_item.txt b/buying/doctype/purchase_order_item/purchase_order_item.txt index cecf9630c7e..6f38e189ba8 100755 --- a/buying/doctype/purchase_order_item/purchase_order_item.txt +++ b/buying/doctype/purchase_order_item/purchase_order_item.txt @@ -14,7 +14,6 @@ { 'autoname': u'POD/.#####', 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'doctype': 'DocType', 'istable': 1, 'module': u'Buying', diff --git a/buying/doctype/purchase_request/purchase_request.txt b/buying/doctype/purchase_request/purchase_request.txt index 393367e133d..b64ee0ab1c8 100644 --- a/buying/doctype/purchase_request/purchase_request.txt +++ b/buying/doctype/purchase_request/purchase_request.txt @@ -9,7 +9,6 @@ { "is_submittable": 1, "allow_attach": 1, - "default_print_format": "Standard", "allow_print": 0, "search_fields": "status,transaction_date,sales_order_no", "module": "Buying", diff --git a/buying/doctype/purchase_request_item/purchase_request_item.txt b/buying/doctype/purchase_request_item/purchase_request_item.txt index 94078945360..3107529b36c 100644 --- a/buying/doctype/purchase_request_item/purchase_request_item.txt +++ b/buying/doctype/purchase_request_item/purchase_request_item.txt @@ -14,7 +14,6 @@ { 'autoname': u'IDTD/.#####', 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'doctype': 'DocType', 'istable': 1, 'module': u'Buying', diff --git a/buying/doctype/quality_inspection/quality_inspection.txt b/buying/doctype/quality_inspection/quality_inspection.txt index afbd73737b0..8d4cd0a93ed 100644 --- a/buying/doctype/quality_inspection/quality_inspection.txt +++ b/buying/doctype/quality_inspection/quality_inspection.txt @@ -15,7 +15,6 @@ '_last_update': u'1317365120', 'autoname': u'QAI/.######', 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'doctype': 'DocType', 'is_submittable': 1, 'module': u'Buying', diff --git a/buying/doctype/supplier_quotation/supplier_quotation.txt b/buying/doctype/supplier_quotation/supplier_quotation.txt index 587478b66fd..3b270490240 100644 --- a/buying/doctype/supplier_quotation/supplier_quotation.txt +++ b/buying/doctype/supplier_quotation/supplier_quotation.txt @@ -9,7 +9,6 @@ { "is_submittable": 1, "allow_attach": 1, - "default_print_format": "Standard", "search_fields": "status, transaction_date, supplier,grand_total", "module": "Buying", "doctype": "DocType", diff --git a/buying/doctype/supplier_quotation_item/supplier_quotation_item.txt b/buying/doctype/supplier_quotation_item/supplier_quotation_item.txt index 895c8fc899b..a1a49b355bc 100644 --- a/buying/doctype/supplier_quotation_item/supplier_quotation_item.txt +++ b/buying/doctype/supplier_quotation_item/supplier_quotation_item.txt @@ -13,7 +13,6 @@ # These values are common for all DocType { 'autoname': u'SQI-.#####', - 'default_print_format': u'Standard', 'doctype': 'DocType', 'istable': 1, 'module': u'Buying', diff --git a/home/doctype/feed/feed.txt b/home/doctype/feed/feed.txt index 57471bd2147..ad76eb031e5 100644 --- a/home/doctype/feed/feed.txt +++ b/home/doctype/feed/feed.txt @@ -14,7 +14,6 @@ { 'autoname': u'_FEED.#####', 'colour': u'White:FFF', - 'default_print_format': u'Standard', u'doctype': u'DocType', 'module': u'Home', u'name': u'__common__', diff --git a/hr/doctype/appraisal/appraisal.txt b/hr/doctype/appraisal/appraisal.txt index dd7ad195c42..525b6897786 100644 --- a/hr/doctype/appraisal/appraisal.txt +++ b/hr/doctype/appraisal/appraisal.txt @@ -15,7 +15,6 @@ '_last_update': u'1316075905', 'autoname': u'APRSL.#####', 'colour': u'White:FFF', - 'default_print_format': u'Standard', u'doctype': u'DocType', 'is_submittable': 1, 'module': u'HR', diff --git a/hr/doctype/appraisal_goal/appraisal_goal.txt b/hr/doctype/appraisal_goal/appraisal_goal.txt index ada41f5300e..cdfa188b5db 100644 --- a/hr/doctype/appraisal_goal/appraisal_goal.txt +++ b/hr/doctype/appraisal_goal/appraisal_goal.txt @@ -14,7 +14,6 @@ { 'autoname': u'APRSLD.#####', 'colour': u'White:FFF', - 'default_print_format': u'Standard', u'doctype': u'DocType', 'istable': 1, 'module': u'HR', diff --git a/hr/doctype/attendance/attendance.txt b/hr/doctype/attendance/attendance.txt index 04df67d9661..85ebb042800 100644 --- a/hr/doctype/attendance/attendance.txt +++ b/hr/doctype/attendance/attendance.txt @@ -14,7 +14,6 @@ { '_last_update': u'1317365120', 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'doctype': 'DocType', 'document_type': u'Master', 'is_submittable': 1, diff --git a/hr/doctype/expense_claim/expense_claim.txt b/hr/doctype/expense_claim/expense_claim.txt index 5ef2c597850..a5a0860085a 100644 --- a/hr/doctype/expense_claim/expense_claim.txt +++ b/hr/doctype/expense_claim/expense_claim.txt @@ -10,7 +10,6 @@ "is_submittable": 1, "autoname": "EXP.######", "name": "__common__", - "default_print_format": "Standard", "search_fields": "approval_status,employee,employee_name", "module": "HR", "doctype": "DocType" diff --git a/hr/doctype/holiday/holiday.txt b/hr/doctype/holiday/holiday.txt index bfcc7b3312f..0d210c5f797 100644 --- a/hr/doctype/holiday/holiday.txt +++ b/hr/doctype/holiday/holiday.txt @@ -13,7 +13,6 @@ # These values are common for all DocType { 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'doctype': 'DocType', 'istable': 1, 'module': u'HR', diff --git a/hr/doctype/leave_allocation/leave_allocation.txt b/hr/doctype/leave_allocation/leave_allocation.txt index ed0e6e307a7..7a9f9152a72 100644 --- a/hr/doctype/leave_allocation/leave_allocation.txt +++ b/hr/doctype/leave_allocation/leave_allocation.txt @@ -15,7 +15,6 @@ '_last_update': u'1317365120', 'autoname': u'LAL/.#####', 'colour': u'White:FFF', - 'default_print_format': u'Standard', u'doctype': u'DocType', 'is_submittable': 1, 'module': u'HR', diff --git a/hr/doctype/leave_control_panel/leave_control_panel.txt b/hr/doctype/leave_control_panel/leave_control_panel.txt index 9adc2433b70..9d05ada57c6 100644 --- a/hr/doctype/leave_control_panel/leave_control_panel.txt +++ b/hr/doctype/leave_control_panel/leave_control_panel.txt @@ -17,7 +17,6 @@ 'allow_email': 1, 'allow_print': 1, 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'doctype': 'DocType', 'hide_heading': 0, 'hide_toolbar': 0, diff --git a/hr/doctype/salary_manager/salary_manager.txt b/hr/doctype/salary_manager/salary_manager.txt index 6eff0dbdbe4..7c47f1c339f 100644 --- a/hr/doctype/salary_manager/salary_manager.txt +++ b/hr/doctype/salary_manager/salary_manager.txt @@ -17,7 +17,6 @@ 'allow_email': 1, 'allow_print': 1, 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'doctype': 'DocType', 'document_type': u'Other', 'issingle': 1, diff --git a/patches/december_2012/fix_default_print_format.py b/patches/december_2012/fix_default_print_format.py new file mode 100644 index 00000000000..e4751225d9b --- /dev/null +++ b/patches/december_2012/fix_default_print_format.py @@ -0,0 +1,4 @@ +import webnotes +def execute(): + webnotes.conn.sql("""update `tabDocType` set default_print_format=null + where default_print_format='Standard'""") \ No newline at end of file diff --git a/patches/patch_list.py b/patches/patch_list.py index 4f64dff8c86..0b079b8db8b 100644 --- a/patches/patch_list.py +++ b/patches/patch_list.py @@ -729,4 +729,8 @@ patch_list = [ 'patch_module': 'patches.december_2012', 'patch_file': 'website_cache_refactor', }, + { + 'patch_module': 'patches.december_2012', + 'patch_file': 'fix_default_print_format', + }, ] \ No newline at end of file diff --git a/production/doctype/bom/bom.txt b/production/doctype/bom/bom.txt index 58cb5cb01e1..ed7004596f5 100644 --- a/production/doctype/bom/bom.txt +++ b/production/doctype/bom/bom.txt @@ -19,7 +19,6 @@ "hide_heading": 0, "issingle": 0, "name": "__common__", - "default_print_format": "Standard", "allow_rename": 0, "doctype": "DocType", "is_submittable": 1, diff --git a/production/doctype/bom_explosion_item/bom_explosion_item.txt b/production/doctype/bom_explosion_item/bom_explosion_item.txt index 1ba688f77ef..b96023108a9 100644 --- a/production/doctype/bom_explosion_item/bom_explosion_item.txt +++ b/production/doctype/bom_explosion_item/bom_explosion_item.txt @@ -14,7 +14,6 @@ { 'autoname': u'FBD/.######', 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'doctype': 'DocType', 'istable': 1, 'module': u'Production', diff --git a/production/doctype/bom_item/bom_item.txt b/production/doctype/bom_item/bom_item.txt index 741de0e0307..4204b20a9bf 100644 --- a/production/doctype/bom_item/bom_item.txt +++ b/production/doctype/bom_item/bom_item.txt @@ -13,7 +13,6 @@ # These values are common for all DocType { 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'doctype': 'DocType', 'istable': 1, 'module': u'Production', diff --git a/production/doctype/bom_operation/bom_operation.txt b/production/doctype/bom_operation/bom_operation.txt index 1e5b93a1ffe..b09856d3c93 100644 --- a/production/doctype/bom_operation/bom_operation.txt +++ b/production/doctype/bom_operation/bom_operation.txt @@ -13,7 +13,6 @@ # These values are common for all DocType { 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'doctype': 'DocType', 'istable': 1, 'module': u'Production', diff --git a/production/doctype/production_order/production_order.txt b/production/doctype/production_order/production_order.txt index 5fed2ddb8c5..64d0bad9294 100644 --- a/production/doctype/production_order/production_order.txt +++ b/production/doctype/production_order/production_order.txt @@ -9,7 +9,6 @@ { "is_submittable": 1, "in_create": 0, - "default_print_format": "Standard", "doctype": "DocType", "module": "Production", "name": "__common__" diff --git a/production/doctype/production_plan_item/production_plan_item.txt b/production/doctype/production_plan_item/production_plan_item.txt index cd4507fc1a5..b2cbf8dcf02 100644 --- a/production/doctype/production_plan_item/production_plan_item.txt +++ b/production/doctype/production_plan_item/production_plan_item.txt @@ -10,7 +10,6 @@ "istable": 1, "autoname": "PPID/.#####", "name": "__common__", - "default_print_format": "Standard", "doctype": "DocType", "module": "Production" }, diff --git a/production/doctype/production_plan_sales_order/production_plan_sales_order.txt b/production/doctype/production_plan_sales_order/production_plan_sales_order.txt index e42d8d5c466..79adc14ecc5 100644 --- a/production/doctype/production_plan_sales_order/production_plan_sales_order.txt +++ b/production/doctype/production_plan_sales_order/production_plan_sales_order.txt @@ -10,7 +10,6 @@ "istable": 1, "autoname": "PP/.SO/.#####", "name": "__common__", - "default_print_format": "Standard", "doctype": "DocType", "module": "Production" }, diff --git a/production/doctype/production_planning_tool/production_planning_tool.txt b/production/doctype/production_planning_tool/production_planning_tool.txt index bf736417d03..9bda9ab0e72 100644 --- a/production/doctype/production_planning_tool/production_planning_tool.txt +++ b/production/doctype/production_planning_tool/production_planning_tool.txt @@ -10,7 +10,6 @@ "read_only": 1, "issingle": 1, "in_create": 1, - "default_print_format": "Standard", "doctype": "DocType", "module": "Production", "name": "__common__" diff --git a/production/doctype/workstation/workstation.txt b/production/doctype/workstation/workstation.txt index 999ce58dbef..f625971783f 100644 --- a/production/doctype/workstation/workstation.txt +++ b/production/doctype/workstation/workstation.txt @@ -17,7 +17,6 @@ 'allow_trash': 1, 'autoname': u'field:workstation_name', 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'doctype': 'DocType', 'document_type': u'Master', 'module': u'Production', diff --git a/projects/doctype/project/project.txt b/projects/doctype/project/project.txt index eaa0ac8974d..3c58f1a45a4 100644 --- a/projects/doctype/project/project.txt +++ b/projects/doctype/project/project.txt @@ -9,7 +9,6 @@ { "autoname": "field:project_name", "allow_attach": 1, - "default_print_format": "Standard", "search_fields": "customer, status, priority, is_active", "module": "Projects", "doctype": "DocType", diff --git a/projects/doctype/project_milestone/project_milestone.txt b/projects/doctype/project_milestone/project_milestone.txt index 6a7a4fb0aa6..4430c7de61a 100644 --- a/projects/doctype/project_milestone/project_milestone.txt +++ b/projects/doctype/project_milestone/project_milestone.txt @@ -13,7 +13,6 @@ # These values are common for all DocType { 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'doctype': 'DocType', 'istable': 1, 'module': u'Projects', diff --git a/projects/doctype/task/task.txt b/projects/doctype/task/task.txt index 2ced8289d7b..3fcf1e36f18 100644 --- a/projects/doctype/task/task.txt +++ b/projects/doctype/task/task.txt @@ -17,7 +17,6 @@ 'allow_trash': 1, 'autoname': u'TASK.#####', 'colour': u'White:FFF', - 'default_print_format': u'Standard', u'doctype': u'DocType', 'document_type': u'Master', 'max_attachments': 5, diff --git a/selling/doctype/campaign/campaign.txt b/selling/doctype/campaign/campaign.txt index 41c0e777090..0ec59dfc8d6 100644 --- a/selling/doctype/campaign/campaign.txt +++ b/selling/doctype/campaign/campaign.txt @@ -16,7 +16,6 @@ 'allow_trash': 1, 'autoname': u'field:campaign_name', 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'description': u'Keep Track of Sales Campaigns. Keep track of Leads, Quotations, Sales Order etc from Campaigns to gauge Return on Investment. ', 'doctype': 'DocType', 'document_type': u'Master', diff --git a/selling/doctype/customer/customer.txt b/selling/doctype/customer/customer.txt index cc49c0aa377..1ef77cef4e8 100644 --- a/selling/doctype/customer/customer.txt +++ b/selling/doctype/customer/customer.txt @@ -14,7 +14,6 @@ "document_type": "Master", "autoname": "naming_series:", "name": "__common__", - "default_print_format": "Standard", "allow_rename": 1, "doctype": "DocType" }, diff --git a/selling/doctype/installation_note/installation_note.txt b/selling/doctype/installation_note/installation_note.txt index a3812d7e863..f0239bb66e5 100644 --- a/selling/doctype/installation_note/installation_note.txt +++ b/selling/doctype/installation_note/installation_note.txt @@ -15,7 +15,6 @@ '_last_update': u'1306480044', 'autoname': u'IN/.####', 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'doctype': 'DocType', 'is_submittable': 1, 'module': u'Selling', diff --git a/selling/doctype/installation_note_item/installation_note_item.txt b/selling/doctype/installation_note_item/installation_note_item.txt index 8a999f4c060..0b9615b7781 100644 --- a/selling/doctype/installation_note_item/installation_note_item.txt +++ b/selling/doctype/installation_note_item/installation_note_item.txt @@ -14,7 +14,6 @@ { 'autoname': u'IID/.#####', 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'doctype': 'DocType', 'istable': 1, 'module': u'Selling', diff --git a/selling/doctype/lead/lead.txt b/selling/doctype/lead/lead.txt index 04a399701e1..6ffe3c42744 100644 --- a/selling/doctype/lead/lead.txt +++ b/selling/doctype/lead/lead.txt @@ -9,7 +9,6 @@ { "autoname": "naming_series:", "name": "__common__", - "default_print_format": "Standard", "search_fields": "lead_name,lead_owner,status", "module": "Selling", "doctype": "DocType", diff --git a/selling/doctype/opportunity/opportunity.txt b/selling/doctype/opportunity/opportunity.txt index f3e9d85355d..eafeff0dd3e 100644 --- a/selling/doctype/opportunity/opportunity.txt +++ b/selling/doctype/opportunity/opportunity.txt @@ -10,7 +10,6 @@ "is_submittable": 1, "autoname": "naming_series:", "description": "Potential Sales Deal", - "default_print_format": "Standard", "search_fields": "status,transaction_date,customer,lead,enquiry_type,territory,company", "module": "Selling", "doctype": "DocType", diff --git a/selling/doctype/quotation/quotation.txt b/selling/doctype/quotation/quotation.txt index 6924dcb23a0..2c9f8806741 100644 --- a/selling/doctype/quotation/quotation.txt +++ b/selling/doctype/quotation/quotation.txt @@ -16,7 +16,6 @@ "allow_email": 0, "autoname": "naming_series:", "name": "__common__", - "default_print_format": "Standard", "doctype": "DocType", "max_attachments": 1, "hide_toolbar": 0 diff --git a/selling/doctype/quotation_item/quotation_item.txt b/selling/doctype/quotation_item/quotation_item.txt index 6ae657cbf14..e025d3bae04 100644 --- a/selling/doctype/quotation_item/quotation_item.txt +++ b/selling/doctype/quotation_item/quotation_item.txt @@ -14,7 +14,6 @@ { 'autoname': u'QUOD/.#####', 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'doctype': 'DocType', 'is_transaction_doc': 0, 'istable': 1, diff --git a/selling/doctype/sales_order/sales_order.txt b/selling/doctype/sales_order/sales_order.txt index 822141123ba..ec208599d3c 100644 --- a/selling/doctype/sales_order/sales_order.txt +++ b/selling/doctype/sales_order/sales_order.txt @@ -16,7 +16,6 @@ "document_type": "Transaction", "issingle": 0, "name": "__common__", - "default_print_format": "Standard", "doctype": "DocType" }, { diff --git a/selling/doctype/sales_order_item/sales_order_item.txt b/selling/doctype/sales_order_item/sales_order_item.txt index 1c806982c67..1987b6ecc81 100644 --- a/selling/doctype/sales_order_item/sales_order_item.txt +++ b/selling/doctype/sales_order_item/sales_order_item.txt @@ -14,7 +14,6 @@ { 'autoname': u'SOD/.#####', 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'doctype': 'DocType', 'istable': 1, 'module': u'Selling', diff --git a/selling/doctype/sms_center/sms_center.txt b/selling/doctype/sms_center/sms_center.txt index d80787abf31..7f2aefcee75 100644 --- a/selling/doctype/sms_center/sms_center.txt +++ b/selling/doctype/sms_center/sms_center.txt @@ -18,7 +18,6 @@ 'allow_email': 1, 'allow_print': 1, 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'doctype': 'DocType', 'hide_heading': 0, 'hide_toolbar': 0, diff --git a/setup/doctype/customer_group/customer_group.txt b/setup/doctype/customer_group/customer_group.txt index 0cecb592a53..dc5641cec60 100644 --- a/setup/doctype/customer_group/customer_group.txt +++ b/setup/doctype/customer_group/customer_group.txt @@ -14,7 +14,6 @@ "read_only": 1, "autoname": "field:customer_group_name", "name": "__common__", - "default_print_format": "Standard", "allow_rename": 1, "doctype": "DocType" }, diff --git a/setup/doctype/email_settings/email_settings.txt b/setup/doctype/email_settings/email_settings.txt index cf9d4431981..8d60fbcc46a 100644 --- a/setup/doctype/email_settings/email_settings.txt +++ b/setup/doctype/email_settings/email_settings.txt @@ -17,7 +17,6 @@ 'allow_email': 1, 'allow_print': 1, 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'description': u'Email Settings for Outgoing and Incoming Emails.', 'doctype': 'DocType', 'in_create': 1, diff --git a/setup/doctype/features_setup/features_setup.txt b/setup/doctype/features_setup/features_setup.txt index 486e9d356d6..cd47ce50729 100644 --- a/setup/doctype/features_setup/features_setup.txt +++ b/setup/doctype/features_setup/features_setup.txt @@ -14,7 +14,6 @@ { '_last_update': u'1323840127', 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'doctype': 'DocType', 'issingle': 1, 'module': u'Setup', diff --git a/setup/doctype/global_defaults/global_defaults.txt b/setup/doctype/global_defaults/global_defaults.txt index 6c47b610eee..2a4c74cc431 100644 --- a/setup/doctype/global_defaults/global_defaults.txt +++ b/setup/doctype/global_defaults/global_defaults.txt @@ -17,7 +17,6 @@ 'allow_email': 1, 'allow_print': 1, 'colour': u'White:FFF', - 'default_print_format': u'Standard', u'doctype': u'DocType', 'hide_toolbar': 0, 'in_create': 1, diff --git a/setup/doctype/item_group/item_group.txt b/setup/doctype/item_group/item_group.txt index 7d8b22558ba..653752b8bbc 100644 --- a/setup/doctype/item_group/item_group.txt +++ b/setup/doctype/item_group/item_group.txt @@ -15,7 +15,6 @@ "description": "Item Classification", "issingle": 0, "name": "__common__", - "default_print_format": "Standard", "allow_rename": 1, "doctype": "DocType" }, diff --git a/setup/doctype/naming_series_options/naming_series_options.txt b/setup/doctype/naming_series_options/naming_series_options.txt index 88554ecec6e..ade734e309d 100644 --- a/setup/doctype/naming_series_options/naming_series_options.txt +++ b/setup/doctype/naming_series_options/naming_series_options.txt @@ -14,7 +14,6 @@ { 'autoname': u'__NSO.#####', 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'doctype': 'DocType', 'in_create': 1, 'module': u'Setup', diff --git a/setup/doctype/sales_partner/sales_partner.txt b/setup/doctype/sales_partner/sales_partner.txt index 4e792617aba..43e869d2bec 100644 --- a/setup/doctype/sales_partner/sales_partner.txt +++ b/setup/doctype/sales_partner/sales_partner.txt @@ -16,7 +16,6 @@ 'allow_trash': 1, 'autoname': u'field:partner_name', 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'description': u'A **Sales Partner** is a third party distributor / dealer / commission agent / affiliate / reseller who sells the companies products for a commission. This is useful if you make the end sale to the **Customer**, involving your **Sales Partner**.\n\nIf you sell to your **Sales Partner** who in-turn sells it to the **Customer**, then you must make a **Customer** instead.', 'doctype': 'DocType', 'document_type': u'Master', diff --git a/setup/doctype/terms_and_conditions/terms_and_conditions.txt b/setup/doctype/terms_and_conditions/terms_and_conditions.txt index c120b2c4ff1..14b1f8c3c2a 100644 --- a/setup/doctype/terms_and_conditions/terms_and_conditions.txt +++ b/setup/doctype/terms_and_conditions/terms_and_conditions.txt @@ -16,7 +16,6 @@ 'allow_trash': 1, 'autoname': u'field:title', 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'description': u'Standard Terms and Conditions that can be added to Sales and Purchases.\n\nExamples:\n\n1. Validity of the offer.\n1. Payment Terms (In Advance, On Credit, part advance etc).\n1. What is extra (or payable by the Customer).\n1. Safety / usage warning.\n1. Warranty if any.\n1. Returns Policy.\n1. Terms of shipping, if applicable.\n1. Ways of addressing disputes, indemnity, liability, etc.\n1. Address and Contact of your Company.', 'doctype': 'DocType', 'document_type': u'Master', diff --git a/setup/doctype/territory/territory.txt b/setup/doctype/territory/territory.txt index f0a112e88be..e431eb2e8dc 100644 --- a/setup/doctype/territory/territory.txt +++ b/setup/doctype/territory/territory.txt @@ -15,7 +15,6 @@ "read_only": 1, "autoname": "field:territory_name", "name": "__common__", - "default_print_format": "Standard", "allow_rename": 1, "doctype": "DocType", "name_case": "Title Case" diff --git a/setup/doctype/workflow_rule/workflow_rule.txt b/setup/doctype/workflow_rule/workflow_rule.txt index 93f1c40bf99..5b4d56c3576 100644 --- a/setup/doctype/workflow_rule/workflow_rule.txt +++ b/setup/doctype/workflow_rule/workflow_rule.txt @@ -14,7 +14,6 @@ { 'autoname': u'field:rule_name', 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'doctype': 'DocType', 'document_type': u'Master', 'module': u'Setup', diff --git a/stock/doctype/bin/bin.txt b/stock/doctype/bin/bin.txt index 158dbde2f23..5578a3470b4 100644 --- a/stock/doctype/bin/bin.txt +++ b/stock/doctype/bin/bin.txt @@ -15,7 +15,6 @@ '_last_update': u'1322549701', 'autoname': u'BIN/.#######', 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'doctype': 'DocType', 'hide_toolbar': 1, 'in_create': 1, diff --git a/stock/doctype/delivery_note/delivery_note.txt b/stock/doctype/delivery_note/delivery_note.txt index 7f402fad11f..d3e16423ef9 100644 --- a/stock/doctype/delivery_note/delivery_note.txt +++ b/stock/doctype/delivery_note/delivery_note.txt @@ -16,7 +16,6 @@ "allow_attach": 1, "autoname": "naming_series:", "name": "__common__", - "default_print_format": "Standard", "doctype": "DocType" }, { diff --git a/stock/doctype/delivery_note_item/delivery_note_item.txt b/stock/doctype/delivery_note_item/delivery_note_item.txt index 8d0d3876999..cb25678dbaf 100644 --- a/stock/doctype/delivery_note_item/delivery_note_item.txt +++ b/stock/doctype/delivery_note_item/delivery_note_item.txt @@ -15,7 +15,6 @@ '_last_update': u'1311621379', 'autoname': u'DND/.#######', 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'doctype': 'DocType', 'istable': 1, 'module': u'Stock', diff --git a/stock/doctype/item/item.txt b/stock/doctype/item/item.txt index 4dfb9724812..889f29b4ad6 100644 --- a/stock/doctype/item/item.txt +++ b/stock/doctype/item/item.txt @@ -14,7 +14,6 @@ "description": "A Product or a Service that is bought, sold or kept in stock.", "autoname": "field:item_code", "name": "__common__", - "default_print_format": "Standard", "allow_rename": 1, "doctype": "DocType", "max_attachments": 1 diff --git a/stock/doctype/item_price/item_price.txt b/stock/doctype/item_price/item_price.txt index a48f8d15cba..d575155940e 100644 --- a/stock/doctype/item_price/item_price.txt +++ b/stock/doctype/item_price/item_price.txt @@ -14,7 +14,6 @@ { 'autoname': u'RFD/.#####', 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'doctype': 'DocType', 'in_create': 1, 'istable': 1, diff --git a/stock/doctype/landed_cost_item/landed_cost_item.txt b/stock/doctype/landed_cost_item/landed_cost_item.txt index 06f765dc7e0..268d890eaba 100644 --- a/stock/doctype/landed_cost_item/landed_cost_item.txt +++ b/stock/doctype/landed_cost_item/landed_cost_item.txt @@ -13,7 +13,6 @@ # These values are common for all DocType { 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'doctype': 'DocType', 'istable': 1, 'module': u'Stock', diff --git a/stock/doctype/landed_cost_purchase_receipt/landed_cost_purchase_receipt.txt b/stock/doctype/landed_cost_purchase_receipt/landed_cost_purchase_receipt.txt index ada4fef39b4..ec80d7d7e48 100644 --- a/stock/doctype/landed_cost_purchase_receipt/landed_cost_purchase_receipt.txt +++ b/stock/doctype/landed_cost_purchase_receipt/landed_cost_purchase_receipt.txt @@ -13,7 +13,6 @@ # These values are common for all DocType { 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'doctype': 'DocType', 'istable': 1, 'module': u'Stock', diff --git a/stock/doctype/landed_cost_wizard/landed_cost_wizard.txt b/stock/doctype/landed_cost_wizard/landed_cost_wizard.txt index 0b91c947642..d0659e1ca21 100644 --- a/stock/doctype/landed_cost_wizard/landed_cost_wizard.txt +++ b/stock/doctype/landed_cost_wizard/landed_cost_wizard.txt @@ -14,7 +14,6 @@ { '_last_update': u'1321441191', 'colour': u'White:FFF', - 'default_print_format': u'Standard', u'doctype': u'DocType', 'issingle': 1, 'module': u'Stock', diff --git a/stock/doctype/purchase_receipt/purchase_receipt.txt b/stock/doctype/purchase_receipt/purchase_receipt.txt index 4df938366a7..608d265c0c2 100755 --- a/stock/doctype/purchase_receipt/purchase_receipt.txt +++ b/stock/doctype/purchase_receipt/purchase_receipt.txt @@ -9,7 +9,6 @@ { "is_submittable": 1, "allow_attach": 1, - "default_print_format": "Standard", "search_fields": "status, posting_date, supplier", "module": "Stock", "doctype": "DocType", diff --git a/stock/doctype/purchase_receipt_item/purchase_receipt_item.txt b/stock/doctype/purchase_receipt_item/purchase_receipt_item.txt index 1d2810fb4aa..d49dfa96447 100755 --- a/stock/doctype/purchase_receipt_item/purchase_receipt_item.txt +++ b/stock/doctype/purchase_receipt_item/purchase_receipt_item.txt @@ -10,7 +10,6 @@ "istable": 1, "autoname": "GRND/.#######", "name": "__common__", - "default_print_format": "Standard", "doctype": "DocType", "module": "Stock" }, diff --git a/stock/doctype/serial_no/serial_no.txt b/stock/doctype/serial_no/serial_no.txt index 79ba4155349..5a9f415dfee 100644 --- a/stock/doctype/serial_no/serial_no.txt +++ b/stock/doctype/serial_no/serial_no.txt @@ -14,7 +14,6 @@ "description": "Distinct unit of an Item", "autoname": "field:serial_no", "name": "__common__", - "default_print_format": "Standard", "allow_rename": 1, "doctype": "DocType" }, diff --git a/stock/doctype/stock_entry/stock_entry.txt b/stock/doctype/stock_entry/stock_entry.txt index 5d2a79d5b7a..f5284300818 100644 --- a/stock/doctype/stock_entry/stock_entry.txt +++ b/stock/doctype/stock_entry/stock_entry.txt @@ -21,7 +21,6 @@ "hide_heading": 0, "issingle": 0, "name": "__common__", - "default_print_format": "Standard", "allow_rename": 0, "doctype": "DocType", "max_attachments": 0, diff --git a/stock/doctype/stock_entry_detail/stock_entry_detail.txt b/stock/doctype/stock_entry_detail/stock_entry_detail.txt index 503dd5b4381..c191797326c 100644 --- a/stock/doctype/stock_entry_detail/stock_entry_detail.txt +++ b/stock/doctype/stock_entry_detail/stock_entry_detail.txt @@ -10,7 +10,6 @@ "istable": 1, "autoname": "MTND/.######", "name": "__common__", - "default_print_format": "Standard", "doctype": "DocType", "module": "Stock" }, diff --git a/stock/doctype/stock_ledger_entry/stock_ledger_entry.txt b/stock/doctype/stock_ledger_entry/stock_ledger_entry.txt index 275cf303d46..6a5baf46ab8 100644 --- a/stock/doctype/stock_ledger_entry/stock_ledger_entry.txt +++ b/stock/doctype/stock_ledger_entry/stock_ledger_entry.txt @@ -15,7 +15,6 @@ '_last_update': u'1322549701', 'autoname': u'SLE/.########', 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'doctype': 'DocType', 'hide_toolbar': 1, 'in_create': 1, diff --git a/stock/doctype/stock_reconciliation/stock_reconciliation.txt b/stock/doctype/stock_reconciliation/stock_reconciliation.txt index ac23d59c8d2..b788745e4db 100644 --- a/stock/doctype/stock_reconciliation/stock_reconciliation.txt +++ b/stock/doctype/stock_reconciliation/stock_reconciliation.txt @@ -16,7 +16,6 @@ 'allow_attach': 1, 'autoname': u'SR/.######', 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'doctype': 'DocType', 'is_submittable': 1, 'max_attachments': 1, diff --git a/stock/doctype/warehouse/warehouse.txt b/stock/doctype/warehouse/warehouse.txt index 428910b3825..21afd03029c 100644 --- a/stock/doctype/warehouse/warehouse.txt +++ b/stock/doctype/warehouse/warehouse.txt @@ -9,7 +9,6 @@ { "autoname": "field:warehouse_name", "description": "A logical Warehouse against which stock entries are made.", - "default_print_format": "Standard", "allow_rename": 1, "search_fields": "warehouse_type", "module": "Stock", diff --git a/support/doctype/customer_issue/customer_issue.txt b/support/doctype/customer_issue/customer_issue.txt index cc03fffda7f..9225eb37b2e 100644 --- a/support/doctype/customer_issue/customer_issue.txt +++ b/support/doctype/customer_issue/customer_issue.txt @@ -10,7 +10,6 @@ "is_submittable": 1, "autoname": "naming_series:", "name": "__common__", - "default_print_format": "Standard", "search_fields": "status,customer,customer_name,allocated_to,allocated_on, territory", "module": "Support", "doctype": "DocType" diff --git a/support/doctype/maintenance_schedule/maintenance_schedule.txt b/support/doctype/maintenance_schedule/maintenance_schedule.txt index 4662ce92171..8061651b3f9 100644 --- a/support/doctype/maintenance_schedule/maintenance_schedule.txt +++ b/support/doctype/maintenance_schedule/maintenance_schedule.txt @@ -15,7 +15,6 @@ '_last_update': u'1322549701', 'autoname': u'MS.#####', 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'doctype': 'DocType', 'is_submittable': 1, 'module': u'Support', diff --git a/support/doctype/maintenance_schedule_detail/maintenance_schedule_detail.txt b/support/doctype/maintenance_schedule_detail/maintenance_schedule_detail.txt index 8dc9b919b77..0d24fd4084b 100644 --- a/support/doctype/maintenance_schedule_detail/maintenance_schedule_detail.txt +++ b/support/doctype/maintenance_schedule_detail/maintenance_schedule_detail.txt @@ -14,7 +14,6 @@ { 'autoname': u'MSD.#####', 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'doctype': 'DocType', 'istable': 1, 'module': u'Support', diff --git a/support/doctype/maintenance_schedule_item/maintenance_schedule_item.txt b/support/doctype/maintenance_schedule_item/maintenance_schedule_item.txt index 7e815f5eaf4..68007378b9c 100644 --- a/support/doctype/maintenance_schedule_item/maintenance_schedule_item.txt +++ b/support/doctype/maintenance_schedule_item/maintenance_schedule_item.txt @@ -14,7 +14,6 @@ { 'autoname': u'IMD.#####', 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'doctype': 'DocType', 'istable': 1, 'module': u'Support', diff --git a/support/doctype/maintenance_visit/maintenance_visit.txt b/support/doctype/maintenance_visit/maintenance_visit.txt index 3b2cec9b50d..070daf12702 100644 --- a/support/doctype/maintenance_visit/maintenance_visit.txt +++ b/support/doctype/maintenance_visit/maintenance_visit.txt @@ -15,7 +15,6 @@ '_last_update': u'1322549701', 'autoname': u'MV.#####', 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'doctype': 'DocType', 'is_submittable': 1, 'module': u'Support', diff --git a/support/doctype/support_ticket/support_ticket.txt b/support/doctype/support_ticket/support_ticket.txt index fc0c5756579..b2bdadb735e 100644 --- a/support/doctype/support_ticket/support_ticket.txt +++ b/support/doctype/support_ticket/support_ticket.txt @@ -9,7 +9,6 @@ { "autoname": "naming_series:", "allow_attach": 1, - "default_print_format": "Standard", "search_fields": "status,customer,allocated_to,subject,raised_by", "module": "Support", "doctype": "DocType", diff --git a/utilities/doctype/address/address.txt b/utilities/doctype/address/address.txt index 1ccfaa18f18..338ae8860a0 100644 --- a/utilities/doctype/address/address.txt +++ b/utilities/doctype/address/address.txt @@ -15,7 +15,6 @@ '_last_update': u'1319016431', 'allow_trash': 1, 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'doctype': 'DocType', 'document_type': u'Master', 'in_dialog': 1, diff --git a/utilities/doctype/contact/contact.txt b/utilities/doctype/contact/contact.txt index e8813b53720..6eb59c6c1eb 100644 --- a/utilities/doctype/contact/contact.txt +++ b/utilities/doctype/contact/contact.txt @@ -8,7 +8,6 @@ }, { "in_create": 0, - "default_print_format": "Standard", "doctype": "DocType", "module": "Utilities", "in_dialog": 0, diff --git a/utilities/doctype/gl_mapper_detail/gl_mapper_detail.txt b/utilities/doctype/gl_mapper_detail/gl_mapper_detail.txt index a62d2e7c459..fadf1a223a0 100644 --- a/utilities/doctype/gl_mapper_detail/gl_mapper_detail.txt +++ b/utilities/doctype/gl_mapper_detail/gl_mapper_detail.txt @@ -14,7 +14,6 @@ { 'autoname': u'GLMDetail.#####', 'colour': u'White:FFF', - 'default_print_format': u'Standard', 'doctype': 'DocType', 'istable': 1, 'module': u'Utilities',