ajout possibilit d'envoyer la commande client par mail
This commit is contained in:
parent
dbe8f55a4f
commit
28c75f9f9a
@ -1518,12 +1518,13 @@ else
|
||||
$num = $db->num_rows($resql);
|
||||
if ($num)
|
||||
{
|
||||
print '<br>';
|
||||
print_titre($langs->trans('ActionsOnOrder'));
|
||||
$i = 0;
|
||||
$total = 0;
|
||||
$var=true;
|
||||
|
||||
print '<br><table class="border" width="100%">';
|
||||
print '<table class="border" width="100%">';
|
||||
print '<tr '.$bc[$var].'><td>'.$langs->trans('Ref').'</td><td>'.$langs->trans('Date').'</td><td>'.$langs->trans('Action').'</td><td>'.$langs->trans('By').'</td></tr>';
|
||||
print "\n";
|
||||
|
||||
|
||||
@ -41,6 +41,7 @@ MenuToDoActions=Uncomplete actions
|
||||
ToDoActions=Uncomplete actions
|
||||
ToDoActionsFor=Uncomplete actions for %s
|
||||
SendPropalRef=Send commercial proposal %s
|
||||
SendOrderRef=Send order %s
|
||||
NoRecordedProspects=No prospect recorded
|
||||
StatusActionToDo=To do
|
||||
StatusActionDone=Done
|
||||
|
||||
@ -61,6 +61,7 @@ RefCustomer=Ref. customer
|
||||
RefCdeClient=Ref. customer order
|
||||
RefCdeClientShort=Ref. cust. order
|
||||
SendPropalByMail=Send order by mail
|
||||
ActionsOnOrder=Actions on order
|
||||
# Sources
|
||||
OrderSource0=Commercial proposal
|
||||
OrderSource1=Internet
|
||||
|
||||
@ -41,6 +41,7 @@ ToDoActionsFor=Liste des actions incompl
|
||||
DoneAndToDoActionsFor=Liste des actions réalisées ou à faire pour %s
|
||||
DoneAndToDoActions=Liste des actions réalisées ou à faire
|
||||
SendPropalRef=Envoi proposition commerciale %s
|
||||
SendOrderRef=Envoi commande %s
|
||||
NoRecordedProspects=Aucun prospect enregistré
|
||||
StatusActionToDo=À faire
|
||||
StatusActionDone=Réalisé
|
||||
|
||||
@ -61,6 +61,7 @@ RefCustomer=R
|
||||
RefCdeClient=Réf. commande client
|
||||
RefCdeClientShort=Réf. com. client
|
||||
SendOrderByMail=Envoi commande par mail
|
||||
ActionsOnOrder=Actions sur la commande
|
||||
# Sources
|
||||
OrderSource0=Proposition commerciale
|
||||
OrderSource1=Internet
|
||||
|
||||
Loading…
Reference in New Issue
Block a user