mirror of
https://github.com/Karaka-Management/oms-Finance.git
synced 2026-02-16 05:18:42 +00:00
Went through todos
This commit is contained in:
parent
16f1337e4d
commit
e3989ffb21
|
|
@ -24,4 +24,5 @@ return ['Navigation' => [
|
||||||
'Profile' => 'Profil',
|
'Profile' => 'Profil',
|
||||||
'Sales' => 'Umsatz',
|
'Sales' => 'Umsatz',
|
||||||
'Suppliers' => 'Lieferanten',
|
'Suppliers' => 'Lieferanten',
|
||||||
|
'TaxCodes' => 'Steuerkennzeichen',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
|
|
@ -24,4 +24,5 @@ return ['Navigation' => [
|
||||||
'Profile' => 'Profile',
|
'Profile' => 'Profile',
|
||||||
'Sales' => 'Sales',
|
'Sales' => 'Sales',
|
||||||
'Suppliers' => 'Suppliers',
|
'Suppliers' => 'Suppliers',
|
||||||
|
'TaxCodes' => 'Tax Codes',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,11 @@ echo $this->data['nav']->render(); ?>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12 col-md-6">
|
<div class="col-xs-12 col-md-6">
|
||||||
<section class="portlet">
|
<section class="portlet">
|
||||||
<form method="<?= $isNew ? 'PUT' : 'POST'; ?>" action="<?= UriFactory::build('{/api}finance/tax/code?csrf={$CSRF}'); ?>">
|
<form
|
||||||
|
id="iTaxCodeForm"
|
||||||
|
method="<?= $isNew ? 'PUT' : 'POST'; ?>"
|
||||||
|
action="<?= UriFactory::build('{/api}finance/tax/code?csrf={$CSRF}'); ?>"
|
||||||
|
<?= $isNew ? 'data-redirect="' . UriFactory::build('{/base}/finance/tax/code/view') . '?id={/0/response/id}"' : ''; ?>>
|
||||||
<div class="portlet-head"><?= $this->getHtml('TaxCode'); ?></div>
|
<div class="portlet-head"><?= $this->getHtml('TaxCode'); ?></div>
|
||||||
<div class="portlet-body">
|
<div class="portlet-body">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user