Patch level : 10.0 nopatch

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :

Modulo preventivazione


git-svn-id: svn://10.65.10.50/trunk@18722 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 2009-04-17 07:02:37 +00:00
parent 4f23ee9839
commit ae84547dcd
3 changed files with 7 additions and 2 deletions

View File

@ -23,7 +23,7 @@ gv Gestione versamenti F24
ca Contabilita' Analitica ca Contabilita' Analitica
vd Vendita al dettaglio vd Vendita al dettaglio
af Autoformazione af Autoformazione
gi Gestione ICI pe Preventivazione
ep Effetti Passivi ep Effetti Passivi
tc Trasferimento altre Contabilita' tc Trasferimento altre Contabilita'
fd Firma digitale fd Firma digitale

View File

@ -26,7 +26,7 @@
#define CAAUT 22 #define CAAUT 22
#define VDAUT 23 #define VDAUT 23
#define AFAUT 24 #define AFAUT 24
#define ICAUT 25 #define PEAUT 25
#define EPAUT 26 #define EPAUT 26
#define TCAUT 27 #define TCAUT 27
#define FDAUT 28 #define FDAUT 28

View File

@ -67,4 +67,9 @@
#define RDOC_PRIORITY "PRIORITY" #define RDOC_PRIORITY "PRIORITY"
#define RDOC_TIPODET "TIPODET" #define RDOC_TIPODET "TIPODET"
// campi virtuali
#define RDOC_LEVEL "LEVEL"
#define RDOC_K "K"
#define RDOC_TREE "TREE"
#endif #endif