fix: move company field to first position in sales invoice, purchase invoice, sales order, purchase order and journal entry

(cherry picked from commit 8e9365eb3b)
This commit is contained in:
Shllokkk
2026-02-03 15:04:39 +05:30
committed by Mergify
parent 8b2559ab0c
commit e53ccd0745
6 changed files with 17 additions and 17 deletions

View File

@@ -9,6 +9,7 @@
"engine": "InnoDB", "engine": "InnoDB",
"field_order": [ "field_order": [
"entry_type_and_date", "entry_type_and_date",
"company",
"is_system_generated", "is_system_generated",
"title", "title",
"voucher_type", "voucher_type",
@@ -17,7 +18,6 @@
"reversal_of", "reversal_of",
"column_break1", "column_break1",
"from_template", "from_template",
"company",
"posting_date", "posting_date",
"finance_book", "finance_book",
"apply_tds", "apply_tds",
@@ -638,7 +638,7 @@
"table_fieldname": "payment_entries" "table_fieldname": "payment_entries"
} }
], ],
"modified": "2025-11-13 17:54:14.542903", "modified": "2026-02-03 14:40:39.944524",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Journal Entry", "name": "Journal Entry",

View File

@@ -74,8 +74,8 @@ class JournalEntry(AccountsController):
mode_of_payment: DF.Link | None mode_of_payment: DF.Link | None
multi_currency: DF.Check multi_currency: DF.Check
naming_series: DF.Literal["ACC-JV-.YYYY.-"] naming_series: DF.Literal["ACC-JV-.YYYY.-"]
party_not_required: DF.Check
override_tax_withholding_entries: DF.Check override_tax_withholding_entries: DF.Check
party_not_required: DF.Check
pay_to_recd_from: DF.Data | None pay_to_recd_from: DF.Data | None
payment_order: DF.Link | None payment_order: DF.Link | None
periodic_entry_difference_account: DF.Link | None periodic_entry_difference_account: DF.Link | None

View File

@@ -8,12 +8,12 @@
"email_append_to": 1, "email_append_to": 1,
"engine": "InnoDB", "engine": "InnoDB",
"field_order": [ "field_order": [
"company",
"title", "title",
"naming_series", "naming_series",
"supplier", "supplier",
"supplier_name", "supplier_name",
"tax_id", "tax_id",
"company",
"column_break_6", "column_break_6",
"posting_date", "posting_date",
"posting_time", "posting_time",
@@ -1668,7 +1668,7 @@
"idx": 204, "idx": 204,
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2026-01-29 21:21:53.051193", "modified": "2026-02-03 14:23:47.937128",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Purchase Invoice", "name": "Purchase Invoice",

View File

@@ -8,12 +8,12 @@
"engine": "InnoDB", "engine": "InnoDB",
"field_order": [ "field_order": [
"customer_section", "customer_section",
"company",
"company_tax_id",
"naming_series", "naming_series",
"customer", "customer",
"customer_name", "customer_name",
"tax_id", "tax_id",
"company",
"company_tax_id",
"column_break1", "column_break1",
"posting_date", "posting_date",
"posting_time", "posting_time",
@@ -2306,7 +2306,7 @@
"link_fieldname": "consolidated_invoice" "link_fieldname": "consolidated_invoice"
} }
], ],
"modified": "2026-01-30 16:45:59.682473", "modified": "2026-02-03 14:09:44.347133",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Sales Invoice", "name": "Sales Invoice",

View File

@@ -9,10 +9,9 @@
"engine": "InnoDB", "engine": "InnoDB",
"field_order": [ "field_order": [
"supplier_section", "supplier_section",
"company",
"title", "title",
"naming_series", "naming_series",
"supplier",
"supplier_name",
"order_confirmation_no", "order_confirmation_no",
"order_confirmation_date", "order_confirmation_date",
"get_items_from_open_material_requests", "get_items_from_open_material_requests",
@@ -21,8 +20,9 @@
"transaction_date", "transaction_date",
"schedule_date", "schedule_date",
"column_break1", "column_break1",
"company", "supplier",
"is_subcontracted", "is_subcontracted",
"supplier_name",
"has_unit_price_items", "has_unit_price_items",
"supplier_warehouse", "supplier_warehouse",
"amended_from", "amended_from",
@@ -1310,7 +1310,7 @@
"idx": 105, "idx": 105,
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2026-01-29 21:22:54.323838", "modified": "2026-02-03 14:44:55.192192",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Buying", "module": "Buying",
"name": "Purchase Order", "name": "Purchase Order",

View File

@@ -11,18 +11,18 @@
"field_order": [ "field_order": [
"customer_section", "customer_section",
"column_break0", "column_break0",
"company",
"naming_series", "naming_series",
"customer",
"customer_name",
"tax_id",
"order_type", "order_type",
"column_break_7", "column_break_7",
"transaction_date", "transaction_date",
"delivery_date", "delivery_date",
"column_break1", "column_break1",
"customer",
"customer_name",
"tax_id",
"po_no", "po_no",
"po_date", "po_date",
"company",
"skip_delivery_note", "skip_delivery_note",
"has_unit_price_items", "has_unit_price_items",
"is_subcontracted", "is_subcontracted",
@@ -1713,7 +1713,7 @@
"idx": 105, "idx": 105,
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2026-01-29 21:23:48.362401", "modified": "2026-02-03 14:45:50.314361",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Selling", "module": "Selling",
"name": "Sales Order", "name": "Sales Order",