Landing and shipping date shown in tickets
This commit is contained in:
parent
562368e77d
commit
81a31a8674
|
@ -1,4 +1,4 @@
|
||||||
hedera-web (1.406.11) stable; urgency=low
|
hedera-web (1.406.12) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -17,3 +17,5 @@ Origin: Orige
|
||||||
Price: Preu
|
Price: Preu
|
||||||
Disc: Desc
|
Disc: Desc
|
||||||
Subtotal: Subtotal
|
Subtotal: Subtotal
|
||||||
|
Preparation: Preparació
|
||||||
|
Delivery: Entrega
|
||||||
|
|
|
@ -17,3 +17,5 @@ Origin: Origin
|
||||||
Price: Price
|
Price: Price
|
||||||
Disc: Disc
|
Disc: Disc
|
||||||
Subtotal: Subtotal
|
Subtotal: Subtotal
|
||||||
|
Preparation: Preparation
|
||||||
|
Delivery: Delivery
|
||||||
|
|
|
@ -17,3 +17,5 @@ Origin: Origen
|
||||||
Price: Precio
|
Price: Precio
|
||||||
Disc: Desc
|
Disc: Desc
|
||||||
Subtotal: Subtotal
|
Subtotal: Subtotal
|
||||||
|
Preparation: Preparación
|
||||||
|
Delivery: Entrega
|
||||||
|
|
|
@ -17,3 +17,5 @@ Origin: Origine
|
||||||
Price: Prix
|
Price: Prix
|
||||||
Disc: Remise
|
Disc: Remise
|
||||||
Subtotal: Sous-total
|
Subtotal: Sous-total
|
||||||
|
Preparation: Préparation
|
||||||
|
Delivery: Livraison
|
||||||
|
|
|
@ -17,3 +17,5 @@ Origin: Orígem
|
||||||
Price: Preço
|
Price: Preço
|
||||||
Disc: Desc
|
Disc: Desc
|
||||||
Subtotal: Sub-total
|
Subtotal: Sub-total
|
||||||
|
Preparation: Preparação
|
||||||
|
Delivery: Entrega
|
||||||
|
|
|
@ -30,7 +30,10 @@
|
||||||
@<htk-text column="id" form="ticket"/>
|
@<htk-text column="id" form="ticket"/>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<htk-text form="ticket" column="landed" format="%D"/>
|
<t>Preparation</t> <htk-text form="ticket" column="shipped" format="%D"/>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
<t>Delivery</t> <htk-text form="ticket" column="landed" format="%D"/>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<span id="method"></span> <htk-text form="ticket" column="agency"/>
|
<span id="method"></span> <htk-text form="ticket" column="agency"/>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hedera-web",
|
"name": "hedera-web",
|
||||||
"version": "1.406.11",
|
"version": "1.406.12",
|
||||||
"description": "Verdnatura web page",
|
"description": "Verdnatura web page",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
@ -13,7 +13,10 @@
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<div>
|
<div>
|
||||||
<p>
|
<p>
|
||||||
<htk-text form="ticket" column="landed" format="%D"/>
|
<t>Preparation</t> <htk-text form="ticket" column="shipped" format="%D"/>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
<t>Delivery</t> <htk-text form="ticket" column="landed" format="%D"/>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<span id="method"></span> <htk-text form="ticket" column="agency"/>
|
<span id="method"></span> <htk-text form="ticket" column="agency"/>
|
||||||
|
|
Loading…
Reference in New Issue