diff --git a/recod_erpnext_design/docs/assets/recod_print_format_delivery_note.png b/recod_erpnext_design/docs/assets/recod_print_format_delivery_note.png new file mode 100644 index 0000000..20e5703 Binary files /dev/null and b/recod_erpnext_design/docs/assets/recod_print_format_delivery_note.png differ diff --git a/recod_erpnext_design/docs/assets/recod_print_format_purchase_order.png b/recod_erpnext_design/docs/assets/recod_print_format_purchase_order.png new file mode 100644 index 0000000..8cef4a4 Binary files /dev/null and b/recod_erpnext_design/docs/assets/recod_print_format_purchase_order.png differ diff --git a/recod_erpnext_design/docs/assets/recod_print_format_request_for_quotation.png b/recod_erpnext_design/docs/assets/recod_print_format_request_for_quotation.png new file mode 100644 index 0000000..9d7e601 Binary files /dev/null and b/recod_erpnext_design/docs/assets/recod_print_format_request_for_quotation.png differ diff --git a/recod_erpnext_design/docs/assets/recod_print_format_sales_order.png b/recod_erpnext_design/docs/assets/recod_print_format_sales_order.png new file mode 100644 index 0000000..36aa72a Binary files /dev/null and b/recod_erpnext_design/docs/assets/recod_print_format_sales_order.png differ diff --git a/recod_erpnext_design/docs/user/index.md b/recod_erpnext_design/docs/user/index.md index 3be3c8a..8c8ca34 100644 --- a/recod_erpnext_design/docs/user/index.md +++ b/recod_erpnext_design/docs/user/index.md @@ -27,6 +27,22 @@ You can also go to the "_Print Format_" and make it the default for a kind of do ![Recod Salary Slip](./assets/recod_print_format_salary_slip.png "Recod Salary Slip") +### Recod Delivery Note + +![Recod Delivery Note](./assets/recod_print_format_delivery_note.png "Recod Delivery Note") + +### Recod Purchase Order + +![Recod Purchase Order](./assets/recod_print_format_purchase_order.png "Recod Purchase Order") + +### Recod Request for Quotation + +![Recod Request for Quotation](./assets/recod_print_format_request_for_quotation.png "Recod Request for Quotation") + +### Recod Sales Order + +![Recod Sales Order](./assets/recod_print_format_sales_order.png "Recod Sales Order") + ## Recod Website **Recod ERPNext Design** also bundles several website themes. diff --git a/recod_erpnext_design/fixtures/print_format.json b/recod_erpnext_design/fixtures/print_format.json index 002933c..8918f6f 100644 --- a/recod_erpnext_design/fixtures/print_format.json +++ b/recod_erpnext_design/fixtures/print_format.json @@ -1,98 +1,194 @@ [ - { - "align_labels_right": 0, - "css": "/*!\n * Recod ERPNext Design (https://github.com/Monogramm/recod_erpnext_design)\n * Copyright 2020 Monogramm\n * Licensed under AGPL v3 (https://github.com/Monogramm/recod_erpnext_design/blob/master/LICENSE)\n */\n\n.print-format {\ncolor: #666666;\n/* font-size: 14px; */\n}\n\n\n.print-format .data-field {\nmargin: 0 -15px;\n}\n.print-format .column-break+.column-break .data-field {\nborder-left: 10px solid #ffffff;\n}\n.print-format label { color: #5c87c7; }\n\n.print-format .print-heading {\nborder-color: #e7e7e8;\n/* padding: 0; */\n/* margin: 0; */\n}\n.print-format .print-heading h2 { color: #5c87c7; font-weight: bold; text-transform: uppercase; }\n.print-format .print-heading h2 small { color: #a5b6de; }\n\n\n.print-format .important,\n.print-format [data-fieldname=\"due_date\"],\n.print-format [data-fieldname=\"company\"] {\nbackground-color: #dbebf6;\n}\n.print-format [data-fieldname=\"grand_total\"],\n.print-format [data-fieldname=\"posting_date\"] {\nbackground-color: #e7e7e8;\n}\n\n.print-format .important div:first-child,\n.print-format [data-fieldname=\"due_date\"] div:first-child,\n.print-format [data-fieldname=\"company\"] div:first-child {\nborder-left: 7px solid #5c87c7;\npadding-left: 8px;\n}\n\n\n.print-format [data-fieldname=\"due_date\"] .value,\n.print-format [data-fieldname=\"company\"] .value {\nfont-size: 120%;\nfont-weight: bold;\n}\n.print-format [data-fieldname=\"due_date\"] .value {\ncolor: #5c87c7;\n}\n\n\n.print-format [data-fieldname=\"terms\"] {\n/* background-color: #f5f5f5; */\nborder-radius: 5px;\npadding: 10px 15px;\nmargin: 5px 0;\n}\n\n.print-format [data-fieldname=\"bank\"] div:first-child,\n.print-format [data-fieldname=\"bank_account_no\"] div:first-child,\n.print-format [data-fieldname=\"branch_code\"] div:first-child,\n.print-format [data-fieldname=\"swift_number\"] div:first-child {\nborder-left: 7px solid #5c87c7;\npadding-left: 8px;\n}\n.print-format [data-fieldname=\"bank\"],\n.print-format [data-fieldname=\"bank_account_no\"],\n.print-format [data-fieldname=\"branch_code\"],\n.print-format [data-fieldname=\"swift_number\"] {\nbackground-color: #f5f5f5;\n}\n\n\n.print-format .table-bordered > thead > tr > th,\n.print-format .table-bordered > tbody > tr > th,\n.print-format .table-bordered > tfoot > tr > th,\n.print-format .table-bordered > thead > tr > td,\n.print-format .table-bordered > tbody > tr > td,\n.print-format .table-bordered > tfoot > tr > td {\nborder: 2px solid #ffffff;\n}\n.print-format .table-bordered > tbody > tr > td:nth-child(1),\n.print-format .table-bordered > tbody > tr > td:nth-child(2) {\nfont-size: 120%;\nfont-weight: bold;\n}\n.print-format th { background-color: #5c87c7 !important; color: #ffffff !important; }\n.print-format td { background-color: #dbebf6 !important; }", - "custom_format": 0, - "default_print_language": null, - "disabled": 0, - "doc_type": "Sales Invoice", - "docstatus": 0, - "doctype": "Print Format", - "font": "Default", - "format_data": "[{\"fieldname\": \"print_heading_template\", \"fieldtype\": \"Custom HTML\", \"options\": \"
\\t\\t\\t\\t\\\"\\\"\\t\\t\\t\\t

Sales Invoice
{{ doc.name }}\\t\\t\\t\\t

\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"_custom_html\", \"print_hide\": 0, \"label\": \"Custom HTML\", \"fieldtype\": \"HTML\", \"options\": \"
\\n
\\n
{{ doc.name }}
\\n
\"}, {\"fieldname\": \"project\", \"print_hide\": 0, \"label\": \"Project\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"posting_date\", \"print_hide\": 0, \"label\": \"Date\"}, {\"fieldname\": \"due_date\", \"print_hide\": 0, \"label\": \"Payment Due Date\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"customer\", \"print_hide\": 0, \"align\": \"left\", \"label\": \"Customer\"}, {\"fieldname\": \"tax_id\", \"print_hide\": 0, \"label\": \"Tax Id\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"company\", \"print_hide\": 0, \"label\": \"Company\"}, {\"fieldname\": \"_custom_html\", \"print_hide\": 0, \"label\": \"Custom HTML\", \"fieldtype\": \"HTML\", \"options\": \"{% set tax_id = frappe.db.get_value(\\\"Company\\\", doc.company, \\\"tax_id\\\") or \\\"\\\" %}\\n{% if tax_id %}\\n
\\n
\\n
{{ tax_id }}
\\n
\\n{% endif %}\"}, {\"fieldname\": \"cost_center\", \"print_hide\": 0, \"label\": \"Cost Center\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"update_billed_amount_in_sales_order\", \"print_hide\": 0, \"label\": \"Update Billed Amount in Sales Order\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"po_date\", \"print_hide\": 0, \"label\": \"Customer's Purchase Order Date\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Address and contacts\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"customer_address\", \"print_hide\": 0, \"label\": \"Customer Address\"}, {\"fieldname\": \"contact_display\", \"print_hide\": 0, \"label\": \"Contact\"}, {\"fieldname\": \"contact_mobile\", \"print_hide\": 0, \"label\": \"Mobile No\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"company_address_display\", \"print_hide\": 0, \"label\": \"Company Address\"}, {\"fieldname\": \"_custom_html\", \"print_hide\": 0, \"label\": \"Custom HTML\", \"fieldtype\": \"HTML\", \"options\": \"{% set cp = frappe.get_doc(\\\"Company\\\", doc.company) or \\\"\\\" %}\\n{% if cp.phone_no %}\\n
\\n
\\n
{{ cp.phone_no }}
\\n
\\n{% endif %}\\n\\n{% if cp.email %}\\n
\\n
\\n
{{ cp.email }}
\\n
\\n{% endif %}\\n\\n{% if cp.fax %}\\n
\\n
\\n
{{ cp.fax }}
\\n
\\n{% endif %}\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"scan_barcode\", \"print_hide\": 0, \"label\": \"Scan Barcode\"}, {\"fieldname\": \"items\", \"print_hide\": 0, \"label\": \"Items\", \"visible_columns\": [{\"fieldname\": \"item_code\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"description\", \"print_width\": \"200px\", \"print_hide\": 0}, {\"fieldname\": \"image\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"qty\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"stock_uom\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"uom\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"discount_amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"rate\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"pricing_rule\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"deferred_revenue_account\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"service_stop_date\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"enable_deferred_revenue\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"service_start_date\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"service_end_date\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"quality_inspection\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"serial_no\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"asset\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"finance_book\", \"print_width\": \"\", \"print_hide\": 0}]}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"taxes\", \"print_hide\": 0, \"label\": \"Sales Taxes and Charges\", \"visible_columns\": [{\"fieldname\": \"charge_type\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"row_id\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"account_head\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"cost_center\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"description\", \"print_width\": \"300px\", \"print_hide\": 0}, {\"fieldname\": \"rate\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"tax_amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"total\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"tax_amount_after_discount_amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"base_tax_amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"base_total\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"base_tax_amount_after_discount_amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"item_wise_tax_detail\", \"print_width\": \"\", \"print_hide\": 0}]}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"loyalty_redemption_account\", \"print_hide\": 0, \"label\": \"Redemption Account\"}, {\"fieldname\": \"loyalty_redemption_cost_center\", \"print_hide\": 0, \"label\": \"Redemption Cost Center\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"grand_total\", \"print_hide\": 0, \"label\": \"Grand Total\"}, {\"fieldname\": \"rounded_total\", \"print_hide\": 0, \"label\": \"Rounded Total\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"allocate_advances_automatically\", \"print_hide\": 0, \"label\": \"Allocate Advances Automatically (FIFO)\"}, {\"fieldname\": \"get_advances\", \"print_hide\": 0, \"label\": \"Get Advances Received\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"terms\", \"print_hide\": 0, \"label\": \"Terms and Conditions Details\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"inter_company_invoice_reference\", \"print_hide\": 0, \"label\": \"Inter Company Invoice Reference\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"update_auto_repeat_reference\", \"print_hide\": 0, \"label\": \"Update Auto Repeat Reference\"}]", - "html": "", - "line_breaks": 0, - "modified": "2020-07-02 14:58:34.649772", - "module": "Recod ERPNext Design", - "name": "Recod Sales Invoice", - "parent": "Sales Invoice", - "parentfield": null, - "parenttype": null, - "print_format_builder": 0, - "print_format_type": "Server", - "show_section_headings": 0, - "standard": "No" - }, - { - "align_labels_right": 0, - "css": "/*!\n * Recod ERPNext Design (https://github.com/Monogramm/recod_erpnext_design)\n * Copyright 2020 Monogramm\n * Licensed under AGPL v3 (https://github.com/Monogramm/recod_erpnext_design/blob/master/LICENSE)\n */\n\n.print-format {\ncolor: #666666;\n/* font-size: 14px; */\n}\n\n\n.print-format .data-field {\nmargin: 0 -15px;\n}\n.print-format .column-break+.column-break .data-field {\nmargin-left: 10px;\n}\n.print-format label { color: #5c87c7; }\n\n.print-format .print-heading {\nborder-color: #e7e7e8;\n/* padding: 0; */\n/* margin: 0; */\n}\n.print-format .print-heading h2 { color: #5c87c7; font-weight: bold; text-transform: uppercase; }\n.print-format .print-heading h2 small { color: #a5b6de; }\n\n\n.print-format .important,\n.print-format [data-fieldname=\"due_date\"],\n.print-format [data-fieldname=\"company\"] {\nbackground-color: #dbebf6;\n}\n.print-format [data-fieldname=\"grand_total\"],\n.print-format [data-fieldname=\"posting_date\"] {\nbackground-color: #e7e7e8;\n}\n\n.print-format .important div:first-child,\n.print-format [data-fieldname=\"due_date\"] div:first-child,\n.print-format [data-fieldname=\"company\"] div:first-child {\nborder-left: 7px solid #5c87c7;\npadding-left: 8px;\n}\n\n\n.print-format [data-fieldname=\"due_date\"] .value,\n.print-format [data-fieldname=\"company\"] .value {\nfont-size: 120%;\nfont-weight: bold;\n}\n.print-format [data-fieldname=\"due_date\"] .value {\ncolor: #5c87c7;\n}\n\n\n.print-format [data-fieldname=\"terms\"] {\n/* background-color: #f5f5f5; */\nborder-radius: 5px;\npadding: 10px 15px;\nmargin: 5px 0;\n}\n\n.print-format [data-fieldname=\"bank\"] div:first-child,\n.print-format [data-fieldname=\"bank_account_no\"] div:first-child,\n.print-format [data-fieldname=\"branch_code\"] div:first-child,\n.print-format [data-fieldname=\"swift_number\"] div:first-child {\nborder-left: 7px solid #5c87c7;\npadding-left: 8px;\n}\n.print-format [data-fieldname=\"bank\"],\n.print-format [data-fieldname=\"bank_account_no\"],\n.print-format [data-fieldname=\"branch_code\"],\n.print-format [data-fieldname=\"swift_number\"] {\nbackground-color: #f5f5f5;\n}\n\n\n.print-format .table-bordered > thead > tr > th,\n.print-format .table-bordered > tbody > tr > th,\n.print-format .table-bordered > tfoot > tr > th,\n.print-format .table-bordered > thead > tr > td,\n.print-format .table-bordered > tbody > tr > td,\n.print-format .table-bordered > tfoot > tr > td {\nborder: 2px solid #ffffff;\n}\n.print-format .table-bordered > tbody > tr > td:nth-child(1),\n.print-format .table-bordered > tbody > tr > td:nth-child(2) {\nfont-size: 120%;\nfont-weight: bold;\n}\n.print-format table{ \nmargin: 20px -38px;\n}\n.print-format th { background-color: #5c87c7 !important; color: #ffffff !important; }\n.print-format td { background-color: #dbebf6 !important; }\n\n\n.print-format [data-fieldname=\"rounded_total\"]{\nborder-left: 7px solid #5c87c7;\nbackground-color: #dbebf6;\n}\n.print-format [data-fieldname=\"grand_total\"]{\nborder-left: 7px solid #5c87c7;\n}", - "custom_format": 0, - "default_print_language": null, - "disabled": 0, - "doc_type": "Purchase Invoice", - "docstatus": 0, - "doctype": "Print Format", - "font": "Default", - "format_data": "[{\"fieldname\": \"print_heading_template\", \"fieldtype\": \"Custom HTML\", \"options\": \"
\\t\\t\\t\\t\\\"\\\"\\t\\t\\t\\t

Purchase Invoice
{{ doc.name }}\\t\\t\\t\\t

\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"_custom_html\", \"print_hide\": 0, \"label\": \"Custom HTML\", \"fieldtype\": \"HTML\", \"options\": \"
\\n
\\n
{{ doc.name }}
\\n
\"}, {\"fieldname\": \"supplier_name\", \"print_hide\": 0, \"label\": \"Supplier Name\"}, {\"fieldname\": \"tax_id\", \"print_hide\": 0, \"label\": \"Tax Id\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"bill_date\", \"print_hide\": 0, \"label\": \"Supplier Invoice Date\"}, {\"fieldname\": \"due_date\", \"print_hide\": 0, \"label\": \"Due Date\"}, {\"fieldname\": \"cost_center\", \"print_hide\": 0, \"label\": \"Cost Center\"}, {\"fieldname\": \"_custom_html\", \"print_hide\": 0, \"label\": \"Custom HTML\", \"fieldtype\": \"HTML\", \"options\": \"{% set cp = frappe.get_doc(\\\"Company\\\", doc.company) or \\\"\\\" %}\\n{% if cp.phone_no %}\\n
\\n
\\n
{{ cp.phone_no }}
\\n
\\n{% endif %}\\n\\n{% if cp.email %}\\n
\\n
\\n
{{ cp.email }}
\\n
\\n{% endif %}\\n\\n{% if cp.fax %}\\n
\\n
\\n
{{ cp.fax }}
\\n
\\n{% endif %}\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Hold Invoice\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"on_hold\", \"print_hide\": 0, \"label\": \"Hold Invoice\"}, {\"fieldname\": \"release_date\", \"print_hide\": 0, \"label\": \"Release Date\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"hold_comment\", \"print_hide\": 0, \"label\": \"Reason For Putting On Hold\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Address and Contact\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"address_display\", \"print_hide\": 0, \"label\": \"Address\"}, {\"fieldname\": \"contact_display\", \"print_hide\": 0, \"label\": \"Contact\"}, {\"fieldname\": \"contact_mobile\", \"print_hide\": 0, \"label\": \"Mobile No\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"shipping_address_display\", \"print_hide\": 0, \"label\": \"Shipping Address\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"scan_barcode\", \"print_hide\": 0, \"label\": \"Scan Barcode\"}, {\"fieldname\": \"items\", \"print_hide\": 0, \"label\": \"Items\", \"visible_columns\": [{\"fieldname\": \"item_name\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"description\", \"print_width\": \"300px\", \"print_hide\": 0}, {\"fieldname\": \"image\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"received_qty\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"qty\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"rejected_qty\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"discount_percentage\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"discount_amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"rate\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"pricing_rule\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"weight_per_unit\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"total_weight\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"weight_uom\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"warehouse\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"rejected_warehouse\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"batch_no\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"serial_no\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"deferred_expense_account\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"service_stop_date\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"enable_deferred_expense\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"service_start_date\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"service_end_date\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"bom\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"include_exploded_items\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"asset\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"asset_location\", \"print_width\": \"\", \"print_hide\": 0}]}, {\"fieldtype\": \"Section Break\", \"label\": \"Raw Materials Supplied\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"supplied_items\", \"print_hide\": 0, \"label\": \"Supplied Items\", \"visible_columns\": [{\"fieldname\": \"main_item_code\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"rm_item_code\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"description\", \"print_width\": \"300px\", \"print_hide\": 0}, {\"fieldname\": \"batch_no\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"serial_no\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"required_qty\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"consumed_qty\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"stock_uom\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"rate\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"conversion_factor\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"current_stock\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"reference_name\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"bom_detail_no\", \"print_width\": \"\", \"print_hide\": 0}]}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"taxes\", \"print_hide\": 0, \"label\": \"Purchase Taxes and Charges\", \"visible_columns\": [{\"fieldname\": \"category\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"add_deduct_tax\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"charge_type\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"row_id\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"included_in_print_rate\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"account_head\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"cost_center\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"description\", \"print_width\": \"300px\", \"print_hide\": 0}, {\"fieldname\": \"rate\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"tax_amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"total\", \"print_width\": \"\", \"print_hide\": 0}]}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"grand_total\", \"print_hide\": 0, \"label\": \"Grand Total\"}, {\"fieldname\": \"rounded_total\", \"print_hide\": 0, \"label\": \"Rounded Total\"}, {\"fieldname\": \"disable_rounded_total\", \"print_hide\": 0, \"label\": \"Disable Rounded Total\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Payments\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"cash_bank_account\", \"print_hide\": 0, \"label\": \"Cash/Bank Account\"}, {\"fieldname\": \"clearance_date\", \"print_hide\": 0, \"label\": \"Clearance Date\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Advance Payments\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"allocate_advances_automatically\", \"print_hide\": 0, \"label\": \"Set Advances and Allocate (FIFO)\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Payment Terms\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"payment_terms_template\", \"print_hide\": 0, \"label\": \"Payment Terms Template\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Terms and Conditions\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"terms\", \"print_hide\": 0, \"label\": \"Terms and Conditions1\"}, {\"fieldtype\": \"Section Break\", \"label\": \"More Information\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"inter_company_invoice_reference\", \"print_hide\": 0, \"label\": \"Inter Company Invoice Reference\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Subscription Section\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"update_auto_repeat_reference\", \"print_hide\": 0, \"label\": \"Update Auto Repeat Reference\"}]", - "html": null, - "line_breaks": 0, - "modified": "2020-07-08 05:11:43.127622", - "module": "Recod ERPNext Design", - "name": "Recod Purchase Invoice", - "parent": null, - "parentfield": null, - "parenttype": null, - "print_format_builder": 0, - "print_format_type": "Server", - "show_section_headings": 0, - "standard": "No" - }, - { - "align_labels_right": 0, - "css": "/*!\n * Recod ERPNext Design (https://github.com/Monogramm/recod_erpnext_design)\n * Copyright 2020 Monogramm\n * Licensed under AGPL v3 (https://github.com/Monogramm/recod_erpnext_design/blob/master/LICENSE)\n */\n\n.print-format {\ncolor: #666666;\n/* font-size: 14px; */\n}\n\n\n.print-format .data-field {\nmargin: 0 -15px;\n}\n.print-format label { color: #5c87c7; }\n\n.print-format .print-heading {\nborder-color: #e7e7e8;\n/* padding: 0; */\n/* margin: 0; */\n}\n.print-format .print-heading h2 { color: #5c87c7; font-weight: bold; text-transform: uppercase; }\n.print-format .print-heading h2 small { color: #a5b6de; }\n\n\n.print-format .important,\n.print-format [data-fieldname=\"due_date\"],\n.print-format [data-fieldname=\"company\"] {\nbackground-color: #dbebf6;\n}\n.print-format [data-fieldname=\"grand_total\"],\n.print-format [data-fieldname=\"posting_date\"] {\nbackground-color: #e7e7e8;\n}\n\n.print-format .important div:first-child,\n.print-format [data-fieldname=\"due_date\"] div:first-child,\n.print-format [data-fieldname=\"company\"] div:first-child {\nborder-left: 7px solid #5c87c7;\npadding-left: 8px;\n}\n\n\n.print-format [data-fieldname=\"due_date\"] .value,\n.print-format [data-fieldname=\"company\"] .value {\nfont-size: 120%;\nfont-weight: bold;\n}\n.print-format [data-fieldname=\"due_date\"] .value {\ncolor: #5c87c7;\n}\n\n\n.print-format [data-fieldname=\"terms\"] {\n/* background-color: #f5f5f5; */\nborder-radius: 5px;\npadding: 10px 15px;\nmargin: 5px 0;\n}\n\n.print-format [data-fieldname=\"bank\"] div:first-child,\n.print-format [data-fieldname=\"bank_account_no\"] div:first-child,\n.print-format [data-fieldname=\"branch_code\"] div:first-child,\n.print-format [data-fieldname=\"swift_number\"] div:first-child {\nborder-left: 7px solid #5c87c7;\npadding-left: 8px;\n}\n.print-format [data-fieldname=\"bank\"],\n.print-format [data-fieldname=\"bank_account_no\"],\n.print-format [data-fieldname=\"branch_code\"],\n.print-format [data-fieldname=\"swift_number\"] {\nbackground-color: #f5f5f5;\n}\n\n\n.print-format .table-bordered > thead > tr > th,\n.print-format .table-bordered > tbody > tr > th,\n.print-format .table-bordered > tfoot > tr > th,\n.print-format .table-bordered > thead > tr > td,\n.print-format .table-bordered > tbody > tr > td,\n.print-format .table-bordered > tfoot > tr > td {\nborder: 2px solid #ffffff;\n}\n.print-format .table-bordered > tbody > tr > td:nth-child(1),\n.print-format .table-bordered > tbody > tr > td:nth-child(2) {\nfont-size: 120%;\nfont-weight: bold;\n}\n.print-format th { background-color: #5c87c7 !important; color: #ffffff !important; }\n.print-format td { background-color: #dbebf6 !important; }\n\n.print-format [data-fieldname=\"grand_total\"]{\nborder-left: 7px solid #5c87c7;\n}", - "custom_format": 0, - "default_print_language": null, - "disabled": 0, - "doc_type": "Quotation", - "docstatus": 0, - "doctype": "Print Format", - "font": "Default", - "format_data": "[{\"fieldname\": \"print_heading_template\", \"fieldtype\": \"Custom HTML\", \"options\": \"
\\t\\t\\t\\t\\\"\\\"\\t\\t\\t\\t

Quotation
{{ doc.name }}\\t\\t\\t\\t

\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"_custom_html\", \"print_hide\": 0, \"label\": \"Custom HTML\", \"fieldtype\": \"HTML\", \"options\": \"
\\n
\\n
{{ doc.name }}
\\n
\"}, {\"fieldname\": \"customer_name\", \"print_hide\": 0, \"label\": \"Customer Name\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"transaction_date\", \"print_hide\": 0, \"label\": \"Date\"}, {\"fieldname\": \"valid_till\", \"print_hide\": 0, \"label\": \"Valid Till\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Address and Contact\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"address_display\", \"print_hide\": 0, \"label\": \"Address\"}, {\"fieldname\": \"contact_display\", \"print_hide\": 0, \"label\": \"Contact\"}, {\"fieldname\": \"contact_mobile\", \"print_hide\": 0, \"label\": \"Mobile No\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"shipping_address\", \"print_hide\": 0, \"label\": \"Shipping Address\"}, {\"fieldname\": \"_custom_html\", \"print_hide\": 0, \"label\": \"Custom HTML\", \"fieldtype\": \"HTML\", \"options\": \"{% set cp = frappe.get_doc(\\\"Company\\\", doc.company) or \\\"\\\" %}\\n{% if cp.phone_no %}\\n
\\n
\\n
{{ cp.phone_no }}
\\n
\\n{% endif %}\\n\\n{% if cp.email %}\\n
\\n
\\n
{{ cp.email }}
\\n
\\n{% endif %}\\n\\n{% if cp.fax %}\\n
\\n
\\n
{{ cp.fax }}
\\n
\\n{% endif %}\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"items\", \"print_hide\": 0, \"label\": \"Items\", \"visible_columns\": [{\"fieldname\": \"item_code\", \"print_width\": \"150px\", \"print_hide\": 0}, {\"fieldname\": \"description\", \"print_width\": \"300px\", \"print_hide\": 0}, {\"fieldname\": \"image\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"qty\", \"print_width\": \"100px\", \"print_hide\": 0}, {\"fieldname\": \"stock_uom\", \"print_width\": \"100px\", \"print_hide\": 0}, {\"fieldname\": \"discount_amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"rate\", \"print_width\": \"100px\", \"print_hide\": 0}, {\"fieldname\": \"amount\", \"print_width\": \"100px\", \"print_hide\": 0}, {\"fieldname\": \"pricing_rule\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"weight_uom\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"stock_balance\", \"print_width\": \"\", \"print_hide\": 0}]}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"taxes\", \"print_hide\": 0, \"label\": \"Sales Taxes and Charges\", \"visible_columns\": [{\"fieldname\": \"charge_type\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"row_id\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"account_head\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"cost_center\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"description\", \"print_width\": \"300px\", \"print_hide\": 0}, {\"fieldname\": \"rate\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"tax_amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"total\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"tax_amount_after_discount_amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"base_tax_amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"base_total\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"base_tax_amount_after_discount_amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"item_wise_tax_detail\", \"print_width\": \"\", \"print_hide\": 0}]}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"grand_total\", \"print_hide\": 0, \"label\": \"Grand Total\"}, {\"fieldname\": \"rounded_total\", \"print_hide\": 0, \"label\": \"Rounded Total\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Terms and Conditions\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"terms\", \"print_hide\": 0, \"label\": \"Term Details\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Auto Repeat Section\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"update_auto_repeat_reference\", \"print_hide\": 0, \"label\": \"Update Auto Repeat Reference\"}, {\"fieldtype\": \"Section Break\", \"label\": \"More Information\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"supplier_quotation\", \"print_hide\": 0, \"label\": \"Supplier Quotation\"}]", - "html": null, - "line_breaks": 0, - "modified": "2020-07-09 10:48:21.920325", - "module": "Recod ERPNext Design", - "name": "Recod Quotation", - "parent": null, - "parentfield": null, - "parenttype": null, - "print_format_builder": 0, - "print_format_type": "Server", - "show_section_headings": 0, - "standard": "No" - }, - { - "align_labels_right": 0, - "css": "/*!\n * Recod ERPNext Design (https://github.com/Monogramm/recod_erpnext_design)\n * Copyright 2020 Monogramm\n * Licensed under AGPL v3 (https://github.com/Monogramm/recod_erpnext_design/blob/master/LICENSE)\n */\n\n.print-format {\ncolor: #666666;\n/* font-size: 14px; */\n}\n\n\n.print-format .data-field {\nmargin: 0 -15px;\n}\n.print-format .column-break+.column-break .data-field {\nborder-left: 10px solid #ffffff;\n}\n.print-format label { color: #5c87c7; }\n\n.print-format .print-heading {\nborder-color: #e7e7e8;\n/* padding: 0; */\n/* margin: 0; */\n}\n.print-format .print-heading h2 { color: #5c87c7; font-weight: bold; text-transform: uppercase; }\n.print-format .print-heading h2 small { color: #a5b6de; }\n\n\n.print-format .important,\n.print-format [data-fieldname=\"due_date\"],\n.print-format [data-fieldname=\"company\"] {\nbackground-color: #dbebf6;\n}\n.print-format [data-fieldname=\"grand_total\"],\n.print-format [data-fieldname=\"posting_date\"] {\nbackground-color: #e7e7e8;\n}\n\n.print-format .important div:first-child,\n.print-format [data-fieldname=\"due_date\"] div:first-child,\n.print-format [data-fieldname=\"company\"] div:first-child {\nborder-left: 7px solid #5c87c7;\npadding-left: 8px;\n}\n\n\n.print-format [data-fieldname=\"due_date\"] .value,\n.print-format [data-fieldname=\"company\"] .value {\nfont-size: 120%;\nfont-weight: bold;\n}\n.print-format [data-fieldname=\"due_date\"] .value {\ncolor: #5c87c7;\n}\n\n\n.print-format [data-fieldname=\"terms\"] {\n/* background-color: #f5f5f5; */\nborder-radius: 5px;\npadding: 10px 15px;\nmargin: 5px 0;\n}\n\n.print-format [data-fieldname=\"bank\"] div:first-child,\n.print-format [data-fieldname=\"bank_account_no\"] div:first-child,\n.print-format [data-fieldname=\"branch_code\"] div:first-child,\n.print-format [data-fieldname=\"swift_number\"] div:first-child {\nborder-left: 7px solid #5c87c7;\npadding-left: 8px;\n}\n.print-format [data-fieldname=\"bank\"],\n.print-format [data-fieldname=\"bank_account_no\"],\n.print-format [data-fieldname=\"branch_code\"],\n.print-format [data-fieldname=\"swift_number\"] {\nbackground-color: #f5f5f5;\n}\n\n\n.print-format .table-bordered > thead > tr > th,\n.print-format .table-bordered > tbody > tr > th,\n.print-format .table-bordered > tfoot > tr > th,\n.print-format .table-bordered > thead > tr > td,\n.print-format .table-bordered > tbody > tr > td,\n.print-format .table-bordered > tfoot > tr > td {\nborder: 2px solid #ffffff;\n}\n.print-format .table-bordered > tbody > tr > td:nth-child(1),\n.print-format .table-bordered > tbody > tr > td:nth-child(2) {\nfont-size: 120%;\nfont-weight: bold;\n}\n.print-format th { background-color: #5c87c7 !important; color: #ffffff !important; }\n.print-format td { background-color: #dbebf6 !important; }", - "custom_format": 0, - "default_print_language": null, - "disabled": 0, - "doc_type": "Salary Slip", - "docstatus": 0, - "doctype": "Print Format", - "font": "Default", - "format_data": "[{\"fieldname\": \"print_heading_template\", \"fieldtype\": \"Custom HTML\", \"options\": \"
\\t\\t\\t\\t\\\"\\\"\\t\\t\\t\\t

Salary Slip
{{ doc.name }}\\t\\t\\t\\t

\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"_custom_html\", \"print_hide\": 0, \"label\": \"Custom HTML\", \"fieldtype\": \"HTML\", \"options\": \"
\\n
\\n
{{ doc.name }}
\\n
\"}, {\"fieldname\": \"posting_date\", \"print_hide\": 0, \"label\": \"Posting Date\"}, {\"fieldname\": \"employee\", \"print_hide\": 0, \"label\": \"Employee\"}, {\"fieldname\": \"employee_name\", \"print_hide\": 0, \"label\": \"Employee Name\"}, {\"fieldname\": \"department\", \"print_hide\": 0, \"label\": \"Department\"}, {\"fieldname\": \"designation\", \"print_hide\": 0, \"label\": \"Designation\"}, {\"fieldname\": \"branch\", \"print_hide\": 0, \"label\": \"Branch\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"status\", \"print_hide\": 0, \"label\": \"Status\"}, {\"fieldname\": \"journal_entry\", \"print_hide\": 0, \"label\": \"Journal Entry\"}, {\"fieldname\": \"payroll_entry\", \"print_hide\": 0, \"label\": \"Payroll Entry\"}, {\"fieldname\": \"company\", \"print_hide\": 0, \"label\": \"Company\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"salary_slip_based_on_timesheet\", \"print_hide\": 0, \"label\": \"Salary Slip Based on Timesheet\"}, {\"fieldname\": \"start_date\", \"print_hide\": 0, \"label\": \"Start Date\"}, {\"fieldname\": \"end_date\", \"print_hide\": 0, \"label\": \"End Date\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"salary_structure\", \"print_hide\": 0, \"label\": \"Salary Structure\"}, {\"fieldname\": \"payroll_frequency\", \"print_hide\": 0, \"label\": \"Payroll Frequency\"}, {\"fieldname\": \"total_working_days\", \"print_hide\": 0, \"label\": \"Working Days\"}, {\"fieldname\": \"leave_without_pay\", \"print_hide\": 0, \"label\": \"Leave Without Pay\"}, {\"fieldname\": \"payment_days\", \"print_hide\": 0, \"label\": \"Payment Days\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"timesheets\", \"print_hide\": 0, \"label\": \"Salary Slip Timesheet\", \"visible_columns\": [{\"fieldname\": \"time_sheet\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"working_hours\", \"print_width\": \"\", \"print_hide\": 0}]}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"total_working_hours\", \"print_hide\": 0, \"label\": \"Total Working Hours\"}, {\"fieldname\": \"hour_rate\", \"print_hide\": 0, \"label\": \"Hour Rate\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"bank_name\", \"print_hide\": 0, \"label\": \"Bank Name\"}, {\"fieldname\": \"bank_account_no\", \"print_hide\": 0, \"label\": \"Bank Account No.\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"deduct_tax_for_unclaimed_employee_benefits\", \"print_hide\": 0, \"label\": \"Deduct Tax For Unclaimed Employee Benefits\"}, {\"fieldname\": \"deduct_tax_for_unsubmitted_tax_exemption_proof\", \"print_hide\": 0, \"label\": \"Deduct Tax For Unsubmitted Tax Exemption Proof\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Earning & Deduction\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"earnings\", \"print_hide\": 0, \"label\": \"Earnings\", \"visible_columns\": [{\"fieldname\": \"salary_component\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"statistical_component\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"condition\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"amount_based_on_formula\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"formula\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"do_not_include_in_total\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"tax_on_flexible_benefit\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"tax_on_additional_salary\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"condition_and_formula_help\", \"print_width\": \"\", \"print_hide\": 0}]}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"deductions\", \"print_hide\": 0, \"label\": \"Deductions\", \"visible_columns\": [{\"fieldname\": \"salary_component\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"statistical_component\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"condition\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"amount_based_on_formula\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"formula\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"do_not_include_in_total\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"tax_on_flexible_benefit\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"tax_on_additional_salary\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"condition_and_formula_help\", \"print_width\": \"\", \"print_hide\": 0}]}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"gross_pay\", \"print_hide\": 0, \"label\": \"Gross Pay\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"total_deduction\", \"print_hide\": 0, \"label\": \"Total Deduction\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"total_principal_amount\", \"print_hide\": 0, \"label\": \"Total Principal Amount\"}, {\"fieldname\": \"total_interest_amount\", \"print_hide\": 0, \"label\": \"Total Interest Amount\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"total_loan_repayment\", \"print_hide\": 0, \"label\": \"Total Loan Repayment\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Net pay info\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"rounded_total\", \"print_hide\": 0, \"label\": \"Rounded Total\"}, {\"fieldname\": \"net_pay\", \"print_hide\": 0, \"label\": \"Net Pay\"}]", - "html": null, - "line_breaks": 0, - "modified": "2020-07-02 14:58:47.349032", - "module": "Recod ERPNext Design", - "name": "Recod Salary Slip", - "parent": null, - "parentfield": null, - "parenttype": null, - "print_format_builder": 0, - "print_format_type": "Server", - "show_section_headings": 0, - "standard": "No" - } -] \ No newline at end of file + { + "align_labels_right": 0, + "css": "/*!\n * Recod ERPNext Design (https://github.com/Monogramm/recod_erpnext_design)\n * Copyright 2020 Monogramm\n * Licensed under AGPL v3 (https://github.com/Monogramm/recod_erpnext_design/blob/master/LICENSE)\n */\n\n.print-format {\ncolor: #666666;\n/* font-size: 14px; */\n}\n\n\n.print-format .data-field {\nmargin: 0 -15px;\n}\n.print-format .column-break+.column-break .data-field {\nborder-left: 10px solid #ffffff;\n}\n.print-format label { color: #5c87c7; }\n\n.print-format .print-heading {\nborder-color: #e7e7e8;\n/* padding: 0; */\n/* margin: 0; */\n}\n.print-format .print-heading h2 { color: #5c87c7; font-weight: bold; text-transform: uppercase; }\n.print-format .print-heading h2 small { color: #a5b6de; }\n\n\n.print-format [data-fieldname=\"due_date\"],\n.print-format [data-fieldname=\"rounded_total\"],\n.print-format [data-fieldname=\"due_date\"] {\nbackground-color: #dbebf6;\n}\n.print-format [data-fieldname=\"grand_total\"] {\nbackground-color: #e7e7e8;\n}\n\n.print-format [data-fieldname=\"grand_total\"] div:first-child,\n.print-format [data-fieldname=\"rounded_total\"] div:first-child,\n.print-format [data-fieldname=\"due_date\"] div:first-child {\nborder-left: 7px solid #5c87c7;\npadding-left: 8px;\n}\n\n\n.print-format [data-fieldname=\"due_date\"] .value,\n.print-format [data-fieldname=\"company\"] .value {\nfont-size: 120%;\nfont-weight: bold;\n}\n.print-format [data-fieldname=\"due_date\"] .value {\ncolor: #5c87c7;\n}\n\n\n.print-format [data-fieldname=\"terms\"] {\n/* background-color: #f5f5f5; */\nborder-radius: 5px;\npadding: 10px 15px;\nmargin: 5px 0;\n}\n\n.print-format [data-fieldname=\"bank\"] div:first-child,\n.print-format [data-fieldname=\"bank_account_no\"] div:first-child,\n.print-format [data-fieldname=\"branch_code\"] div:first-child,\n.print-format [data-fieldname=\"swift_number\"] div:first-child {\nborder-left: 7px solid #5c87c7;\npadding-left: 8px;\n}\n.print-format [data-fieldname=\"bank\"],\n.print-format [data-fieldname=\"bank_account_no\"],\n.print-format [data-fieldname=\"branch_code\"],\n.print-format [data-fieldname=\"swift_number\"] {\nbackground-color: #f5f5f5;\n}\n\n\n.print-format .table-bordered > thead > tr > th,\n.print-format .table-bordered > tbody > tr > th,\n.print-format .table-bordered > tfoot > tr > th,\n.print-format .table-bordered > thead > tr > td,\n.print-format .table-bordered > tbody > tr > td,\n.print-format .table-bordered > tfoot > tr > td {\nborder: 2px solid #ffffff;\n}\n.print-format .table-bordered > tbody > tr > td:nth-child(1),\n.print-format .table-bordered > tbody > tr > td:nth-child(2) {\nfont-size: 120%;\nfont-weight: bold;\n}\n.print-format th { background-color: #5c87c7 !important; color: #ffffff !important; }\n.print-format td { background-color: #dbebf6 !important; }", + "custom_format": 0, + "default_print_language": "en", + "disabled": 0, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Print Format", + "font": "Default", + "format_data": "[{\"fieldname\": \"print_heading_template\", \"fieldtype\": \"Custom HTML\", \"options\": \"
\\t\\t\\t\\t\\\"\\\"\\t\\t\\t\\t

Sales Order
{{ doc.name }}\\t\\t\\t\\t

\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"_custom_html\", \"print_hide\": 0, \"label\": \"Custom HTML\", \"fieldtype\": \"HTML\", \"options\": \"
\\n
\\n
{{ doc.name }}
\\n
\"}, {\"fieldname\": \"customer_name\", \"print_hide\": 0, \"label\": \"Customer Name\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"transaction_date\", \"print_hide\": 0, \"label\": \"Date\"}, {\"fieldname\": \"delivery_date\", \"print_hide\": 0, \"label\": \"Delivery Date\"}, {\"fieldname\": \"po_no\", \"print_hide\": 0, \"label\": \"Customer's Purchase Order\"}, {\"fieldname\": \"po_date\", \"print_hide\": 0, \"label\": \"Customer's Purchase Order Date\"}, {\"fieldname\": \"tax_id\", \"print_hide\": 0, \"label\": \"Tax Id\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Address and Contact\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"address_display\", \"print_hide\": 0, \"label\": \"Address\"}, {\"fieldname\": \"contact_display\", \"print_hide\": 0, \"label\": \"Contact\"}, {\"fieldname\": \"contact_mobile\", \"print_hide\": 0, \"label\": \"Mobile No\"}, {\"fieldname\": \"company_address\", \"print_hide\": 0, \"label\": \"Company Address Name\"}, {\"fieldname\": \"company_address_display\", \"print_hide\": 0, \"label\": \"Company Address\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"scan_barcode\", \"print_hide\": 0, \"label\": \"Scan Barcode\"}, {\"fieldname\": \"items\", \"print_hide\": 0, \"label\": \"Items\", \"visible_columns\": [{\"fieldname\": \"item_code\", \"print_width\": \"150px\", \"print_hide\": 0}, {\"fieldname\": \"ensure_delivery_based_on_produced_serial_no\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"description\", \"print_width\": \"300px\", \"print_hide\": 0}, {\"fieldname\": \"image\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"qty\", \"print_width\": \"100px\", \"print_hide\": 0}, {\"fieldname\": \"stock_uom\", \"print_width\": \"70px\", \"print_hide\": 0}, {\"fieldname\": \"discount_amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"rate\", \"print_width\": \"100px\", \"print_hide\": 0}, {\"fieldname\": \"amount\", \"print_width\": \"100px\", \"print_hide\": 0}, {\"fieldname\": \"pricing_rule\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"weight_per_unit\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"total_weight\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"weight_uom\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"blanket_order\", \"print_width\": \"\", \"print_hide\": 0}]}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"taxes\", \"print_hide\": 0, \"label\": \"Sales Taxes and Charges\", \"visible_columns\": [{\"fieldname\": \"charge_type\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"row_id\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"account_head\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"cost_center\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"description\", \"print_width\": \"300px\", \"print_hide\": 0}, {\"fieldname\": \"rate\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"tax_amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"total\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"tax_amount_after_discount_amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"base_tax_amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"base_total\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"base_tax_amount_after_discount_amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"item_wise_tax_detail\", \"print_width\": \"\", \"print_hide\": 0}]}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"grand_total\", \"print_hide\": 0, \"label\": \"Grand Total\"}, {\"fieldname\": \"rounded_total\", \"print_hide\": 0, \"label\": \"Rounded Total\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Terms and Conditions\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"terms\", \"print_hide\": 0, \"label\": \"Terms and Conditions Details\"}, {\"fieldtype\": \"Section Break\", \"label\": \"More Information\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"project\", \"print_hide\": 0, \"label\": \"Project\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Auto Repeat Section\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"from_date\", \"print_hide\": 0, \"label\": \"From Date\"}, {\"fieldname\": \"to_date\", \"print_hide\": 0, \"label\": \"To Date\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"auto_repeat\", \"print_hide\": 0, \"label\": \"Auto Repeat\"}, {\"fieldname\": \"update_auto_repeat_reference\", \"print_hide\": 0, \"label\": \"Update Auto Repeat Reference\"}]", + "html": null, + "line_breaks": 0, + "modified": "2020-08-13 07:48:03.530228", + "module": "Recod ERPNext Design", + "name": "Recod Sales Order", + "parent": null, + "parentfield": null, + "parenttype": null, + "print_format_builder": 0, + "print_format_type": "Server", + "show_section_headings": 0, + "standard": "No" + }, + { + "align_labels_right": 0, + "css": "/*!\n * Recod ERPNext Design (https://github.com/Monogramm/recod_erpnext_design)\n * Copyright 2020 Monogramm\n * Licensed under AGPL v3 (https://github.com/Monogramm/recod_erpnext_design/blob/master/LICENSE)\n */\n\n.print-format {\ncolor: #666666;\n/* font-size: 14px; */\n}\n\n\n.print-format .data-field {\nmargin: 0 -15px;\n}\n.print-format .column-break+.column-break .data-field {\nborder-left: 10px solid #ffffff;\n}\n.print-format label { color: #5c87c7; }\n\n.print-format .print-heading {\nborder-color: #e7e7e8;\n/* padding: 0; */\n/* margin: 0; */\n}\n.print-format .print-heading h2 { color: #5c87c7; font-weight: bold; text-transform: uppercase; }\n.print-format .print-heading h2 small { color: #a5b6de; }\n\n\n.print-format [data-fieldname=\"due_date\"],\n.print-format [data-fieldname=\"rounded_total\"],\n.print-format [data-fieldname=\"due_date\"] {\nbackground-color: #dbebf6;\n}\n.print-format [data-fieldname=\"grand_total\"] {\nbackground-color: #e7e7e8;\n}\n\n.print-format [data-fieldname=\"grand_total\"] div:first-child,\n.print-format [data-fieldname=\"rounded_total\"] div:first-child,\n.print-format [data-fieldname=\"due_date\"] div:first-child {\nborder-left: 7px solid #5c87c7;\npadding-left: 8px;\n}\n\n\n.print-format [data-fieldname=\"due_date\"] .value,\n.print-format [data-fieldname=\"company\"] .value {\nfont-size: 120%;\nfont-weight: bold;\n}\n.print-format [data-fieldname=\"due_date\"] .value {\ncolor: #5c87c7;\n}\n\n\n.print-format [data-fieldname=\"terms\"] {\n/* background-color: #f5f5f5; */\nborder-radius: 5px;\npadding: 10px 15px;\nmargin: 5px 0;\n}\n\n.print-format [data-fieldname=\"bank\"] div:first-child,\n.print-format [data-fieldname=\"bank_account_no\"] div:first-child,\n.print-format [data-fieldname=\"branch_code\"] div:first-child,\n.print-format [data-fieldname=\"swift_number\"] div:first-child {\nborder-left: 7px solid #5c87c7;\npadding-left: 8px;\n}\n.print-format [data-fieldname=\"bank\"],\n.print-format [data-fieldname=\"bank_account_no\"],\n.print-format [data-fieldname=\"branch_code\"],\n.print-format [data-fieldname=\"swift_number\"] {\nbackground-color: #f5f5f5;\n}\n\n\n.print-format .table-bordered > thead > tr > th,\n.print-format .table-bordered > tbody > tr > th,\n.print-format .table-bordered > tfoot > tr > th,\n.print-format .table-bordered > thead > tr > td,\n.print-format .table-bordered > tbody > tr > td,\n.print-format .table-bordered > tfoot > tr > td {\nborder: 2px solid #ffffff;\n}\n.print-format .table-bordered > tbody > tr > td:nth-child(1),\n.print-format .table-bordered > tbody > tr > td:nth-child(2) {\nfont-size: 120%;\nfont-weight: bold;\n}\n.print-format th { background-color: #5c87c7 !important; color: #ffffff !important; }\n.print-format td { background-color: #dbebf6 !important; }", + "custom_format": 0, + "default_print_language": "en", + "disabled": 0, + "doc_type": "Purchase Order", + "docstatus": 0, + "doctype": "Print Format", + "font": "Default", + "format_data": "[{\"fieldname\": \"print_heading_template\", \"fieldtype\": \"Custom HTML\", \"options\": \"
\\t\\t\\t\\t\\\"\\\"\\t\\t\\t\\t

Purchase Order
{{ doc.name }}\\t\\t\\t\\t

\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"_custom_html\", \"print_hide\": 0, \"label\": \"Custom HTML\", \"fieldtype\": \"HTML\", \"options\": \"
\\n
\\n
{{ doc.name }}
\\n
\"}, {\"fieldname\": \"get_items_from_open_material_requests\", \"print_hide\": 0, \"label\": \"Get Items from Open Material Requests\"}, {\"fieldname\": \"supplier_name\", \"print_hide\": 0, \"label\": \"Supplier Name\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"transaction_date\", \"print_hide\": 0, \"label\": \"Date\"}, {\"fieldname\": \"schedule_date\", \"print_hide\": 0, \"label\": \"Reqd By Date\"}, {\"fieldname\": \"order_confirmation_no\", \"print_hide\": 0, \"label\": \"Order Confirmation No\"}, {\"fieldname\": \"order_confirmation_date\", \"print_hide\": 0, \"label\": \"Order Confirmation Date\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Drop Ship\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"customer\", \"print_hide\": 0, \"label\": \"Customer\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"customer_contact_person\", \"print_hide\": 0, \"label\": \"Customer Contact\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Address and Contact\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"address_display\", \"print_hide\": 0, \"label\": \"Address\"}, {\"fieldname\": \"contact_display\", \"print_hide\": 0, \"label\": \"Contact\"}, {\"fieldname\": \"contact_mobile\", \"print_hide\": 0, \"label\": \"Mobile No\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"supplier_warehouse\", \"print_hide\": 0, \"label\": \"Supplier Warehouse\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"scan_barcode\", \"print_hide\": 0, \"label\": \"Scan Barcode\"}, {\"fieldname\": \"items\", \"print_hide\": 0, \"label\": \"Items\", \"visible_columns\": [{\"fieldname\": \"item_code\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"expected_delivery_date\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"description\", \"print_width\": \"300px\", \"print_hide\": 0}, {\"fieldname\": \"image\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"qty\", \"print_width\": \"60px\", \"print_hide\": 0}, {\"fieldname\": \"uom\", \"print_width\": \"100px\", \"print_hide\": 0}, {\"fieldname\": \"discount_percentage\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"discount_amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"last_purchase_rate\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"rate\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"pricing_rule\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"weight_per_unit\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"weight_uom\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"supplier_quotation\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"supplier_quotation_item\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"blanket_order\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"include_exploded_items\", \"print_width\": \"\", \"print_hide\": 0}]}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"taxes\", \"print_hide\": 0, \"label\": \"Purchase Taxes and Charges\", \"visible_columns\": [{\"fieldname\": \"category\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"add_deduct_tax\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"charge_type\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"row_id\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"included_in_print_rate\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"account_head\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"cost_center\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"description\", \"print_width\": \"300px\", \"print_hide\": 0}, {\"fieldname\": \"rate\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"tax_amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"total\", \"print_width\": \"\", \"print_hide\": 0}]}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"grand_total\", \"print_hide\": 0, \"label\": \"Grand Total\"}, {\"fieldname\": \"rounded_total\", \"print_hide\": 0, \"label\": \"Rounded Total\"}, {\"fieldname\": \"disable_rounded_total\", \"print_hide\": 0, \"label\": \"Disable Rounded Total\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Payment Terms\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"payment_terms_template\", \"print_hide\": 0, \"label\": \"Payment Terms Template\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Terms and Conditions\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"terms\", \"print_hide\": 0, \"label\": \"Terms and Conditions\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Subscription Section\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"update_auto_repeat_reference\", \"print_hide\": 0, \"label\": \"Update Auto Repeat Reference\"}]", + "html": null, + "line_breaks": 0, + "modified": "2020-08-13 07:43:48.019440", + "module": "Recod ERPNext Design", + "name": "Recod Purchase Order", + "parent": null, + "parentfield": null, + "parenttype": null, + "print_format_builder": 0, + "print_format_type": "Server", + "show_section_headings": 0, + "standard": "No" + }, + { + "align_labels_right": 0, + "css": "/*!\n * Recod ERPNext Design (https://github.com/Monogramm/recod_erpnext_design)\n * Copyright 2020 Monogramm\n * Licensed under AGPL v3 (https://github.com/Monogramm/recod_erpnext_design/blob/master/LICENSE)\n */\n\n.print-format {\ncolor: #666666;\n/* font-size: 14px; */\n}\n\n\n.print-format .data-field {\nmargin: 0 -15px;\n}\n.print-format .column-break+.column-break .data-field {\nborder-left: 10px solid #ffffff;\n}\n.print-format label { color: #5c87c7; }\n\n.print-format .print-heading {\nborder-color: #e7e7e8;\n/* padding: 0; */\n/* margin: 0; */\n}\n.print-format .print-heading h2 { color: #5c87c7; font-weight: bold; text-transform: uppercase; }\n.print-format .print-heading h2 small { color: #a5b6de; }\n\n\n.print-format [data-fieldname=\"due_date\"],\n.print-format [data-fieldname=\"rounded_total\"],\n.print-format [data-fieldname=\"due_date\"] {\nbackground-color: #dbebf6;\n}\n.print-format [data-fieldname=\"grand_total\"] {\nbackground-color: #e7e7e8;\n}\n\n.print-format [data-fieldname=\"grand_total\"] div:first-child,\n.print-format [data-fieldname=\"rounded_total\"] div:first-child,\n.print-format [data-fieldname=\"due_date\"] div:first-child {\nborder-left: 7px solid #5c87c7;\npadding-left: 8px;\n}\n\n\n.print-format [data-fieldname=\"due_date\"] .value,\n.print-format [data-fieldname=\"company\"] .value {\nfont-size: 120%;\nfont-weight: bold;\n}\n.print-format [data-fieldname=\"due_date\"] .value {\ncolor: #5c87c7;\n}\n\n\n.print-format [data-fieldname=\"terms\"] {\n/* background-color: #f5f5f5; */\nborder-radius: 5px;\npadding: 10px 15px;\nmargin: 5px 0;\n}\n\n.print-format [data-fieldname=\"bank\"] div:first-child,\n.print-format [data-fieldname=\"bank_account_no\"] div:first-child,\n.print-format [data-fieldname=\"branch_code\"] div:first-child,\n.print-format [data-fieldname=\"swift_number\"] div:first-child {\nborder-left: 7px solid #5c87c7;\npadding-left: 8px;\n}\n.print-format [data-fieldname=\"bank\"],\n.print-format [data-fieldname=\"bank_account_no\"],\n.print-format [data-fieldname=\"branch_code\"],\n.print-format [data-fieldname=\"swift_number\"] {\nbackground-color: #f5f5f5;\n}\n\n\n.print-format .table-bordered > thead > tr > th,\n.print-format .table-bordered > tbody > tr > th,\n.print-format .table-bordered > tfoot > tr > th,\n.print-format .table-bordered > thead > tr > td,\n.print-format .table-bordered > tbody > tr > td,\n.print-format .table-bordered > tfoot > tr > td {\nborder: 2px solid #ffffff;\n}\n.print-format .table-bordered > tbody > tr > td:nth-child(1),\n.print-format .table-bordered > tbody > tr > td:nth-child(2) {\nfont-size: 120%;\nfont-weight: bold;\n}\n.print-format th { background-color: #5c87c7 !important; color: #ffffff !important; }\n.print-format td { background-color: #dbebf6 !important; }", + "custom_format": 0, + "default_print_language": "en", + "disabled": 0, + "doc_type": "Request for Quotation", + "docstatus": 0, + "doctype": "Print Format", + "font": "Default", + "format_data": "[{\"fieldname\": \"print_heading_template\", \"fieldtype\": \"Custom HTML\", \"options\": \"
\\t\\t\\t\\t\\\"\\\"\\t\\t\\t\\t

Request for Quotation
{{ doc.name }}\\t\\t\\t\\t

\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"_custom_html\", \"print_hide\": 0, \"label\": \"Custom HTML\", \"fieldtype\": \"HTML\", \"options\": \"
\\n
\\n
{{ doc.name }}
\\n
\"}, {\"fieldname\": \"vendor\", \"print_hide\": 0, \"label\": \"Supplier\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"transaction_date\", \"print_hide\": 0, \"label\": \"Date\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"get_suppliers_button\", \"print_hide\": 0, \"label\": \"Get Suppliers\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"items\", \"print_hide\": 0, \"label\": \"Items\", \"visible_columns\": [{\"fieldname\": \"supplier_part_no\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"item_name\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"description\", \"print_width\": \"300px\", \"print_hide\": 0}, {\"fieldname\": \"image\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"qty\", \"print_width\": \"60px\", \"print_hide\": 0}, {\"fieldname\": \"schedule_date\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"uom\", \"print_width\": \"100px\", \"print_hide\": 0}]}, {\"fieldname\": \"link_to_mrs\", \"print_hide\": 0, \"label\": \"Link to material requests\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Terms and Conditions\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"terms\", \"print_hide\": 0, \"label\": \"Terms and Conditions\"}]", + "html": null, + "line_breaks": 0, + "modified": "2020-08-13 07:41:48.380718", + "module": "Recod ERPNext Design", + "name": "Recod Request For Quotation", + "parent": null, + "parentfield": null, + "parenttype": null, + "print_format_builder": 0, + "print_format_type": "Server", + "show_section_headings": 0, + "standard": "No" + }, + { + "align_labels_right": 0, + "css": "/*!\n * Recod ERPNext Design (https://github.com/Monogramm/recod_erpnext_design)\n * Copyright 2020 Monogramm\n * Licensed under AGPL v3 (https://github.com/Monogramm/recod_erpnext_design/blob/master/LICENSE)\n */\n\n.print-format {\ncolor: #666666;\n/* font-size: 14px; */\n}\n\n\n.print-format .data-field {\nmargin: 0 -15px;\n}\n.print-format .column-break+.column-break .data-field {\nborder-left: 10px solid #ffffff;\n}\n.print-format label { color: #5c87c7; }\n\n.print-format .print-heading {\nborder-color: #e7e7e8;\n/* padding: 0; */\n/* margin: 0; */\n}\n.print-format .print-heading h2 { color: #5c87c7; font-weight: bold; text-transform: uppercase; }\n.print-format .print-heading h2 small { color: #a5b6de; }\n\n\n.print-format [data-fieldname=\"due_date\"],\n.print-format [data-fieldname=\"rounded_total\"],\n.print-format [data-fieldname=\"due_date\"] {\nbackground-color: #dbebf6;\n}\n.print-format [data-fieldname=\"grand_total\"] {\nbackground-color: #e7e7e8;\n}\n\n.print-format [data-fieldname=\"grand_total\"] div:first-child,\n.print-format [data-fieldname=\"rounded_total\"] div:first-child,\n.print-format [data-fieldname=\"due_date\"] div:first-child {\nborder-left: 7px solid #5c87c7;\npadding-left: 8px;\n}\n\n\n.print-format [data-fieldname=\"due_date\"] .value,\n.print-format [data-fieldname=\"company\"] .value {\nfont-size: 120%;\nfont-weight: bold;\n}\n.print-format [data-fieldname=\"due_date\"] .value {\ncolor: #5c87c7;\n}\n\n\n.print-format [data-fieldname=\"terms\"] {\n/* background-color: #f5f5f5; */\nborder-radius: 5px;\npadding: 10px 15px;\nmargin: 5px 0;\n}\n\n.print-format [data-fieldname=\"bank\"] div:first-child,\n.print-format [data-fieldname=\"bank_account_no\"] div:first-child,\n.print-format [data-fieldname=\"branch_code\"] div:first-child,\n.print-format [data-fieldname=\"swift_number\"] div:first-child {\nborder-left: 7px solid #5c87c7;\npadding-left: 8px;\n}\n.print-format [data-fieldname=\"bank\"],\n.print-format [data-fieldname=\"bank_account_no\"],\n.print-format [data-fieldname=\"branch_code\"],\n.print-format [data-fieldname=\"swift_number\"] {\nbackground-color: #f5f5f5;\n}\n\n\n.print-format .table-bordered > thead > tr > th,\n.print-format .table-bordered > tbody > tr > th,\n.print-format .table-bordered > tfoot > tr > th,\n.print-format .table-bordered > thead > tr > td,\n.print-format .table-bordered > tbody > tr > td,\n.print-format .table-bordered > tfoot > tr > td {\nborder: 2px solid #ffffff;\n}\n.print-format .table-bordered > tbody > tr > td:nth-child(1),\n.print-format .table-bordered > tbody > tr > td:nth-child(2) {\nfont-size: 120%;\nfont-weight: bold;\n}\n.print-format th { background-color: #5c87c7 !important; color: #ffffff !important; }\n.print-format td { background-color: #dbebf6 !important; }", + "custom_format": 0, + "default_print_language": "en", + "disabled": 0, + "doc_type": "Delivery Note", + "docstatus": 0, + "doctype": "Print Format", + "font": "Default", + "format_data": "[{\"fieldname\": \"print_heading_template\", \"fieldtype\": \"Custom HTML\", \"options\": \"
\\t\\t\\t\\t\\\"\\\"\\t\\t\\t\\t

Delivery Note
{{ doc.name }}\\t\\t\\t\\t

\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Delivery To\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"_custom_html\", \"print_hide\": 0, \"label\": \"Custom HTML\", \"fieldtype\": \"HTML\", \"options\": \"
\\n
\\n
{{ doc.name }}
\\n
\"}, {\"fieldname\": \"customer_name\", \"print_hide\": 0, \"label\": \"Customer Name\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"posting_date\", \"print_hide\": 0, \"label\": \"Date\"}, {\"fieldname\": \"issue_credit_note\", \"print_hide\": 0, \"label\": \"Issue Credit Note\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Address and Contact\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"shipping_address\", \"print_hide\": 0, \"label\": \"Shipping Address\"}, {\"fieldname\": \"contact_display\", \"print_hide\": 0, \"label\": \"Contact\"}, {\"fieldname\": \"contact_mobile\", \"print_hide\": 0, \"label\": \"Mobile No\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"tax_id\", \"print_hide\": 0, \"label\": \"Tax Id\"}, {\"fieldname\": \"address_display\", \"print_hide\": 0, \"label\": \"Billing Address\"}, {\"fieldname\": \"company_address\", \"print_hide\": 0, \"label\": \"Company Address Name\"}, {\"fieldname\": \"company_address_display\", \"print_hide\": 0, \"label\": \"Company Address\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"scan_barcode\", \"print_hide\": 0, \"label\": \"Scan Barcode\"}, {\"fieldname\": \"items\", \"print_hide\": 0, \"label\": \"Items\", \"visible_columns\": [{\"fieldname\": \"item_code\", \"print_width\": \"150px\", \"print_hide\": 0}, {\"fieldname\": \"description\", \"print_width\": \"300px\", \"print_hide\": 0}, {\"fieldname\": \"image\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"qty\", \"print_width\": \"100px\", \"print_hide\": 0}, {\"fieldname\": \"stock_uom\", \"print_width\": \"50px\", \"print_hide\": 0}, {\"fieldname\": \"discount_amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"rate\", \"print_width\": \"150px\", \"print_hide\": 0}, {\"fieldname\": \"amount\", \"print_width\": \"100px\", \"print_hide\": 0}, {\"fieldname\": \"pricing_rule\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"weight_per_unit\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"total_weight\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"weight_uom\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"serial_no\", \"print_width\": \"\", \"print_hide\": 0}]}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"taxes\", \"print_hide\": 0, \"label\": \"Sales Taxes and Charges\", \"visible_columns\": [{\"fieldname\": \"charge_type\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"row_id\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"account_head\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"cost_center\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"description\", \"print_width\": \"300px\", \"print_hide\": 0}, {\"fieldname\": \"rate\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"tax_amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"total\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"tax_amount_after_discount_amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"base_tax_amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"base_total\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"base_tax_amount_after_discount_amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"item_wise_tax_detail\", \"print_width\": \"\", \"print_hide\": 0}]}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"grand_total\", \"print_hide\": 0, \"label\": \"Grand Total\"}, {\"fieldname\": \"rounded_total\", \"print_hide\": 0, \"label\": \"Rounded Total\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Terms and Conditions\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"terms\", \"print_hide\": 0, \"label\": \"Terms and Conditions Details\"}, {\"fieldtype\": \"Section Break\", \"label\": \"More Information\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"project\", \"print_hide\": 0, \"label\": \"Project\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Status\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"instructions\", \"print_hide\": 0, \"label\": \"Instructions\"}]", + "html": null, + "line_breaks": 0, + "modified": "2020-08-13 07:37:53.307202", + "module": "Recod ERPNext Design", + "name": "Recod Delivery Note", + "parent": null, + "parentfield": null, + "parenttype": null, + "print_format_builder": 0, + "print_format_type": "Server", + "show_section_headings": 0, + "standard": "No" + }, + { + "align_labels_right": 0, + "css": "/*!\n * Recod ERPNext Design (https://github.com/Monogramm/recod_erpnext_design)\n * Copyright 2020 Monogramm\n * Licensed under AGPL v3 (https://github.com/Monogramm/recod_erpnext_design/blob/master/LICENSE)\n */\n\n.print-format {\ncolor: #666666;\n/* font-size: 14px; */\n}\n\n\n.print-format .data-field {\nmargin: 0 -15px;\n}\n.print-format .column-break+.column-break .data-field {\nborder-left: 10px solid #ffffff;\n}\n.print-format label { color: #5c87c7; }\n\n.print-format .print-heading {\nborder-color: #e7e7e8;\n/* padding: 0; */\n/* margin: 0; */\n}\n.print-format .print-heading h2 { color: #5c87c7; font-weight: bold; text-transform: uppercase; }\n.print-format .print-heading h2 small { color: #a5b6de; }\n\n\n.print-format [data-fieldname=\"rounded_total\"] {\nbackground-color: #dbebf6;\n}\n.print-format [data-fieldname=\"grand_total\"] {\nbackground-color: #e7e7e8;\n}\n\n.print-format [data-fieldname=\"rounded_total\"] div:first-child,\n.print-format [data-fieldname=\"grand_total\"] div:first-child {\nborder-left: 7px solid #5c87c7;\npadding-left: 8px;\n}\n\n\n.print-format [data-fieldname=\"due_date\"] .value,\n.print-format [data-fieldname=\"company\"] .value {\nfont-size: 120%;\nfont-weight: bold;\n}\n.print-format [data-fieldname=\"due_date\"] .value {\ncolor: #5c87c7;\n}\n\n\n.print-format [data-fieldname=\"terms\"] {\n/* background-color: #f5f5f5; */\nborder-radius: 5px;\npadding: 10px 15px;\nmargin: 5px 0;\n}\n\n.print-format [data-fieldname=\"bank\"] div:first-child,\n.print-format [data-fieldname=\"bank_account_no\"] div:first-child,\n.print-format [data-fieldname=\"branch_code\"] div:first-child,\n.print-format [data-fieldname=\"swift_number\"] div:first-child {\nborder-left: 7px solid #5c87c7;\npadding-left: 8px;\n}\n.print-format [data-fieldname=\"bank\"],\n.print-format [data-fieldname=\"bank_account_no\"],\n.print-format [data-fieldname=\"branch_code\"],\n.print-format [data-fieldname=\"swift_number\"] {\nbackground-color: #f5f5f5;\n}\n\n\n.print-format .table-bordered > thead > tr > th,\n.print-format .table-bordered > tbody > tr > th,\n.print-format .table-bordered > tfoot > tr > th,\n.print-format .table-bordered > thead > tr > td,\n.print-format .table-bordered > tbody > tr > td,\n.print-format .table-bordered > tfoot > tr > td {\nborder: 2px solid #ffffff;\n}\n.print-format .table-bordered > tbody > tr > td:nth-child(1),\n.print-format .table-bordered > tbody > tr > td:nth-child(2) {\nfont-size: 120%;\nfont-weight: bold;\n}\n.print-format th { background-color: #5c87c7 !important; color: #ffffff !important; }\n.print-format td { background-color: #dbebf6 !important; }", + "custom_format": 0, + "default_print_language": null, + "disabled": 0, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Print Format", + "font": "Default", + "format_data": "[{\"fieldname\": \"print_heading_template\", \"fieldtype\": \"Custom HTML\", \"options\": \"
\\t\\t\\t\\t\\\"\\\"\\t\\t\\t\\t

Sales Invoice
{{ doc.name }}\\t\\t\\t\\t

\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"_custom_html\", \"print_hide\": 0, \"label\": \"Custom HTML\", \"fieldtype\": \"HTML\", \"options\": \"
\\n
\\n
{{ doc.name }}
\\n
\"}, {\"fieldname\": \"project\", \"print_hide\": 0, \"label\": \"Project\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"posting_date\", \"print_hide\": 0, \"label\": \"Date\"}, {\"fieldname\": \"due_date\", \"print_hide\": 0, \"label\": \"Payment Due Date\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"customer\", \"print_hide\": 0, \"align\": \"left\", \"label\": \"Customer\"}, {\"fieldname\": \"tax_id\", \"print_hide\": 0, \"label\": \"Tax Id\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"company\", \"print_hide\": 0, \"label\": \"Company\"}, {\"fieldname\": \"_custom_html\", \"print_hide\": 0, \"label\": \"Custom HTML\", \"fieldtype\": \"HTML\", \"options\": \"{% set tax_id = frappe.db.get_value(\\\"Company\\\", doc.company, \\\"tax_id\\\") or \\\"\\\" %}\\n{% if tax_id %}\\n
\\n
\\n
{{ tax_id }}
\\n
\\n{% endif %}\"}, {\"fieldname\": \"cost_center\", \"print_hide\": 0, \"label\": \"Cost Center\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"update_billed_amount_in_sales_order\", \"print_hide\": 0, \"label\": \"Update Billed Amount in Sales Order\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"po_date\", \"print_hide\": 0, \"label\": \"Customer's Purchase Order Date\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Address and contacts\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"customer_address\", \"print_hide\": 0, \"label\": \"Customer Address\"}, {\"fieldname\": \"contact_display\", \"print_hide\": 0, \"label\": \"Contact\"}, {\"fieldname\": \"contact_mobile\", \"print_hide\": 0, \"label\": \"Mobile No\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"company_address_display\", \"print_hide\": 0, \"label\": \"Company Address\"}, {\"fieldname\": \"_custom_html\", \"print_hide\": 0, \"label\": \"Custom HTML\", \"fieldtype\": \"HTML\", \"options\": \"{% set cp = frappe.get_doc(\\\"Company\\\", doc.company) or \\\"\\\" %}\\n{% if cp.phone_no %}\\n
\\n
\\n
{{ cp.phone_no }}
\\n
\\n{% endif %}\\n\\n{% if cp.email %}\\n
\\n
\\n
{{ cp.email }}
\\n
\\n{% endif %}\\n\\n{% if cp.fax %}\\n
\\n
\\n
{{ cp.fax }}
\\n
\\n{% endif %}\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"scan_barcode\", \"print_hide\": 0, \"label\": \"Scan Barcode\"}, {\"fieldname\": \"items\", \"print_hide\": 0, \"label\": \"Items\", \"visible_columns\": [{\"fieldname\": \"item_code\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"description\", \"print_width\": \"200px\", \"print_hide\": 0}, {\"fieldname\": \"image\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"qty\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"stock_uom\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"uom\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"discount_amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"rate\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"pricing_rule\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"deferred_revenue_account\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"service_stop_date\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"enable_deferred_revenue\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"service_start_date\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"service_end_date\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"quality_inspection\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"serial_no\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"asset\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"finance_book\", \"print_width\": \"\", \"print_hide\": 0}]}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"taxes\", \"print_hide\": 0, \"label\": \"Sales Taxes and Charges\", \"visible_columns\": [{\"fieldname\": \"charge_type\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"row_id\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"account_head\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"cost_center\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"description\", \"print_width\": \"300px\", \"print_hide\": 0}, {\"fieldname\": \"rate\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"tax_amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"total\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"tax_amount_after_discount_amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"base_tax_amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"base_total\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"base_tax_amount_after_discount_amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"item_wise_tax_detail\", \"print_width\": \"\", \"print_hide\": 0}]}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"loyalty_redemption_account\", \"print_hide\": 0, \"label\": \"Redemption Account\"}, {\"fieldname\": \"loyalty_redemption_cost_center\", \"print_hide\": 0, \"label\": \"Redemption Cost Center\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"grand_total\", \"print_hide\": 0, \"label\": \"Grand Total\"}, {\"fieldname\": \"rounded_total\", \"print_hide\": 0, \"label\": \"Rounded Total\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"allocate_advances_automatically\", \"print_hide\": 0, \"label\": \"Allocate Advances Automatically (FIFO)\"}, {\"fieldname\": \"get_advances\", \"print_hide\": 0, \"label\": \"Get Advances Received\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"terms\", \"print_hide\": 0, \"label\": \"Terms and Conditions Details\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"inter_company_invoice_reference\", \"print_hide\": 0, \"label\": \"Inter Company Invoice Reference\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"update_auto_repeat_reference\", \"print_hide\": 0, \"label\": \"Update Auto Repeat Reference\"}]", + "html": "", + "line_breaks": 0, + "modified": "2020-08-12 07:35:31.909915", + "module": "Recod ERPNext Design", + "name": "Recod Sales Invoice", + "parent": "Sales Invoice", + "parentfield": null, + "parenttype": null, + "print_format_builder": 0, + "print_format_type": "Server", + "show_section_headings": 0, + "standard": "No" + }, + { + "align_labels_right": 0, + "css": "/*!\n * Recod ERPNext Design (https://github.com/Monogramm/recod_erpnext_design)\n * Copyright 2020 Monogramm\n * Licensed under AGPL v3 (https://github.com/Monogramm/recod_erpnext_design/blob/master/LICENSE)\n */\n\n.print-format {\ncolor: #666666;\n/* font-size: 14px; */\n}\n\n\n.print-format .data-field {\nmargin: 0 -15px;\n}\n.print-format .column-break+.column-break .data-field {\nmargin-left: 10px;\n}\n.print-format label { color: #5c87c7; }\n\n.print-format .print-heading {\nborder-color: #e7e7e8;\n/* padding: 0; */\n/* margin: 0; */\n}\n.print-format .print-heading h2 { color: #5c87c7; font-weight: bold; text-transform: uppercase; }\n.print-format .print-heading h2 small { color: #a5b6de; }\n\n\n\n.print-format [data-fieldname=\"company\"] {\nbackground-color: #dbebf6;\n}\n.print-format [data-fieldname=\"grand_total\"],\n.print-format [data-fieldname=\"posting_date\"] {\nbackground-color: #e7e7e8;\n}\n\n\n\n.print-format [data-fieldname=\"company\"] div:first-child {\nborder-left: 7px solid #5c87c7;\npadding-left: 8px;\n}\n\n\n.print-format [data-fieldname=\"due_date\"] .value,\n.print-format [data-fieldname=\"company\"] .value {\nfont-size: 120%;\nfont-weight: bold;\n}\n.print-format [data-fieldname=\"due_date\"] .value {\ncolor: #5c87c7;\n}\n\n\n.print-format [data-fieldname=\"terms\"] {\n/* background-color: #f5f5f5; */\nborder-radius: 5px;\npadding: 10px 15px;\nmargin: 5px 0;\n}\n\n.print-format [data-fieldname=\"bank\"] div:first-child,\n.print-format [data-fieldname=\"bank_account_no\"] div:first-child,\n.print-format [data-fieldname=\"branch_code\"] div:first-child,\n.print-format [data-fieldname=\"swift_number\"] div:first-child {\nborder-left: 7px solid #5c87c7;\npadding-left: 8px;\n}\n.print-format [data-fieldname=\"bank\"],\n.print-format [data-fieldname=\"bank_account_no\"],\n.print-format [data-fieldname=\"branch_code\"],\n.print-format [data-fieldname=\"swift_number\"] {\nbackground-color: #f5f5f5;\n}\n\n\n.print-format .table-bordered > thead > tr > th,\n.print-format .table-bordered > tbody > tr > th,\n.print-format .table-bordered > tfoot > tr > th,\n.print-format .table-bordered > thead > tr > td,\n.print-format .table-bordered > tbody > tr > td,\n.print-format .table-bordered > tfoot > tr > td {\nborder: 2px solid #ffffff;\n}\n.print-format .table-bordered > tbody > tr > td:nth-child(1),\n.print-format .table-bordered > tbody > tr > td:nth-child(2) {\nfont-size: 120%;\nfont-weight: bold;\n}\n.print-format table{ \nmargin: 20px -38px;\n}\n.print-format th { background-color: #5c87c7 !important; color: #ffffff !important; }\n.print-format td { background-color: #dbebf6 !important; }\n\n\n.print-format [data-fieldname=\"rounded_total\"]{\nborder-left: 7px solid #5c87c7;\nbackground-color: #dbebf6;\n}\n.print-format [data-fieldname=\"grand_total\"]{\nborder-left: 7px solid #5c87c7;\n}", + "custom_format": 0, + "default_print_language": null, + "disabled": 0, + "doc_type": "Purchase Invoice", + "docstatus": 0, + "doctype": "Print Format", + "font": "Default", + "format_data": "[{\"fieldname\": \"print_heading_template\", \"fieldtype\": \"Custom HTML\", \"options\": \"
\\t\\t\\t\\t\\\"\\\"\\t\\t\\t\\t

Purchase Invoice
{{ doc.name }}\\t\\t\\t\\t

\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"_custom_html\", \"print_hide\": 0, \"label\": \"Custom HTML\", \"fieldtype\": \"HTML\", \"options\": \"
\\n
\\n
{{ doc.name }}
\\n
\"}, {\"fieldname\": \"supplier_name\", \"print_hide\": 0, \"label\": \"Supplier Name\"}, {\"fieldname\": \"tax_id\", \"print_hide\": 0, \"label\": \"Tax Id\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"bill_date\", \"print_hide\": 0, \"label\": \"Supplier Invoice Date\"}, {\"fieldname\": \"due_date\", \"print_hide\": 0, \"label\": \"Due Date\"}, {\"fieldname\": \"cost_center\", \"print_hide\": 0, \"label\": \"Cost Center\"}, {\"fieldname\": \"_custom_html\", \"print_hide\": 0, \"label\": \"Custom HTML\", \"fieldtype\": \"HTML\", \"options\": \"{% set cp = frappe.get_doc(\\\"Company\\\", doc.company) or \\\"\\\" %}\\n{% if cp.phone_no %}\\n
\\n
\\n
{{ cp.phone_no }}
\\n
\\n{% endif %}\\n\\n{% if cp.email %}\\n
\\n
\\n
{{ cp.email }}
\\n
\\n{% endif %}\\n\\n{% if cp.fax %}\\n
\\n
\\n
{{ cp.fax }}
\\n
\\n{% endif %}\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Hold Invoice\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"on_hold\", \"print_hide\": 0, \"label\": \"Hold Invoice\"}, {\"fieldname\": \"release_date\", \"print_hide\": 0, \"label\": \"Release Date\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"hold_comment\", \"print_hide\": 0, \"label\": \"Reason For Putting On Hold\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Address and Contact\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"address_display\", \"print_hide\": 0, \"label\": \"Address\"}, {\"fieldname\": \"contact_display\", \"print_hide\": 0, \"label\": \"Contact\"}, {\"fieldname\": \"contact_mobile\", \"print_hide\": 0, \"label\": \"Mobile No\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"shipping_address_display\", \"print_hide\": 0, \"label\": \"Shipping Address\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"scan_barcode\", \"print_hide\": 0, \"label\": \"Scan Barcode\"}, {\"fieldname\": \"items\", \"print_hide\": 0, \"label\": \"Items\", \"visible_columns\": [{\"fieldname\": \"item_name\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"description\", \"print_width\": \"300px\", \"print_hide\": 0}, {\"fieldname\": \"image\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"received_qty\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"qty\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"rejected_qty\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"discount_percentage\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"discount_amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"rate\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"pricing_rule\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"weight_per_unit\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"total_weight\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"weight_uom\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"warehouse\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"rejected_warehouse\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"batch_no\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"serial_no\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"deferred_expense_account\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"service_stop_date\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"enable_deferred_expense\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"service_start_date\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"service_end_date\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"bom\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"include_exploded_items\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"asset\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"asset_location\", \"print_width\": \"\", \"print_hide\": 0}]}, {\"fieldtype\": \"Section Break\", \"label\": \"Raw Materials Supplied\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"supplied_items\", \"print_hide\": 0, \"label\": \"Supplied Items\", \"visible_columns\": [{\"fieldname\": \"main_item_code\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"rm_item_code\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"description\", \"print_width\": \"300px\", \"print_hide\": 0}, {\"fieldname\": \"batch_no\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"serial_no\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"required_qty\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"consumed_qty\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"stock_uom\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"rate\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"conversion_factor\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"current_stock\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"reference_name\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"bom_detail_no\", \"print_width\": \"\", \"print_hide\": 0}]}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"taxes\", \"print_hide\": 0, \"label\": \"Purchase Taxes and Charges\", \"visible_columns\": [{\"fieldname\": \"category\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"add_deduct_tax\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"charge_type\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"row_id\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"included_in_print_rate\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"account_head\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"cost_center\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"description\", \"print_width\": \"300px\", \"print_hide\": 0}, {\"fieldname\": \"rate\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"tax_amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"total\", \"print_width\": \"\", \"print_hide\": 0}]}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"grand_total\", \"print_hide\": 0, \"label\": \"Grand Total\"}, {\"fieldname\": \"rounded_total\", \"print_hide\": 0, \"label\": \"Rounded Total\"}, {\"fieldname\": \"disable_rounded_total\", \"print_hide\": 0, \"label\": \"Disable Rounded Total\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Payments\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"cash_bank_account\", \"print_hide\": 0, \"label\": \"Cash/Bank Account\"}, {\"fieldname\": \"clearance_date\", \"print_hide\": 0, \"label\": \"Clearance Date\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Advance Payments\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"allocate_advances_automatically\", \"print_hide\": 0, \"label\": \"Set Advances and Allocate (FIFO)\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Payment Terms\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"payment_terms_template\", \"print_hide\": 0, \"label\": \"Payment Terms Template\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Terms and Conditions\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"terms\", \"print_hide\": 0, \"label\": \"Terms and Conditions1\"}, {\"fieldtype\": \"Section Break\", \"label\": \"More Information\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"inter_company_invoice_reference\", \"print_hide\": 0, \"label\": \"Inter Company Invoice Reference\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Subscription Section\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"update_auto_repeat_reference\", \"print_hide\": 0, \"label\": \"Update Auto Repeat Reference\"}]", + "html": null, + "line_breaks": 0, + "modified": "2020-08-12 07:51:09.790858", + "module": "Recod ERPNext Design", + "name": "Recod Purchase Invoice", + "parent": null, + "parentfield": null, + "parenttype": null, + "print_format_builder": 0, + "print_format_type": "Server", + "show_section_headings": 0, + "standard": "No" + }, + { + "align_labels_right": 0, + "css": "/*!\n * Recod ERPNext Design (https://github.com/Monogramm/recod_erpnext_design)\n * Copyright 2020 Monogramm\n * Licensed under AGPL v3 (https://github.com/Monogramm/recod_erpnext_design/blob/master/LICENSE)\n */\n\n.print-format {\ncolor: #666666;\n/* font-size: 14px; */\n}\n\n\n.print-format .data-field {\nmargin: 0 -15px;\n}\n.print-format label { color: #5c87c7; }\n\n.print-format .print-heading {\nborder-color: #e7e7e8;\n/* padding: 0; */\n/* margin: 0; */\n}\n.print-format .print-heading h2 { color: #5c87c7; font-weight: bold; text-transform: uppercase; }\n.print-format .print-heading h2 small { color: #a5b6de; }\n\n\n.print-format [data-fieldname=\"due_date\"],\n.print-format [data-fieldname=\"rounded_total\"],\n.print-format [data-fieldname=\"company\"] {\nbackground-color: #dbebf6;\n}\n.print-format [data-fieldname=\"grand_total\"],\n.print-format [data-fieldname=\"posting_date\"] {\nbackground-color: #e7e7e8;\n}\n\n.print-format [data-fieldname=\"rounded_total\"] div:first-child,\n.print-format [data-fieldname=\"due_date\"] div:first-child,\n.print-format [data-fieldname=\"company\"] div:first-child {\nborder-left: 7px solid #5c87c7;\npadding-left: 8px;\n}\n\n\n.print-format [data-fieldname=\"due_date\"] .value,\n.print-format [data-fieldname=\"company\"] .value {\nfont-size: 120%;\nfont-weight: bold;\n}\n.print-format [data-fieldname=\"due_date\"] .value {\ncolor: #5c87c7;\n}\n\n\n.print-format [data-fieldname=\"terms\"] {\n/* background-color: #f5f5f5; */\nborder-radius: 5px;\npadding: 10px 15px;\nmargin: 5px 0;\n}\n\n.print-format [data-fieldname=\"bank\"] div:first-child,\n.print-format [data-fieldname=\"bank_account_no\"] div:first-child,\n.print-format [data-fieldname=\"branch_code\"] div:first-child,\n.print-format [data-fieldname=\"swift_number\"] div:first-child {\nborder-left: 7px solid #5c87c7;\npadding-left: 8px;\n}\n.print-format [data-fieldname=\"bank\"],\n.print-format [data-fieldname=\"bank_account_no\"],\n.print-format [data-fieldname=\"branch_code\"],\n.print-format [data-fieldname=\"swift_number\"] {\nbackground-color: #f5f5f5;\n}\n\n\n.print-format .table-bordered > thead > tr > th,\n.print-format .table-bordered > tbody > tr > th,\n.print-format .table-bordered > tfoot > tr > th,\n.print-format .table-bordered > thead > tr > td,\n.print-format .table-bordered > tbody > tr > td,\n.print-format .table-bordered > tfoot > tr > td {\nborder: 2px solid #ffffff;\n}\n.print-format .table-bordered > tbody > tr > td:nth-child(1),\n.print-format .table-bordered > tbody > tr > td:nth-child(2) {\nfont-size: 120%;\nfont-weight: bold;\n}\n.print-format th { background-color: #5c87c7 !important; color: #ffffff !important; }\n.print-format td { background-color: #dbebf6 !important; }\n\n.print-format [data-fieldname=\"grand_total\"]{\nborder-left: 7px solid #5c87c7;\n}", + "custom_format": 0, + "default_print_language": null, + "disabled": 0, + "doc_type": "Quotation", + "docstatus": 0, + "doctype": "Print Format", + "font": "Default", + "format_data": "[{\"fieldname\": \"print_heading_template\", \"fieldtype\": \"Custom HTML\", \"options\": \"
\\t\\t\\t\\t\\\"\\\"\\t\\t\\t\\t

Quotation
{{ doc.name }}\\t\\t\\t\\t

\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"_custom_html\", \"print_hide\": 0, \"label\": \"Custom HTML\", \"fieldtype\": \"HTML\", \"options\": \"
\\n
\\n
{{ doc.name }}
\\n
\"}, {\"fieldname\": \"customer_name\", \"print_hide\": 0, \"label\": \"Customer Name\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"transaction_date\", \"print_hide\": 0, \"label\": \"Date\"}, {\"fieldname\": \"valid_till\", \"print_hide\": 0, \"label\": \"Valid Till\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Address and Contact\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"address_display\", \"print_hide\": 0, \"label\": \"Address\"}, {\"fieldname\": \"contact_display\", \"print_hide\": 0, \"label\": \"Contact\"}, {\"fieldname\": \"contact_mobile\", \"print_hide\": 0, \"label\": \"Mobile No\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"shipping_address\", \"print_hide\": 0, \"label\": \"Shipping Address\"}, {\"fieldname\": \"_custom_html\", \"print_hide\": 0, \"label\": \"Custom HTML\", \"fieldtype\": \"HTML\", \"options\": \"{% set cp = frappe.get_doc(\\\"Company\\\", doc.company) or \\\"\\\" %}\\n{% if cp.phone_no %}\\n
\\n
\\n
{{ cp.phone_no }}
\\n
\\n{% endif %}\\n\\n{% if cp.email %}\\n
\\n
\\n
{{ cp.email }}
\\n
\\n{% endif %}\\n\\n{% if cp.fax %}\\n
\\n
\\n
{{ cp.fax }}
\\n
\\n{% endif %}\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"items\", \"print_hide\": 0, \"label\": \"Items\", \"visible_columns\": [{\"fieldname\": \"item_code\", \"print_width\": \"150px\", \"print_hide\": 0}, {\"fieldname\": \"description\", \"print_width\": \"300px\", \"print_hide\": 0}, {\"fieldname\": \"image\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"qty\", \"print_width\": \"100px\", \"print_hide\": 0}, {\"fieldname\": \"stock_uom\", \"print_width\": \"100px\", \"print_hide\": 0}, {\"fieldname\": \"discount_amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"rate\", \"print_width\": \"100px\", \"print_hide\": 0}, {\"fieldname\": \"amount\", \"print_width\": \"100px\", \"print_hide\": 0}, {\"fieldname\": \"pricing_rule\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"weight_uom\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"stock_balance\", \"print_width\": \"\", \"print_hide\": 0}]}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"taxes\", \"print_hide\": 0, \"label\": \"Sales Taxes and Charges\", \"visible_columns\": [{\"fieldname\": \"charge_type\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"row_id\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"account_head\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"cost_center\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"description\", \"print_width\": \"300px\", \"print_hide\": 0}, {\"fieldname\": \"rate\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"tax_amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"total\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"tax_amount_after_discount_amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"base_tax_amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"base_total\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"base_tax_amount_after_discount_amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"item_wise_tax_detail\", \"print_width\": \"\", \"print_hide\": 0}]}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"grand_total\", \"print_hide\": 0, \"label\": \"Grand Total\"}, {\"fieldname\": \"rounded_total\", \"print_hide\": 0, \"label\": \"Rounded Total\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Terms and Conditions\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"terms\", \"print_hide\": 0, \"label\": \"Term Details\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Auto Repeat Section\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"update_auto_repeat_reference\", \"print_hide\": 0, \"label\": \"Update Auto Repeat Reference\"}, {\"fieldtype\": \"Section Break\", \"label\": \"More Information\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"supplier_quotation\", \"print_hide\": 0, \"label\": \"Supplier Quotation\"}]", + "html": null, + "line_breaks": 0, + "modified": "2020-08-12 07:49:37.561926", + "module": "Recod ERPNext Design", + "name": "Recod Quotation", + "parent": null, + "parentfield": null, + "parenttype": null, + "print_format_builder": 0, + "print_format_type": "Server", + "show_section_headings": 0, + "standard": "No" + }, + { + "align_labels_right": 0, + "css": "/*!\n * Recod ERPNext Design (https://github.com/Monogramm/recod_erpnext_design)\n * Copyright 2020 Monogramm\n * Licensed under AGPL v3 (https://github.com/Monogramm/recod_erpnext_design/blob/master/LICENSE)\n */\n\n.print-format {\ncolor: #666666;\n/* font-size: 14px; */\n}\n\n\n.print-format .data-field {\nmargin: 0 -15px;\n}\n.print-format .column-break+.column-break .data-field {\nborder-left: 10px solid #ffffff;\n}\n.print-format label { color: #5c87c7; }\n\n.print-format .print-heading {\nborder-color: #e7e7e8;\n/* padding: 0; */\n/* margin: 0; */\n}\n.print-format .print-heading h2 { color: #5c87c7; font-weight: bold; text-transform: uppercase; }\n.print-format .print-heading h2 small { color: #a5b6de; }\n\n\n.print-format [data-fieldname=\"due_date\"],\n.print-format [data-fieldname=\"rounded_total\"],\n.print-format [data-fieldname=\"due_date\"] {\nbackground-color: #dbebf6;\n}\n.print-format [data-fieldname=\"grand_total\"] {\nbackground-color: #e7e7e8;\n}\n\n.print-format [data-fieldname=\"rounded_total\"] div:first-child,\n.print-format [data-fieldname=\"due_date\"] div:first-child {\nborder-left: 7px solid #5c87c7;\npadding-left: 8px;\n}\n\n\n.print-format [data-fieldname=\"due_date\"] .value,\n.print-format [data-fieldname=\"company\"] .value {\nfont-size: 120%;\nfont-weight: bold;\n}\n.print-format [data-fieldname=\"due_date\"] .value {\ncolor: #5c87c7;\n}\n\n\n.print-format [data-fieldname=\"terms\"] {\n/* background-color: #f5f5f5; */\nborder-radius: 5px;\npadding: 10px 15px;\nmargin: 5px 0;\n}\n\n.print-format [data-fieldname=\"bank\"] div:first-child,\n.print-format [data-fieldname=\"bank_account_no\"] div:first-child,\n.print-format [data-fieldname=\"branch_code\"] div:first-child,\n.print-format [data-fieldname=\"swift_number\"] div:first-child {\nborder-left: 7px solid #5c87c7;\npadding-left: 8px;\n}\n.print-format [data-fieldname=\"bank\"],\n.print-format [data-fieldname=\"bank_account_no\"],\n.print-format [data-fieldname=\"branch_code\"],\n.print-format [data-fieldname=\"swift_number\"] {\nbackground-color: #f5f5f5;\n}\n\n\n.print-format .table-bordered > thead > tr > th,\n.print-format .table-bordered > tbody > tr > th,\n.print-format .table-bordered > tfoot > tr > th,\n.print-format .table-bordered > thead > tr > td,\n.print-format .table-bordered > tbody > tr > td,\n.print-format .table-bordered > tfoot > tr > td {\nborder: 2px solid #ffffff;\n}\n.print-format .table-bordered > tbody > tr > td:nth-child(1),\n.print-format .table-bordered > tbody > tr > td:nth-child(2) {\nfont-size: 120%;\nfont-weight: bold;\n}\n.print-format th { background-color: #5c87c7 !important; color: #ffffff !important; }\n.print-format td { background-color: #dbebf6 !important; }", + "custom_format": 0, + "default_print_language": null, + "disabled": 0, + "doc_type": "Salary Slip", + "docstatus": 0, + "doctype": "Print Format", + "font": "Default", + "format_data": "[{\"fieldname\": \"print_heading_template\", \"fieldtype\": \"Custom HTML\", \"options\": \"
\\t\\t\\t\\t\\\"\\\"\\t\\t\\t\\t

Salary Slip
{{ doc.name }}\\t\\t\\t\\t

\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"_custom_html\", \"print_hide\": 0, \"label\": \"Custom HTML\", \"fieldtype\": \"HTML\", \"options\": \"
\\n
\\n
{{ doc.name }}
\\n
\"}, {\"fieldname\": \"posting_date\", \"print_hide\": 0, \"label\": \"Posting Date\"}, {\"fieldname\": \"employee\", \"print_hide\": 0, \"label\": \"Employee\"}, {\"fieldname\": \"employee_name\", \"print_hide\": 0, \"label\": \"Employee Name\"}, {\"fieldname\": \"department\", \"print_hide\": 0, \"label\": \"Department\"}, {\"fieldname\": \"designation\", \"print_hide\": 0, \"label\": \"Designation\"}, {\"fieldname\": \"branch\", \"print_hide\": 0, \"label\": \"Branch\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"status\", \"print_hide\": 0, \"label\": \"Status\"}, {\"fieldname\": \"journal_entry\", \"print_hide\": 0, \"label\": \"Journal Entry\"}, {\"fieldname\": \"payroll_entry\", \"print_hide\": 0, \"label\": \"Payroll Entry\"}, {\"fieldname\": \"company\", \"print_hide\": 0, \"label\": \"Company\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"salary_slip_based_on_timesheet\", \"print_hide\": 0, \"label\": \"Salary Slip Based on Timesheet\"}, {\"fieldname\": \"start_date\", \"print_hide\": 0, \"label\": \"Start Date\"}, {\"fieldname\": \"end_date\", \"print_hide\": 0, \"label\": \"End Date\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"salary_structure\", \"print_hide\": 0, \"label\": \"Salary Structure\"}, {\"fieldname\": \"payroll_frequency\", \"print_hide\": 0, \"label\": \"Payroll Frequency\"}, {\"fieldname\": \"total_working_days\", \"print_hide\": 0, \"label\": \"Working Days\"}, {\"fieldname\": \"leave_without_pay\", \"print_hide\": 0, \"label\": \"Leave Without Pay\"}, {\"fieldname\": \"payment_days\", \"print_hide\": 0, \"label\": \"Payment Days\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"timesheets\", \"print_hide\": 0, \"label\": \"Salary Slip Timesheet\", \"visible_columns\": [{\"fieldname\": \"time_sheet\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"working_hours\", \"print_width\": \"\", \"print_hide\": 0}]}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"total_working_hours\", \"print_hide\": 0, \"label\": \"Total Working Hours\"}, {\"fieldname\": \"hour_rate\", \"print_hide\": 0, \"label\": \"Hour Rate\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"bank_name\", \"print_hide\": 0, \"label\": \"Bank Name\"}, {\"fieldname\": \"bank_account_no\", \"print_hide\": 0, \"label\": \"Bank Account No.\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"deduct_tax_for_unclaimed_employee_benefits\", \"print_hide\": 0, \"label\": \"Deduct Tax For Unclaimed Employee Benefits\"}, {\"fieldname\": \"deduct_tax_for_unsubmitted_tax_exemption_proof\", \"print_hide\": 0, \"label\": \"Deduct Tax For Unsubmitted Tax Exemption Proof\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Earning & Deduction\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"earnings\", \"print_hide\": 0, \"label\": \"Earnings\", \"visible_columns\": [{\"fieldname\": \"salary_component\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"statistical_component\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"condition\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"amount_based_on_formula\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"formula\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"do_not_include_in_total\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"tax_on_flexible_benefit\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"tax_on_additional_salary\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"condition_and_formula_help\", \"print_width\": \"\", \"print_hide\": 0}]}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"deductions\", \"print_hide\": 0, \"label\": \"Deductions\", \"visible_columns\": [{\"fieldname\": \"salary_component\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"statistical_component\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"condition\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"amount_based_on_formula\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"formula\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"amount\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"do_not_include_in_total\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"tax_on_flexible_benefit\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"tax_on_additional_salary\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"condition_and_formula_help\", \"print_width\": \"\", \"print_hide\": 0}]}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"gross_pay\", \"print_hide\": 0, \"label\": \"Gross Pay\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"total_deduction\", \"print_hide\": 0, \"label\": \"Total Deduction\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"total_principal_amount\", \"print_hide\": 0, \"label\": \"Total Principal Amount\"}, {\"fieldname\": \"total_interest_amount\", \"print_hide\": 0, \"label\": \"Total Interest Amount\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"total_loan_repayment\", \"print_hide\": 0, \"label\": \"Total Loan Repayment\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Net pay info\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"rounded_total\", \"print_hide\": 0, \"label\": \"Rounded Total\"}, {\"fieldname\": \"net_pay\", \"print_hide\": 0, \"label\": \"Net Pay\"}]", + "html": null, + "line_breaks": 0, + "modified": "2020-08-12 08:01:30.763394", + "module": "Recod ERPNext Design", + "name": "Recod Salary Slip", + "parent": null, + "parentfield": null, + "parenttype": null, + "print_format_builder": 0, + "print_format_type": "Server", + "show_section_headings": 0, + "standard": "No" + } +]