Patch level : 10.0 286

Files correlati     : ve0.exe
Ricompilazione Demo : [ ]
Commento            :

Preventivi/incarichi (Dinamica)


git-svn-id: svn://10.65.10.50/trunk@18731 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 2009-04-17 15:49:09 +00:00
parent e1c0d4ef40
commit 6da5458f1f
5 changed files with 21 additions and 0 deletions

View File

@ -82,10 +82,13 @@
#define DOC_NUMREGCA "NUMREGCA"
#define DOC_TIPOCFFATT "TIPOCFFATT"
#define DOC_CODCFFATT "CODCFFATT"
#define DOC_LIQDIFF "LIQDIFF"
// Virtuali
#define DOC_SPESEUPD "SPESEUPD"
#define DOC_K "K"
#endif

View File

@ -1219,6 +1219,7 @@ void TMask_generator::genera_sheet(int line, bool show_list, bool genera_disp)
_m->end( );
// Generazione dello sheet : vedi il profilo
line += profilo().get_int("LINES_BEFORESHEET", 0);
TScanner sheet_in( "ve0300b.dat" );
_m->_out << "SPREADSHEET " << F_SHEET << "\n";
_m->begin( );

View File

@ -14,4 +14,6 @@
#define F_CONTOV 114
#define F_SOTTOCV 115
#define F_DESCRV 116
#define F_SCONTO 117
#define F_RICARICO 118

View File

@ -260,6 +260,18 @@ BEGIN
ADD RUN CG0 -0
END
STRING F_SCONTO 25
BEGIN
PROMPT 2 15 "Sconto "
FIELD S1
END
STRING F_RICARICO 25
BEGIN
PROMPT 2 16 "Ricarico "
FIELD S2
END
ENDPAGE
ENDMASK

View File

@ -105,6 +105,7 @@
#define F_RAGSOCSEARCH 208
#define F_CODDITTA 209
#define F_RAGSOCDITTA 210
#define F_LIQDIFF 211
#define F_CDC1 251
#define F_CDC12 262
@ -112,6 +113,8 @@
#define F_DESCDC12 282
//#define F_SELECT 101
#define F_USERFLD 301
//scontrini
#define DLG_CHIUDI 401
#define DLG_TURNO 402