diff --git a/front/core/components/calendar/index.html b/front/core/components/calendar/index.html
index 4291af674..2a5f369fb 100644
--- a/front/core/components/calendar/index.html
+++ b/front/core/components/calendar/index.html
@@ -1,9 +1,11 @@
-
+
\ No newline at end of file
diff --git a/modules/claim/front/detail/index.html b/modules/claim/front/detail/index.html
index 40b7f9c10..f64009e99 100644
--- a/modules/claim/front/detail/index.html
+++ b/modules/claim/front/detail/index.html
@@ -23,13 +23,14 @@
Id
- Landed
+ Landed
Quantity
- Claimed
+ Claimed
Description
Price
Disc.
Total
+
@@ -37,13 +38,13 @@
+ class="link">
{{::saleClaimed.sale.itemFk | zeroFill:6}}
- {{::saleClaimed.sale.ticket.landed | dateTime:'dd/MM/yyyy'}}
+ {{::saleClaimed.sale.ticket.landed | dateTime:'dd/MM/yyyy'}}
{{::saleClaimed.sale.quantity}}
-
+
- {{::saleClaimed.sale.concept}}
+ {{::saleClaimed.sale.concept}}
{{::saleClaimed.sale.price | currency: 'EUR':2}}
{{::saleClaimed.sale.discount}} %
{{::$ctrl.getSaleTotal(saleClaimed.sale) | currency: 'EUR':2}}
-
+
-
- No results
-
diff --git a/modules/claim/front/index/index.html b/modules/claim/front/index/index.html
index 271bb862e..69b191ad0 100644
--- a/modules/claim/front/index/index.html
+++ b/modules/claim/front/index/index.html
@@ -18,13 +18,13 @@
-
+
Id
Client
- Created
+ Created
Worker
State
@@ -36,15 +36,19 @@
class="{{::$ctrl.compareDate(ticket.shipped)}} clickable vn-tr searchResult"
ui-sref="claim.card.summary({id: claim.id})">
{{::claim.id}}
-
+
{{::claim.client.name}}
- {{::claim.created | date:'dd/MM/yyyy'}}
- {{::claim.worker.user.nickname}}
- {{::claim.claimState.description}}
+ {{::claim.created | date:'dd/MM/yyyy'}}
+ {{::claim.worker.user.nickname}}
+
+ {{::claim.claimState.description}}
+
+
+
- {{("000000"+saleClaimed.sale.itemFk).slice(-6)}}
+ class="link">
+ {{saleClaimed.sale.itemFk | zeroFill:6}}
{{saleClaimed.sale.ticket.landed | dateTime: 'dd/MM/yyyy'}}
{{saleClaimed.sale.quantity}}
{{saleClaimed.quantity}}
- {{saleClaimed.sale.concept}}
+ {{saleClaimed.sale.concept}}
{{saleClaimed.sale.price | currency: 'EUR':2}}
{{saleClaimed.sale.discount}} %
- {{(saleClaimed.sale.quantity * saleClaimed.sale.price) -
- ((saleClaimed.sale.discount *
- (saleClaimed.sale.quantity * saleClaimed.sale.price))/100) | currency: 'EUR':2
- }}
+ {{saleClaimed.sale.quantity * saleClaimed.sale.price *
+ ((100 - saleClaimed.sale.discount) / 100) | currency: 'EUR':2}}
-
- No results
-
@@ -99,9 +94,6 @@
{{development.claimRedelivery.description}}
-
- No results
-
@@ -110,10 +102,10 @@
Id
- Destination
+ Destination
Landed
Quantity
- Description
+ Description
Price
Disc.
Total
@@ -124,28 +116,23 @@
- {{("000000"+action.sale.itemFk).slice(-6)}}
+ class="link">
+ {{action.sale.itemFk | zeroFill:6}}
{{action.sale.id}}
- {{action.claimBeggining.description}}
+ {{action.claimBeggining.description}}
{{action.sale.ticket.landed | dateTime: 'dd/MM/yyyy'}}
{{action.sale.quantity}}
- {{action.sale.concept}}
+ {{action.sale.concept}}
{{action.sale.price}}
{{action.sale.discount}} %
- {{(action.sale.quantity * action.sale.price) -
- ((action.sale.discount *
- (action.sale.quantity * action.sale.price))/100) | currency: 'EUR':2
- }}
+ {{action.sale.quantity * action.sale.price *
+ ((100 - action.sale.discount) / 100) | currency: 'EUR':2}}
-
- No results
-
diff --git a/modules/client/front/address/edit/index.html b/modules/client/front/address/edit/index.html
index 79aa713a9..ea5aedde4 100644
--- a/modules/client/front/address/edit/index.html
+++ b/modules/client/front/address/edit/index.html
@@ -91,7 +91,6 @@
+ data="sales"
+ auto-load="false">
-
-
-
-
-
-
-
-
- Date
- Id
- State
- Reference
- Client
- In
- Out
- Balance
-
-
-
-
-
- {{::sale.date | date:'dd/MM/yyyy' }}
-
-
-
- {{::sale.origin | dashIfEmpty}}
-
-
- {{::sale.stateName | dashIfEmpty}}
- {{::sale.reference | dashIfEmpty}}
-
-
- {{::sale.name | dashIfEmpty}}
-
-
- {{::sale.in | dashIfEmpty}}
- {{::sale.out | dashIfEmpty}}
-
-
- {{::sale.balance | dashIfEmpty}}
-
-
-
-
-
- No results
-
-
-
+
+
+
+
+
+
+
+
+ Date
+ Id
+ State
+ Reference
+ Client
+ In
+ Out
+ Balance
+
+
+
+
+
+
+ {{::sale.date | date:'dd/MM/yyyy' }}
+
+
+
+
+ {{::sale.origin | dashIfEmpty}}
+
+
+ {{::sale.stateName | dashIfEmpty}}
+ {{::sale.reference | dashIfEmpty}}
+
+
+ {{::sale.name | dashIfEmpty}}
+
+
+ {{::sale.in | dashIfEmpty}}
+ {{::sale.out | dashIfEmpty}}
+
+
+ {{::sale.balance | dashIfEmpty}}
+
+
+
+
+
+
-
\ No newline at end of file
diff --git a/modules/item/front/diary/style.scss b/modules/item/front/diary/style.scss
index 34a68712c..e8d261ec2 100644
--- a/modules/item/front/diary/style.scss
+++ b/modules/item/front/diary/style.scss
@@ -4,23 +4,22 @@ vn-item-diary {
& > vn-vertical {
display: block;
}
- & vn-horizontal {
+ vn-horizontal {
justify-content: center;
}
- & vn-autocomplete > div{
+ vn-autocomplete > div {
width: 400px;
}
.balanceNegative .balance {
color: $color-alert;
- font-weight: bold;
}
.isIn .in {
color: $color-success;
font-weight: bold;
}
- .isToday .date{
- background-color: rgba(247, 147, 30, 0.5);
- font-weight: bold;
+ .isToday .date {
+ color: white;
+ background-color: $color-main;
}
.truncate {
max-width: 250px;
diff --git a/modules/item/front/last-entries/index.html b/modules/item/front/last-entries/index.html
index bca5b8177..8d921e118 100644
--- a/modules/item/front/last-entries/index.html
+++ b/modules/item/front/last-entries/index.html
@@ -2,70 +2,72 @@
vn-id="model"
url="/item/api/Items/getLastEntries"
filter="::$ctrl.filter"
- data="entries" auto-load="false">
+ data="entries"
+ auto-load="false">
-
-
-
-
-
-
-
-
- Ig
- Warehouse
- Landed
- Entry
- P.P.U
- P.P.P
- Label
- Packing
- Grouping
- Stems
- Quantity
- Cost
- Cube
- Provider
-
-
-
-
-
-
-
-
- {{entry.warehouse| dashIfEmpty}}
- {{entry.landed | date:'dd/MM/yyyy HH:mm'}}
- {{entry.entryFk | dashIfEmpty}}
- {{entry.price2 | dashIfEmpty}}
- {{entry.price3 | dashIfEmpty}}
- {{entry.stickers | dashIfEmpty}}
-
- {{entry.packing | dashIfEmpty}}
-
-
- {{entry.grouping | dashIfEmpty}}
-
- {{entry.stems | dashIfEmpty}}
- {{entry.quantity}}
- {{entry.buyingValue | dashIfEmpty}}
- {{entry.packageFk | dashIfEmpty}}
- {{entry.supplier | dashIfEmpty}}
-
-
-
- No results
-
-
+
+
+
+
+
+
+
+
+ Ig
+ Warehouse
+ Landed
+ Entry
+ P.P.U
+ P.P.P
+ Label
+ Packing
+ Grouping
+ Stems
+ Quantity
+ Cost
+ Cube
+ Provider
+
+
+
+
+
+
+
+
+ {{entry.warehouse| dashIfEmpty}}
+ {{entry.landed | date:'dd/MM/yyyy HH:mm'}}
+ {{entry.entryFk | dashIfEmpty}}
+ {{entry.price2 | dashIfEmpty}}
+ {{entry.price3 | dashIfEmpty}}
+ {{entry.stickers | dashIfEmpty}}
+
+
+ {{entry.packing | dashIfEmpty}}
+
+
+
+
+ {{entry.grouping | dashIfEmpty}}
+
+
+ {{entry.stems | dashIfEmpty}}
+ {{entry.quantity}}
+ {{entry.buyingValue | dashIfEmpty}}
+ {{entry.packageFk | dashIfEmpty}}
+ {{entry.supplier | dashIfEmpty}}
+
+
+
diff --git a/modules/order/front/catalog/index.html b/modules/order/front/catalog/index.html
index 819afca79..8fda4bd70 100644
--- a/modules/order/front/catalog/index.html
+++ b/modules/order/front/catalog/index.html
@@ -43,7 +43,7 @@
+ on-error-src/>
diff --git a/modules/order/front/index/index.html b/modules/order/front/index/index.html
index 8d7d2cf95..e3680cd4b 100644
--- a/modules/order/front/index/index.html
+++ b/modules/order/front/index/index.html
@@ -17,41 +17,41 @@
-
+
- Id
+ Id
Client
Sales person
- Confirmed
+ Confirmed
Created from
- Created
- Landed
+ Created
+ Landed
Company
- {{::order.id}}
-
+ {{::order.id}}
+
{{::order.client.name}}
{{::order.client.salesPerson.user.nickname}}
-
+
{{::order.sourceApp}}
- {{::order.created | date:'dd/MM/yyyy HH:mm'}}
- {{::order.landed | date:'dd/MM/yyyy'}}
+ {{::order.created | date:'dd/MM/yyyy HH:mm'}}
+ {{::order.landed | date:'dd/MM/yyyy'}}
{{::order.company.code}}
-
+
-
Subtotal
-
{{$ctrl.subtotal | currency: 'EUR':2}}
+
Subtotal
+
{{$ctrl.subtotal | currency: 'EUR':2}}
VAT
{{$ctrl.VAT | currency: 'EUR':2}}
-
Total
-
{{$ctrl.order.total | currency: 'EUR':2}}
+
Total
+
{{$ctrl.order.total | currency: 'EUR':2}}
- Item
- ID
+
+ Id
Description
Warehouse
Shipped
@@ -32,26 +32,26 @@
-
+
-
+
- {{("000000"+row.itemFk).slice(-6)}}
+ class="link">
+ {{row.itemFk | zeroFill:6}}
-
+
{{row.warehouse.name}}
{{row.shipped | date: 'dd/MM/yyyy'}}
{{row.quantity}}
{{row.price | currency: 'EUR':2}}
-
+
-
- No results
-
@@ -74,11 +71,9 @@
-
-
Total {{$ctrl.summary.total | currency: 'EUR':2}}
-
-
-
- |
- Item |
- Description |
- Quantity |
- Price |
- Amount |
-
-
-
-
-
+
+
+
+
+ Item
+ Description
+ Quantity
+ Price
+ Amount
+
+
+
+
+
- |
-
+
+
- {{("000000"+row.itemFk).slice(-6)}}
+ class="link">
+ {{row.itemFk | zeroFill:6}}
- |
- |
- {{::row.quantity}} |
- {{::row.price | currency: 'EUR':2}} |
- {{::row.quantity * row.price | currency: 'EUR':2}} |
-
-
- No results |
-
-
+
+
+ {{::row.quantity}}
+ {{::row.price | currency: 'EUR':2}}
+ {{::row.quantity * row.price | currency: 'EUR':2}}
+
+
diff --git a/modules/order/front/volume/index.html b/modules/order/front/volume/index.html
index b8d1789da..c06642836 100644
--- a/modules/order/front/volume/index.html
+++ b/modules/order/front/volume/index.html
@@ -34,7 +34,7 @@
+ class="link">
{{::row.itemFk}}
diff --git a/modules/ticket/front/component/index.html b/modules/ticket/front/component/index.html
index d6cc4e240..165d3addb 100644
--- a/modules/ticket/front/component/index.html
+++ b/modules/ticket/front/component/index.html
@@ -8,78 +8,76 @@
-
-
-
-
- Item |
- Description |
- Quantity |
- Serie |
- Components |
- Import |
- Total import |
-
-
-
-
-
- Base {{$ctrl.base() | currency: 'EUR':3}}
- |
-
-
-
- Margin {{$ctrl.profitMargin() | currency: 'EUR':3}}
- |
-
-
-
- Total {{$ctrl.total() | currency: 'EUR':3}}
- |
-
-
-
-
-
-
- {{("000000"+sale.itemFk).slice(-6)}}
-
- |
- |
- {{::sale.quantity}} |
-
-
- {{::component.componentRate.componentType.type}} |
- {{::component.componentRate.name}} |
- {{::component.value | currency: 'EUR':3}} |
- {{::sale.quantity * component.value | currency: 'EUR':3}} |
-
-
- No results |
-
-
-
-
-
+
+
+
+
+ Item |
+ Description |
+ Quantity |
+ Serie |
+ Components |
+ Import |
+ Total import |
+
+
+
+
+
+ Base {{$ctrl.base() | currency: 'EUR':3}}
+ |
+
+
+
+ Margin {{$ctrl.profitMargin() | currency: 'EUR':3}}
+ |
+
+
+
+ Total {{$ctrl.total() | currency: 'EUR':3}}
+ |
+
+
+
+
+
+
+ {{sale.itemFk | zeroFill:6}}
+
+ |
+
+
+ |
+
+ {{::sale.quantity}}
+ |
+
+
+
+ {{::component.componentRate.componentType.type}}
+ |
+
+ {{::component.componentRate.name}}
+ |
+
+ {{::component.value | currency: 'EUR':3}}
+ |
+
+ {{::sale.quantity * component.value | currency: 'EUR':3}}
+ |
+
+
+ No results |
+
+
+
+
-
\ No newline at end of file
diff --git a/modules/ticket/front/expedition/index.html b/modules/ticket/front/expedition/index.html
index 681889fd6..1adb2ae04 100644
--- a/modules/ticket/front/expedition/index.html
+++ b/modules/ticket/front/expedition/index.html
@@ -1,4 +1,5 @@
-
{{expedition.itemFk | zeroFill:6}}
@@ -44,9 +45,6 @@
{{::expedition.created | date:'dd/MM/yyyy HH:mm'}}
-
- No results
-
diff --git a/modules/ticket/front/index/index.html b/modules/ticket/front/index/index.html
index 9d36ea8ef..6e2038ea6 100644
--- a/modules/ticket/front/index/index.html
+++ b/modules/ticket/front/index/index.html
@@ -10,13 +10,12 @@
-
-
-
-
+
+
-
+
@@ -48,21 +47,26 @@
-
-
-
+
+
{{::ticket.id}}
{{::ticket.userNickname | dashIfEmpty}}
-
- {{::ticket.shipped | dateTime: 'dd/MM/yyyy'}}
+
+
+ {{::ticket.shipped | dateTime: 'dd/MM/yyyy'}}
+
{{::ticket.shipped | dateTime: 'HH:mm'}}
-
+
@@ -70,11 +74,15 @@
{{::ticket.province}}
- {{::ticket.state}}
+
+
+ {{::ticket.state}}
+
+
{{::ticket.agencyMode}}
{{::ticket.warehouse}}
{{::ticket.total | currency: 'EUR': 2}}
-
+
-
- No results
-
-
- Enter a new search
-
diff --git a/modules/ticket/front/index/index.js b/modules/ticket/front/index/index.js
index 89e8f25d2..ab65c702d 100644
--- a/modules/ticket/front/index/index.js
+++ b/modules/ticket/front/index/index.js
@@ -79,13 +79,13 @@ export default class Controller {
stateColor(ticket) {
if (ticket.alertLevelCode === 'OK')
- return 'alertOk';
+ return 'success';
else if (ticket.alertLevelCode === 'FREE')
- return 'alertFree';
+ return 'notice';
else if (ticket.alertLevel === 1)
- return 'alert1';
+ return 'warning';
else if (ticket.alertLevel === 0)
- return 'alert0';
+ return 'alert';
}
showDescriptor(event, clientFk) {
diff --git a/modules/ticket/front/index/style.scss b/modules/ticket/front/index/style.scss
index 7e64180f8..2ad2ad042 100644
--- a/modules/ticket/front/index/style.scss
+++ b/modules/ticket/front/index/style.scss
@@ -11,30 +11,34 @@ vn-ticket-index{
}
.alert1 {
+ color: white;
background-color: $color-main-light;
- &:hover {
- background-color: $color-main-medium;
- }
+ }
+ vn-tr:hover .alert1 {
+ background-color: $color-main-medium;
}
.alertOk {
+ color: white;
background-color: $color-success-light;
- &:hover {
- background-color: $color-success-medium;
- }
+ }
+ vn-tr:hover .alertOk {
+ background-color: $color-success-medium;
}
.alertFree {
+ color: white;
background-color: $color-notice-light;
- &:hover {
- background-color: $color-notice-medium;
- }
+ }
+ vn-tr:hover .alertFree {
+ background-color: $color-notice-medium;
}
.alert0 {
+ color: white;
background-color: $color-alert-light;
- &:hover {
- background-color: $color-alert-medium;
- }
+ }
+ vn-tr:hover .alert0 {
+ background-color: $color-alert-medium;
}
}
\ No newline at end of file
diff --git a/modules/ticket/front/note/index.html b/modules/ticket/front/note/index.html
index eafe0173e..ce177b4cb 100644
--- a/modules/ticket/front/note/index.html
+++ b/modules/ticket/front/note/index.html
@@ -46,7 +46,7 @@
+ on-error-src/>
diff --git a/modules/ticket/front/request/index/index.html b/modules/ticket/front/request/index/index.html
index ff2b3c8d1..9b7cdfe68 100644
--- a/modules/ticket/front/request/index/index.html
+++ b/modules/ticket/front/request/index/index.html
@@ -1,4 +1,5 @@
-
-
+
\ No newline at end of file
diff --git a/modules/ticket/front/sale-checked/index.html b/modules/ticket/front/sale-checked/index.html
index 91ca333cb..4ba6caf7c 100644
--- a/modules/ticket/front/sale-checked/index.html
+++ b/modules/ticket/front/sale-checked/index.html
@@ -29,8 +29,8 @@
- {{("000000"+sale.itemFk).slice(-6)}}
+ class="link">
+ {{sale.itemFk | zeroFill:6}}
diff --git a/modules/ticket/front/sale-tracking/index.html b/modules/ticket/front/sale-tracking/index.html
index b19a1a74e..182cf0793 100644
--- a/modules/ticket/front/sale-tracking/index.html
+++ b/modules/ticket/front/sale-tracking/index.html
@@ -33,8 +33,8 @@
- {{("000000"+sale.itemFk).slice(-6)}}
+ class="link">
+ {{sale.itemFk | zeroFill:6}}
diff --git a/modules/ticket/front/sale/index.html b/modules/ticket/front/sale/index.html
index c804357bf..aa1881752 100644
--- a/modules/ticket/front/sale/index.html
+++ b/modules/ticket/front/sale/index.html
@@ -103,11 +103,13 @@
+ class="link">
{{::sale.itemFk | zeroFill:6}}
-
+
+
+
{{sale.quantity}}
{{sale.price | currency: 'EUR':2}}
@@ -131,7 +132,6 @@
ng-if="$ctrl.isEditable"
class="link"
ng-click="$ctrl.showEditPopover($event, sale)"
- pointer
vn-tooltip="Edit discount">
{{sale.discount}} %
@@ -241,14 +241,12 @@
type="number">
diff --git a/modules/ticket/front/services/index.html b/modules/ticket/front/services/index.html
index 7f4ffd900..797a8ace6 100644
--- a/modules/ticket/front/services/index.html
+++ b/modules/ticket/front/services/index.html
@@ -51,8 +51,7 @@
-
+ class="link">
{{sale.itemFk | zeroFill:6}}
-
+
{{::sale.quantity}}
{{::sale.price | currency: 'EUR':2}}
{{::sale.discount}} %
{{::sale.quantity * sale.price | currency: 'EUR':2}}
-
- No results
-
@@ -117,9 +114,6 @@
{{package.quantity}}
-
- No results
-
@@ -137,15 +131,12 @@
{{::service.id}}
- {{::service.description}}
+ {{::service.description}}
{{::service.quantity}}
{{::service.price}}
{{::service.taxClass.description}}
-
- No results
-
@@ -165,7 +156,7 @@
- {{::request.description}}
+ {{::request.description}}
{{::request.created | dateTime: 'dd/MM/yyyy'}}
{{::request.requester.user.name}}
{{::request.atender.user.name}}
@@ -175,8 +166,8 @@
- {{("000000"+request.saleFk).slice(-6)}}
+ class="link">
+ {{request.saleFk | zeroFill:6}}
@@ -187,12 +178,9 @@
-
- No results
-
-
+
- {{("000000"+sale.itemFk).slice(-6)}}
+ class="link">
+ {{sale.itemFk | zeroFill:6}}
-
+
{{::sale.quantity}}
{{::sale.volume.m3 | number:3}}
-
- No results
-
diff --git a/modules/travel/front/index/index.html b/modules/travel/front/index/index.html
index 0b4f19362..21750fa8b 100644
--- a/modules/travel/front/index/index.html
+++ b/modules/travel/front/index/index.html
@@ -17,7 +17,7 @@
-
+
@@ -25,25 +25,25 @@
Reference
Agency
Warehouse Out
- Shipped
- Delivered
+ Shipped
+ Delivered
Warehouse In
- Landed
- Received
+ Landed
+ Received
{{::travel.id}}
- {{::travel.ref}}
- {{::travel.agency.name}}
- {{::travel.warehouseOut.name}}
- {{::travel.shipped | date:'dd/MM/yyyy'}}
+ {{::travel.ref}}
+ {{::travel.agency.name}}
+ {{::travel.warehouseOut.name}}
+ {{::travel.shipped | date:'dd/MM/yyyy'}}
{{::travel.warehouseIn.name}}
- {{::travel.landed | date:'dd/MM/yyyy'}}
-
+ {{::travel.landed | date:'dd/MM/yyyy'}}
+