Ajout paramtrage des constantes de visualisation ou modification des descriptions produit dans les formulaires.
Modif esthtique mineur
This commit is contained in:
parent
8839d139e8
commit
5c5b32de55
@ -48,7 +48,7 @@ else if ($_POST["action"] == 'multiprix_num')
|
||||
Header("Location: produit.php");
|
||||
exit;
|
||||
}
|
||||
if ($_GET["action"] == 'activate_multiprix')
|
||||
if ($_POST["action"] == 'multiprix')
|
||||
{
|
||||
$res=$db -> desc_table(MAIN_DB_PREFIX."product_price","price_level");
|
||||
if(! $db -> fetch_row())
|
||||
@ -85,7 +85,7 @@ if ($_GET["action"] == 'activate_multiprix')
|
||||
}
|
||||
else
|
||||
{
|
||||
dolibarr_set_const($db, "PRODUIT_MULTIPRICES", "1");
|
||||
dolibarr_set_const($db, "PRODUIT_MULTIPRICES", $_POST["activate_multiprix"]);
|
||||
dolibarr_set_const($db, "PRODUIT_MULTIPRICES_LIMIT", "6");
|
||||
Header("Location: produit.php");
|
||||
}
|
||||
@ -94,54 +94,70 @@ if ($_GET["action"] == 'activate_multiprix')
|
||||
}
|
||||
else
|
||||
{
|
||||
dolibarr_set_const($db, "PRODUIT_MULTIPRICES", "1");
|
||||
dolibarr_set_const($db, "PRODUIT_MULTIPRICES", $_POST["activate_multiprix"]);
|
||||
dolibarr_set_const($db, "PRODUIT_MULTIPRICES_LIMIT", "6");
|
||||
Header("Location: produit.php");
|
||||
}
|
||||
exit;
|
||||
}
|
||||
else if ($_GET["action"] == 'disable_multiprix')
|
||||
else if ($_POST["action"] == 'sousproduits')
|
||||
{
|
||||
//"ALTER TABLE ".MAIN_DB_PREFIX."product_price drop price_level"
|
||||
dolibarr_del_const($db, "PRODUIT_MULTIPRICES");
|
||||
dolibarr_del_const($db, "PRODUIT_MULTIPRICES_LIMIT");
|
||||
Header("Location: produit.php");
|
||||
exit;
|
||||
}
|
||||
else if ($_GET["action"] == 'activate_sousproduits')
|
||||
{
|
||||
$table = MAIN_DB_PREFIX."product_association";
|
||||
$fields['fk_product_pere'] = array('type'=>'int','value'=>'11','null'=> 'not null','default'=> '0');
|
||||
$fields['fk_product_fils'] = array('type'=>'int','value'=>'11','null'=> 'not null','default'=> '0');
|
||||
$fields['qty'] = array('type'=>'double','default'=> 'null');
|
||||
$keys['idx_product_association_fk_product_pere'] = "fk_product_pere" ;
|
||||
$keys['idx_product_association_fk_product_fils'] = "fk_product_fils" ;
|
||||
if(! $db -> create_table($table,$fields,"","MyISAM","","",$keys))
|
||||
$res=$db -> desc_table(MAIN_DB_PREFIX."product_association");
|
||||
if(! $db -> fetch_row())
|
||||
{
|
||||
dolibarr_print_error($db);
|
||||
print "<script language='JavaScript'>setTimeout(\"document.location='./produit.php'\",5000);</script>";
|
||||
$table = MAIN_DB_PREFIX."product_association";
|
||||
$fields['fk_product_pere'] = array('type'=>'int','value'=>'11','null'=> 'not null','default'=> '0');
|
||||
$fields['fk_product_fils'] = array('type'=>'int','value'=>'11','null'=> 'not null','default'=> '0');
|
||||
$fields['qty'] = array('type'=>'double','default'=> 'null');
|
||||
$keys['idx_product_association_fk_product_pere'] = "fk_product_pere" ;
|
||||
$keys['idx_product_association_fk_product_fils'] = "fk_product_fils" ;
|
||||
if(! $db -> create_table($table,$fields,"","MyISAM","","",$keys))
|
||||
{
|
||||
dolibarr_print_error($db);
|
||||
print "<script language='JavaScript'>setTimeout(\"document.location='./produit.php'\",5000);</script>";
|
||||
}
|
||||
else
|
||||
{
|
||||
dolibarr_set_const($db, "PRODUIT_SOUSPRODUITS", $_POST["activate_sousproduits"]);
|
||||
Header("Location: produit.php");
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
dolibarr_set_const($db, "PRODUIT_SOUSPRODUITS", "1");
|
||||
Header("Location: produit.php");
|
||||
dolibarr_set_const($db, "PRODUIT_SOUSPRODUITS", $_POST["activate_sousproduits"]);
|
||||
Header("Location: produit.php");
|
||||
}
|
||||
}
|
||||
else if ($_GET["action"] == 'disable_sousproduits')
|
||||
else if ($_POST["action"] == 'confirmdeleteline')
|
||||
{
|
||||
dolibarr_del_const($db, "PRODUIT_SOUSPRODUITS");
|
||||
dolibarr_set_const($db, "PRODUIT_CONFIRM_DELETE_LINE", $_POST["activate_confirmdeleteline"]);
|
||||
Header("Location: produit.php");
|
||||
exit;
|
||||
}
|
||||
else if ($_GET["action"] == 'activate_confirmdeleteline')
|
||||
else if ($_POST["action"] == 'changeproductdesc')
|
||||
{
|
||||
dolibarr_set_const($db, "PRODUIT_CONFIRM_DELETE_LINE", "1");
|
||||
dolibarr_set_const($db, "PRODUIT_CHANGE_PROD_DESC", $_POST["activate_changeproductdesc"]);
|
||||
dolibarr_set_const($db, "PROPALE_ADD_PROD_DESC", 0);
|
||||
dolibarr_set_const($db, "COMMANDE_ADD_PROD_DESC", 0);
|
||||
dolibarr_set_const($db, "FACTURE_ADD_PROD_DESC", 0);
|
||||
Header("Location: produit.php");
|
||||
exit;
|
||||
}
|
||||
else if ($_GET["action"] == 'disable_confirmdeleteline')
|
||||
else if ($_POST["action"] == 'viewProdDescInPropal')
|
||||
{
|
||||
dolibarr_del_const($db, "PRODUIT_CONFIRM_DELETE_LINE");
|
||||
dolibarr_set_const($db, "PROPALE_ADD_PROD_DESC", $_POST["activate_viewProdDescInPropal"]);
|
||||
Header("Location: produit.php");
|
||||
exit;
|
||||
}
|
||||
else if ($_POST["action"] == 'viewProdDescInOrder')
|
||||
{
|
||||
dolibarr_set_const($db, "COMMANDE_ADD_PROD_DESC", $_POST["activate_viewProdDescInOrder"]);
|
||||
Header("Location: produit.php");
|
||||
exit;
|
||||
}
|
||||
else if ($_POST["action"] == 'viewProdDescInInvoice')
|
||||
{
|
||||
dolibarr_set_const($db, "FACTURE_ADD_PROD_DESC", $_POST["activate_viewProdDescInInvoice"]);
|
||||
Header("Location: produit.php");
|
||||
exit;
|
||||
}
|
||||
@ -156,126 +172,147 @@ llxHeader('',$langs->trans("ProductSetup"));
|
||||
|
||||
print_titre($langs->trans("ProductSetup"));
|
||||
|
||||
$html=new Form($db);
|
||||
$var=true;
|
||||
print '<table class="noborder" width="100%">';
|
||||
print '<tr class="liste_titre">';
|
||||
print " <td>".$langs->trans("Parameters")."</td>\n";
|
||||
print " <td align=\"right\" width=\"60\">".$langs->trans("Value")."</td>\n";
|
||||
print " <td width=\"80\"> </td></tr>\n";
|
||||
|
||||
/*
|
||||
* Formulaire parametres divers
|
||||
*/
|
||||
|
||||
print '<br>';
|
||||
$var=!$var;
|
||||
print "<form method=\"post\" action=\"produit.php\">";
|
||||
print "<input type=\"hidden\" name=\"action\" value=\"nbprod\">";
|
||||
print "<table class=\"noborder\" width=\"100%\">";
|
||||
print "<tr class=\"liste_titre\">";
|
||||
print " <td>".$langs->trans("Name")."</td>\n";
|
||||
print " <td align=\"left\">".$langs->trans("Value")."</td>\n";
|
||||
print " <td> </td>\n";
|
||||
print "</tr><tr ".$bc[false].">";
|
||||
print "<tr ".$bc[$var].">";
|
||||
print '<td>'.$langs->trans("NumberOfProductShowInSelect").'</td>';
|
||||
print "<td align=\"left\"><input size=\"3\" type=\"text\" class=\"flat\" name=\"value\" value=\"".$conf->global->PRODUIT_LIMIT_SIZE."\"></td>";
|
||||
print '<td><input type="submit" class="button" value="'.$langs->trans("Modify").'"></td>';
|
||||
print "<td align=\"right\"><input size=\"3\" type=\"text\" class=\"flat\" name=\"value\" value=\"".$conf->global->PRODUIT_LIMIT_SIZE."\"></td>";
|
||||
print '<td align="right"><input type="submit" class="button" value="'.$langs->trans("Modify").'"></td>';
|
||||
print '</tr>';
|
||||
print '</table>';
|
||||
print '</form>';
|
||||
print '<br>';
|
||||
|
||||
|
||||
// multiprix activation/desactivation
|
||||
print '<table class="noborder" width="100%">';
|
||||
print '<tr class="liste_titre">';
|
||||
print '<td width="140">'.$langs->trans("Name").'</td>';
|
||||
print '<td align="center"> </td>';
|
||||
print '<td align="center">'.$langs->trans("Active").'</td>';
|
||||
print "</tr>\n";
|
||||
$var=!$var;
|
||||
print "<form method=\"post\" action=\"produit.php\">";
|
||||
print "<input type=\"hidden\" name=\"action\" value=\"multiprix\">";
|
||||
print "<tr ".$bc[false].">";
|
||||
print "<tr ".$bc[$var].">";
|
||||
print '<td width="80%">'.$langs->trans("MultiPricesAbility").'</td>';
|
||||
print '<td align="center">';
|
||||
if($conf->global->PRODUIT_MULTIPRICES == 1)
|
||||
print img_tick();
|
||||
print '</td>';
|
||||
print "<td align=\"center\">";
|
||||
if($conf->global->PRODUIT_MULTIPRICES == 0)
|
||||
print '<a href="produit.php?action=activate_multiprix">'.$langs->trans("Activate").'</a>';
|
||||
else if($conf->global->PRODUIT_MULTIPRICES == 1)
|
||||
print '<a href="produit.php?action=disable_multiprix">'.$langs->trans("Disable").'</a>';
|
||||
print '<td width="60" align="right">';
|
||||
print $html->selectyesno("activate_multiprix",$conf->global->PRODUIT_MULTIPRICES,1);
|
||||
print '</td><td align="right">';
|
||||
print '<input type="submit" class="button" value="'.$langs->trans("Modify").'">';
|
||||
print "</td>";
|
||||
print '</tr>';
|
||||
print '</table>';
|
||||
print '</form>';
|
||||
|
||||
|
||||
// multiprix nombre de prix a proposer
|
||||
if($conf->global->PRODUIT_MULTIPRICES == 1)
|
||||
{
|
||||
print '<br>';
|
||||
$var=!$var;
|
||||
print "<form method=\"post\" action=\"produit.php\">";
|
||||
print "<input type=\"hidden\" name=\"action\" value=\"multiprix_num\">";
|
||||
print "<table class=\"noborder\" width=\"100%\">";
|
||||
print "<tr class=\"liste_titre\">";
|
||||
print ' <td width="80%">'.$langs->trans("Name")."</td>\n";
|
||||
print " <td align=\"left\">".$langs->trans("Value")."</td>\n";
|
||||
print " <td> </td>\n";
|
||||
print "</tr><tr ".$bc[false].">";
|
||||
print "<tr ".$bc[$var].">";
|
||||
print '<td>'.$langs->trans("MultiPricesNumPrices").'</td>';
|
||||
print "<td align=\"left\"><input size=\"3\" type=\"text\" class=\"flat\" name=\"value\" value=\"".$conf->global->PRODUIT_MULTIPRICES_LIMIT."\"></td>";
|
||||
print '<td><input type="submit" class="button" value="'.$langs->trans("Modify").'"></td>';
|
||||
print "<td align=\"right\"><input size=\"3\" type=\"text\" class=\"flat\" name=\"value\" value=\"".$conf->global->PRODUIT_MULTIPRICES_LIMIT."\"></td>";
|
||||
print '<td align="right"><input type="submit" class="button" value="'.$langs->trans("Modify").'"></td>';
|
||||
print '</tr>';
|
||||
print '</table>';
|
||||
print '</form>';
|
||||
}
|
||||
|
||||
// sousproduits activation/desactivation
|
||||
print '<br>';
|
||||
print '<table class="noborder" width="100%">';
|
||||
print '<tr class="liste_titre">';
|
||||
print '<td width="140">'.$langs->trans("Name").'</td>';
|
||||
print '<td align="center"> </td>';
|
||||
print '<td align="center">'.$langs->trans("Active").'</td>';
|
||||
print "</tr>\n";
|
||||
$var=!$var;
|
||||
print "<form method=\"post\" action=\"produit.php\">";
|
||||
print "<input type=\"hidden\" name=\"action\" value=\"multiprix\">";
|
||||
print "<tr ".$bc[false].">";
|
||||
print "<input type=\"hidden\" name=\"action\" value=\"sousproduits\">";
|
||||
print "<tr ".$bc[$var].">";
|
||||
print '<td width="80%">'.$langs->trans("AssociatedProductsAbility").'</td>';
|
||||
print '<td align="center">';
|
||||
if($conf->global->PRODUIT_SOUSPRODUITS == 1)
|
||||
print img_tick();
|
||||
print '</td>';
|
||||
print "<td align=\"center\">";
|
||||
if($conf->global->PRODUIT_SOUSPRODUITS == 0)
|
||||
print '<a href="produit.php?action=activate_sousproduits">'.$langs->trans("Activate").'</a>';
|
||||
else if($conf->global->PRODUIT_SOUSPRODUITS == 1)
|
||||
print '<a href="produit.php?action=disable_sousproduits">'.$langs->trans("Disable").'</a>';
|
||||
print '<td width="60" align="right">';
|
||||
print $html->selectyesno("activate_sousproduits",$conf->global->PRODUIT_SOUSPRODUITS,1);
|
||||
print '</td><td align="right">';
|
||||
print '<input type="submit" class="button" value="'.$langs->trans("Modify").'">';
|
||||
print "</td>";
|
||||
print '</tr>';
|
||||
print '</table>';
|
||||
print '</form>';
|
||||
|
||||
// confirmation de suppression ligne produit activation/desactivation
|
||||
print '<br>';
|
||||
print '<table class="noborder" width="100%">';
|
||||
print '<tr class="liste_titre">';
|
||||
print '<td width="140">'.$langs->trans("Name").'</td>';
|
||||
print '<td align="center"> </td>';
|
||||
print '<td align="center">'.$langs->trans("Active").'</td>';
|
||||
print "</tr>\n";
|
||||
$var=!$var;
|
||||
print "<form method=\"post\" action=\"produit.php\">";
|
||||
print "<input type=\"hidden\" name=\"action\" value=\"confirmdeleteline\">";
|
||||
print "<tr ".$bc[false].">";
|
||||
print "<tr ".$bc[$var].">";
|
||||
print '<td width="80%">'.$langs->trans("ConfirmDeleteProductLineAbility").'</td>';
|
||||
print '<td align="center">';
|
||||
if($conf->global->PRODUIT_CONFIRM_DELETE_LINE == 1)
|
||||
print img_tick();
|
||||
print '</td>';
|
||||
print "<td align=\"center\">";
|
||||
if($conf->global->PRODUIT_CONFIRM_DELETE_LINE == 0)
|
||||
print '<a href="produit.php?action=activate_confirmdeleteline">'.$langs->trans("Activate").'</a>';
|
||||
else if($conf->global->PRODUIT_CONFIRM_DELETE_LINE == 1)
|
||||
print '<a href="produit.php?action=disable_confirmdeleteline">'.$langs->trans("Disable").'</a>';
|
||||
print '<td width="60" align="right">';
|
||||
print $html->selectyesno("activate_confirmdeleteline",$conf->global->PRODUIT_CONFIRM_DELETE_LINE,1);
|
||||
print '</td><td align="right">';
|
||||
print '<input type="submit" class="button" value="'.$langs->trans("Modify").'">';
|
||||
print "</td>";
|
||||
print '</tr>';
|
||||
print '</table>';
|
||||
print '</form>';
|
||||
|
||||
// Modification description produit activation/desactivation
|
||||
$var=!$var;
|
||||
print "<form method=\"post\" action=\"produit.php\">";
|
||||
print "<input type=\"hidden\" name=\"action\" value=\"changeproductdesc\">";
|
||||
print "<tr ".$bc[$var].">";
|
||||
print '<td width="80%">'.$langs->trans("ModifyProductDescAbility").'</td>';
|
||||
print '<td width="60" align="right">';
|
||||
print $html->selectyesno("activate_changeproductdesc",$conf->global->PRODUIT_CHANGE_PROD_DESC,1);
|
||||
print '</td><td align="right">';
|
||||
print '<input type="submit" class="button" value="'.$langs->trans("Modify").'">';
|
||||
print "</td>";
|
||||
print '</tr>';
|
||||
print '</form>';
|
||||
|
||||
if ($conf->global->PRODUIT_CHANGE_PROD_DESC == 0)
|
||||
{
|
||||
// Visualiser description produit dans propale activation/desactivation
|
||||
$var=!$var;
|
||||
print "<form method=\"post\" action=\"produit.php\">";
|
||||
print "<input type=\"hidden\" name=\"action\" value=\"viewProdDescInPropal\">";
|
||||
print "<tr ".$bc[$var].">";
|
||||
print '<td width="80%">'.$langs->trans("ViewProductDescInPropalAbility").'</td>';
|
||||
print '<td width="60" align="right">';
|
||||
print $html->selectyesno("activate_viewProdDescInPropal",$conf->global->PROPALE_ADD_PROD_DESC,1);
|
||||
print '</td><td align="right">';
|
||||
print '<input type="submit" class="button" value="'.$langs->trans("Modify").'">';
|
||||
print "</td>";
|
||||
print '</tr>';
|
||||
print '</form>';
|
||||
|
||||
// Visualiser description produit dans commande activation/desactivation
|
||||
$var=!$var;
|
||||
print "<form method=\"post\" action=\"produit.php\">";
|
||||
print "<input type=\"hidden\" name=\"action\" value=\"viewProdDescInOrder\">";
|
||||
print "<tr ".$bc[$var].">";
|
||||
print '<td width="80%">'.$langs->trans("ViewProductDescInOrderAbility").'</td>';
|
||||
print '<td width="60" align="right">';
|
||||
print $html->selectyesno("activate_viewProdDescInOrder",$conf->global->COMMANDE_ADD_PROD_DESC,1);
|
||||
print '</td><td align="right">';
|
||||
print '<input type="submit" class="button" value="'.$langs->trans("Modify").'">';
|
||||
print "</td>";
|
||||
print '</tr>';
|
||||
print '</form>';
|
||||
|
||||
// Visualiser description produit dans facture activation/desactivation
|
||||
$var=!$var;
|
||||
print "<form method=\"post\" action=\"produit.php\">";
|
||||
print "<input type=\"hidden\" name=\"action\" value=\"viewProdDescInInvoice\">";
|
||||
print "<tr ".$bc[$var].">";
|
||||
print '<td width="80%">'.$langs->trans("ViewProductDescInInvoiceAbility").'</td>';
|
||||
print '<td width="60" align="right">';
|
||||
print $html->selectyesno("activate_viewProdDescInInvoice",$conf->global->FACTURE_ADD_PROD_DESC,1);
|
||||
print '</td><td align="right">';
|
||||
print '<input type="submit" class="button" value="'.$langs->trans("Modify").'">';
|
||||
print "</td>";
|
||||
print '</tr>';
|
||||
print '</form>';
|
||||
}
|
||||
|
||||
print '</table>';
|
||||
|
||||
$db->close();
|
||||
|
||||
llxFooter();
|
||||
|
||||
@ -192,6 +192,8 @@ if ($_GET["action"] == 'create')
|
||||
// A quoi sert une date de livraison sur une propale ?
|
||||
// Si il y a date de livraison connue alors ne s'agit-il pas d'une commande plutot ?
|
||||
// Régis : c'est plus pour information afin que le client est un délai de fabrication par exemple.
|
||||
if ($conf->expedition->enabled)
|
||||
{
|
||||
if ($conf->global->PROPALE_ADD_SHIPPING_DATE)
|
||||
{
|
||||
print '<tr><td>'.$langs->trans("DateDelivery").'</td>';
|
||||
@ -223,6 +225,7 @@ if ($_GET["action"] == 'create')
|
||||
}
|
||||
print '</td></tr>';
|
||||
}
|
||||
}
|
||||
|
||||
// Model
|
||||
print '<tr>';
|
||||
|
||||
@ -784,8 +784,11 @@ if ($_GET['propalid'] > 0)
|
||||
print '</td>';
|
||||
|
||||
if ($conf->projet->enabled) $rowspan++;
|
||||
if ($conf->expedition->enabled)
|
||||
{
|
||||
if ($conf->global->PROPALE_ADD_SHIPPING_DATE) $rowspan++;
|
||||
if ($conf->global->PROPALE_ADD_DELIVERY_ADDRESS) $rowspan++;
|
||||
}
|
||||
|
||||
// Notes
|
||||
print '<td valign="top" colspan="2" width="50%" rowspan="'.$rowspan.'">'.$langs->trans('NotePublic').' :<br>'. nl2br($propal->note_public).'</td>';
|
||||
@ -826,6 +829,8 @@ if ($_GET['propalid'] > 0)
|
||||
|
||||
// date de livraison (conditonné sur PROPALE_ADD_SHIPPING_DATE car carac à
|
||||
// gérer par les commandes et non les propal
|
||||
if ($conf->expedition->enabled)
|
||||
{
|
||||
if ($conf->global->PROPALE_ADD_SHIPPING_DATE)
|
||||
{
|
||||
print '<tr><td>';
|
||||
@ -873,6 +878,7 @@ if ($_GET['propalid'] > 0)
|
||||
}
|
||||
print '</td></tr>';
|
||||
}
|
||||
}
|
||||
|
||||
// Conditions et modes de réglement
|
||||
print '<tr><td>';
|
||||
|
||||
@ -708,6 +708,8 @@ if ($_GET['action'] == 'create' && $user->rights->commande->creer)
|
||||
print '</td></tr>';
|
||||
|
||||
// Date de livraison
|
||||
if ($conf->expedition->enabled)
|
||||
{
|
||||
print "<tr><td>".$langs->trans("DateDelivery")."</td><td>";
|
||||
if ($conf->global->DATE_LIVRAISON_WEEK_DELAY)
|
||||
{
|
||||
@ -730,7 +732,7 @@ if ($_GET['action'] == 'create' && $user->rights->commande->creer)
|
||||
}
|
||||
|
||||
print '</td></tr>';
|
||||
|
||||
}
|
||||
|
||||
// Conditions de réglement
|
||||
print '<tr><td nowrap="nowrap">'.$langs->trans('PaymentConditionsShort').'</td><td>';
|
||||
@ -1074,6 +1076,8 @@ else
|
||||
print '</tr>';
|
||||
|
||||
// Date de livraison
|
||||
if ($conf->expedition->enabled)
|
||||
{
|
||||
print '<tr><td height="10">';
|
||||
print '<table class="nobordernopadding" width="100%"><tr><td>';
|
||||
print $langs->trans('DateDelivery');
|
||||
@ -1120,6 +1124,7 @@ else
|
||||
$html->form_adresse_livraison($_SERVER['PHP_SELF'].'?id='.$commande->id,$commande->adresse_livraison_id,$_GET['socid'],'none','commande',$commande->id);
|
||||
}
|
||||
print '</td></tr>';
|
||||
}
|
||||
|
||||
// Conditions et modes de réglement
|
||||
print '<tr><td height="10">';
|
||||
|
||||
@ -498,7 +498,11 @@ LDAPFieldMobileExample=Default attribute : mobile
|
||||
##### Products #####
|
||||
ProductSetup=Products module setup
|
||||
NumberOfProductShowInSelect=Max number of products in combos select lists (0=no limit)
|
||||
ConfirmDeleteProductLineAbility=Confirmation of removal of a line produces in the forms
|
||||
ConfirmDeleteProductLineAbility=Confirmation of removal of a line produces in the forms
|
||||
ModifyProductDescAbility=
|
||||
ViewProductDescInPropalAbility=
|
||||
ViewProductDescInOrderAbility=
|
||||
ViewProductDescInInvoiceAbility=
|
||||
##### Syslog #####
|
||||
SyslogSetup=Syslog module setup
|
||||
SyslogOutput=Log output
|
||||
|
||||
@ -499,6 +499,10 @@ LDAPFieldMobileExample=Attribut par d
|
||||
ProductSetup=Configuration du module Produits
|
||||
NumberOfProductShowInSelect=Nombre de produits max dans les listes déroulantes (0=aucune limite)
|
||||
ConfirmDeleteProductLineAbility=Confirmation de suppression d'une ligne produit dans les formulaires
|
||||
ModifyProductDescAbility=Personnalisation des descriptions produits dans les formulaires
|
||||
ViewProductDescInPropalAbility=Visualisation des descriptions produits dans les propales
|
||||
ViewProductDescInOrderAbility=Visualisation des descriptions produits dans les commandes
|
||||
ViewProductDescInInvoiceAbility=Visualisation des descriptions produits dans les factures
|
||||
##### Syslog #####
|
||||
SyslogSetup=Configuration du module Syslog
|
||||
SyslogOutput=Sortie des log
|
||||
|
||||
Loading…
Reference in New Issue
Block a user