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
This commit is contained in:
parent
46fbff24e0
commit
c0948f620b
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user