From c0948f620bcae63b16b17abaaa40cde9653f2ecd Mon Sep 17 00:00:00 2001 From: luca Date: Thu, 27 Oct 2005 15:12:09 +0000 Subject: [PATCH] Patch level :2.2 208 Files correlati :ca3.exe Ricompilazione Demo : [ ] Commento :ordinate le righe per data all'interno di uno stesso conto (cosi' da poter seguire la sequenza ordine - fattura da emettere/ricevere - fattura vera) git-svn-id: svn://10.65.10.50/trunk@13462 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ca/ca3700.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ca/ca3700.cpp b/ca/ca3700.cpp index a497da123..6910e8ab9 100755 --- a/ca/ca3700.cpp +++ b/ca/ca3700.cpp @@ -920,8 +920,8 @@ void TPrint_rendiconto_ca_recordset::crea_trr(const TFilename& trr) const of << 1000 << endl; of << 17 << endl; of << "CONTO|1|20|0|Conto analitico" << endl; - of << "CODNUM|1|4|0|Numerazione documento" << endl; of << "DATA|5|8|0|Data movimento o documento" << endl; + of << "CODNUM|1|4|0|Numerazione documento" << endl; of << "NUMRD|3|7|0|Numero registrazione contabile o numero documento di origine" << endl; of << "NRIGA|2|3|0|Riga movimento o documento" << endl; of << "NUMREG|3|7|0|Numero registrazione del movimento analitico" << endl; @@ -937,7 +937,7 @@ void TPrint_rendiconto_ca_recordset::crea_trr(const TFilename& trr) const of << "CONTOCG|1|12|0|Conto contabile" << endl; of << "HIDDEN|8|1|0|Record nascosto" << endl; of << 1 << endl; - of << "CONTO+CODNUM+DATA+NUMRD+NRIGA" << endl; + of << "CONTO+DATA+CODNUM+NUMRD+NRIGA" << endl; } void TPrint_rendiconto_ca_recordset::set_filter(const TPrint_rendiconto_ca_mask& msk, int cms_row)