Patch level :10.0 cd 140
Files correlati : Ricompilazione Demo : [ ] Commento : alcune correzioni necessarie per la compilazione git-svn-id: svn://10.65.10.50/trunk@17463 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
a0506f101c
commit
be936b313f
@ -8,7 +8,7 @@ int main(int argc, char** argv)
|
|||||||
switch (op)
|
switch (op)
|
||||||
{
|
{
|
||||||
// case 1: tc0200(argc,argv); break;
|
// case 1: tc0200(argc,argv); break;
|
||||||
case 2: tc0300(argc,argv); break; // parametri ditta
|
case 2: tc0300(argc,argv); break; // parametri ditta TeamSystem
|
||||||
// case 3: tc0400(argc,argv); break;
|
// case 3: tc0400(argc,argv); break;
|
||||||
case 4: tc0500(argc,argv); break; //gestore tabelle multirel
|
case 4: tc0500(argc,argv); break; //gestore tabelle multirel
|
||||||
case 5: tc0600(argc,argv); break; //importazione PCon, Cuas, CodIVA
|
case 5: tc0600(argc,argv); break; //importazione PCon, Cuas, CodIVA
|
||||||
|
@ -26,7 +26,7 @@ END
|
|||||||
|
|
||||||
ENDPAGE
|
ENDPAGE
|
||||||
|
|
||||||
PAGE "Trasferimento dati da TeamSystem" 021 0 0
|
PAGE "Importazione dati da TeamSystem" 021 0 0
|
||||||
|
|
||||||
GROUPBOX DLG_NULL 76 3
|
GROUPBOX DLG_NULL 76 3
|
||||||
BEGIN
|
BEGIN
|
||||||
|
@ -16,7 +16,7 @@ END
|
|||||||
|
|
||||||
ENDPAGE
|
ENDPAGE
|
||||||
|
|
||||||
PAGE "Invio dati contabilita'" 0 2 0 0
|
PAGE "Esportazione movimenti contabilita'" 0 2 0 0
|
||||||
|
|
||||||
GROUPBOX DLG_NULL 76 3
|
GROUPBOX DLG_NULL 76 3
|
||||||
BEGIN
|
BEGIN
|
||||||
|
@ -300,6 +300,7 @@ TTS_textset::TTS_textset(const char* query)
|
|||||||
// totale fattura
|
// totale fattura
|
||||||
add_field("0", "TRF-TOT-FATT", 12, n, 723); // totale fattura
|
add_field("0", "TRF-TOT-FATT", 12, n, 723); // totale fattura
|
||||||
|
|
||||||
|
int i;
|
||||||
// conti di ricavo/costo
|
// conti di ricavo/costo
|
||||||
for (i=0; i<8; i++)
|
for (i=0; i<8; i++)
|
||||||
{
|
{
|
||||||
|
@ -14,11 +14,10 @@ Caption = "TeamSystem"
|
|||||||
Picture = <cg01>
|
Picture = <cg01>
|
||||||
Module = 27
|
Module = 27
|
||||||
Flags = ""
|
Flags = ""
|
||||||
Item_01 = "Trasferimento", "tc0 -6", ""
|
Item_01 = "Esportazione movimenti contabili", "tc0 -6", ""
|
||||||
Item_02 = "Importazione documenti", "tc0 -8", ""
|
Item_02 = "Importazione causali,p.d.c.,cod.iva", "tc0 -5", ""
|
||||||
Item_03 = "Importazione causali,p.d.c.,cod.iva", "tc0 -5", ""
|
Item_03 = "Tabelle di riclassificazione", [TCMENU_003]
|
||||||
Item_04 = "Tabelle di riclassificazione", [TCMENU_003]
|
Item_04 = "Configurazione modulo", [TCMENU_004]
|
||||||
Item_05 = "Configurazione modulo", [TCMENU_004]
|
|
||||||
|
|
||||||
[TCMENU_003]
|
[TCMENU_003]
|
||||||
Caption = "Tabelle di riclassificazione"
|
Caption = "Tabelle di riclassificazione"
|
||||||
@ -46,5 +45,5 @@ Caption = "Zucchetti"
|
|||||||
Picture = <cg01>
|
Picture = <cg01>
|
||||||
Module = 27
|
Module = 27
|
||||||
Flags = ""
|
Flags = ""
|
||||||
Item_01 = "Trasferimento", "tc1 -0", ""
|
Item_01 = "Esportazione", "tc1 -0", ""
|
||||||
Item_02 = "Riclassificazione conti", "tc1 -7", ""
|
Item_02 = "Riclassificazione conti", "tc1 -7", ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user