2502-supplier_summary + e2e #425
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#425
Loading…
Reference in New Issue
No description provided.
Delete Branch "2502-supplier_summary"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
2502-supplier_summaryto WIP: 2502-supplier_summaryWIP: 2502-supplier_summaryto 2502-supplier_summary + e2e@ -64,0 +65,4 @@
{'s.name': {like: `%${value}%`}},
{'s.nickname': {like: `%${value}%`}}
]};
// return {'s.id': value};
remove comments
@ -0,0 +9,4 @@
expect(supplier.nif).toEqual('06089160W');
});
it(`should return a summary object containing it's supplier country`, async() => {
containing it's supplier country relation
@ -0,0 +29,4 @@
ng-class="{bright: $ctrl.supplier.isActive == false}">
</vn-icon>
<vn-icon
vn-tooltip="Supplier official"
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
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
inactive supplier
@ -1,3 +1,4 @@
Province: Provincia
Country: País
Tax number: Nif
No newline at end of file
NIF
@ -2,3 +2,3 @@
Country: País
Tax number: Nif
No newline at end of file
Tax number: Nif
Busca proveedores por id, nombre o alias
@ -0,0 +1,5 @@
Is official: Es oficial
Country: País
Tax number: Nif
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
-el
@ -0,0 +2,4 @@
vn-client-summary {
.alert span {
color: $color-alert !important
is !important that important?
LGTM