Went through todos

This commit is contained in:
Dennis Eichhorn 2024-05-02 22:54:37 +00:00
parent 16f1337e4d
commit e3989ffb21
3 changed files with 7 additions and 1 deletions

View File

@ -24,4 +24,5 @@ return ['Navigation' => [
'Profile' => 'Profil',
'Sales' => 'Umsatz',
'Suppliers' => 'Lieferanten',
'TaxCodes' => 'Steuerkennzeichen',
]];

View File

@ -24,4 +24,5 @@ return ['Navigation' => [
'Profile' => 'Profile',
'Sales' => 'Sales',
'Suppliers' => 'Suppliers',
'TaxCodes' => 'Tax Codes',
]];

View File

@ -24,7 +24,11 @@ echo $this->data['nav']->render(); ?>
<div class="row">
<div class="col-xs-12 col-md-6">
<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-body">
<div class="form-group">