NEW: Add Customer Order delivered (ORDER_CLOSE) in module Notification

This commit is contained in:
Florian HENRY 2022-11-23 13:08:09 +01:00
parent 4c02652d87
commit d59391aaf2
3 changed files with 3 additions and 0 deletions

View File

@ -69,6 +69,7 @@ class Notify
'BILL_PAYED',
'ORDER_CREATE',
'ORDER_VALIDATE',
'ORDER_CLOSE',
'PROPAL_VALIDATE',
'PROPAL_CLOSE_SIGNED',
'FICHINTER_VALIDATE',

View File

@ -40,6 +40,7 @@ notiftofixedemail=To fixed mail
notiftouserandtofixedemail=To user and fixed mail
Notify_ORDER_VALIDATE=Sales order validated
Notify_ORDER_SENTBYMAIL=Sales order sent by mail
Notify_ORDER_CLOSE=Sales order delivered
Notify_ORDER_SUPPLIER_SENTBYMAIL=Purchase order sent by email
Notify_ORDER_SUPPLIER_VALIDATE=Purchase order recorded
Notify_ORDER_SUPPLIER_APPROVE=Purchase order approved

View File

@ -40,6 +40,7 @@ notiftofixedemail=aux e-mails définis
notiftouserandtofixedemail=Aux utilisateurs et e-mails définis
Notify_ORDER_VALIDATE=Validation commande client
Notify_ORDER_SENTBYMAIL=Envoi commande client par email
Notify_ORDER_CLOSE=Commande client livrée
Notify_ORDER_SUPPLIER_SENTBYMAIL=Envoi commande fournisseur par email
Notify_ORDER_SUPPLIER_VALIDATE=Commande fournisseur enregistrée
Notify_ORDER_SUPPLIER_APPROVE=Commande fournisseur approuvée