CGDEV 1.0 - En attente
Par karando, dimanche 12 novembre 2006 à 02:56 :: CGDEV Version 1.00 sans classe (Abandonner) :: #13 :: rss
Ajout du libelle du compte apres le numero du compte et faire une mise en forme comme suit : Compte : 1102 (Avances sur voyages), Societé : XXX, Exercice 01 01 2006 - 31 12 2006
Modifier la requete du fichier Template/Q_Report.php line 62 par ca :
[PHP] if ($VAR_RAPPORT_ANALYTIQUE==1) $req=" select a.ecriture_id as QR_ScriptID, b.plancompte_no as QR_AccountNumber, c.planco_libelle as QR_AccountLibelle, a.ecriture_nojournal as QR_BookLog, a.ecriture_nopiece as QR_Piece, a.ecriture_datepiece as QR_PieceDate, a.ecriture_debit as QR_Debit, a.ecriture_credit as QR_Credit, a.ecriture_libelle as QR_Label, a.ecriture_rem as QR_Remark, a.ecriture_statut as QR_ScriptStatus, b.planco_libelle as QR_AccountLabel, a.ecriture_contrep as QR_Contrep, a.plancompte_no as QR_AccountNB from t_ecriture a, t_plananalytique b, t_plancompte c where a.societe_id = ".$QR_CompanyID." AND a.exercice_id = ".$QR_ExerciseID." AND a.societe_id = b.societe_id AND a.ecriture_codeanalytique = b.plancompte_no AND b.plancompte_id = ".$QR_AccountPlanID." AND c.plancompte_no = a.plancompte_no ";
ensuite on modifie le fichier rpanalytique/R_Jsba_DisplayBanner.php ligne 24 par ca :
[PHP]
$L_Dummy=$CST_Session_WAccount." : ".$q_result_Report["QR_AccountNB"]." (".$q_result_Report["QR_AccountLibelle"]."), ";
Commentaires
Aucun commentaire pour le moment.
Ajouter un commentaire
Les commentaires pour ce billet sont fermés.