quick write ==> direct write
This commit is contained in:
parent
ae7639b320
commit
9c0b1e8a4e
4 changed files with 9 additions and 3 deletions
|
|
@ -165,7 +165,7 @@ function ExecuteScript($p_cn,$script) {
|
|||
*/
|
||||
function apply_patch($p_cn,$p_name)
|
||||
{
|
||||
$MaxVersion=32;
|
||||
$MaxVersion=33;
|
||||
for ( $i = 4;$i <= $MaxVersion;$i++)
|
||||
{
|
||||
$to=$i+1;
|
||||
|
|
|
|||
6
html/admin/sql/patch/upgrade33.sql
Normal file
6
html/admin/sql/patch/upgrade33.sql
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
begin ;
|
||||
|
||||
alter table op_predef_detail rename od_qc to opd_qc;
|
||||
|
||||
update version set val=34;
|
||||
commit;
|
||||
|
|
@ -91,7 +91,7 @@ echo ShowItem(array(
|
|||
array('?p_action=facture&'.$str_dossier,'Vente/Facture'),
|
||||
array('?p_action=fournisseur&'.$str_dossier,'Fournisseur'),
|
||||
array('?p_action=depense&'.$str_dossier,'Achat/Dépense'),
|
||||
array('?p_action=quick_writing&'.$str_dossier,'Ecriture rapide'),
|
||||
array('?p_action=quick_writing&'.$str_dossier,'Ecriture directe'),
|
||||
array('?p_action=impress&'.$str_dossier,'Impression'),
|
||||
array('?p_action=stock&'.$str_dossier,'Stock'),
|
||||
array('?p_action=bank&'.$str_dossier,'Banque'),
|
||||
|
|
|
|||
|
|
@ -177,7 +177,7 @@ function ShowMenuCompta($p_high="")
|
|||
array("user_jrn.php?jrn_type=ACH&".$str_dossier,"Dépense"),
|
||||
array("user_jrn.php?jrn_type=FIN&".$str_dossier,"Financier"),
|
||||
array("user_jrn.php?jrn_type=ODS&".$str_dossier,"Op. Diverses"),
|
||||
array('compta.php?p_action=quick_writing&'.$str_dossier,'Ecriture rapide','Ecriture directe dans les journaux',4),
|
||||
array('compta.php?p_action=quick_writing&'.$str_dossier,'Ecriture directe','Ecriture directe dans les journaux',4),
|
||||
|
||||
array("compta.php?p_action=impress&".$str_dossier,"Impression","Impression",5),
|
||||
array("compta.php?p_action=fiche&".$str_dossier,"Fiche","Ajouter, modifier ou effacer des fiches",6),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue