diff --git a/print/templates/reports/entry-order/assets/css/style.css b/print/templates/reports/entry-order/assets/css/style.css index 1a5ea3eb6..858ae704e 100644 --- a/print/templates/reports/entry-order/assets/css/style.css +++ b/print/templates/reports/entry-order/assets/css/style.css @@ -22,4 +22,9 @@ h3 { .column-oriented th, .column-oriented td{ padding: 5px +} + +[row] { + display: flex; + column-gap: 5px; } \ No newline at end of file diff --git a/print/templates/reports/entry-order/entry-order.html b/print/templates/reports/entry-order/entry-order.html index 5ce306827..cbdfa631f 100644 --- a/print/templates/reports/entry-order/entry-order.html +++ b/print/templates/reports/entry-order/entry-order.html @@ -41,12 +41,13 @@
{{$t('reference')}} | +{{$t('code')}} | {{$t('boxes')}} | {{$t('packing')}} | -{{$t('concept')}} | -{{$t('tags')}} | +{{$t('concept')}} | +{{$t('reference')}} | +{{$t('tags')}} | {{$t('quantity')}} | {{$t('price')}} | @@ -56,15 +57,20 @@||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{buy.comment}} | +{{buy.itemFk}} | {{buy.stickers}} | x | {{buy.packing}} | -{{buy.name}} | -- {{buy.tag5}} → {{buy.value5}} - {{buy.tag6}} → {{buy.value6}} - {{buy.tag7}} → {{buy.value7}} + | {{buy.name}} | +referencia de prueba | +
+
+
+ Color→ Lavanda
+ Altura→ 100cm
+
+ label→ valor
+
|
{{buy.quantity | number($i18n.locale)}} | x | @@ -83,6 +89,7 @@+ | {{getTotalBy('quantity') | number($i18n.locale)}} | diff --git a/print/templates/reports/entry-order/locale/es.yml b/print/templates/reports/entry-order/locale/es.yml index 5a6716ba1..9ec357802 100644 --- a/print/templates/reports/entry-order/locale/es.yml +++ b/print/templates/reports/entry-order/locale/es.yml @@ -16,4 +16,5 @@ entry: Entrada {0} supplierData: Datos del proveedor notes: Notas reference: Referencia -tags: Tags \ No newline at end of file +tags: Etiquetas +code: Código \ No newline at end of file |