This commit is contained in:
Dennis Eichhorn 2024-04-07 17:31:41 +00:00
parent f1756a93a2
commit 2f8743c7f6
5 changed files with 103 additions and 88 deletions

View File

@ -10,6 +10,7 @@ return [
[
'dest' => '\Modules\Balance\Controller\BackendController:viewBalanceDashboard',
'verb' => RouteVerb::GET,
'active' => true,
'permission' => [
'module' => BackendController::MODULE_NAME,
'type' => PermissionType::READ,

View File

@ -103,7 +103,7 @@ final class ApiController extends Controller
}
/**
* Api method to create an account
* Api method to create a BalanceElement
*
* @param RequestAbstract $request Request
* @param ResponseAbstract $response Response
@ -130,7 +130,7 @@ final class ApiController extends Controller
}
/**
* Validate account create request
* Validate BalanceElement create request
*
* @param RequestAbstract $request Request
*
@ -152,7 +152,7 @@ final class ApiController extends Controller
}
/**
* Method to create account from request.
* Method to create BalanceElement from request.
*
* @param RequestAbstract $request Request
*
@ -185,7 +185,7 @@ final class ApiController extends Controller
}
/**
* Api method to create item attribute l11n
* Api method to create BalanceElement l11n
*
* @param RequestAbstract $request Request
* @param ResponseAbstract $response Response
@ -212,7 +212,7 @@ final class ApiController extends Controller
}
/**
* Method to create item attribute l11n from request.
* Method to create BalanceElement l11n from request.
*
* @param RequestAbstract $request Request
*
@ -231,7 +231,7 @@ final class ApiController extends Controller
}
/**
* Validate item attribute l11n create request
* Validate BalanceElement l11n create request
*
* @param RequestAbstract $request Request
*

View File

@ -27,5 +27,6 @@ return ['Balance' => [
'Subtotal' => 'Zwischensumme',
'Total' => 'Summe',
'Diff' => 'Diff',
'Settings' => 'Settings',
'Diff%' => 'Diff %',
]];

View File

@ -27,5 +27,6 @@ return ['Balance' => [
'Subtotal' => 'Subtotal',
'Total' => 'Total',
'Diff' => 'Diff',
'Settings' => 'Settings',
'Diff%' => 'Diff %',
]];

View File

@ -168,7 +168,7 @@ echo $this->data['nav']->render();
min-height: 34px;
}
.data-row div {
.data-row > div {
padding: .2rem 3px .2rem 3px;
display: flex;
align-items: center;
@ -182,7 +182,7 @@ echo $this->data['nav']->render();
background: #efefef;
}
.data-row div:nth-child(n+3) {
.data-row > div:nth-child(n+3) {
width: 95px;
justify-content: end;
}
@ -202,6 +202,17 @@ echo $this->data['nav']->render();
}
</style>
<div class="row">
<div class="box more-container">
<label for="more-settings">
<span><?= $this->getHtml('Settings'); ?></span>
<i class="g-icon expand">chevron_right</i>
</label>
</div>
</div>
<div class="wf-100 more-container flex">
<input id="more-settings" type="checkbox" name="more-container">
<div class="row">
<div class="col-xs-12 col-md-6">
<div class="box">
@ -299,6 +310,7 @@ echo $this->data['nav']->render();
</section>
</div>
</div>
</div>
<div class="tabview tab-2">
<div class="box">