mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-02-17 08:48:40 +00:00
small display improvements
This commit is contained in:
parent
3ccdcade6e
commit
89bac0e6e9
|
|
@ -148,6 +148,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<div class="portlet">
|
<div class="portlet">
|
||||||
<div class="portlet-head"><?= $this->getHtml('Invoice'); ?><i class="fa fa-download floatRight download btn"></i></div>
|
<div class="portlet-head"><?= $this->getHtml('Invoice'); ?><i class="fa fa-download floatRight download btn"></i></div>
|
||||||
|
<div class="slider">
|
||||||
<table class="default" id="invoice-item-list">
|
<table class="default" id="invoice-item-list">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
@ -187,6 +188,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<td><input type="number" min="0" step="any">
|
<td><input type="number" min="0" step="any">
|
||||||
<td>
|
<td>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
<div class="portlet-foot">
|
<div class="portlet-foot">
|
||||||
<?= $this->getHtml('Freightage'); ?>: 0.00 -
|
<?= $this->getHtml('Freightage'); ?>: 0.00 -
|
||||||
<?= $this->getHtml('Net'); ?>: <?= $bill->netSales->getCurrency(); ?> -
|
<?= $this->getHtml('Net'); ?>: <?= $bill->netSales->getCurrency(); ?> -
|
||||||
|
|
|
||||||
|
|
@ -144,6 +144,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<div class="portlet">
|
<div class="portlet">
|
||||||
<div class="portlet-head"><?= $this->getHtml('Invoice'); ?><i class="fa fa-download floatRight download btn"></i></div>
|
<div class="portlet-head"><?= $this->getHtml('Invoice'); ?><i class="fa fa-download floatRight download btn"></i></div>
|
||||||
|
<div class="slider">
|
||||||
<table class="default" id="invoice-item-list">
|
<table class="default" id="invoice-item-list">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
@ -183,6 +184,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<td><input type="number" min="0" step="any">
|
<td><input type="number" min="0" step="any">
|
||||||
<td>
|
<td>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
<div class="portlet-foot">
|
<div class="portlet-foot">
|
||||||
<?= $this->getHtml('Freightage'); ?>: 0.00 -
|
<?= $this->getHtml('Freightage'); ?>: 0.00 -
|
||||||
<?= $this->getHtml('Net'); ?>: <?= $bill->netSales->getCurrency(); ?> -
|
<?= $this->getHtml('Net'); ?>: <?= $bill->netSales->getCurrency(); ?> -
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user