Patch level : 12.0 324
Files correlati : np0.exe np0300a.uml np0400a.uml np0500a.uml np0600a.uml np0600b.uml npmenu.men Aggiornato tutto il modulo Contabilità Separata. Le modifiche di contabilità sono sui define per NP e non necessitano di patch. I programmi cg1 e cg3 si compilano correttamente. git-svn-id: svn://10.65.10.50/branches/R_10_00@23504 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
89bc17b040
commit
25fa8d82c0
8186
src/cg/cg1500.cpp
8186
src/cg/cg1500.cpp
File diff suppressed because it is too large
Load Diff
@ -35,8 +35,7 @@
|
||||
#define F_A_DESCRIZIONE 139
|
||||
#define F_PRINT_FULL_CODE 140
|
||||
#ifdef CONT_SEP
|
||||
#define F_ST_CONTSEP 141
|
||||
#define F_CONTSEP 142
|
||||
#define F_CONTSEP 14
|
||||
#endif
|
||||
|
||||
#endif // __CG1500_H
|
||||
|
@ -4,7 +4,11 @@ TOOLBAR "topbar" 0 0 0 2
|
||||
#include <printbar.h>
|
||||
ENDPAGE
|
||||
|
||||
#ifdef CONT_SEP
|
||||
PAGE "Stampa bilancio Contabilità separata" -1 -1 76 16
|
||||
#else
|
||||
PAGE "Stampa bilancio" -1 -1 76 16
|
||||
#endif
|
||||
|
||||
NUMBER F_CODDITTA 5
|
||||
BEGIN
|
||||
@ -79,13 +83,13 @@ BEGIN
|
||||
ITEM "1|Per date limite"
|
||||
MESSAGE SHOW,F_DATALIM|SHOW,F_TOTALI|SHOW,F_CODICI|SHOW,F_SALDO
|
||||
#ifdef CONT_SEP
|
||||
MESSAGE SHOW,F_ST_CONTSEP
|
||||
MESSAGE SHOW,F_CONTSEP
|
||||
#endif
|
||||
ITEM "2|All'ultima immissione"
|
||||
MESSAGE HIDE,F_DATALIM|RESET,F_DATALIM
|
||||
MESSAGE SHOW,F_TOTALI|SHOW,F_CODICI|SHOW,F_SALDO
|
||||
#ifdef CONT_SEP
|
||||
MESSAGE HIDE,F_ST_CONTSEP
|
||||
MESSAGE HIDE,F_CONTSEP
|
||||
#endif
|
||||
END
|
||||
|
||||
@ -97,13 +101,13 @@ BEGIN
|
||||
ITEM "1|Per date limite"
|
||||
MESSAGE SHOW,F_VERIFICA|SHOW,F_MODULO|SHOW,F_STAMPAMPROV
|
||||
#ifdef CONT_SEP
|
||||
MESSAGE SHOW,F_ST_CONTSEP
|
||||
MESSAGE SHOW,F_CONTSEP
|
||||
#endif
|
||||
ITEM "2|All'ultima immissione"
|
||||
MESSAGE SHOW,F_VERIFICA|SHOW,F_MODULO|SHOW,F_STAMPAMPROV
|
||||
MESSAGE COPY,F_STAMPA
|
||||
#ifdef CONT_SEP
|
||||
MESSAGE HIDE,F_ST_CONTSEP
|
||||
MESSAGE HIDE,F_CONTSEP
|
||||
#endif
|
||||
END
|
||||
|
||||
@ -185,23 +189,15 @@ BEGIN
|
||||
END
|
||||
|
||||
#ifdef CONT_SEP
|
||||
BOOLEAN F_ST_CONTSEP
|
||||
BEGIN
|
||||
PROMPT 2 14 "Bilancio a contabilità separata"
|
||||
MODULE NP
|
||||
MESSAGE FALSE HIDE,F_CONTSEP
|
||||
MESSAGE TRUE SHOW,F_CONTSEP
|
||||
END
|
||||
|
||||
STRING F_CONTSEP 6
|
||||
BEGIN
|
||||
PROMPT 40 14 "Contabilità separata "
|
||||
PROMPT 2 14 "Contabilità separata "
|
||||
USE &NPENT
|
||||
INPUT CODTAB F_CONTSEP
|
||||
DISPLAY "Codice@6" CODTAB
|
||||
DISPLAY "Descrizione@50" S0
|
||||
OUTPUT F_CONTSEP CODTAB
|
||||
CHECKTYPE NORMAL
|
||||
CHECKTYPE REQUIRED
|
||||
MODULE NP
|
||||
END
|
||||
#endif
|
||||
|
4989
src/cg/cg3100.cpp
4989
src/cg/cg3100.cpp
File diff suppressed because it is too large
Load Diff
@ -4,7 +4,11 @@ TOOLBAR "topbar" 0 0 0 2
|
||||
#include <printbar.h>
|
||||
ENDPAGE
|
||||
|
||||
#ifdef CONT_SEP
|
||||
PAGE "Lista Movimenti Contabilità separata" 0 2 0 0
|
||||
#else
|
||||
PAGE "Lista Movimenti" 0 2 0 0
|
||||
#endif
|
||||
|
||||
NUMBER F_CODDITTA 5
|
||||
BEGIN
|
||||
|
@ -6,7 +6,11 @@ TOOLBAR "topbar" 0 0 0 2
|
||||
|
||||
ENDPAGE
|
||||
|
||||
#ifdef CONT_SEP
|
||||
PAGE "Lista Fatture Contabilità separata" 0 2 0 0
|
||||
#else
|
||||
PAGE "Lista Fatture" 0 2 0 0
|
||||
#endif
|
||||
|
||||
NUMBER F_CODDITTA 5
|
||||
BEGIN
|
||||
|
7482
src/cg/cg3200.cpp
7482
src/cg/cg3200.cpp
File diff suppressed because it is too large
Load Diff
@ -44,7 +44,7 @@
|
||||
#define F_STAMPAMOVPROV 116
|
||||
#define F_NOT_STAMPA_CONT 117
|
||||
#ifdef CONT_SEP
|
||||
#define F_ST_CONTSEP 118
|
||||
#define F_CONTSEP 118
|
||||
#endif
|
||||
|
||||
#define F_SEPARATOR 150
|
||||
|
@ -6,7 +6,11 @@ TOOLBAR "topbar" 0 0 0 2
|
||||
|
||||
ENDPAGE
|
||||
|
||||
#ifdef CONT_SEP
|
||||
PAGE "Stampa Mastrini Contabilità separata" -1 -1 76 16
|
||||
#else
|
||||
PAGE "Stampa Mastrini" 0 0 0 2
|
||||
#endif
|
||||
|
||||
NUMBER F_CODDITTA 5
|
||||
BEGIN
|
||||
@ -505,14 +509,6 @@ BEGIN
|
||||
GROUP 8
|
||||
END
|
||||
|
||||
#ifdef CONT_SEP
|
||||
BOOLEAN F_ST_CONTSEP
|
||||
BEGIN
|
||||
PROMPT 1 19 "Stampa contabilità separata"
|
||||
MODULE NP
|
||||
END
|
||||
#endif
|
||||
|
||||
BUTTON F_MEMORIZZA 18 2
|
||||
BEGIN
|
||||
PROMPT -11 -1 "~Memorizza scelte"
|
||||
|
5382
src/cg/cg3600.cpp
5382
src/cg/cg3600.cpp
File diff suppressed because it is too large
Load Diff
@ -23,7 +23,11 @@ END
|
||||
|
||||
ENDPAGE
|
||||
|
||||
#ifdef CONT_SEP
|
||||
PAGE "Mastrini cotabilità separata" 0 0 0 2
|
||||
#else
|
||||
PAGE "Mastrini" 0 0 0 2
|
||||
#endif
|
||||
|
||||
GROUPBOX DLG_NULL 76 3
|
||||
BEGIN
|
||||
@ -374,14 +378,6 @@ BEGIN
|
||||
GROUP 5
|
||||
END
|
||||
|
||||
#ifdef CONT_SEP
|
||||
BOOLEAN F_ST_CONTSEP
|
||||
BEGIN
|
||||
PROMPT 2 18 "Visualizzare contabilità separata"
|
||||
MODULE NP
|
||||
END
|
||||
#endif
|
||||
|
||||
ENDPAGE
|
||||
|
||||
ENDMASK
|
||||
|
@ -27,7 +27,11 @@ END
|
||||
|
||||
ENDPAGE
|
||||
|
||||
#ifdef CONT_SEP
|
||||
PAGE "Mastrini contabilità separata" 0 0 0 2
|
||||
#else
|
||||
PAGE "Mastrini" 0 0 0 2
|
||||
#endif
|
||||
|
||||
NUMBER F_GRUPPO 3
|
||||
BEGIN
|
||||
|
Loading…
x
Reference in New Issue
Block a user