dolibarr-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-cvs] dolibarr htdocs/commandefiche.php htdocs/langs/...


From: Regis Houssin
Subject: [Dolibarr-cvs] dolibarr htdocs/commandefiche.php htdocs/langs/...
Date: Fri, 09 Jun 2006 16:19:14 +0000

CVSROOT:        /cvsroot/dolibarr
Module name:    dolibarr
Changes by:     Regis Houssin <hregis>  06/06/09 16:19:14

Modified files:
        htdocs/commande: fiche.php 
        htdocs/langs/en_US: commercial.lang 
        htdocs/langs/fr_FR: commercial.lang 
        mysql/data     : data.sql 
        mysql/migration: 2.0.0-2.1.0.sql 

Log message:
        Fix: ajout du nom de l'action pour l'envoi de la commande par mail

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/dolibarr/htdocs/commande/fiche.php?cvsroot=dolibarr&r1=1.196&r2=1.197
http://cvs.savannah.gnu.org/viewcvs/dolibarr/htdocs/langs/en_US/commercial.lang?cvsroot=dolibarr&r1=1.28&r2=1.29
http://cvs.savannah.gnu.org/viewcvs/dolibarr/htdocs/langs/fr_FR/commercial.lang?cvsroot=dolibarr&r1=1.31&r2=1.32
http://cvs.savannah.gnu.org/viewcvs/dolibarr/mysql/data/data.sql?cvsroot=dolibarr&r1=1.197&r2=1.198
http://cvs.savannah.gnu.org/viewcvs/dolibarr/mysql/migration/2.0.0-2.1.0.sql?cvsroot=dolibarr&r1=1.95&r2=1.96

Patches:
Index: htdocs/commande/fiche.php
===================================================================
RCS file: /cvsroot/dolibarr/dolibarr/htdocs/commande/fiche.php,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -b -r1.196 -r1.197
--- htdocs/commande/fiche.php   9 Jun 2006 14:38:19 -0000       1.196
+++ htdocs/commande/fiche.php   9 Jun 2006 16:19:14 -0000       1.197
@@ -19,7 +19,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  *
- * $Id: fiche.php,v 1.196 2006/06/09 14:38:19 hregis Exp $
+ * $Id: fiche.php,v 1.197 2006/06/09 16:19:14 hregis Exp $
  * $Source: /cvsroot/dolibarr/dolibarr/htdocs/commande/fiche.php,v $
  */
 
@@ -27,7 +27,7 @@
        \file       htdocs/commande/fiche.php
        \ingroup    commande
        \brief      Fiche commande
-       \version    $Revision: 1.196 $
+       \version    $Revision: 1.197 $
 */
 
 require('./pre.inc.php');
@@ -411,7 +411,7 @@
                                $subject = $langs->trans('Order').' 
'.$commande->ref;
                        }
                   
-                  $actiontypeid=3;
+                  $actiontypeid=8;
                   $actionmsg ='Mail envoyé par '.$from.' à '.$sendto.'.<br>';
                   
                   if ($message)
@@ -1700,5 +1700,5 @@
 
 $db->close();
 
-llxFooter('$Date: 2006/06/09 14:38:19 $ - $Revision: 1.196 $');
+llxFooter('$Date: 2006/06/09 16:19:14 $ - $Revision: 1.197 $');
 ?>

Index: htdocs/langs/en_US/commercial.lang
===================================================================
RCS file: /cvsroot/dolibarr/dolibarr/htdocs/langs/en_US/commercial.lang,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- htdocs/langs/en_US/commercial.lang  15 May 2006 07:44:33 -0000      1.28
+++ htdocs/langs/en_US/commercial.lang  9 Jun 2006 16:19:14 -0000       1.29
@@ -64,3 +64,4 @@
 ActionAC_REL=Send billing (reminder)
 ActionAC_CLO=Clôture
 ActionAC_EMAILING=Send mass emailing
\ No newline at end of file
+ActionAC_COM=Envoi commande par mail
\ No newline at end of file

Index: htdocs/langs/fr_FR/commercial.lang
===================================================================
RCS file: /cvsroot/dolibarr/dolibarr/htdocs/langs/fr_FR/commercial.lang,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- htdocs/langs/fr_FR/commercial.lang  15 May 2006 07:44:34 -0000      1.31
+++ htdocs/langs/fr_FR/commercial.lang  9 Jun 2006 16:19:14 -0000       1.32
@@ -64,3 +64,4 @@
 ActionAC_REL=Relance facture par mail
 ActionAC_CLO=Close
 ActionAC_EMAILING=Envoi mailing masse
+ActionAC_COM=Envoi commande par mail

Index: mysql/data/data.sql
===================================================================
RCS file: /cvsroot/dolibarr/dolibarr/mysql/data/data.sql,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -b -r1.197 -r1.198
--- mysql/data/data.sql 21 May 2006 22:24:25 -0000      1.197
+++ mysql/data/data.sql 9 Jun 2006 16:19:14 -0000       1.198
@@ -19,7 +19,7 @@
 -- along with this program; if not, write to the Free Software
 -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 --
--- $Id: data.sql,v 1.197 2006/05/21 22:24:25 eldy Exp $
+-- $Id: data.sql,v 1.198 2006/06/09 16:19:14 hregis Exp $
 -- $Source: /cvsroot/dolibarr/dolibarr/mysql/data/data.sql,v $
 --
 
@@ -314,6 +314,7 @@
 insert into llx_c_actioncomm (id, code, type, libelle) values ( 3, 'AC_PROP', 
'system', 'Envoi Proposition');
 insert into llx_c_actioncomm (id, code, type, libelle) values ( 4, 
'AC_EMAIL','system', 'Envoi Email');
 insert into llx_c_actioncomm (id, code, type, libelle) values ( 5, 'AC_RDV',  
'system', 'Prendre rendez-vous');
+insert into llx_c_actioncomm (id, code, type, libelle) values ( 8, 'AC_COM',  
'system', 'Envoi Commande');
 insert into llx_c_actioncomm (id, code, type, libelle) values ( 9, 'AC_FAC',  
'system', 'Envoi Facture');
 insert into llx_c_actioncomm (id, code, type, libelle) values (10, 'AC_REL',  
'system', 'Relance effectuée');
 insert into llx_c_actioncomm (id, code, type, libelle) values (11, 'AC_CLO',  
'system', 'Clôture');

Index: mysql/migration/2.0.0-2.1.0.sql
===================================================================
RCS file: /cvsroot/dolibarr/dolibarr/mysql/migration/2.0.0-2.1.0.sql,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -b -r1.95 -r1.96
--- mysql/migration/2.0.0-2.1.0.sql     9 Jun 2006 09:53:44 -0000       1.95
+++ mysql/migration/2.0.0-2.1.0.sql     9 Jun 2006 16:19:14 -0000       1.96
@@ -1,4 +1,4 @@
--- $Revision: 1.95 $
+-- $Revision: 1.96 $
 --
 -- Attention à l ordre des requetes
 -- ce fichier doit être chargé sur une version 2.0.0 
@@ -292,3 +292,5 @@
 
 update llx_societe_remise_except set description='Remise sans description' 
where description is NULL or description ='';
 alter table llx_societe_remise_except modify description varchar(255) NOT NULL;
\ No newline at end of file
+
+insert into llx_c_actioncomm (id, code, type, libelle) values ( 8, 'AC_COM',  
'system', 'Envoi Commande');
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]