fixes #3963 Adelantar la fecha de preparacion de tickets #1155
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#1155
Loading…
Reference in New Issue
No description provided.
Delete Branch "3963-ticket-advance"
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?
@ -0,0 +1,104 @@
DROP PROCEDURE IF EXISTS vn.ticket_canAdvance;
Template strings
@ -130,2 +130,2 @@
it('should search for the ticket with id 31 once again', async() => {
await page.accessToSearchResult('31');
it('should search for the ticket with id 32 once again', async() => {
await page.accessToSearchResult('32');
Buscar por nickname del ticket u otro valor para evitar buscar por id
@ -0,0 +21,4 @@
required: true
},
{
arg: 'tfShipped',
No utilizar abreviaturas
@ -0,0 +88,4 @@
const where = buildFilter(ctx.args, (param, value) => {
switch (param) {
// case 'shipped':
Esto sobra?
@ -0,0 +20,4 @@
const ctx = { req: { accessToken: { userId: 9 } }, args };
const result = await models.Ticket.getTicketsAdvance(ctx, options);
expect(result.length).toEqual(1);
Utilizar mejor .toBeGreatherThan()
@ -176,3 +176,3 @@
const result = await models.Ticket.filter(ctx, filter, options);
expect(result.length).toEqual(26);
expect(result.length).toEqual(27);
toBeGreatherThan()
@ -0,0 +1,12 @@
{
"name": "TicketAdvance",
Eliminar modelo y mover rutas al modelo de ticket
@ -0,0 +65,4 @@
label="Warehouse"
ng-model="filter.warehouseFk"
url="Warehouses"
required="true">
Esta propiedad parece que no es necesaria
El procedimiento necesita como parámetros la fecha de los tickets que se quieren adelantar y el almacén
Me refiero a la propiedad required
@ -0,0 +1,147 @@
<vn-crud-model
vn-id="model"
url="Tickets/getTicketsAdvance"
limit="20">
No es necesario especificar limit 20 si es el predeterminado
@ -0,0 +54,4 @@
<span translate>Destination ID</span>
</th>
<th field="destETD">
<span translate>Destination ETD</span>
Añadir title con el nombre completo (Estimated time delivery..)
@ -0,0 +56,4 @@
<th field="destETD">
<span translate>Destination ETD</span>
</th>
<th field="tfState">
Quitar abreviaturas
@ -0,0 +16,4 @@
searchable: false
},
{
field: 'tfState',
Abreviaturas
@ -0,0 +2,4 @@
DELIMITER $$
$$
CREATE DEFINER=`root`@`localhost` PROCEDURE `vn`.`ticket_canAdvance`(vDated DATE, vWarehouseFk INT)
vShipped o vLanded quedaria mes clar
@ -0,0 +1,5 @@
Advance tickets: Adelantar tickets
Fruits and vegetables: Frutas y verduras
Ja no treballem amb açò, pot ser dinamic?
@ -0,0 +1,6 @@
Advance tickets: Advance tickets
Success: Tickets moved successfully!
Fruits and vegetables: Fruits and vegetables
la mateix que dalt, intentar fer dinamic
@ -0,0 +4,4 @@
Success: Tickets movidos correctamente
Lines: Líneas
Liters: Litros
Fruits and vegetables: Frutas y verduras
traducir con i18n
@ -36,3 +36,5 @@ import './sms';
import './boxing';
import './future';
import './future-search-panel';
import './advance'
;
@ -20,3 +20,3 @@
},
{
field: 'destETD',
field: 'tfShipped',
Qué es tf? Evitar abreviaturas