System Settings Added
This commit is contained in:
parent
f1811fbdb4
commit
ebaf047f7b
|
|
@ -107,6 +107,19 @@ return [
|
|||
'locale_based' => true,
|
||||
],
|
||||
]
|
||||
], [
|
||||
'key' => 'sales.invoice_setttings.payment_terms',
|
||||
'name' => 'admin::app.admin.system.payment-terms',
|
||||
'sort' => 1,
|
||||
'fields' => [
|
||||
[
|
||||
'name' => 'due_duration',
|
||||
'title' => 'admin::app.admin.system.due-duration',
|
||||
'type' => 'text',
|
||||
'validation' => 'numeric',
|
||||
'channel_based' => true,
|
||||
],
|
||||
]
|
||||
], [
|
||||
'key' => 'sales.invoice_setttings.invoice_slip_design',
|
||||
'name' => 'admin::app.admin.system.invoice-slip-design',
|
||||
|
|
|
|||
Loading…
Reference in New Issue