mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-02-17 16:58:41 +00:00
Template & lang fixes
This commit is contained in:
parent
e60c9cc56c
commit
e629f8b092
|
|
@ -1,4 +1,4 @@
|
||||||
z<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Orange Management
|
* Orange Management
|
||||||
*
|
*
|
||||||
|
|
@ -13,7 +13,7 @@ z<?php
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link http://orange-management.com
|
* @link http://orange-management.com
|
||||||
*/
|
*/
|
||||||
return [
|
return ['Billing' => [
|
||||||
'Address' => 'Address',
|
'Address' => 'Address',
|
||||||
'Addresses' => 'Addresses',
|
'Addresses' => 'Addresses',
|
||||||
'Bonus' => 'Bonus',
|
'Bonus' => 'Bonus',
|
||||||
|
|
@ -35,9 +35,11 @@ return [
|
||||||
'Invoices' => 'Invoices',
|
'Invoices' => 'Invoices',
|
||||||
'Item' => 'Item',
|
'Item' => 'Item',
|
||||||
'Items' => 'Items',
|
'Items' => 'Items',
|
||||||
|
'Media' => 'Media',
|
||||||
'Name' => 'Name',
|
'Name' => 'Name',
|
||||||
'Net' => 'Net',
|
'Net' => 'Net',
|
||||||
'Offer' => 'Offer',
|
'Offer' => 'Offer',
|
||||||
|
'Payment' => 'Payment',
|
||||||
'Price' => 'Price',
|
'Price' => 'Price',
|
||||||
'Quantity' => 'Quantity',
|
'Quantity' => 'Quantity',
|
||||||
'Recipient' => 'Recipient',
|
'Recipient' => 'Recipient',
|
||||||
|
|
@ -46,8 +48,9 @@ return [
|
||||||
'Supplier' => 'Supplier',
|
'Supplier' => 'Supplier',
|
||||||
'SupplierID' => 'Supplier ID',
|
'SupplierID' => 'Supplier ID',
|
||||||
'Tax' => 'Tax',
|
'Tax' => 'Tax',
|
||||||
|
'TermsOfDelivery' => 'Terms Of Delivery',
|
||||||
'Total' => 'Total',
|
'Total' => 'Total',
|
||||||
'Type' => 'Type',
|
'Type' => 'Type',
|
||||||
'Variation' => 'Variation',
|
'Variation' => 'Variation',
|
||||||
'Zip' => 'Zip',
|
'Zip' => 'Zip',
|
||||||
];
|
]];
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,8 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<ul class="tab-links">
|
<ul class="tab-links">
|
||||||
<li><label for="c-tab-1"><?= $this->getText('Invoice') ?></label></li>
|
<li><label for="c-tab-1"><?= $this->getText('Invoice') ?></label></li>
|
||||||
<li><label for="c-tab-2"><?= $this->getText('Items') ?></label></li>
|
<li><label for="c-tab-2"><?= $this->getText('Items') ?></label></li>
|
||||||
|
<li><label for="c-tab-3"><?= $this->getText('Payment') ?></label></li>
|
||||||
|
<li><label for="c-tab-4"><?= $this->getText('Media') ?></label></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="tab-content">
|
<div class="tab-content">
|
||||||
|
|
@ -56,6 +58,10 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<tr><td><select id="iShipment" name="shipment">
|
<tr><td><select id="iShipment" name="shipment">
|
||||||
<option>
|
<option>
|
||||||
</select>
|
</select>
|
||||||
|
<tr><td><label for="iTermsOfDelivery"><?= $this->getText('TermsOfDelivery') ?></label>
|
||||||
|
<tr><td><select id="iTermsOfDelivery" name="termsofdelivery">
|
||||||
|
<option>
|
||||||
|
</select>
|
||||||
<tr><td colspan="3"><input type="submit" value="<?= $this->getText('Create', 0, 0); ?>">
|
<tr><td colspan="3"><input type="submit" value="<?= $this->getText('Create', 0, 0); ?>">
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
|
|
@ -144,7 +150,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<td><input type="number" min="0">
|
<td><input type="number" min="0">
|
||||||
<td><input type="number" min="0" max="100" step="any">
|
<td><input type="number" min="0" max="100" step="any">
|
||||||
<td><input type="number" min="0" step="any">
|
<td><input type="number" min="0" step="any">
|
||||||
<td>
|
<td><input type="number" min="0" step="any">
|
||||||
<td>
|
<td>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
z<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Orange Management
|
* Orange Management
|
||||||
*
|
*
|
||||||
|
|
@ -13,7 +13,7 @@ z<?php
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link http://orange-management.com
|
* @link http://orange-management.com
|
||||||
*/
|
*/
|
||||||
return [
|
return ['Billing' => [
|
||||||
'Address' => 'Address',
|
'Address' => 'Address',
|
||||||
'Addresses' => 'Addresses',
|
'Addresses' => 'Addresses',
|
||||||
'Bonus' => 'Bonus',
|
'Bonus' => 'Bonus',
|
||||||
|
|
@ -35,9 +35,11 @@ return [
|
||||||
'Invoices' => 'Invoices',
|
'Invoices' => 'Invoices',
|
||||||
'Item' => 'Item',
|
'Item' => 'Item',
|
||||||
'Items' => 'Items',
|
'Items' => 'Items',
|
||||||
|
'Media' => 'Media',
|
||||||
'Name' => 'Name',
|
'Name' => 'Name',
|
||||||
'Net' => 'Net',
|
'Net' => 'Net',
|
||||||
'Offer' => 'Offer',
|
'Offer' => 'Offer',
|
||||||
|
'Payment' => 'Payment',
|
||||||
'Price' => 'Price',
|
'Price' => 'Price',
|
||||||
'Quantity' => 'Quantity',
|
'Quantity' => 'Quantity',
|
||||||
'Recipient' => 'Recipient',
|
'Recipient' => 'Recipient',
|
||||||
|
|
@ -46,8 +48,9 @@ return [
|
||||||
'Supplier' => 'Supplier',
|
'Supplier' => 'Supplier',
|
||||||
'SupplierID' => 'Supplier ID',
|
'SupplierID' => 'Supplier ID',
|
||||||
'Tax' => 'Tax',
|
'Tax' => 'Tax',
|
||||||
|
'TermsOfDelivery' => 'Terms Of Delivery',
|
||||||
'Total' => 'Total',
|
'Total' => 'Total',
|
||||||
'Type' => 'Type',
|
'Type' => 'Type',
|
||||||
'Variation' => 'Variation',
|
'Variation' => 'Variation',
|
||||||
'Zip' => 'Zip',
|
'Zip' => 'Zip',
|
||||||
];
|
]];
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,8 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<ul class="tab-links">
|
<ul class="tab-links">
|
||||||
<li><label for="c-tab-1"><?= $this->getText('Invoice') ?></label></li>
|
<li><label for="c-tab-1"><?= $this->getText('Invoice') ?></label></li>
|
||||||
<li><label for="c-tab-2"><?= $this->getText('Items') ?></label></li>
|
<li><label for="c-tab-2"><?= $this->getText('Items') ?></label></li>
|
||||||
|
<li><label for="c-tab-3"><?= $this->getText('Payment') ?></label></li>
|
||||||
|
<li><label for="c-tab-4"><?= $this->getText('Media') ?></label></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="tab-content">
|
<div class="tab-content">
|
||||||
|
|
@ -56,6 +58,10 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<tr><td><select id="iShipment" name="shipment">
|
<tr><td><select id="iShipment" name="shipment">
|
||||||
<option>
|
<option>
|
||||||
</select>
|
</select>
|
||||||
|
<tr><td><label for="iTermsOfDelivery"><?= $this->getText('TermsOfDelivery') ?></label>
|
||||||
|
<tr><td><select id="iTermsOfDelivery" name="termsofdelivery">
|
||||||
|
<option>
|
||||||
|
</select>
|
||||||
<tr><td colspan="3"><input type="submit" value="<?= $this->getText('Create', 0, 0); ?>">
|
<tr><td colspan="3"><input type="submit" value="<?= $this->getText('Create', 0, 0); ?>">
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
|
|
@ -144,7 +150,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<td><input type="number" min="0">
|
<td><input type="number" min="0">
|
||||||
<td><input type="number" min="0" max="100" step="any">
|
<td><input type="number" min="0" max="100" step="any">
|
||||||
<td><input type="number" min="0" step="any">
|
<td><input type="number" min="0" step="any">
|
||||||
<td>
|
<td><input type="number" min="0" step="any">
|
||||||
<td>
|
<td>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user