Patch level :

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :


git-svn-id: svn://10.65.10.50/trunk@17262 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
lvietri 2008-09-16 14:58:17 +00:00
parent f8bf5b0a0c
commit 98413cafbd
13 changed files with 368 additions and 22 deletions

33
lv/lvstaut.rep Executable file
View File

@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8" ?>
<report name="lvstaut" lpi="6">
<description>Stampa Autisti</description>
<font face="Courier New" size="10" />
<section type="Head">
<field x="9" y="1" type="Testo" align="center" width="55" height="2" pattern="1" text="Stampa Autisti">
<font face="Courier New" bold="1" size="14" />
</field>
<field border="2" y="3" type="Linea" width="71" height="0" pattern="1" />
<field x="1" y="4" type="Testo" width="10" pattern="1" text="Codice">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="15" y="4" type="Testo" width="35" pattern="1" text="Descrizione Autista">
<font face="Courier New" bold="1" size="10" />
</field>
<field border="2" y="6" type="Linea" width="71" height="0" pattern="1" />
</section>
<section type="Head" level="1" />
<section type="Body" />
<section type="Body" level="1">
<field x="1" y="1" type="Stringa" width="6" pattern="1">
<source>CODTAB</source>
</field>
<field x="15" y="1" type="Stringa" width="50" pattern="1">
<source>S0</source>
</field>
</section>
<section type="Foot" />
<section type="Foot" level="1" />
<sql>USE &#26;AUT
FROM CODTAB = #FROM
TO CODTAB=#TO</sql>
</report>

4
lv/lvstfrq.h Executable file
View File

@ -0,0 +1,4 @@
#define F_COD_FRQ 201
#define F_DES_FRQ 202
#define F_COD_FRQ_TO 203
#define F_DES_FRQ_TO 204

33
lv/lvstfrq.rep Executable file
View File

@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8" ?>
<report name="lvstfrq" lpi="6">
<description>Stampa Frequenza Consegna</description>
<font face="Courier New" size="10" />
<section type="Head">
<field x="9" y="1" type="Testo" width="55" height="2" pattern="1" text="Stampa Frequenza Consegne">
<font face="Courier New" bold="1" size="14" />
</field>
<field border="2" y="3" type="Linea" width="71" height="0" pattern="1" />
<field x="1" y="4" type="Testo" width="10" pattern="1" text="Codice">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="15" y="4" type="Testo" width="50" pattern="1" text="Descrizione">
<font face="Courier New" bold="1" size="10" />
</field>
<field border="2" y="6" type="Linea" width="71" height="0" pattern="1" />
</section>
<section type="Head" level="1" />
<section type="Body" />
<section type="Body" level="1">
<field x="1" y="1" type="Stringa" width="2" pattern="1">
<source>CODTAB</source>
</field>
<field x="15" y="1" type="Stringa" width="50" pattern="1">
<source>S0</source>
</field>
</section>
<section type="Foot" />
<section type="Foot" level="1" />
<sql>USE &#26;FRQ
FROM CODTAB = #FROM
TO CODTAB = #TO</sql>
</report>

55
lv/lvstfrq.uml Executable file
View File

@ -0,0 +1,55 @@
#include "lvstfrq.h"
TOOLBAR "topbar" 0 0 0 2
#include "printbar.h"
ENDPAGE
PAGE "Stampa Frequenza di Consegne" -1 -1 40 5
GROUPBOX DLG_NULL 76 5
BEGIN
PROMPT 1 1 "@b Parametri Frequenza di Consegne"
END
STRING F_COD_FRQ 6
BEGIN
PROMPT 2 2 "Da codice"
FLAGS "U"
USE &FRQ
INPUT CODTAB F_COD_FRQ
DISPLAY "Codice" CODTAB
DISPLAY "Descrizione@50" S0
OUTPUT F_COD_FRQ CODTAB
OUTPUT F_DES_FRQ S0
CHECKTYPE SEARCH
FIELD #FROM
END
STRING F_DES_FRQ 50
BEGIN
PROMPT 25 2 ""
FLAGS "D"
END
STRING F_COD_FRQ_TO 6
BEGIN
PROMPT 2 3 "A codice "
FLAGS "U"
USE &FRQ
INPUT CODTAB F_COD_FRQ
DISPLAY "Codice" CODTAB
DISPLAY "Descrizione@50" S0
OUTPUT F_COD_FRQ_TO CODTAB
OUTPUT F_DES_FRQ_TO S0
CHECKTYPE SEARCH
FIELD #TO
END
STRING F_DES_FRQ_TO 50
BEGIN
PROMPT 25 3 ""
FLAGS "D"
END
ENDPAGE
ENDMASK

45
lv/lvstiti.rep Executable file
View File

@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8" ?>
<report name="lvstiti" lpi="6">
<description>Stampa Tabella Itinerario</description>
<font face="Courier New" size="10" />
<section type="Head">
<field x="9" y="1" type="Testo" align="center" width="55" height="2" pattern="1" text="Stampa Tabella Itinerario">
<font face="Courier New" bold="1" size="14" />
</field>
<field border="2" y="3" type="Linea" width="80" height="0" pattern="1" />
<field y="4" type="Testo" width="10" pattern="1" text="Itinerario">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="11" y="4" type="Testo" width="35" pattern="1" text="Descrizione Itinerario">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="63" y="4" type="Testo" width="10" pattern="1" text="Autista">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="71" y="4" type="Testo" width="6" pattern="1" text="Targa">
<font face="Courier New" bold="1" size="10" />
</field>
<field border="2" y="6" type="Linea" width="80" height="0" pattern="1" />
</section>
<section type="Head" level="1" />
<section type="Body" />
<section type="Body" level="1">
<field x="1" y="1" type="Stringa" width="3" pattern="1">
<source>CODTAB</source>
</field>
<field x="11" y="1" type="Stringa" width="50" pattern="1">
<source>S0</source>
</field>
<field x="63" y="1" type="Stringa" width="6" pattern="1">
<source>S1</source>
</field>
<field x="71" y="1" type="Stringa" width="8" pattern="1">
<source>S2</source>
</field>
</section>
<section type="Foot" />
<section type="Foot" level="1" />
<sql>USE &#26;ITI
FROM CODTAB = #FROM
TO CODTAB=#TO</sql>
</report>

View File

@ -3,17 +3,23 @@
<description>Stampa tabella lavaggio</description>
<font face="Courier New" size="10" />
<section type="Head">
<field x="1" y="1" type="Testo" align="center" width="75" pattern="1" text="STAMPA TABELLA LAVAGGIO" />
<field border="2" x="1" y="2" type="Linea" width="75" height="0" pattern="1" />
<field x="1" y="2.5" type="Testo" width="10" pattern="1" text="Codice" />
<field x="15" y="2.5" type="Testo" width="50" pattern="1" text="Descrizione" />
<field border="2" x="1" y="4" type="Linea" width="75" height="0" pattern="1" />
<field x="9" y="1" type="Testo" align="center" width="55" height="2" pattern="1" text="Stampa Tabella Lavaggio">
<font face="Courier New" bold="1" size="14" />
</field>
<field border="2" y="3" type="Linea" width="71" height="0" pattern="1" />
<field x="1" y="4" type="Testo" width="10" pattern="1" text="Codice">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="15" y="4" type="Testo" width="50" pattern="1" text="Descrizione">
<font face="Courier New" bold="1" size="10" />
</field>
<field border="2" y="6" type="Linea" width="71" height="0" pattern="1" />
</section>
<section type="Head" level="1" />
<section type="Body" />
<section type="Body" level="1">
<field border="2" x="5" y="-15.5" type="Linea" width="10" pattern="1" />
<field x="1" y="1" type="Stringa" width="10" pattern="1">
<field x="1" y="1" type="Stringa" width="3" pattern="1">
<source>CODTAB</source>
</field>
<field x="14" y="1" type="Stringa" width="50" pattern="1">

View File

@ -3,19 +3,25 @@
<description>Stampa tabella linea di destinazione</description>
<font face="Courier New" size="10" />
<section type="Head">
<field x="3" y="0.5" type="Testo" width="45" height="1.5" pattern="1" text="STAMPA TABELLA LINEA DI DESTINAZIONE" />
<field border="2" x="1" y="2" type="Linea" width="50" height="0" pattern="1" />
<field x="3" y="2.5" type="Testo" width="11" pattern="1" text="Codice" />
<field x="20" y="2.5" type="Testo" width="50" pattern="1" text="Descrizione" />
<field border="2" x="1" y="4" type="Linea" width="50" height="0" pattern="1" />
<field x="9" y="1" type="Testo" width="60" height="2" pattern="1" text="Stampa Tabella Linea di Destinazione">
<font face="Courier New" bold="1" size="14" />
</field>
<field border="2" y="3" type="Linea" width="71" height="0" pattern="1" />
<field x="1" y="4" type="Testo" width="10" pattern="1" text="Codice">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="15" y="4" type="Testo" width="50" pattern="1" text="Descrizione">
<font face="Courier New" bold="1" size="10" />
</field>
<field border="2" y="6" type="Linea" width="71" height="0" pattern="1" />
</section>
<section type="Head" level="1" />
<section type="Body" />
<section type="Body" level="1">
<field x="3" y="1" type="Stringa" width="10" pattern="1">
<field x="1" y="1" type="Stringa" width="3" pattern="1">
<source>CODTAB</source>
</field>
<field x="20" y="1" type="Stringa" width="50" pattern="1">
<field x="15" y="1" type="Stringa" width="50" pattern="1">
<source>S0</source>
</field>
</section>

32
lv/lvstlvt.rep Executable file
View File

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8" ?>
<report name="lvstlvt" lpi="6">
<font face="Courier New" size="10" />
<section type="Head">
<field x="9" y="1" type="Testo" width="55" height="2" pattern="1" text="Stampa Lavatrici">
<font face="Courier New" bold="1" size="14" />
</field>
<field border="2" y="3" type="Linea" width="71" height="0" pattern="1" />
<field x="1" y="4" type="Testo" width="10" pattern="1" text="Codice">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="15" y="4" type="Testo" width="50" pattern="1" text="Descrizione">
<font face="Courier New" bold="1" size="10" />
</field>
<field border="2" y="6" type="Linea" width="71" height="0" pattern="1" />
</section>
<section type="Head" level="1" />
<section type="Body" />
<section type="Body" level="1">
<field x="1" y="1" type="Stringa" width="4" pattern="1">
<source>CODTAB</source>
</field>
<field x="15" y="1" type="Stringa" width="50" pattern="1">
<source>S0</source>
</field>
</section>
<section type="Foot" />
<section type="Foot" level="1" />
<sql>USE &#26;LVT
FROM CODTAB = #FROM
TO CODTAB = #TO</sql>
</report>

4
lv/lvstman.h Executable file
View File

@ -0,0 +1,4 @@
#define F_COD_MAN 201
#define F_DES_MAN 202
#define F_COD_MAN_TO 203
#define F_DES_MAN_TO 204

30
lv/lvstman.rep Executable file
View File

@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8" ?>
<report name="lvstman" lpi="6">
<description>Stampa Mangani</description>
<font face="Courier New" size="10" />
<section type="Head">
<field x="9" y="1" type="Testo" width="55" height="2" pattern="1" text="Stampa Mangani">
<font face="Courier New" bold="1" size="14" />
</field>
<field border="2" y="3" type="Linea" width="71" height="0" pattern="1" />
<field x="1" y="4" type="Testo" width="10" pattern="1" text="Codice">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="15" y="4" type="Testo" width="50" pattern="1" text="Descrizione">
<font face="Courier New" bold="1" size="10" />
</field>
<field border="2" y="6" type="Linea" width="71" height="0" pattern="1" />
</section>
<section type="Head" level="1" />
<section type="Body" />
<section type="Body" level="1">
<field x="1" y="1" type="Stringa" width="3" pattern="1">
<source>CODTAB</source>
</field>
<field x="15" y="1" type="Stringa" width="50" pattern="1">
<source>S0</source>
</field>
</section>
<section type="Foot" />
<section type="Foot" level="1" />
</report>

55
lv/lvstman.uml Executable file
View File

@ -0,0 +1,55 @@
#include "lvstman.h"
TOOLBAR "topbar" 0 0 0 2
#include "printbar.h"
ENDPAGE
PAGE "Stampa Mangani" -1 -1 40 5
GROUPBOX DLG_NULL 76 5
BEGIN
PROMPT 1 1 "@b Parametri Mangani"
END
STRING F_COD_MAN 3
BEGIN
PROMPT 2 2 "Da codice"
FLAGS "U"
USE &MAN
INPUT CODTAB F_COD_MAN
DISPLAY "Codice" CODTAB
DISPLAY "Descrizione@50" S0
OUTPUT F_COD_MAN CODTAB
OUTPUT F_DES_MAN S0
CHECKTYPE SEARCH
FIELD #FROM
END
STRING F_DES_MAN 50
BEGIN
PROMPT 25 2 ""
FLAGS "D"
END
STRING F_COD_MAN_TO 3
BEGIN
PROMPT 2 3 "A codice "
FLAGS "U"
USE &MAN
INPUT CODTAB F_COD_MAN
DISPLAY "Codice" CODTAB
DISPLAY "Descrizione@50" S0
OUTPUT F_COD_MAN_TO CODTAB
OUTPUT F_DES_MAN_TO S0
CHECKTYPE SEARCH
FIELD #TO
END
STRING F_DES_MAN_TO 50
BEGIN
PROMPT 25 3 ""
FLAGS "D"
END
ENDPAGE
ENDMASK

33
lv/lvstmez.rep Executable file
View File

@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8" ?>
<report name="lvstmez" lpi="6">
<description>Stampa Tabella Mezzo di Trasporto</description>
<font face="Courier New" size="10" />
<section type="Head">
<field x="9" y="1" type="Testo" align="center" width="55" height="2" pattern="1" text="Stampa Tabella Mezzi di Trasporto">
<font face="Courier New" bold="1" size="14" />
</field>
<field border="2" y="3" type="Linea" width="71" height="0" pattern="1" />
<field x="1" y="4" type="Testo" width="10" pattern="1" text="Targa">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="15" y="4" type="Testo" width="35" pattern="1" text="Descrizione Mezzo di Trasporto">
<font face="Courier New" bold="1" size="10" />
</field>
<field border="2" y="6" type="Linea" width="71" height="0" pattern="1" />
</section>
<section type="Head" level="1" />
<section type="Body" />
<section type="Body" level="1">
<field x="1" y="1" type="Stringa" width="8" pattern="1">
<source>CODTAB</source>
</field>
<field x="15" y="1" type="Stringa" width="50" pattern="1">
<source>S0</source>
</field>
</section>
<section type="Foot" />
<section type="Foot" level="1" />
<sql>USE &#26;MEZ
FROM CODTAB = #FROM
TO CODTAB=#TO</sql>
</report>

View File

@ -3,13 +3,23 @@
<description>stampa tipi di sospensione</description>
<font face="Courier New" size="10" />
<section type="Head">
<field x="1" y="1" type="Testo" align="center" width="50" pattern="1" text="STAMPA TABELLA TIPI DI SOSPENSIONE" />
<field border="2" x="1" y="2" type="Linea" width="100" height="0" pattern="1" />
<field x="1" y="2.5" type="Testo" width="6" pattern="1" text="Codice " />
<field x="10" y="2.5" type="Testo" width="50" pattern="1" text="Descrizione" />
<field x="60" y="2.5" type="Testo" width="20" pattern="1" text="Cont. Sospensioni" />
<field x="80" y="2.5" type="Testo" width="25" pattern="1" text="Modalit&#E0; di Passaggio" />
<field border="2" x="1" y="4" type="Linea" width="100" height="0" pattern="1" />
<field x="9" y="1" type="Testo" align="center" width="60" height="2" pattern="1" text="Stampa Tabella Tipi di Sospensione">
<font face="Courier New" bold="1" size="14" />
</field>
<field border="2" y="3" type="Linea" width="100" height="0" pattern="1" />
<field x="1" y="4" type="Testo" width="10" pattern="1" text="Codice ">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="10" y="4" type="Testo" width="50" pattern="1" text="Descrizione">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="54" y="4" type="Testo" width="20" pattern="1" text="Cont. Sospensioni">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="75" y="4" type="Testo" width="25" pattern="1" text="Modalit&#E0; di Passaggio">
<font face="Courier New" bold="1" size="10" />
</field>
<field border="2" y="6" type="Linea" width="100" height="0" pattern="1" />
</section>
<section type="Head" level="1" />
<section type="Body" />
@ -20,10 +30,10 @@
<field x="10" y="1" type="Stringa" width="50" pattern="1">
<source>S0</source>
</field>
<field x="70" y="1" type="Stringa" width="1" pattern="1">
<field x="64" y="1" type="Stringa" width="1" pattern="1">
<source>B0</source>
</field>
<field x="80" y="1" type="Stringa" width="25" pattern="1">
<field x="75" y="1" type="Stringa" width="25" pattern="1">
<source>S2</source>
</field>
</section>