diff --git a/front/core/components/table/style.scss b/front/core/components/table/style.scss index dea26a462..878002e01 100644 --- a/front/core/components/table/style.scss +++ b/front/core/components/table/style.scss @@ -229,4 +229,8 @@ vn-table.scrollable.sm, vn-table.scrollable.lg, .vn-table.scrollable.lg { max-height: 700px +} + +.tableWrapper { + overflow-x: auto; } \ No newline at end of file diff --git a/modules/entry/front/buy/index/index.html b/modules/entry/front/buy/index/index.html index 9b9cd4634..50cd26329 100644 --- a/modules/entry/front/buy/index/index.html +++ b/modules/entry/front/buy/index/index.html @@ -10,182 +10,185 @@
- - - - - - -

Subtotal {{$ctrl.ticket.totalWithoutVat | currency: 'EUR':2}}

-

VAT {{$ctrl.ticket.totalWithVat - $ctrl.ticket.totalWithoutVat | currency: 'EUR':2}}

-

Total {{$ctrl.ticket.totalWithVat | currency: 'EUR':2}}

-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - ItemQuantityPackageStickersWeightPackingGroupingBuying valueGrouping pricePacking priceImport
- - - - - {{::buy.item.id | zeroFill:6}} - - - - {{::id}} - {{::name}} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{buy.quantity * buy.buyingValue | currency: 'EUR':2}} - -
- - - {{::buy.item.itemType.code}} - - - - {{::buy.item.size}} - - - - {{::buy.item.minPrice | currency: 'EUR':2}} - - - {{::buy.item.name}} - - -
-
- - +
+ + + + + + +

Subtotal {{$ctrl.ticket.totalWithoutVat | currency: 'EUR':2}}

+

VAT {{$ctrl.ticket.totalWithVat - $ctrl.ticket.totalWithoutVat | currency: 'EUR':2}}

+

Total {{$ctrl.ticket.totalWithVat | currency: 'EUR':2}}

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + ItemQuantityPackageStickersWeightPackingGroupingBuying valueGrouping pricePacking priceImport
+ + + + + {{::buy.item.id | zeroFill:6}} + + + + {{::id}} - {{::name}} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{buy.quantity * buy.buyingValue | currency: 'EUR':2}} + +
+ + + {{::buy.item.itemType.code}} + + + + {{::buy.item.size}} + + + + {{::buy.item.minPrice | currency: 'EUR':2}} + + + {{::buy.item.name}} + + +
+
+ + +
diff --git a/modules/entry/front/buy/index/style.scss b/modules/entry/front/buy/index/style.scss index 836f1eddc..55df72f1c 100644 --- a/modules/entry/front/buy/index/style.scss +++ b/modules/entry/front/buy/index/style.scss @@ -3,19 +3,34 @@ vn-entry-buy-index vn-card { max-width: $width-xl; - + .dark-row { background-color: lighten($color-marginal, 10%); } - tbody tr:nth-child(1) { - border-top: 1px solid $color-marginal; + thead tr { + border-left: 1px solid white; + border-right: 1px solid white; } + tbody tr:nth-child(1), + tbody tr:nth-child(2) { + border-left: 1px solid $color-marginal; + border-right: 1px solid $color-marginal; + } + + tbody tr:nth-child(2) { + border-bottom: 1px solid $color-marginal; + } + tbody{ border-bottom: 1px solid $color-marginal; } + tbody:last-child { + border-bottom: 0; + } + tbody tr:nth-child(3) { height: inherit } diff --git a/modules/supplier/front/billing-data/index.html b/modules/supplier/front/billing-data/index.html index 0fb7011b8..12d3b84b3 100644 --- a/modules/supplier/front/billing-data/index.html +++ b/modules/supplier/front/billing-data/index.html @@ -49,6 +49,7 @@ rule> +
- - - - - - - - - - - - - - - - - - - - - - - - - -
ItemDescriptionQuantitySerieComponentsImportTotal
- - {{sale.itemFk | zeroFill:6}} - - - {{::sale.item.name}} - -

{{::sale.item.subName}}

-
- - -
- {{::sale.quantity}} -
- {{::saleComponent.component.componentType.type}} - - {{::saleComponent.component.name}} - - {{::saleComponent.value | currency: 'EUR':3}} - - {{::sale.quantity * saleComponent.value | currency: 'EUR':3}} -
+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
ItemDescriptionQuantitySerieComponentsImportTotal
+ + {{sale.itemFk | zeroFill:6}} + + + {{::sale.item.name}} + +

{{::sale.item.subName}}

+
+ + +
+ {{::sale.quantity}} +
+ {{::saleComponent.component.componentType.type}} + + {{::saleComponent.component.name}} + + {{::saleComponent.value | currency: 'EUR':3}} + + {{::sale.quantity * saleComponent.value | currency: 'EUR':3}} +
+
diff --git a/modules/ticket/front/index/index.html b/modules/ticket/front/index/index.html index acef6cd23..79774c647 100644 --- a/modules/ticket/front/index/index.html +++ b/modules/ticket/front/index/index.html @@ -5,149 +5,149 @@ model="model" class="vn-mb-xl vn-w-xl"> - - - - - - - - - Id - Salesperson - Date - Hour - Closure - Alias - Province - State - Zone - Warehouse - Total - - - - - - - - - - - - - - - - - - - - - - - - {{::ticket.id}} - - - {{::ticket.userName | dashIfEmpty}} - - - - - {{::ticket.shipped | date: 'dd/MM/yyyy'}} - - - {{::ticket.shipped | date: 'HH:mm'}} - {{::ticket.zoneLanding | date: 'HH:mm'}} - - - {{::ticket.nickname}} - - - {{::ticket.province}} - - - {{::ticket.refFk}} - - - {{ticket.state}} - - - - - {{::ticket.zoneName | dashIfEmpty}} - - - {{::ticket.warehouse}} - - - {{::(ticket.totalWithVat ? ticket.totalWithVat : 0) | currency: 'EUR': 2}} - - - - - - - - - - - + + + + + + + + + Id + Salesperson + Date + Hour + Closure + Alias + Province + State + Zone + Warehouse + Total + + + + + + + + + + + + + + + + + + + + + + + + {{::ticket.id}} + + + {{::ticket.userName | dashIfEmpty}} + + + + + {{::ticket.shipped | date: 'dd/MM/yyyy'}} + + + {{::ticket.shipped | date: 'HH:mm'}} + {{::ticket.zoneLanding | date: 'HH:mm'}} + + + {{::ticket.nickname}} + + + {{::ticket.province}} + + + {{::ticket.refFk}} + + + {{ticket.state}} + + + + + {{::ticket.zoneName | dashIfEmpty}} + + + {{::ticket.warehouse}} + + + {{::(ticket.totalWithVat ? ticket.totalWithVat : 0) | currency: 'EUR': 2}} + + + + + + + + + + +