mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
refactor(UI): Rearranging fields under new sections
(cherry picked from commit 7244754d28)
This commit is contained in:
@@ -48,24 +48,30 @@
|
|||||||
"default_bank_account",
|
"default_bank_account",
|
||||||
"default_cash_account",
|
"default_cash_account",
|
||||||
"default_receivable_account",
|
"default_receivable_account",
|
||||||
"round_off_account",
|
"default_payable_account",
|
||||||
"round_off_for_opening",
|
|
||||||
"round_off_cost_center",
|
|
||||||
"write_off_account",
|
"write_off_account",
|
||||||
"exchange_gain_loss_account",
|
|
||||||
"unrealized_exchange_gain_loss_account",
|
|
||||||
"unrealized_profit_loss_account",
|
"unrealized_profit_loss_account",
|
||||||
"column_break0",
|
"column_break0",
|
||||||
"allow_account_creation_against_child_company",
|
"allow_account_creation_against_child_company",
|
||||||
"default_payable_account",
|
|
||||||
"default_expense_account",
|
"default_expense_account",
|
||||||
"default_income_account",
|
"default_income_account",
|
||||||
"default_deferred_revenue_account",
|
|
||||||
"default_deferred_expense_account",
|
|
||||||
"default_discount_account",
|
"default_discount_account",
|
||||||
"payment_terms",
|
"payment_terms",
|
||||||
"cost_center",
|
"cost_center",
|
||||||
"default_finance_book",
|
"default_finance_book",
|
||||||
|
"exchange_gain__loss_section",
|
||||||
|
"exchange_gain_loss_account",
|
||||||
|
"column_break_sttp",
|
||||||
|
"unrealized_exchange_gain_loss_account",
|
||||||
|
"round_off_section",
|
||||||
|
"round_off_account",
|
||||||
|
"round_off_cost_center",
|
||||||
|
"column_break_jqfo",
|
||||||
|
"round_off_for_opening",
|
||||||
|
"deferred_accounting_section",
|
||||||
|
"default_deferred_revenue_account",
|
||||||
|
"column_break_dcdl",
|
||||||
|
"default_deferred_expense_account",
|
||||||
"advance_payments_section",
|
"advance_payments_section",
|
||||||
"book_advance_payments_in_separate_party_account",
|
"book_advance_payments_in_separate_party_account",
|
||||||
"reconcile_on_advance_payment_date",
|
"reconcile_on_advance_payment_date",
|
||||||
@@ -287,7 +293,7 @@
|
|||||||
{
|
{
|
||||||
"fieldname": "default_settings",
|
"fieldname": "default_settings",
|
||||||
"fieldtype": "Section Break",
|
"fieldtype": "Section Break",
|
||||||
"label": "Accounts Settings",
|
"label": "Default Accounts",
|
||||||
"oldfieldtype": "Section Break"
|
"oldfieldtype": "Section Break"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -808,6 +814,33 @@
|
|||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
"label": "Round Off for Opening",
|
"label": "Round Off for Opening",
|
||||||
"options": "Account"
|
"options": "Account"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "exchange_gain__loss_section",
|
||||||
|
"fieldtype": "Section Break",
|
||||||
|
"label": "Exchange Gain / Loss"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "round_off_section",
|
||||||
|
"fieldtype": "Section Break",
|
||||||
|
"label": "Round Off"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "deferred_accounting_section",
|
||||||
|
"fieldtype": "Section Break",
|
||||||
|
"label": "Deferred Accounting"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "column_break_sttp",
|
||||||
|
"fieldtype": "Column Break"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "column_break_jqfo",
|
||||||
|
"fieldtype": "Column Break"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "column_break_dcdl",
|
||||||
|
"fieldtype": "Column Break"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"icon": "fa fa-building",
|
"icon": "fa fa-building",
|
||||||
@@ -815,7 +848,7 @@
|
|||||||
"image_field": "company_logo",
|
"image_field": "company_logo",
|
||||||
"is_tree": 1,
|
"is_tree": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2024-08-02 11:34:46.785377",
|
"modified": "2024-12-02 15:37:32.723176",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Setup",
|
"module": "Setup",
|
||||||
"name": "Company",
|
"name": "Company",
|
||||||
|
|||||||
Reference in New Issue
Block a user