forked from verdnatura/hedera-web
refs #6200 Minimal amount
This commit is contained in:
parent
a474f9df05
commit
6915e06c71
|
@ -1,4 +1,4 @@
|
||||||
hedera-web (23.30.5) stable; urgency=low
|
hedera-web (23.40.1) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -46,3 +46,4 @@ NoMoreAmountAvailable: No hi ha més quantitat disponible
|
||||||
MinimalGrouping: Empaquetat mínim
|
MinimalGrouping: Empaquetat mínim
|
||||||
Available: Disponible
|
Available: Disponible
|
||||||
GroupingPrice: Preu per grup
|
GroupingPrice: Preu per grup
|
||||||
|
MinimalQuantity: Quantitat mínima
|
||||||
|
|
|
@ -46,3 +46,4 @@ NoMoreAmountAvailable: No more amount available
|
||||||
MinimalGrouping: Minimal packing
|
MinimalGrouping: Minimal packing
|
||||||
Available: Available
|
Available: Available
|
||||||
GroupingPrice: Price per group
|
GroupingPrice: Price per group
|
||||||
|
MinimalQuantity: Minimal quantity
|
||||||
|
|
|
@ -46,3 +46,4 @@ NoMoreAmountAvailable: No hay más cantidad disponible
|
||||||
MinimalGrouping: Empaquetado mínimo
|
MinimalGrouping: Empaquetado mínimo
|
||||||
Available: Disponible
|
Available: Disponible
|
||||||
GroupingPrice: Precio per grupo
|
GroupingPrice: Precio per grupo
|
||||||
|
MinimalQuantity: Cantidad mínima
|
||||||
|
|
|
@ -46,3 +46,4 @@ NoMoreAmountAvailable: Pas plus disponible
|
||||||
MinimalGrouping: Emballage minimal
|
MinimalGrouping: Emballage minimal
|
||||||
Available: Disponible
|
Available: Disponible
|
||||||
GroupingPrice: Prix par groupe
|
GroupingPrice: Prix par groupe
|
||||||
|
MinimalQuantity: Quantité minimum
|
||||||
|
|
|
@ -46,3 +46,4 @@ NoMoreAmountAvailable: Não há mais quantidade disponível
|
||||||
MinimalGrouping: Embalagem mínima
|
MinimalGrouping: Embalagem mínima
|
||||||
Available: Disponível
|
Available: Disponível
|
||||||
GroupingPrice: Preço por grupo
|
GroupingPrice: Preço por grupo
|
||||||
|
MinimalQuantity: Quantidade mínima
|
||||||
|
|
|
@ -194,6 +194,17 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.min-quantity {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 30px;
|
||||||
|
right: 0;
|
||||||
|
|
||||||
|
& > span {
|
||||||
|
font-size: 18px;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* Tags */
|
/* Tags */
|
||||||
|
|
||||||
.grid-view,
|
.grid-view,
|
||||||
|
@ -351,6 +362,7 @@
|
||||||
|
|
||||||
& > .top {
|
& > .top {
|
||||||
padding: 14px;
|
padding: 14px;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
& > .item-info {
|
& > .item-info {
|
||||||
margin-left: 126px;
|
margin-left: 126px;
|
||||||
|
|
|
@ -117,7 +117,7 @@
|
||||||
SELECT i.id, i.longName item, i.subName,
|
SELECT i.id, i.longName item, i.subName,
|
||||||
i.tag5, i.value5, i.tag6, i.value6,
|
i.tag5, i.value5, i.tag6, i.value6,
|
||||||
i.tag7, i.value7, i.tag8, i.value8,
|
i.tag7, i.value7, i.tag8, i.value8,
|
||||||
i.relevancy, i.size, i.category,
|
i.relevancy, i.size, i.category, i.minQuantity,
|
||||||
k.name ink, p.name producer, o.name origin,
|
k.name ink, p.name producer, o.name origin,
|
||||||
b.available, b.price, b.`grouping`,
|
b.available, b.price, b.`grouping`,
|
||||||
i.image, im.updated
|
i.image, im.updated
|
||||||
|
@ -203,6 +203,12 @@
|
||||||
{{Vn.Value.format(item.price, '%.02d€')}}
|
{{Vn.Value.format(item.price, '%.02d€')}}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="min-quantity" title="_MinimalQuantity">
|
||||||
|
<span class="htk-icon material-symbols-rounded">
|
||||||
|
production_quantity_limits
|
||||||
|
</span>
|
||||||
|
{{item.minQuantity}}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</custom>
|
</custom>
|
||||||
|
@ -461,6 +467,12 @@
|
||||||
</tr>
|
</tr>
|
||||||
</custom>
|
</custom>
|
||||||
</htk-repeater>
|
</htk-repeater>
|
||||||
|
<div class="min-quantity" title="_MinimalQuantity">
|
||||||
|
{{card.minQuantity}}
|
||||||
|
<span class="htk-icon material-symbols-rounded">
|
||||||
|
production_quantity_limits
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<htk-grid class="lots-grid" show-header="false">
|
<htk-grid class="lots-grid" show-header="false">
|
||||||
<db-model
|
<db-model
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hedera-web",
|
"name": "hedera-web",
|
||||||
"version": "23.30.5",
|
"version": "23.40.1",
|
||||||
"description": "Verdnatura web page",
|
"description": "Verdnatura web page",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -42,6 +42,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"front": "webpack serve --open",
|
"front": "webpack serve --open",
|
||||||
"back": "cd ../salix && gulp backOnly",
|
"back": "cd ../salix && gulp backOnly",
|
||||||
|
"php": "php -S 127.0.0.1:3001 -t . index.php",
|
||||||
"db": "cd ../vn-database && myt run",
|
"db": "cd ../vn-database && myt run",
|
||||||
"build": "rm -rf build/ ; webpack",
|
"build": "rm -rf build/ ; webpack",
|
||||||
"clean": "rm -rf build/"
|
"clean": "rm -rf build/"
|
||||||
|
|
Loading…
Reference in New Issue