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);
|
$num = $db->num_rows($resql);
|
||||||
if ($num)
|
if ($num)
|
||||||
{
|
{
|
||||||
|
print '<br>';
|
||||||
print_titre($langs->trans('ActionsOnOrder'));
|
print_titre($langs->trans('ActionsOnOrder'));
|
||||||
$i = 0;
|
$i = 0;
|
||||||
$total = 0;
|
$total = 0;
|
||||||
$var=true;
|
$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 '<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";
|
print "\n";
|
||||||
|
|
||||||
|
|||||||
@ -41,6 +41,7 @@ MenuToDoActions=Uncomplete actions
|
|||||||
ToDoActions=Uncomplete actions
|
ToDoActions=Uncomplete actions
|
||||||
ToDoActionsFor=Uncomplete actions for %s
|
ToDoActionsFor=Uncomplete actions for %s
|
||||||
SendPropalRef=Send commercial proposal %s
|
SendPropalRef=Send commercial proposal %s
|
||||||
|
SendOrderRef=Send order %s
|
||||||
NoRecordedProspects=No prospect recorded
|
NoRecordedProspects=No prospect recorded
|
||||||
StatusActionToDo=To do
|
StatusActionToDo=To do
|
||||||
StatusActionDone=Done
|
StatusActionDone=Done
|
||||||
|
|||||||
@ -61,6 +61,7 @@ RefCustomer=Ref. customer
|
|||||||
RefCdeClient=Ref. customer order
|
RefCdeClient=Ref. customer order
|
||||||
RefCdeClientShort=Ref. cust. order
|
RefCdeClientShort=Ref. cust. order
|
||||||
SendPropalByMail=Send order by mail
|
SendPropalByMail=Send order by mail
|
||||||
|
ActionsOnOrder=Actions on order
|
||||||
# Sources
|
# Sources
|
||||||
OrderSource0=Commercial proposal
|
OrderSource0=Commercial proposal
|
||||||
OrderSource1=Internet
|
OrderSource1=Internet
|
||||||
|
|||||||
@ -41,6 +41,7 @@ ToDoActionsFor=Liste des actions incompl
|
|||||||
DoneAndToDoActionsFor=Liste des actions réalisées ou à faire pour %s
|
DoneAndToDoActionsFor=Liste des actions réalisées ou à faire pour %s
|
||||||
DoneAndToDoActions=Liste des actions réalisées ou à faire
|
DoneAndToDoActions=Liste des actions réalisées ou à faire
|
||||||
SendPropalRef=Envoi proposition commerciale %s
|
SendPropalRef=Envoi proposition commerciale %s
|
||||||
|
SendOrderRef=Envoi commande %s
|
||||||
NoRecordedProspects=Aucun prospect enregistré
|
NoRecordedProspects=Aucun prospect enregistré
|
||||||
StatusActionToDo=À faire
|
StatusActionToDo=À faire
|
||||||
StatusActionDone=Réalisé
|
StatusActionDone=Réalisé
|
||||||
|
|||||||
@ -61,6 +61,7 @@ RefCustomer=R
|
|||||||
RefCdeClient=Réf. commande client
|
RefCdeClient=Réf. commande client
|
||||||
RefCdeClientShort=Réf. com. client
|
RefCdeClientShort=Réf. com. client
|
||||||
SendOrderByMail=Envoi commande par mail
|
SendOrderByMail=Envoi commande par mail
|
||||||
|
ActionsOnOrder=Actions sur la commande
|
||||||
# Sources
|
# Sources
|
||||||
OrderSource0=Proposition commerciale
|
OrderSource0=Proposition commerciale
|
||||||
OrderSource1=Internet
|
OrderSource1=Internet
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user