View Issue Details

IDProjectCategoryView StatusLast Update
0000315NOALYSSImprove Usepublic2012-02-02 13:25
Reporterdanydb Assigned Todanydb  
PrioritynormaleSeveritymineurReproducibilitysans objet
Status ferméResolutioncorrigé 
Target Version6.0Fixed in Version6.0 
Summary0000315: Journaux achat, vente, financier : détail article
DescriptionIl faudrait que les journaux achat, vente et financier soit prérempli par la fiche mais que l'on puisse donner la dénomination qu'on veut.

Cela aura un impact sur les listing journaux ainsi que sur les détails opérations, export CSV et PDF
TagsNo tags attached.
Extension Noalyss

Activities

danydb

2011-07-10 18:56

administrator   ~0000541

Exactement comme les journaux d'opérations diverses

danydb

2011-12-14 22:08

administrator   ~0000842

Index: include/template/ledger_detail_misc.php
===================================================================
--- include/template/ledger_detail_misc.php (revision 4211)
+++ include/template/ledger_detail_misc.php (working copy)
@@ -114,7 +114,10 @@
     else
       $view_history='';
     $row.=td($view_history);
-
+ if ( $q[$e]['j_text']!='')
+ {
+ $row.=td(h($q[$e]['j_text']));
+ }else
     if ( $q[$e]['j_qcode'] !='') {
       // nom de la fiche
       $ff=new Fiche($cn);
Index: include/template/ledger_detail_fin.php
===================================================================
--- include/template/ledger_detail_fin.php (revision 4211)
+++ include/template/ledger_detail_fin.php (working copy)
@@ -132,7 +132,10 @@
     else
       $view_history='';
     $row.=td($view_history);
- if ( $q[$e]['j_qcode'] !='') {
+ if ( $q[$e]['j_text']!='')
+ {
+ $row.=td(h($q[$e]['j_text']));
+ }else if ( $q[$e]['j_qcode'] !='') {
       // nom de la fiche
       $ff=new Fiche($cn);
       $ff->get_by_qcode( $q[$e]['j_qcode']);

danydb

2011-12-19 21:48

administrator   ~0000843

Script pour mettre à jour données existantes

update jrnx set j_text = null from jrn where jr_grpt_id=j_grpt and j_text=jr_comment;

danydb

2011-12-19 21:48

administrator   ~0000844

Last edited: 2011-12-19 21:49

Impacte :
* historique
* détail opérations
* générations de documents
* opérations prédéfinies

danydb

2011-12-21 23:58

administrator   ~0000849

Possibilité de changer les lignes lors de la saisie ou dans la fenêtre de détail, ce comportement se règle dans COMPANY

danydb

2012-02-02 13:25

administrator   ~0000897

Version publiée

Issue History

Date Modified Username Field Change
2011-06-25 16:24 danydb New Issue
2011-06-25 16:24 danydb Description Updated
2011-07-10 18:56 danydb Note Added: 0000541
2011-12-14 22:08 danydb Note Added: 0000842
2011-12-19 21:48 danydb Note Added: 0000843
2011-12-19 21:48 danydb Note Added: 0000844
2011-12-19 21:49 danydb Note Edited: 0000844
2011-12-21 23:58 danydb Note Added: 0000849
2011-12-21 23:58 danydb Status new => resolved
2011-12-21 23:58 danydb Fixed in Version => Next Release
2011-12-21 23:58 danydb Resolution open => fixed
2011-12-21 23:58 danydb Assigned To => danydb
2011-12-21 23:59 danydb Target Version => Next Release
2012-01-23 11:59 danydb Fixed in Version Next Release => 6.0
2012-01-23 12:00 danydb Target Version Next Release => 6.0
2012-02-02 13:25 danydb Note Added: 0000897
2012-02-02 13:25 danydb Status resolved => closed