5cb2709c00
Files correlati : Ricompilazione Demo : [ ] Commento : ricompilato ca3 x avere le stampe con i campi a colori! Sistemati i report di cdc/cms/fase che nun se potevano guardà! git-svn-id: svn://10.65.10.50/trunk@20569 c028cbd2-c16b-5b4b-a496-9718f37d4682
64 lines
2.5 KiB
XML
Executable File
64 lines
2.5 KiB
XML
Executable File
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<report libraries="ca1100,ca1500a" name="ca1500a" lpi="6">
|
|
<description>Stampa centri di costo di analitica</description>
|
|
<font face="Arial" size="8" />
|
|
<section type="Head" pattern="1">
|
|
<field x="1" y="0.5" type="Testo" width="10" pattern="1" text="Codice">
|
|
<font face="Arial" bold="1" size="8" />
|
|
</field>
|
|
<field x="26" y="0.5" type="Testo" width="20" pattern="1" text="Descrizione">
|
|
<font face="Arial" bold="1" size="8" />
|
|
</field>
|
|
<field x="61" y="0.5" type="Testo" width="7" pattern="1" text="Addetti">
|
|
<font face="Arial" bold="1" size="8" />
|
|
</field>
|
|
<field x="69" y="0.5" type="Testo" width="7" pattern="1" text="Ges.Fasi">
|
|
<font face="Arial" bold="1" size="8" />
|
|
</field>
|
|
<field x="77.5" y="0.5" type="Testo" width="8" pattern="1" text="Appoggio">
|
|
<font face="Arial" bold="1" size="8" />
|
|
</field>
|
|
<field border="1" x="1" y="1.5" type="Linea" width="96" height="0" pattern="1" />
|
|
</section>
|
|
<section type="Head" level="1" pattern="1">
|
|
<field border="1" radius="50" x="8" y="0.5" type="Testo" valign="center" align="center" shade_offset="50" width="80" height="2" pattern="2" text="Centri di Costo per Contabilit&#E0; Analitica">
|
|
<font face="Arial" bold="1" size="16" />
|
|
</field>
|
|
<field x="3.5" y="3.5" type="Stringa" width="50" pattern="1">
|
|
<font face="Arial" bold="1" size="8" />
|
|
<source>#SYSTEM.RAGSOC</source>
|
|
</field>
|
|
<field x="80" y="3.5" type="Data" width="10" pattern="1">
|
|
<font face="Arial" bold="1" size="8" />
|
|
<source>#SYSTEM.DATE</source>
|
|
</field>
|
|
</section>
|
|
<section type="Body" pattern="1" />
|
|
<section type="Body" level="1" pattern="1">
|
|
<field x="1" type="Stringa" width="25" pattern="1">
|
|
<source>CODCOSTO</source>
|
|
<prescript description="B1.0 PRESCRIPT">MESSAGE_FORMAT_COSTO</prescript>
|
|
</field>
|
|
<field x="26" type="Stringa" dynamic_height="1" width="35" height="20" pattern="1">
|
|
<source>DESCRIZ + DESCRAGG</source>
|
|
</field>
|
|
<field x="61" type="Numero" align="right" width="5" pattern="1">
|
|
<source>ADDETTI</source>
|
|
</field>
|
|
<field x="71" type="Stringa" width="2" pattern="1">
|
|
<source>GESTFASI</source>
|
|
</field>
|
|
<field x="80" type="Stringa" width="2" pattern="1">
|
|
<source>APPOGGIO</source>
|
|
</field>
|
|
</section>
|
|
<section type="Foot" pattern="1">
|
|
<field x="70" y="0.5" type="Stringa" width="10" pattern="1" text="Pag. #.###">
|
|
<source>#REPORT.PAGE</source>
|
|
</field>
|
|
</section>
|
|
<section type="Foot" level="1" pattern="1" />
|
|
<sql>USE CDC
|
|
FROM CODCOSTO=#DACDC
|
|
TO CODCOSTO=#ACDC</sql>
|
|
</report> |