5342-monitor.tickets_isFragile #1393
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#1393
Loading…
Reference in New Issue
No description provided.
Delete Branch "5342-monitor.tickets_isFragile"
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 +30,4 @@
LEFT JOIN agencyMode am ON am.id = tt.agencyModeFk
LEFT JOIN deliveryMethod dm ON dm.id = am.deliveryMethodFk
WHERE dm.code IN ('AGENCY', 'DELIVERY')
AND (ic.code = 'plant' OR it.code IN ('ZKA', 'ZKE'));
açò es susceptible d'anar canviant en eltemps, hi ha que crear un camp en itemType, algo així com que "avisar si va en agencia"
Se ha preguntado a Julia, si solo hay que avisar cuando es por 'agencia' o por 'agencia' o 'reparto'
quina es la proposta teua per a llevar zka del codi?
He creat el camp itemType.isFragile
@ -0,0 +2,4 @@
DELIMITER $$
$$
CREATE PROCEDURE `vn`.`ticket_getWarnings`()
si sols es gasta ací jo ho posaria tot en un procedure
Fusionar ticket_getWarnings y sale_getWarnings dius?
Ho vaig fer aixi per seguir la mateixa estructura que ticket_getProblems (que crida a sale_getProblems).
Pero si se vol fusionar en un unic proc ho faig.
sí, junta
@ -0,0 +25,4 @@
GROUP BY sw.ticketFk;
UPDATE tmp.ticket_warnings tw
SET tw.totalWarnings =
açò es molt raro, no se lo que fa, no te join..per a canviar-ho pots canviar-ho dalt directe no?
Eliminar este trozo de código.
@ -0,0 +30,4 @@
LEFT JOIN agencyMode am ON am.id = tt.agencyModeFk
LEFT JOIN deliveryMethod dm ON dm.id = am.deliveryMethodFk
WHERE dm.code IN ('AGENCY')
AND (ic.code = 'plant' OR it.isFragile);
si ací deixes plant no es queda tot igual, canvia tot per a que siga isFragile, sino el dia que creen un tipo de planta que no siga fragile, no podrien.
no entenc molt bé, que cree un camp isFragile per a itemCategory?
seria una opció pero jo no faria ixa, jo rellenaria amb true tots els valors d'ItemType que pertanyan a plantes.