2502-supplier_summary + e2e #425

Merged
joan merged 15 commits from 2502-supplier_summary into dev 2020-10-29 07:55:38 +00:00
Contributor
No description provided.
bernat changed title from 2502-supplier_summary to WIP: 2502-supplier_summary 2020-10-27 07:46:01 +00:00
carlosjr changed title from WIP: 2502-supplier_summary to 2502-supplier_summary + e2e 2020-10-28 11:31:45 +00:00
carlosjr requested changes 2020-10-28 12:49:25 +00:00
@ -64,0 +65,4 @@
{'s.name': {like: `%${value}%`}},
{'s.nickname': {like: `%${value}%`}}
]};
// return {'s.id': value};
Contributor

remove comments

remove comments
@ -0,0 +9,4 @@
expect(supplier.nif).toEqual('06089160W');
});
it(`should return a summary object containing it's supplier country`, async() => {
Contributor

containing it's supplier country relation

containing it's supplier country relation
joan marked this conversation as resolved
@ -0,0 +29,4 @@
ng-class="{bright: $ctrl.supplier.isActive == false}">
</vn-icon>
<vn-icon
vn-tooltip="Supplier official"
Contributor

official supplier

official supplier
@ -0,0 +1,5 @@
Tax number: NIF / CIF
All entries with current supplier: Todas las entradas con el proveedor actual
Go to client: Ir al cliente
Supplier official: Proveedor oficial
Contributor

official supplier

official supplier
@ -0,0 +2,4 @@
All entries with current supplier: Todas las entradas con el proveedor actual
Go to client: Ir al cliente
Supplier official: Proveedor oficial
Supplier inactive: Proveedor inactivo
Contributor

inactive supplier

inactive supplier
@ -1,3 +1,4 @@
Province: Provincia
Country: País
Tax number: Nif
No newline at end of file
Contributor

NIF

NIF
@ -2,3 +2,3 @@
Country: País
Tax number: Nif
No newline at end of file
Tax number: Nif
Contributor

Busca proveedores por id, nombre o alias

Busca proveedores por id, nombre o alias
@ -0,0 +1,5 @@
Is official: Es oficial
Country: País
Tax number: Nif
Contributor

NIF y CIF?

NIF y CIF?
@ -0,0 +1,5 @@
Is official: Es oficial
Country: País
Tax number: Nif
Search suppliers by id, name or alias: Busca proveedores por el id, el nombre o el alias
Contributor

-el

-el
@ -0,0 +2,4 @@
vn-client-summary {
.alert span {
color: $color-alert !important
Contributor

is !important that important?

is !important that important?
joan approved these changes 2020-10-29 07:55:31 +00:00
joan left a comment
Contributor

LGTM

LGTM
joan merged commit a76b2525d4 into dev 2020-10-29 07:55:37 +00:00
joan deleted branch 2502-supplier_summary 2020-10-29 07:57:36 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: verdnatura/salix#425
No description provided.