mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 21:29:11 +00:00
feat: tabs in pos invoice doctype (#48683)
This commit is contained in:
@@ -30,24 +30,6 @@
|
|||||||
"project",
|
"project",
|
||||||
"dimension_col_break",
|
"dimension_col_break",
|
||||||
"cost_center",
|
"cost_center",
|
||||||
"customer_po_details",
|
|
||||||
"po_no",
|
|
||||||
"column_break_23",
|
|
||||||
"po_date",
|
|
||||||
"address_and_contact",
|
|
||||||
"customer_address",
|
|
||||||
"address_display",
|
|
||||||
"contact_person",
|
|
||||||
"contact_display",
|
|
||||||
"contact_mobile",
|
|
||||||
"contact_email",
|
|
||||||
"territory",
|
|
||||||
"col_break4",
|
|
||||||
"shipping_address_name",
|
|
||||||
"shipping_address",
|
|
||||||
"company_address",
|
|
||||||
"company_address_display",
|
|
||||||
"company_contact_person",
|
|
||||||
"currency_and_price_list",
|
"currency_and_price_list",
|
||||||
"currency",
|
"currency",
|
||||||
"conversion_rate",
|
"conversion_rate",
|
||||||
@@ -91,14 +73,6 @@
|
|||||||
"base_total_taxes_and_charges",
|
"base_total_taxes_and_charges",
|
||||||
"column_break_47",
|
"column_break_47",
|
||||||
"total_taxes_and_charges",
|
"total_taxes_and_charges",
|
||||||
"loyalty_points_redemption",
|
|
||||||
"loyalty_points",
|
|
||||||
"loyalty_amount",
|
|
||||||
"redeem_loyalty_points",
|
|
||||||
"column_break_77",
|
|
||||||
"loyalty_program",
|
|
||||||
"loyalty_redemption_account",
|
|
||||||
"loyalty_redemption_cost_center",
|
|
||||||
"section_break_49",
|
"section_break_49",
|
||||||
"coupon_code",
|
"coupon_code",
|
||||||
"apply_discount_on",
|
"apply_discount_on",
|
||||||
@@ -118,13 +92,7 @@
|
|||||||
"in_words",
|
"in_words",
|
||||||
"total_advance",
|
"total_advance",
|
||||||
"outstanding_amount",
|
"outstanding_amount",
|
||||||
"advances_section",
|
"payments_tab",
|
||||||
"allocate_advances_automatically",
|
|
||||||
"get_advances",
|
|
||||||
"advances",
|
|
||||||
"payment_schedule_section",
|
|
||||||
"payment_terms_template",
|
|
||||||
"payment_schedule",
|
|
||||||
"payments_section",
|
"payments_section",
|
||||||
"cash_bank_account",
|
"cash_bank_account",
|
||||||
"payments",
|
"payments",
|
||||||
@@ -137,6 +105,10 @@
|
|||||||
"column_break_90",
|
"column_break_90",
|
||||||
"change_amount",
|
"change_amount",
|
||||||
"account_for_change_amount",
|
"account_for_change_amount",
|
||||||
|
"advances_section",
|
||||||
|
"allocate_advances_automatically",
|
||||||
|
"get_advances",
|
||||||
|
"advances",
|
||||||
"column_break4",
|
"column_break4",
|
||||||
"write_off_amount",
|
"write_off_amount",
|
||||||
"base_write_off_amount",
|
"base_write_off_amount",
|
||||||
@@ -144,9 +116,41 @@
|
|||||||
"column_break_74",
|
"column_break_74",
|
||||||
"write_off_account",
|
"write_off_account",
|
||||||
"write_off_cost_center",
|
"write_off_cost_center",
|
||||||
|
"loyalty_points_redemption",
|
||||||
|
"loyalty_points",
|
||||||
|
"loyalty_amount",
|
||||||
|
"redeem_loyalty_points",
|
||||||
|
"column_break_77",
|
||||||
|
"loyalty_program",
|
||||||
|
"loyalty_redemption_account",
|
||||||
|
"loyalty_redemption_cost_center",
|
||||||
|
"contact_and_address_tab",
|
||||||
|
"address_and_contact",
|
||||||
|
"customer_address",
|
||||||
|
"address_display",
|
||||||
|
"contact_person",
|
||||||
|
"contact_display",
|
||||||
|
"contact_mobile",
|
||||||
|
"contact_email",
|
||||||
|
"territory",
|
||||||
|
"col_break4",
|
||||||
|
"shipping_address_name",
|
||||||
|
"shipping_address",
|
||||||
|
"company_address",
|
||||||
|
"company_address_display",
|
||||||
|
"company_contact_person",
|
||||||
|
"terms_tab",
|
||||||
|
"payment_schedule_section",
|
||||||
|
"payment_terms_template",
|
||||||
|
"payment_schedule",
|
||||||
"terms_section_break",
|
"terms_section_break",
|
||||||
"tc_name",
|
"tc_name",
|
||||||
"terms",
|
"terms",
|
||||||
|
"more_info_tab",
|
||||||
|
"customer_po_details",
|
||||||
|
"po_no",
|
||||||
|
"column_break_23",
|
||||||
|
"po_date",
|
||||||
"edit_printing_settings",
|
"edit_printing_settings",
|
||||||
"letter_head",
|
"letter_head",
|
||||||
"group_same_items",
|
"group_same_items",
|
||||||
@@ -398,7 +402,6 @@
|
|||||||
"label": "Customer's Purchase Order Date"
|
"label": "Customer's Purchase Order Date"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"collapsible": 1,
|
|
||||||
"fieldname": "address_and_contact",
|
"fieldname": "address_and_contact",
|
||||||
"fieldtype": "Section Break",
|
"fieldtype": "Section Break",
|
||||||
"label": "Address and Contact"
|
"label": "Address and Contact"
|
||||||
@@ -1050,7 +1053,6 @@
|
|||||||
"print_hide": 1
|
"print_hide": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"collapsible": 1,
|
|
||||||
"collapsible_depends_on": "eval:(!doc.is_pos && !doc.is_return)",
|
"collapsible_depends_on": "eval:(!doc.is_pos && !doc.is_return)",
|
||||||
"fieldname": "payment_schedule_section",
|
"fieldname": "payment_schedule_section",
|
||||||
"fieldtype": "Section Break",
|
"fieldtype": "Section Break",
|
||||||
@@ -1130,8 +1132,10 @@
|
|||||||
"read_only": 1
|
"read_only": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"collapsible": 1,
|
||||||
"fieldname": "section_break_88",
|
"fieldname": "section_break_88",
|
||||||
"fieldtype": "Section Break"
|
"fieldtype": "Section Break",
|
||||||
|
"label": "Changes"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"depends_on": "is_pos",
|
"depends_on": "is_pos",
|
||||||
@@ -1218,7 +1222,6 @@
|
|||||||
"print_hide": 1
|
"print_hide": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"collapsible": 1,
|
|
||||||
"collapsible_depends_on": "terms",
|
"collapsible_depends_on": "terms",
|
||||||
"fieldname": "terms_section_break",
|
"fieldname": "terms_section_break",
|
||||||
"fieldtype": "Section Break",
|
"fieldtype": "Section Break",
|
||||||
@@ -1570,12 +1573,32 @@
|
|||||||
"label": "Company Contact Person",
|
"label": "Company Contact Person",
|
||||||
"options": "Contact",
|
"options": "Contact",
|
||||||
"print_hide": 1
|
"print_hide": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "payments_tab",
|
||||||
|
"fieldtype": "Tab Break",
|
||||||
|
"label": "Payments"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "contact_and_address_tab",
|
||||||
|
"fieldtype": "Tab Break",
|
||||||
|
"label": "Address & Contact"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "terms_tab",
|
||||||
|
"fieldtype": "Tab Break",
|
||||||
|
"label": "Terms"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "more_info_tab",
|
||||||
|
"fieldtype": "Tab Break",
|
||||||
|
"label": "More Info"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"icon": "fa fa-file-text",
|
"icon": "fa fa-file-text",
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2025-07-17 16:51:40.886083",
|
"modified": "2025-07-18 16:50:30.516162",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "POS Invoice",
|
"name": "POS Invoice",
|
||||||
|
|||||||
Reference in New Issue
Block a user