From 46e3181528ebd28ab1c2a564fce0560300d64567 Mon Sep 17 00:00:00 2001 From: pirro Date: Wed, 1 Mar 1995 13:16:28 +0000 Subject: [PATCH] Aggiunto cg21dls.h per il saldaconto git-svn-id: svn://10.65.10.50/trunk@1054 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- cg/cg21sld.h | 10 ++++++++++ cg/cg4100.cpp | 2 ++ 2 files changed, 12 insertions(+) create mode 100755 cg/cg21sld.h diff --git a/cg/cg21sld.h b/cg/cg21sld.h new file mode 100755 index 000000000..7c1e12998 --- /dev/null +++ b/cg/cg21sld.h @@ -0,0 +1,10 @@ +#define FS_RATESHEET 501 +#define FS_TOTAL 502 +#define FS_RDIFFER 503 +#define FS_IMPONIBILE 504 +#define FS_IMPOSTA 505 +#define FS_SPESE 506 +#define FS_RECALC 507 +#define FS_NAMEPAG 508 +#define FS_TIPOPR 509 +#define FS_MCOMM 510 \ No newline at end of file diff --git a/cg/cg4100.cpp b/cg/cg4100.cpp index 8371363ed..887208f04 100755 --- a/cg/cg4100.cpp +++ b/cg/cg4100.cpp @@ -395,6 +395,8 @@ bool CG4100_App::sort_sal() sal.set_movap(causali.get(CAU_MOVAP) == "A"); sal.set_movprovv(mov.get(MOV_PROVVIS).not_empty()); + sal.set_data_ulmov(mov.get_date(MOV_DATAREG)); + sal.set_num_ulmov(numreg); sal.aggiorna(gruppo, conto, sottoconto, importo, sezione); if (sal.items() > MAX_CNT) {