From 3abe572dce9cb32c86fd367a2a02d57bfeca9dcd Mon Sep 17 00:00:00 2001 From: Om-satat24 Date: Thu, 21 May 2026 11:22:30 +0530 Subject: [PATCH 1/7] fix: v16 migration - rename qrcode to qr_utils, fix jinja path, fix scheduler cron key, add qrcode dependency --- khetangroup/hooks.py | 4 ++-- khetangroup/{qrcode.py => qr_utils.py} | 0 pyproject.toml | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) rename khetangroup/{qrcode.py => qr_utils.py} (100%) diff --git a/khetangroup/hooks.py b/khetangroup/hooks.py index 5951856..366ca39 100644 --- a/khetangroup/hooks.py +++ b/khetangroup/hooks.py @@ -55,7 +55,7 @@ # ---------- jinja = { "methods": [ - "khetangroup.qrcode.get_qr_code" + "khetangroup.qr_utils.get_qr_code" ] } @@ -152,7 +152,7 @@ # ], # } scheduler_events = { - "update_stock_entry": { + "cron": { "*/5 * * * *": [ "khetangroup.update_stock_entry.update_stock_entry" ], diff --git a/khetangroup/qrcode.py b/khetangroup/qr_utils.py similarity index 100% rename from khetangroup/qrcode.py rename to khetangroup/qr_utils.py diff --git a/pyproject.toml b/pyproject.toml index ab8d671..0a8ef1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,10 @@ authors = [ description = "Custom Frappe app" requires-python = ">=3.10" dynamic = ["version"] +dependencies = [ + "qrcode[pil]>=7.0", + "Pillow", +] [tool.bench.frappe-dependencies] frappe = ">=16.0.0,<17.0.0" From 96a8efce15cf8e7389bf124d57677e268e82f62f Mon Sep 17 00:00:00 2001 From: Om-satat24 Date: Fri, 22 May 2026 13:29:56 +0530 Subject: [PATCH 2/7] fix: update sales invoice unit-1 print format --- khetangroup/fixtures/print_format.json | 74 ++++++++++++++++++++++++-- 1 file changed, 70 insertions(+), 4 deletions(-) diff --git a/khetangroup/fixtures/print_format.json b/khetangroup/fixtures/print_format.json index 33d21c5..c0188a6 100644 --- a/khetangroup/fixtures/print_format.json +++ b/khetangroup/fixtures/print_format.json @@ -22,11 +22,14 @@ "module": "khetangroup", "name": "Unit-1 Material Request", "page_number": "Hide", + "pdf_generator": null, "print_format_builder": 0, "print_format_builder_beta": 0, + "print_format_for": null, "print_format_type": "Jinja", "raw_commands": null, "raw_printing": 0, + "report": null, "show_section_headings": 0, "standard": "No" }, @@ -53,11 +56,14 @@ "module": "khetangroup", "name": "Material Issue", "page_number": "Hide", + "pdf_generator": null, "print_format_builder": 0, "print_format_builder_beta": 0, + "print_format_for": null, "print_format_type": "Jinja", "raw_commands": null, "raw_printing": 0, + "report": null, "show_section_headings": 0, "standard": "No" }, @@ -84,11 +90,14 @@ "module": "khetangroup", "name": "Quotation Unit-1", "page_number": "Hide", + "pdf_generator": null, "print_format_builder": 0, "print_format_builder_beta": 0, + "print_format_for": null, "print_format_type": "Jinja", "raw_commands": null, "raw_printing": 0, + "report": null, "show_section_headings": 0, "standard": "No" }, @@ -105,21 +114,24 @@ "font": null, "font_size": 14, "format_data": null, - "html": "\r \r {% if letter_head and not no_letterhead -%}\r{% if print_settings.repeat_header_footer %}\r
{{ letter_head }}
\r{%- endif %}{%- endif %}\r

TAX INVOICE

\r \r \r\r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r {% endif %}\r \r \r \r \r \r \r \r \r \r \r \r \r \r \r {%- for item in doc.items -%}\r \r \r \r \r \r \r \r \r \r \r \r \r {% endfor %}\r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r \r

{{ doc.company}}

\r

{{ doc.company_address_display or \"\" }}

\r
Invoice No.:

{{doc.name }}

Invoice Dated:-{{frappe.utils.get_datetime(doc.posting_date ).strftime(' %d-%m- %Y') }}
Delivery Note:

Policy No:{{ doc.policy_no or \" \" }}
Buyer's Order No:

{{ doc.po_no or \" \" }}

Buyer's Order Dated:{{frappe.utils.get_datetime(doc.po_date ).strftime(' %d-%m- %Y') }}
Dispatched Through:

{{ doc.dispatched_though or \" \"}}

Vehicle No:{{ doc.vehicle_no or \"\" }}
Dispatch Document No:-

{{ doc.lr_no or \" \" }}

Destination:- {{ doc.destination or \" \" }}
Mode/Terms of Payment:-

{{ doc.mode_terms_of_payment or \" \" }}

Delivery Note Date:- {{frappe.utils.get_datetime(doc.delivery_date ).strftime(' %d-%m- %Y') }}

Consignee

\r

{{ doc.customer_name or \" \" }}

\r

{{ doc.address_display or \" \" }}

\r \r \r \r

Terms Of Delivery: {{ doc.terms or \" \" }}

\r {% if doc.print_discount_amount_ %}\r

Total Discount Amount:   {{ doc.total_discount_amount }}

Sr No.Description Of GoodsHSN/SACQuantityUOMRateAmount
{{item.idx or \" \"}}{{item.item_name or \" \" }}{{item.gst_hsn_code or \" \"}}{{item.qty or \" \"}}{{ item.uom or \" \" }}{{item.rate or \" \"}}{{item.amount or \" \" }}
\r {%- for item in doc.taxes -%}\r {% if item.account_head == \"Output Tax IGST - KG\" %}\r

IGST

\r {% elif item.account_head == \"Output Tax CGST - KG\" %}\r

CGST

\r {% elif item.account_head == \"Output Tax SGST - KG\" %}\r

SGST

\r {% endif %}\r {% endfor %}\r
{%- for item in doc.taxes -%}\r

{{ item.tax_amount or \" \" }}

\r \r {% endfor %}
Total{{ doc.base_rounded_total or \" \" }}

Amount Chargable (In Word):\r {{ frappe.utils.money_in_words(doc.grand_total) }}

{{ doc.other_charges_calculation or \" \" }}
Tax Amount (in Words):{{ frappe.utils.money_in_words(doc.total_taxes_and_charges) }}
\r \r

Remarks:\r {{ doc.remarks or \"\"}}

\r {% set doc_company = frappe.get_doc('Company', doc.company) %}\r \r

Company's PAN:  {{ doc_company.pan or \" \" }}

\r Declaration:\r

{{ doc.remarks or \" \"}}

\r

Authorised Signatory

\r \r
\r Company's Bank Details\r {% set doc_ac = frappe.get_doc('Bank Account', doc.bank_account) %}\r

Bank Name:  {{ doc_ac.bank or \" \"}}

\r

A/C No :   {{ doc_ac.bank_account_no or \" \" }}

\r

Branch Ifsc Code:  {{ doc_ac.branch_code or \" \" }}

\r For {{doc.company }}\r \r \r \r \r \r
\r
SUBJECT TO SARAIKELA KHARSAWAN JURISDICTION\r\r
\r
\r \r", + "html": "\n \n\n {% if letter_head and not no_letterhead -%}\n {% if print_settings.repeat_header_footer %}\n
\n
{{ letter_head }}
\n {%- endif %}\n {%- endif %}\n\n
\n

TAX INVOICE

\n
\n\n \n\n \n \n\n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n \n \n \n \n \n \n \n\n {%- for item in doc.items -%}\n \n \n \n \n \n \n \n \n \n {% endfor %}\n\n \n \n \n \n \n \n\n \n\n \n \n\n \n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n\n \n \n\n
\n

{{ doc.company}}

\n

{{ doc.company_address_display or \"\" }}

\n
\n Invoice No.:\n

{{doc.name }}

\n
\n Invoice Dated:-{{frappe.utils.get_datetime(doc.posting_date ).strftime(' %d-%m- %Y') }}\n
\n Delivery Note:\n

\n
\n Policy No:{{ doc.policy_no or \" \" }}\n
\n Buyer's Order No:\n

{{ doc.po_no or \" \" }}

\n
\n Buyer's Order Dated:{{frappe.utils.get_datetime(doc.po_date ).strftime(' %d-%m- %Y') }}\n
\n Dispatched Through:\n

{{ doc.dispatched_though or \" \"}}

\n
\n Vehicle No:{{ doc.vehicle_no or \"\" }}\n
\n Dispatch Document No:-\n

{{ doc.lr_no or \" \" }}

\n
\n Destination:- {{ doc.destination or \" \" }}\n
\n Mode/Terms of Payment:-\n

{{ doc.mode_terms_of_payment or \" \" }}

\n
\n Delivery Note Date:-\n {{frappe.utils.get_datetime(doc.delivery_date ).strftime(' %d-%m- %Y') }}\n
\n

Consignee

\n

{{ doc.customer_name or \" \" }}

\n

{{ doc.address_display or \" \" }}

\n
\n

Terms Of Delivery: {{ doc.terms or \" \" }}

\n\n {% if doc.print_discount_amount_ %}\n

Total Discount Amount:   {{ doc.total_discount_amount }}

\n {% endif %}\n
Sr No.Description Of GoodsHSN/SACQuantityUOMRateAmount
{{item.idx or \" \"}}{{item.item_name or \" \" }}{{item.gst_hsn_code or \" \"}}{{item.qty or \" \"}}{{ item.uom or \" \" }}{{item.rate or \" \"}}{{item.amount or \" \" }}
\n {%- for item in doc.taxes -%}\n {% if item.account_head == \"Output Tax IGST - KG\" %}\n

IGST

\n {% elif item.account_head == \"Output Tax CGST - KG\" %}\n

CGST

\n {% elif item.account_head == \"Output Tax SGST - KG\" %}\n

SGST

\n {% endif %}\n {% endfor %}\n
\n {%- for item in doc.taxes -%}\n

{{ item.tax_amount or \" \" }}

\n {% endfor %}\n
Total{{ doc.base_rounded_total or \" \" }}
\n

Amount Chargable (In Word): {{ frappe.utils.money_in_words(doc.grand_total) }}

\n
{{ doc.other_charges_calculation or \" \" }}
\n Tax Amount (in Words):{{ frappe.utils.money_in_words(doc.total_taxes_and_charges) }}\n
\n\n

\n Remarks: {{ doc.remarks or \"\"}}\n

\n\n {% if doc.company %}\n {% set doc_company = frappe.get_doc('Company', doc.company) %}\n {% else %}\n {% set doc_company = {} %}\n {% endif %}\n\n

Company's PAN:  {{ doc_company.pan or \" \" }}

\n\n Declaration:\n

{{ doc.remarks or \" \"}}

\n\n

\n Authorised Signatory\n

\n\n
\n\n Company's Bank Details\n\n {% if doc.bank_account %}\n {% set doc_ac = frappe.get_doc('Bank Account', doc.bank_account) %}\n {% else %}\n {% set doc_ac = {} %}\n {% endif %}\n\n

Bank Name:  {{ doc_ac.bank or \" \"}}

\n

A/C No :  {{ doc_ac.bank_account_no or \" \" }}

\n

Branch Ifsc Code:  {{ doc_ac.branch_code or \" \" }}

\n\n For {{doc.company }}\n\n
\n\n
\n
\n SUBJECT TO SARAIKELA KHARSAWAN JURISDICTION\n
\n
\n\n \n", "line_breaks": 0, "margin_bottom": 15.0, "margin_left": 15.0, "margin_right": 15.0, "margin_top": 15.0, - "modified": "2023-11-25 12:52:45.074497", + "modified": "2026-05-22 13:19:08.440238", "module": "khetangroup", "name": "Sales Invoice Unit-1", "page_number": "Hide", + "pdf_generator": null, "print_format_builder": 0, "print_format_builder_beta": 0, + "print_format_for": null, "print_format_type": "Jinja", "raw_commands": null, "raw_printing": 0, + "report": null, "show_section_headings": 0, "standard": "No" }, @@ -136,7 +148,7 @@ "font": null, "font_size": 14, "format_data": null, - "html": "\n \n {% if letter_head and not no_letterhead -%}\n{% if print_settings.repeat_header_footer %}\n
{{ letter_head }}
\n{%- endif %}{%- endif %}\n

OFFICE Quotation

\n
\n
\n

Customer Name:   {{ doc.customer_name }}

\n

Date:   {{frappe.utils.get_datetime(doc.transaction_date).strftime(' %d-%m- %Y') }}

\n {% if doc.select_item_type ==\"Guage and Sheet\" %}\n

Details of Pipe and Sheet:

\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n {% for item in doc.items|unique(attribute='item_type') %}\n {% if item.item_type==\"Sheet 202\" %}\n \n \n {% endif %}\n {% endfor %}\n {% for item in doc.items|unique(attribute='item_type') -%}\n {% if item.item_type==\"Sheet 304\" %}\n \n \n \n {% endif %}\n {% endfor %}\n \n {% for item in doc.items|unique(attribute='item_type') -%}\n {% if item.item_type==\"Pipe 202\" %}\n \n \n {% endif %}\n {% endfor %}\n {% for item in doc.items|unique(attribute='item_type') -%}\n {% if item.item_type==\"Pipe 304\" %}\n \n \n {% endif %}\n {% endfor %}\n {% for item in doc.items|unique(attribute='item_type') -%}\n {% if item.item_type==\"Pipe 316\" %}\n \n \n {% endif %}\n {% endfor %} \n
{{ item.item_type }}{{ (doc.sheet202 /1.18)| round(2) }}
{{ item.item_type}} {{ (doc.sheet304/1.18)| round(2) or \"\"}}
{{ item.item_type}}{{ (doc.rate202/1.18)| round(2) or \"\"}}
{{ item.item_type}} {{ (doc.rate304/1.18)| round(2) or \"\"}}
{{ item.item_type}} {{ (doc.rate316/1.18)| round(2) or \"\"}}
\n {% else %}\n \n {% endif %}\n \n
\n
\n \n \n \n \n \n \n \n \n {% if doc.select_item_type == \"Blustor And Pillar\" %}\n \n {% elif doc.select_item_type == \"Guage and Sheet\" %}\n \n {% endif %}\n \n \n \n \n \n \n \n {% if doc.select_item_type == \"Guage and Sheet\" %}\n \n \n \n {% endif %}\n \n \n \n {% if doc.select_item_type == \"Blustor And Pillar\" %}\n \n {% elif doc.select_item_type == \"Guage and Sheet\" %}\n \n {% endif %}\n \n \n \n \n \n \n \n
GradeActual WeightTotal Amount
BlustorPipe202{{ doc.pipe_202_actual_w }}{{ doc.pipe_202_total_amount|round(2, 'floor') }}
304{{ doc.pipe_304_actual_w }}{{ doc.pipe_304_total_amount|round(2, 'floor') }}
316{{ doc.pipe_316_actual_w }}{{ doc.pipe_316_total_amount|round(2, 'floor') }}
PillarSheet202{{ doc.sheet_202_actual_w }}{{ doc.sheet_202_total_amount|round(2, 'floor')}}
304{{ doc.sheet_304_actual_w }}{{ doc.sheet_304_total_amount|round(2, 'floor') }}
\n \n
\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
Grand Total: \u20b9{{ doc.grand_total}}
G.Weight: {{ doc.total_sold_weight}}
Total: \u20b9{{ \"{:,.2f}\".format(doc.total)}}
Freight: {% for item in doc.taxes if item.account_head==\"Freight and Forwarding Charges - SU2\" %}\n \u20b9{{ item.tax_amount }}\n {% else %}\n {% endfor %}
TCS: {% for item in doc.taxes if item.account_head==\"TCS - SU2\" %}\n \u20b9{{ item.tax_amount }}\n {% else %}\n {% endfor %}
202: {{ doc.quantity202 }}
304: {{ doc.quantity304}}
316: {{ doc.quantity316}}
Total Items: {{ doc.total_no_items}}
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n {%- for item in doc.items -%}\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n {% endfor %}\n
Sr.noItem CodeGradeSizeThicknessWeight Per Unit\tW DiffWeightPCSRateTotal Amount

{{ item.idx or \" \" }}

{{ item.item_code or \" \" }}

{{ item.grade or \" \" }}

{{ item.size or \" \" }}

{{ item.thickness or \" \" }}

{{ item.weight_per_unit or \" \" }}

{{ item.weight_diff|round(2, 'floor')}}

{{ item.weight }}

{{ item.pcs|int}}

{{ item.rate1 or \" \" }}

{{ item.amount |round(2, 'floor') }}

\n
\n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n", + "html": "\n \n {% if letter_head and not no_letterhead -%}\n{% if print_settings.repeat_header_footer %}\n
{{ letter_head }}
\n{%- endif %}{%- endif %}\n

OFFICE Quotation

\n
\n
\n

Customer Name:   {{ doc.customer_name }}

\n

Date:   {{frappe.utils.get_datetime(doc.transaction_date).strftime(' %d-%m- %Y') }}

\n {% if doc.select_item_type ==\"Guage and Sheet\" %}\n

Details of Pipe and Sheet:

\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n {% for item in doc.items|unique(attribute='item_type') %}\n {% if item.item_type==\"Sheet 202\" %}\n \n \n {% endif %}\n {% endfor %}\n {% for item in doc.items|unique(attribute='item_type') -%}\n {% if item.item_type==\"Sheet 304\" %}\n \n \n \n {% endif %}\n {% endfor %}\n \n {% for item in doc.items|unique(attribute='item_type') -%}\n {% if item.item_type==\"Pipe 202\" %}\n \n \n {% endif %}\n {% endfor %}\n {% for item in doc.items|unique(attribute='item_type') -%}\n {% if item.item_type==\"Pipe 304\" %}\n \n \n {% endif %}\n {% endfor %}\n {% for item in doc.items|unique(attribute='item_type') -%}\n {% if item.item_type==\"Pipe 316\" %}\n \n \n {% endif %}\n {% endfor %} \n
{{ item.item_type }}{{ (doc.sheet202 /1.18)| round(2) }}
{{ item.item_type}} {{ (doc.sheet304/1.18)| round(2) or \"\"}}
{{ item.item_type}}{{ (doc.rate202/1.18)| round(2) or \"\"}}
{{ item.item_type}} {{ (doc.rate304/1.18)| round(2) or \"\"}}
{{ item.item_type}} {{ (doc.rate316/1.18)| round(2) or \"\"}}
\n {% else %}\n \n {% endif %}\n \n
\n
\n \n \n \n \n \n \n \n \n {% if doc.select_item_type == \"Blustor And Pillar\" %}\n \n {% elif doc.select_item_type == \"Guage and Sheet\" %}\n \n {% endif %}\n \n \n \n \n \n \n \n {% if doc.select_item_type == \"Guage and Sheet\" %}\n \n \n \n {% endif %}\n \n \n \n {% if doc.select_item_type == \"Blustor And Pillar\" %}\n \n {% elif doc.select_item_type == \"Guage and Sheet\" %}\n \n {% endif %}\n \n \n \n \n \n \n \n
GradeActual WeightTotal Amount
BlustorPipe202{{ doc.pipe_202_actual_w }}{{ doc.pipe_202_total_amount|round(2, 'floor') }}
304{{ doc.pipe_304_actual_w }}{{ doc.pipe_304_total_amount|round(2, 'floor') }}
316{{ doc.pipe_316_actual_w }}{{ doc.pipe_316_total_amount|round(2, 'floor') }}
PillarSheet202{{ doc.sheet_202_actual_w }}{{ doc.sheet_202_total_amount|round(2, 'floor')}}
304{{ doc.sheet_304_actual_w }}{{ doc.sheet_304_total_amount|round(2, 'floor') }}
\n \n
\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
Grand Total: ₹{{ doc.grand_total}}
G.Weight: {{ doc.total_sold_weight}}
Total: ₹{{ \"{:,.2f}\".format(doc.total)}}
Freight: {% for item in doc.taxes if item.account_head==\"Freight and Forwarding Charges - SU2\" %}\n ₹{{ item.tax_amount }}\n {% else %}\n {% endfor %}
TCS: {% for item in doc.taxes if item.account_head==\"TCS - SU2\" %}\n ₹{{ item.tax_amount }}\n {% else %}\n {% endfor %}
202: {{ doc.quantity202 }}
304: {{ doc.quantity304}}
316: {{ doc.quantity316}}
Total Items: {{ doc.total_no_items}}
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n {%- for item in doc.items -%}\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n {% endfor %}\n
Sr.noItem CodeGradeSizeThicknessWeight Per Unit\tW DiffWeightPCSRateTotal Amount

{{ item.idx or \" \" }}

{{ item.item_code or \" \" }}

{{ item.grade or \" \" }}

{{ item.size or \" \" }}

{{ item.thickness or \" \" }}

{{ item.weight_per_unit or \" \" }}

{{ item.weight_diff|round(2, 'floor')}}

{{ item.weight }}

{{ item.pcs|int}}

{{ item.rate1 or \" \" }}

{{ item.amount |round(2, 'floor') }}

\n
\n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n", "line_breaks": 0, "margin_bottom": 15.0, "margin_left": 15.0, @@ -146,11 +158,14 @@ "module": "khetangroup", "name": "Office Unit 2", "page_number": "Hide", + "pdf_generator": null, "print_format_builder": 0, "print_format_builder_beta": 0, + "print_format_for": null, "print_format_type": "Jinja", "raw_commands": null, "raw_printing": 0, + "report": null, "show_section_headings": 0, "standard": "No" }, @@ -177,11 +192,14 @@ "module": "khetangroup", "name": "Material Received For Supplier", "page_number": "Hide", + "pdf_generator": null, "print_format_builder": 0, "print_format_builder_beta": 0, + "print_format_for": null, "print_format_type": "Jinja", "raw_commands": null, "raw_printing": 0, + "report": null, "show_section_headings": 0, "standard": "No" }, @@ -208,11 +226,14 @@ "module": "khetangroup", "name": "Delivery Note Unit-2", "page_number": "Hide", + "pdf_generator": null, "print_format_builder": 0, "print_format_builder_beta": 0, + "print_format_for": null, "print_format_type": "Jinja", "raw_commands": null, "raw_printing": 0, + "report": null, "show_section_headings": 0, "standard": "No" }, @@ -239,11 +260,14 @@ "module": "khetangroup", "name": "Party-Unit-2", "page_number": "Hide", + "pdf_generator": null, "print_format_builder": 0, "print_format_builder_beta": 0, + "print_format_for": null, "print_format_type": "Jinja", "raw_commands": null, "raw_printing": 0, + "report": null, "show_section_headings": 0, "standard": "No" }, @@ -270,11 +294,14 @@ "module": "khetangroup", "name": "Sales Order", "page_number": "Hide", + "pdf_generator": null, "print_format_builder": 0, "print_format_builder_beta": 0, + "print_format_for": null, "print_format_type": "Jinja", "raw_commands": null, "raw_printing": 0, + "report": null, "show_section_headings": 0, "standard": "No" }, @@ -301,11 +328,14 @@ "module": "khetangroup", "name": "Khetan Group - Salary Slip", "page_number": "Hide", + "pdf_generator": null, "print_format_builder": 0, "print_format_builder_beta": 0, + "print_format_for": null, "print_format_type": "Jinja", "raw_commands": null, "raw_printing": 0, + "report": null, "show_section_headings": 1, "standard": "No" }, @@ -332,11 +362,14 @@ "module": "khetangroup", "name": "Gatepass Unit-2", "page_number": "Hide", + "pdf_generator": null, "print_format_builder": 0, "print_format_builder_beta": 0, + "print_format_for": null, "print_format_type": "Jinja", "raw_commands": null, "raw_printing": 0, + "report": null, "show_section_headings": 0, "standard": "No" }, @@ -353,7 +386,7 @@ "font": null, "font_size": 14, "format_data": null, - "html": "\n \n {% if letter_head and not no_letterhead -%}\n{% if print_settings.repeat_header_footer %}\n
{{ letter_head }}
\n{%- endif %}{%- endif %}\n

OFFICE Quotation

\n
\n
\n

Customer Name:   {{ doc.customer_name }}

\n

Date:   {{frappe.utils.get_datetime(doc.transaction_date).strftime(' %d-%m- %Y') }}

\n {% if doc.select_item_type ==\"Guage and Sheet\" %}\n

Details of Pipe and Sheet:

\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n {% for item in doc.items|unique(attribute='item_type') %}\n {% if item.item_type==\"Sheet 202\" %}\n \n \n {% endif %}\n {% endfor %}\n {% for item in doc.items|unique(attribute='item_type') -%}\n {% if item.item_type==\"Sheet 304\" %}\n \n \n \n {% endif %}\n {% endfor %}\n \n {% for item in doc.items|unique(attribute='item_type') -%}\n {% if item.item_type==\"Pipe 202\" %}\n \n \n {% endif %}\n {% endfor %}\n {% for item in doc.items|unique(attribute='item_type') -%}\n {% if item.item_type==\"Pipe 304\" %}\n \n \n {% endif %}\n {% endfor %}\n {% for item in doc.items|unique(attribute='item_type') -%}\n {% if item.item_type==\"Pipe 316\" %}\n \n \n {% endif %}\n {% endfor %} \n
{{ item.item_type }}{{ (doc.rate202 /1.18)| round(2) }}
{{ item.item_type}} {{ (doc.sheet304/1.18)| round(2) or \"\"}}
{{ item.item_type}}{{ (doc.rate202/1.18)| round(2) or \"\"}}
{{ item.item_type}} {{ (doc.rate304/1.18)| round(2) or \"\"}}
{{ item.item_type}} {{ (doc.rate316/1.18)| round(2) or \"\"}}
\n {% else %}\n \n {% endif %}\n
\n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
Grand Total: \u20b9{{ doc.rounded_total}}
G.Weight: {{ doc.total_sold_weight}}
Total: \u20b9{{ \"{:,.2f}\".format(doc.total)}}
Freight: {% for item in doc.taxes if item.account_head==\"Freight and Forwarding Charges - SU2\" %}\n \u20b9{{ item.tax_amount }}\n {% else %}\n {% endfor %}
TCS: {% for item in doc.taxes if item.account_head==\"TCS - SU2\" %}\n \u20b9{{ item.tax_amount }}\n {% else %}\n {% endfor %}
202: {{ doc.quantity202 }}
304: {{ doc.quantity304}}
316: {{ doc.quantity316}}
Total Items: {{ doc.total_no_items}}
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n {%- for item in doc.items -%}\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n {% endfor %}\n
Sr.noItem CodeGradeSizeThicknessWeight Per Unit\tW DiffWeightPCSTotal Amount

{{ item.idx or \" \" }}

{{ item.item_code or \" \" }}

{{ item.grade or \" \" }}

{{ item.size or \" \" }}

{{ item.thickness or \" \" }}

{{ item.weight_per_unit or \" \" }}

{{ item.weight_diff| round }}

{{ item.weight }}

{{ item.pcs or \"\" }}

{{ item.amount or \" \" }}

\n
\n \n

Total Net Weight:    {{ doc.total_net_weight }}

\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n", + "html": "\n \n {% if letter_head and not no_letterhead -%}\n{% if print_settings.repeat_header_footer %}\n
{{ letter_head }}
\n{%- endif %}{%- endif %}\n

OFFICE Quotation

\n
\n
\n

Customer Name:   {{ doc.customer_name }}

\n

Date:   {{frappe.utils.get_datetime(doc.transaction_date).strftime(' %d-%m- %Y') }}

\n {% if doc.select_item_type ==\"Guage and Sheet\" %}\n

Details of Pipe and Sheet:

\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n {% for item in doc.items|unique(attribute='item_type') %}\n {% if item.item_type==\"Sheet 202\" %}\n \n \n {% endif %}\n {% endfor %}\n {% for item in doc.items|unique(attribute='item_type') -%}\n {% if item.item_type==\"Sheet 304\" %}\n \n \n \n {% endif %}\n {% endfor %}\n \n {% for item in doc.items|unique(attribute='item_type') -%}\n {% if item.item_type==\"Pipe 202\" %}\n \n \n {% endif %}\n {% endfor %}\n {% for item in doc.items|unique(attribute='item_type') -%}\n {% if item.item_type==\"Pipe 304\" %}\n \n \n {% endif %}\n {% endfor %}\n {% for item in doc.items|unique(attribute='item_type') -%}\n {% if item.item_type==\"Pipe 316\" %}\n \n \n {% endif %}\n {% endfor %} \n
{{ item.item_type }}{{ (doc.rate202 /1.18)| round(2) }}
{{ item.item_type}} {{ (doc.sheet304/1.18)| round(2) or \"\"}}
{{ item.item_type}}{{ (doc.rate202/1.18)| round(2) or \"\"}}
{{ item.item_type}} {{ (doc.rate304/1.18)| round(2) or \"\"}}
{{ item.item_type}} {{ (doc.rate316/1.18)| round(2) or \"\"}}
\n {% else %}\n \n {% endif %}\n
\n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
Grand Total: ₹{{ doc.rounded_total}}
G.Weight: {{ doc.total_sold_weight}}
Total: ₹{{ \"{:,.2f}\".format(doc.total)}}
Freight: {% for item in doc.taxes if item.account_head==\"Freight and Forwarding Charges - SU2\" %}\n ₹{{ item.tax_amount }}\n {% else %}\n {% endfor %}
TCS: {% for item in doc.taxes if item.account_head==\"TCS - SU2\" %}\n ₹{{ item.tax_amount }}\n {% else %}\n {% endfor %}
202: {{ doc.quantity202 }}
304: {{ doc.quantity304}}
316: {{ doc.quantity316}}
Total Items: {{ doc.total_no_items}}
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n {%- for item in doc.items -%}\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n {% endfor %}\n
Sr.noItem CodeGradeSizeThicknessWeight Per Unit\tW DiffWeightPCSTotal Amount

{{ item.idx or \" \" }}

{{ item.item_code or \" \" }}

{{ item.grade or \" \" }}

{{ item.size or \" \" }}

{{ item.thickness or \" \" }}

{{ item.weight_per_unit or \" \" }}

{{ item.weight_diff| round }}

{{ item.weight }}

{{ item.pcs or \"\" }}

{{ item.amount or \" \" }}

\n
\n \n

Total Net Weight:    {{ doc.total_net_weight }}

\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n", "line_breaks": 0, "margin_bottom": 15.0, "margin_left": 15.0, @@ -363,11 +396,14 @@ "module": "khetangroup", "name": "Office Unit-2 Without Rate", "page_number": "Hide", + "pdf_generator": null, "print_format_builder": 0, "print_format_builder_beta": 0, + "print_format_for": null, "print_format_type": "Jinja", "raw_commands": null, "raw_printing": 0, + "report": null, "show_section_headings": 0, "standard": "No" }, @@ -394,11 +430,14 @@ "module": "khetangroup", "name": "Dispatch Unit-2", "page_number": "Hide", + "pdf_generator": null, "print_format_builder": 0, "print_format_builder_beta": 0, + "print_format_for": null, "print_format_type": "Jinja", "raw_commands": null, "raw_printing": 0, + "report": null, "show_section_headings": 0, "standard": "No" }, @@ -425,11 +464,14 @@ "module": "khetangroup", "name": "Type And Sheet Report", "page_number": "Hide", + "pdf_generator": null, "print_format_builder": 0, "print_format_builder_beta": 0, + "print_format_for": null, "print_format_type": "Jinja", "raw_commands": null, "raw_printing": 0, + "report": null, "show_section_headings": 0, "standard": "No" }, @@ -456,11 +498,14 @@ "module": "khetangroup", "name": "Unit-2 Purchase Order", "page_number": "Hide", + "pdf_generator": null, "print_format_builder": 0, "print_format_builder_beta": 0, + "print_format_for": null, "print_format_type": "Jinja", "raw_commands": null, "raw_printing": 0, + "report": null, "show_section_headings": 0, "standard": "No" }, @@ -487,11 +532,14 @@ "module": "khetangroup", "name": "Unit -1 Purchase Order", "page_number": "Hide", + "pdf_generator": null, "print_format_builder": 0, "print_format_builder_beta": 0, + "print_format_for": null, "print_format_type": "Jinja", "raw_commands": null, "raw_printing": 0, + "report": null, "show_section_headings": 0, "standard": "No" }, @@ -518,11 +566,14 @@ "module": "khetangroup", "name": "Quotatioon Unit-1 Without Rate", "page_number": "Hide", + "pdf_generator": null, "print_format_builder": 0, "print_format_builder_beta": 0, + "print_format_for": null, "print_format_type": "Jinja", "raw_commands": null, "raw_printing": 0, + "report": null, "show_section_headings": 0, "standard": "No" }, @@ -549,11 +600,14 @@ "module": "khetangroup", "name": "Dispatch Unit-1", "page_number": "Hide", + "pdf_generator": null, "print_format_builder": 0, "print_format_builder_beta": 0, + "print_format_for": null, "print_format_type": "Jinja", "raw_commands": null, "raw_printing": 0, + "report": null, "show_section_headings": 0, "standard": "No" }, @@ -580,11 +634,14 @@ "module": "khetangroup", "name": "Item Barcode", "page_number": "Hide", + "pdf_generator": null, "print_format_builder": 0, "print_format_builder_beta": 0, + "print_format_for": null, "print_format_type": "Jinja", "raw_commands": null, "raw_printing": 0, + "report": null, "show_section_headings": 0, "standard": "No" }, @@ -611,11 +668,14 @@ "module": "khetangroup", "name": "QR Code", "page_number": "Hide", + "pdf_generator": null, "print_format_builder": 0, "print_format_builder_beta": 0, + "print_format_for": null, "print_format_type": "Jinja", "raw_commands": null, "raw_printing": 0, + "report": null, "show_section_headings": 0, "standard": "No" }, @@ -642,11 +702,14 @@ "module": "khetangroup", "name": "Dispatch unit 1", "page_number": "Hide", + "pdf_generator": null, "print_format_builder": 0, "print_format_builder_beta": 0, + "print_format_for": null, "print_format_type": "Jinja", "raw_commands": null, "raw_printing": 0, + "report": null, "show_section_headings": 0, "standard": "No" }, @@ -673,11 +736,14 @@ "module": "khetangroup", "name": "Khetan Solar", "page_number": "Hide", + "pdf_generator": null, "print_format_builder": 0, "print_format_builder_beta": 0, + "print_format_for": null, "print_format_type": "Jinja", "raw_commands": null, "raw_printing": 0, + "report": null, "show_section_headings": 0, "standard": "No" } From 1d3b3bf75f348fa6a748b66a57d2fe4fba02a553 Mon Sep 17 00:00:00 2001 From: Om-satat24 Date: Fri, 22 May 2026 16:46:41 +0530 Subject: [PATCH 3/7] fix: remove dead Jinja get_doc Salary Slip line causing DebugUndefined error on print format in v16 --- khetangroup/fixtures/print_format.json | 1496 ++++++++++++------------ 1 file changed, 748 insertions(+), 748 deletions(-) diff --git a/khetangroup/fixtures/print_format.json b/khetangroup/fixtures/print_format.json index c0188a6..ebbbbce 100644 --- a/khetangroup/fixtures/print_format.json +++ b/khetangroup/fixtures/print_format.json @@ -1,750 +1,750 @@ [ - { - "absolute_value": 0, - "align_labels_right": 0, - "css": ".print-format .letter-head {\n margin-bottom: 10px;\n}", - "custom_format": 0, - "default_print_language": "en", - "disabled": 0, - "doc_type": "Material Request", - "docstatus": 0, - "doctype": "Print Format", - "font": null, - "font_size": 14, - "format_data": "[{\"fieldname\": \"print_heading_template\", \"fieldtype\": \"Custom HTML\", \"options\": \"
\\t\\t\\t\\t

Material Request

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

\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"material_request_type\", \"print_hide\": 0, \"label\": \"Purpose\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"transaction_date\", \"print_hide\": 0, \"label\": \"Transaction Date\"}, {\"fieldname\": \"schedule_date\", \"print_hide\": 0, \"label\": \"Required By\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Items\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"scan_barcode\", \"print_hide\": 0, \"label\": \"Scan Barcode\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"set_from_warehouse\", \"print_hide\": 0, \"label\": \"Set Source Warehouse\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"set_warehouse\", \"print_hide\": 0, \"label\": \"Set Target Warehouse\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"items\", \"print_hide\": 0, \"label\": \"Items\", \"visible_columns\": [{\"fieldname\": \"item_code\", \"print_width\": \"100px\", \"print_hide\": 0}, {\"fieldname\": \"schedule_date\", \"print_width\": \"100px\", \"print_hide\": 0}, {\"fieldname\": \"description\", \"print_width\": \"250px\", \"print_hide\": 0}, {\"fieldname\": \"qty\", \"print_width\": \"80px\", \"print_hide\": 0}, {\"fieldname\": \"from_warehouse\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"warehouse\", \"print_width\": \"100px\", \"print_hide\": 0}, {\"fieldname\": \"uom\", \"print_width\": \"70px\", \"print_hide\": 0}, {\"fieldname\": \"manufacturer\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"manufacturer_part_no\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"project\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"item_group\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"rate\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"amount\", \"print_width\": \"\", \"print_hide\": 0}]}, {\"fieldname\": \"_custom_html\", \"print_hide\": 0, \"label\": \"Custom HTML\", \"fieldtype\": \"HTML\", \"options\": \"

Total Amount : {{ doc.total_amount }}

\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"terms\", \"print_hide\": 0, \"label\": \"Terms and Conditions Content\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Status\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"transfer_status\", \"print_hide\": 0, \"label\": \"Transfer Status\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Reference\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"work_order\", \"print_hide\": 0, \"label\": \"Work Order\"}]", - "html": "", - "line_breaks": 0, - "margin_bottom": 15.0, - "margin_left": 15.0, - "margin_right": 15.0, - "margin_top": 15.0, - "modified": "2023-11-25 12:52:44.864652", - "module": "khetangroup", - "name": "Unit-1 Material Request", - "page_number": "Hide", - "pdf_generator": null, - "print_format_builder": 0, - "print_format_builder_beta": 0, - "print_format_for": null, - "print_format_type": "Jinja", - "raw_commands": null, - "raw_printing": 0, - "report": null, - "show_section_headings": 0, - "standard": "No" - }, - { - "absolute_value": 0, - "align_labels_right": 0, - "css": ".print-format.print-format-preview{\r padding:30px;\r}\r.print-format .letter-head {\r margin-bottom: 10px;\r}", - "custom_format": 1, - "default_print_language": "en", - "disabled": 0, - "doc_type": "Stock Entry", - "docstatus": 0, - "doctype": "Print Format", - "font": null, - "font_size": 14, - "format_data": null, - "html": "\n \n {% if letter_head and not no_letterhead -%}\n{% if print_settings.repeat_header_footer %}\n
{{ letter_head }}
\n{%- endif %}{%- endif %}\n

{{ doc.stock_entry_type or \" \"}}

\n {%- if doc.returnable_or_non_returnable == \"Returnable\" -%}\n

Returnable

\n {% else %}\n

Non Returnable

\n {% endif %}\n \n {{ doc.company_address_display or \"\" }}
\n \n

Date: {{frappe.utils.get_datetime(doc.posting_date).strftime(' %d-%m- %Y') }}

\n

Voucher No: {{ doc.name }}

\n

Material Issue To :     {{ doc.company or \" \" }}

\n \n \n

{{ doc.company_address_display or \" \"}}

\n

Returnable Or Non Returnable :-    {{ doc.returnable_or_non_returnable }}

\n \n \n \n \n \n \n \n \n \n \n {%- for item in doc.items -%}\n \n \n \n \n \n \n \n \n \n \n {% endfor %}\n
\n SI No Description Of MaterialQTY. OutUOMRemarks
{{ item.idx or \" \" }}{{ item.item_name or \" \" }}{{ item.qty or \" \" }} {{ item.uom or \" \" }}{{ item.remarks or \" \" }}
\n \n Remarks: {{ doc.remarks or \" \" }}\n
\n \n Authorized Signature..\n
\n \n
\n \n Signature..\n
\n \n", - "line_breaks": 0, - "margin_bottom": 15.0, - "margin_left": 15.0, - "margin_right": 15.0, - "margin_top": 15.0, - "modified": "2023-11-25 12:52:44.840605", - "module": "khetangroup", - "name": "Material Issue", - "page_number": "Hide", - "pdf_generator": null, - "print_format_builder": 0, - "print_format_builder_beta": 0, - "print_format_for": null, - "print_format_type": "Jinja", - "raw_commands": null, - "raw_printing": 0, - "report": null, - "show_section_headings": 0, - "standard": "No" - }, - { - "absolute_value": 0, - "align_labels_right": 0, - "css": ".print-format td, .print-format th {\r padding: 3px !important; \r}\r.print-format .table-bordered td, .print-format .table-bordered th {\r border: 1px solid black;\r}\r.print-format .table-bordered {\r border: 1px solid black;\r}\r\r.print-format .letter-head {\r margin-bottom: 10px;\r}", - "custom_format": 1, - "default_print_language": "en", - "disabled": 0, - "doc_type": "Quotation", - "docstatus": 0, - "doctype": "Print Format", - "font": null, - "font_size": 14, - "format_data": null, - "html": "\n \n {% if letter_head and not no_letterhead -%}\n{% if print_settings.repeat_header_footer %}\n
{{ letter_head }}
\n{%- endif %}{%- endif %}\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
Name:{{ doc.customer_name or \" \" }}Date:\n {{frappe.utils.get_datetime(doc.transaction_date).strftime(' %d-%m- %Y') }}
Address:{{ doc.address_display or \"\"}}Quotation-Id:{{ doc.name }}
{% if doc.brand %} Brand: {% endif %}{{ doc.brand or \"\" }}QTY:{{ doc.total_qty or \" \" }}
\n \n \n \n \n\n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n {%- for item in doc.items -%}\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n {% endfor %}\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n\n \n\n \n
Item Name ColourTotal SetTotal\"RateDisc%Disc Amt.Bill AMT.Weight In Kg
{{ item.item_name or \" \" }}{{ item.color or \" \" }}{{ item.total_set or \" \" }}{{ item.total_inches or \" \" }}{{ item.price_amt or \" \" }}{{ item.discount_percentage or \" \" }}%{{ item.discount_amt or \" \" }}{{ item.amount or \" \" }} {{ item.custom_box_wise_cal_weight or \" \" }}
Total:{{ doc.items|sum(attribute='total_set')}}{{ doc.items|sum(attribute='total_inches')}} {{ doc.items|sum(attribute='discount_amt')}}{{ doc.total or \" \" }}
Add GST 18%:{{doc.total_taxes_and_charges or \" \" }}
Net Payable:{{ doc.grand_total or \" \" }}
\n

{% if doc.terms %} Terms And Condition: {% endif %}{{ doc.terms or \" \" }}

\n \n ", - "line_breaks": 0, - "margin_bottom": 15.0, - "margin_left": 15.0, - "margin_right": 15.0, - "margin_top": 15.0, - "modified": "2024-05-30 19:12:47.555057", - "module": "khetangroup", - "name": "Quotation Unit-1", - "page_number": "Hide", - "pdf_generator": null, - "print_format_builder": 0, - "print_format_builder_beta": 0, - "print_format_for": null, - "print_format_type": "Jinja", - "raw_commands": null, - "raw_printing": 0, - "report": null, - "show_section_headings": 0, - "standard": "No" - }, - { - "absolute_value": 0, - "align_labels_right": 0, - "css": ".print-format .table-bordered td, .print-format .table-bordered th {\r border: 1px solid black;\r}\r.print-format th {\r color: black;\r font-weight: normal;\r border-bottom-width: 1px !important;\r}\r.print-format .table-bordered {\r border: 1px solid black;\r}\r.print-format td, .print-format th {\r padding: 3px !important; \r \r}\r.print-format .letter-head {\r margin-bottom: 10px;\r}", - "custom_format": 1, - "default_print_language": "en", - "disabled": 0, - "doc_type": "Sales Invoice", - "docstatus": 0, - "doctype": "Print Format", - "font": null, - "font_size": 14, - "format_data": null, - "html": "\n \n\n {% if letter_head and not no_letterhead -%}\n {% if print_settings.repeat_header_footer %}\n
\n
{{ letter_head }}
\n {%- endif %}\n {%- endif %}\n\n
\n

TAX INVOICE

\n
\n\n \n\n \n \n\n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n \n \n \n \n \n \n \n\n {%- for item in doc.items -%}\n \n \n \n \n \n \n \n \n \n {% endfor %}\n\n \n \n \n \n \n \n\n \n\n \n \n\n \n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n\n \n \n\n
\n

{{ doc.company}}

\n

{{ doc.company_address_display or \"\" }}

\n
\n Invoice No.:\n

{{doc.name }}

\n
\n Invoice Dated:-{{frappe.utils.get_datetime(doc.posting_date ).strftime(' %d-%m- %Y') }}\n
\n Delivery Note:\n

\n
\n Policy No:{{ doc.policy_no or \" \" }}\n
\n Buyer's Order No:\n

{{ doc.po_no or \" \" }}

\n
\n Buyer's Order Dated:{{frappe.utils.get_datetime(doc.po_date ).strftime(' %d-%m- %Y') }}\n
\n Dispatched Through:\n

{{ doc.dispatched_though or \" \"}}

\n
\n Vehicle No:{{ doc.vehicle_no or \"\" }}\n
\n Dispatch Document No:-\n

{{ doc.lr_no or \" \" }}

\n
\n Destination:- {{ doc.destination or \" \" }}\n
\n Mode/Terms of Payment:-\n

{{ doc.mode_terms_of_payment or \" \" }}

\n
\n Delivery Note Date:-\n {{frappe.utils.get_datetime(doc.delivery_date ).strftime(' %d-%m- %Y') }}\n
\n

Consignee

\n

{{ doc.customer_name or \" \" }}

\n

{{ doc.address_display or \" \" }}

\n
\n

Terms Of Delivery: {{ doc.terms or \" \" }}

\n\n {% if doc.print_discount_amount_ %}\n

Total Discount Amount:   {{ doc.total_discount_amount }}

\n {% endif %}\n
Sr No.Description Of GoodsHSN/SACQuantityUOMRateAmount
{{item.idx or \" \"}}{{item.item_name or \" \" }}{{item.gst_hsn_code or \" \"}}{{item.qty or \" \"}}{{ item.uom or \" \" }}{{item.rate or \" \"}}{{item.amount or \" \" }}
\n {%- for item in doc.taxes -%}\n {% if item.account_head == \"Output Tax IGST - KG\" %}\n

IGST

\n {% elif item.account_head == \"Output Tax CGST - KG\" %}\n

CGST

\n {% elif item.account_head == \"Output Tax SGST - KG\" %}\n

SGST

\n {% endif %}\n {% endfor %}\n
\n {%- for item in doc.taxes -%}\n

{{ item.tax_amount or \" \" }}

\n {% endfor %}\n
Total{{ doc.base_rounded_total or \" \" }}
\n

Amount Chargable (In Word): {{ frappe.utils.money_in_words(doc.grand_total) }}

\n
{{ doc.other_charges_calculation or \" \" }}
\n Tax Amount (in Words):{{ frappe.utils.money_in_words(doc.total_taxes_and_charges) }}\n
\n\n

\n Remarks: {{ doc.remarks or \"\"}}\n

\n\n {% if doc.company %}\n {% set doc_company = frappe.get_doc('Company', doc.company) %}\n {% else %}\n {% set doc_company = {} %}\n {% endif %}\n\n

Company's PAN:  {{ doc_company.pan or \" \" }}

\n\n Declaration:\n

{{ doc.remarks or \" \"}}

\n\n

\n Authorised Signatory\n

\n\n
\n\n Company's Bank Details\n\n {% if doc.bank_account %}\n {% set doc_ac = frappe.get_doc('Bank Account', doc.bank_account) %}\n {% else %}\n {% set doc_ac = {} %}\n {% endif %}\n\n

Bank Name:  {{ doc_ac.bank or \" \"}}

\n

A/C No :  {{ doc_ac.bank_account_no or \" \" }}

\n

Branch Ifsc Code:  {{ doc_ac.branch_code or \" \" }}

\n\n For {{doc.company }}\n\n
\n\n
\n
\n SUBJECT TO SARAIKELA KHARSAWAN JURISDICTION\n
\n
\n\n \n", - "line_breaks": 0, - "margin_bottom": 15.0, - "margin_left": 15.0, - "margin_right": 15.0, - "margin_top": 15.0, - "modified": "2026-05-22 13:19:08.440238", - "module": "khetangroup", - "name": "Sales Invoice Unit-1", - "page_number": "Hide", - "pdf_generator": null, - "print_format_builder": 0, - "print_format_builder_beta": 0, - "print_format_for": null, - "print_format_type": "Jinja", - "raw_commands": null, - "raw_printing": 0, - "report": null, - "show_section_headings": 0, - "standard": "No" - }, - { - "absolute_value": 0, - "align_labels_right": 0, - "css": "\r.pd{\r width:740px!important;\r margin: 0px 15px 0px;\r}\r.print-format td, .print-format th {\r padding: 1px !important; \r \r}\r\r.print-format.print-format-preview{\r padding:30px;\r}\r.print-format .letter-head {\r margin-bottom: 0px;\r}\r.print-format p {\r margin: 0px 0px 0px;\r}\r\r.print-format .row:not(.section-break) {\r line-height: 1;\r margin-top: 2px !important;\r}\r@media print {\r .pd{\r width:678px!important;\r margin: 0px 15px 0px;\r}\r \r }\r", - "custom_format": 1, - "default_print_language": "en", - "disabled": 0, - "doc_type": "Quotation", - "docstatus": 0, - "doctype": "Print Format", - "font": null, - "font_size": 14, - "format_data": null, - "html": "\n \n {% if letter_head and not no_letterhead -%}\n{% if print_settings.repeat_header_footer %}\n
{{ letter_head }}
\n{%- endif %}{%- endif %}\n

OFFICE Quotation

\n
\n
\n

Customer Name:   {{ doc.customer_name }}

\n

Date:   {{frappe.utils.get_datetime(doc.transaction_date).strftime(' %d-%m- %Y') }}

\n {% if doc.select_item_type ==\"Guage and Sheet\" %}\n

Details of Pipe and Sheet:

\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n {% for item in doc.items|unique(attribute='item_type') %}\n {% if item.item_type==\"Sheet 202\" %}\n \n \n {% endif %}\n {% endfor %}\n {% for item in doc.items|unique(attribute='item_type') -%}\n {% if item.item_type==\"Sheet 304\" %}\n \n \n \n {% endif %}\n {% endfor %}\n \n {% for item in doc.items|unique(attribute='item_type') -%}\n {% if item.item_type==\"Pipe 202\" %}\n \n \n {% endif %}\n {% endfor %}\n {% for item in doc.items|unique(attribute='item_type') -%}\n {% if item.item_type==\"Pipe 304\" %}\n \n \n {% endif %}\n {% endfor %}\n {% for item in doc.items|unique(attribute='item_type') -%}\n {% if item.item_type==\"Pipe 316\" %}\n \n \n {% endif %}\n {% endfor %} \n
{{ item.item_type }}{{ (doc.sheet202 /1.18)| round(2) }}
{{ item.item_type}} {{ (doc.sheet304/1.18)| round(2) or \"\"}}
{{ item.item_type}}{{ (doc.rate202/1.18)| round(2) or \"\"}}
{{ item.item_type}} {{ (doc.rate304/1.18)| round(2) or \"\"}}
{{ item.item_type}} {{ (doc.rate316/1.18)| round(2) or \"\"}}
\n {% else %}\n \n {% endif %}\n \n
\n
\n \n \n \n \n \n \n \n \n {% if doc.select_item_type == \"Blustor And Pillar\" %}\n \n {% elif doc.select_item_type == \"Guage and Sheet\" %}\n \n {% endif %}\n \n \n \n \n \n \n \n {% if doc.select_item_type == \"Guage and Sheet\" %}\n \n \n \n {% endif %}\n \n \n \n {% if doc.select_item_type == \"Blustor And Pillar\" %}\n \n {% elif doc.select_item_type == \"Guage and Sheet\" %}\n \n {% endif %}\n \n \n \n \n \n \n \n
GradeActual WeightTotal Amount
BlustorPipe202{{ doc.pipe_202_actual_w }}{{ doc.pipe_202_total_amount|round(2, 'floor') }}
304{{ doc.pipe_304_actual_w }}{{ doc.pipe_304_total_amount|round(2, 'floor') }}
316{{ doc.pipe_316_actual_w }}{{ doc.pipe_316_total_amount|round(2, 'floor') }}
PillarSheet202{{ doc.sheet_202_actual_w }}{{ doc.sheet_202_total_amount|round(2, 'floor')}}
304{{ doc.sheet_304_actual_w }}{{ doc.sheet_304_total_amount|round(2, 'floor') }}
\n \n
\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
Grand Total: ₹{{ doc.grand_total}}
G.Weight: {{ doc.total_sold_weight}}
Total: ₹{{ \"{:,.2f}\".format(doc.total)}}
Freight: {% for item in doc.taxes if item.account_head==\"Freight and Forwarding Charges - SU2\" %}\n ₹{{ item.tax_amount }}\n {% else %}\n {% endfor %}
TCS: {% for item in doc.taxes if item.account_head==\"TCS - SU2\" %}\n ₹{{ item.tax_amount }}\n {% else %}\n {% endfor %}
202: {{ doc.quantity202 }}
304: {{ doc.quantity304}}
316: {{ doc.quantity316}}
Total Items: {{ doc.total_no_items}}
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n {%- for item in doc.items -%}\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n {% endfor %}\n
Sr.noItem CodeGradeSizeThicknessWeight Per Unit\tW DiffWeightPCSRateTotal Amount

{{ item.idx or \" \" }}

{{ item.item_code or \" \" }}

{{ item.grade or \" \" }}

{{ item.size or \" \" }}

{{ item.thickness or \" \" }}

{{ item.weight_per_unit or \" \" }}

{{ item.weight_diff|round(2, 'floor')}}

{{ item.weight }}

{{ item.pcs|int}}

{{ item.rate1 or \" \" }}

{{ item.amount |round(2, 'floor') }}

\n
\n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n", - "line_breaks": 0, - "margin_bottom": 15.0, - "margin_left": 15.0, - "margin_right": 15.0, - "margin_top": 15.0, - "modified": "2023-11-25 12:52:45.113541", - "module": "khetangroup", - "name": "Office Unit 2", - "page_number": "Hide", - "pdf_generator": null, - "print_format_builder": 0, - "print_format_builder_beta": 0, - "print_format_for": null, - "print_format_type": "Jinja", - "raw_commands": null, - "raw_printing": 0, - "report": null, - "show_section_headings": 0, - "standard": "No" - }, - { - "absolute_value": 0, - "align_labels_right": 0, - "css": ".print-format.print-format-preview{\r padding:30px;\r}\r.print-format .letter-head {\r margin-bottom: 10px;\r}", - "custom_format": 1, - "default_print_language": "en", - "disabled": 0, - "doc_type": "Stock Entry", - "docstatus": 0, - "doctype": "Print Format", - "font": null, - "font_size": 14, - "format_data": null, - "html": "\n \n {% if letter_head and not no_letterhead -%}\n{% if print_settings.repeat_header_footer %}\n
{{ letter_head }}
\n{%- endif %}{%- endif %}\n

{{ doc.stock_entry_type }}

\n Party Address : {{ doc.party_address or \" \" }}
\n \n

Date: {{frappe.utils.get_datetime(doc.posting_date).strftime(' %d-%m- %Y') }}

\n

Voucher No:{{ doc.voucher_no }}

\n

Name:{{ doc.name }}

\n

Compnay Address : {{ doc.company }}

\n \n \n

{{ doc.company_address_display or \" \"}}

\n \n \n \n \n \n \n \n \n \n \n \n {%- for item in doc.items -%}\n \n \n \n \n \n \n \n \n \n \n {% endfor %}\n
\n SI No Description Of MaterialQTY. OutUOMRemarks
{{ item.idx }}{{ item.item_name }}{{ item.qty }} {{ item.uom }}
\n Remarks: {{ doc.remarks or \" \" }}\n
\n \n Authorized Signature..\n
\n \n
\n \n Signature..\n
\n \n", - "line_breaks": 0, - "margin_bottom": 15.0, - "margin_left": 15.0, - "margin_right": 15.0, - "margin_top": 15.0, - "modified": "2023-11-25 12:52:44.815605", - "module": "khetangroup", - "name": "Material Received For Supplier", - "page_number": "Hide", - "pdf_generator": null, - "print_format_builder": 0, - "print_format_builder_beta": 0, - "print_format_for": null, - "print_format_type": "Jinja", - "raw_commands": null, - "raw_printing": 0, - "report": null, - "show_section_headings": 0, - "standard": "No" - }, - { - "absolute_value": 0, - "align_labels_right": 0, - "css": ".print-format .table-bordered td, .print-format .table-bordered th {\r border: 1px solid black;\r}\r.print-format th {\r color: black;\r font-weight: normal;\r border-bottom-width: 1px !important;\r}\r.print-format .table-bordered {\r border: 1px solid black;\r}\r.print-format td, .print-format th {\r padding: 3px !important; \r \r}\r\r.print-format.print-format-preview{\r padding:30px;\r}\r.print-format .letter-head {\r margin-bottom: 10px;\r}", - "custom_format": 1, - "default_print_language": "en", - "disabled": 0, - "doc_type": "Delivery Note", - "docstatus": 0, - "doctype": "Print Format", - "font": null, - "font_size": 14, - "format_data": null, - "html": "\n \n {% if letter_head and not no_letterhead -%}\n{% if print_settings.repeat_header_footer %}\n
{{ letter_head }}
\n{%- endif %}{%- endif %}\n

DELIVERY NOTE

\n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n {%- for item in doc.items -%}\n \n \n \n \n \n \n \n \n \n {% endfor %}\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n

{{ doc.company}}

\n

{{ doc.company_address_display }}

\n
Delivery Note No:- {{doc.name or \" \"}}
E-way Bill No:- {{ doc.ewaybill or \" \"}}
Dated:- {{ frappe.utils.get_datetime(doc.posting_date).strftime('%d-%m-%Y') }}
Reference No And Date:{{ doc.reference_no or \" \" }}   {{ doc.reference_date or \"\"}}Other Reference(s):{{ doc.other_reference or \" \" }}
Buyer's Order No:{{ doc.po_no or \" \"}}Dated: {{ frappe.utils.get_datetime(doc.po_date).strftime('%d-%m-%Y')}}
Dispatch Doc No:- {{ doc.lr_no or \" \"}}Dispatch Through:- {{ doc.dispatch_through or \" \" }}
Bill Of Lading/LR-RR No: {{ doc.bill_of_lading_lr_no or \" \"}}Mode/Terms Of Payment:{{ doc.mode_of_terms_and_payments or \" \"}}
Destination:- {{ doc.destination or \" \" }}Motor Vehicle No:-{{ doc.vehicle_no or \" \" }}
Terms Of Delivery:

{{ doc.terms or \" \" }}

Consignee(Ship To ):-

\n

{{ doc.customer_name }}

\n

{{ doc.shipping_address or \"\" }}

\n

Buyer (Bill To ):-

\n

{{ doc.customer_name or \" \" }}

\n

{{ doc.address_display or \" \" }}

\n \n Place Of Supply:- {{ doc.place_of_supply or \" \" }}\n
Sr No.Description Of GoodsHSN/SACQuantityRatePerAmount
{{item.idx or \" \" }}{{item.item_name or \" \" }}{{item.gst_hsn_code}}{{item.qty}} {{ item.uom }}{{item.rate}}{{ item.uom }}{{item.amount}}

CGST

\n

SGST

\n

Rounding Off

{%- for item in doc.taxes -%}\n

{{ item.tax_amount}}

\n \n {% endfor %}

{{ doc. base_rounding_adjustment }}

Total{{ doc.base_rounded_total }}

Amount Chargable (In Word):\n {{ frappe.utils.money_in_words(doc.grand_total) }}

{{ doc.other_charges_calculation or \" \" }}
Tax Amount (in Words):{{ frappe.utils.money_in_words(doc.total_taxes_and_charges) }}\n \n \n

{% set doc_company = frappe.get_doc('Company', doc.company) %} Company's PAN:  {{ doc_company.pan }}

\n \n
Recd. in Good Condition

For Khetan Udyog

\n

Authorised Signatory

\n \n
SUBJECT TO SARAIKELA KHARSAWAN JURISDICTION\n\n
\n
\n \n \n", - "line_breaks": 0, - "margin_bottom": 15.0, - "margin_left": 15.0, - "margin_right": 15.0, - "margin_top": 15.0, - "modified": "2023-11-25 12:52:44.780062", - "module": "khetangroup", - "name": "Delivery Note Unit-2", - "page_number": "Hide", - "pdf_generator": null, - "print_format_builder": 0, - "print_format_builder_beta": 0, - "print_format_for": null, - "print_format_type": "Jinja", - "raw_commands": null, - "raw_printing": 0, - "report": null, - "show_section_headings": 0, - "standard": "No" - }, - { - "absolute_value": 0, - "align_labels_right": 0, - "css": ".print-format td, .print-format th {\r padding: 1px !important;\r}\r\r.print-format .letter-head {\r margin-bottom: 0px;\r}\r.print-format p {\r margin: 0px 0px 0px;\r}\r.pd{\r width:700px!important;\r margin: 0px 15px 0px;\r}\r.print-format .row:not(.section-break) {\r line-height: 1;\r margin-top: 5px !important;\r}\r@media print {\r .pd{\r width:675px!important;\r margin: 0px 15px 0px;\r}\r \r }", - "custom_format": 1, - "default_print_language": "en", - "disabled": 0, - "doc_type": "Quotation", - "docstatus": 0, - "doctype": "Print Format", - "font": null, - "font_size": 14, - "format_data": null, - "html": "\n \n {% if letter_head and not no_letterhead -%}\n{% if print_settings.repeat_header_footer %}\n
{{ letter_head }}
\n{%- endif %}{%- endif %}\n

Party Quotation

\n
\n
\n

Customer Name:   {{ doc.customer_name }}

\n

Date:   {{frappe.utils.get_datetime(doc.transaction_date).strftime(' %d-%m- %Y') }}

\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
202: {{ doc.quantity202|int }}
304: {{ doc.quantity304|int}}
316: {{ doc.quantity316|int}}
Total Items: {{ doc.total_no_items|int}}
\n \n
\n
\n \n \n \n \n \n \n {% if doc.select_item_type == \"Blustor And Pillar\" %}\n \n {% elif doc.select_item_type == \"Guage and Sheet\" %}\n \n {% endif %}\n \n \n \n \n \n \n \n {% if doc.select_item_type == \"Guage and Sheet\" %}\n \n \n \n {% endif %}\n \n \n \n {% if doc.select_item_type == \"Blustor And Pillar\" %}\n \n {% elif doc.select_item_type == \"Guage and Sheet\" %}\n \n {% endif %}\n \n \n \n \n \n \n \n
GradeActual WeightTotal Amount
BlustorPipe202{{ doc.pipe_202_actual_w }}{{ doc.pipe_202_total_amount|round(2, 'floor') }}
304{{ doc.pipe_304_actual_w }}{{ doc.pipe_304_total_amount|round(2, 'floor') }}
316{{ doc.pipe_316_actual_w }}{{ doc.pipe_316_total_amount|round(2, 'floor') }}
PillarSheet202{{ doc.sheet_202_actual_w }}{{ doc.sheet_202_total_amount|round(2, 'floor') }}
304{{ doc.sheet_304_actual_w }}{{ doc.sheet_304_total_amount|round(2, 'floor') }}
\n
\n \n \n \n {% if doc.select_item_type ==\"Blustor And Pillar\" %}\n \n {% else %}\n \n \n {% endif %}\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
G.Weight: {{ doc.total_sold_weight}}
Total: {{ doc.total}}
Freight: {% for item in doc.taxes if item.account_head==\"Freight and Forwarding Charges - SU2\" %}\n {{ item.tax_amount }}\n {% else %}\n {% endfor %}
TCS: {% for item in doc.taxes if item.account_head==\"TCS - SU2\" %}\n {{ item.tax_amount }}\n {% else %}\n {% endfor %}
Grand Total {{ doc.grand_total}}
\n \n \n
\n \n \n \n \n \n \n {%- if doc.select_item_type == \"Blustor And Pillar\" -%}\n \n {%- else -%}\n \n {%- endif -%}\n \n {%- if doc.select_item_type == \"Blustor And Pillar\" -%}\n \n {%- else -%}\n \n {%- endif -%}\n \n \n \n \n \n {%- for item in doc.items -%}\n \n \n \n \n \n \n \n {%- if doc.select_item_type == \"Blustor And Pillar\" -%}\n \n {%- else -%}\n \n {%- endif -%}\n \n \n \n \n \n \n \n \n \n \n \n \n {% endfor %}\n
Sr.noItem CodeGradeSizeTypeGuagePCSWeight RateAmount

{{ item.idx or \" \" }}

{{ item.item_code or \" \" }}

{{ item.grade or \" \" }}

{{ item.size or \" \" }}

{{ item.thickness or \" \" }}

{{ item.pcs|int}}

{{ item.weight }}

{{ item.rate1 or \" \" }}

{{ item.amount|round(2, 'floor')}}

\n \n
\n \n \n
\n
\n \n", - "line_breaks": 0, - "margin_bottom": 15.0, - "margin_left": 15.0, - "margin_right": 15.0, - "margin_top": 15.0, - "modified": "2023-11-25 12:52:45.018988", - "module": "khetangroup", - "name": "Party-Unit-2", - "page_number": "Hide", - "pdf_generator": null, - "print_format_builder": 0, - "print_format_builder_beta": 0, - "print_format_for": null, - "print_format_type": "Jinja", - "raw_commands": null, - "raw_printing": 0, - "report": null, - "show_section_headings": 0, - "standard": "No" - }, - { - "absolute_value": 0, - "align_labels_right": 0, - "css": ".print-format td, .print-format th {\r padding: 3px !important; \r \r}\r.print-format .table-bordered td, .print-format .table-bordered th {\r border: 1px solid black;\r}\r/*.print-format.print-format-preview{*/\r/* padding:40px;*/\r/* margin-right:10px;*/\r/*}*/\r.print-format .row:not(.section-break) {\r line-height: 1;\r margin-top: 5px !important;\r}\r.print-format th {\r color: black;\r font-weight: bold;\r border-bottom-width: 1px !important;\r \r}\r.print-format .letter-head {\r margin-bottom: 10px;\r}\r", - "custom_format": 1, - "default_print_language": "en", - "disabled": 0, - "doc_type": "Sales Order", - "docstatus": 0, - "doctype": "Print Format", - "font": null, - "font_size": 14, - "format_data": null, - "html": "\n \n \n \n \n {% if letter_head and not no_letterhead -%}\n{% if print_settings.repeat_header_footer %}\n
{{ letter_head }}
\n{%- endif %}{%- endif %}\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n {% endif %}{% endfor %}\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n

Sales Order

{{ doc.company }}

\n {{ doc.company_address_display }}

Sales Order No:-   {{ doc.name }}

\n

Date:-   {{ frappe.utils.get_datetime(doc.transaction_date).strftime('%d-%m-%Y') }}

Terms of Delivery & Payment : \n

Payment:

Consignee: \n

{{ doc.customer_name or \"\" }}

\n

{{ doc.address_display or \"\" }}

\n
\n {% set doc_ac = frappe.get_doc('Bank Account', doc.bank_account) %}\n

Bank Name:  {{ doc_ac.bank or \" \"}}

\n

A/C No :   {{ doc_ac.bank_account_no or \" \" }}

\n

Branch Ifsc Code:  {{ doc_ac.branch_code or \" \" }}

\n
Description of GoodsHSN CodeQuantityRate Amount
{%- for item in doc.items -%}

{{item.item_name or \" \" }}

{% endfor %}
{%- for item in doc.items -%}

{{item.gst_hsn_code or \" \"}}

{% endfor %}
{%- for item in doc.items -%}

{{item.qty or \" \"}} {{ item.uom or \" \" }}

{% endfor %}
{%- for item in doc.items -%}

{{item.rate or \" \"}}

{% endfor %}
{%- for item in doc.items -%}

{{item.amount or \" \" }}

{% endfor %}
{%- for item in doc.taxes -%}{% if item.account_head == \"Output Tax IGST - ST\" %}

IGST

\n \n {% elif item.account_head == \"Output Tax SGST - KG\" and item.account_head == \"Output Tax SGST - KG\" %}\n

CGST

\n

SGST

{%- for item in doc.taxes -%}\n

{{ item.tax_amount or \" \" }}

\n \n {% endfor %}
Total:{{ doc.grand_total }}
Declaration:For Khetan Viniyog Pvt. Ltd.\n

(Authorized signatory)

\n
\n \n", - "line_breaks": 0, - "margin_bottom": 15.0, - "margin_left": 15.0, - "margin_right": 15.0, - "margin_top": 15.0, - "modified": "2023-11-25 12:52:44.916070", - "module": "khetangroup", - "name": "Sales Order", - "page_number": "Hide", - "pdf_generator": null, - "print_format_builder": 0, - "print_format_builder_beta": 0, - "print_format_for": null, - "print_format_type": "Jinja", - "raw_commands": null, - "raw_printing": 0, - "report": null, - "show_section_headings": 0, - "standard": "No" - }, - { - "absolute_value": 0, - "align_labels_right": 1, - "css": ".print-format .letter-head {\n margin-bottom: 0px;\n}\n.print-format {\n padding: 1.5rem;\n}\nh2 {\n margin-top: none;\n padding-top: none;\n}\nh3 {\n margin-top: none;\n}\n.print-format label{\n font-weight:bold;\n color:black;\n}\n.print-format .table-bordered {\n border: 1px solid black;\n}\n.print-format .table-bordered th {\n border: 1px solid black;\n color:black;\n font-weight:bold;\n}\n.print-format .table-bordered td, .print-format .table-bordered th {\n border: 1px solid black;\n}\n.print-format .row:not(.section-break) {\n margin-top: 10px !important;\n}\n.table{\n margin: 10px 0;\n}\n.print-format td, .print-format th {\n padding: 5px !important; \n}\n hr \n {\n position: relative;\n border: none;\n height: 2px;\n background: black;\n width:100%;\n}\n@media print {\n .aa {\n padding-left: 0rem ;\n margin:0 ;\n \n \n }\n \n }\n\n ", - "custom_format": 0, - "default_print_language": "en", - "disabled": 0, - "doc_type": "Salary Slip", - "docstatus": 0, - "doctype": "Print Format", - "font": null, - "font_size": 14, - "format_data": "[{\"fieldname\": \"print_heading_template\", \"fieldtype\": \"Custom HTML\", \"options\": \"{% set employee_doc = frappe.get_doc('Employee', doc.employee) %}\\n\\n
\\n \\n
\\n \\n \\n \\n

Wage Slip For The Month Of {{frappe.utils.get_datetime(doc.start_date).strftime('%B-%Y') }}

\\n
\\n
\\n \\n \\n
\\n\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"_custom_html\", \"print_hide\": 0, \"label\": \"Custom HTML\", \"fieldtype\": \"HTML\", \"options\": \"{% set employee_doc = frappe.get_doc('Employee', doc.employee) %}\\n\\n\\n
\\n
\\n \\n
\\n
\\n
{{doc.employee or \\\"-\\\"}}
\\n
\\n
\\n
\\n
{{doc.employee_name or \\\"-\\\"}}
\\n
\\n
\\n
\\n
{{frappe.utils.get_datetime(employee_doc.date_of_birth).strftime(' %d-%m-%Y') }}
\\n
\\n
\\n
\\n
{{frappe.utils.get_datetime(employee_doc.date_of_joining).strftime(' %d-%m-%Y') }}
\\n
\\n
\\n
\\n
{{doc.department or \\\"-\\\"}}
\\n
\\n
\\n
\\n
{{doc.designation or \\\"-\\\"}}
\\n
\\n
\\n
\\n
{{employee_doc.plant or \\\"-\\\"}}
\\n
\\n
\\n
\\n
{{frappe.utils.get_datetime(doc.start_date).strftime(' %d-%m-%Y') }} To {{frappe.utils.get_datetime(doc.end_date).strftime(' %d-%m-%Y') }}
\\n
\\n
\\n {% if doc.salary_slip_based_on_timesheet == 1 %}\\n \\n
\\n
\\u20b9 {{doc.daily_rate or \\\"-\\\"}}/-
\\n \\n {% else %}\\n
\\n
\\u20b9 {{ \\\"{:,.2f}\\\".format(employee_doc.ctc) }}/-
\\n \\n {% endif %}\\n
\\n \\n
\\n
\\n
\\n
\\n
{{employee_doc.aadhaar_number or \\\"-\\\"}}
\\n
\\n
\\n
\\n
{{doc.bank_name or '-'}}
\\n
\\n
\\n
\\n
{{doc.bank_account_no or '-'}}
\\n
\\n
\\n
\\n
{{doc.branch or \\\"-\\\"}}
\\n
\\n
\\n
\\n
{{employee_doc.uan_number or '-'}}
\\n
\\n
\\n
\\n
{{employee_doc.pan_number or '-'}}
\\n
\\n
\\n
\\n
{{doc.total_working_days or \\\"-\\\"}}
\\n
\\n
\\n
\\n
{{doc.leave_without_pay or \\\"-\\\"}}
\\n
\\n
\\n
\\n
{{doc.payment_days or \\\"-\\\"}}
\\n
\\n \\n
\\n \\n
\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"_custom_html\", \"print_hide\": 0, \"label\": \"Custom HTML\", \"fieldtype\": \"HTML\", \"options\": \"\\n
\\n
\\n
Earnings:
\\n \\n \\n {% if doc.salary_slip_based_on_timesheet == 1 %}\\n \\n {% else %}\\n \\n {% endif %} \\n \\n \\n \\n {%- for component in doc.earnings -%}\\n \\n \\n \\n {% if doc.salary_slip_based_on_timesheet == 1 %}\\n {%- for wh in doc.timesheets -%}\\n \\n {% endfor %}\\n {% else %}\\n \\n {% endif %} \\n \\n\\n \\n {% endfor %}\\n \\n \\n \\n \\n \\n
Sr No.Working HoursComponentAmount
{{component.idx or \\\" \\\" }}{{wh.working_hours or \\\" \\\" }}{{component.salary_component or \\\" \\\" }}\\u20b9 {{ \\\"{:,.2f}\\\".format(component.amount or \\\" \\\") }}/-
Total Earnings\\u20b9 {{ \\\"{:,.2f}\\\".format(doc.gross_pay) }}/-
\\n \\n \\n \\n \\n
\\n
\\n
Deductions:
\\n \\n \\n \\n \\n \\n \\n {%- for component in doc.deductions -%}\\n \\n \\n \\n \\n \\n\\n \\n {% endfor %}\\n \\n \\n \\n \\n \\n
Sr No.ComponentsAmount
{{component.idx or \\\" \\\" }}{{component.salary_component or \\\" \\\" }}\\u20b9 {{ \\\"{:,.2f}\\\".format(component.amount or \\\" \\\") }}/-
Total Deductions\\u20b9 {{ \\\"{:,.2f}\\\".format(doc.total_deduction) }}/-
\\n
\\n
\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"_custom_html\", \"print_hide\": 0, \"label\": \"Custom HTML\", \"fieldtype\": \"HTML\", \"options\": \"
\\n
\\n
\\n
\\n\\n
\\n\\n
\\n
\\n
\\n
\\u20b9 {{ \\\"{:,.2f}\\\".format(doc.net_pay) }}/-
\\n
\\n
\\n
\\n
{{doc.total_in_words}}
\\n
\\n\"}]", - "html": null, - "line_breaks": 0, - "margin_bottom": 5.0, - "margin_left": 5.0, - "margin_right": 15.0, - "margin_top": 0.0, - "modified": "2023-11-25 12:52:44.759955", - "module": "khetangroup", - "name": "Khetan Group - Salary Slip", - "page_number": "Hide", - "pdf_generator": null, - "print_format_builder": 0, - "print_format_builder_beta": 0, - "print_format_for": null, - "print_format_type": "Jinja", - "raw_commands": null, - "raw_printing": 0, - "report": null, - "show_section_headings": 1, - "standard": "No" - }, - { - "absolute_value": 0, - "align_labels_right": 0, - "css": "", - "custom_format": 1, - "default_print_language": "en", - "disabled": 0, - "doc_type": "GatePass", - "docstatus": 0, - "doctype": "Print Format", - "font": null, - "font_size": 14, - "format_data": null, - "html": "\n \n {% if letter_head and not no_letterhead -%}\n{% if print_settings.repeat_header_footer %}\n
{{ letter_head }}
\n{%- endif %}{%- endif %}\n
\n

KHETAN VINIYOG PVT.LTD

\n

Gate Pass

\n
\n

SI NO: {{ doc.name }}

\n
\n
\n

Party Name: {{ doc.party_name or \"\"}}

\n

Date: {{frappe.utils.get_datetime(doc.date_time ).strftime(' %d-%m- %Y') }}

\n

Vehicle No: {{ doc.vehicle_no or \"\"}}

\n

Purpose: {{ doc.purpose }}

\n \n \n
\n
\n

Voucher No:{% if doc.purpose == \"Purchase Return\" %}\n {{ doc.purchase_invoice }}\n {% elif doc.purpose == \"Sales Outward\" %}\n {{ doc.sales_invoice }}\n {% elif doc.purpose == \"Returnable Or Non Returnable Transfer Material\" %}\n {{ doc.voucher_no }}\n {% elif doc.purpose == \"Returnable Received Material\" %}\n {{ doc.voucher_no }}\n \n {% endif %}

\n

Time: {{frappe.utils.get_datetime(doc.date_time ).strftime('%I:%M:%S') }}

\n \n

Use For:  {{ doc.use_for }}

\n

Received By: {{ doc.received_by }}

\n
\n
\n \n \n \n \n \n \n {%- for item in doc.purchase_inward_table -%}\n \n \n \n \n \n \n {% endfor %}\n
Sr No.Item NameQty
{{item.idx or \" \"}}{{ item.item_name }}{{ item.qty }}
\n

Authoriased Signature:

\n \n", - "line_breaks": 0, - "margin_bottom": 15.0, - "margin_left": 15.0, - "margin_right": 15.0, - "margin_top": 15.0, - "modified": "2023-11-25 12:52:44.884444", - "module": "khetangroup", - "name": "Gatepass Unit-2", - "page_number": "Hide", - "pdf_generator": null, - "print_format_builder": 0, - "print_format_builder_beta": 0, - "print_format_for": null, - "print_format_type": "Jinja", - "raw_commands": null, - "raw_printing": 0, - "report": null, - "show_section_headings": 0, - "standard": "No" - }, - { - "absolute_value": 0, - "align_labels_right": 0, - "css": "\r.pd{\r width:740px!important;\r margin: 0px 15px 0px;\r}\r.print-format td, .print-format th {\r padding: 1px !important; \r \r}\r\r.print-format.print-format-preview{\r padding:30px;\r}\r.print-format .letter-head {\r margin-bottom: 0px;\r}\r.print-format p {\r margin: 0px 0px 0px;\r}\r\r.print-format .row:not(.section-break) {\r line-height: 1;\r margin-top: 2px !important;\r}\r@media print {\r .pd{\r width:678px!important;\r margin: 0px 15px 0px;\r}\r \r }\r", - "custom_format": 1, - "default_print_language": "en", - "disabled": 0, - "doc_type": "Quotation", - "docstatus": 0, - "doctype": "Print Format", - "font": null, - "font_size": 14, - "format_data": null, - "html": "\n \n {% if letter_head and not no_letterhead -%}\n{% if print_settings.repeat_header_footer %}\n
{{ letter_head }}
\n{%- endif %}{%- endif %}\n

OFFICE Quotation

\n
\n
\n

Customer Name:   {{ doc.customer_name }}

\n

Date:   {{frappe.utils.get_datetime(doc.transaction_date).strftime(' %d-%m- %Y') }}

\n {% if doc.select_item_type ==\"Guage and Sheet\" %}\n

Details of Pipe and Sheet:

\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n {% for item in doc.items|unique(attribute='item_type') %}\n {% if item.item_type==\"Sheet 202\" %}\n \n \n {% endif %}\n {% endfor %}\n {% for item in doc.items|unique(attribute='item_type') -%}\n {% if item.item_type==\"Sheet 304\" %}\n \n \n \n {% endif %}\n {% endfor %}\n \n {% for item in doc.items|unique(attribute='item_type') -%}\n {% if item.item_type==\"Pipe 202\" %}\n \n \n {% endif %}\n {% endfor %}\n {% for item in doc.items|unique(attribute='item_type') -%}\n {% if item.item_type==\"Pipe 304\" %}\n \n \n {% endif %}\n {% endfor %}\n {% for item in doc.items|unique(attribute='item_type') -%}\n {% if item.item_type==\"Pipe 316\" %}\n \n \n {% endif %}\n {% endfor %} \n
{{ item.item_type }}{{ (doc.rate202 /1.18)| round(2) }}
{{ item.item_type}} {{ (doc.sheet304/1.18)| round(2) or \"\"}}
{{ item.item_type}}{{ (doc.rate202/1.18)| round(2) or \"\"}}
{{ item.item_type}} {{ (doc.rate304/1.18)| round(2) or \"\"}}
{{ item.item_type}} {{ (doc.rate316/1.18)| round(2) or \"\"}}
\n {% else %}\n \n {% endif %}\n
\n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
Grand Total: ₹{{ doc.rounded_total}}
G.Weight: {{ doc.total_sold_weight}}
Total: ₹{{ \"{:,.2f}\".format(doc.total)}}
Freight: {% for item in doc.taxes if item.account_head==\"Freight and Forwarding Charges - SU2\" %}\n ₹{{ item.tax_amount }}\n {% else %}\n {% endfor %}
TCS: {% for item in doc.taxes if item.account_head==\"TCS - SU2\" %}\n ₹{{ item.tax_amount }}\n {% else %}\n {% endfor %}
202: {{ doc.quantity202 }}
304: {{ doc.quantity304}}
316: {{ doc.quantity316}}
Total Items: {{ doc.total_no_items}}
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n {%- for item in doc.items -%}\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n {% endfor %}\n
Sr.noItem CodeGradeSizeThicknessWeight Per Unit\tW DiffWeightPCSTotal Amount

{{ item.idx or \" \" }}

{{ item.item_code or \" \" }}

{{ item.grade or \" \" }}

{{ item.size or \" \" }}

{{ item.thickness or \" \" }}

{{ item.weight_per_unit or \" \" }}

{{ item.weight_diff| round }}

{{ item.weight }}

{{ item.pcs or \"\" }}

{{ item.amount or \" \" }}

\n
\n \n

Total Net Weight:    {{ doc.total_net_weight }}

\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n", - "line_breaks": 0, - "margin_bottom": 15.0, - "margin_left": 15.0, - "margin_right": 15.0, - "margin_top": 15.0, - "modified": "2023-11-25 12:52:44.941911", - "module": "khetangroup", - "name": "Office Unit-2 Without Rate", - "page_number": "Hide", - "pdf_generator": null, - "print_format_builder": 0, - "print_format_builder_beta": 0, - "print_format_for": null, - "print_format_type": "Jinja", - "raw_commands": null, - "raw_printing": 0, - "report": null, - "show_section_headings": 0, - "standard": "No" - }, - { - "absolute_value": 0, - "align_labels_right": 0, - "css": ".print-format td, .print-format th {\n padding: 5px !important;\n}\n", - "custom_format": 1, - "default_print_language": "en", - "disabled": 0, - "doc_type": "Sales Order", - "docstatus": 0, - "doctype": "Print Format", - "font": null, - "font_size": 14, - "format_data": null, - "html": "\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n {% set ns = namespace (prev_grade = none) %}\n {% set ns = namespace (prev_sheet = none) %}\n {%- for item in doc.items -%} \n {% if item.grade != ns.prev_grade or item.item_type != ns.prev_sheet %}\n \n {% endif %}\n \n \n \n \n \n {% if item.thickness == \"16G\" %}\n \n {% else %}\n \n {% endif %}\n \n \n \n \n {% set ns.prev_grade = item.grade %}\n {% set ns.prev_sheet = item.item_type %} {% endfor %}\n
Dispatch Done By\n

With Name & Sign

Vehicle No:{{ doc.vehicle_no or \"\"}}
Date With Time:
Party Name: {{ doc.customer_name or \"\"}} Order By
Weight/ PackSI NoGradeSizeGuageOrder QtyPacketPcsWeight
{{ item.idx }}{{ item.grade }}{{ item.size }}{{ item.thickness }}{{ item.thickness }}{{ item.qty|int }}
\n \n \n \n", - "line_breaks": 0, - "margin_bottom": 15.0, - "margin_left": 15.0, - "margin_right": 15.0, - "margin_top": 15.0, - "modified": "2023-11-25 12:52:45.046239", - "module": "khetangroup", - "name": "Dispatch Unit-2", - "page_number": "Hide", - "pdf_generator": null, - "print_format_builder": 0, - "print_format_builder_beta": 0, - "print_format_for": null, - "print_format_type": "Jinja", - "raw_commands": null, - "raw_printing": 0, - "report": null, - "show_section_headings": 0, - "standard": "No" - }, - { - "absolute_value": 0, - "align_labels_right": 0, - "css": "", - "custom_format": 1, - "default_print_language": "en", - "disabled": 0, - "doc_type": "Quotation", - "docstatus": 0, - "doctype": "Print Format", - "font": null, - "font_size": 14, - "format_data": null, - "html": "\n \n

Pipes 202, 304, 316

\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
PcsActual WeightTotal Amount
202 Pcs{{ doc.pipe_202_pcs }}{{ doc.pipe_202_actual_w }}{{ doc.pipe_202_total_amount }}
304 pcs{{ doc.pipe_304_pcs }}{{ doc. pipe_304_actual_w }}{{ doc.pipe_304_total_amount }}
316 pcs {{ doc.pipe_316_pcs }}{{ doc.pipe_316_actual_w }}{{ doc.pipe_316_total_amount }}
\n

Sheet 202, 304

\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
PcsActual WeightTotal Amount
202 pcs{{ doc.sheet_202_pcs }}{{ doc.sheet_202_actual_w }}{{ doc.sheet_202_total_amount }}
304 pcs{{ doc.sheet_304_pcs }}{{ doc.sheet_304_actual_w }}{{ doc.sheet_304_total_amount }}
\n \n", - "line_breaks": 0, - "margin_bottom": 15.0, - "margin_left": 15.0, - "margin_right": 15.0, - "margin_top": 15.0, - "modified": "2023-11-25 12:52:44.977292", - "module": "khetangroup", - "name": "Type And Sheet Report", - "page_number": "Hide", - "pdf_generator": null, - "print_format_builder": 0, - "print_format_builder_beta": 0, - "print_format_for": null, - "print_format_type": "Jinja", - "raw_commands": null, - "raw_printing": 0, - "report": null, - "show_section_headings": 0, - "standard": "No" - }, - { - "absolute_value": 0, - "align_labels_right": 0, - "css": ".text{\r color:#1f497d ;\r font: 32px bold Arial, sans-serif;\r}\r.date{\r background-color: #EFBE7D;\r \r}\r.ship{\r font-weight:bold;\r font-size:16px;\r}\r.bgcolor\r{\r \r background-color: #1f497d ;\r color:#FFFFFF;\r font-size:16px;\r font-weight:bold;\r}\rtable, th, td {\r border: 1px solid black;\r \r}\rhr{\r border: 10px solid black;\r}\r\r.print-format.print-format-preview{\r padding:30px;\r}\r.print-format .letter-head {\r margin-bottom: 10px;\r}\r.print-format td, .print-format th {\r padding: 3px !important; \r \r}", - "custom_format": 1, - "default_print_language": "en", - "disabled": 0, - "doc_type": "Purchase Order", - "docstatus": 0, - "doctype": "Print Format", - "font": null, - "font_size": 14, - "format_data": null, - "html": "\n \n \n {% if letter_head and not no_letterhead -%}\n{% if print_settings.repeat_header_footer %}\n
{{ letter_head }}
\n{%- endif %}{%- endif %}\n

PURCHASE ORDER

\n \n

Date:

{{ doc.transaction_date }}

\n

{{ doc.name }}

\n

{{ doc.company}}

\n

{{ doc.shipping_address_display }}

\n \n \n \n \n \n \n \n \n \n
VENDORSHIP TO

{{ doc.supplier_name or \" \" }}

\n

{{ doc.address_display or \" \" }}

\t

{{ doc.company or \" \"}}

\n

{{ doc.shipping_address_display }}

\n \n \n \n \n \n \n \n \n \n \n \n {%- for item in doc.items -%}\n \n \n \n \n \n \n \n \n \n {% endfor %}\n
\n SL.No. MATERIAL DESCRIPTIONQTYUNITRateAMOUNT
{{ item.idx or \" \"}}{{ item.item_name }}{{ item.qty }}{{ item.uom }}{{ item.rate }}{{ item.amount }}
\n \n
\n

AMOUNT : {{ doc.base_total}}

\n {%- for item in doc.taxes -%}\n

{{item.account_head }} @ {{ item.rate }}% : {{ item.tax_amount}}

\n {% endfor %}\n

Grand Total: {{ doc.grand_total }}

\n
Amount Chargable (In Word)
\n

{{ frappe.utils.money_in_words(doc.grand_total) }}

\n
\n \n \n
\n\t\t\t\t
\n\t\t\t\t

Payment Terms

\n\t {%- for item in doc.taxes -%}\n

{{item.account_head }} @ {{ item.rate }}% Extra

\n {% endfor %}\n {%- for item in doc.payment_schedule -%}\n

Payment Terms: After Delivery {{ item.credit_days }} Days

\n {% endfor %}\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t
\n
\n

Aurtharised Sing.

\n
\n\t\t\t\t
\n\t\t\t
\n\n \n\n", - "line_breaks": 0, - "margin_bottom": 15.0, - "margin_left": 15.0, - "margin_right": 15.0, - "margin_top": 15.0, - "modified": "2023-11-25 12:52:44.733596", - "module": "khetangroup", - "name": "Unit-2 Purchase Order", - "page_number": "Hide", - "pdf_generator": null, - "print_format_builder": 0, - "print_format_builder_beta": 0, - "print_format_for": null, - "print_format_type": "Jinja", - "raw_commands": null, - "raw_printing": 0, - "report": null, - "show_section_headings": 0, - "standard": "No" - }, - { - "absolute_value": 0, - "align_labels_right": 0, - "css": ".text{\r color:#1f497d ;\r font: 32px bold Arial, sans-serif;\r}\r.date{\r background-color: #EFBE7D;\r \r}\r.ship{\r font-weight:bold;\r font-size:20px;\r}\r.bgcolor\r{\r \r background-color: #1f497d ;\r color:#FFFFFF;\r font-size:16px;\r font-weight:bold;\r}\rtable, th, td {\r border: 1px solid black;\r \r}\rhr{\r border: 10px solid black;\r}\r.print-format.print-format-preview{\r padding:30px;\r}\r.print-format .letter-head {\r margin-bottom: 10px;\r}", - "custom_format": 1, - "default_print_language": "en", - "disabled": 0, - "doc_type": "Purchase Order", - "docstatus": 0, - "doctype": "Print Format", - "font": null, - "font_size": 14, - "format_data": null, - "html": "\r \r \r {% if letter_head and not no_letterhead -%}\r{% if print_settings.repeat_header_footer %}\r
{{ letter_head }}
\r{%- endif %}{%- endif %}\r

PURCHASE ORDER

\r \r

Date:

{{ doc.transaction_date }}

\r

{{ doc.name }}

\r

{{ doc.company}}

\r

{{ doc.shipping_address_display }}

\r \r \r \r \r \r \r \r \r \r
VENDORSHIP TO

{{ doc.supplier_name or \" \" }}

\r

{{ doc.address_display or \" \" }}

\t

{{ doc.company or \" \"}}

\r

{{ doc.shipping_address_display }}

\r \r \r \r \r \r \r \r \r \r \r \r {%- for item in doc.items -%}\r \r \r \r \r \r \r \r \r \r {% endfor %}\r
\r SL.No. MATERIAL DESCRIPTIONQTYUNITRateAMOUNT
{{ item.idx or \" \"}}{{ item.item_name }}{{ item.qty }}{{ item.uom }}{{ item.rate }}{{ item.amount }}
\r \r
\r

AMOUNT : {{ doc.base_total}}

\r {%- for item in doc.taxes -%}\r

{{item.account_head }} @ {{ item.rate }}% : {{ item.tax_amount}}

\r {% endfor %}\r

Grand Total: {{ doc.grand_total }}

\r
Amount Chargable (In Word)
\r

{{ frappe.utils.money_in_words(doc.grand_total) }}

\r
\r \r \r
\r\t\t\t\t
\r\t\t\t\t

Payment Terms

\r\t \r \r \r \r \r \r \r

{{ doc.terms }}

\r\t\t\t\t
\r\t\t\t\t
\r\t\t\t\t
\r
\r

Authorised Sing.

\r
\r\t\t\t\t
\r\t\t\t
\r\r \r\r", - "line_breaks": 0, - "margin_bottom": 15.0, - "margin_left": 15.0, - "margin_right": 15.0, - "margin_top": 15.0, - "modified": "2024-05-08 18:26:11.678562", - "module": "khetangroup", - "name": "Unit -1 Purchase Order", - "page_number": "Hide", - "pdf_generator": null, - "print_format_builder": 0, - "print_format_builder_beta": 0, - "print_format_for": null, - "print_format_type": "Jinja", - "raw_commands": null, - "raw_printing": 0, - "report": null, - "show_section_headings": 0, - "standard": "No" - }, - { - "absolute_value": 0, - "align_labels_right": 0, - "css": ".print-format td, .print-format th {\r padding: 3px !important; \r}\r.print-format .table-bordered td, .print-format .table-bordered th {\r border: 1px solid black;\r}\r.print-format .table-bordered {\r border: 1px solid black;\r}\r\r.print-format .letter-head {\r margin-bottom: 10px;\r}", - "custom_format": 1, - "default_print_language": "en", - "disabled": 0, - "doc_type": "Quotation", - "docstatus": 0, - "doctype": "Print Format", - "font": null, - "font_size": 14, - "format_data": null, - "html": "\n \n {% if letter_head and not no_letterhead -%}\n{% if print_settings.repeat_header_footer %}\n
{{ letter_head }}
\n{%- endif %}{%- endif %}\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
Name:{{ doc.customer_name or \" \" }}Date:\n {{frappe.utils.get_datetime(doc.transaction_date).strftime(' %d-%m- %Y') }}
Address:{{ doc.address_display or \"\"}}Quotation-Id:{{ doc.name }}
{% if doc.brand %} Brand: {% endif %}{{ doc.brand or \"\" }}QTY:{{ doc.total_qty or \" \" }}
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n {%- for item in doc.items -%}\n \n \n \n \n \n \n \n \n \n \n {% endfor %}\n \n \n \n \n \n \n \n \n \n \n
Item Name ColourSizeQtyTotal SetTotal\"Weight In Kg
{{ item.item_name or \" \" }}{{ item.color or \" \" }}{{ item.size or \" \" }}{{ item.qty_box or \" \" }}{{ item.total_set or \" \" }}{{ item.total_inches or \" \" }} {{ item.custom_box_wise_cal_weight or \" \" }}
Total:{{ doc.items|sum(attribute='qty_box')}}{{ doc.items|sum(attribute='total_set')}}{{ doc.items|sum(attribute='total_inches')}} {% if item.set_box and item.set_box != 0 %}\n {{ ((item.qty / item.set_box | float)|round) * item.weight_per_unit}}\n {% else %}\n 0\n {% endif %}
\n

{% if doc.terms %} Terms And Condition: {% endif %}{{ doc.terms or \" \" }}

\n \n ", - "line_breaks": 0, - "margin_bottom": 15.0, - "margin_left": 15.0, - "margin_right": 15.0, - "margin_top": 15.0, - "modified": "2024-03-21 11:25:28.680802", - "module": "khetangroup", - "name": "Quotatioon Unit-1 Without Rate", - "page_number": "Hide", - "pdf_generator": null, - "print_format_builder": 0, - "print_format_builder_beta": 0, - "print_format_for": null, - "print_format_type": "Jinja", - "raw_commands": null, - "raw_printing": 0, - "report": null, - "show_section_headings": 0, - "standard": "No" - }, - { - "absolute_value": 0, - "align_labels_right": 0, - "css": ".print-format td, .print-format th {\n padding: 5px !important;\n}\n", - "custom_format": 1, - "default_print_language": "en", - "disabled": 0, - "doc_type": "Sales Order", - "docstatus": 0, - "doctype": "Print Format", - "font": null, - "font_size": 14, - "format_data": null, - "html": "\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n {% for item in doc.items %}\n \n \n \n \n \n \n \n \n {% endfor %}\n
Dispatch Done By\n

With Name & Sign

Vehicle No:{{ doc.vehicle_no or \"\"}}
Date With Time:
Party Name: {{ doc.customer_name or \"\"}} Order By
SI NoBrandSizeColorOrder QtyPacketWeight
{{ item.idx }}{{ item.item_code }} {{ item.size or 0}} {{ item.color or \"\" }} {{ item.qty or 0}}{{ item.set_box|float * item.qty}}
\n \n \n \n", - "line_breaks": 0, - "margin_bottom": 15.0, - "margin_left": 15.0, - "margin_right": 15.0, - "margin_top": 15.0, - "modified": "2023-11-25 12:52:44.656893", - "module": "khetangroup", - "name": "Dispatch Unit-1", - "page_number": "Hide", - "pdf_generator": null, - "print_format_builder": 0, - "print_format_builder_beta": 0, - "print_format_for": null, - "print_format_type": "Jinja", - "raw_commands": null, - "raw_printing": 0, - "report": null, - "show_section_headings": 0, - "standard": "No" - }, - { - "absolute_value": 0, - "align_labels_right": 0, - "css": "", - "custom_format": 1, - "default_print_language": "en", - "disabled": 0, - "doc_type": "Item", - "docstatus": 0, - "doctype": "Print Format", - "font": null, - "font_size": 14, - "format_data": null, - "html": "\n
\n \"QR\n \n
\n\n\n", - "line_breaks": 0, - "margin_bottom": 15.0, - "margin_left": 15.0, - "margin_right": 15.0, - "margin_top": 15.0, - "modified": "2023-11-25 12:52:44.634727", - "module": "khetangroup", - "name": "Item Barcode", - "page_number": "Hide", - "pdf_generator": null, - "print_format_builder": 0, - "print_format_builder_beta": 0, - "print_format_for": null, - "print_format_type": "Jinja", - "raw_commands": null, - "raw_printing": 0, - "report": null, - "show_section_headings": 0, - "standard": "No" - }, - { - "absolute_value": 0, - "align_labels_right": 0, - "css": "\n\n .print-format {\n margin-top: 2mm;\n margin-left: 0mm;\nmargin-right: 0mm;\nmargin-bottom: 0mm;\n\n\n\n}\n.print-format p {\n margin: 0px 0px 0px;\n}\n\n@media print{\n .print-format {\n margin-top: 2mm;\n margin-left: 0mm;\nmargin-right: 0mm;\nmargin-bottom: 0mm;\n\n\n\n}\n\n.print-format p {\n margin: 0px 0px 0px;\n}\n\n\n}", - "custom_format": 1, - "default_print_language": "en", - "disabled": 0, - "doc_type": "Qr Code", - "docstatus": 0, - "doctype": "Print Format", - "font": null, - "font_size": 14, - "format_data": null, - "html": "\n\n\n\n QR Code Print Format\n\n\n\n{% set count = 0 %}\n\n{% for i in range(doc.barcode_number|int) %}\n {% if count <= doc.barcode_number %}\n
\n \n \n \n Party Ref. No. \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n {% for item in doc.items %}\n \n \n \n \n \n \n \n \n {% endfor %}\n
S.NO Product Description QuantityPrice /Unit Total Price
{{ item.idx }} {{ item.item_name }}{{ item.qty }}{{ item.rate }} {{ item.amount }}
\n
\n
\n \n
\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n
Subtotal {{ doc.total or \"\"}}
GST%12 {{ doc.base_total_taxes_and_charges or \"\"}}
Total Amount {{ doc.grand_total or \"\"}}
\n
\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
Amount In Words{{ doc.base_in_words or \"\" }}
Terms & Conditions
1Price Basis EX Works
2Taxes12% GST
3Payment Terms 100% Advance
4Delivery PeriodAfter Payment Within 05 Days
5Packaging TypeCarton Box
6Warranty8 Years
7Validity7 Days
8Other T&C

1. BOM as per standard K-solare BOM.

\n

2. The above prices are strictly for the Quantity (MOQ). The pricing may vary for\nother quantity.

9Bank Details

Account no: - 50200024361977

\n

IFSC code: - HDFC0002484 Branch: - ADITYAPUR

\n

Name: - KHETAN UDYOG

\n \n \n", - "line_breaks": 0, - "margin_bottom": 15.0, - "margin_left": 15.0, - "margin_right": 15.0, - "margin_top": 15.0, - "modified": "2023-12-26 11:15:21.041424", - "module": "khetangroup", - "name": "Khetan Solar", - "page_number": "Hide", - "pdf_generator": null, - "print_format_builder": 0, - "print_format_builder_beta": 0, - "print_format_for": null, - "print_format_type": "Jinja", - "raw_commands": null, - "raw_printing": 0, - "report": null, - "show_section_headings": 0, - "standard": "No" - } + { + "absolute_value": 0, + "align_labels_right": 0, + "css": ".print-format .letter-head {\n margin-bottom: 10px;\n}", + "custom_format": 0, + "default_print_language": "en", + "disabled": 0, + "doc_type": "Material Request", + "docstatus": 0, + "doctype": "Print Format", + "font": null, + "font_size": 14, + "format_data": "[{\"fieldname\": \"print_heading_template\", \"fieldtype\": \"Custom HTML\", \"options\": \"
\\t\\t\\t\\t

Material Request

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

\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"material_request_type\", \"print_hide\": 0, \"label\": \"Purpose\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"transaction_date\", \"print_hide\": 0, \"label\": \"Transaction Date\"}, {\"fieldname\": \"schedule_date\", \"print_hide\": 0, \"label\": \"Required By\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Items\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"scan_barcode\", \"print_hide\": 0, \"label\": \"Scan Barcode\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"set_from_warehouse\", \"print_hide\": 0, \"label\": \"Set Source Warehouse\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"set_warehouse\", \"print_hide\": 0, \"label\": \"Set Target Warehouse\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"items\", \"print_hide\": 0, \"label\": \"Items\", \"visible_columns\": [{\"fieldname\": \"item_code\", \"print_width\": \"100px\", \"print_hide\": 0}, {\"fieldname\": \"schedule_date\", \"print_width\": \"100px\", \"print_hide\": 0}, {\"fieldname\": \"description\", \"print_width\": \"250px\", \"print_hide\": 0}, {\"fieldname\": \"qty\", \"print_width\": \"80px\", \"print_hide\": 0}, {\"fieldname\": \"from_warehouse\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"warehouse\", \"print_width\": \"100px\", \"print_hide\": 0}, {\"fieldname\": \"uom\", \"print_width\": \"70px\", \"print_hide\": 0}, {\"fieldname\": \"manufacturer\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"manufacturer_part_no\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"project\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"item_group\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"rate\", \"print_width\": \"\", \"print_hide\": 0}, {\"fieldname\": \"amount\", \"print_width\": \"\", \"print_hide\": 0}]}, {\"fieldname\": \"_custom_html\", \"print_hide\": 0, \"label\": \"Custom HTML\", \"fieldtype\": \"HTML\", \"options\": \"

Total Amount : {{ doc.total_amount }}

\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"terms\", \"print_hide\": 0, \"label\": \"Terms and Conditions Content\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Status\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"transfer_status\", \"print_hide\": 0, \"label\": \"Transfer Status\"}, {\"fieldtype\": \"Section Break\", \"label\": \"Reference\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"work_order\", \"print_hide\": 0, \"label\": \"Work Order\"}]", + "html": "", + "line_breaks": 0, + "margin_bottom": 15.0, + "margin_left": 15.0, + "margin_right": 15.0, + "margin_top": 15.0, + "modified": "2023-11-25 12:52:44.864652", + "module": "khetangroup", + "name": "Unit-1 Material Request", + "page_number": "Hide", + "pdf_generator": null, + "print_format_builder": 0, + "print_format_builder_beta": 0, + "print_format_for": null, + "print_format_type": "Jinja", + "raw_commands": null, + "raw_printing": 0, + "report": null, + "show_section_headings": 0, + "standard": "No" + }, + { + "absolute_value": 0, + "align_labels_right": 0, + "css": ".print-format.print-format-preview{\r padding:30px;\r}\r.print-format .letter-head {\r margin-bottom: 10px;\r}", + "custom_format": 1, + "default_print_language": "en", + "disabled": 0, + "doc_type": "Stock Entry", + "docstatus": 0, + "doctype": "Print Format", + "font": null, + "font_size": 14, + "format_data": null, + "html": "\n \n {% if letter_head and not no_letterhead -%}\n{% if print_settings.repeat_header_footer %}\n
{{ letter_head }}
\n{%- endif %}{%- endif %}\n

{{ doc.stock_entry_type or \" \"}}

\n {%- if doc.returnable_or_non_returnable == \"Returnable\" -%}\n

Returnable

\n {% else %}\n

Non Returnable

\n {% endif %}\n \n {{ doc.company_address_display or \"\" }}
\n \n

Date: {{frappe.utils.get_datetime(doc.posting_date).strftime(' %d-%m- %Y') }}

\n

Voucher No: {{ doc.name }}

\n

Material Issue To :     {{ doc.company or \" \" }}

\n \n \n

{{ doc.company_address_display or \" \"}}

\n

Returnable Or Non Returnable :-    {{ doc.returnable_or_non_returnable }}

\n \n \n \n \n \n \n \n \n \n \n {%- for item in doc.items -%}\n \n \n \n \n \n \n \n \n \n \n {% endfor %}\n
\n SI No Description Of MaterialQTY. OutUOMRemarks
{{ item.idx or \" \" }}{{ item.item_name or \" \" }}{{ item.qty or \" \" }} {{ item.uom or \" \" }}{{ item.remarks or \" \" }}
\n \n Remarks: {{ doc.remarks or \" \" }}\n
\n \n Authorized Signature..\n
\n \n
\n \n Signature..\n
\n \n", + "line_breaks": 0, + "margin_bottom": 15.0, + "margin_left": 15.0, + "margin_right": 15.0, + "margin_top": 15.0, + "modified": "2023-11-25 12:52:44.840605", + "module": "khetangroup", + "name": "Material Issue", + "page_number": "Hide", + "pdf_generator": null, + "print_format_builder": 0, + "print_format_builder_beta": 0, + "print_format_for": null, + "print_format_type": "Jinja", + "raw_commands": null, + "raw_printing": 0, + "report": null, + "show_section_headings": 0, + "standard": "No" + }, + { + "absolute_value": 0, + "align_labels_right": 0, + "css": ".print-format td, .print-format th {\r padding: 3px !important; \r}\r.print-format .table-bordered td, .print-format .table-bordered th {\r border: 1px solid black;\r}\r.print-format .table-bordered {\r border: 1px solid black;\r}\r\r.print-format .letter-head {\r margin-bottom: 10px;\r}", + "custom_format": 1, + "default_print_language": "en", + "disabled": 0, + "doc_type": "Quotation", + "docstatus": 0, + "doctype": "Print Format", + "font": null, + "font_size": 14, + "format_data": null, + "html": "\n \n {% if letter_head and not no_letterhead -%}\n{% if print_settings.repeat_header_footer %}\n
{{ letter_head }}
\n{%- endif %}{%- endif %}\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
Name:{{ doc.customer_name or \" \" }}Date:\n {{frappe.utils.get_datetime(doc.transaction_date).strftime(' %d-%m- %Y') }}
Address:{{ doc.address_display or \"\"}}Quotation-Id:{{ doc.name }}
{% if doc.brand %} Brand: {% endif %}{{ doc.brand or \"\" }}QTY:{{ doc.total_qty or \" \" }}
\n \n \n \n \n\n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n {%- for item in doc.items -%}\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n {% endfor %}\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n\n \n\n \n
Item Name ColourTotal SetTotal\"RateDisc%Disc Amt.Bill AMT.Weight In Kg
{{ item.item_name or \" \" }}{{ item.color or \" \" }}{{ item.total_set or \" \" }}{{ item.total_inches or \" \" }}{{ item.price_amt or \" \" }}{{ item.discount_percentage or \" \" }}%{{ item.discount_amt or \" \" }}{{ item.amount or \" \" }} {{ item.custom_box_wise_cal_weight or \" \" }}
Total:{{ doc.items|sum(attribute='total_set')}}{{ doc.items|sum(attribute='total_inches')}} {{ doc.items|sum(attribute='discount_amt')}}{{ doc.total or \" \" }}
Add GST 18%:{{doc.total_taxes_and_charges or \" \" }}
Net Payable:{{ doc.grand_total or \" \" }}
\n

{% if doc.terms %} Terms And Condition: {% endif %}{{ doc.terms or \" \" }}

\n \n ", + "line_breaks": 0, + "margin_bottom": 15.0, + "margin_left": 15.0, + "margin_right": 15.0, + "margin_top": 15.0, + "modified": "2024-05-30 19:12:47.555057", + "module": "khetangroup", + "name": "Quotation Unit-1", + "page_number": "Hide", + "pdf_generator": null, + "print_format_builder": 0, + "print_format_builder_beta": 0, + "print_format_for": null, + "print_format_type": "Jinja", + "raw_commands": null, + "raw_printing": 0, + "report": null, + "show_section_headings": 0, + "standard": "No" + }, + { + "absolute_value": 0, + "align_labels_right": 0, + "css": ".print-format .table-bordered td, .print-format .table-bordered th {\r border: 1px solid black;\r}\r.print-format th {\r color: black;\r font-weight: normal;\r border-bottom-width: 1px !important;\r}\r.print-format .table-bordered {\r border: 1px solid black;\r}\r.print-format td, .print-format th {\r padding: 3px !important; \r \r}\r.print-format .letter-head {\r margin-bottom: 10px;\r}", + "custom_format": 1, + "default_print_language": "en", + "disabled": 0, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Print Format", + "font": null, + "font_size": 14, + "format_data": null, + "html": "\n \n\n {% if letter_head and not no_letterhead -%}\n {% if print_settings.repeat_header_footer %}\n
\n
{{ letter_head }}
\n {%- endif %}\n {%- endif %}\n\n
\n

TAX INVOICE

\n
\n\n \n\n \n \n\n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n \n \n \n \n \n \n \n\n {%- for item in doc.items -%}\n \n \n \n \n \n \n \n \n \n {% endfor %}\n\n \n \n \n \n \n \n\n \n\n \n \n\n \n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n\n \n \n\n
\n

{{ doc.company}}

\n

{{ doc.company_address_display or \"\" }}

\n
\n Invoice No.:\n

{{doc.name }}

\n
\n Invoice Dated:-{{frappe.utils.get_datetime(doc.posting_date ).strftime(' %d-%m- %Y') }}\n
\n Delivery Note:\n

\n
\n Policy No:{{ doc.policy_no or \" \" }}\n
\n Buyer's Order No:\n

{{ doc.po_no or \" \" }}

\n
\n Buyer's Order Dated:{{frappe.utils.get_datetime(doc.po_date ).strftime(' %d-%m- %Y') }}\n
\n Dispatched Through:\n

{{ doc.dispatched_though or \" \"}}

\n
\n Vehicle No:{{ doc.vehicle_no or \"\" }}\n
\n Dispatch Document No:-\n

{{ doc.lr_no or \" \" }}

\n
\n Destination:- {{ doc.destination or \" \" }}\n
\n Mode/Terms of Payment:-\n

{{ doc.mode_terms_of_payment or \" \" }}

\n
\n Delivery Note Date:-\n {{frappe.utils.get_datetime(doc.delivery_date ).strftime(' %d-%m- %Y') }}\n
\n

Consignee

\n

{{ doc.customer_name or \" \" }}

\n

{{ doc.address_display or \" \" }}

\n
\n

Terms Of Delivery: {{ doc.terms or \" \" }}

\n\n {% if doc.print_discount_amount_ %}\n

Total Discount Amount:   {{ doc.total_discount_amount }}

\n {% endif %}\n
Sr No.Description Of GoodsHSN/SACQuantityUOMRateAmount
{{item.idx or \" \"}}{{item.item_name or \" \" }}{{item.gst_hsn_code or \" \"}}{{item.qty or \" \"}}{{ item.uom or \" \" }}{{item.rate or \" \"}}{{item.amount or \" \" }}
\n {%- for item in doc.taxes -%}\n {% if item.account_head == \"Output Tax IGST - KG\" %}\n

IGST

\n {% elif item.account_head == \"Output Tax CGST - KG\" %}\n

CGST

\n {% elif item.account_head == \"Output Tax SGST - KG\" %}\n

SGST

\n {% endif %}\n {% endfor %}\n
\n {%- for item in doc.taxes -%}\n

{{ item.tax_amount or \" \" }}

\n {% endfor %}\n
Total{{ doc.base_rounded_total or \" \" }}
\n

Amount Chargable (In Word): {{ frappe.utils.money_in_words(doc.grand_total) }}

\n
{{ doc.other_charges_calculation or \" \" }}
\n Tax Amount (in Words):{{ frappe.utils.money_in_words(doc.total_taxes_and_charges) }}\n
\n\n

\n Remarks: {{ doc.remarks or \"\"}}\n

\n\n {% if doc.company %}\n {% set doc_company = frappe.get_doc('Company', doc.company) %}\n {% else %}\n {% set doc_company = {} %}\n {% endif %}\n\n

Company's PAN:  {{ doc_company.pan or \" \" }}

\n\n Declaration:\n

{{ doc.remarks or \" \"}}

\n\n

\n Authorised Signatory\n

\n\n
\n\n Company's Bank Details\n\n {% if doc.bank_account %}\n {% set doc_ac = frappe.get_doc('Bank Account', doc.bank_account) %}\n {% else %}\n {% set doc_ac = {} %}\n {% endif %}\n\n

Bank Name:  {{ doc_ac.bank or \" \"}}

\n

A/C No :  {{ doc_ac.bank_account_no or \" \" }}

\n

Branch Ifsc Code:  {{ doc_ac.branch_code or \" \" }}

\n\n For {{doc.company }}\n\n
\n\n
\n
\n SUBJECT TO SARAIKELA KHARSAWAN JURISDICTION\n
\n
\n\n \n", + "line_breaks": 0, + "margin_bottom": 15.0, + "margin_left": 15.0, + "margin_right": 15.0, + "margin_top": 15.0, + "modified": "2026-05-22 13:19:08.440238", + "module": "khetangroup", + "name": "Sales Invoice Unit-1", + "page_number": "Hide", + "pdf_generator": null, + "print_format_builder": 0, + "print_format_builder_beta": 0, + "print_format_for": null, + "print_format_type": "Jinja", + "raw_commands": null, + "raw_printing": 0, + "report": null, + "show_section_headings": 0, + "standard": "No" + }, + { + "absolute_value": 0, + "align_labels_right": 0, + "css": "\r.pd{\r width:740px!important;\r margin: 0px 15px 0px;\r}\r.print-format td, .print-format th {\r padding: 1px !important; \r \r}\r\r.print-format.print-format-preview{\r padding:30px;\r}\r.print-format .letter-head {\r margin-bottom: 0px;\r}\r.print-format p {\r margin: 0px 0px 0px;\r}\r\r.print-format .row:not(.section-break) {\r line-height: 1;\r margin-top: 2px !important;\r}\r@media print {\r .pd{\r width:678px!important;\r margin: 0px 15px 0px;\r}\r \r }\r", + "custom_format": 1, + "default_print_language": "en", + "disabled": 0, + "doc_type": "Quotation", + "docstatus": 0, + "doctype": "Print Format", + "font": null, + "font_size": 14, + "format_data": null, + "html": "\n \n {% if letter_head and not no_letterhead -%}\n{% if print_settings.repeat_header_footer %}\n
{{ letter_head }}
\n{%- endif %}{%- endif %}\n

OFFICE Quotation

\n
\n
\n

Customer Name:   {{ doc.customer_name }}

\n

Date:   {{frappe.utils.get_datetime(doc.transaction_date).strftime(' %d-%m- %Y') }}

\n {% if doc.select_item_type ==\"Guage and Sheet\" %}\n

Details of Pipe and Sheet:

\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n {% for item in doc.items|unique(attribute='item_type') %}\n {% if item.item_type==\"Sheet 202\" %}\n \n \n {% endif %}\n {% endfor %}\n {% for item in doc.items|unique(attribute='item_type') -%}\n {% if item.item_type==\"Sheet 304\" %}\n \n \n \n {% endif %}\n {% endfor %}\n \n {% for item in doc.items|unique(attribute='item_type') -%}\n {% if item.item_type==\"Pipe 202\" %}\n \n \n {% endif %}\n {% endfor %}\n {% for item in doc.items|unique(attribute='item_type') -%}\n {% if item.item_type==\"Pipe 304\" %}\n \n \n {% endif %}\n {% endfor %}\n {% for item in doc.items|unique(attribute='item_type') -%}\n {% if item.item_type==\"Pipe 316\" %}\n \n \n {% endif %}\n {% endfor %} \n
{{ item.item_type }}{{ (doc.sheet202 /1.18)| round(2) }}
{{ item.item_type}} {{ (doc.sheet304/1.18)| round(2) or \"\"}}
{{ item.item_type}}{{ (doc.rate202/1.18)| round(2) or \"\"}}
{{ item.item_type}} {{ (doc.rate304/1.18)| round(2) or \"\"}}
{{ item.item_type}} {{ (doc.rate316/1.18)| round(2) or \"\"}}
\n {% else %}\n \n {% endif %}\n \n
\n
\n \n \n \n \n \n \n \n \n {% if doc.select_item_type == \"Blustor And Pillar\" %}\n \n {% elif doc.select_item_type == \"Guage and Sheet\" %}\n \n {% endif %}\n \n \n \n \n \n \n \n {% if doc.select_item_type == \"Guage and Sheet\" %}\n \n \n \n {% endif %}\n \n \n \n {% if doc.select_item_type == \"Blustor And Pillar\" %}\n \n {% elif doc.select_item_type == \"Guage and Sheet\" %}\n \n {% endif %}\n \n \n \n \n \n \n \n
GradeActual WeightTotal Amount
BlustorPipe202{{ doc.pipe_202_actual_w }}{{ doc.pipe_202_total_amount|round(2, 'floor') }}
304{{ doc.pipe_304_actual_w }}{{ doc.pipe_304_total_amount|round(2, 'floor') }}
316{{ doc.pipe_316_actual_w }}{{ doc.pipe_316_total_amount|round(2, 'floor') }}
PillarSheet202{{ doc.sheet_202_actual_w }}{{ doc.sheet_202_total_amount|round(2, 'floor')}}
304{{ doc.sheet_304_actual_w }}{{ doc.sheet_304_total_amount|round(2, 'floor') }}
\n \n
\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
Grand Total: \u20b9{{ doc.grand_total}}
G.Weight: {{ doc.total_sold_weight}}
Total: \u20b9{{ \"{:,.2f}\".format(doc.total)}}
Freight: {% for item in doc.taxes if item.account_head==\"Freight and Forwarding Charges - SU2\" %}\n \u20b9{{ item.tax_amount }}\n {% else %}\n {% endfor %}
TCS: {% for item in doc.taxes if item.account_head==\"TCS - SU2\" %}\n \u20b9{{ item.tax_amount }}\n {% else %}\n {% endfor %}
202: {{ doc.quantity202 }}
304: {{ doc.quantity304}}
316: {{ doc.quantity316}}
Total Items: {{ doc.total_no_items}}
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n {%- for item in doc.items -%}\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n {% endfor %}\n
Sr.noItem CodeGradeSizeThicknessWeight Per Unit\tW DiffWeightPCSRateTotal Amount

{{ item.idx or \" \" }}

{{ item.item_code or \" \" }}

{{ item.grade or \" \" }}

{{ item.size or \" \" }}

{{ item.thickness or \" \" }}

{{ item.weight_per_unit or \" \" }}

{{ item.weight_diff|round(2, 'floor')}}

{{ item.weight }}

{{ item.pcs|int}}

{{ item.rate1 or \" \" }}

{{ item.amount |round(2, 'floor') }}

\n
\n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n", + "line_breaks": 0, + "margin_bottom": 15.0, + "margin_left": 15.0, + "margin_right": 15.0, + "margin_top": 15.0, + "modified": "2023-11-25 12:52:45.113541", + "module": "khetangroup", + "name": "Office Unit 2", + "page_number": "Hide", + "pdf_generator": null, + "print_format_builder": 0, + "print_format_builder_beta": 0, + "print_format_for": null, + "print_format_type": "Jinja", + "raw_commands": null, + "raw_printing": 0, + "report": null, + "show_section_headings": 0, + "standard": "No" + }, + { + "absolute_value": 0, + "align_labels_right": 0, + "css": ".print-format.print-format-preview{\r padding:30px;\r}\r.print-format .letter-head {\r margin-bottom: 10px;\r}", + "custom_format": 1, + "default_print_language": "en", + "disabled": 0, + "doc_type": "Stock Entry", + "docstatus": 0, + "doctype": "Print Format", + "font": null, + "font_size": 14, + "format_data": null, + "html": "\n \n {% if letter_head and not no_letterhead -%}\n{% if print_settings.repeat_header_footer %}\n
{{ letter_head }}
\n{%- endif %}{%- endif %}\n

{{ doc.stock_entry_type }}

\n Party Address : {{ doc.party_address or \" \" }}
\n \n

Date: {{frappe.utils.get_datetime(doc.posting_date).strftime(' %d-%m- %Y') }}

\n

Voucher No:{{ doc.voucher_no }}

\n

Name:{{ doc.name }}

\n

Compnay Address : {{ doc.company }}

\n \n \n

{{ doc.company_address_display or \" \"}}

\n \n \n \n \n \n \n \n \n \n \n \n {%- for item in doc.items -%}\n \n \n \n \n \n \n \n \n \n \n {% endfor %}\n
\n SI No Description Of MaterialQTY. OutUOMRemarks
{{ item.idx }}{{ item.item_name }}{{ item.qty }} {{ item.uom }}
\n Remarks: {{ doc.remarks or \" \" }}\n
\n \n Authorized Signature..\n
\n \n
\n \n Signature..\n
\n \n", + "line_breaks": 0, + "margin_bottom": 15.0, + "margin_left": 15.0, + "margin_right": 15.0, + "margin_top": 15.0, + "modified": "2023-11-25 12:52:44.815605", + "module": "khetangroup", + "name": "Material Received For Supplier", + "page_number": "Hide", + "pdf_generator": null, + "print_format_builder": 0, + "print_format_builder_beta": 0, + "print_format_for": null, + "print_format_type": "Jinja", + "raw_commands": null, + "raw_printing": 0, + "report": null, + "show_section_headings": 0, + "standard": "No" + }, + { + "absolute_value": 0, + "align_labels_right": 0, + "css": ".print-format .table-bordered td, .print-format .table-bordered th {\r border: 1px solid black;\r}\r.print-format th {\r color: black;\r font-weight: normal;\r border-bottom-width: 1px !important;\r}\r.print-format .table-bordered {\r border: 1px solid black;\r}\r.print-format td, .print-format th {\r padding: 3px !important; \r \r}\r\r.print-format.print-format-preview{\r padding:30px;\r}\r.print-format .letter-head {\r margin-bottom: 10px;\r}", + "custom_format": 1, + "default_print_language": "en", + "disabled": 0, + "doc_type": "Delivery Note", + "docstatus": 0, + "doctype": "Print Format", + "font": null, + "font_size": 14, + "format_data": null, + "html": "\n \n {% if letter_head and not no_letterhead -%}\n{% if print_settings.repeat_header_footer %}\n
{{ letter_head }}
\n{%- endif %}{%- endif %}\n

DELIVERY NOTE

\n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n {%- for item in doc.items -%}\n \n \n \n \n \n \n \n \n \n {% endfor %}\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n

{{ doc.company}}

\n

{{ doc.company_address_display }}

\n
Delivery Note No:- {{doc.name or \" \"}}
E-way Bill No:- {{ doc.ewaybill or \" \"}}
Dated:- {{ frappe.utils.get_datetime(doc.posting_date).strftime('%d-%m-%Y') }}
Reference No And Date:{{ doc.reference_no or \" \" }}   {{ doc.reference_date or \"\"}}Other Reference(s):{{ doc.other_reference or \" \" }}
Buyer's Order No:{{ doc.po_no or \" \"}}Dated: {{ frappe.utils.get_datetime(doc.po_date).strftime('%d-%m-%Y')}}
Dispatch Doc No:- {{ doc.lr_no or \" \"}}Dispatch Through:- {{ doc.dispatch_through or \" \" }}
Bill Of Lading/LR-RR No: {{ doc.bill_of_lading_lr_no or \" \"}}Mode/Terms Of Payment:{{ doc.mode_of_terms_and_payments or \" \"}}
Destination:- {{ doc.destination or \" \" }}Motor Vehicle No:-{{ doc.vehicle_no or \" \" }}
Terms Of Delivery:

{{ doc.terms or \" \" }}

Consignee(Ship To ):-

\n

{{ doc.customer_name }}

\n

{{ doc.shipping_address or \"\" }}

\n

Buyer (Bill To ):-

\n

{{ doc.customer_name or \" \" }}

\n

{{ doc.address_display or \" \" }}

\n \n Place Of Supply:- {{ doc.place_of_supply or \" \" }}\n
Sr No.Description Of GoodsHSN/SACQuantityRatePerAmount
{{item.idx or \" \" }}{{item.item_name or \" \" }}{{item.gst_hsn_code}}{{item.qty}} {{ item.uom }}{{item.rate}}{{ item.uom }}{{item.amount}}

CGST

\n

SGST

\n

Rounding Off

{%- for item in doc.taxes -%}\n

{{ item.tax_amount}}

\n \n {% endfor %}

{{ doc. base_rounding_adjustment }}

Total{{ doc.base_rounded_total }}

Amount Chargable (In Word):\n {{ frappe.utils.money_in_words(doc.grand_total) }}

{{ doc.other_charges_calculation or \" \" }}
Tax Amount (in Words):{{ frappe.utils.money_in_words(doc.total_taxes_and_charges) }}\n \n \n

{% set doc_company = frappe.get_doc('Company', doc.company) %} Company's PAN:  {{ doc_company.pan }}

\n \n
Recd. in Good Condition

For Khetan Udyog

\n

Authorised Signatory

\n \n
SUBJECT TO SARAIKELA KHARSAWAN JURISDICTION\n\n
\n
\n \n \n", + "line_breaks": 0, + "margin_bottom": 15.0, + "margin_left": 15.0, + "margin_right": 15.0, + "margin_top": 15.0, + "modified": "2023-11-25 12:52:44.780062", + "module": "khetangroup", + "name": "Delivery Note Unit-2", + "page_number": "Hide", + "pdf_generator": null, + "print_format_builder": 0, + "print_format_builder_beta": 0, + "print_format_for": null, + "print_format_type": "Jinja", + "raw_commands": null, + "raw_printing": 0, + "report": null, + "show_section_headings": 0, + "standard": "No" + }, + { + "absolute_value": 0, + "align_labels_right": 0, + "css": ".print-format td, .print-format th {\r padding: 1px !important;\r}\r\r.print-format .letter-head {\r margin-bottom: 0px;\r}\r.print-format p {\r margin: 0px 0px 0px;\r}\r.pd{\r width:700px!important;\r margin: 0px 15px 0px;\r}\r.print-format .row:not(.section-break) {\r line-height: 1;\r margin-top: 5px !important;\r}\r@media print {\r .pd{\r width:675px!important;\r margin: 0px 15px 0px;\r}\r \r }", + "custom_format": 1, + "default_print_language": "en", + "disabled": 0, + "doc_type": "Quotation", + "docstatus": 0, + "doctype": "Print Format", + "font": null, + "font_size": 14, + "format_data": null, + "html": "\n \n {% if letter_head and not no_letterhead -%}\n{% if print_settings.repeat_header_footer %}\n
{{ letter_head }}
\n{%- endif %}{%- endif %}\n

Party Quotation

\n
\n
\n

Customer Name:   {{ doc.customer_name }}

\n

Date:   {{frappe.utils.get_datetime(doc.transaction_date).strftime(' %d-%m- %Y') }}

\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
202: {{ doc.quantity202|int }}
304: {{ doc.quantity304|int}}
316: {{ doc.quantity316|int}}
Total Items: {{ doc.total_no_items|int}}
\n \n
\n
\n \n \n \n \n \n \n {% if doc.select_item_type == \"Blustor And Pillar\" %}\n \n {% elif doc.select_item_type == \"Guage and Sheet\" %}\n \n {% endif %}\n \n \n \n \n \n \n \n {% if doc.select_item_type == \"Guage and Sheet\" %}\n \n \n \n {% endif %}\n \n \n \n {% if doc.select_item_type == \"Blustor And Pillar\" %}\n \n {% elif doc.select_item_type == \"Guage and Sheet\" %}\n \n {% endif %}\n \n \n \n \n \n \n \n
GradeActual WeightTotal Amount
BlustorPipe202{{ doc.pipe_202_actual_w }}{{ doc.pipe_202_total_amount|round(2, 'floor') }}
304{{ doc.pipe_304_actual_w }}{{ doc.pipe_304_total_amount|round(2, 'floor') }}
316{{ doc.pipe_316_actual_w }}{{ doc.pipe_316_total_amount|round(2, 'floor') }}
PillarSheet202{{ doc.sheet_202_actual_w }}{{ doc.sheet_202_total_amount|round(2, 'floor') }}
304{{ doc.sheet_304_actual_w }}{{ doc.sheet_304_total_amount|round(2, 'floor') }}
\n
\n \n \n \n {% if doc.select_item_type ==\"Blustor And Pillar\" %}\n \n {% else %}\n \n \n {% endif %}\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
G.Weight: {{ doc.total_sold_weight}}
Total: {{ doc.total}}
Freight: {% for item in doc.taxes if item.account_head==\"Freight and Forwarding Charges - SU2\" %}\n {{ item.tax_amount }}\n {% else %}\n {% endfor %}
TCS: {% for item in doc.taxes if item.account_head==\"TCS - SU2\" %}\n {{ item.tax_amount }}\n {% else %}\n {% endfor %}
Grand Total {{ doc.grand_total}}
\n \n \n
\n \n \n \n \n \n \n {%- if doc.select_item_type == \"Blustor And Pillar\" -%}\n \n {%- else -%}\n \n {%- endif -%}\n \n {%- if doc.select_item_type == \"Blustor And Pillar\" -%}\n \n {%- else -%}\n \n {%- endif -%}\n \n \n \n \n \n {%- for item in doc.items -%}\n \n \n \n \n \n \n \n {%- if doc.select_item_type == \"Blustor And Pillar\" -%}\n \n {%- else -%}\n \n {%- endif -%}\n \n \n \n \n \n \n \n \n \n \n \n \n {% endfor %}\n
Sr.noItem CodeGradeSizeTypeGuagePCSWeight RateAmount

{{ item.idx or \" \" }}

{{ item.item_code or \" \" }}

{{ item.grade or \" \" }}

{{ item.size or \" \" }}

{{ item.thickness or \" \" }}

{{ item.pcs|int}}

{{ item.weight }}

{{ item.rate1 or \" \" }}

{{ item.amount|round(2, 'floor')}}

\n \n
\n \n \n
\n
\n \n", + "line_breaks": 0, + "margin_bottom": 15.0, + "margin_left": 15.0, + "margin_right": 15.0, + "margin_top": 15.0, + "modified": "2023-11-25 12:52:45.018988", + "module": "khetangroup", + "name": "Party-Unit-2", + "page_number": "Hide", + "pdf_generator": null, + "print_format_builder": 0, + "print_format_builder_beta": 0, + "print_format_for": null, + "print_format_type": "Jinja", + "raw_commands": null, + "raw_printing": 0, + "report": null, + "show_section_headings": 0, + "standard": "No" + }, + { + "absolute_value": 0, + "align_labels_right": 0, + "css": ".print-format td, .print-format th {\r padding: 3px !important; \r \r}\r.print-format .table-bordered td, .print-format .table-bordered th {\r border: 1px solid black;\r}\r/*.print-format.print-format-preview{*/\r/* padding:40px;*/\r/* margin-right:10px;*/\r/*}*/\r.print-format .row:not(.section-break) {\r line-height: 1;\r margin-top: 5px !important;\r}\r.print-format th {\r color: black;\r font-weight: bold;\r border-bottom-width: 1px !important;\r \r}\r.print-format .letter-head {\r margin-bottom: 10px;\r}\r", + "custom_format": 1, + "default_print_language": "en", + "disabled": 0, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Print Format", + "font": null, + "font_size": 14, + "format_data": null, + "html": "\n \n \n \n \n {% if letter_head and not no_letterhead -%}\n{% if print_settings.repeat_header_footer %}\n
{{ letter_head }}
\n{%- endif %}{%- endif %}\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n {% endif %}{% endfor %}\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n

Sales Order

{{ doc.company }}

\n {{ doc.company_address_display }}

Sales Order No:-   {{ doc.name }}

\n

Date:-   {{ frappe.utils.get_datetime(doc.transaction_date).strftime('%d-%m-%Y') }}

Terms of Delivery & Payment : \n

Payment:

Consignee: \n

{{ doc.customer_name or \"\" }}

\n

{{ doc.address_display or \"\" }}

\n
\n {% set doc_ac = frappe.get_doc('Bank Account', doc.bank_account) %}\n

Bank Name:  {{ doc_ac.bank or \" \"}}

\n

A/C No :   {{ doc_ac.bank_account_no or \" \" }}

\n

Branch Ifsc Code:  {{ doc_ac.branch_code or \" \" }}

\n
Description of GoodsHSN CodeQuantityRate Amount
{%- for item in doc.items -%}

{{item.item_name or \" \" }}

{% endfor %}
{%- for item in doc.items -%}

{{item.gst_hsn_code or \" \"}}

{% endfor %}
{%- for item in doc.items -%}

{{item.qty or \" \"}} {{ item.uom or \" \" }}

{% endfor %}
{%- for item in doc.items -%}

{{item.rate or \" \"}}

{% endfor %}
{%- for item in doc.items -%}

{{item.amount or \" \" }}

{% endfor %}
{%- for item in doc.taxes -%}{% if item.account_head == \"Output Tax IGST - ST\" %}

IGST

\n \n {% elif item.account_head == \"Output Tax SGST - KG\" and item.account_head == \"Output Tax SGST - KG\" %}\n

CGST

\n

SGST

{%- for item in doc.taxes -%}\n

{{ item.tax_amount or \" \" }}

\n \n {% endfor %}
Total:{{ doc.grand_total }}
Declaration:For Khetan Viniyog Pvt. Ltd.\n

(Authorized signatory)

\n
\n \n", + "line_breaks": 0, + "margin_bottom": 15.0, + "margin_left": 15.0, + "margin_right": 15.0, + "margin_top": 15.0, + "modified": "2023-11-25 12:52:44.916070", + "module": "khetangroup", + "name": "Sales Order", + "page_number": "Hide", + "pdf_generator": null, + "print_format_builder": 0, + "print_format_builder_beta": 0, + "print_format_for": null, + "print_format_type": "Jinja", + "raw_commands": null, + "raw_printing": 0, + "report": null, + "show_section_headings": 0, + "standard": "No" + }, + { + "absolute_value": 0, + "align_labels_right": 1, + "css": ".print-format .letter-head {\n margin-bottom: 0px;\n}\n.print-format {\n padding: 1.5rem;\n}\nh2 {\n margin-top: none;\n padding-top: none;\n}\nh3 {\n margin-top: none;\n}\n.print-format label{\n font-weight:bold;\n color:black;\n}\n.print-format .table-bordered {\n border: 1px solid black;\n}\n.print-format .table-bordered th {\n border: 1px solid black;\n color:black;\n font-weight:bold;\n}\n.print-format .table-bordered td, .print-format .table-bordered th {\n border: 1px solid black;\n}\n.print-format .row:not(.section-break) {\n margin-top: 10px !important;\n}\n.table{\n margin: 10px 0;\n}\n.print-format td, .print-format th {\n padding: 5px !important; \n}\n hr \n {\n position: relative;\n border: none;\n height: 2px;\n background: black;\n width:100%;\n}\n@media print {\n .aa {\n padding-left: 0rem ;\n margin:0 ;\n \n \n }\n \n }\n\n ", + "custom_format": 0, + "default_print_language": "en", + "disabled": 0, + "doc_type": "Salary Slip", + "docstatus": 0, + "doctype": "Print Format", + "font": null, + "font_size": 14, + "format_data": "[{\"fieldname\": \"print_heading_template\", \"fieldtype\": \"Custom HTML\", \"options\": \"{% set employee_doc = frappe.get_doc('Employee', doc.employee) if doc.employee and doc.employee is string else None %}\\n\\n
\\n \\n
\\n \\n \\n \\n

Wage Slip For The Month Of {{frappe.utils.get_datetime(doc.start_date).strftime('%B-%Y') }}

\\n
\\n
\\n \\n \\n
\\n\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"_custom_html\", \"print_hide\": 0, \"label\": \"Custom HTML\", \"fieldtype\": \"HTML\", \"options\": \"{% set employee_doc = frappe.get_doc('Employee', doc.employee) if doc.employee and doc.employee is string else None %}\\n\\n\\n
\\n
\\n \\n
\\n
\\n
{{doc.employee or \\\"-\\\"}}
\\n
\\n
\\n
\\n
{{doc.employee_name or \\\"-\\\"}}
\\n
\\n
\\n
\\n
{{frappe.utils.get_datetime(employee_doc.date_of_birth).strftime(' %d-%m-%Y') }}
\\n
\\n
\\n
\\n
{{frappe.utils.get_datetime(employee_doc.date_of_joining).strftime(' %d-%m-%Y') }}
\\n
\\n
\\n
\\n
{{doc.department or \\\"-\\\"}}
\\n
\\n
\\n
\\n
{{doc.designation or \\\"-\\\"}}
\\n
\\n
\\n
\\n
{{employee_doc.plant or \\\"-\\\"}}
\\n
\\n
\\n
\\n
{{frappe.utils.get_datetime(doc.start_date).strftime(' %d-%m-%Y') }} To {{frappe.utils.get_datetime(doc.end_date).strftime(' %d-%m-%Y') }}
\\n
\\n
\\n {% if doc.salary_slip_based_on_timesheet == 1 %}\\n \\n
\\n
\\u20b9 {{doc.daily_rate or \\\"-\\\"}}/-
\\n \\n {% else %}\\n
\\n
\\u20b9 {{ \\\"{:,.2f}\\\".format(employee_doc.ctc) }}/-
\\n \\n {% endif %}\\n
\\n \\n
\\n
\\n
\\n
\\n
{{employee_doc.aadhaar_number or \\\"-\\\"}}
\\n
\\n
\\n
\\n
{{doc.bank_name or '-'}}
\\n
\\n
\\n
\\n
{{doc.bank_account_no or '-'}}
\\n
\\n
\\n
\\n
{{doc.branch or \\\"-\\\"}}
\\n
\\n
\\n
\\n
{{employee_doc.uan_number or '-'}}
\\n
\\n
\\n
\\n
{{employee_doc.pan_number or '-'}}
\\n
\\n
\\n
\\n
{{doc.total_working_days or \\\"-\\\"}}
\\n
\\n
\\n
\\n
{{doc.leave_without_pay or \\\"-\\\"}}
\\n
\\n
\\n
\\n
{{doc.payment_days or \\\"-\\\"}}
\\n
\\n \\n
\\n \\n
\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"_custom_html\", \"print_hide\": 0, \"label\": \"Custom HTML\", \"fieldtype\": \"HTML\", \"options\": \"\\n
\\n
\\n
Earnings:
\\n \\n \\n {% if doc.salary_slip_based_on_timesheet == 1 %}\\n \\n {% else %}\\n \\n {% endif %} \\n \\n \\n \\n {%- for component in doc.earnings -%}\\n \\n \\n \\n {% if doc.salary_slip_based_on_timesheet == 1 %}\\n {%- for wh in doc.timesheets -%}\\n \\n {% endfor %}\\n {% else %}\\n \\n {% endif %} \\n \\n\\n \\n {% endfor %}\\n \\n \\n \\n \\n \\n
Sr No.Working HoursComponentAmount
{{component.idx or \\\" \\\" }}{{wh.working_hours or \\\" \\\" }}{{component.salary_component or \\\" \\\" }}\\u20b9 {{ \\\"{:,.2f}\\\".format(component.amount or \\\" \\\") }}/-
Total Earnings\\u20b9 {{ \\\"{:,.2f}\\\".format(doc.gross_pay) }}/-
\\n \\n \\n \\n \\n
\\n
\\n
Deductions:
\\n \\n \\n \\n \\n \\n \\n {%- for component in doc.deductions -%}\\n \\n \\n \\n \\n \\n\\n \\n {% endfor %}\\n \\n \\n \\n \\n \\n
Sr No.ComponentsAmount
{{component.idx or \\\" \\\" }}{{component.salary_component or \\\" \\\" }}\\u20b9 {{ \\\"{:,.2f}\\\".format(component.amount or \\\" \\\") }}/-
Total Deductions\\u20b9 {{ \\\"{:,.2f}\\\".format(doc.total_deduction) }}/-
\\n
\\n
\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"fieldname\": \"_custom_html\", \"print_hide\": 0, \"label\": \"Custom HTML\", \"fieldtype\": \"HTML\", \"options\": \"
\\n
\\n
\\n
\\n\\n
\\n\\n
\\n
\\n
\\n
\\u20b9 {{ \\\"{:,.2f}\\\".format(doc.net_pay) }}/-
\\n
\\n
\\n
\\n
{{doc.total_in_words}}
\\n
\\n\"}]", + "html": null, + "line_breaks": 0, + "margin_bottom": 5.0, + "margin_left": 5.0, + "margin_right": 15.0, + "margin_top": 0.0, + "modified": "2023-11-25 12:52:44.759955", + "module": "khetangroup", + "name": "Khetan Group - Salary Slip", + "page_number": "Hide", + "pdf_generator": null, + "print_format_builder": 0, + "print_format_builder_beta": 0, + "print_format_for": null, + "print_format_type": "Jinja", + "raw_commands": null, + "raw_printing": 0, + "report": null, + "show_section_headings": 1, + "standard": "No" + }, + { + "absolute_value": 0, + "align_labels_right": 0, + "css": "", + "custom_format": 1, + "default_print_language": "en", + "disabled": 0, + "doc_type": "GatePass", + "docstatus": 0, + "doctype": "Print Format", + "font": null, + "font_size": 14, + "format_data": null, + "html": "\n \n {% if letter_head and not no_letterhead -%}\n{% if print_settings.repeat_header_footer %}\n
{{ letter_head }}
\n{%- endif %}{%- endif %}\n
\n

KHETAN VINIYOG PVT.LTD

\n

Gate Pass

\n
\n

SI NO: {{ doc.name }}

\n
\n
\n

Party Name: {{ doc.party_name or \"\"}}

\n

Date: {{frappe.utils.get_datetime(doc.date_time ).strftime(' %d-%m- %Y') }}

\n

Vehicle No: {{ doc.vehicle_no or \"\"}}

\n

Purpose: {{ doc.purpose }}

\n \n \n
\n
\n

Voucher No:{% if doc.purpose == \"Purchase Return\" %}\n {{ doc.purchase_invoice }}\n {% elif doc.purpose == \"Sales Outward\" %}\n {{ doc.sales_invoice }}\n {% elif doc.purpose == \"Returnable Or Non Returnable Transfer Material\" %}\n {{ doc.voucher_no }}\n {% elif doc.purpose == \"Returnable Received Material\" %}\n {{ doc.voucher_no }}\n \n {% endif %}

\n

Time: {{frappe.utils.get_datetime(doc.date_time ).strftime('%I:%M:%S') }}

\n \n

Use For:  {{ doc.use_for }}

\n

Received By: {{ doc.received_by }}

\n
\n
\n \n \n \n \n \n \n {%- for item in doc.purchase_inward_table -%}\n \n \n \n \n \n \n {% endfor %}\n
Sr No.Item NameQty
{{item.idx or \" \"}}{{ item.item_name }}{{ item.qty }}
\n

Authoriased Signature:

\n \n", + "line_breaks": 0, + "margin_bottom": 15.0, + "margin_left": 15.0, + "margin_right": 15.0, + "margin_top": 15.0, + "modified": "2023-11-25 12:52:44.884444", + "module": "khetangroup", + "name": "Gatepass Unit-2", + "page_number": "Hide", + "pdf_generator": null, + "print_format_builder": 0, + "print_format_builder_beta": 0, + "print_format_for": null, + "print_format_type": "Jinja", + "raw_commands": null, + "raw_printing": 0, + "report": null, + "show_section_headings": 0, + "standard": "No" + }, + { + "absolute_value": 0, + "align_labels_right": 0, + "css": "\r.pd{\r width:740px!important;\r margin: 0px 15px 0px;\r}\r.print-format td, .print-format th {\r padding: 1px !important; \r \r}\r\r.print-format.print-format-preview{\r padding:30px;\r}\r.print-format .letter-head {\r margin-bottom: 0px;\r}\r.print-format p {\r margin: 0px 0px 0px;\r}\r\r.print-format .row:not(.section-break) {\r line-height: 1;\r margin-top: 2px !important;\r}\r@media print {\r .pd{\r width:678px!important;\r margin: 0px 15px 0px;\r}\r \r }\r", + "custom_format": 1, + "default_print_language": "en", + "disabled": 0, + "doc_type": "Quotation", + "docstatus": 0, + "doctype": "Print Format", + "font": null, + "font_size": 14, + "format_data": null, + "html": "\n \n {% if letter_head and not no_letterhead -%}\n{% if print_settings.repeat_header_footer %}\n
{{ letter_head }}
\n{%- endif %}{%- endif %}\n

OFFICE Quotation

\n
\n
\n

Customer Name:   {{ doc.customer_name }}

\n

Date:   {{frappe.utils.get_datetime(doc.transaction_date).strftime(' %d-%m- %Y') }}

\n {% if doc.select_item_type ==\"Guage and Sheet\" %}\n

Details of Pipe and Sheet:

\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n {% for item in doc.items|unique(attribute='item_type') %}\n {% if item.item_type==\"Sheet 202\" %}\n \n \n {% endif %}\n {% endfor %}\n {% for item in doc.items|unique(attribute='item_type') -%}\n {% if item.item_type==\"Sheet 304\" %}\n \n \n \n {% endif %}\n {% endfor %}\n \n {% for item in doc.items|unique(attribute='item_type') -%}\n {% if item.item_type==\"Pipe 202\" %}\n \n \n {% endif %}\n {% endfor %}\n {% for item in doc.items|unique(attribute='item_type') -%}\n {% if item.item_type==\"Pipe 304\" %}\n \n \n {% endif %}\n {% endfor %}\n {% for item in doc.items|unique(attribute='item_type') -%}\n {% if item.item_type==\"Pipe 316\" %}\n \n \n {% endif %}\n {% endfor %} \n
{{ item.item_type }}{{ (doc.rate202 /1.18)| round(2) }}
{{ item.item_type}} {{ (doc.sheet304/1.18)| round(2) or \"\"}}
{{ item.item_type}}{{ (doc.rate202/1.18)| round(2) or \"\"}}
{{ item.item_type}} {{ (doc.rate304/1.18)| round(2) or \"\"}}
{{ item.item_type}} {{ (doc.rate316/1.18)| round(2) or \"\"}}
\n {% else %}\n \n {% endif %}\n
\n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
Grand Total: \u20b9{{ doc.rounded_total}}
G.Weight: {{ doc.total_sold_weight}}
Total: \u20b9{{ \"{:,.2f}\".format(doc.total)}}
Freight: {% for item in doc.taxes if item.account_head==\"Freight and Forwarding Charges - SU2\" %}\n \u20b9{{ item.tax_amount }}\n {% else %}\n {% endfor %}
TCS: {% for item in doc.taxes if item.account_head==\"TCS - SU2\" %}\n \u20b9{{ item.tax_amount }}\n {% else %}\n {% endfor %}
202: {{ doc.quantity202 }}
304: {{ doc.quantity304}}
316: {{ doc.quantity316}}
Total Items: {{ doc.total_no_items}}
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n {%- for item in doc.items -%}\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n {% endfor %}\n
Sr.noItem CodeGradeSizeThicknessWeight Per Unit\tW DiffWeightPCSTotal Amount

{{ item.idx or \" \" }}

{{ item.item_code or \" \" }}

{{ item.grade or \" \" }}

{{ item.size or \" \" }}

{{ item.thickness or \" \" }}

{{ item.weight_per_unit or \" \" }}

{{ item.weight_diff| round }}

{{ item.weight }}

{{ item.pcs or \"\" }}

{{ item.amount or \" \" }}

\n
\n \n

Total Net Weight:    {{ doc.total_net_weight }}

\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n", + "line_breaks": 0, + "margin_bottom": 15.0, + "margin_left": 15.0, + "margin_right": 15.0, + "margin_top": 15.0, + "modified": "2023-11-25 12:52:44.941911", + "module": "khetangroup", + "name": "Office Unit-2 Without Rate", + "page_number": "Hide", + "pdf_generator": null, + "print_format_builder": 0, + "print_format_builder_beta": 0, + "print_format_for": null, + "print_format_type": "Jinja", + "raw_commands": null, + "raw_printing": 0, + "report": null, + "show_section_headings": 0, + "standard": "No" + }, + { + "absolute_value": 0, + "align_labels_right": 0, + "css": ".print-format td, .print-format th {\n padding: 5px !important;\n}\n", + "custom_format": 1, + "default_print_language": "en", + "disabled": 0, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Print Format", + "font": null, + "font_size": 14, + "format_data": null, + "html": "\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n {% set ns = namespace (prev_grade = none) %}\n {% set ns = namespace (prev_sheet = none) %}\n {%- for item in doc.items -%} \n {% if item.grade != ns.prev_grade or item.item_type != ns.prev_sheet %}\n \n {% endif %}\n \n \n \n \n \n {% if item.thickness == \"16G\" %}\n \n {% else %}\n \n {% endif %}\n \n \n \n \n {% set ns.prev_grade = item.grade %}\n {% set ns.prev_sheet = item.item_type %} {% endfor %}\n
Dispatch Done By\n

With Name & Sign

Vehicle No:{{ doc.vehicle_no or \"\"}}
Date With Time:
Party Name: {{ doc.customer_name or \"\"}} Order By
Weight/ PackSI NoGradeSizeGuageOrder QtyPacketPcsWeight
{{ item.idx }}{{ item.grade }}{{ item.size }}{{ item.thickness }}{{ item.thickness }}{{ item.qty|int }}
\n \n \n \n", + "line_breaks": 0, + "margin_bottom": 15.0, + "margin_left": 15.0, + "margin_right": 15.0, + "margin_top": 15.0, + "modified": "2023-11-25 12:52:45.046239", + "module": "khetangroup", + "name": "Dispatch Unit-2", + "page_number": "Hide", + "pdf_generator": null, + "print_format_builder": 0, + "print_format_builder_beta": 0, + "print_format_for": null, + "print_format_type": "Jinja", + "raw_commands": null, + "raw_printing": 0, + "report": null, + "show_section_headings": 0, + "standard": "No" + }, + { + "absolute_value": 0, + "align_labels_right": 0, + "css": "", + "custom_format": 1, + "default_print_language": "en", + "disabled": 0, + "doc_type": "Quotation", + "docstatus": 0, + "doctype": "Print Format", + "font": null, + "font_size": 14, + "format_data": null, + "html": "\n \n

Pipes 202, 304, 316

\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
PcsActual WeightTotal Amount
202 Pcs{{ doc.pipe_202_pcs }}{{ doc.pipe_202_actual_w }}{{ doc.pipe_202_total_amount }}
304 pcs{{ doc.pipe_304_pcs }}{{ doc. pipe_304_actual_w }}{{ doc.pipe_304_total_amount }}
316 pcs {{ doc.pipe_316_pcs }}{{ doc.pipe_316_actual_w }}{{ doc.pipe_316_total_amount }}
\n

Sheet 202, 304

\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
PcsActual WeightTotal Amount
202 pcs{{ doc.sheet_202_pcs }}{{ doc.sheet_202_actual_w }}{{ doc.sheet_202_total_amount }}
304 pcs{{ doc.sheet_304_pcs }}{{ doc.sheet_304_actual_w }}{{ doc.sheet_304_total_amount }}
\n \n", + "line_breaks": 0, + "margin_bottom": 15.0, + "margin_left": 15.0, + "margin_right": 15.0, + "margin_top": 15.0, + "modified": "2023-11-25 12:52:44.977292", + "module": "khetangroup", + "name": "Type And Sheet Report", + "page_number": "Hide", + "pdf_generator": null, + "print_format_builder": 0, + "print_format_builder_beta": 0, + "print_format_for": null, + "print_format_type": "Jinja", + "raw_commands": null, + "raw_printing": 0, + "report": null, + "show_section_headings": 0, + "standard": "No" + }, + { + "absolute_value": 0, + "align_labels_right": 0, + "css": ".text{\r color:#1f497d ;\r font: 32px bold Arial, sans-serif;\r}\r.date{\r background-color: #EFBE7D;\r \r}\r.ship{\r font-weight:bold;\r font-size:16px;\r}\r.bgcolor\r{\r \r background-color: #1f497d ;\r color:#FFFFFF;\r font-size:16px;\r font-weight:bold;\r}\rtable, th, td {\r border: 1px solid black;\r \r}\rhr{\r border: 10px solid black;\r}\r\r.print-format.print-format-preview{\r padding:30px;\r}\r.print-format .letter-head {\r margin-bottom: 10px;\r}\r.print-format td, .print-format th {\r padding: 3px !important; \r \r}", + "custom_format": 1, + "default_print_language": "en", + "disabled": 0, + "doc_type": "Purchase Order", + "docstatus": 0, + "doctype": "Print Format", + "font": null, + "font_size": 14, + "format_data": null, + "html": "\n \n \n {% if letter_head and not no_letterhead -%}\n{% if print_settings.repeat_header_footer %}\n
{{ letter_head }}
\n{%- endif %}{%- endif %}\n

PURCHASE ORDER

\n \n

Date:

{{ doc.transaction_date }}

\n

{{ doc.name }}

\n

{{ doc.company}}

\n

{{ doc.shipping_address_display }}

\n \n \n \n \n \n \n \n \n \n
VENDORSHIP TO

{{ doc.supplier_name or \" \" }}

\n

{{ doc.address_display or \" \" }}

\t

{{ doc.company or \" \"}}

\n

{{ doc.shipping_address_display }}

\n \n \n \n \n \n \n \n \n \n \n \n {%- for item in doc.items -%}\n \n \n \n \n \n \n \n \n \n {% endfor %}\n
\n SL.No. MATERIAL DESCRIPTIONQTYUNITRateAMOUNT
{{ item.idx or \" \"}}{{ item.item_name }}{{ item.qty }}{{ item.uom }}{{ item.rate }}{{ item.amount }}
\n \n
\n

AMOUNT : {{ doc.base_total}}

\n {%- for item in doc.taxes -%}\n

{{item.account_head }} @ {{ item.rate }}% : {{ item.tax_amount}}

\n {% endfor %}\n

Grand Total: {{ doc.grand_total }}

\n
Amount Chargable (In Word)
\n

{{ frappe.utils.money_in_words(doc.grand_total) }}

\n
\n \n \n
\n\t\t\t\t
\n\t\t\t\t

Payment Terms

\n\t {%- for item in doc.taxes -%}\n

{{item.account_head }} @ {{ item.rate }}% Extra

\n {% endfor %}\n {%- for item in doc.payment_schedule -%}\n

Payment Terms: After Delivery {{ item.credit_days }} Days

\n {% endfor %}\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t
\n
\n

Aurtharised Sing.

\n
\n\t\t\t\t
\n\t\t\t
\n\n \n\n", + "line_breaks": 0, + "margin_bottom": 15.0, + "margin_left": 15.0, + "margin_right": 15.0, + "margin_top": 15.0, + "modified": "2023-11-25 12:52:44.733596", + "module": "khetangroup", + "name": "Unit-2 Purchase Order", + "page_number": "Hide", + "pdf_generator": null, + "print_format_builder": 0, + "print_format_builder_beta": 0, + "print_format_for": null, + "print_format_type": "Jinja", + "raw_commands": null, + "raw_printing": 0, + "report": null, + "show_section_headings": 0, + "standard": "No" + }, + { + "absolute_value": 0, + "align_labels_right": 0, + "css": ".text{\r color:#1f497d ;\r font: 32px bold Arial, sans-serif;\r}\r.date{\r background-color: #EFBE7D;\r \r}\r.ship{\r font-weight:bold;\r font-size:20px;\r}\r.bgcolor\r{\r \r background-color: #1f497d ;\r color:#FFFFFF;\r font-size:16px;\r font-weight:bold;\r}\rtable, th, td {\r border: 1px solid black;\r \r}\rhr{\r border: 10px solid black;\r}\r.print-format.print-format-preview{\r padding:30px;\r}\r.print-format .letter-head {\r margin-bottom: 10px;\r}", + "custom_format": 1, + "default_print_language": "en", + "disabled": 0, + "doc_type": "Purchase Order", + "docstatus": 0, + "doctype": "Print Format", + "font": null, + "font_size": 14, + "format_data": null, + "html": "\r \r \r {% if letter_head and not no_letterhead -%}\r{% if print_settings.repeat_header_footer %}\r
{{ letter_head }}
\r{%- endif %}{%- endif %}\r

PURCHASE ORDER

\r \r

Date:

{{ doc.transaction_date }}

\r

{{ doc.name }}

\r

{{ doc.company}}

\r

{{ doc.shipping_address_display }}

\r \r \r \r \r \r \r \r \r \r
VENDORSHIP TO

{{ doc.supplier_name or \" \" }}

\r

{{ doc.address_display or \" \" }}

\t

{{ doc.company or \" \"}}

\r

{{ doc.shipping_address_display }}

\r \r \r \r \r \r \r \r \r \r \r \r {%- for item in doc.items -%}\r \r \r \r \r \r \r \r \r \r {% endfor %}\r
\r SL.No. MATERIAL DESCRIPTIONQTYUNITRateAMOUNT
{{ item.idx or \" \"}}{{ item.item_name }}{{ item.qty }}{{ item.uom }}{{ item.rate }}{{ item.amount }}
\r \r
\r

AMOUNT : {{ doc.base_total}}

\r {%- for item in doc.taxes -%}\r

{{item.account_head }} @ {{ item.rate }}% : {{ item.tax_amount}}

\r {% endfor %}\r

Grand Total: {{ doc.grand_total }}

\r
Amount Chargable (In Word)
\r

{{ frappe.utils.money_in_words(doc.grand_total) }}

\r
\r \r \r
\r\t\t\t\t
\r\t\t\t\t

Payment Terms

\r\t \r \r \r \r \r \r \r

{{ doc.terms }}

\r\t\t\t\t
\r\t\t\t\t
\r\t\t\t\t
\r
\r

Authorised Sing.

\r
\r\t\t\t\t
\r\t\t\t
\r\r \r\r", + "line_breaks": 0, + "margin_bottom": 15.0, + "margin_left": 15.0, + "margin_right": 15.0, + "margin_top": 15.0, + "modified": "2024-05-08 18:26:11.678562", + "module": "khetangroup", + "name": "Unit -1 Purchase Order", + "page_number": "Hide", + "pdf_generator": null, + "print_format_builder": 0, + "print_format_builder_beta": 0, + "print_format_for": null, + "print_format_type": "Jinja", + "raw_commands": null, + "raw_printing": 0, + "report": null, + "show_section_headings": 0, + "standard": "No" + }, + { + "absolute_value": 0, + "align_labels_right": 0, + "css": ".print-format td, .print-format th {\r padding: 3px !important; \r}\r.print-format .table-bordered td, .print-format .table-bordered th {\r border: 1px solid black;\r}\r.print-format .table-bordered {\r border: 1px solid black;\r}\r\r.print-format .letter-head {\r margin-bottom: 10px;\r}", + "custom_format": 1, + "default_print_language": "en", + "disabled": 0, + "doc_type": "Quotation", + "docstatus": 0, + "doctype": "Print Format", + "font": null, + "font_size": 14, + "format_data": null, + "html": "\n \n {% if letter_head and not no_letterhead -%}\n{% if print_settings.repeat_header_footer %}\n
{{ letter_head }}
\n{%- endif %}{%- endif %}\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
Name:{{ doc.customer_name or \" \" }}Date:\n {{frappe.utils.get_datetime(doc.transaction_date).strftime(' %d-%m- %Y') }}
Address:{{ doc.address_display or \"\"}}Quotation-Id:{{ doc.name }}
{% if doc.brand %} Brand: {% endif %}{{ doc.brand or \"\" }}QTY:{{ doc.total_qty or \" \" }}
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n {%- for item in doc.items -%}\n \n \n \n \n \n \n \n \n \n \n {% endfor %}\n \n \n \n \n \n \n \n \n \n \n
Item Name ColourSizeQtyTotal SetTotal\"Weight In Kg
{{ item.item_name or \" \" }}{{ item.color or \" \" }}{{ item.size or \" \" }}{{ item.qty_box or \" \" }}{{ item.total_set or \" \" }}{{ item.total_inches or \" \" }} {{ item.custom_box_wise_cal_weight or \" \" }}
Total:{{ doc.items|sum(attribute='qty_box')}}{{ doc.items|sum(attribute='total_set')}}{{ doc.items|sum(attribute='total_inches')}} {% if item.set_box and item.set_box != 0 %}\n {{ ((item.qty / item.set_box | float)|round) * item.weight_per_unit}}\n {% else %}\n 0\n {% endif %}
\n

{% if doc.terms %} Terms And Condition: {% endif %}{{ doc.terms or \" \" }}

\n \n ", + "line_breaks": 0, + "margin_bottom": 15.0, + "margin_left": 15.0, + "margin_right": 15.0, + "margin_top": 15.0, + "modified": "2024-03-21 11:25:28.680802", + "module": "khetangroup", + "name": "Quotatioon Unit-1 Without Rate", + "page_number": "Hide", + "pdf_generator": null, + "print_format_builder": 0, + "print_format_builder_beta": 0, + "print_format_for": null, + "print_format_type": "Jinja", + "raw_commands": null, + "raw_printing": 0, + "report": null, + "show_section_headings": 0, + "standard": "No" + }, + { + "absolute_value": 0, + "align_labels_right": 0, + "css": ".print-format td, .print-format th {\n padding: 5px !important;\n}\n", + "custom_format": 1, + "default_print_language": "en", + "disabled": 0, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Print Format", + "font": null, + "font_size": 14, + "format_data": null, + "html": "\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n {% for item in doc.items %}\n \n \n \n \n \n \n \n \n {% endfor %}\n
Dispatch Done By\n

With Name & Sign

Vehicle No:{{ doc.vehicle_no or \"\"}}
Date With Time:
Party Name: {{ doc.customer_name or \"\"}} Order By
SI NoBrandSizeColorOrder QtyPacketWeight
{{ item.idx }}{{ item.item_code }} {{ item.size or 0}} {{ item.color or \"\" }} {{ item.qty or 0}}{{ item.set_box|float * item.qty}}
\n \n \n \n", + "line_breaks": 0, + "margin_bottom": 15.0, + "margin_left": 15.0, + "margin_right": 15.0, + "margin_top": 15.0, + "modified": "2023-11-25 12:52:44.656893", + "module": "khetangroup", + "name": "Dispatch Unit-1", + "page_number": "Hide", + "pdf_generator": null, + "print_format_builder": 0, + "print_format_builder_beta": 0, + "print_format_for": null, + "print_format_type": "Jinja", + "raw_commands": null, + "raw_printing": 0, + "report": null, + "show_section_headings": 0, + "standard": "No" + }, + { + "absolute_value": 0, + "align_labels_right": 0, + "css": "", + "custom_format": 1, + "default_print_language": "en", + "disabled": 0, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Print Format", + "font": null, + "font_size": 14, + "format_data": null, + "html": "\n
\n \"QR\n \n
\n\n\n", + "line_breaks": 0, + "margin_bottom": 15.0, + "margin_left": 15.0, + "margin_right": 15.0, + "margin_top": 15.0, + "modified": "2023-11-25 12:52:44.634727", + "module": "khetangroup", + "name": "Item Barcode", + "page_number": "Hide", + "pdf_generator": null, + "print_format_builder": 0, + "print_format_builder_beta": 0, + "print_format_for": null, + "print_format_type": "Jinja", + "raw_commands": null, + "raw_printing": 0, + "report": null, + "show_section_headings": 0, + "standard": "No" + }, + { + "absolute_value": 0, + "align_labels_right": 0, + "css": "\n\n .print-format {\n margin-top: 2mm;\n margin-left: 0mm;\nmargin-right: 0mm;\nmargin-bottom: 0mm;\n\n\n\n}\n.print-format p {\n margin: 0px 0px 0px;\n}\n\n@media print{\n .print-format {\n margin-top: 2mm;\n margin-left: 0mm;\nmargin-right: 0mm;\nmargin-bottom: 0mm;\n\n\n\n}\n\n.print-format p {\n margin: 0px 0px 0px;\n}\n\n\n}", + "custom_format": 1, + "default_print_language": "en", + "disabled": 0, + "doc_type": "Qr Code", + "docstatus": 0, + "doctype": "Print Format", + "font": null, + "font_size": 14, + "format_data": null, + "html": "\n\n\n\n QR Code Print Format\n\n\n\n{% set count = 0 %}\n\n{% for i in range(doc.barcode_number|int) %}\n {% if count <= doc.barcode_number %}\n
\n \n \n \n Party Ref. No. \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n {% for item in doc.items %}\n \n \n \n \n \n \n \n \n {% endfor %}\n
S.NO Product Description QuantityPrice /Unit Total Price
{{ item.idx }} {{ item.item_name }}{{ item.qty }}{{ item.rate }} {{ item.amount }}
\n
\n
\n \n
\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n
Subtotal {{ doc.total or \"\"}}
GST%12 {{ doc.base_total_taxes_and_charges or \"\"}}
Total Amount {{ doc.grand_total or \"\"}}
\n
\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
Amount In Words{{ doc.base_in_words or \"\" }}
Terms & Conditions
1Price Basis EX Works
2Taxes12% GST
3Payment Terms 100% Advance
4Delivery PeriodAfter Payment Within 05 Days
5Packaging TypeCarton Box
6Warranty8 Years
7Validity7 Days
8Other T&C

1. BOM as per standard K-solare BOM.

\n

2. The above prices are strictly for the Quantity (MOQ). The pricing may vary for\nother quantity.

9Bank Details

Account no: - 50200024361977

\n

IFSC code: - HDFC0002484 Branch: - ADITYAPUR

\n

Name: - KHETAN UDYOG

\n \n \n", + "line_breaks": 0, + "margin_bottom": 15.0, + "margin_left": 15.0, + "margin_right": 15.0, + "margin_top": 15.0, + "modified": "2023-12-26 11:15:21.041424", + "module": "khetangroup", + "name": "Khetan Solar", + "page_number": "Hide", + "pdf_generator": null, + "print_format_builder": 0, + "print_format_builder_beta": 0, + "print_format_for": null, + "print_format_type": "Jinja", + "raw_commands": null, + "raw_printing": 0, + "report": null, + "show_section_headings": 0, + "standard": "No" + } ] \ No newline at end of file From 9841caa4f53cc93d66938b089ae286400c250a00 Mon Sep 17 00:00:00 2001 From: Om-satat24 Date: Mon, 8 Jun 2026 17:45:23 +0530 Subject: [PATCH 4/7] fix: update stock entry client script fix issue selecting stock entry type company --- khetangroup/fixtures/client_script.json | 48 +++++++++++++++++++++++-- 1 file changed, 46 insertions(+), 2 deletions(-) diff --git a/khetangroup/fixtures/client_script.json b/khetangroup/fixtures/client_script.json index b0b5e7c..9bac6e2 100644 --- a/khetangroup/fixtures/client_script.json +++ b/khetangroup/fixtures/client_script.json @@ -1,4 +1,48 @@ [ + { + "docstatus": 0, + "doctype": "Client Script", + "dt": "Quotation", + "enabled": 0, + "modified": "2024-01-29 10:11:53.403319", + "module": "khetangroup", + "name": "Material Return", + "script": "\nfrappe.ui.form.on('Quotation', {\n refresh: function (frm) {\n var currentDate = frappe.datetime.get_today();\n var formattedDate = frappe.datetime.str_to_user(currentDate);\n\n \n\n if (formattedDate >= cur_frm.doc.valid_till && cur_frm.doc.docstatus == 1) {\n \t\n frm.add_custom_button(__('Material Return'), function () {\n \n frappe.call({\n method:\"quotation_value\",\n args:{\n \"name\": cur_frm.doc.name,\n \n \n }\n })\n \n \t})\n }\n }\n});\n", + "view": "Form" + }, + { + "docstatus": 0, + "doctype": "Client Script", + "dt": "Sales Invoice", + "enabled": 0, + "modified": "2024-01-24 15:59:53.239993", + "module": "khetangroup", + "name": "quotation name", + "script": "frappe.ui.form.on('Sales Invoice', {\n after_save: function (frm) {\n $.each(frm.doc.items || [], function (i, d) {\n var sales_order = d.sales_order;\n var item_code = d.item_code;\n\n frappe.call({\n method: \"quotation\", // Replace with the actual app and module names\n args: {\n \"sales_order\": sales_order,\n \"item_code\": item_code},\n }).then(records => {\n var quotation = records['quotation']\n d.prevdoc_docname = quotation\n frm.save()\n frm.refresh_field(\"prevdoc_docname\");\n\t\t });\n\t\t \n\t });\n\t \n\t}\n});\n\n", + "view": "Form" + }, + { + "docstatus": 0, + "doctype": "Client Script", + "dt": "Qr Code", + "enabled": 0, + "modified": "2024-03-27 16:40:07.503095", + "module": "khetangroup", + "name": "qrcode create", + "script": "frappe.ui.form.on('Qr Code', {\n\tafter_save:function(frm) {\n\tvar product_name = frm.doc.item_code;\n\tvar mrp = frm.doc.mrp;\n\t\n\tvar qrData = \"Product Name: \" + product_name + \", MRP: \" + mrp;\n\tconsole.log(qrData)\n\t\n\tvar qr = qrcode(0,'M');\n\tqr.addData(qrData);\n\tqr.make();\n\t\n\tvar qrimage = qr.createDataURL(8,0);\n\t\n\tconsole.log(qrimage)\n\t}\n})", + "view": "Form" + }, + { + "docstatus": 0, + "doctype": "Client Script", + "dt": "Quotation", + "enabled": 0, + "modified": "2024-07-16 16:03:42.277039", + "module": "khetangroup", + "name": "Qrcode Scan", + "script": "frappe.ui.form.on('Quotation', {\n\tscan_barcode:function(frm) {\n\t\tif(frm.doc.material_transfer == \"Qrcode Against\"){\n\t\t var scan_barcode = frm.doc.scan_barcode;\n\n\t\t var existingItemIndex = -1;\n var itemValueRegex = /=\\s*([^,]+)/; // Regex pattern to match the value after '='\n var match = scan_barcode.match(itemValueRegex);\n var extractedValue = match ? match[1].trim() : null; \n console.log(extractedValue)\n frm.doc.items.forEach(function(item, index) {\n if (item.item_code === extractedValue) {\n existingItemIndex = index;\n console.log(\"hello\")\n }\n });\n if (existingItemIndex !== -1) {\n \n frappe.model.set_value(frm.doc.items[existingItemIndex].doctype, frm.doc.items[existingItemIndex].name, 'material_transfer', 1);\n } \n frm.refresh_field('items');\n frm.save()\n cur_frm.doc.new_scan_barcode = ''\n\t\t}\n\t}\n})", + "view": "Form" + }, { "docstatus": 0, "doctype": "Client Script", @@ -147,10 +191,10 @@ "doctype": "Client Script", "dt": "Stock Entry", "enabled": 1, - "modified": "2024-01-23 13:20:05.532020", + "modified": "2026-06-04 17:13:34.888843", "module": "khetangroup", "name": "filter apply on bom base on item name in stock entry", - "script": "frappe.ui.form.on('Stock Entry', {\n\titem_name:function(frm) {\n\t \n frm.set_query(\"bom_no\", function(doc, cdn,cdt){\n let d = locals[cdn][cdt];\n return{\n filters:{\n 'item':d.item_name,\n 'docstatus':1,\n 'is_active':1,\n }\n };\n });\n\t},\n\t\n\t\n\tcompany:function(frm){\n\t var company = frm.doc.company;\n\t \n\t frm.set_query('item_code', 'items', function(doc, cdt, cdn) {\n let d = locals[cdt][cdn];\n return{\n\t\t\tfilters: {\n\t\t\t 'is_stock_item': 1,\n\t\t\t 'company': company, \n\t\t\t}\n };\n\t });\n\t \n\t \n\t frm.set_query(\"operation\", function(doc, cdn,cdt){\n let d = locals[cdn][cdt];\n return{\n filters:{\n \n 'company': company,\n }\n }\n });\n \n frm.set_query(\"stock_entry_type\", function(doc, cdn,cdt){\n let d = locals[cdn][cdt];\n return{\n filters:{\n \"company_\":frm.doc.company,\n }\n }\n })\n\t \n\t},\n\toperation:function(frm){\n\t frm.set_query(\"machine\", function(doc, cdn,cdt){\n let d = locals[cdn][cdt];\n return{\n filters:{\n \n 'operation': frm.doc.operation,\n }\n }\n })\n\t}\n\t\n\t\n});\n\nfrappe.ui.form.on('Stock Entry Detail', {\n\tis_finished__item:function(frm) {\n $.each(frm.doc.items || [], function(i,d){\n \n var finished = d.is_finished__item;\n if (finished == 1){\n \n d.is_scrap_item = 0;\n d.rejected_item = 0;\n d.short_length = 0;\n d.straightner = 0;\n frm.refresh_field(\"items\");\n }\n });\n\t},\n\tis_scrap_item:function(frm){\n\t $.each(frm.doc.items || [], function(i,d){\n \n var scrap = d.is_scrap_item;\n if (scrap == 1){\n d.is_finished__item = 0;\n d.rejected_item = 0;\n d.short_length = 0;\n d.straightner = 0;\n frm.refresh_field(\"items\");\n }\n });\n\t},\n\tshort_length:function(frm){\n\t $.each(frm.doc.items || [], function(i,d){\n \n var short_length = d.short_length;\n if (short_length == 1){\n d.is_finished__item = 0;\n d.is_scrap_item = 0;\n d.rejected_item = 0;\n d.straightner = 0;\n frm.refresh_field(\"items\");\n }\n });\n\t},\n\t\n\trejected_item:function(frm){\n\t $.each(frm.doc.items || [], function(i,d){\n\t var rejected = d.rejected_item;\n\t if(rejected == 1){\n\t d.is_finished__item = 0;\n\t d.is_scrap_item = 0;\n\t d.short_length = 0;\n\t d.straightner = 0;\n\t frm.refresh_field(\"items\");\n\t }\n\t })\n\t},\n\t\n\tstraightner:function(frm){\n\t $.each(frm.doc.items || [], function(i,d){\n\t var straightner = d.straightner;\n\t if(straightner == 1){\n\t d.is_finished__item = 0;\n\t d.is_scrap_item = 0;\n\t d.short_length = 0;\n\t d.rejected_item = 0;\n\t frm.refresh_field(\"items\");\n\t }\n\t })\n\t},\n\t\n\t\n\t\n\t\n});\n\n\n\n\n\n", + "script": "frappe.ui.form.on('Stock Entry', {\n \n onload: function(frm) {\n set_item_query(frm);\n },\n\n refresh: function(frm) {\n set_item_query(frm);\n },\n \n company: function(frm) {\n set_item_query(frm);\n },\n \n\titem_name:function(frm) {\n\t \n frm.set_query(\"bom_no\", function(doc, cdn,cdt){\n let d = locals[cdn][cdt];\n return{\n filters:{\n 'item':d.item_name,\n 'docstatus':1,\n 'is_active':1,\n }\n };\n });\n\t},\n\t\n\t\n// \tcompany:function(frm){\n// \t var company = frm.doc.company;\n\t \n// \t frm.set_query('item_code', 'items', function(doc, cdt, cdn) {\n// let d = locals[cdt][cdn];\n// return{\n// \t\t\tfilters: {\n// \t\t\t 'is_stock_item': 1,\n// \t\t\t 'company': company, \n// \t\t\t}\n// };\n// \t });\n\n company: function(frm) {\n set_item_query(frm);\n\n function set_item_query(frm) {\n var company = frm.doc.company;\n \n frm.set_query('item_code', 'items', function(doc, cdt, cdn) {\n return {\n filters: {\n 'is_stock_item': 1,\n 'company': frm.doc.company\n }\n };\n });\n }\n \n \n\n\t frm.set_query(\"operation\", function(){\n // let d = locals[cdn][cdt];\n return{\n filters:{\n \n 'company': company,\n }\n }\n });\n \n // frm.set_query(\"stock_entry_type\", function(doc, cdn,cdt){\n // let d = locals[cdn][cdt];\n // return{\n // filters:{\n // \"company_\":frm.doc.company,\n // }\n // }\n // })\n \n frappe.db.get_list(\"Company Child\", {\n filters: { company: company },\n fields: [\"parent\"],\n limit: 500\n }).then(function(data) {\n if (data && data.length) {\n let valid_types = data.map(d => d.parent);\n frm.set_query(\"stock_entry_type\", function() {\n return {\n filters: [\n [\"Stock Entry Type\", \"name\", \"in\", valid_types]\n ]\n };\n });\n } else {\n // No company-specific types found — show all\n frm.set_query(\"stock_entry_type\", function() {\n return {};\n });\n }\n });\n \n // v2\n // frappe.call({\n // method: \"frappe.client.get_list\",\n // args: {\n // doctype: \"Stock Entry Type\",\n // filters: [\n // [\"Company Child\", \"company\", \"=\", company]\n // ],\n // fields: [\"name\"],\n // limit: 500\n // },\n // callback: function(r) {\n // if (r.message && r.message.length) {\n // let valid_types = r.message.map(d => d.name);\n // frm.set_query(\"stock_entry_type\", function() {\n // return {\n // filters: [\n // [\"Stock Entry Type\", \"name\", \"in\", valid_types]\n // ]\n // };\n // });\n // } else {\n // frm.set_query(\"stock_entry_type\", function() {\n // return {};\n // });\n // }\n // }\n // });\n\t \n\t},\n\toperation:function(frm){\n\t frm.set_query(\"machine\", function(doc, cdn,cdt){\n let d = locals[cdn][cdt];\n return{\n filters:{\n \n 'operation': frm.doc.operation,\n }\n }\n })\n\t}\n\t\n\t\n});\n\nfrappe.ui.form.on('Stock Entry Detail', {\n\tis_finished__item:function(frm) {\n $.each(frm.doc.items || [], function(i,d){\n \n var finished = d.is_finished__item;\n if (finished == 1){\n \n d.is_scrap_item = 0;\n d.rejected_item = 0;\n d.short_length = 0;\n d.straightner = 0;\n frm.refresh_field(\"items\");\n }\n });\n\t},\n\tis_scrap_item:function(frm){\n\t $.each(frm.doc.items || [], function(i,d){\n \n var scrap = d.is_scrap_item;\n if (scrap == 1){\n d.is_finished__item = 0;\n d.rejected_item = 0;\n d.short_length = 0;\n d.straightner = 0;\n frm.refresh_field(\"items\");\n }\n });\n\t},\n\tshort_length:function(frm){\n\t $.each(frm.doc.items || [], function(i,d){\n \n var short_length = d.short_length;\n if (short_length == 1){\n d.is_finished__item = 0;\n d.is_scrap_item = 0;\n d.rejected_item = 0;\n d.straightner = 0;\n frm.refresh_field(\"items\");\n }\n });\n\t},\n\t\n\trejected_item:function(frm){\n\t $.each(frm.doc.items || [], function(i,d){\n\t var rejected = d.rejected_item;\n\t if(rejected == 1){\n\t d.is_finished__item = 0;\n\t d.is_scrap_item = 0;\n\t d.short_length = 0;\n\t d.straightner = 0;\n\t frm.refresh_field(\"items\");\n\t }\n\t })\n\t},\n\t\n\tstraightner:function(frm){\n\t $.each(frm.doc.items || [], function(i,d){\n\t var straightner = d.straightner;\n\t if(straightner == 1){\n\t d.is_finished__item = 0;\n\t d.is_scrap_item = 0;\n\t d.short_length = 0;\n\t d.rejected_item = 0;\n\t frm.refresh_field(\"items\");\n\t }\n\t })\n\t},\n\t\n\t\n\t\n\t\n});\n\n\n\n\n\n", "view": "Form" }, { From 9fc27e8031587a622a1b45f625852fdecc57a4f3 Mon Sep 17 00:00:00 2001 From: Om-satat24 Date: Tue, 9 Jun 2026 14:20:38 +0530 Subject: [PATCH 5/7] fix: Sales Invoice company field fix for v16 - override class and hooks --- khetangroup/hooks.py | 6 ++++-- khetangroup/khetangroup/overrides/__init__.py | 0 khetangroup/khetangroup/overrides/sales_invoice.py | 11 +++++++++++ 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 khetangroup/khetangroup/overrides/__init__.py create mode 100644 khetangroup/khetangroup/overrides/sales_invoice.py diff --git a/khetangroup/hooks.py b/khetangroup/hooks.py index 366ca39..055d005 100644 --- a/khetangroup/hooks.py +++ b/khetangroup/hooks.py @@ -118,7 +118,9 @@ # override_doctype_class = { # "ToDo": "custom_app.overrides.CustomToDo" # } - +override_doctype_class = { + "Sales Invoice": "khetangroup.khetangroup.overrides.sales_invoice.CustomSalesInvoice" +} # Document Events # --------------- # Hook on document methods and events @@ -265,4 +267,4 @@ ] ] ]}, -] \ No newline at end of file +] diff --git a/khetangroup/khetangroup/overrides/__init__.py b/khetangroup/khetangroup/overrides/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/khetangroup/khetangroup/overrides/sales_invoice.py b/khetangroup/khetangroup/overrides/sales_invoice.py new file mode 100644 index 0000000..02e85d4 --- /dev/null +++ b/khetangroup/khetangroup/overrides/sales_invoice.py @@ -0,0 +1,11 @@ +import frappe +from erpnext.accounts.doctype.sales_invoice.sales_invoice import SalesInvoice + +class CustomSalesInvoice(SalesInvoice): + def set_missing_values(self, for_validate=False): + # Populate company on child rows before v16's ctx merge reads it + if self.company: + for item in self.items: + if not item.get("company"): + item.company = self.company + super().set_missing_values(for_validate) \ No newline at end of file From 9a645b39c0a6cd06e0de233f182aa11f353f0f72 Mon Sep 17 00:00:00 2001 From: Om-satat24 Date: Tue, 9 Jun 2026 15:04:34 +0530 Subject: [PATCH 6/7] fix: Sales Order naming_series permlevel set to 0 - Issue 2 --- khetangroup/fixtures/property_setter.json | 4070 +++++++++++++-------- 1 file changed, 2643 insertions(+), 1427 deletions(-) diff --git a/khetangroup/fixtures/property_setter.json b/khetangroup/fixtures/property_setter.json index a65bc13..f53df5f 100644 --- a/khetangroup/fixtures/property_setter.json +++ b/khetangroup/fixtures/property_setter.json @@ -1,111 +1,111 @@ [ { "default_value": null, - "doc_type": "Qr Code", + "doc_type": "Employee", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocType", - "field_name": null, + "doctype_or_field": "DocField", + "field_name": "aadhaar_number", "is_system_generated": 1, - "modified": "2023-11-30 15:04:56.912876", + "modified": "2024-04-09 19:14:36.568151", "module": null, - "name": "Qr Code-main-default_print_format", - "property": "default_print_format", - "property_type": "Data", + "name": "Employee-aadhaar_number-in_list_view", + "property": "in_list_view", + "property_type": "Check", "row_name": null, - "value": "QR Code" + "value": "0" }, { "default_value": null, - "doc_type": "Supplier", + "doc_type": "Shift Assignment", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "naming_series", + "field_name": "employee", "is_system_generated": 0, - "modified": "2023-12-11 19:31:45.995302", + "modified": "2023-12-21 18:31:19.519227", "module": null, - "name": "Supplier-naming_series-options", - "property": "options", - "property_type": "Text", + "name": "Shift Assignment-employee-allow_on_submit", + "property": "allow_on_submit", + "property_type": "Check", "row_name": null, - "value": "SUP-.YYYY.-" + "value": "1" }, { "default_value": null, - "doc_type": "Customer", + "doc_type": "Attendance", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "naming_series", + "field_name": "employee", "is_system_generated": 0, - "modified": "2023-12-11 19:31:48.260515", + "modified": "2023-12-21 21:32:44.413639", "module": null, - "name": "Customer-naming_series-options", - "property": "options", - "property_type": "Text", - "row_name": null, - "value": "CUST-.YYYY.-" + "name": "Attendance-employee-allow_on_submit", + "property": "allow_on_submit", + "property_type": "Check", + "row_name": "", + "value": "1" }, { "default_value": null, - "doc_type": "Qr Code", + "doc_type": "Shift Assignment", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "naming_series", + "field_name": "employee", "is_system_generated": 0, - "modified": "2023-12-11 19:32:04.166811", + "modified": "2024-01-30 11:59:05.934028", "module": null, - "name": "Qr Code-naming_series-options", - "property": "options", - "property_type": "Text", + "name": "Shift Assignment-employee-in_standard_filter", + "property": "in_standard_filter", + "property_type": "Check", "row_name": null, - "value": "QR-CODE.###" + "value": "1" }, { "default_value": null, - "doc_type": "Purchase Reconciliation Tool", + "doc_type": "Labour Payment Upload Sheet", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocType", - "field_name": null, - "is_system_generated": 1, - "modified": "2023-12-11 19:32:12.783849", + "doctype_or_field": "DocField", + "field_name": "cashpaid", + "is_system_generated": 0, + "modified": "2024-02-09 11:57:10.704019", "module": null, - "name": "Purchase Reconciliation Tool-main-default_email_template", - "property": "default_email_template", - "property_type": "Data", + "name": "Labour Payment Upload Sheet-cashpaid-in_list_view", + "property": "in_list_view", + "property_type": "Check", "row_name": null, - "value": "Purchase Reconciliation" + "value": "1" }, { "default_value": null, - "doc_type": "Stock Entry", + "doc_type": "Labour Payment Upload Sheet", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocType", - "field_name": null, + "doctype_or_field": "DocField", + "field_name": "bankpaid", "is_system_generated": 0, - "modified": "2023-09-18 13:31:05.517879", + "modified": "2024-02-09 11:57:10.789364", "module": null, - "name": "Stock Entry-main-field_order", - "property": "field_order", - "property_type": "Data", + "name": "Labour Payment Upload Sheet-bankpaid-in_list_view", + "property": "in_list_view", + "property_type": "Check", "row_name": null, - "value": "[\"stock_entry_details_tab\", \"naming_series\", \"stock_entry_type\", \"custom_manufacturing_type\", \"custom_operation\", \"custom_machine\", \"custom_contractor\", \"custom_supervisor\", \"custom_supervisor_name\", \"custom_senior_operator\", \"custom_senior_operator_name\", \"custom_operator\", \"outgoing_stock_entry\", \"purpose\", \"add_to_transit\", \"work_order\", \"purchase_order\", \"subcontracting_order\", \"delivery_note_no\", \"sales_invoice_no\", \"pick_list\", \"purchase_receipt_no\", \"col2\", \"company\", \"company_unit_\", \"company_address\", \"company_address_display\", \"posting_date\", \"posting_time\", \"column_break_eaoa\", \"set_posting_time\", \"inspection_required\", \"apply_putaway_rule\", \"shift_type\", \"bom_info_section\", \"from_bom\", \"use_multi_level_bom\", \"bom_no\", \"cb1\", \"fg_completed_qty\", \"get_items\", \"section_break_7qsm\", \"process_loss_percentage\", \"column_break_e92r\", \"process_loss_qty\", \"section_break_jwgn\", \"from_warehouse\", \"source_warehouse_address\", \"source_address_display\", \"cb0\", \"to_warehouse\", \"target_warehouse_address\", \"target_address_display\", \"sb0\", \"scan_barcode\", \"delivery_note_item\", \"total_qty_delivery_note\", \"total_pending_qty\", \"items_section\", \"items\", \"section_break_64\", \"raw_material_weight\", \"total_qty\", \"column_break_65\", \"total_weight_out_put\", \"total_weight\", \"received_pending_qty\", \"column_break_67\", \"process_loss\", \"pending_qty\", \"get_stock_and_rate\", \"section_break_19\", \"total_outgoing_value\", \"column_break_22\", \"total_incoming_value\", \"value_difference\", \"additional_costs_section\", \"additional_costs\", \"total_additional_costs\", \"supplier_info_tab\", \"contact_section\", \"supplier\", \"supplier_name\", \"supplier_address\", \"address_display\", \"accounting_dimensions_section\", \"project\", \"other_info_tab\", \"printing_settings\", \"select_print_heading\", \"print_settings_col_break\", \"letter_head\", \"more_info\", \"is_opening\", \"remarks\", \"col5\", \"per_transferred\", \"total_amount\", \"job_card\", \"amended_from\", \"credit_note\", \"is_return\", \"party_name_\", \"party\", \"voucher_no\", \"received_qty\", \"gatepass_no\", \"received_qty1\", \"party_address\", \"returnable_or_non_returnable\", \"delivery_note\", \"operator_name\"]" + "value": "1" }, { "default_value": null, - "doc_type": "Attendance", + "doc_type": "Employee", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "leave_type", + "field_name": "date_of_birth", "is_system_generated": 0, - "modified": "2023-09-22 14:16:48.364621", - "module": null, - "name": "Attendance-leave_type-reqd", + "modified": "2023-11-25 12:53:21.067954", + "module": "khetangroup", + "name": "Employee-date_of_birth-reqd", "property": "reqd", "property_type": "Check", "row_name": null, @@ -113,143 +113,143 @@ }, { "default_value": null, - "doc_type": "Attendance", + "doc_type": "Employee", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "leave_type", + "field_name": "date_of_birth", "is_system_generated": 0, - "modified": "2023-09-22 14:17:14.242049", - "module": null, - "name": "Attendance-leave_type-mandatory_depends_on", + "modified": "2023-11-25 12:53:21.087988", + "module": "khetangroup", + "name": "Employee-date_of_birth-mandatory_depends_on", "property": "mandatory_depends_on", "property_type": "Data", "row_name": null, - "value": "" + "value": "eval:doc.company==\"SANTOSH UNIT 1\"" }, { "default_value": null, - "doc_type": "Shift Assignment", + "doc_type": "Quotation", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocType", - "field_name": null, + "doctype_or_field": "DocField", + "field_name": "scan_barcode", "is_system_generated": 0, - "modified": "2023-09-26 16:37:27.876547", + "modified": "2024-04-11 17:10:12.908521", "module": null, - "name": "Shift Assignment-main-field_order", - "property": "field_order", + "name": "Quotation-scan_barcode-read_only_depends_on", + "property": "read_only_depends_on", "property_type": "Data", "row_name": null, - "value": "[\"employee\", \"employee_name\", \"shift_type\", \"custom_type\", \"status\", \"column_break_3\", \"company\", \"start_date\", \"end_date\", \"shift_request\", \"department\", \"employee_type\", \"amended_from\"]" + "value": "" }, { "default_value": null, - "doc_type": "Employee", + "doc_type": "Labour Payment Details", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocType", - "field_name": null, + "doctype_or_field": "DocField", + "field_name": "custom_advance_form", "is_system_generated": 0, - "modified": "2023-09-26 17:57:46.397918", + "modified": "2024-06-04 10:42:55.553995", "module": null, - "name": "Employee-main-field_order", - "property": "field_order", - "property_type": "Data", + "name": "Labour Payment Details-custom_advance_form-hidden", + "property": "hidden", + "property_type": "Check", "row_name": null, - "value": "[\"basic_details_tab\", \"basic_information\", \"employee\", \"naming_series\", \"first_name\", \"middle_name\", \"last_name\", \"employee_name\", \"column_break_9\", \"gender\", \"date_of_birth\", \"salutation\", \"column_break1\", \"date_of_joining\", \"image\", \"status\", \"erpnext_user\", \"user_id\", \"create_user\", \"create_user_permission\", \"company_details_section\", \"company\", \"department\", \"employment_type\", \"employee_number\", \"column_break_25\", \"designation\", \"plant\", \"reports_to\", \"column_break_18\", \"payment_frequency\", \"employee_type\", \"branch\", \"grade\", \"employment_details\", \"job_applicant\", \"scheduled_confirmation_date\", \"column_break_32\", \"final_confirmation_date\", \"contract_end_date\", \"col_break_22\", \"notice_number_of_days\", \"date_of_retirement\", \"contact_details\", \"cell_number\", \"column_break_40\", \"personal_email\", \"company_email\", \"column_break4\", \"prefered_contact_email\", \"prefered_email\", \"unsubscribed\", \"address_section\", \"current_address\", \"current_accommodation_type\", \"column_break_46\", \"permanent_address\", \"permanent_accommodation_type\", \"emergency_contact_details\", \"person_to_be_contacted\", \"column_break_55\", \"emergency_phone_number\", \"column_break_19\", \"relation\", \"attendance_and_leave_details\", \"attendance_device_id\", \"column_break_44\", \"holiday_list\", \"default_shift\", \"approvers_section\", \"expense_approver\", \"leave_approver\", \"column_break_45\", \"shift_request_approver\", \"salary_information\", \"daily_rate\", \"ctc\", \"salary_currency\", \"salary_mode\", \"salary_cb\", \"aadhaar_number\", \"payroll_cost_center\", \"pan_number\", \"provident_fund_account\", \"esi_account\", \"uan_number\", \"bank_details_section\", \"bank_name\", \"column_break_heye\", \"bank_ac_no\", \"bank_cb\", \"ifsc_code\", \"micr_code\", \"iban\", \"personal_details\", \"marital_status\", \"family_background\", \"column_break6\", \"blood_group\", \"health_details\", \"health_insurance_section\", \"health_insurance_provider\", \"health_insurance_no\", \"passport_details_section\", \"passport_number\", \"valid_upto\", \"column_break_73\", \"date_of_issue\", \"place_of_issue\", \"profile_tab\", \"bio\", \"educational_qualification\", \"education\", \"previous_work_experience\", \"external_work_history\", \"history_in_company\", \"internal_work_history\", \"exit\", \"resignation_letter_date\", \"relieving_date\", \"exit_interview_details\", \"held_on\", \"new_workplace\", \"column_break_99\", \"leave_encashed\", \"encashment_date\", \"feedback_section\", \"reason_for_leaving\", \"column_break_104\", \"feedback\", \"lft\", \"rgt\", \"old_parent\", \"connections_tab\"]" + "value": "1" }, { "default_value": null, - "doc_type": "Employee Checkin", + "doc_type": "Labour Payment Details", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "shift", - "is_system_generated": 1, - "modified": "2023-09-28 18:51:41.397132", + "field_name": "custom_canteen_form", + "is_system_generated": 0, + "modified": "2024-06-04 10:42:55.626957", "module": null, - "name": "Employee Checkin-shift-in_list_view", - "property": "in_list_view", + "name": "Labour Payment Details-custom_canteen_form-hidden", + "property": "hidden", "property_type": "Check", "row_name": null, "value": "1" }, { "default_value": null, - "doc_type": "Employee Checkin", + "doc_type": "Labour Payment Details", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "device_id", - "is_system_generated": 1, - "modified": "2023-09-28 18:51:41.418155", + "field_name": "custom_fine_form", + "is_system_generated": 0, + "modified": "2024-06-04 10:42:55.674894", "module": null, - "name": "Employee Checkin-device_id-in_list_view", - "property": "in_list_view", + "name": "Labour Payment Details-custom_fine_form-hidden", + "property": "hidden", "property_type": "Check", "row_name": null, "value": "1" }, { "default_value": null, - "doc_type": "Shift Type", + "doc_type": "Labour Payment Details", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocType", "field_name": null, "is_system_generated": 0, - "modified": "2023-09-29 14:28:59.498963", + "modified": "2024-06-04 10:43:21.630999", "module": null, - "name": "Shift Type-main-field_order", + "name": "Labour Payment Details-main-field_order", "property": "field_order", "property_type": "Data", "row_name": null, - "value": "[\"start_time\", \"end_time\", \"shift_hours\", \"column_break_3\", \"holiday_list\", \"company\", \"custom_type\", \"company_unit\", \"night\", \"day\", \"enable_auto_attendance\", \"auto_attendance_settings_section\", \"determine_check_in_and_check_out\", \"working_hours_calculation_based_on\", \"begin_check_in_before_shift_start_time\", \"allow_check_out_after_shift_end_time\", \"mark_auto_attendance_on_holidays\", \"column_break_10\", \"working_hours_threshold_for_half_day\", \"working_hours_threshold_for_absent\", \"process_attendance_after\", \"last_sync_of_checkin\", \"grace_period_settings_auto_attendance_section\", \"enable_entry_grace_period\", \"late_entry_grace_period\", \"column_break_18\", \"enable_exit_grace_period\", \"early_exit_grace_period\"]" + "value": "[\"employee\", \"employee_name\", \"department\", \"designation\", \"employee_type\", \"total_hours\", \"daily_rate\", \"standard_shift_hours\", \"payment\", \"column_break_p9pqp\", \"advance\", \"custom_advance_form\", \"canteen_deduction\", \"custom_canteen_form\", \"fine\", \"custom_fine_form\", \"prv_balance\", \"total_payment\", \"cashpaid\", \"bankpaid\", \"remaining_balance\", \"net_payment\", \"amended_from\"]" }, { "default_value": null, - "doc_type": "Quotation Item", + "doc_type": "Additional Payment", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "gross_profit", + "field_name": "status", "is_system_generated": 0, - "modified": "2023-10-03 15:48:16.884546", + "modified": "2024-06-04 10:55:08.104314", "module": null, - "name": "Quotation Item-gross_profit-read_only", + "name": "Additional Payment-status-read_only", "property": "read_only", "property_type": "Check", "row_name": null, - "value": "0" + "value": "1" }, { "default_value": null, - "doc_type": "Purchase Order", + "doc_type": "Subcontracting Receipt", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", "field_name": "naming_series", - "is_system_generated": 0, - "modified": "2023-10-03 16:38:54.867685", + "is_system_generated": 1, + "modified": "2024-09-10 18:57:01.064280", "module": null, - "name": "Purchase Order-naming_series-default", - "property": "default", - "property_type": "Text", + "name": "Subcontracting Receipt-naming_series-options", + "property": "options", + "property_type": "Small Text", "row_name": null, - "value": "PUR-ORD-.YYYY.-" + "value": "MAT-SCR-\nMAT-SCR-.YYYY.-\nMAT-SCR-RET-.YYYY.-" }, { "default_value": null, - "doc_type": "Sales Invoice", + "doc_type": "Additional Payment", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "total_billing_amount", + "field_name": "advance_type", "is_system_generated": 1, - "modified": "2023-10-09 11:51:47.212184", + "modified": "2025-11-18 12:00:27.813757", "module": null, - "name": "Sales Invoice-total_billing_amount-in_list_view", + "name": "Additional Payment-advance_type-in_list_view", "property": "in_list_view", "property_type": "Check", "row_name": null, @@ -257,31 +257,31 @@ }, { "default_value": null, - "doc_type": "Quotation", + "doc_type": "Additional Payment", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "pipe_202_total_amount", + "field_name": "advance_amount", "is_system_generated": 1, - "modified": "2023-10-09 12:49:09.683290", + "modified": "2024-09-11 10:23:39.612809", "module": null, - "name": "Quotation-pipe_202_total_amount-in_list_view", + "name": "Additional Payment-advance_amount-in_list_view", "property": "in_list_view", "property_type": "Check", "row_name": null, - "value": "1" + "value": "0" }, { "default_value": null, - "doc_type": "Sales Order", + "doc_type": "Additional Payment", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "customer_name", + "field_name": "posting_date", "is_system_generated": 1, - "modified": "2023-10-12 17:24:44.863069", + "modified": "2025-11-18 12:00:27.744581", "module": null, - "name": "Sales Order-customer_name-in_list_view", + "name": "Additional Payment-posting_date-in_list_view", "property": "in_list_view", "property_type": "Check", "row_name": null, @@ -289,15 +289,15 @@ }, { "default_value": null, - "doc_type": "Sales Order", + "doc_type": "Additional Payment", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "delivery_date", + "field_name": "employee", "is_system_generated": 1, - "modified": "2023-10-12 17:24:44.886579", + "modified": "2025-11-18 12:00:27.702780", "module": null, - "name": "Sales Order-delivery_date-in_list_view", + "name": "Additional Payment-employee-in_list_view", "property": "in_list_view", "property_type": "Check", "row_name": null, @@ -305,15 +305,15 @@ }, { "default_value": null, - "doc_type": "Sales Order", + "doc_type": "Additional Payment", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "grand_total", + "field_name": "status", "is_system_generated": 1, - "modified": "2023-10-12 17:24:44.892432", + "modified": "2025-11-18 12:00:27.771422", "module": null, - "name": "Sales Order-grand_total-in_list_view", + "name": "Additional Payment-status-in_list_view", "property": "in_list_view", "property_type": "Check", "row_name": null, @@ -321,127 +321,111 @@ }, { "default_value": null, - "doc_type": "Sales Order", + "doc_type": "Purchase Order Item", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocField", - "field_name": "status", - "is_system_generated": 1, - "modified": "2023-10-12 17:24:44.897300", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2025-04-01 13:25:50.684142", "module": null, - "name": "Sales Order-status-in_list_view", - "property": "in_list_view", - "property_type": "Check", + "name": "Purchase Order Item-main-field_order", + "property": "field_order", + "property_type": "Data", "row_name": null, - "value": "1" + "value": "[\"fg_item\", \"fg_item_qty\", \"item_code\", \"supplier_part_no\", \"item_name\", \"brand\", \"product_bundle\", \"column_break_4\", \"schedule_date\", \"expected_delivery_date\", \"item_group\", \"section_break_5\", \"description\", \"gst_hsn_code\", \"is_ineligible_for_itc\", \"col_break1\", \"image\", \"image_view\", \"quantity_and_rate\", \"qty\", \"stock_uom\", \"col_break2\", \"uom\", \"conversion_factor\", \"stock_qty\", \"sec_break1\", \"price_list_rate\", \"last_purchase_rate\", \"col_break3\", \"base_price_list_rate\", \"discount_and_margin_section\", \"margin_type\", \"margin_rate_or_amount\", \"rate_with_margin\", \"column_break_28\", \"discount_percentage\", \"discount_amount\", \"base_rate_with_margin\", \"sec_break2\", \"rate\", \"amount\", \"item_tax_template\", \"gst_treatment\", \"col_break4\", \"base_rate\", \"base_amount\", \"pricing_rules\", \"stock_uom_rate\", \"is_free_item\", \"apply_tds\", \"section_break_29\", \"net_rate\", \"net_amount\", \"column_break_32\", \"base_net_rate\", \"base_net_amount\", \"taxable_value\", \"gst_details_section\", \"igst_rate\", \"cgst_rate\", \"sgst_rate\", \"cess_rate\", \"cess_non_advol_rate\", \"cb_gst_details\", \"igst_amount\", \"cgst_amount\", \"sgst_amount\", \"cess_amount\", \"cess_non_advol_amount\", \"warehouse_and_reference\", \"from_warehouse\", \"warehouse\", \"column_break_54\", \"actual_qty\", \"company_total_stock\", \"references_section\", \"material_request\", \"material_request_item\", \"sales_order\", \"sales_order_item\", \"sales_order_packed_item\", \"supplier_quotation\", \"supplier_quotation_item\", \"col_break5\", \"delivered_by_supplier\", \"against_blanket_order\", \"blanket_order\", \"blanket_order_rate\", \"section_break_56\", \"received_qty\", \"returned_qty\", \"column_break_60\", \"billed_amt\", \"accounting_details\", \"expense_account\", \"column_break_fyqr\", \"wip_composite_asset\", \"manufacture_details\", \"manufacturer\", \"manufacturer_part_no\", \"column_break_14\", \"bom\", \"include_exploded_items\", \"item_weight_details\", \"weight_per_unit\", \"total_weight\", \"column_break_40\", \"weight_uom\", \"accounting_dimensions_section\", \"project\", \"dimension_col_break\", \"cost_center\", \"more_info_section_break\", \"is_fixed_asset\", \"item_tax_rate\", \"section_break_72\", \"production_plan\", \"production_plan_item\", \"production_plan_sub_assembly_item\", \"page_break\"]" }, { "default_value": null, - "doc_type": "Sales Order", + "doc_type": "Purchase Order Item", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "per_delivered", - "is_system_generated": 1, - "modified": "2023-10-12 17:24:44.901574", + "field_name": "price_list_rate", + "is_system_generated": 0, + "modified": "2025-04-01 13:25:50.865732", "module": null, - "name": "Sales Order-per_delivered-in_list_view", - "property": "in_list_view", - "property_type": "Check", + "name": "Purchase Order Item-price_list_rate-permlevel", + "property": "permlevel", + "property_type": "Int", "row_name": null, "value": "1" }, { "default_value": null, - "doc_type": "Sales Order", + "doc_type": "Purchase Order Item", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "per_billed", - "is_system_generated": 1, - "modified": "2023-10-12 17:24:44.905606", + "field_name": "rate", + "is_system_generated": 0, + "modified": "2025-04-01 13:25:50.963585", "module": null, - "name": "Sales Order-per_billed-in_list_view", - "property": "in_list_view", - "property_type": "Check", + "name": "Purchase Order Item-rate-permlevel", + "property": "permlevel", + "property_type": "Int", "row_name": null, "value": "1" }, { "default_value": null, - "doc_type": "Salary Slip", + "doc_type": "Material Request", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocField", - "field_name": "rounded_total", + "doctype_or_field": "DocType", + "field_name": null, "is_system_generated": 0, - "modified": "2023-09-18 10:56:16.968998", + "modified": "2025-06-25 12:26:59.898881", "module": null, - "name": "Salary Slip-rounded_total-hidden", - "property": "hidden", - "property_type": "Check", + "name": "Material Request-main-field_order", + "property": "field_order", + "property_type": "Data", "row_name": null, - "value": "0" + "value": "[\"type_section\", \"naming_series\", \"title\", \"material_request_type\", \"customer\", \"company\", \"column_break_2\", \"transaction_date\", \"schedule_date\", \"amended_from\", \"warehouse_section\", \"scan_barcode\", \"column_break_13\", \"set_from_warehouse\", \"column_break5\", \"set_warehouse\", \"items_section\", \"items\", \"total_amount\", \"custom_remark\", \"terms_tab\", \"terms_section_break\", \"tc_name\", \"terms\", \"more_info_tab\", \"status_section\", \"status\", \"per_ordered\", \"column_break2\", \"transfer_status\", \"per_received\", \"printing_details\", \"letter_head\", \"column_break_31\", \"select_print_heading\", \"reference\", \"job_card\", \"column_break_35\", \"work_order\", \"connections_tab\", \"custom_tab_5\"]" }, { "default_value": null, - "doc_type": "Salary Slip", + "doc_type": "Purchase Receipt", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "rounded_total", - "is_system_generated": 0, - "modified": "2023-09-18 10:56:16.972555", + "field_name": "title", + "is_system_generated": 1, + "modified": "2025-06-27 17:58:21.616341", "module": null, - "name": "Salary Slip-rounded_total-print_hide", - "property": "print_hide", + "name": "Purchase Receipt-title-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, - "value": "0" + "value": "1" }, { "default_value": null, - "doc_type": "Employee", + "doc_type": "Purchase Receipt", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "employee_number", - "is_system_generated": 0, - "modified": "2023-09-18 10:56:23.684530", + "field_name": "per_returned", + "is_system_generated": 1, + "modified": "2025-06-27 17:19:42.535101", "module": null, - "name": "Employee-employee_number-hidden", - "property": "hidden", + "name": "Purchase Receipt-per_returned-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, - "value": "1" + "value": "0" }, { "default_value": null, - "doc_type": "Purchase Invoice", + "doc_type": "Purchase Receipt", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "bill_no", + "field_name": "posting_date", "is_system_generated": 1, - "modified": "2023-09-18 10:56:45.309998", + "modified": "2025-06-27 17:58:21.634648", "module": null, - "name": "Purchase Invoice-bill_no-mandatory_depends_on", - "property": "mandatory_depends_on", - "property_type": "Code", - "row_name": null, - "value": "eval: doc.gst_category !== 'Unregistered' && gst_settings.require_supplier_invoice_no === 1 && doc.company_gstin" - }, - { - "default_value": null, - "doc_type": "Supplier", - "docstatus": 0, - "doctype": "Property Setter", - "doctype_or_field": "DocField", - "field_name": "supplier_name", - "is_system_generated": 1, - "modified": "2022-12-16 12:53:39.456042", - "module": null, - "name": "Supplier-supplier_name-in_list_view", + "name": "Purchase Receipt-posting_date-in_list_view", "property": "in_list_view", "property_type": "Check", "row_name": null, @@ -449,15 +433,15 @@ }, { "default_value": null, - "doc_type": "Supplier", + "doc_type": "Purchase Receipt", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "supplier_group", + "field_name": "grand_total", "is_system_generated": 1, - "modified": "2022-12-16 12:53:39.472807", + "modified": "2025-06-27 17:58:21.649451", "module": null, - "name": "Supplier-supplier_group-in_list_view", + "name": "Purchase Receipt-grand_total-in_list_view", "property": "in_list_view", "property_type": "Check", "row_name": null, @@ -465,95 +449,95 @@ }, { "default_value": null, - "doc_type": "Supplier", + "doc_type": "Purchase Receipt", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "supplier_type", + "field_name": "supplier_delivery_note", "is_system_generated": 1, - "modified": "2022-12-16 12:53:39.476636", + "modified": "2025-06-27 17:57:32.106282", "module": null, - "name": "Supplier-supplier_type-in_list_view", + "name": "Purchase Receipt-supplier_delivery_note-in_list_view", "property": "in_list_view", "property_type": "Check", "row_name": null, - "value": "1" + "value": "0" }, { "default_value": null, - "doc_type": "Supplier", + "doc_type": "Purchase Receipt", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocField", - "field_name": "country", - "is_system_generated": 1, - "modified": "2022-12-16 12:53:39.480231", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2025-06-27 17:50:14.859960", "module": null, - "name": "Supplier-country-in_list_view", - "property": "in_list_view", - "property_type": "Check", + "name": "Purchase Receipt-main-field_order", + "property": "field_order", + "property_type": "Data", "row_name": null, - "value": "1" + "value": "[\"supplier_section\", \"column_break0\", \"title\", \"naming_series\", \"supplier\", \"supplier_name\", \"ewaybill\", \"supplier_delivery_note\", \"invoice_date\", \"subcontracting_receipt\", \"column_break1\", \"posting_date\", \"posting_time\", \"set_posting_time\", \"column_break_12\", \"company\", \"apply_putaway_rule\", \"is_return\", \"return_against\", \"accounting_dimensions_section\", \"cost_center\", \"dimension_col_break\", \"project\", \"currency_and_price_list\", \"currency\", \"conversion_rate\", \"column_break2\", \"buying_price_list\", \"price_list_currency\", \"plc_conversion_rate\", \"ignore_pricing_rule\", \"sec_warehouse\", \"scan_barcode\", \"column_break_31\", \"set_warehouse\", \"set_from_warehouse\", \"col_break_warehouse\", \"rejected_warehouse\", \"is_subcontracted\", \"supplier_warehouse\", \"items_section\", \"items\", \"section_break0\", \"total_qty\", \"total_net_weight\", \"column_break_43\", \"base_total\", \"base_net_total\", \"column_break_27\", \"total\", \"net_total\", \"tax_withholding_net_total\", \"base_tax_withholding_net_total\", \"taxes_charges_section\", \"tax_category\", \"taxes_and_charges\", \"shipping_col\", \"shipping_rule\", \"column_break_53\", \"incoterm\", \"named_place\", \"taxes_section\", \"taxes\", \"totals\", \"base_taxes_and_charges_added\", \"base_taxes_and_charges_deducted\", \"base_total_taxes_and_charges\", \"column_break3\", \"taxes_and_charges_added\", \"taxes_and_charges_deducted\", \"total_taxes_and_charges\", \"section_break_46\", \"base_grand_total\", \"base_rounding_adjustment\", \"base_rounded_total\", \"base_in_words\", \"column_break_50\", \"grand_total\", \"rounding_adjustment\", \"rounded_total\", \"in_words\", \"disable_rounded_total\", \"section_break_42\", \"apply_discount_on\", \"base_discount_amount\", \"column_break_44\", \"additional_discount_percentage\", \"discount_amount\", \"sec_tax_breakup\", \"other_charges_calculation\", \"section_gst_breakup\", \"gst_breakup_table\", \"pricing_rule_details\", \"pricing_rules\", \"raw_material_details\", \"get_current_stock\", \"supplied_items\", \"address_and_contact_tab\", \"section_addresses\", \"supplier_address\", \"address_display\", \"supplier_gstin\", \"gst_category\", \"col_break_address\", \"contact_person\", \"contact_display\", \"contact_mobile\", \"contact_email\", \"section_break_98\", \"shipping_address\", \"column_break_100\", \"shipping_address_display\", \"billing_address_section\", \"billing_address\", \"column_break_104\", \"billing_address_display\", \"company_gstin\", \"place_of_supply\", \"terms_tab\", \"tc_name\", \"terms\", \"more_info_tab\", \"status_section\", \"status\", \"column_break4\", \"per_billed\", \"per_returned\", \"subscription_detail\", \"auto_repeat\", \"printing_settings\", \"letter_head\", \"group_same_items\", \"column_break_97\", \"select_print_heading\", \"language\", \"transporter_info\", \"transporter\", \"gst_transporter_id\", \"transporter_name\", \"vehicle_no\", \"distance\", \"mode_of_transport\", \"column_break5\", \"lr_no\", \"lr_date\", \"driver\", \"driver_name\", \"gst_vehicle_type\", \"gst_section\", \"ineligibility_reason\", \"additional_info_section\", \"instructions\", \"is_internal_supplier\", \"represents_company\", \"inter_company_reference\", \"column_break_131\", \"remarks\", \"range\", \"amended_from\", \"is_old_subcontracting_flow\", \"other_details\", \"connections_tab\", \"is_reverse_charge\"]" }, { "default_value": null, - "doc_type": "Supplier", + "doc_type": "Purchase Receipt", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "gstin", - "is_system_generated": 1, - "modified": "2022-12-16 12:53:39.483778", + "field_name": "supplier_delivery_note", + "is_system_generated": 0, + "modified": "2025-06-27 17:50:14.995905", "module": null, - "name": "Supplier-gstin-in_list_view", - "property": "in_list_view", - "property_type": "Check", + "name": "Purchase Receipt-supplier_delivery_note-label", + "property": "label", + "property_type": "Data", "row_name": null, - "value": "1" + "value": "Invoice No." }, { "default_value": null, - "doc_type": "Stock Ledger Entry", + "doc_type": "Purchase Receipt", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "item_code", - "is_system_generated": 1, - "modified": "2022-12-22 21:40:39.237049", + "field_name": "supplier_delivery_note", + "is_system_generated": 0, + "modified": "2025-06-27 17:50:15.080064", "module": null, - "name": "Stock Ledger Entry-item_code-in_list_view", - "property": "in_list_view", + "name": "Purchase Receipt-supplier_delivery_note-reqd", + "property": "reqd", "property_type": "Check", "row_name": null, "value": "1" }, { "default_value": null, - "doc_type": "Stock Ledger Entry", + "doc_type": "Purchase Order", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocField", - "field_name": "warehouse", - "is_system_generated": 1, - "modified": "2022-12-22 21:40:39.273708", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2025-07-02 16:27:07.375050", "module": null, - "name": "Stock Ledger Entry-warehouse-in_list_view", - "property": "in_list_view", - "property_type": "Check", + "name": "Purchase Order-main-field_order", + "property": "field_order", + "property_type": "Data", "row_name": null, - "value": "1" + "value": "[\"supplier_section\", \"title\", \"naming_series\", \"supplier\", \"supplier_name\", \"order_confirmation_no\", \"order_confirmation_date\", \"get_items_from_open_material_requests\", \"column_break_7\", \"transaction_date\", \"schedule_date\", \"column_break1\", \"company\", \"apply_tds\", \"is_reverse_charge\", \"tax_withholding_category\", \"is_subcontracted\", \"supplier_warehouse\", \"amended_from\", \"accounting_dimensions_section\", \"cost_center\", \"dimension_col_break\", \"project\", \"currency_and_price_list\", \"currency\", \"conversion_rate\", \"cb_price_list\", \"buying_price_list\", \"price_list_currency\", \"plc_conversion_rate\", \"ignore_pricing_rule\", \"before_items_section\", \"scan_barcode\", \"set_from_warehouse\", \"items_col_break\", \"set_warehouse\", \"items_section\", \"items\", \"sb_last_purchase\", \"total_qty\", \"total_net_weight\", \"column_break_40\", \"base_total\", \"base_net_total\", \"column_break_26\", \"total\", \"net_total\", \"tax_withholding_net_total\", \"base_tax_withholding_net_total\", \"section_break_48\", \"pricing_rules\", \"raw_material_details\", \"set_reserve_warehouse\", \"supplied_items\", \"taxes_section\", \"tax_category\", \"taxes_and_charges\", \"column_break_53\", \"shipping_rule\", \"column_break_50\", \"incoterm\", \"named_place\", \"section_break_52\", \"taxes\", \"totals\", \"base_taxes_and_charges_added\", \"base_taxes_and_charges_deducted\", \"base_total_taxes_and_charges\", \"column_break_39\", \"taxes_and_charges_added\", \"taxes_and_charges_deducted\", \"total_taxes_and_charges\", \"totals_section\", \"base_grand_total\", \"base_rounding_adjustment\", \"base_in_words\", \"base_rounded_total\", \"custom_remarks\", \"column_break4\", \"grand_total\", \"rounding_adjustment\", \"rounded_total\", \"disable_rounded_total\", \"in_words\", \"advance_paid\", \"discount_section\", \"apply_discount_on\", \"base_discount_amount\", \"column_break_45\", \"additional_discount_percentage\", \"discount_amount\", \"sec_tax_breakup\", \"other_charges_calculation\", \"section_gst_breakup\", \"gst_breakup_table\", \"address_and_contact_tab\", \"section_addresses\", \"supplier_address\", \"address_display\", \"supplier_gstin\", \"gst_category\", \"col_break_address\", \"contact_person\", \"contact_display\", \"contact_mobile\", \"contact_email\", \"shipping_address_section\", \"shipping_address\", \"column_break_99\", \"shipping_address_display\", \"company_billing_address_section\", \"billing_address\", \"column_break_103\", \"billing_address_display\", \"company_gstin\", \"place_of_supply\", \"drop_ship\", \"customer\", \"customer_name\", \"column_break_19\", \"customer_contact_person\", \"customer_contact_display\", \"customer_contact_mobile\", \"customer_contact_email\", \"terms_tab\", \"payment_schedule_section\", \"payment_terms_template\", \"payment_schedule\", \"terms_section_break\", \"tc_name\", \"terms\", \"more_info_tab\", \"tracking_section\", \"status\", \"column_break_75\", \"per_billed\", \"per_received\", \"column_break5\", \"letter_head\", \"group_same_items\", \"column_break_86\", \"select_print_heading\", \"language\", \"subscription_section\", \"from_date\", \"to_date\", \"column_break_97\", \"auto_repeat\", \"update_auto_repeat_reference\", \"additional_info_section\", \"is_internal_supplier\", \"represents_company\", \"ref_sq\", \"column_break_74\", \"party_account_currency\", \"inter_company_order_reference\", \"is_old_subcontracting_flow\", \"connections_tab\"]" }, { "default_value": null, - "doc_type": "Stock Ledger Entry", + "doc_type": "Additional Payment", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "posting_date", + "field_name": "type", "is_system_generated": 1, - "modified": "2022-12-22 21:40:39.289509", + "modified": "2025-11-18 12:00:27.793786", "module": null, - "name": "Stock Ledger Entry-posting_date-in_list_view", + "name": "Additional Payment-type-in_list_view", "property": "in_list_view", "property_type": "Check", "row_name": null, @@ -561,15 +545,15 @@ }, { "default_value": null, - "doc_type": "Stock Ledger Entry", + "doc_type": "Additional Payment", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "voucher_no", + "field_name": "coupan_qty", "is_system_generated": 1, - "modified": "2022-12-22 21:40:39.304884", + "modified": "2025-11-18 12:00:27.879033", "module": null, - "name": "Stock Ledger Entry-voucher_no-in_list_view", + "name": "Additional Payment-coupan_qty-in_list_view", "property": "in_list_view", "property_type": "Check", "row_name": null, @@ -577,115 +561,115 @@ }, { "default_value": null, - "doc_type": "Stock Ledger Entry", + "doc_type": "Stock Reconciliation", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "actual_qty", + "field_name": "naming_series", "is_system_generated": 1, - "modified": "2022-12-22 21:40:39.320812", + "modified": "2026-05-18 15:26:47.530749", "module": null, - "name": "Stock Ledger Entry-actual_qty-in_list_view", - "property": "in_list_view", - "property_type": "Check", + "name": "Stock Reconciliation-naming_series-options", + "property": "options", + "property_type": "Text", "row_name": null, - "value": "1" + "value": "MAT-RECO-.YYYY.-" }, { "default_value": null, - "doc_type": "Stock Ledger Entry", + "doc_type": "Leave Application", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "incoming_rate", + "field_name": "naming_series", "is_system_generated": 1, - "modified": "2022-12-22 21:40:39.337717", + "modified": "2026-05-18 15:28:11.621304", "module": null, - "name": "Stock Ledger Entry-incoming_rate-in_list_view", - "property": "in_list_view", - "property_type": "Check", + "name": "Leave Application-naming_series-options", + "property": "options", + "property_type": "Text", "row_name": null, - "value": "1" + "value": "HR-LAP-.YYYY.-" }, { "default_value": null, - "doc_type": "Purchase Order", + "doc_type": "Leave Allocation", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocType", - "field_name": null, + "doctype_or_field": "DocField", + "field_name": "naming_series", "is_system_generated": 1, - "modified": "2022-12-19 10:23:53.260825", + "modified": "2026-05-18 15:28:14.442838", "module": null, - "name": "Purchase Order-main-default_print_format", - "property": "default_print_format", - "property_type": "Data", + "name": "Leave Allocation-naming_series-options", + "property": "options", + "property_type": "Text", "row_name": null, - "value": "Unit -1 Purchase Order" + "value": "HR-LAL-.YYYY.-" }, { "default_value": null, - "doc_type": "Stock Ledger Entry", + "doc_type": "Accounts Settings", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "voucher_type", + "field_name": "add_taxes_from_item_tax_template", "is_system_generated": 1, - "modified": "2022-12-22 21:40:39.352775", + "modified": "2026-05-18 15:32:04.989494", "module": null, - "name": "Stock Ledger Entry-voucher_type-in_list_view", - "property": "in_list_view", - "property_type": "Check", + "name": "Accounts Settings-add_taxes_from_item_tax_template-description", + "property": "description", + "property_type": "Small Text", "row_name": null, - "value": "1" + "value": "Overridden by India Compliance" }, { "default_value": null, - "doc_type": "Payment Entry", + "doc_type": "Subcontracting Receipt", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "naming_series", - "is_system_generated": 0, - "modified": "2022-12-25 01:15:58.299278", + "field_name": "supplier_delivery_note", + "is_system_generated": 1, + "modified": "2026-05-18 15:32:05.045366", "module": null, - "name": "Payment Entry-naming_series-options", - "property": "options", - "property_type": "Text", + "name": "Subcontracting Receipt-supplier_delivery_note-mandatory_depends_on", + "property": "mandatory_depends_on", + "property_type": "Code", "row_name": null, - "value": "ACC-PAY-.YYYY.-" + "value": "eval: gst_settings.require_supplier_invoice_no === 1 && doc.company_gstin" }, { "default_value": null, - "doc_type": "Purchase Order", + "doc_type": "Purchase Receipt", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "naming_series", - "is_system_generated": 0, - "modified": "2022-12-25 01:16:02.168213", + "field_name": "transporter_name", + "is_system_generated": 1, + "modified": "2026-05-18 15:32:05.066216", "module": null, - "name": "Purchase Order-naming_series-options", - "property": "options", - "property_type": "Text", + "name": "Purchase Receipt-transporter_name-fieldtype", + "property": "fieldtype", + "property_type": "Select", "row_name": null, - "value": "PUR-ORD-.YYYY.-" + "value": "Small Text" }, { "default_value": null, - "doc_type": "Quotation", + "doc_type": "Purchase Receipt", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "naming_series", - "is_system_generated": 0, - "modified": "2022-12-25 01:16:04.476637", + "field_name": "transporter_name", + "is_system_generated": 1, + "modified": "2026-05-18 15:32:05.086884", "module": null, - "name": "Quotation-naming_series-options", - "property": "options", - "property_type": "Text", + "name": "Purchase Receipt-transporter_name-fetch_from", + "property": "fetch_from", + "property_type": "Small Text", "row_name": null, - "value": "SAL-QTN-.YYYY.-" + "value": "transporter.supplier_name" }, { "default_value": null, @@ -693,523 +677,539 @@ "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "naming_series", - "is_system_generated": 0, - "modified": "2022-12-25 01:16:06.552706", + "field_name": "transporter_name", + "is_system_generated": 1, + "modified": "2026-05-18 15:32:05.108212", "module": null, - "name": "Purchase Receipt-naming_series-options", - "property": "options", - "property_type": "Text", + "name": "Purchase Receipt-transporter_name-no_copy", + "property": "no_copy", + "property_type": "Check", "row_name": null, - "value": "MAT-PRE-.YYYY.-\nMAT-PR-RET-.YYYY.-" + "value": "1" }, { "default_value": null, - "doc_type": "Payment Entry", + "doc_type": "Purchase Receipt", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "title", + "field_name": "transporter_name", "is_system_generated": 1, - "modified": "2022-12-30 15:55:35.517770", + "modified": "2026-05-18 15:32:05.127403", "module": null, - "name": "Payment Entry-title-in_list_view", - "property": "in_list_view", + "name": "Purchase Receipt-transporter_name-print_hide", + "property": "print_hide", "property_type": "Check", "row_name": null, "value": "1" }, { "default_value": null, - "doc_type": "Payment Entry", + "doc_type": "Purchase Receipt", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "payment_type", + "field_name": "transporter_name", "is_system_generated": 1, - "modified": "2022-12-30 15:55:35.534234", + "modified": "2026-05-18 15:32:05.147916", "module": null, - "name": "Payment Entry-payment_type-in_list_view", - "property": "in_list_view", + "name": "Purchase Receipt-transporter_name-read_only", + "property": "read_only", "property_type": "Check", "row_name": null, "value": "1" }, { "default_value": null, - "doc_type": "Payment Entry", + "doc_type": "Purchase Receipt", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "posting_date", + "field_name": "lr_no", "is_system_generated": 1, - "modified": "2022-12-30 15:55:35.546895", + "modified": "2026-05-18 15:32:05.168434", "module": null, - "name": "Payment Entry-posting_date-in_list_view", - "property": "in_list_view", - "property_type": "Check", + "name": "Purchase Receipt-lr_no-label", + "property": "label", + "property_type": "Data", "row_name": null, - "value": "1" + "value": "Transport Receipt No" }, { "default_value": null, - "doc_type": "Payment Entry", + "doc_type": "Purchase Receipt", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "mode_of_payment", + "field_name": "lr_no", "is_system_generated": 1, - "modified": "2022-12-30 15:55:35.559541", + "modified": "2026-05-18 15:32:05.187984", "module": null, - "name": "Payment Entry-mode_of_payment-in_list_view", - "property": "in_list_view", + "name": "Purchase Receipt-lr_no-print_hide", + "property": "print_hide", "property_type": "Check", "row_name": null, "value": "1" }, { "default_value": null, - "doc_type": "Payment Entry", + "doc_type": "Purchase Receipt", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "paid_amount", + "field_name": "lr_no", "is_system_generated": 1, - "modified": "2022-12-30 15:55:35.571826", + "modified": "2026-05-18 15:32:05.208567", "module": null, - "name": "Payment Entry-paid_amount-in_list_view", - "property": "in_list_view", - "property_type": "Check", + "name": "Purchase Receipt-lr_no-length", + "property": "length", + "property_type": "Int", "row_name": null, - "value": "1" + "value": "30" }, { "default_value": null, - "doc_type": "Payment Entry", + "doc_type": "Purchase Receipt", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "paid_from_account_balance", + "field_name": "lr_date", "is_system_generated": 1, - "modified": "2022-12-30 15:55:35.581196", + "modified": "2026-05-18 15:32:05.228466", "module": null, - "name": "Payment Entry-paid_from_account_balance-in_list_view", - "property": "in_list_view", - "property_type": "Check", + "name": "Purchase Receipt-lr_date-label", + "property": "label", + "property_type": "Data", "row_name": null, - "value": "1" + "value": "Transport Receipt Date" }, { "default_value": null, - "doc_type": "Payment Entry", + "doc_type": "Purchase Receipt", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "party_balance", + "field_name": "lr_date", "is_system_generated": 1, - "modified": "2022-12-30 15:55:35.600186", + "modified": "2026-05-18 15:32:05.248515", "module": null, - "name": "Payment Entry-party_balance-in_list_view", - "property": "in_list_view", + "name": "Purchase Receipt-lr_date-print_hide", + "property": "print_hide", "property_type": "Check", "row_name": null, "value": "1" }, { "default_value": null, - "doc_type": "Purchase Invoice", + "doc_type": "Purchase Receipt", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "company", + "field_name": "lr_date", "is_system_generated": 1, - "modified": "2023-01-13 12:31:41.611801", + "modified": "2026-05-18 15:32:05.267181", "module": null, - "name": "Purchase Invoice-company-in_list_view", - "property": "in_list_view", - "property_type": "Check", + "name": "Purchase Receipt-lr_date-default", + "property": "default", + "property_type": "Text", "row_name": null, - "value": "1" + "value": "Today" }, { "default_value": null, - "doc_type": "Purchase Invoice", + "doc_type": "Subcontracting Receipt", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "supplier_name", + "field_name": "transporter_name", "is_system_generated": 1, - "modified": "2023-01-13 12:31:41.596119", + "modified": "2026-05-18 15:32:05.285949", "module": null, - "name": "Purchase Invoice-supplier_name-in_list_view", - "property": "in_list_view", - "property_type": "Check", + "name": "Subcontracting Receipt-transporter_name-fieldtype", + "property": "fieldtype", + "property_type": "Select", "row_name": null, - "value": "1" + "value": "Small Text" }, { "default_value": null, - "doc_type": "Purchase Invoice", + "doc_type": "Subcontracting Receipt", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "posting_time", + "field_name": "transporter_name", "is_system_generated": 1, - "modified": "2023-01-13 12:31:41.543594", + "modified": "2026-05-18 15:32:05.348340", "module": null, - "name": "Purchase Invoice-posting_time-in_list_view", - "property": "in_list_view", - "property_type": "Check", + "name": "Subcontracting Receipt-transporter_name-fetch_from", + "property": "fetch_from", + "property_type": "Small Text", "row_name": null, - "value": "0" + "value": "transporter.supplier_name" }, { "default_value": null, - "doc_type": "Purchase Invoice", + "doc_type": "Subcontracting Receipt", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "clearance_date", + "field_name": "transporter_name", "is_system_generated": 1, - "modified": "2023-01-13 12:31:41.668504", + "modified": "2026-05-18 15:32:05.383726", "module": null, - "name": "Purchase Invoice-clearance_date-in_list_view", - "property": "in_list_view", + "name": "Subcontracting Receipt-transporter_name-no_copy", + "property": "no_copy", "property_type": "Check", "row_name": null, "value": "1" }, { "default_value": null, - "doc_type": "Item", + "doc_type": "Subcontracting Receipt", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "item_name", + "field_name": "transporter_name", "is_system_generated": 1, - "modified": "2023-01-13 15:00:39.695272", + "modified": "2026-05-18 15:32:05.415842", "module": null, - "name": "Item-item_name-in_list_view", - "property": "in_list_view", + "name": "Subcontracting Receipt-transporter_name-print_hide", + "property": "print_hide", "property_type": "Check", "row_name": null, "value": "1" }, { "default_value": null, - "doc_type": "Item", + "doc_type": "Subcontracting Receipt", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "item_group", + "field_name": "transporter_name", "is_system_generated": 1, - "modified": "2023-01-13 15:00:39.939677", + "modified": "2026-05-18 15:32:05.434836", "module": null, - "name": "Item-item_group-in_list_view", - "property": "in_list_view", + "name": "Subcontracting Receipt-transporter_name-read_only", + "property": "read_only", "property_type": "Check", "row_name": null, "value": "1" }, { "default_value": null, - "doc_type": "Item", + "doc_type": "Subcontracting Receipt", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "gst_hsn_code", + "field_name": "lr_no", "is_system_generated": 1, - "modified": "2023-01-13 15:00:40.067514", + "modified": "2026-05-18 15:32:05.452421", "module": null, - "name": "Item-gst_hsn_code-in_list_view", - "property": "in_list_view", - "property_type": "Check", + "name": "Subcontracting Receipt-lr_no-label", + "property": "label", + "property_type": "Data", "row_name": null, - "value": "1" + "value": "Transport Receipt No" }, { "default_value": null, - "doc_type": "Journal Entry", + "doc_type": "Subcontracting Receipt", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "naming_series", - "is_system_generated": 0, - "modified": "2023-01-14 03:00:52.119664", + "field_name": "lr_no", + "is_system_generated": 1, + "modified": "2026-05-18 15:32:05.469348", "module": null, - "name": "Journal Entry-naming_series-options", - "property": "options", - "property_type": "Text", + "name": "Subcontracting Receipt-lr_no-print_hide", + "property": "print_hide", + "property_type": "Check", "row_name": null, - "value": "ACC-JV-.YYYY.-" + "value": "1" }, { "default_value": null, - "doc_type": "Work Order", + "doc_type": "Subcontracting Receipt", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "naming_series", - "is_system_generated": 0, - "modified": "2023-01-14 03:01:08.737452", + "field_name": "lr_no", + "is_system_generated": 1, + "modified": "2026-05-18 15:32:05.487060", "module": null, - "name": "Work Order-naming_series-options", - "property": "options", - "property_type": "Text", + "name": "Subcontracting Receipt-lr_no-length", + "property": "length", + "property_type": "Int", "row_name": null, - "value": "MFG-WO-.YYYY.-" + "value": "30" }, { "default_value": null, - "doc_type": "Stock Entry", + "doc_type": "Subcontracting Receipt", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "naming_series", - "is_system_generated": 0, - "modified": "2023-01-14 03:01:11.754519", + "field_name": "lr_date", + "is_system_generated": 1, + "modified": "2026-05-18 15:32:05.504923", "module": null, - "name": "Stock Entry-naming_series-options", - "property": "options", - "property_type": "Text", + "name": "Subcontracting Receipt-lr_date-label", + "property": "label", + "property_type": "Data", "row_name": null, - "value": "MAT-STE-.YYYY.-" + "value": "Transport Receipt Date" }, { "default_value": null, - "doc_type": "Stock Entry", + "doc_type": "Subcontracting Receipt", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "purpose", + "field_name": "lr_date", "is_system_generated": 1, - "modified": "2023-01-20 15:52:50.867326", + "modified": "2026-05-18 15:32:05.523567", "module": null, - "name": "Stock Entry-purpose-in_list_view", - "property": "in_list_view", + "name": "Subcontracting Receipt-lr_date-print_hide", + "property": "print_hide", "property_type": "Check", "row_name": null, - "value": "0" + "value": "1" }, { "default_value": null, - "doc_type": "Stock Entry", + "doc_type": "Subcontracting Receipt", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "stock_entry_type", + "field_name": "lr_date", "is_system_generated": 1, - "modified": "2023-03-17 13:46:00.282527", + "modified": "2026-05-18 15:32:05.541950", "module": null, - "name": "Stock Entry-stock_entry_type-in_list_view", - "property": "in_list_view", - "property_type": "Check", + "name": "Subcontracting Receipt-lr_date-default", + "property": "default", + "property_type": "Text", "row_name": null, - "value": "1" + "value": "Today" }, { "default_value": null, - "doc_type": "Stock Entry", + "doc_type": "Qr Code", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocField", - "field_name": "from_warehouse", + "doctype_or_field": "DocType", + "field_name": null, "is_system_generated": 1, - "modified": "2023-03-17 13:46:00.352962", + "modified": "2023-11-30 15:04:56.912876", "module": null, - "name": "Stock Entry-from_warehouse-in_list_view", - "property": "in_list_view", - "property_type": "Check", + "name": "Qr Code-main-default_print_format", + "property": "default_print_format", + "property_type": "Data", "row_name": null, - "value": "1" + "value": "QR Code" }, { "default_value": null, - "doc_type": "Stock Entry", + "doc_type": "Supplier", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "to_warehouse", - "is_system_generated": 1, - "modified": "2023-03-17 13:46:00.367255", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2023-12-11 19:31:45.995302", "module": null, - "name": "Stock Entry-to_warehouse-in_list_view", - "property": "in_list_view", - "property_type": "Check", + "name": "Supplier-naming_series-options", + "property": "options", + "property_type": "Text", "row_name": null, - "value": "1" + "value": "SUP-.YYYY.-" }, { "default_value": null, - "doc_type": "Stock Entry", + "doc_type": "Customer", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "per_transferred", - "is_system_generated": 1, - "modified": "2023-01-31 18:27:07.603653", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2023-12-11 19:31:48.260515", "module": null, - "name": "Stock Entry-per_transferred-in_list_view", - "property": "in_list_view", - "property_type": "Check", + "name": "Customer-naming_series-options", + "property": "options", + "property_type": "Text", "row_name": null, - "value": "0" + "value": "CUST-.YYYY.-" }, { "default_value": null, - "doc_type": "Stock Entry", + "doc_type": "Qr Code", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "is_return", - "is_system_generated": 1, - "modified": "2023-01-31 18:27:07.645912", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2023-12-11 19:32:04.166811", "module": null, - "name": "Stock Entry-is_return-in_list_view", - "property": "in_list_view", - "property_type": "Check", + "name": "Qr Code-naming_series-options", + "property": "options", + "property_type": "Text", "row_name": null, - "value": "0" + "value": "QR-CODE.###" }, { "default_value": null, - "doc_type": "Delivery Note", + "doc_type": "Purchase Reconciliation Tool", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocField", - "field_name": "title", + "doctype_or_field": "DocType", + "field_name": null, "is_system_generated": 1, - "modified": "2023-01-24 18:45:12.643998", + "modified": "2023-12-11 19:32:12.783849", "module": null, - "name": "Delivery Note-title-in_list_view", - "property": "in_list_view", - "property_type": "Check", + "name": "Purchase Reconciliation Tool-main-default_email_template", + "property": "default_email_template", + "property_type": "Data", "row_name": null, - "value": "1" + "value": "Purchase Reconciliation" }, { "default_value": null, - "doc_type": "Delivery Note", + "doc_type": "Stock Entry", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocField", - "field_name": "grand_total", - "is_system_generated": 1, - "modified": "2023-01-24 18:45:12.653734", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2023-09-18 13:31:05.517879", "module": null, - "name": "Delivery Note-grand_total-in_list_view", - "property": "in_list_view", - "property_type": "Check", + "name": "Stock Entry-main-field_order", + "property": "field_order", + "property_type": "Data", "row_name": null, - "value": "1" + "value": "[\"stock_entry_details_tab\", \"naming_series\", \"stock_entry_type\", \"custom_manufacturing_type\", \"custom_operation\", \"custom_machine\", \"custom_contractor\", \"custom_supervisor\", \"custom_supervisor_name\", \"custom_senior_operator\", \"custom_senior_operator_name\", \"custom_operator\", \"outgoing_stock_entry\", \"purpose\", \"add_to_transit\", \"work_order\", \"purchase_order\", \"subcontracting_order\", \"delivery_note_no\", \"sales_invoice_no\", \"pick_list\", \"purchase_receipt_no\", \"col2\", \"company\", \"company_unit_\", \"company_address\", \"company_address_display\", \"posting_date\", \"posting_time\", \"column_break_eaoa\", \"set_posting_time\", \"inspection_required\", \"apply_putaway_rule\", \"shift_type\", \"bom_info_section\", \"from_bom\", \"use_multi_level_bom\", \"bom_no\", \"cb1\", \"fg_completed_qty\", \"get_items\", \"section_break_7qsm\", \"process_loss_percentage\", \"column_break_e92r\", \"process_loss_qty\", \"section_break_jwgn\", \"from_warehouse\", \"source_warehouse_address\", \"source_address_display\", \"cb0\", \"to_warehouse\", \"target_warehouse_address\", \"target_address_display\", \"sb0\", \"scan_barcode\", \"delivery_note_item\", \"total_qty_delivery_note\", \"total_pending_qty\", \"items_section\", \"items\", \"section_break_64\", \"raw_material_weight\", \"total_qty\", \"column_break_65\", \"total_weight_out_put\", \"total_weight\", \"received_pending_qty\", \"column_break_67\", \"process_loss\", \"pending_qty\", \"get_stock_and_rate\", \"section_break_19\", \"total_outgoing_value\", \"column_break_22\", \"total_incoming_value\", \"value_difference\", \"additional_costs_section\", \"additional_costs\", \"total_additional_costs\", \"supplier_info_tab\", \"contact_section\", \"supplier\", \"supplier_name\", \"supplier_address\", \"address_display\", \"accounting_dimensions_section\", \"project\", \"other_info_tab\", \"printing_settings\", \"select_print_heading\", \"print_settings_col_break\", \"letter_head\", \"more_info\", \"is_opening\", \"remarks\", \"col5\", \"per_transferred\", \"total_amount\", \"job_card\", \"amended_from\", \"credit_note\", \"is_return\", \"party_name_\", \"party\", \"voucher_no\", \"received_qty\", \"gatepass_no\", \"received_qty1\", \"party_address\", \"returnable_or_non_returnable\", \"delivery_note\", \"operator_name\"]" }, { "default_value": null, - "doc_type": "Delivery Note", + "doc_type": "Attendance", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "per_installed", - "is_system_generated": 1, - "modified": "2023-01-24 18:43:56.547919", + "field_name": "leave_type", + "is_system_generated": 0, + "modified": "2023-09-22 14:16:48.364621", "module": null, - "name": "Delivery Note-per_installed-in_list_view", - "property": "in_list_view", + "name": "Attendance-leave_type-reqd", + "property": "reqd", "property_type": "Check", "row_name": null, "value": "0" }, { "default_value": null, - "doc_type": "Delivery Note", + "doc_type": "Attendance", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "total_qty", + "field_name": "leave_type", + "is_system_generated": 0, + "modified": "2023-09-22 14:17:14.242049", + "module": null, + "name": "Attendance-leave_type-mandatory_depends_on", + "property": "mandatory_depends_on", + "property_type": "Data", + "row_name": null, + "value": "" + }, + { + "default_value": null, + "doc_type": "Employee Checkin", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "shift", "is_system_generated": 1, - "modified": "2023-01-24 18:45:12.618861", + "modified": "2023-09-28 18:51:41.397132", "module": null, - "name": "Delivery Note-total_qty-in_list_view", + "name": "Employee Checkin-shift-in_list_view", "property": "in_list_view", "property_type": "Check", "row_name": null, - "value": "0" + "value": "1" }, { "default_value": null, - "doc_type": "Delivery Note", + "doc_type": "Employee Checkin", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "pending_qty", + "field_name": "device_id", "is_system_generated": 1, - "modified": "2023-01-24 18:45:12.588685", + "modified": "2023-09-28 18:51:41.418155", "module": null, - "name": "Delivery Note-pending_qty-in_list_view", + "name": "Employee Checkin-device_id-in_list_view", "property": "in_list_view", "property_type": "Check", "row_name": null, - "value": "0" + "value": "1" }, { "default_value": null, - "doc_type": "Sales Invoice", + "doc_type": "Shift Type", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocType", "field_name": null, - "is_system_generated": 1, - "modified": "2023-01-30 10:23:02.493415", + "is_system_generated": 0, + "modified": "2023-09-29 14:28:59.498963", "module": null, - "name": "Sales Invoice-main-default_print_format", - "property": "default_print_format", + "name": "Shift Type-main-field_order", + "property": "field_order", "property_type": "Data", "row_name": null, - "value": "Sales Invoice Unit-1" + "value": "[\"start_time\", \"end_time\", \"shift_hours\", \"column_break_3\", \"holiday_list\", \"company\", \"custom_type\", \"company_unit\", \"night\", \"day\", \"enable_auto_attendance\", \"auto_attendance_settings_section\", \"determine_check_in_and_check_out\", \"working_hours_calculation_based_on\", \"begin_check_in_before_shift_start_time\", \"allow_check_out_after_shift_end_time\", \"mark_auto_attendance_on_holidays\", \"column_break_10\", \"working_hours_threshold_for_half_day\", \"working_hours_threshold_for_absent\", \"process_attendance_after\", \"last_sync_of_checkin\", \"grace_period_settings_auto_attendance_section\", \"enable_entry_grace_period\", \"late_entry_grace_period\", \"column_break_18\", \"enable_exit_grace_period\", \"early_exit_grace_period\"]" }, { "default_value": null, - "doc_type": "Stock Entry", + "doc_type": "Quotation Item", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "posting_time", - "is_system_generated": 1, - "modified": "2023-03-17 13:44:48.821694", + "field_name": "gross_profit", + "is_system_generated": 0, + "modified": "2023-10-03 15:48:16.884546", "module": null, - "name": "Stock Entry-posting_time-in_list_view", - "property": "in_list_view", + "name": "Quotation Item-gross_profit-read_only", + "property": "read_only", "property_type": "Check", "row_name": null, "value": "0" }, { "default_value": null, - "doc_type": "Stock Entry", + "doc_type": "Purchase Order", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "posting_date", - "is_system_generated": 1, - "modified": "2023-03-17 13:46:00.312787", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2023-10-03 16:38:54.867685", "module": null, - "name": "Stock Entry-posting_date-in_list_view", - "property": "in_list_view", - "property_type": "Check", + "name": "Purchase Order-naming_series-default", + "property": "default", + "property_type": "Text", "row_name": null, - "value": "1" + "value": "PUR-ORD-.YYYY.-" }, { "default_value": null, - "doc_type": "Stock Entry", + "doc_type": "Sales Invoice", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "operation", + "field_name": "total_billing_amount", "is_system_generated": 1, - "modified": "2023-03-17 13:46:00.296302", + "modified": "2023-10-09 11:51:47.212184", "module": null, - "name": "Stock Entry-operation-in_list_view", + "name": "Sales Invoice-total_billing_amount-in_list_view", "property": "in_list_view", "property_type": "Check", "row_name": null, @@ -1217,31 +1217,31 @@ }, { "default_value": null, - "doc_type": "BOM Item", + "doc_type": "Quotation", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocType", - "field_name": null, - "is_system_generated": 0, - "modified": "2023-02-06 18:17:38.932371", + "doctype_or_field": "DocField", + "field_name": "pipe_202_total_amount", + "is_system_generated": 1, + "modified": "2023-10-09 12:49:09.683290", "module": null, - "name": "BOM Item-main-search_fields", - "property": "search_fields", - "property_type": "Data", + "name": "Quotation-pipe_202_total_amount-in_list_view", + "property": "in_list_view", + "property_type": "Check", "row_name": null, - "value": "" + "value": "1" }, { "default_value": null, - "doc_type": "User", + "doc_type": "Sales Order", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "full_name", + "field_name": "customer_name", "is_system_generated": 1, - "modified": "2023-02-08 11:39:28.005049", + "modified": "2023-10-12 17:24:44.863069", "module": null, - "name": "User-full_name-in_list_view", + "name": "Sales Order-customer_name-in_list_view", "property": "in_list_view", "property_type": "Check", "row_name": null, @@ -1249,15 +1249,15 @@ }, { "default_value": null, - "doc_type": "User", + "doc_type": "Sales Order", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "user_type", + "field_name": "delivery_date", "is_system_generated": 1, - "modified": "2023-02-08 11:39:28.018294", + "modified": "2023-10-12 17:24:44.886579", "module": null, - "name": "User-user_type-in_list_view", + "name": "Sales Order-delivery_date-in_list_view", "property": "in_list_view", "property_type": "Check", "row_name": null, @@ -1265,15 +1265,15 @@ }, { "default_value": null, - "doc_type": "User", + "doc_type": "Sales Order", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "role_profile_name", + "field_name": "grand_total", "is_system_generated": 1, - "modified": "2023-02-08 11:39:28.021900", + "modified": "2023-10-12 17:24:44.892432", "module": null, - "name": "User-role_profile_name-in_list_view", + "name": "Sales Order-grand_total-in_list_view", "property": "in_list_view", "property_type": "Check", "row_name": null, @@ -1281,15 +1281,15 @@ }, { "default_value": null, - "doc_type": "Sales Invoice", + "doc_type": "Sales Order", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "title", + "field_name": "status", "is_system_generated": 1, - "modified": "2023-02-08 16:34:11.887585", + "modified": "2023-10-12 17:24:44.897300", "module": null, - "name": "Sales Invoice-title-in_list_view", + "name": "Sales Order-status-in_list_view", "property": "in_list_view", "property_type": "Check", "row_name": null, @@ -1297,15 +1297,15 @@ }, { "default_value": null, - "doc_type": "Sales Invoice", + "doc_type": "Sales Order", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "posting_date", + "field_name": "per_delivered", "is_system_generated": 1, - "modified": "2023-02-08 16:34:11.913599", + "modified": "2023-10-12 17:24:44.901574", "module": null, - "name": "Sales Invoice-posting_date-in_list_view", + "name": "Sales Order-per_delivered-in_list_view", "property": "in_list_view", "property_type": "Check", "row_name": null, @@ -1313,15 +1313,15 @@ }, { "default_value": null, - "doc_type": "Sales Invoice", + "doc_type": "Sales Order", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "grand_total", + "field_name": "per_billed", "is_system_generated": 1, - "modified": "2023-02-08 16:34:11.928209", + "modified": "2023-10-12 17:24:44.905606", "module": null, - "name": "Sales Invoice-grand_total-in_list_view", + "name": "Sales Order-per_billed-in_list_view", "property": "in_list_view", "property_type": "Check", "row_name": null, @@ -1329,79 +1329,79 @@ }, { "default_value": null, - "doc_type": "Sales Invoice", + "doc_type": "Salary Slip", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "delivery_date", - "is_system_generated": 1, - "modified": "2023-02-08 16:34:11.832997", + "field_name": "rounded_total", + "is_system_generated": 0, + "modified": "2023-09-18 10:56:16.968998", "module": null, - "name": "Sales Invoice-delivery_date-in_list_view", - "property": "in_list_view", + "name": "Salary Slip-rounded_total-hidden", + "property": "hidden", "property_type": "Check", "row_name": null, "value": "0" }, { "default_value": null, - "doc_type": "Sales Invoice", + "doc_type": "Salary Slip", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "posting_time", - "is_system_generated": 1, - "modified": "2023-02-08 16:34:11.776436", + "field_name": "rounded_total", + "is_system_generated": 0, + "modified": "2023-09-18 10:56:16.972555", "module": null, - "name": "Sales Invoice-posting_time-in_list_view", - "property": "in_list_view", + "name": "Salary Slip-rounded_total-print_hide", + "property": "print_hide", "property_type": "Check", "row_name": null, "value": "0" }, { "default_value": null, - "doc_type": "Sales Invoice", + "doc_type": "Employee", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "shipping_bill_date", - "is_system_generated": 1, - "modified": "2023-02-08 16:34:11.723443", + "field_name": "employee_number", + "is_system_generated": 0, + "modified": "2023-09-18 10:56:23.684530", "module": null, - "name": "Sales Invoice-shipping_bill_date-in_list_view", - "property": "in_list_view", + "name": "Employee-employee_number-hidden", + "property": "hidden", "property_type": "Check", "row_name": null, - "value": "0" + "value": "1" }, { "default_value": null, - "doc_type": "Sales Invoice", + "doc_type": "Purchase Invoice", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "set_posting_time", + "field_name": "bill_no", "is_system_generated": 1, - "modified": "2023-02-08 16:34:11.939888", + "modified": "2023-09-18 10:56:45.309998", "module": null, - "name": "Sales Invoice-set_posting_time-in_list_view", - "property": "in_list_view", - "property_type": "Check", + "name": "Purchase Invoice-bill_no-mandatory_depends_on", + "property": "mandatory_depends_on", + "property_type": "Code", "row_name": null, - "value": "1" + "value": "eval: doc.gst_category !== 'Unregistered' && gst_settings.require_supplier_invoice_no === 1 && doc.company_gstin" }, { "default_value": null, - "doc_type": "Customer", + "doc_type": "Supplier", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "customer_name", + "field_name": "supplier_name", "is_system_generated": 1, - "modified": "2023-02-16 17:26:15.444141", + "modified": "2022-12-16 12:53:39.456042", "module": null, - "name": "Customer-customer_name-in_list_view", + "name": "Supplier-supplier_name-in_list_view", "property": "in_list_view", "property_type": "Check", "row_name": null, @@ -1409,15 +1409,15 @@ }, { "default_value": null, - "doc_type": "Customer", + "doc_type": "Supplier", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "customer_group", + "field_name": "supplier_group", "is_system_generated": 1, - "modified": "2023-02-16 17:26:15.456796", + "modified": "2022-12-16 12:53:39.472807", "module": null, - "name": "Customer-customer_group-in_list_view", + "name": "Supplier-supplier_group-in_list_view", "property": "in_list_view", "property_type": "Check", "row_name": null, @@ -1425,15 +1425,15 @@ }, { "default_value": null, - "doc_type": "Customer", + "doc_type": "Supplier", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "territory", + "field_name": "supplier_type", "is_system_generated": 1, - "modified": "2023-02-16 17:26:15.468795", + "modified": "2022-12-16 12:53:39.476636", "module": null, - "name": "Customer-territory-in_list_view", + "name": "Supplier-supplier_type-in_list_view", "property": "in_list_view", "property_type": "Check", "row_name": null, @@ -1441,179 +1441,179 @@ }, { "default_value": null, - "doc_type": "Customer", + "doc_type": "Supplier", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "email_id", + "field_name": "country", "is_system_generated": 1, - "modified": "2023-02-16 17:26:15.407431", + "modified": "2022-12-16 12:53:39.480231", "module": null, - "name": "Customer-email_id-in_list_view", + "name": "Supplier-country-in_list_view", "property": "in_list_view", "property_type": "Check", "row_name": null, - "value": "0" + "value": "1" }, { "default_value": null, - "doc_type": "Request for Quotation", + "doc_type": "Supplier", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "naming_series", - "is_system_generated": 0, - "modified": "2023-02-17 03:01:43.352963", + "field_name": "gstin", + "is_system_generated": 1, + "modified": "2022-12-16 12:53:39.483778", "module": null, - "name": "Request for Quotation-naming_series-options", - "property": "options", - "property_type": "Text", + "name": "Supplier-gstin-in_list_view", + "property": "in_list_view", + "property_type": "Check", "row_name": null, - "value": "PUR-RFQ-.YYYY.-" + "value": "1" }, { "default_value": null, - "doc_type": "Pricing Rule", + "doc_type": "Stock Ledger Entry", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "naming_series", - "is_system_generated": 0, - "modified": "2023-02-24 02:31:54.330122", + "field_name": "item_code", + "is_system_generated": 1, + "modified": "2022-12-22 21:40:39.237049", "module": null, - "name": "Pricing Rule-naming_series-options", - "property": "options", - "property_type": "Text", + "name": "Stock Ledger Entry-item_code-in_list_view", + "property": "in_list_view", + "property_type": "Check", "row_name": null, - "value": "PRLE-.####" + "value": "1" }, { "default_value": null, - "doc_type": "Pricing Rule", + "doc_type": "Stock Ledger Entry", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "naming_series", - "is_system_generated": 0, - "modified": "2023-02-24 02:31:54.343492", + "field_name": "warehouse", + "is_system_generated": 1, + "modified": "2022-12-22 21:40:39.273708", "module": null, - "name": "Pricing Rule-naming_series-default", - "property": "default", - "property_type": "Text", + "name": "Stock Ledger Entry-warehouse-in_list_view", + "property": "in_list_view", + "property_type": "Check", "row_name": null, - "value": "PRLE-.####" + "value": "1" }, { "default_value": null, - "doc_type": "Timesheet", + "doc_type": "Stock Ledger Entry", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "naming_series", - "is_system_generated": 0, - "modified": "2023-02-24 02:31:57.788009", + "field_name": "posting_date", + "is_system_generated": 1, + "modified": "2022-12-22 21:40:39.289509", "module": null, - "name": "Timesheet-naming_series-options", - "property": "options", - "property_type": "Text", + "name": "Stock Ledger Entry-posting_date-in_list_view", + "property": "in_list_view", + "property_type": "Check", "row_name": null, - "value": "TS-.YYYY.-" + "value": "1" }, { "default_value": null, - "doc_type": "Item", + "doc_type": "Stock Ledger Entry", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "naming_series", - "is_system_generated": 0, - "modified": "2023-02-24 02:32:00.512196", + "field_name": "voucher_no", + "is_system_generated": 1, + "modified": "2022-12-22 21:40:39.304884", "module": null, - "name": "Item-naming_series-options", - "property": "options", - "property_type": "Text", + "name": "Stock Ledger Entry-voucher_no-in_list_view", + "property": "in_list_view", + "property_type": "Check", "row_name": null, - "value": "STO-ITEM-.YYYY.-" + "value": "1" }, { "default_value": null, - "doc_type": "Sales Order", + "doc_type": "Stock Ledger Entry", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "due_date", - "is_system_generated": 0, - "modified": "2023-03-06 17:32:11.711928", + "field_name": "actual_qty", + "is_system_generated": 1, + "modified": "2022-12-22 21:40:39.320812", "module": null, - "name": "Sales Order-due_date-print_hide", - "property": "print_hide", + "name": "Stock Ledger Entry-actual_qty-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, - "value": "0" + "value": "1" }, { "default_value": null, - "doc_type": "Sales Order", + "doc_type": "Stock Ledger Entry", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "payment_schedule", - "is_system_generated": 0, - "modified": "2023-03-06 17:32:11.961938", + "field_name": "incoming_rate", + "is_system_generated": 1, + "modified": "2022-12-22 21:40:39.337717", "module": null, - "name": "Sales Order-payment_schedule-print_hide", - "property": "print_hide", + "name": "Stock Ledger Entry-incoming_rate-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, "value": "1" }, { "default_value": null, - "doc_type": "Sales Invoice", + "doc_type": "Purchase Order", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocField", - "field_name": "due_date", - "is_system_generated": 0, - "modified": "2023-03-06 17:32:11.988891", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2022-12-19 10:23:53.260825", "module": null, - "name": "Sales Invoice-due_date-print_hide", - "property": "print_hide", - "property_type": "Check", + "name": "Purchase Order-main-default_print_format", + "property": "default_print_format", + "property_type": "Data", "row_name": null, - "value": "0" + "value": "Unit -1 Purchase Order" }, { "default_value": null, - "doc_type": "Sales Invoice", + "doc_type": "Stock Ledger Entry", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "payment_schedule", - "is_system_generated": 0, - "modified": "2023-03-06 17:32:12.014773", + "field_name": "voucher_type", + "is_system_generated": 1, + "modified": "2022-12-22 21:40:39.352775", "module": null, - "name": "Sales Invoice-payment_schedule-print_hide", - "property": "print_hide", + "name": "Stock Ledger Entry-voucher_type-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, "value": "1" }, { "default_value": null, - "doc_type": "Purchase Order", + "doc_type": "Payment Entry", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "due_date", + "field_name": "naming_series", "is_system_generated": 0, - "modified": "2023-03-06 17:32:12.043965", + "modified": "2022-12-25 01:15:58.299278", "module": null, - "name": "Purchase Order-due_date-print_hide", - "property": "print_hide", - "property_type": "Check", + "name": "Payment Entry-naming_series-options", + "property": "options", + "property_type": "Text", "row_name": null, - "value": "0" + "value": "ACC-PAY-.YYYY.-" }, { "default_value": null, @@ -1621,59 +1621,59 @@ "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "payment_schedule", + "field_name": "naming_series", "is_system_generated": 0, - "modified": "2023-03-06 17:32:12.069197", + "modified": "2022-12-25 01:16:02.168213", "module": null, - "name": "Purchase Order-payment_schedule-print_hide", - "property": "print_hide", - "property_type": "Check", + "name": "Purchase Order-naming_series-options", + "property": "options", + "property_type": "Text", "row_name": null, - "value": "1" + "value": "PUR-ORD-.YYYY.-" }, { "default_value": null, - "doc_type": "Purchase Invoice", + "doc_type": "Quotation", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "due_date", + "field_name": "naming_series", "is_system_generated": 0, - "modified": "2023-03-06 17:32:12.101049", + "modified": "2022-12-25 01:16:04.476637", "module": null, - "name": "Purchase Invoice-due_date-print_hide", - "property": "print_hide", - "property_type": "Check", + "name": "Quotation-naming_series-options", + "property": "options", + "property_type": "Text", "row_name": null, - "value": "0" + "value": "SAL-QTN-.YYYY.-" }, { "default_value": null, - "doc_type": "Purchase Invoice", + "doc_type": "Purchase Receipt", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "payment_schedule", + "field_name": "naming_series", "is_system_generated": 0, - "modified": "2023-03-06 17:32:12.130616", + "modified": "2022-12-25 01:16:06.552706", "module": null, - "name": "Purchase Invoice-payment_schedule-print_hide", - "property": "print_hide", - "property_type": "Check", + "name": "Purchase Receipt-naming_series-options", + "property": "options", + "property_type": "Text", "row_name": null, - "value": "1" + "value": "MAT-PRE-.YYYY.-\nMAT-PR-RET-.YYYY.-" }, { "default_value": null, - "doc_type": "Quotation", + "doc_type": "Payment Entry", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", "field_name": "title", "is_system_generated": 1, - "modified": "2023-03-13 16:21:47.438047", + "modified": "2022-12-30 15:55:35.517770", "module": null, - "name": "Quotation-title-in_list_view", + "name": "Payment Entry-title-in_list_view", "property": "in_list_view", "property_type": "Check", "row_name": null, @@ -1681,15 +1681,15 @@ }, { "default_value": null, - "doc_type": "Quotation", + "doc_type": "Payment Entry", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "transaction_date", + "field_name": "payment_type", "is_system_generated": 1, - "modified": "2023-03-13 16:21:47.451655", + "modified": "2022-12-30 15:55:35.534234", "module": null, - "name": "Quotation-transaction_date-in_list_view", + "name": "Payment Entry-payment_type-in_list_view", "property": "in_list_view", "property_type": "Check", "row_name": null, @@ -1697,15 +1697,15 @@ }, { "default_value": null, - "doc_type": "Quotation", + "doc_type": "Payment Entry", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "grand_total", + "field_name": "posting_date", "is_system_generated": 1, - "modified": "2023-03-13 16:21:47.455512", + "modified": "2022-12-30 15:55:35.546895", "module": null, - "name": "Quotation-grand_total-in_list_view", + "name": "Payment Entry-posting_date-in_list_view", "property": "in_list_view", "property_type": "Check", "row_name": null, @@ -1713,15 +1713,15 @@ }, { "default_value": null, - "doc_type": "Quotation", + "doc_type": "Payment Entry", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "status", + "field_name": "mode_of_payment", "is_system_generated": 1, - "modified": "2023-03-13 16:21:47.459190", + "modified": "2022-12-30 15:55:35.559541", "module": null, - "name": "Quotation-status-in_list_view", + "name": "Payment Entry-mode_of_payment-in_list_view", "property": "in_list_view", "property_type": "Check", "row_name": null, @@ -1729,15 +1729,15 @@ }, { "default_value": null, - "doc_type": "Employee Checkin", + "doc_type": "Payment Entry", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "employee_name", + "field_name": "paid_amount", "is_system_generated": 1, - "modified": "2023-04-25 12:05:44.842331", + "modified": "2022-12-30 15:55:35.571826", "module": null, - "name": "Employee Checkin-employee_name-in_list_view", + "name": "Payment Entry-paid_amount-in_list_view", "property": "in_list_view", "property_type": "Check", "row_name": null, @@ -1745,31 +1745,31 @@ }, { "default_value": null, - "doc_type": "Employee Checkin", + "doc_type": "Payment Entry", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "log_type", + "field_name": "paid_from_account_balance", "is_system_generated": 1, - "modified": "2023-03-27 10:10:07.016322", + "modified": "2022-12-30 15:55:35.581196", "module": null, - "name": "Employee Checkin-log_type-in_list_view", + "name": "Payment Entry-paid_from_account_balance-in_list_view", "property": "in_list_view", "property_type": "Check", "row_name": null, - "value": "0" + "value": "1" }, { "default_value": null, - "doc_type": "Employee Checkin", + "doc_type": "Payment Entry", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "time", + "field_name": "party_balance", "is_system_generated": 1, - "modified": "2023-04-25 12:05:44.876546", + "modified": "2022-12-30 15:55:35.600186", "module": null, - "name": "Employee Checkin-time-in_list_view", + "name": "Payment Entry-party_balance-in_list_view", "property": "in_list_view", "property_type": "Check", "row_name": null, @@ -1777,63 +1777,63 @@ }, { "default_value": null, - "doc_type": "Employee Checkin", + "doc_type": "Purchase Invoice", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "hour", + "field_name": "company", "is_system_generated": 1, - "modified": "2023-03-27 10:10:07.086029", + "modified": "2023-01-13 12:31:41.611801", "module": null, - "name": "Employee Checkin-hour-in_list_view", + "name": "Purchase Invoice-company-in_list_view", "property": "in_list_view", "property_type": "Check", "row_name": null, - "value": "0" + "value": "1" }, { "default_value": null, - "doc_type": "Employee Checkin", + "doc_type": "Purchase Invoice", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "shift_start", + "field_name": "supplier_name", "is_system_generated": 1, - "modified": "2023-03-27 10:10:07.115893", + "modified": "2023-01-13 12:31:41.596119", "module": null, - "name": "Employee Checkin-shift_start-in_list_view", + "name": "Purchase Invoice-supplier_name-in_list_view", "property": "in_list_view", "property_type": "Check", "row_name": null, - "value": "0" + "value": "1" }, { "default_value": null, - "doc_type": "Employee Checkin", + "doc_type": "Purchase Invoice", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "shift_end", + "field_name": "posting_time", "is_system_generated": 1, - "modified": "2023-03-25 11:38:18.544798", + "modified": "2023-01-13 12:31:41.543594", "module": null, - "name": "Employee Checkin-shift_end-in_list_view", + "name": "Purchase Invoice-posting_time-in_list_view", "property": "in_list_view", "property_type": "Check", "row_name": null, - "value": "1" + "value": "0" }, { "default_value": null, - "doc_type": "Employee Checkin", + "doc_type": "Purchase Invoice", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "shift_actual_end", + "field_name": "clearance_date", "is_system_generated": 1, - "modified": "2023-03-25 11:38:18.574780", + "modified": "2023-01-13 12:31:41.668504", "module": null, - "name": "Employee Checkin-shift_actual_end-in_list_view", + "name": "Purchase Invoice-clearance_date-in_list_view", "property": "in_list_view", "property_type": "Check", "row_name": null, @@ -1841,15 +1841,15 @@ }, { "default_value": null, - "doc_type": "Employee Checkin", + "doc_type": "Item", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "minute", + "field_name": "item_name", "is_system_generated": 1, - "modified": "2023-03-25 11:38:18.604252", + "modified": "2023-01-13 15:00:39.695272", "module": null, - "name": "Employee Checkin-minute-in_list_view", + "name": "Item-item_name-in_list_view", "property": "in_list_view", "property_type": "Check", "row_name": null, @@ -1857,15 +1857,15 @@ }, { "default_value": null, - "doc_type": "Employee Checkin", + "doc_type": "Item", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "date", + "field_name": "item_group", "is_system_generated": 1, - "modified": "2023-03-25 11:38:18.589476", + "modified": "2023-01-13 15:00:39.939677", "module": null, - "name": "Employee Checkin-date-in_list_view", + "name": "Item-item_group-in_list_view", "property": "in_list_view", "property_type": "Check", "row_name": null, @@ -1873,986 +1873,1946 @@ }, { "default_value": null, - "doc_type": "Stock Entry", + "doc_type": "Item", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "fg_completed_qty", + "field_name": "gst_hsn_code", "is_system_generated": 1, - "modified": "2023-03-17 13:45:17.406192", + "modified": "2023-01-13 15:00:40.067514", "module": null, - "name": "Stock Entry-fg_completed_qty-in_list_view", + "name": "Item-gst_hsn_code-in_list_view", "property": "in_list_view", "property_type": "Check", "row_name": null, - "value": "0" + "value": "1" }, { "default_value": null, - "doc_type": "Stock Entry", + "doc_type": "Journal Entry", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "received_qty", - "is_system_generated": 1, - "modified": "2023-03-17 13:46:00.242965", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2023-01-14 03:00:52.119664", "module": null, - "name": "Stock Entry-received_qty-in_list_view", - "property": "in_list_view", - "property_type": "Check", + "name": "Journal Entry-naming_series-options", + "property": "options", + "property_type": "Text", "row_name": null, - "value": "0" + "value": "ACC-JV-.YYYY.-" }, { "default_value": null, - "doc_type": "Stock Entry", + "doc_type": "Work Order", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "total_qty", - "is_system_generated": 1, - "modified": "2023-03-17 13:46:00.325438", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2023-01-14 03:01:08.737452", "module": null, - "name": "Stock Entry-total_qty-in_list_view", - "property": "in_list_view", - "property_type": "Check", + "name": "Work Order-naming_series-options", + "property": "options", + "property_type": "Text", "row_name": null, - "value": "1" + "value": "MFG-WO-.YYYY.-" }, { "default_value": null, - "doc_type": "Employee Checkin", + "doc_type": "Stock Entry", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "shift_actual_start", - "is_system_generated": 1, - "modified": "2023-04-21 12:44:31.059415", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2023-01-14 03:01:11.754519", "module": null, - "name": "Employee Checkin-shift_actual_start-in_list_view", - "property": "in_list_view", - "property_type": "Check", + "name": "Stock Entry-naming_series-options", + "property": "options", + "property_type": "Text", "row_name": null, - "value": "0" + "value": "MAT-STE-.YYYY.-" }, { "default_value": null, - "doc_type": "Item", + "doc_type": "Stock Entry", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "naming_series", - "is_system_generated": 0, - "modified": "2023-03-24 16:23:10.049792", + "field_name": "purpose", + "is_system_generated": 1, + "modified": "2023-01-20 15:52:50.867326", "module": null, - "name": "Item-naming_series-reqd", - "property": "reqd", + "name": "Stock Entry-purpose-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, "value": "0" }, { "default_value": null, - "doc_type": "Item", + "doc_type": "Stock Entry", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "naming_series", - "is_system_generated": 0, - "modified": "2023-03-24 16:23:10.350190", + "field_name": "stock_entry_type", + "is_system_generated": 1, + "modified": "2023-03-17 13:46:00.282527", "module": null, - "name": "Item-naming_series-hidden", - "property": "hidden", + "name": "Stock Entry-stock_entry_type-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, "value": "1" }, { "default_value": null, - "doc_type": "Item", + "doc_type": "Stock Entry", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "item_code", - "is_system_generated": 0, - "modified": "2023-03-24 16:23:10.372176", + "field_name": "from_warehouse", + "is_system_generated": 1, + "modified": "2023-03-17 13:46:00.352962", "module": null, - "name": "Item-item_code-hidden", - "property": "hidden", + "name": "Stock Entry-from_warehouse-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, - "value": "0" + "value": "1" }, { "default_value": null, - "doc_type": "Item", + "doc_type": "Stock Entry", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "item_code", - "is_system_generated": 0, - "modified": "2023-03-24 16:23:10.394770", + "field_name": "to_warehouse", + "is_system_generated": 1, + "modified": "2023-03-17 13:46:00.367255", "module": null, - "name": "Item-item_code-reqd", - "property": "reqd", + "name": "Stock Entry-to_warehouse-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, "value": "1" }, { "default_value": null, - "doc_type": "Delivery Note Item", + "doc_type": "Stock Entry", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "barcode", + "field_name": "per_transferred", "is_system_generated": 1, - "modified": "2023-03-24 16:23:10.432145", + "modified": "2023-01-31 18:27:07.603653", "module": null, - "name": "Delivery Note Item-barcode-hidden", - "property": "hidden", + "name": "Stock Entry-per_transferred-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, "value": "0" }, { "default_value": null, - "doc_type": "Sales Invoice Item", + "doc_type": "Stock Entry", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "barcode", + "field_name": "is_return", "is_system_generated": 1, - "modified": "2023-03-24 16:23:10.461718", + "modified": "2023-01-31 18:27:07.645912", "module": null, - "name": "Sales Invoice Item-barcode-hidden", - "property": "hidden", + "name": "Stock Entry-is_return-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, "value": "0" }, { "default_value": null, - "doc_type": "Stock Entry Detail", + "doc_type": "Delivery Note", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "barcode", + "field_name": "title", "is_system_generated": 1, - "modified": "2023-03-24 16:23:10.488393", + "modified": "2023-01-24 18:45:12.643998", "module": null, - "name": "Stock Entry Detail-barcode-hidden", - "property": "hidden", + "name": "Delivery Note-title-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, - "value": "0" + "value": "1" }, { "default_value": null, - "doc_type": "Stock Reconciliation Item", + "doc_type": "Delivery Note", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "barcode", + "field_name": "grand_total", "is_system_generated": 1, - "modified": "2023-03-24 16:23:10.514820", + "modified": "2023-01-24 18:45:12.653734", "module": null, - "name": "Stock Reconciliation Item-barcode-hidden", - "property": "hidden", + "name": "Delivery Note-grand_total-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, - "value": "0" + "value": "1" }, { "default_value": null, - "doc_type": "Job Card", + "doc_type": "Delivery Note", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "barcode", + "field_name": "per_installed", "is_system_generated": 1, - "modified": "2023-03-24 16:23:10.543199", + "modified": "2023-01-24 18:43:56.547919", "module": null, - "name": "Job Card-barcode-hidden", - "property": "hidden", + "name": "Delivery Note-per_installed-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, "value": "0" }, { "default_value": null, - "doc_type": "Purchase Receipt Item", + "doc_type": "Delivery Note", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "barcode", + "field_name": "total_qty", "is_system_generated": 1, - "modified": "2023-03-24 16:23:10.571483", + "modified": "2023-01-24 18:45:12.618861", "module": null, - "name": "Purchase Receipt Item-barcode-hidden", - "property": "hidden", + "name": "Delivery Note-total_qty-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, "value": "0" }, { "default_value": null, - "doc_type": "Item Barcode", + "doc_type": "Delivery Note", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "barcode", + "field_name": "pending_qty", "is_system_generated": 1, - "modified": "2023-03-24 16:23:10.597455", + "modified": "2023-01-24 18:45:12.588685", "module": null, - "name": "Item Barcode-barcode-hidden", - "property": "hidden", + "name": "Delivery Note-pending_qty-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, "value": "0" }, { "default_value": null, - "doc_type": "POS Invoice Item", + "doc_type": "Sales Invoice", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocField", - "field_name": "barcode", + "doctype_or_field": "DocType", + "field_name": null, "is_system_generated": 1, - "modified": "2023-03-24 16:23:10.627403", + "modified": "2023-01-30 10:23:02.493415", "module": null, - "name": "POS Invoice Item-barcode-hidden", - "property": "hidden", - "property_type": "Check", + "name": "Sales Invoice-main-default_print_format", + "property": "default_print_format", + "property_type": "Data", "row_name": null, - "value": "0" + "value": "Sales Invoice Unit-1" }, { "default_value": null, - "doc_type": "Item", + "doc_type": "Stock Entry", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "barcodes", + "field_name": "posting_time", "is_system_generated": 1, - "modified": "2023-03-24 16:23:10.654531", + "modified": "2023-03-17 13:44:48.821694", "module": null, - "name": "Item-barcodes-hidden", - "property": "hidden", + "name": "Stock Entry-posting_time-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, "value": "0" }, { "default_value": null, - "doc_type": "Quotation", + "doc_type": "Stock Entry", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "scan_barcode", + "field_name": "posting_date", "is_system_generated": 1, - "modified": "2023-03-24 16:23:10.682520", + "modified": "2023-03-17 13:46:00.312787", "module": null, - "name": "Quotation-scan_barcode-hidden", - "property": "hidden", + "name": "Stock Entry-posting_date-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, - "value": "0" + "value": "1" }, { "default_value": null, - "doc_type": "Sales Invoice", + "doc_type": "Stock Entry", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "scan_barcode", + "field_name": "operation", "is_system_generated": 1, - "modified": "2023-03-24 16:23:10.707881", + "modified": "2023-03-17 13:46:00.296302", "module": null, - "name": "Sales Invoice-scan_barcode-hidden", - "property": "hidden", + "name": "Stock Entry-operation-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, - "value": "0" + "value": "1" }, { "default_value": null, - "doc_type": "Pick List", + "doc_type": "BOM Item", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocField", - "field_name": "scan_barcode", - "is_system_generated": 1, - "modified": "2023-03-24 16:23:10.733797", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2023-02-06 18:17:38.932371", "module": null, - "name": "Pick List-scan_barcode-hidden", - "property": "hidden", - "property_type": "Check", + "name": "BOM Item-main-search_fields", + "property": "search_fields", + "property_type": "Data", "row_name": null, - "value": "0" + "value": "" }, { "default_value": null, - "doc_type": "Purchase Invoice", + "doc_type": "User", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "scan_barcode", + "field_name": "full_name", "is_system_generated": 1, - "modified": "2023-03-24 16:23:10.759656", + "modified": "2023-02-08 11:39:28.005049", "module": null, - "name": "Purchase Invoice-scan_barcode-hidden", - "property": "hidden", + "name": "User-full_name-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, - "value": "0" + "value": "1" }, { "default_value": null, - "doc_type": "Purchase Order", + "doc_type": "User", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "scan_barcode", + "field_name": "user_type", "is_system_generated": 1, - "modified": "2023-03-24 16:23:10.811474", + "modified": "2023-02-08 11:39:28.018294", "module": null, - "name": "Purchase Order-scan_barcode-hidden", - "property": "hidden", + "name": "User-user_type-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, - "value": "0" + "value": "1" }, { "default_value": null, - "doc_type": "Material Request", + "doc_type": "User", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "scan_barcode", + "field_name": "role_profile_name", "is_system_generated": 1, - "modified": "2023-03-24 16:23:10.837246", + "modified": "2023-02-08 11:39:28.021900", "module": null, - "name": "Material Request-scan_barcode-hidden", - "property": "hidden", + "name": "User-role_profile_name-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, - "value": "0" + "value": "1" }, { "default_value": null, - "doc_type": "POS Invoice", + "doc_type": "Sales Invoice", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "scan_barcode", + "field_name": "title", "is_system_generated": 1, - "modified": "2023-03-24 16:23:10.862130", + "modified": "2023-02-08 16:34:11.887585", "module": null, - "name": "POS Invoice-scan_barcode-hidden", - "property": "hidden", + "name": "Sales Invoice-title-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, - "value": "0" + "value": "1" }, { "default_value": null, - "doc_type": "Stock Reconciliation", + "doc_type": "Sales Invoice", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "scan_barcode", + "field_name": "posting_date", "is_system_generated": 1, - "modified": "2023-03-24 16:23:10.912343", + "modified": "2023-02-08 16:34:11.913599", "module": null, - "name": "Stock Reconciliation-scan_barcode-hidden", - "property": "hidden", + "name": "Sales Invoice-posting_date-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, - "value": "0" + "value": "1" }, { "default_value": null, - "doc_type": "Delivery Note", + "doc_type": "Sales Invoice", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "scan_barcode", + "field_name": "grand_total", "is_system_generated": 1, - "modified": "2023-03-24 16:23:10.939551", + "modified": "2023-02-08 16:34:11.928209", "module": null, - "name": "Delivery Note-scan_barcode-hidden", - "property": "hidden", + "name": "Sales Invoice-grand_total-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, - "value": "0" + "value": "1" }, { "default_value": null, - "doc_type": "Purchase Receipt", + "doc_type": "Sales Invoice", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "scan_barcode", + "field_name": "delivery_date", "is_system_generated": 1, - "modified": "2023-03-24 16:23:10.964933", + "modified": "2023-02-08 16:34:11.832997", "module": null, - "name": "Purchase Receipt-scan_barcode-hidden", - "property": "hidden", + "name": "Sales Invoice-delivery_date-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, "value": "0" }, { "default_value": null, - "doc_type": "Sales Invoice Item", + "doc_type": "Sales Invoice", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "target_warehouse", - "is_system_generated": 0, - "modified": "2023-03-24 16:23:11.039352", + "field_name": "posting_time", + "is_system_generated": 1, + "modified": "2023-02-08 16:34:11.776436", "module": null, - "name": "Sales Invoice Item-target_warehouse-hidden", - "property": "hidden", + "name": "Sales Invoice-posting_time-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, - "value": "1" + "value": "0" }, { "default_value": null, - "doc_type": "Delivery Note Item", + "doc_type": "Sales Invoice", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "target_warehouse", - "is_system_generated": 0, - "modified": "2023-03-24 16:23:11.064073", + "field_name": "shipping_bill_date", + "is_system_generated": 1, + "modified": "2023-02-08 16:34:11.723443", "module": null, - "name": "Delivery Note Item-target_warehouse-hidden", - "property": "hidden", + "name": "Sales Invoice-shipping_bill_date-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, - "value": "1" + "value": "0" }, { "default_value": null, - "doc_type": "Purchase Invoice Item", + "doc_type": "Sales Invoice", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "from_warehouse", - "is_system_generated": 0, - "modified": "2023-03-24 16:23:11.088354", + "field_name": "set_posting_time", + "is_system_generated": 1, + "modified": "2023-02-08 16:34:11.939888", "module": null, - "name": "Purchase Invoice Item-from_warehouse-hidden", - "property": "hidden", + "name": "Sales Invoice-set_posting_time-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, "value": "1" }, { "default_value": null, - "doc_type": "Purchase Receipt Item", + "doc_type": "Customer", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "from_warehouse", - "is_system_generated": 0, - "modified": "2023-03-24 16:23:11.110948", + "field_name": "customer_name", + "is_system_generated": 1, + "modified": "2023-02-16 17:26:15.444141", "module": null, - "name": "Purchase Receipt Item-from_warehouse-hidden", - "property": "hidden", + "name": "Customer-customer_name-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, "value": "1" }, { "default_value": null, - "doc_type": "Employee Advance", + "doc_type": "Customer", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "naming_series", - "is_system_generated": 0, - "modified": "2023-03-31 02:16:44.709684", + "field_name": "customer_group", + "is_system_generated": 1, + "modified": "2023-02-16 17:26:15.456796", "module": null, - "name": "Employee Advance-naming_series-options", - "property": "options", - "property_type": "Text", + "name": "Customer-customer_group-in_list_view", + "property": "in_list_view", + "property_type": "Check", "row_name": null, - "value": "HR-EAD-.YYYY.-" + "value": "1" }, { "default_value": null, - "doc_type": "Journal Entry", + "doc_type": "Customer", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "voucher_type", + "field_name": "territory", "is_system_generated": 1, - "modified": "2023-03-31 02:16:55.373227", + "modified": "2023-02-16 17:26:15.468795", "module": null, - "name": "Journal Entry-voucher_type-options", - "property": "options", - "property_type": "Small Text", + "name": "Customer-territory-in_list_view", + "property": "in_list_view", + "property_type": "Check", "row_name": null, - "value": "Journal Entry\nInter Company Journal Entry\nBank Entry\nCash Entry\nCredit Card Entry\nDebit Note\nCredit Note\nContra Entry\nExcise Entry\nWrite Off Entry\nOpening Entry\nDepreciation Entry\nExchange Rate Revaluation\nDeferred Revenue\nDeferred Expense\nReversal Of ITC\nExchange Gain Or Loss" + "value": "1" }, { "default_value": null, - "doc_type": "Delivery Note", + "doc_type": "Customer", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "naming_series", + "field_name": "email_id", "is_system_generated": 1, - "modified": "2023-03-31 02:16:55.384573", + "modified": "2023-02-16 17:26:15.407431", "module": null, - "name": "Delivery Note-naming_series-options", - "property": "options", - "property_type": "Small Text", + "name": "Customer-email_id-in_list_view", + "property": "in_list_view", + "property_type": "Check", "row_name": null, - "value": "DN-.YY.-\nDRET-.YY.-\n\nMAT-DN-.YYYY.-\nMAT-DN-RET-.YYYY.-" + "value": "0" }, { "default_value": null, - "doc_type": "Sales Invoice", + "doc_type": "Request for Quotation", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", "field_name": "naming_series", - "is_system_generated": 1, - "modified": "2023-12-26 12:14:26.761118", - "module": "khetangroup", - "name": "Sales Invoice-naming_series-options", + "is_system_generated": 0, + "modified": "2023-02-17 03:01:43.352963", + "module": null, + "name": "Request for Quotation-naming_series-options", "property": "options", - "property_type": "Small Text", + "property_type": "Text", "row_name": null, - "value": "SINV-.YY.-\nSRET-.YY.-\n\nACC-SINV-.YYYY.-\nACC-SINV-RET-.YYYY.-\nKU/PI/." + "value": "PUR-RFQ-.YYYY.-" }, { "default_value": null, - "doc_type": "Purchase Invoice", + "doc_type": "Pricing Rule", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", "field_name": "naming_series", - "is_system_generated": 1, - "modified": "2023-03-31 02:16:55.406078", + "is_system_generated": 0, + "modified": "2023-02-24 02:31:54.330122", "module": null, - "name": "Purchase Invoice-naming_series-options", + "name": "Pricing Rule-naming_series-options", "property": "options", - "property_type": "Small Text", + "property_type": "Text", "row_name": null, - "value": "PINV-.YY.-\nPRET-.YY.-\n\nEXP-.MM.-.YY.-" + "value": "PRLE-.####" }, { "default_value": null, - "doc_type": "Journal Entry Account", + "doc_type": "Pricing Rule", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "reference_type", - "is_system_generated": 1, - "modified": "2023-03-31 02:16:55.417975", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2023-02-24 02:31:54.343492", "module": null, - "name": "Journal Entry Account-reference_type-options", - "property": "options", - "property_type": "Small Text", + "name": "Pricing Rule-naming_series-default", + "property": "default", + "property_type": "Text", "row_name": null, - "value": "\nSales Invoice\nPurchase Invoice\nJournal Entry\nSales Order\nPurchase Order\nExpense Claim\nAsset\nLoan\nPayroll Entry\nEmployee Advance\nExchange Rate Revaluation\nInvoice Discounting\nFees\nFull and Final Statement\nBill of Entry" + "value": "PRLE-.####" }, { "default_value": null, - "doc_type": "Address", + "doc_type": "Timesheet", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "state", - "is_system_generated": 1, - "modified": "2023-03-31 02:16:55.429285", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2023-02-24 02:31:57.788009", "module": null, - "name": "Address-state-fieldtype", - "property": "fieldtype", - "property_type": "Select", + "name": "Timesheet-naming_series-options", + "property": "options", + "property_type": "Text", "row_name": null, - "value": "Autocomplete" + "value": "TS-.YYYY.-" }, { "default_value": null, - "doc_type": "Address", + "doc_type": "Item", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "state", - "is_system_generated": 1, - "modified": "2023-03-31 02:16:55.439551", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2023-02-24 02:32:00.512196", "module": null, - "name": "Address-state-mandatory_depends_on", - "property": "mandatory_depends_on", - "property_type": "Code", + "name": "Item-naming_series-options", + "property": "options", + "property_type": "Text", "row_name": null, - "value": "eval: doc.country == 'India'" + "value": "STO-ITEM-.YYYY.-" }, { "default_value": null, - "doc_type": "e-Waybill Log", + "doc_type": "Sales Order", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocType", - "field_name": null, - "is_system_generated": 1, - "modified": "2023-03-31 02:16:55.471835", + "doctype_or_field": "DocField", + "field_name": "due_date", + "is_system_generated": 0, + "modified": "2023-03-06 17:32:11.711928", "module": null, - "name": "e-Waybill Log-main-default_print_format", - "property": "default_print_format", - "property_type": "Data", + "name": "Sales Order-due_date-print_hide", + "property": "print_hide", + "property_type": "Check", "row_name": null, - "value": "e-Waybill" + "value": "0" }, { "default_value": null, - "doc_type": "Address", + "doc_type": "Sales Order", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocType", - "field_name": null, - "is_system_generated": 1, - "modified": "2023-03-31 02:16:55.481550", + "doctype_or_field": "DocField", + "field_name": "payment_schedule", + "is_system_generated": 0, + "modified": "2023-03-06 17:32:11.961938", "module": null, - "name": "Address-main-quick_entry", - "property": "quick_entry", + "name": "Sales Order-payment_schedule-print_hide", + "property": "print_hide", "property_type": "Check", "row_name": null, "value": "1" }, { "default_value": null, - "doc_type": "Accounts Settings", + "doc_type": "Sales Invoice", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "determine_address_tax_category_from", - "is_system_generated": 1, - "modified": "2023-03-31 02:16:55.492529", - "module": null, - "name": "Accounts Settings-determine_address_tax_category_from-read_only", - "property": "read_only", + "field_name": "due_date", + "is_system_generated": 0, + "modified": "2023-03-06 17:32:11.988891", + "module": null, + "name": "Sales Invoice-due_date-print_hide", + "property": "print_hide", "property_type": "Check", "row_name": null, - "value": "1" + "value": "0" }, { "default_value": null, - "doc_type": "Accounts Settings", + "doc_type": "Sales Invoice", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "add_taxes_from_item_tax_template", - "is_system_generated": 1, - "modified": "2023-03-31 02:16:55.504763", + "field_name": "payment_schedule", + "is_system_generated": 0, + "modified": "2023-03-06 17:32:12.014773", "module": null, - "name": "Accounts Settings-add_taxes_from_item_tax_template-read_only", - "property": "read_only", + "name": "Sales Invoice-payment_schedule-print_hide", + "property": "print_hide", "property_type": "Check", "row_name": null, "value": "1" }, { "default_value": null, - "doc_type": "Accounts Settings", + "doc_type": "Purchase Order", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "tax_settings_section", - "is_system_generated": 1, - "modified": "2023-03-31 02:16:55.515969", + "field_name": "due_date", + "is_system_generated": 0, + "modified": "2023-03-06 17:32:12.043965", "module": null, - "name": "Accounts Settings-tax_settings_section-label", - "property": "label", - "property_type": "Data", + "name": "Purchase Order-due_date-print_hide", + "property": "print_hide", + "property_type": "Check", "row_name": null, - "value": "Tax Settings (Overridden by India Compliance)" + "value": "0" }, { "default_value": null, - "doc_type": "Accounts Settings", + "doc_type": "Purchase Order", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "tax_settings_section", - "is_system_generated": 1, - "modified": "2023-03-31 02:16:55.526525", + "field_name": "payment_schedule", + "is_system_generated": 0, + "modified": "2023-03-06 17:32:12.069197", "module": null, - "name": "Accounts Settings-tax_settings_section-collapsible", - "property": "collapsible", + "name": "Purchase Order-payment_schedule-print_hide", + "property": "print_hide", "property_type": "Check", "row_name": null, "value": "1" }, { "default_value": null, - "doc_type": "Production Plan", + "doc_type": "Purchase Invoice", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "naming_series", + "field_name": "due_date", "is_system_generated": 0, - "modified": "2023-04-08 02:32:08.103905", + "modified": "2023-03-06 17:32:12.101049", "module": null, - "name": "Production Plan-naming_series-options", - "property": "options", - "property_type": "Text", + "name": "Purchase Invoice-due_date-print_hide", + "property": "print_hide", + "property_type": "Check", "row_name": null, - "value": "MFG-PP-.YYYY.-" + "value": "0" }, { "default_value": null, - "doc_type": "Loan Repayment", + "doc_type": "Purchase Invoice", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocType", - "field_name": null, - "is_system_generated": 1, - "modified": "2023-04-08 02:32:20.866898", + "doctype_or_field": "DocField", + "field_name": "payment_schedule", + "is_system_generated": 0, + "modified": "2023-03-06 17:32:12.130616", "module": null, - "name": "Loan Repayment-main-track_changes", - "property": "track_changes", + "name": "Purchase Invoice-payment_schedule-print_hide", + "property": "print_hide", "property_type": "Check", "row_name": null, "value": "1" }, { "default_value": null, - "doc_type": "Loan Interest Accrual", + "doc_type": "Quotation", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocType", - "field_name": null, + "doctype_or_field": "DocField", + "field_name": "title", "is_system_generated": 1, - "modified": "2023-04-08 02:32:20.881077", + "modified": "2023-03-13 16:21:47.438047", "module": null, - "name": "Loan Interest Accrual-main-track_changes", - "property": "track_changes", + "name": "Quotation-title-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, "value": "1" }, { "default_value": null, - "doc_type": "Dunning", + "doc_type": "Quotation", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocType", - "field_name": null, + "doctype_or_field": "DocField", + "field_name": "transaction_date", "is_system_generated": 1, - "modified": "2023-04-08 02:32:20.894017", + "modified": "2023-03-13 16:21:47.451655", "module": null, - "name": "Dunning-main-track_changes", - "property": "track_changes", + "name": "Quotation-transaction_date-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, "value": "1" }, { "default_value": null, - "doc_type": "Purchase Invoice", + "doc_type": "Quotation", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocType", - "field_name": null, + "doctype_or_field": "DocField", + "field_name": "grand_total", "is_system_generated": 1, - "modified": "2023-04-08 02:32:20.906565", + "modified": "2023-03-13 16:21:47.455512", "module": null, - "name": "Purchase Invoice-main-track_changes", - "property": "track_changes", + "name": "Quotation-grand_total-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, "value": "1" }, { "default_value": null, - "doc_type": "Asset Capitalization", + "doc_type": "Quotation", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocType", - "field_name": null, + "doctype_or_field": "DocField", + "field_name": "status", "is_system_generated": 1, - "modified": "2023-04-08 02:32:20.918561", + "modified": "2023-03-13 16:21:47.459190", "module": null, - "name": "Asset Capitalization-main-track_changes", - "property": "track_changes", + "name": "Quotation-status-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, "value": "1" }, { "default_value": null, - "doc_type": "Stock Entry", + "doc_type": "Employee Checkin", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocType", - "field_name": null, + "doctype_or_field": "DocField", + "field_name": "employee_name", "is_system_generated": 1, - "modified": "2023-04-08 02:32:20.931897", + "modified": "2023-04-25 12:05:44.842331", "module": null, - "name": "Stock Entry-main-track_changes", - "property": "track_changes", + "name": "Employee Checkin-employee_name-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, "value": "1" }, { "default_value": null, - "doc_type": "Invoice Discounting", + "doc_type": "Employee Checkin", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocType", - "field_name": null, + "doctype_or_field": "DocField", + "field_name": "log_type", "is_system_generated": 1, - "modified": "2023-04-08 02:32:20.946083", + "modified": "2023-03-27 10:10:07.016322", "module": null, - "name": "Invoice Discounting-main-track_changes", - "property": "track_changes", + "name": "Employee Checkin-log_type-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, - "value": "1" + "value": "0" }, { "default_value": null, - "doc_type": "Asset", + "doc_type": "Employee Checkin", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocType", - "field_name": null, + "doctype_or_field": "DocField", + "field_name": "time", "is_system_generated": 1, - "modified": "2023-04-08 02:32:20.959368", + "modified": "2023-04-25 12:05:44.876546", "module": null, - "name": "Asset-main-track_changes", - "property": "track_changes", + "name": "Employee Checkin-time-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, "value": "1" }, { "default_value": null, - "doc_type": "POS Invoice", + "doc_type": "Employee Checkin", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocType", - "field_name": null, + "doctype_or_field": "DocField", + "field_name": "hour", "is_system_generated": 1, - "modified": "2023-04-08 02:32:20.971282", + "modified": "2023-03-27 10:10:07.086029", "module": null, - "name": "POS Invoice-main-track_changes", - "property": "track_changes", + "name": "Employee Checkin-hour-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, - "value": "1" + "value": "0" }, { "default_value": null, - "doc_type": "Sales Invoice", + "doc_type": "Employee Checkin", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocType", - "field_name": null, + "doctype_or_field": "DocField", + "field_name": "shift_start", "is_system_generated": 1, - "modified": "2023-04-08 02:32:20.981773", + "modified": "2023-03-27 10:10:07.115893", "module": null, - "name": "Sales Invoice-main-track_changes", - "property": "track_changes", + "name": "Employee Checkin-shift_start-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, - "value": "1" + "value": "0" }, { "default_value": null, - "doc_type": "Accounts Settings", + "doc_type": "Employee Checkin", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocType", - "field_name": null, + "doctype_or_field": "DocField", + "field_name": "shift_end", "is_system_generated": 1, - "modified": "2023-04-08 02:32:20.993670", + "modified": "2023-03-25 11:38:18.544798", "module": null, - "name": "Accounts Settings-main-track_changes", - "property": "track_changes", + "name": "Employee Checkin-shift_end-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, "value": "1" }, { "default_value": null, - "doc_type": "Delivery Note", + "doc_type": "Employee Checkin", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocType", - "field_name": null, + "doctype_or_field": "DocField", + "field_name": "shift_actual_end", "is_system_generated": 1, - "modified": "2023-04-08 02:32:21.004541", + "modified": "2023-03-25 11:38:18.574780", "module": null, - "name": "Delivery Note-main-track_changes", - "property": "track_changes", + "name": "Employee Checkin-shift_actual_end-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, "value": "1" }, { "default_value": null, - "doc_type": "Period Closing Voucher", + "doc_type": "Employee Checkin", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocType", - "field_name": null, + "doctype_or_field": "DocField", + "field_name": "minute", "is_system_generated": 1, - "modified": "2023-04-08 02:32:21.017856", + "modified": "2023-03-25 11:38:18.604252", "module": null, - "name": "Period Closing Voucher-main-track_changes", - "property": "track_changes", + "name": "Employee Checkin-minute-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, "value": "1" }, { "default_value": null, - "doc_type": "Bill of Entry", + "doc_type": "Employee Checkin", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocType", - "field_name": null, + "doctype_or_field": "DocField", + "field_name": "date", "is_system_generated": 1, - "modified": "2023-04-08 02:32:21.033223", + "modified": "2023-03-25 11:38:18.589476", "module": null, - "name": "Bill of Entry-main-track_changes", - "property": "track_changes", + "name": "Employee Checkin-date-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, "value": "1" }, { "default_value": null, - "doc_type": "Loan Write Off", + "doc_type": "Stock Entry", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocType", - "field_name": null, + "doctype_or_field": "DocField", + "field_name": "fg_completed_qty", "is_system_generated": 1, - "modified": "2023-04-08 02:32:21.046246", + "modified": "2023-03-17 13:45:17.406192", "module": null, - "name": "Loan Write Off-main-track_changes", - "property": "track_changes", + "name": "Stock Entry-fg_completed_qty-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, - "value": "1" + "value": "0" }, { "default_value": null, - "doc_type": "Purchase Receipt", + "doc_type": "Stock Entry", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocType", + "doctype_or_field": "DocField", + "field_name": "received_qty", + "is_system_generated": 1, + "modified": "2023-03-17 13:46:00.242965", + "module": null, + "name": "Stock Entry-received_qty-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Stock Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "total_qty", + "is_system_generated": 1, + "modified": "2023-03-17 13:46:00.325438", + "module": null, + "name": "Stock Entry-total_qty-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Employee Checkin", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "shift_actual_start", + "is_system_generated": 1, + "modified": "2023-04-21 12:44:31.059415", + "module": null, + "name": "Employee Checkin-shift_actual_start-in_list_view", + "property": "in_list_view", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2023-03-24 16:23:10.049792", + "module": null, + "name": "Item-naming_series-reqd", + "property": "reqd", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2023-03-24 16:23:10.350190", + "module": null, + "name": "Item-naming_series-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "item_code", + "is_system_generated": 0, + "modified": "2023-03-24 16:23:10.372176", + "module": null, + "name": "Item-item_code-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "item_code", + "is_system_generated": 0, + "modified": "2023-03-24 16:23:10.394770", + "module": null, + "name": "Item-item_code-reqd", + "property": "reqd", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Delivery Note Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "barcode", + "is_system_generated": 1, + "modified": "2023-03-24 16:23:10.432145", + "module": null, + "name": "Delivery Note Item-barcode-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Invoice Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "barcode", + "is_system_generated": 1, + "modified": "2023-03-24 16:23:10.461718", + "module": null, + "name": "Sales Invoice Item-barcode-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Stock Entry Detail", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "barcode", + "is_system_generated": 1, + "modified": "2023-03-24 16:23:10.488393", + "module": null, + "name": "Stock Entry Detail-barcode-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Stock Reconciliation Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "barcode", + "is_system_generated": 1, + "modified": "2023-03-24 16:23:10.514820", + "module": null, + "name": "Stock Reconciliation Item-barcode-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Job Card", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "barcode", + "is_system_generated": 1, + "modified": "2023-03-24 16:23:10.543199", + "module": null, + "name": "Job Card-barcode-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "barcode", + "is_system_generated": 1, + "modified": "2023-03-24 16:23:10.571483", + "module": null, + "name": "Purchase Receipt Item-barcode-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Item Barcode", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "barcode", + "is_system_generated": 1, + "modified": "2023-03-24 16:23:10.597455", + "module": null, + "name": "Item Barcode-barcode-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "POS Invoice Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "barcode", + "is_system_generated": 1, + "modified": "2023-03-24 16:23:10.627403", + "module": null, + "name": "POS Invoice Item-barcode-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "barcodes", + "is_system_generated": 1, + "modified": "2023-03-24 16:23:10.654531", + "module": null, + "name": "Item-barcodes-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Quotation", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "scan_barcode", + "is_system_generated": 1, + "modified": "2023-03-24 16:23:10.682520", + "module": null, + "name": "Quotation-scan_barcode-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "scan_barcode", + "is_system_generated": 1, + "modified": "2023-03-24 16:23:10.707881", + "module": null, + "name": "Sales Invoice-scan_barcode-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Pick List", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "scan_barcode", + "is_system_generated": 1, + "modified": "2023-03-24 16:23:10.733797", + "module": null, + "name": "Pick List-scan_barcode-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Purchase Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "scan_barcode", + "is_system_generated": 1, + "modified": "2023-03-24 16:23:10.759656", + "module": null, + "name": "Purchase Invoice-scan_barcode-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Purchase Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "scan_barcode", + "is_system_generated": 1, + "modified": "2023-03-24 16:23:10.811474", + "module": null, + "name": "Purchase Order-scan_barcode-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Material Request", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "scan_barcode", + "is_system_generated": 1, + "modified": "2023-03-24 16:23:10.837246", + "module": null, + "name": "Material Request-scan_barcode-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "POS Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "scan_barcode", + "is_system_generated": 1, + "modified": "2023-03-24 16:23:10.862130", + "module": null, + "name": "POS Invoice-scan_barcode-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Stock Reconciliation", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "scan_barcode", + "is_system_generated": 1, + "modified": "2023-03-24 16:23:10.912343", + "module": null, + "name": "Stock Reconciliation-scan_barcode-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Delivery Note", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "scan_barcode", + "is_system_generated": 1, + "modified": "2023-03-24 16:23:10.939551", + "module": null, + "name": "Delivery Note-scan_barcode-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "scan_barcode", + "is_system_generated": 1, + "modified": "2023-03-24 16:23:10.964933", + "module": null, + "name": "Purchase Receipt-scan_barcode-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Invoice Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "target_warehouse", + "is_system_generated": 0, + "modified": "2023-03-24 16:23:11.039352", + "module": null, + "name": "Sales Invoice Item-target_warehouse-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Delivery Note Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "target_warehouse", + "is_system_generated": 0, + "modified": "2023-03-24 16:23:11.064073", + "module": null, + "name": "Delivery Note Item-target_warehouse-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Invoice Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "from_warehouse", + "is_system_generated": 0, + "modified": "2023-03-24 16:23:11.088354", + "module": null, + "name": "Purchase Invoice Item-from_warehouse-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt Item", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "from_warehouse", + "is_system_generated": 0, + "modified": "2023-03-24 16:23:11.110948", + "module": null, + "name": "Purchase Receipt Item-from_warehouse-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Employee Advance", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2023-03-31 02:16:44.709684", + "module": null, + "name": "Employee Advance-naming_series-options", + "property": "options", + "property_type": "Text", + "row_name": null, + "value": "HR-EAD-.YYYY.-" + }, + { + "default_value": null, + "doc_type": "Journal Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "voucher_type", + "is_system_generated": 1, + "modified": "2023-03-31 02:16:55.373227", + "module": null, + "name": "Journal Entry-voucher_type-options", + "property": "options", + "property_type": "Small Text", + "row_name": null, + "value": "Journal Entry\nInter Company Journal Entry\nBank Entry\nCash Entry\nCredit Card Entry\nDebit Note\nCredit Note\nContra Entry\nExcise Entry\nWrite Off Entry\nOpening Entry\nDepreciation Entry\nExchange Rate Revaluation\nDeferred Revenue\nDeferred Expense\nReversal Of ITC\nExchange Gain Or Loss" + }, + { + "default_value": null, + "doc_type": "Delivery Note", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 1, + "modified": "2023-03-31 02:16:55.384573", + "module": null, + "name": "Delivery Note-naming_series-options", + "property": "options", + "property_type": "Small Text", + "row_name": null, + "value": "DN-.YY.-\nDRET-.YY.-\n\nMAT-DN-.YYYY.-\nMAT-DN-RET-.YYYY.-" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 1, + "modified": "2023-12-26 12:14:26.761118", + "module": "khetangroup", + "name": "Sales Invoice-naming_series-options", + "property": "options", + "property_type": "Small Text", + "row_name": null, + "value": "SINV-.YY.-\nSRET-.YY.-\n\nACC-SINV-.YYYY.-\nACC-SINV-RET-.YYYY.-\nKU/PI/." + }, + { + "default_value": null, + "doc_type": "Purchase Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 1, + "modified": "2023-03-31 02:16:55.406078", + "module": null, + "name": "Purchase Invoice-naming_series-options", + "property": "options", + "property_type": "Small Text", + "row_name": null, + "value": "PINV-.YY.-\nPRET-.YY.-\n\nEXP-.MM.-.YY.-" + }, + { + "default_value": null, + "doc_type": "Journal Entry Account", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "reference_type", + "is_system_generated": 1, + "modified": "2023-03-31 02:16:55.417975", + "module": null, + "name": "Journal Entry Account-reference_type-options", + "property": "options", + "property_type": "Small Text", + "row_name": null, + "value": "\nSales Invoice\nPurchase Invoice\nJournal Entry\nSales Order\nPurchase Order\nExpense Claim\nAsset\nLoan\nPayroll Entry\nEmployee Advance\nExchange Rate Revaluation\nInvoice Discounting\nFees\nFull and Final Statement\nBill of Entry" + }, + { + "default_value": null, + "doc_type": "Address", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "state", + "is_system_generated": 1, + "modified": "2023-03-31 02:16:55.429285", + "module": null, + "name": "Address-state-fieldtype", + "property": "fieldtype", + "property_type": "Select", + "row_name": null, + "value": "Autocomplete" + }, + { + "default_value": null, + "doc_type": "Address", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "state", + "is_system_generated": 1, + "modified": "2023-03-31 02:16:55.439551", + "module": null, + "name": "Address-state-mandatory_depends_on", + "property": "mandatory_depends_on", + "property_type": "Code", + "row_name": null, + "value": "eval: doc.country == 'India'" + }, + { + "default_value": null, + "doc_type": "e-Waybill Log", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2023-03-31 02:16:55.471835", + "module": null, + "name": "e-Waybill Log-main-default_print_format", + "property": "default_print_format", + "property_type": "Data", + "row_name": null, + "value": "e-Waybill" + }, + { + "default_value": null, + "doc_type": "Address", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2023-03-31 02:16:55.481550", + "module": null, + "name": "Address-main-quick_entry", + "property": "quick_entry", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Accounts Settings", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "determine_address_tax_category_from", + "is_system_generated": 1, + "modified": "2023-03-31 02:16:55.492529", + "module": null, + "name": "Accounts Settings-determine_address_tax_category_from-read_only", + "property": "read_only", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Accounts Settings", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "add_taxes_from_item_tax_template", + "is_system_generated": 1, + "modified": "2023-03-31 02:16:55.504763", + "module": null, + "name": "Accounts Settings-add_taxes_from_item_tax_template-read_only", + "property": "read_only", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Accounts Settings", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "tax_settings_section", + "is_system_generated": 1, + "modified": "2023-03-31 02:16:55.515969", + "module": null, + "name": "Accounts Settings-tax_settings_section-label", + "property": "label", + "property_type": "Data", + "row_name": null, + "value": "Tax Settings (Overridden by India Compliance)" + }, + { + "default_value": null, + "doc_type": "Accounts Settings", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "tax_settings_section", + "is_system_generated": 1, + "modified": "2023-03-31 02:16:55.526525", + "module": null, + "name": "Accounts Settings-tax_settings_section-collapsible", + "property": "collapsible", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Production Plan", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2023-04-08 02:32:08.103905", + "module": null, + "name": "Production Plan-naming_series-options", + "property": "options", + "property_type": "Text", + "row_name": null, + "value": "MFG-PP-.YYYY.-" + }, + { + "default_value": null, + "doc_type": "Loan Repayment", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2023-04-08 02:32:20.866898", + "module": null, + "name": "Loan Repayment-main-track_changes", + "property": "track_changes", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Loan Interest Accrual", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2023-04-08 02:32:20.881077", + "module": null, + "name": "Loan Interest Accrual-main-track_changes", + "property": "track_changes", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Dunning", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2023-04-08 02:32:20.894017", + "module": null, + "name": "Dunning-main-track_changes", + "property": "track_changes", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2023-04-08 02:32:20.906565", + "module": null, + "name": "Purchase Invoice-main-track_changes", + "property": "track_changes", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Asset Capitalization", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2023-04-08 02:32:20.918561", + "module": null, + "name": "Asset Capitalization-main-track_changes", + "property": "track_changes", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Stock Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2023-04-08 02:32:20.931897", + "module": null, + "name": "Stock Entry-main-track_changes", + "property": "track_changes", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Invoice Discounting", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2023-04-08 02:32:20.946083", + "module": null, + "name": "Invoice Discounting-main-track_changes", + "property": "track_changes", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Asset", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2023-04-08 02:32:20.959368", + "module": null, + "name": "Asset-main-track_changes", + "property": "track_changes", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "POS Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2023-04-08 02:32:20.971282", + "module": null, + "name": "POS Invoice-main-track_changes", + "property": "track_changes", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2023-04-08 02:32:20.981773", + "module": null, + "name": "Sales Invoice-main-track_changes", + "property": "track_changes", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Accounts Settings", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2023-04-08 02:32:20.993670", + "module": null, + "name": "Accounts Settings-main-track_changes", + "property": "track_changes", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Delivery Note", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2023-04-08 02:32:21.004541", + "module": null, + "name": "Delivery Note-main-track_changes", + "property": "track_changes", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Period Closing Voucher", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2023-04-08 02:32:21.017856", + "module": null, + "name": "Period Closing Voucher-main-track_changes", + "property": "track_changes", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Bill of Entry", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2023-04-08 02:32:21.033223", + "module": null, + "name": "Bill of Entry-main-track_changes", + "property": "track_changes", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Loan Write Off", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 1, + "modified": "2023-04-08 02:32:21.046246", + "module": null, + "name": "Loan Write Off-main-track_changes", + "property": "track_changes", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Purchase Receipt", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", "field_name": null, "is_system_generated": 1, "modified": "2023-04-08 02:32:21.056501", @@ -4703,22 +5663,6 @@ "row_name": null, "value": "sales_order.po_no" }, - { - "default_value": null, - "doc_type": "Sales Order", - "docstatus": 0, - "doctype": "Property Setter", - "doctype_or_field": "DocField", - "field_name": "naming_series", - "is_system_generated": 0, - "modified": "2023-11-25 12:53:20.101624", - "module": "khetangroup", - "name": "Sales Order-naming_series-permlevel", - "property": "permlevel", - "property_type": "Int", - "row_name": null, - "value": "10" - }, { "default_value": null, "doc_type": "Stock Entry", @@ -5781,43 +6725,283 @@ "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "new_hours", + "field_name": "new_hours", + "is_system_generated": 0, + "modified": "2023-11-25 12:53:21.216053", + "module": "khetangroup", + "name": "Attendance-new_hours-allow_on_submit", + "property": "allow_on_submit", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Attendance", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "shift", + "is_system_generated": 0, + "modified": "2023-11-25 12:53:21.225293", + "module": "khetangroup", + "name": "Attendance-shift-allow_on_submit", + "property": "allow_on_submit", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Salary Slip", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "leave_without_pay", + "is_system_generated": 0, + "modified": "2023-11-25 12:53:21.234572", + "module": "khetangroup", + "name": "Salary Slip-leave_without_pay-read_only", + "property": "read_only", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Shift Assignment", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "company", + "is_system_generated": 0, + "modified": "2023-11-25 12:53:21.243587", + "module": "khetangroup", + "name": "Shift Assignment-company-fetch_from", + "property": "fetch_from", + "property_type": "Small Text", + "row_name": null, + "value": "employee.company" + }, + { + "default_value": null, + "doc_type": "Employee Checkin", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "shift_actual_start", + "is_system_generated": 0, + "modified": "2023-11-25 12:53:21.253251", + "module": "khetangroup", + "name": "Employee Checkin-shift_actual_start-read_only", + "property": "read_only", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Employee Checkin", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "shift_actual_end", + "is_system_generated": 0, + "modified": "2023-11-25 12:53:21.261933", + "module": "khetangroup", + "name": "Employee Checkin-shift_actual_end-read_only", + "property": "read_only", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Attendance", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "shift", + "is_system_generated": 0, + "modified": "2023-11-25 12:53:21.272041", + "module": "khetangroup", + "name": "Attendance-shift-in_standard_filter", + "property": "in_standard_filter", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Shift Assignment", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "department", + "is_system_generated": 0, + "modified": "2023-11-25 12:53:21.281146", + "module": "khetangroup", + "name": "Shift Assignment-department-in_standard_filter", + "property": "in_standard_filter", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Employee Checkin", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "attendance", + "is_system_generated": 0, + "modified": "2023-11-25 12:53:21.291368", + "module": "khetangroup", + "name": "Employee Checkin-attendance_marked-read_only", + "property": "read_only", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Customer", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2023-11-25 12:53:21.378027", + "module": "khetangroup", + "name": "Customer-naming_series-reqd", + "property": "reqd", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Customer", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2023-11-25 12:53:21.388655", + "module": "khetangroup", + "name": "Customer-naming_series-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "1" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "tax_id", + "is_system_generated": 0, + "modified": "2023-11-25 12:53:21.397892", + "module": "khetangroup", + "name": "Sales Order-tax_id-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Order", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "tax_id", + "is_system_generated": 0, + "modified": "2023-11-25 12:53:21.407654", + "module": "khetangroup", + "name": "Sales Order-tax_id-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "tax_id", + "is_system_generated": 0, + "modified": "2023-11-25 12:53:21.417130", + "module": "khetangroup", + "name": "Sales Invoice-tax_id-hidden", + "property": "hidden", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Sales Invoice", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "tax_id", + "is_system_generated": 0, + "modified": "2023-11-25 12:53:21.426571", + "module": "khetangroup", + "name": "Sales Invoice-tax_id-print_hide", + "property": "print_hide", + "property_type": "Check", + "row_name": null, + "value": "0" + }, + { + "default_value": null, + "doc_type": "Delivery Note", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocField", + "field_name": "tax_id", "is_system_generated": 0, - "modified": "2023-11-25 12:53:21.216053", + "modified": "2023-11-25 12:53:21.436166", "module": "khetangroup", - "name": "Attendance-new_hours-allow_on_submit", - "property": "allow_on_submit", + "name": "Delivery Note-tax_id-hidden", + "property": "hidden", "property_type": "Check", "row_name": null, - "value": "1" + "value": "0" }, { "default_value": null, - "doc_type": "Attendance", + "doc_type": "Delivery Note", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "shift", + "field_name": "tax_id", "is_system_generated": 0, - "modified": "2023-11-25 12:53:21.225293", + "modified": "2023-11-25 12:53:21.445764", "module": "khetangroup", - "name": "Attendance-shift-allow_on_submit", - "property": "allow_on_submit", + "name": "Delivery Note-tax_id-print_hide", + "property": "print_hide", "property_type": "Check", "row_name": null, - "value": "1" + "value": "0" }, { "default_value": null, - "doc_type": "Salary Slip", + "doc_type": "Packed Item", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "leave_without_pay", + "field_name": "rate", "is_system_generated": 0, - "modified": "2023-11-25 12:53:21.234572", + "modified": "2023-11-25 12:53:21.455347", "module": "khetangroup", - "name": "Salary Slip-leave_without_pay-read_only", + "name": "Packed Item-rate-read_only", "property": "read_only", "property_type": "Check", "row_name": null, @@ -5825,95 +7009,95 @@ }, { "default_value": null, - "doc_type": "Shift Assignment", + "doc_type": "Sales Invoice Item", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "company", + "field_name": "discount_account", "is_system_generated": 0, - "modified": "2023-11-25 12:53:21.243587", + "modified": "2023-11-25 12:53:21.469390", "module": "khetangroup", - "name": "Shift Assignment-company-fetch_from", - "property": "fetch_from", - "property_type": "Small Text", + "name": "Sales Invoice Item-discount_account-hidden", + "property": "hidden", + "property_type": "Check", "row_name": null, - "value": "employee.company" + "value": "1" }, { "default_value": null, - "doc_type": "Employee Checkin", + "doc_type": "Sales Invoice Item", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "shift_actual_start", + "field_name": "discount_account", "is_system_generated": 0, - "modified": "2023-11-25 12:53:21.253251", + "modified": "2023-11-25 12:53:21.479911", "module": "khetangroup", - "name": "Employee Checkin-shift_actual_start-read_only", - "property": "read_only", - "property_type": "Check", + "name": "Sales Invoice Item-discount_account-mandatory_depends_on", + "property": "mandatory_depends_on", + "property_type": "Code", "row_name": null, - "value": "1" + "value": "" }, { "default_value": null, - "doc_type": "Employee Checkin", + "doc_type": "Sales Invoice", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "shift_actual_end", + "field_name": "additional_discount_account", "is_system_generated": 0, - "modified": "2023-11-25 12:53:21.261933", + "modified": "2023-11-25 12:53:21.489892", "module": "khetangroup", - "name": "Employee Checkin-shift_actual_end-read_only", - "property": "read_only", + "name": "Sales Invoice-additional_discount_account-hidden", + "property": "hidden", "property_type": "Check", "row_name": null, "value": "1" }, { "default_value": null, - "doc_type": "Attendance", + "doc_type": "Sales Invoice", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "shift", + "field_name": "additional_discount_account", "is_system_generated": 0, - "modified": "2023-11-25 12:53:21.272041", + "modified": "2023-11-25 12:53:21.499629", "module": "khetangroup", - "name": "Attendance-shift-in_standard_filter", - "property": "in_standard_filter", - "property_type": "Check", + "name": "Sales Invoice-additional_discount_account-mandatory_depends_on", + "property": "mandatory_depends_on", + "property_type": "Code", "row_name": null, - "value": "1" + "value": "" }, { "default_value": null, - "doc_type": "Shift Assignment", + "doc_type": "Purchase Receipt", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "department", + "field_name": "provisional_expense_account", "is_system_generated": 0, - "modified": "2023-11-25 12:53:21.281146", - "module": "khetangroup", - "name": "Shift Assignment-department-in_standard_filter", - "property": "in_standard_filter", + "modified": "2023-09-22 10:33:05.986370", + "module": null, + "name": "Purchase Receipt-provisional_expense_account-hidden", + "property": "hidden", "property_type": "Check", "row_name": null, "value": "1" }, { "default_value": null, - "doc_type": "Employee Checkin", + "doc_type": "Custom Field", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "attendance", + "field_name": "fieldname", "is_system_generated": 0, - "modified": "2023-11-25 12:53:21.291368", - "module": "khetangroup", - "name": "Employee Checkin-attendance_marked-read_only", + "modified": "2023-09-28 15:50:34.744361", + "module": null, + "name": "Custom Field-fieldname-read_only", "property": "read_only", "property_type": "Check", "row_name": null, @@ -5921,31 +7105,31 @@ }, { "default_value": null, - "doc_type": "Customer", + "doc_type": "Item", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocField", - "field_name": "naming_series", + "doctype_or_field": "DocType", + "field_name": null, "is_system_generated": 0, - "modified": "2023-11-25 12:53:21.378027", - "module": "khetangroup", - "name": "Customer-naming_series-reqd", - "property": "reqd", - "property_type": "Check", + "modified": "2023-10-16 16:10:54.875597", + "module": null, + "name": "Item-main-field_order", + "property": "field_order", + "property_type": "Data", "row_name": null, - "value": "0" + "value": "[\"details\", \"naming_series\", \"item_code\", \"item_name\", \"company\", \"company_unit\", \"item_group\", \"products_type\", \"item_main\", \"item_type\", \"gst_hsn_code\", \"is_nil_exempt\", \"is_non_gst\", \"stock_uom\", \"column_break0\", \"disabled\", \"allow_alternative_item\", \"is_stock_item\", \"has_variants\", \"include_item_in_manufacturing\", \"opening_stock\", \"valuation_rate\", \"standard_rate\", \"is_fixed_asset\", \"auto_create_assets\", \"is_grouped_asset\", \"asset_category\", \"asset_naming_series\", \"over_delivery_receipt_allowance\", \"over_billing_allowance\", \"image\", \"section_break_11\", \"description\", \"brand\", \"extra_fields\", \"size\", \"set_box\", \"shape_type\", \"default_set\", \"normal_margin\", \"column_break_33\", \"grade\", \"thickness\", \"custom_finished_color_type\", \"dashboard_tab\", \"inventory_section\", \"inventory_settings_section\", \"shelf_life_in_days\", \"end_of_life\", \"default_material_request_type\", \"valuation_method\", \"column_break1\", \"warranty_period\", \"weight_per_unit\", \"weight_special_customer\", \"weight_uom\", \"allow_negative_stock\", \"sb_barcodes\", \"barcodes\", \"reorder_section\", \"reorder_levels\", \"unit_of_measure_conversion\", \"uoms\", \"serial_nos_and_batches\", \"has_batch_no\", \"create_new_batch\", \"batch_number_series\", \"has_expiry_date\", \"retain_sample\", \"sample_quantity\", \"column_break_37\", \"has_serial_no\", \"serial_no_series\", \"variants_section\", \"variant_of\", \"variant_based_on\", \"attributes\", \"accounting\", \"item_defaults\", \"purchasing_tab\", \"purchase_uom\", \"min_order_qty\", \"safety_stock\", \"is_purchase_item\", \"purchase_details_cb\", \"lead_time_days\", \"last_purchase_rate\", \"is_customer_provided_item\", \"customer\", \"supplier_details\", \"delivered_by_supplier\", \"column_break2\", \"supplier_items\", \"deferred_expense_section\", \"enable_deferred_expense\", \"deferred_expense_account\", \"no_of_months_exp\", \"foreign_trade_details\", \"country_of_origin\", \"column_break_59\", \"customs_tariff_number\", \"sales_details\", \"sales_uom\", \"grant_commission\", \"is_sales_item\", \"column_break3\", \"max_discount\", \"deferred_revenue\", \"enable_deferred_revenue\", \"deferred_revenue_account\", \"no_of_months\", \"customer_details\", \"customer_items\", \"item_tax_section_break\", \"taxes\", \"quality_tab\", \"inspection_required_before_purchase\", \"quality_inspection_template\", \"inspection_required_before_delivery\", \"manufacturing\", \"is_sub_contracted_item\", \"default_bom\", \"column_break_74\", \"customer_code\", \"default_item_manufacturer\", \"default_manufacturer_part_no\", \"published_in_website\", \"total_projected_qty\", \"special_margin\"]" }, { "default_value": null, - "doc_type": "Customer", + "doc_type": "Sales Order", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "naming_series", + "field_name": "scan_barcode", "is_system_generated": 0, - "modified": "2023-11-25 12:53:21.388655", + "modified": "2023-11-25 12:53:20.000136", "module": "khetangroup", - "name": "Customer-naming_series-hidden", + "name": "Sales Order-scan_barcode-hidden", "property": "hidden", "property_type": "Check", "row_name": null, @@ -5957,15 +7141,15 @@ "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "tax_id", + "field_name": "naming_series", "is_system_generated": 0, - "modified": "2023-11-25 12:53:21.397892", - "module": "khetangroup", - "name": "Sales Order-tax_id-hidden", - "property": "hidden", - "property_type": "Check", + "modified": "2023-11-20 12:26:58.576200", + "module": null, + "name": "Sales Order-naming_series-options", + "property": "options", + "property_type": "Text", "row_name": null, - "value": "0" + "value": "SAL-ORD-.YYYY.-" }, { "default_value": null, @@ -5973,159 +7157,191 @@ "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "tax_id", + "field_name": "naming_series", "is_system_generated": 0, - "modified": "2023-11-25 12:53:21.407654", - "module": "khetangroup", - "name": "Sales Order-tax_id-print_hide", - "property": "print_hide", - "property_type": "Check", + "modified": "2023-11-20 12:26:58.681678", + "module": null, + "name": "Sales Order-naming_series-default", + "property": "default", + "property_type": "Text", "row_name": null, - "value": "0" + "value": "SAL-ORD-.YYYY.-" }, { "default_value": null, - "doc_type": "Sales Invoice", + "doc_type": "Stock Entry", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "tax_id", + "field_name": "scan_barcode", "is_system_generated": 0, - "modified": "2023-11-25 12:53:21.417130", + "modified": "2023-12-13 10:44:48.600020", "module": "khetangroup", - "name": "Sales Invoice-tax_id-hidden", + "name": "Stock Entry-scan_barcode-hidden", "property": "hidden", "property_type": "Check", "row_name": null, - "value": "0" + "value": "1" }, { "default_value": null, - "doc_type": "Sales Invoice", + "doc_type": "Item", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "tax_id", + "field_name": "allow_negative_stock", "is_system_generated": 0, - "modified": "2023-11-25 12:53:21.426571", + "modified": "2023-12-18 10:42:31.671803", "module": "khetangroup", - "name": "Sales Invoice-tax_id-print_hide", - "property": "print_hide", - "property_type": "Check", + "name": "Item-allow_negative_stock-read_only", + "property": "read_only", + "property_type": "reqd", "row_name": null, - "value": "0" + "value": "1" }, { "default_value": null, - "doc_type": "Delivery Note", + "doc_type": "Quotation Item", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocField", - "field_name": "tax_id", + "doctype_or_field": "DocType", + "field_name": null, "is_system_generated": 0, - "modified": "2023-11-25 12:53:21.436166", - "module": "khetangroup", - "name": "Delivery Note-tax_id-hidden", - "property": "hidden", - "property_type": "Check", + "modified": "2024-01-23 11:25:31.086592", + "module": null, + "name": "Quotation Item-main-field_order", + "property": "field_order", + "property_type": "Data", "row_name": null, - "value": "0" + "value": "[\"item_code\", \"item_c\", \"customer_item_code\", \"col_break1\", \"item_name\", \"section_break_5\", \"description\", \"gst_hsn_code\", \"is_nil_exempt\", \"is_non_gst\", \"item_group\", \"brand\", \"image_section\", \"image\", \"image_view\", \"quantity_and_rate\", \"qty\", \"stock_uom\", \"col_break2\", \"uom\", \"conversion_factor\", \"stock_qty\", \"section_break_16\", \"price_list_rate\", \"base_price_list_rate\", \"discount_and_margin\", \"margin_type\", \"margin_rate_or_amount\", \"rate_with_margin\", \"column_break_18\", \"discount_percentage\", \"discount_amount\", \"base_rate_with_margin\", \"section_break1\", \"rate\", \"net_rate\", \"amount\", \"net_amount\", \"item_tax_template\", \"col_break3\", \"base_rate\", \"base_net_rate\", \"base_amount\", \"base_net_amount\", \"pricing_rules\", \"stock_uom_rate\", \"is_free_item\", \"is_alternative\", \"has_alternative_item\", \"section_break_43\", \"valuation_rate\", \"column_break_45\", \"gross_profit\", \"item_weight_details\", \"weight_per_unit\", \"total_weight\", \"column_break_20\", \"custom_box_wise_cal_weight\", \"weight_uom\", \"extra_fields\", \"company\", \"weight\", \"size\", \"grade\", \"default_set\", \"qty_box\", \"total_set\", \"total_inches\", \"color_type\", \"set_box\", \"normal_margin\", \"special_margin\", \"rate1\", \"column_break_59\", \"price_amt\", \"special_size\", \"discount_amt\", \"shape_type\", \"item_main\", \"thickness\", \"weight_diff\", \"color\", \"products_type\", \"item_type\", \"pcs\", \"estimated_amount\", \"pipe\", \"sheet\", \"pillar\", \"blustor\", \"item_202\", \"item_304\", \"item_316\", \"products_parent_type\", \"reference\", \"warehouse\", \"against_blanket_order\", \"blanket_order\", \"blanket_order_rate\", \"column_break_30\", \"prevdoc_doctype\", \"prevdoc_docname\", \"item_balance\", \"projected_qty\", \"actual_qty\", \"col_break4\", \"stock_balance\", \"item_tax_rate\", \"shopping_cart_section\", \"additional_notes\", \"section_break_61\", \"page_break\"]" }, { "default_value": null, - "doc_type": "Delivery Note", + "doc_type": "Address", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2024-01-29 19:16:37.004833", + "module": null, + "name": "Address-main-field_order", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"address_details\", \"address_title\", \"address_type\", \"address_line1\", \"address_line2\", \"city\", \"county\", \"state\", \"country\", \"pincode\", \"column_break0\", \"email_id\", \"phone\", \"fax\", \"tax_category\", \"is_primary_address\", \"is_shipping_address\", \"disabled\", \"tax_details_section\", \"gstin\", \"gst_state\", \"tax_details_column_break\", \"gst_category\", \"gst_state_number\", \"linked_with\", \"is_your_company_address\", \"links\"]" + }, + { + "default_value": null, + "doc_type": "Address", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "tax_id", + "field_name": "pincode", "is_system_generated": 0, - "modified": "2023-11-25 12:53:21.445764", - "module": "khetangroup", - "name": "Delivery Note-tax_id-print_hide", - "property": "print_hide", - "property_type": "Check", + "modified": "2024-01-29 19:17:03.216403", + "module": null, + "name": "Address-pincode-mandatory_depends_on", + "property": "mandatory_depends_on", + "property_type": "Data", "row_name": null, - "value": "0" + "value": "eval: doc.country == 'India' &&(gst_settings.enable_e_invoice || gst_settings.enable_e_waybill)" }, { "default_value": null, - "doc_type": "Packed Item", + "doc_type": "Employee", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "rate", + "field_name": "naming_series", "is_system_generated": 0, - "modified": "2023-11-25 12:53:21.455347", - "module": "khetangroup", - "name": "Packed Item-rate-read_only", - "property": "read_only", + "modified": "2024-02-08 12:19:24.234392", + "module": "", + "name": "Employee-naming_series-hidden", + "property": "hidden", "property_type": "Check", "row_name": null, - "value": "1" + "value": "1" + }, + { + "default_value": null, + "doc_type": "Quotation", + "docstatus": 0, + "doctype": "Property Setter", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2024-04-11 17:54:12.417757", + "module": null, + "name": "Quotation-main-field_order", + "property": "field_order", + "property_type": "Data", + "row_name": null, + "value": "[\"customer_section\", \"title\", \"naming_series\", \"quotation_to\", \"party_name\", \"customer_name\", \"is_reverse_charge\", \"is_export_with_gst\", \"column_break_7\", \"transaction_date\", \"valid_till\", \"customer_type\", \"is_special\", \"is_general\", \"column_break1\", \"order_type\", \"company\", \"material_transfer\", \"company_unit\", \"amended_from\", \"brand\", \"currency_and_price_list\", \"currency\", \"conversion_rate\", \"column_break2\", \"selling_price_list\", \"price_list_currency\", \"plc_conversion_rate\", \"ignore_pricing_rule\", \"items_section\", \"scan_barcode\", \"select_item_type\", \"section_break_28\", \"rate202\", \"sheet202\", \"column_break_29\", \"rate304\", \"sheet304\", \"column_break_33\", \"rate316\", \"details_of_blustor_and_pillar\", \"rbgm55202\", \"sqbgm55202\", \"rbgm55304\", \"sqbgm55304\", \"mpillar11202\", \"mpillar11304\", \"column_break_38\", \"rbgm65202\", \"sqbgm70202\", \"rbgm65304\", \"sqbgm70304\", \"mpillar13202\", \"mpillar13304\", \"column_break_40\", \"rbgm70202\", \"sqbgm65202\", \"rbgm70304\", \"sqbgm65304\", \"mpillar15202\", \"mpillar15304\", \"column_break_45\", \"rbgm90202\", \"sqbgm90202\", \"rbgm90304\", \"sqbgm90304\", \"mpillar17202\", \"mpillar17304\", \"column_break_44\", \"rbgm110202\", \"sqbgm110202\", \"rbgm110304\", \"sqbgm110304\", \"mpillar22202\", \"mpillar22304\", \"section_break_27\", \"items\", \"sec_break23\", \"section_break_26\", \"quantity202\", \"quantity304\", \"total_qty\", \"total_invoice_qty\", \"total_material_return_qty\", \"custom_total_weight_set\", \"total_net_weight\", \"column_break_28\", \"quantity316\", \"discounted_amount\", \"total_no_items\", \"base_total\", \"base_net_total\", \"column_break_31\", \"total_sold_weight\", \"total\", \"net_total\", \"taxes_section\", \"tax_category\", \"taxes_and_charges\", \"column_break_36\", \"shipping_rule\", \"column_break_34\", \"incoterm\", \"named_place\", \"section_break_36\", \"taxes\", \"section_break_39\", \"base_total_taxes_and_charges\", \"column_break_42\", \"total_taxes_and_charges\", \"totals\", \"base_grand_total\", \"base_rounding_adjustment\", \"base_rounded_total\", \"base_in_words\", \"column_break3\", \"grand_total\", \"rounding_adjustment\", \"rounded_total\", \"in_words\", \"section_break_44\", \"apply_discount_on\", \"base_discount_amount\", \"coupon_code\", \"column_break_46\", \"additional_discount_percentage\", \"discount_amount\", \"referral_sales_partner\", \"sec_tax_breakup\", \"other_charges_calculation\", \"bundle_items_section\", \"packed_items\", \"pricing_rule_details\", \"pricing_rules\", \"address_and_contact_tab\", \"billing_address_section\", \"customer_address\", \"address_display\", \"billing_address_gstin\", \"gst_category\", \"place_of_supply\", \"col_break98\", \"contact_person\", \"contact_display\", \"contact_mobile\", \"contact_email\", \"shipping_address_section\", \"shipping_address_name\", \"column_break_81\", \"shipping_address\", \"company_address_section\", \"company_address\", \"company_gstin\", \"column_break_87\", \"company_address_display\", \"terms_tab\", \"payment_schedule_section\", \"payment_terms_template\", \"payment_schedule\", \"terms_section_break\", \"tc_name\", \"terms\", \"more_info_tab\", \"subscription_section\", \"auto_repeat\", \"update_auto_repeat_reference\", \"print_settings\", \"letter_head\", \"group_same_items\", \"column_break_73\", \"select_print_heading\", \"language\", \"lost_reasons_section\", \"lost_reasons\", \"competitors\", \"column_break_117\", \"order_lost_reason\", \"additional_info_section\", \"status\", \"customer_group\", \"territory\", \"column_break_108\", \"campaign\", \"source\", \"column_break4\", \"opportunity\", \"supplier_quotation\", \"enq_det\", \"connections_tab\", \"reports\", \"test1\", \"test2\", \"202\", \"pipe_202\", \"pipe_202_pcs\", \"pipe_202_actual_w\", \"pipe_202_total_amount\", \"pipe_304\", \"pipe_304_pcs\", \"pipe_304_actual_w\", \"pipe_304_total_amount\", \"pipe_316\", \"test3\", \"pipe_316_pcs\", \"pipe_316_actual_w\", \"pipe_316_total_amount\", \"sheet\", \"test4\", \"test5\", \"section_break_vbbwa\", \"sheet_202\", \"sheet_202_pcs\", \"sheet_202_actual_w\", \"sheet_202_total_amount\", \"sheet_304\", \"sheet_304_pcs\", \"sheet_304_actual_w\", \"sheet_304_total_amount\"]" }, { "default_value": null, - "doc_type": "Sales Invoice Item", + "doc_type": "Qr Code", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "discount_account", - "is_system_generated": 0, - "modified": "2023-11-25 12:53:21.469390", - "module": "khetangroup", - "name": "Sales Invoice Item-discount_account-hidden", - "property": "hidden", + "field_name": "naming_series", + "is_system_generated": 1, + "modified": "2024-04-11 17:57:30.606816", + "module": null, + "name": "Qr Code-naming_series-in_list_view", + "property": "in_list_view", "property_type": "Check", "row_name": null, "value": "1" }, { "default_value": null, - "doc_type": "Sales Invoice Item", + "doc_type": "Qr Code", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "discount_account", - "is_system_generated": 0, - "modified": "2023-11-25 12:53:21.479911", - "module": "khetangroup", - "name": "Sales Invoice Item-discount_account-mandatory_depends_on", - "property": "mandatory_depends_on", - "property_type": "Code", + "field_name": "item_code", + "is_system_generated": 1, + "modified": "2024-04-11 17:57:30.593903", + "module": null, + "name": "Qr Code-item_code-in_list_view", + "property": "in_list_view", + "property_type": "Check", "row_name": null, - "value": "" + "value": "1" }, { "default_value": null, - "doc_type": "Sales Invoice", + "doc_type": "Sales Invoice Item", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "additional_discount_account", + "field_name": "qty", "is_system_generated": 0, - "modified": "2023-11-25 12:53:21.489892", + "modified": "2024-06-03 09:49:49.583074", "module": "khetangroup", - "name": "Sales Invoice-additional_discount_account-hidden", - "property": "hidden", + "name": "Sales Invoice Item-qty-read_only", + "property": "read_only", "property_type": "Check", "row_name": null, "value": "1" }, { "default_value": null, - "doc_type": "Sales Invoice", + "doc_type": "Shift Assignment", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocField", - "field_name": "additional_discount_account", + "doctype_or_field": "DocType", + "field_name": null, "is_system_generated": 0, - "modified": "2023-11-25 12:53:21.499629", - "module": "khetangroup", - "name": "Sales Invoice-additional_discount_account-mandatory_depends_on", - "property": "mandatory_depends_on", - "property_type": "Code", + "modified": "2024-03-27 23:16:29.819182", + "module": "Khetan HR", + "name": "Shift Assignment-main-field_order", + "property": "field_order", + "property_type": "Data", "row_name": null, - "value": "" + "value": "[\"employee\", \"employee_name\", \"shift_type\", \"custom_type\", \"status\", \"column_break_3\", \"company\", \"start_date\", \"end_date\", \"shift_request\", \"department\", \"employee_type\", \"amended_from\"]" }, { "default_value": null, @@ -6135,8 +7351,8 @@ "doctype_or_field": "DocType", "field_name": null, "is_system_generated": 0, - "modified": "2023-09-22 10:32:21.415113", - "module": null, + "modified": "2024-03-27 23:21:01.656725", + "module": "Khetan HR", "name": "Employee Checkin-main-field_order", "property": "field_order", "property_type": "Data", @@ -6145,15 +7361,15 @@ }, { "default_value": null, - "doc_type": "Purchase Receipt", + "doc_type": "Employee", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "provisional_expense_account", + "field_name": "salutation", "is_system_generated": 0, - "modified": "2023-09-22 10:33:05.986370", - "module": null, - "name": "Purchase Receipt-provisional_expense_account-hidden", + "modified": "2024-02-29 11:21:27.432782", + "module": "Khetan HR", + "name": "Employee-salutation-hidden", "property": "hidden", "property_type": "Check", "row_name": null, @@ -6161,195 +7377,195 @@ }, { "default_value": null, - "doc_type": "Attendance", + "doc_type": "Shift Type", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocType", - "field_name": null, + "doctype_or_field": "DocField", + "field_name": "last_sync_of_checkin", "is_system_generated": 0, - "modified": "2023-09-22 10:42:13.749356", - "module": null, - "name": "Attendance-main-field_order", - "property": "field_order", - "property_type": "Data", + "modified": "2024-02-29 11:22:22.541034", + "module": "Khetan HR", + "name": "Shift Type-last_sync_of_checkin-hidden", + "property": "hidden", + "property_type": "Check", "row_name": null, - "value": "[\"attendance_details\", \"naming_series\", \"employee\", \"employee_name\", \"working_hours\", \"new_hours\", \"overtime\", \"status\", \"leave_type\", \"leave_application\", \"column_break0\", \"attendance_date\", \"company\", \"custom_company_unit\", \"department\", \"attendance_request\", \"details_section\", \"shift\", \"check_in_time\", \"check_out_time\", \"in_time\", \"out_time\", \"column_break_18\", \"custom_remarks\", \"late_entry\", \"early_exit\", \"amended_from\"]" + "value": "1" }, { "default_value": null, - "doc_type": "Custom Field", + "doc_type": "Salary Component", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "fieldname", + "field_name": "component_type", "is_system_generated": 0, - "modified": "2023-09-28 15:50:34.744361", - "module": null, - "name": "Custom Field-fieldname-read_only", - "property": "read_only", - "property_type": "Check", + "modified": "2024-05-21 08:36:17.064469", + "module": "Khetan HR", + "name": "Salary Component-component_type-options", + "property": "options", + "property_type": "Select", "row_name": null, - "value": "0" + "value": "\nAdvance\nPenalty\nCanteen Deduction\nProvident Fund\nAdditional Provident Fund\nProvident Fund Loan\nProfessional Tax\nOther Deduction" }, { "default_value": null, - "doc_type": "Item", + "doc_type": "Salary Component", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocType", - "field_name": null, + "doctype_or_field": "DocField", + "field_name": "component_type", "is_system_generated": 0, - "modified": "2023-10-16 16:10:54.875597", - "module": null, - "name": "Item-main-field_order", - "property": "field_order", + "modified": "2024-03-26 16:38:58.865969", + "module": "Khetan HR", + "name": "Salary Component-component_type-mendatory_depends_on", + "property": "mandatory_depends_on", "property_type": "Data", "row_name": null, - "value": "[\"details\", \"naming_series\", \"item_code\", \"item_name\", \"company\", \"company_unit\", \"item_group\", \"products_type\", \"item_main\", \"item_type\", \"gst_hsn_code\", \"is_nil_exempt\", \"is_non_gst\", \"stock_uom\", \"column_break0\", \"disabled\", \"allow_alternative_item\", \"is_stock_item\", \"has_variants\", \"include_item_in_manufacturing\", \"opening_stock\", \"valuation_rate\", \"standard_rate\", \"is_fixed_asset\", \"auto_create_assets\", \"is_grouped_asset\", \"asset_category\", \"asset_naming_series\", \"over_delivery_receipt_allowance\", \"over_billing_allowance\", \"image\", \"section_break_11\", \"description\", \"brand\", \"extra_fields\", \"size\", \"set_box\", \"shape_type\", \"default_set\", \"normal_margin\", \"column_break_33\", \"grade\", \"thickness\", \"custom_finished_color_type\", \"dashboard_tab\", \"inventory_section\", \"inventory_settings_section\", \"shelf_life_in_days\", \"end_of_life\", \"default_material_request_type\", \"valuation_method\", \"column_break1\", \"warranty_period\", \"weight_per_unit\", \"weight_special_customer\", \"weight_uom\", \"allow_negative_stock\", \"sb_barcodes\", \"barcodes\", \"reorder_section\", \"reorder_levels\", \"unit_of_measure_conversion\", \"uoms\", \"serial_nos_and_batches\", \"has_batch_no\", \"create_new_batch\", \"batch_number_series\", \"has_expiry_date\", \"retain_sample\", \"sample_quantity\", \"column_break_37\", \"has_serial_no\", \"serial_no_series\", \"variants_section\", \"variant_of\", \"variant_based_on\", \"attributes\", \"accounting\", \"item_defaults\", \"purchasing_tab\", \"purchase_uom\", \"min_order_qty\", \"safety_stock\", \"is_purchase_item\", \"purchase_details_cb\", \"lead_time_days\", \"last_purchase_rate\", \"is_customer_provided_item\", \"customer\", \"supplier_details\", \"delivered_by_supplier\", \"column_break2\", \"supplier_items\", \"deferred_expense_section\", \"enable_deferred_expense\", \"deferred_expense_account\", \"no_of_months_exp\", \"foreign_trade_details\", \"country_of_origin\", \"column_break_59\", \"customs_tariff_number\", \"sales_details\", \"sales_uom\", \"grant_commission\", \"is_sales_item\", \"column_break3\", \"max_discount\", \"deferred_revenue\", \"enable_deferred_revenue\", \"deferred_revenue_account\", \"no_of_months\", \"customer_details\", \"customer_items\", \"item_tax_section_break\", \"taxes\", \"quality_tab\", \"inspection_required_before_purchase\", \"quality_inspection_template\", \"inspection_required_before_delivery\", \"manufacturing\", \"is_sub_contracted_item\", \"default_bom\", \"column_break_74\", \"customer_code\", \"default_item_manufacturer\", \"default_manufacturer_part_no\", \"published_in_website\", \"total_projected_qty\", \"special_margin\"]" + "value": "eval:doc.type=='Deduction'" }, { "default_value": null, - "doc_type": "Sales Order", + "doc_type": "Employee", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocField", - "field_name": "scan_barcode", + "doctype_or_field": "DocType", + "field_name": null, "is_system_generated": 0, - "modified": "2023-11-25 12:53:20.000136", - "module": "khetangroup", - "name": "Sales Order-scan_barcode-hidden", - "property": "hidden", - "property_type": "Check", + "modified": "2024-03-27 21:25:48.549099", + "module": "Khetan HR", + "name": "Employee-main-naming_rule", + "property": "naming_rule", + "property_type": "Data", "row_name": null, - "value": "1" + "value": "Set by user" }, { "default_value": null, - "doc_type": "Sales Order", + "doc_type": "Employee", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocType", "field_name": null, "is_system_generated": 0, - "modified": "2023-11-17 10:55:50.949352", - "module": null, - "name": "Sales Order-main-field_order", - "property": "field_order", + "modified": "2024-03-27 21:25:23.482853", + "module": "Khetan HR", + "name": "Employee-main-autoname", + "property": "autoname", "property_type": "Data", "row_name": null, - "value": "[\"customer_section\", \"column_break0\", \"title\", \"naming_series\", \"customer\", \"customer_name\", \"tax_id\", \"order_type\", \"column_break_7\", \"transaction_date\", \"delivery_date\", \"column_break1\", \"po_no\", \"po_date\", \"company\", \"skip_delivery_note\", \"is_reverse_charge\", \"is_export_with_gst\", \"amended_from\", \"accounting_dimensions_section\", \"cost_center\", \"dimension_col_break\", \"project\", \"currency_and_price_list\", \"currency\", \"conversion_rate\", \"column_break2\", \"selling_price_list\", \"price_list_currency\", \"plc_conversion_rate\", \"ignore_pricing_rule\", \"sec_warehouse\", \"scan_barcode\", \"new_scan_barcode\", \"column_break_28\", \"set_warehouse\", \"items_section\", \"items\", \"section_break_31\", \"discounted_amount\", \"total_qty\", \"total_net_weight\", \"column_break_33\", \"base_total\", \"base_net_total\", \"column_break_33a\", \"total\", \"net_total\", \"taxes_section\", \"tax_category\", \"taxes_and_charges\", \"column_break_38\", \"shipping_rule\", \"column_break_49\", \"incoterm\", \"named_place\", \"section_break_40\", \"taxes\", \"section_break_43\", \"base_total_taxes_and_charges\", \"column_break_46\", \"total_taxes_and_charges\", \"totals\", \"base_grand_total\", \"base_rounding_adjustment\", \"base_rounded_total\", \"base_in_words\", \"column_break3\", \"grand_total\", \"rounding_adjustment\", \"rounded_total\", \"in_words\", \"advance_paid\", \"disable_rounded_total\", \"section_break_48\", \"apply_discount_on\", \"base_discount_amount\", \"coupon_code\", \"column_break_50\", \"additional_discount_percentage\", \"discount_amount\", \"sec_tax_breakup\", \"other_charges_calculation\", \"packing_list\", \"packed_items\", \"pricing_rule_details\", \"pricing_rules\", \"contact_info\", \"billing_address_column\", \"customer_address\", \"address_display\", \"billing_address_gstin\", \"gst_category\", \"place_of_supply\", \"customer_group\", \"territory\", \"column_break_84\", \"contact_person\", \"contact_display\", \"contact_phone\", \"contact_mobile\", \"contact_email\", \"shipping_address_column\", \"shipping_address_name\", \"shipping_address\", \"column_break_93\", \"dispatch_address_name\", \"dispatch_address\", \"col_break46\", \"company_address\", \"company_gstin\", \"column_break_92\", \"company_address_display\", \"payment_schedule_section\", \"payment_terms_section\", \"payment_terms_template\", \"payment_schedule\", \"terms_section_break\", \"tc_name\", \"terms\", \"more_info\", \"section_break_78\", \"status\", \"delivery_status\", \"per_delivered\", \"column_break_81\", \"per_billed\", \"per_picked\", \"billing_status\", \"sales_team_section_break\", \"sales_partner\", \"column_break7\", \"amount_eligible_for_commission\", \"commission_rate\", \"total_commission\", \"section_break1\", \"sales_team\", \"loyalty_points_redemption\", \"loyalty_points\", \"column_break_116\", \"loyalty_amount\", \"subscription_section\", \"from_date\", \"to_date\", \"column_break_108\", \"auto_repeat\", \"update_auto_repeat_reference\", \"printing_details\", \"letter_head\", \"group_same_items\", \"column_break4\", \"select_print_heading\", \"language\", \"additional_info_section\", \"is_internal_customer\", \"represents_company\", \"column_break_152\", \"source\", \"inter_company_order_reference\", \"campaign\", \"party_account_currency\", \"connections_tab\", \"transport_info\", \"ecommerce_gstin\", \"vehicle_no\", \"gst_section\", \"gst_col_break\"]" + "value": "prompt" }, { "default_value": null, - "doc_type": "Sales Order", + "doc_type": "Employee", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "naming_series", + "field_name": "employee", "is_system_generated": 0, - "modified": "2023-11-20 12:26:58.576200", - "module": null, - "name": "Sales Order-naming_series-options", - "property": "options", - "property_type": "Text", + "modified": "2024-03-27 21:24:39.077525", + "module": "Khetan HR", + "name": "Employee-employee-read_only", + "property": "read_only", + "property_type": "Check", "row_name": null, - "value": "SAL-ORD-.YYYY.-" + "value": "1" }, { "default_value": null, - "doc_type": "Sales Order", + "doc_type": "Employee", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "naming_series", + "field_name": "cell_number", "is_system_generated": 0, - "modified": "2023-11-20 12:26:58.681678", - "module": null, - "name": "Sales Order-naming_series-default", - "property": "default", - "property_type": "Text", + "modified": "2024-03-27 21:26:14.582926", + "module": "Khetan HR", + "name": "Employee-cell_number-mandatory_depends_on", + "property": "mandatory_depends_on", + "property_type": "Data", "row_name": null, - "value": "SAL-ORD-.YYYY.-" + "value": "eval:doc.company==\"Khetan Udyog\"" }, { "default_value": null, - "doc_type": "Stock Entry", + "doc_type": "Employee", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "scan_barcode", + "field_name": "aadhaar_number", "is_system_generated": 0, - "modified": "2023-12-13 10:44:48.600020", - "module": "khetangroup", - "name": "Stock Entry-scan_barcode-hidden", - "property": "hidden", - "property_type": "Check", + "modified": "2024-03-27 21:26:54.203294", + "module": "Khetan HR", + "name": "Employee-aadhaar_number-mandatory_depends_on", + "property": "mandatory_depends_on", + "property_type": "Data", "row_name": null, - "value": "1" + "value": "eval:doc.company==\"Khetan Udyog\"" }, { "default_value": null, - "doc_type": "Item", + "doc_type": "Salary Component", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocField", - "field_name": "allow_negative_stock", + "doctype_or_field": "DocType", + "field_name": null, "is_system_generated": 0, - "modified": "2023-12-18 10:42:31.671803", - "module": "khetangroup", - "name": "Item-allow_negative_stock-read_only", - "property": "read_only", - "property_type": "reqd", + "modified": "2024-03-27 22:06:27.040972", + "module": "Khetan HR", + "name": "Salary Component-main-field_order", + "property": "field_order", + "property_type": "Data", "row_name": null, - "value": "1" + "value": "[\"overview_tab\", \"salary_component\", \"salary_component_abbr\", \"type\", \"description\", \"custom_earning_component_type\", \"component_type\", \"custom_rate_per_coupan\", \"column_break_4\", \"depends_on_payment_days\", \"is_tax_applicable\", \"deduct_full_tax_on_selected_payroll_date\", \"variable_based_on_taxable_salary\", \"is_income_tax_component\", \"exempted_from_income_tax\", \"round_to_the_nearest_integer\", \"statistical_component\", \"do_not_include_in_total\", \"remove_if_zero_valued\", \"disabled\", \"section_break_5\", \"accounts\", \"configure_component_tab\", \"condition_and_formula\", \"condition\", \"amount\", \"amount_based_on_formula\", \"formula\", \"column_break_28\", \"help\", \"flexible_benefits_tab\", \"is_flexible_benefit\", \"max_benefit_amount\", \"column_break_9\", \"pay_against_benefit_claim\", \"only_tax_impact\", \"create_separate_payment_entry_against_benefit_claim\"]" }, { "default_value": null, - "doc_type": "Quotation Item", + "doc_type": "Additional Salary", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocType", "field_name": null, "is_system_generated": 0, - "modified": "2024-01-23 11:25:31.086592", - "module": null, - "name": "Quotation Item-main-field_order", + "modified": "2024-05-21 08:35:23.982169", + "module": "Khetan HR", + "name": "Additional Salary-main-field_order", "property": "field_order", "property_type": "Data", "row_name": null, - "value": "[\"item_code\", \"item_c\", \"customer_item_code\", \"col_break1\", \"item_name\", \"section_break_5\", \"description\", \"gst_hsn_code\", \"is_nil_exempt\", \"is_non_gst\", \"item_group\", \"brand\", \"image_section\", \"image\", \"image_view\", \"quantity_and_rate\", \"qty\", \"stock_uom\", \"col_break2\", \"uom\", \"conversion_factor\", \"stock_qty\", \"section_break_16\", \"price_list_rate\", \"base_price_list_rate\", \"discount_and_margin\", \"margin_type\", \"margin_rate_or_amount\", \"rate_with_margin\", \"column_break_18\", \"discount_percentage\", \"discount_amount\", \"base_rate_with_margin\", \"section_break1\", \"rate\", \"net_rate\", \"amount\", \"net_amount\", \"item_tax_template\", \"col_break3\", \"base_rate\", \"base_net_rate\", \"base_amount\", \"base_net_amount\", \"pricing_rules\", \"stock_uom_rate\", \"is_free_item\", \"is_alternative\", \"has_alternative_item\", \"section_break_43\", \"valuation_rate\", \"column_break_45\", \"gross_profit\", \"item_weight_details\", \"weight_per_unit\", \"total_weight\", \"column_break_20\", \"custom_box_wise_cal_weight\", \"weight_uom\", \"extra_fields\", \"company\", \"weight\", \"size\", \"grade\", \"default_set\", \"qty_box\", \"total_set\", \"total_inches\", \"color_type\", \"set_box\", \"normal_margin\", \"special_margin\", \"rate1\", \"column_break_59\", \"price_amt\", \"special_size\", \"discount_amt\", \"shape_type\", \"item_main\", \"thickness\", \"weight_diff\", \"color\", \"products_type\", \"item_type\", \"pcs\", \"estimated_amount\", \"pipe\", \"sheet\", \"pillar\", \"blustor\", \"item_202\", \"item_304\", \"item_316\", \"products_parent_type\", \"reference\", \"warehouse\", \"against_blanket_order\", \"blanket_order\", \"blanket_order_rate\", \"column_break_30\", \"prevdoc_doctype\", \"prevdoc_docname\", \"item_balance\", \"projected_qty\", \"actual_qty\", \"col_break4\", \"stock_balance\", \"item_tax_rate\", \"shopping_cart_section\", \"additional_notes\", \"section_break_61\", \"page_break\"]" + "value": "[\"naming_series\", \"employee\", \"employee_name\", \"custom_employee_type\", \"department\", \"custom_status\", \"column_break_5\", \"custom_posting_date\", \"company\", \"aadhaar_number\", \"is_recurring\", \"disabled\", \"from_date\", \"to_date\", \"payroll_date\", \"amended_from\", \"salary_details_section\", \"salary_component\", \"type\", \"currency\", \"amount\", \"column_break_8\", \"deduct_full_tax_on_selected_payroll_date\", \"overwrite_salary_structure_amount\", \"properties_and_references_section\", \"custom_additional_payment\", \"custom_payment_type\", \"ref_doctype\", \"ref_docname\"]" }, { "default_value": null, - "doc_type": "Address", + "doc_type": "Salary Detail", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocType", "field_name": null, "is_system_generated": 0, - "modified": "2024-01-29 19:16:37.004833", - "module": null, - "name": "Address-main-field_order", + "modified": "2024-05-21 08:35:23.966180", + "module": "Khetan HR", + "name": "Salary Detail-main-field_order", "property": "field_order", "property_type": "Data", "row_name": null, - "value": "[\"address_details\", \"address_title\", \"address_type\", \"address_line1\", \"address_line2\", \"city\", \"county\", \"state\", \"country\", \"pincode\", \"column_break0\", \"email_id\", \"phone\", \"fax\", \"tax_category\", \"is_primary_address\", \"is_shipping_address\", \"disabled\", \"tax_details_section\", \"gstin\", \"gst_state\", \"tax_details_column_break\", \"gst_category\", \"gst_state_number\", \"linked_with\", \"is_your_company_address\", \"links\"]" + "value": "[\"salary_component\", \"custom_type\", \"custom_earning_component_type\", \"custom_deduction_component_type\", null, \"abbr\", \"column_break_3\", \"amount\", \"year_to_date\", \"section_break_5\", \"additional_salary\", \"is_recurring_additional_salary\", \"statistical_component\", \"depends_on_payment_days\", \"exempted_from_income_tax\", \"is_tax_applicable\", \"column_break_11\", \"is_flexible_benefit\", \"variable_based_on_taxable_salary\", \"do_not_include_in_total\", \"deduct_full_tax_on_selected_payroll_date\", \"section_break_2\", \"condition\", \"column_break_18\", \"amount_based_on_formula\", \"formula\", \"section_break_19\", \"default_amount\", \"additional_amount\", \"column_break_24\", \"tax_on_flexible_benefit\", \"tax_on_additional_salary\"]" }, { "default_value": null, - "doc_type": "Address", + "doc_type": "Salary Slip", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocField", - "field_name": "pincode", + "doctype_or_field": "DocType", + "field_name": null, "is_system_generated": 0, - "modified": "2024-01-29 19:17:03.216403", - "module": null, - "name": "Address-pincode-mandatory_depends_on", - "property": "mandatory_depends_on", + "modified": "2024-05-21 08:35:23.953654", + "module": "Khetan HR", + "name": "Salary Slip-main-field_order", + "property": "field_order", "property_type": "Data", "row_name": null, - "value": "eval: doc.country == 'India' &&(gst_settings.enable_e_invoice || gst_settings.enable_e_waybill)" + "value": "[\"employee_and_payroll_tab\", \"section_break_6\", \"employee\", \"employee_name\", \"department\", \"designation\", \"branch\", \"column_break_obdl\", \"posting_date\", \"letter_head\", \"column_break_18\", \"status\", \"company\", \"currency\", \"exchange_rate\", \"section_break_gsts\", \"payroll_frequency\", \"start_date\", \"end_date\", \"column_break_ptcc\", \"salary_structure\", \"payroll_entry\", \"mode_of_payment\", \"column_break_wyhp\", \"salary_slip_based_on_timesheet\", \"section_break_gerh\", \"deduct_tax_for_unclaimed_employee_benefits\", \"deduct_tax_for_unsubmitted_tax_exemption_proof\", \"payment_days_tab\", \"total_working_days\", \"unmarked_days\", \"leave_without_pay\", \"column_break_geio\", \"absent_days\", \"payment_days\", \"present_days\", \"help_section\", \"payment_days_calculation_help\", \"earnings_and_deductions_tab\", \"timesheets_section\", \"timesheets\", \"column_break_ghjr\", \"total_working_hours\", \"hour_rate\", \"base_hour_rate\", \"earning_deduction\", \"earnings\", \"column_break_k1jz\", \"deductions\", null, null, \"totals\", \"gross_pay\", \"base_gross_pay\", \"gross_year_to_date\", \"base_gross_year_to_date\", \"column_break_25\", \"total_deduction\", \"base_total_deduction\", \"loan_repayment\", \"loans\", \"section_break_43\", \"total_principal_amount\", \"total_interest_amount\", \"column_break_45\", \"total_loan_repayment\", \"net_pay_info\", \"net_pay\", \"base_net_pay\", \"rounded_total\", \"base_rounded_total\", \"column_break_dqnd\", \"year_to_date\", \"base_year_to_date\", \"month_to_date\", \"base_month_to_date\", \"section_break_55\", \"total_in_words\", \"column_break_69\", \"base_total_in_words\", \"income_tax_calculation_breakup_section\", \"ctc\", \"income_from_other_sources\", \"total_earnings\", \"column_break_0rsw\", \"non_taxable_earnings\", \"standard_tax_exemption_amount\", \"tax_exemption_declaration\", \"deductions_before_tax_calculation\", \"annual_taxable_amount\", \"column_break_35wb\", \"income_tax_deducted_till_date\", \"current_month_income_tax\", \"future_income_tax_deductions\", \"total_income_tax\", \"section_break_75\", \"journal_entry\", \"amended_from\", \"column_break_ieob\", \"bank_name\", \"bank_account_no\", \"leave_details_section\", \"leave_details\"]" }, { "default_value": null, @@ -6357,78 +7573,78 @@ "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "naming_series", + "field_name": "employee_type", "is_system_generated": 0, - "modified": "2024-02-08 12:19:24.234392", - "module": "", - "name": "Employee-naming_series-hidden", - "property": "hidden", + "modified": "2024-05-22 11:20:28.773048", + "module": "Khetan HR", + "name": "Employee-employee_name-reqd", + "property": "reqd", "property_type": "Check", "row_name": null, "value": "1" }, { "default_value": null, - "doc_type": "Quotation", + "doc_type": "Attendance", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocType", "field_name": null, "is_system_generated": 0, - "modified": "2024-04-11 17:54:12.417757", - "module": null, - "name": "Quotation-main-field_order", + "modified": "2024-06-22 23:05:48.903734", + "module": "Khetan HR", + "name": "Attendance-main-field_order", "property": "field_order", "property_type": "Data", "row_name": null, - "value": "[\"customer_section\", \"title\", \"naming_series\", \"quotation_to\", \"party_name\", \"customer_name\", \"is_reverse_charge\", \"is_export_with_gst\", \"column_break_7\", \"transaction_date\", \"valid_till\", \"customer_type\", \"is_special\", \"is_general\", \"column_break1\", \"order_type\", \"company\", \"material_transfer\", \"company_unit\", \"amended_from\", \"brand\", \"currency_and_price_list\", \"currency\", \"conversion_rate\", \"column_break2\", \"selling_price_list\", \"price_list_currency\", \"plc_conversion_rate\", \"ignore_pricing_rule\", \"items_section\", \"scan_barcode\", \"select_item_type\", \"section_break_28\", \"rate202\", \"sheet202\", \"column_break_29\", \"rate304\", \"sheet304\", \"column_break_33\", \"rate316\", \"details_of_blustor_and_pillar\", \"rbgm55202\", \"sqbgm55202\", \"rbgm55304\", \"sqbgm55304\", \"mpillar11202\", \"mpillar11304\", \"column_break_38\", \"rbgm65202\", \"sqbgm70202\", \"rbgm65304\", \"sqbgm70304\", \"mpillar13202\", \"mpillar13304\", \"column_break_40\", \"rbgm70202\", \"sqbgm65202\", \"rbgm70304\", \"sqbgm65304\", \"mpillar15202\", \"mpillar15304\", \"column_break_45\", \"rbgm90202\", \"sqbgm90202\", \"rbgm90304\", \"sqbgm90304\", \"mpillar17202\", \"mpillar17304\", \"column_break_44\", \"rbgm110202\", \"sqbgm110202\", \"rbgm110304\", \"sqbgm110304\", \"mpillar22202\", \"mpillar22304\", \"section_break_27\", \"items\", \"sec_break23\", \"section_break_26\", \"quantity202\", \"quantity304\", \"total_qty\", \"total_invoice_qty\", \"total_material_return_qty\", \"custom_total_weight_set\", \"total_net_weight\", \"column_break_28\", \"quantity316\", \"discounted_amount\", \"total_no_items\", \"base_total\", \"base_net_total\", \"column_break_31\", \"total_sold_weight\", \"total\", \"net_total\", \"taxes_section\", \"tax_category\", \"taxes_and_charges\", \"column_break_36\", \"shipping_rule\", \"column_break_34\", \"incoterm\", \"named_place\", \"section_break_36\", \"taxes\", \"section_break_39\", \"base_total_taxes_and_charges\", \"column_break_42\", \"total_taxes_and_charges\", \"totals\", \"base_grand_total\", \"base_rounding_adjustment\", \"base_rounded_total\", \"base_in_words\", \"column_break3\", \"grand_total\", \"rounding_adjustment\", \"rounded_total\", \"in_words\", \"section_break_44\", \"apply_discount_on\", \"base_discount_amount\", \"coupon_code\", \"column_break_46\", \"additional_discount_percentage\", \"discount_amount\", \"referral_sales_partner\", \"sec_tax_breakup\", \"other_charges_calculation\", \"bundle_items_section\", \"packed_items\", \"pricing_rule_details\", \"pricing_rules\", \"address_and_contact_tab\", \"billing_address_section\", \"customer_address\", \"address_display\", \"billing_address_gstin\", \"gst_category\", \"place_of_supply\", \"col_break98\", \"contact_person\", \"contact_display\", \"contact_mobile\", \"contact_email\", \"shipping_address_section\", \"shipping_address_name\", \"column_break_81\", \"shipping_address\", \"company_address_section\", \"company_address\", \"company_gstin\", \"column_break_87\", \"company_address_display\", \"terms_tab\", \"payment_schedule_section\", \"payment_terms_template\", \"payment_schedule\", \"terms_section_break\", \"tc_name\", \"terms\", \"more_info_tab\", \"subscription_section\", \"auto_repeat\", \"update_auto_repeat_reference\", \"print_settings\", \"letter_head\", \"group_same_items\", \"column_break_73\", \"select_print_heading\", \"language\", \"lost_reasons_section\", \"lost_reasons\", \"competitors\", \"column_break_117\", \"order_lost_reason\", \"additional_info_section\", \"status\", \"customer_group\", \"territory\", \"column_break_108\", \"campaign\", \"source\", \"column_break4\", \"opportunity\", \"supplier_quotation\", \"enq_det\", \"connections_tab\", \"reports\", \"test1\", \"test2\", \"202\", \"pipe_202\", \"pipe_202_pcs\", \"pipe_202_actual_w\", \"pipe_202_total_amount\", \"pipe_304\", \"pipe_304_pcs\", \"pipe_304_actual_w\", \"pipe_304_total_amount\", \"pipe_316\", \"test3\", \"pipe_316_pcs\", \"pipe_316_actual_w\", \"pipe_316_total_amount\", \"sheet\", \"test4\", \"test5\", \"section_break_vbbwa\", \"sheet_202\", \"sheet_202_pcs\", \"sheet_202_actual_w\", \"sheet_202_total_amount\", \"sheet_304\", \"sheet_304_pcs\", \"sheet_304_actual_w\", \"sheet_304_total_amount\"]" + "value": "[\"attendance_details\", \"naming_series\", \"employee\", \"employee_name\", \"working_hours\", \"new_hours\", \"overtime\", \"custom_total_hours\", \"custom_late_hour_deduction\", \"status\", \"leave_type\", \"leave_application\", \"column_break0\", \"attendance_date\", \"company\", \"custom_company_unit\", \"department\", \"custom_employee_type\", \"attendance_request\", \"custom_allow_late_entry_relaxation\", \"details_section\", \"shift\", \"check_in_time\", \"check_out_time\", \"custom_late_entry\", \"custom_early_exit\", \"in_time\", \"out_time\", \"column_break_18\", \"custom_remarks\", \"custom_employee_checkin\", \"custom_employee_checkout\", \"late_entry\", \"early_exit\", \"amended_from\"]" }, { "default_value": null, - "doc_type": "Qr Code", + "doc_type": "Employee", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocField", - "field_name": "naming_series", - "is_system_generated": 1, - "modified": "2024-04-11 17:57:30.606816", - "module": null, - "name": "Qr Code-naming_series-in_list_view", - "property": "in_list_view", - "property_type": "Check", + "doctype_or_field": "DocType", + "field_name": null, + "is_system_generated": 0, + "modified": "2024-07-25 15:32:30.355069", + "module": "Khetan HR", + "name": "Employee-main-field_order", + "property": "field_order", + "property_type": "Data", "row_name": null, - "value": "1" + "value": "[\"basic_details_tab\", \"basic_information\", \"employee\", \"custom_office_or_plant\", \"naming_series\", \"first_name\", \"middle_name\", \"last_name\", \"employee_name\", \"column_break_9\", \"gender\", \"date_of_birth\", \"cell_number\", \"custom_referring_person\", \"custom_referring_person_name\", \"custom_referring_person_contact\", \"salutation\", \"column_break1\", \"aadhaar_number\", \"date_of_joining\", \"image\", \"status\", \"erpnext_user\", \"user_id\", \"create_user\", \"create_user_permission\", \"company_details_section\", \"company\", \"department\", \"employment_type\", \"employee_number\", \"column_break_25\", \"designation\", \"plant\", \"reports_to\", \"column_break_18\", \"payment_frequency\", \"employee_type\", \"branch\", \"grade\", \"employment_details\", \"job_applicant\", \"scheduled_confirmation_date\", \"column_break_32\", \"final_confirmation_date\", \"contract_end_date\", \"col_break_22\", \"notice_number_of_days\", \"date_of_retirement\", \"contact_details\", \"column_break_40\", \"personal_email\", \"company_email\", \"column_break4\", \"prefered_contact_email\", \"prefered_email\", \"unsubscribed\", \"address_section\", \"current_address\", \"current_accommodation_type\", \"column_break_46\", \"permanent_address\", \"permanent_accommodation_type\", \"emergency_contact_details\", \"person_to_be_contacted\", \"column_break_55\", \"emergency_phone_number\", \"column_break_19\", \"relation\", \"attendance_and_leave_details\", \"attendance_device_id\", null, \"column_break_44\", \"holiday_list\", \"default_shift\", \"approvers_section\", \"expense_approver\", \"leave_approver\", \"column_break_45\", \"shift_request_approver\", \"salary_information\", \"daily_rate\", \"custom_standard_shift_hours\", \"ctc\", \"salary_currency\", \"salary_mode\", \"salary_cb\", \"payroll_cost_center\", \"pan_number\", \"provident_fund_account\", \"esi_account\", \"uan_number\", \"bank_details_section\", \"bank_name\", \"column_break_heye\", \"bank_ac_no\", \"bank_cb\", \"ifsc_code\", \"micr_code\", \"iban\", \"personal_details\", \"marital_status\", \"family_background\", \"column_break6\", \"blood_group\", \"health_details\", \"health_insurance_section\", \"health_insurance_provider\", \"health_insurance_no\", \"passport_details_section\", \"passport_number\", \"valid_upto\", \"column_break_73\", \"date_of_issue\", \"place_of_issue\", \"profile_tab\", \"bio\", \"educational_qualification\", \"education\", \"previous_work_experience\", \"external_work_history\", \"history_in_company\", \"internal_work_history\", \"exit\", \"resignation_letter_date\", \"relieving_date\", \"exit_interview_details\", \"held_on\", \"new_workplace\", \"column_break_99\", \"leave_encashed\", \"encashment_date\", \"feedback_section\", \"reason_for_leaving\", \"column_break_104\", \"feedback\", \"lft\", \"rgt\", \"old_parent\", \"connections_tab\"]" }, { "default_value": null, - "doc_type": "Qr Code", + "doc_type": "Sales Order", "docstatus": 0, "doctype": "Property Setter", "doctype_or_field": "DocField", - "field_name": "item_code", - "is_system_generated": 1, - "modified": "2024-04-11 17:57:30.593903", + "field_name": "naming_series", + "is_system_generated": 0, + "modified": "2026-06-09 14:35:08.315189", "module": null, - "name": "Qr Code-item_code-in_list_view", - "property": "in_list_view", - "property_type": "Check", + "name": "Sales Order-naming_series-permlevel", + "property": "permlevel", + "property_type": "Int", "row_name": null, - "value": "1" + "value": "0" }, { "default_value": null, - "doc_type": "Sales Invoice Item", + "doc_type": "Sales Order", "docstatus": 0, "doctype": "Property Setter", - "doctype_or_field": "DocField", - "field_name": "qty", + "doctype_or_field": "DocType", + "field_name": null, "is_system_generated": 0, - "modified": "2024-06-03 09:49:49.583074", - "module": "khetangroup", - "name": "Sales Invoice Item-qty-read_only", - "property": "read_only", - "property_type": "Check", + "modified": "2026-06-09 14:35:13.232984", + "module": null, + "name": "Sales Order-main-field_order", + "property": "field_order", + "property_type": "Data", "row_name": null, - "value": "1" + "value": "[\"customer_section\", \"column_break0\", \"title\", \"naming_series\", \"customer\", \"customer_name\", \"tax_id\", \"order_type\", \"column_break_7\", \"transaction_date\", \"transaction_time\", \"delivery_date\", \"column_break1\", \"po_no\", \"po_date\", \"company\", \"skip_delivery_note\", \"has_unit_price_items\", \"is_subcontracted\", \"is_reverse_charge\", \"is_export_with_gst\", \"amended_from\", \"section_break_zstt\", \"accounting_dimensions_section\", \"cost_center\", \"dimension_col_break\", \"project\", \"currency_and_price_list\", \"currency\", \"conversion_rate\", \"column_break2\", \"selling_price_list\", \"price_list_currency\", \"plc_conversion_rate\", \"ignore_pricing_rule\", \"sec_warehouse\", \"scan_barcode\", \"last_scanned_warehouse\", \"new_scan_barcode\", \"column_break_28\", \"set_warehouse\", \"reserve_stock\", \"items_section\", \"items\", \"section_break_31\", \"discounted_amount\", \"total_qty\", \"total_net_weight\", \"column_break_33\", \"base_total\", \"base_net_total\", \"column_break_33a\", \"total\", \"net_total\", \"taxes_section\", \"tax_category\", \"taxes_and_charges\", \"column_break_38\", \"shipping_rule\", \"column_break_49\", \"incoterm\", \"named_place\", \"section_break_40\", \"taxes\", \"section_break_43\", \"base_total_taxes_and_charges\", \"column_break_46\", \"total_taxes_and_charges\", \"totals_section\", \"base_grand_total\", \"base_rounding_adjustment\", \"base_rounded_total\", \"section_break_efew\", \"base_in_words\", \"column_break_bgfw\", \"grand_total\", \"rounding_adjustment\", \"rounded_total\", \"base_totals_section\", \"in_words\", \"advance_paid\", \"additional_discount_section\", \"disable_rounded_total\", \"column_break_nuxg\", \"apply_discount_on\", \"base_discount_amount\", \"coupon_code\", \"column_break_50\", \"additional_discount_percentage\", \"discount_amount\", \"sec_tax_breakup\", \"other_charges_calculation\", \"item_wise_tax_details\", \"section_gst_breakup\", \"gst_breakup_table\", \"packing_list\", \"packed_items\", \"pricing_rule_details\", \"pricing_rules\", \"contact_info\", \"billing_address_column\", \"customer_address\", \"address_display\", \"billing_address_gstin\", \"gst_category\", \"place_of_supply\", \"customer_group\", \"territory\", \"column_break_84\", \"contact_person\", \"contact_display\", \"contact_phone\", \"contact_mobile\", \"contact_email\", \"shipping_address_column\", \"shipping_address_name\", \"shipping_address\", \"column_break_93\", \"dispatch_address_name\", \"dispatch_address\", \"col_break46\", \"company_address\", \"company_gstin\", \"column_break_92\", \"company_contact_person\", \"company_address_display\", \"payment_schedule_section\", \"payment_terms_section\", \"ignore_default_payment_terms_template\", \"payment_terms_template\", \"payment_schedule\", \"terms_section_break\", \"tc_name\", \"terms\", \"more_info\", \"section_break_78\", \"status\", \"delivery_status\", \"per_delivered\", \"column_break_81\", \"per_billed\", \"per_picked\", \"billing_status\", \"advance_payment_status\", \"sales_team_section_break\", \"sales_partner\", \"column_break7\", \"amount_eligible_for_commission\", \"commission_rate\", \"total_commission\", \"section_break1\", \"sales_team\", \"loyalty_points_redemption\", \"loyalty_points\", \"column_break_116\", \"loyalty_amount\", \"auto_repeat_section\", \"from_date\", \"to_date\", \"column_break_108\", \"auto_repeat\", \"update_auto_repeat_reference\", \"printing_details\", \"letter_head\", \"group_same_items\", \"column_break4\", \"select_print_heading\", \"language\", \"utm_analytics_section\", \"utm_source\", \"utm_medium\", \"column_break_ijxt\", \"utm_campaign\", \"utm_content\", \"additional_info_section\", \"is_internal_customer\", \"represents_company\", \"column_break_yvzv\", \"inter_company_order_reference\", \"party_account_currency\", \"connections_tab\", \"transport_info\", \"ecommerce_gstin\", \"gst_col_break\", \"ecommerce_supply_type\", \"vehicle_no\", \"gst_section\"]" } ] \ No newline at end of file From 5f2c0f710d7126a67342bdb0e22c0017545ea69f Mon Sep 17 00:00:00 2001 From: Om-satat24 Date: Wed, 15 Jul 2026 18:31:47 +0530 Subject: [PATCH 7/7] chore: ignore local bench artifacts and workspace files --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 899445c..cc30496 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,6 @@ *.swp tags khetangroup/docs/current -node_modules/ \ No newline at end of file +node_modules/khetangroup/apps/ +*.bak +*.code-workspace