campo-sirio/ca/ca1500a.rep

61 lines
2.3 KiB
Plaintext
Raw Normal View History

<report libraries="ca1100,ca1500a" name="ca1500a" lpi="6">
<description>Stampa centri di costo di analitica</description>
<font face="Courier New" size="10" />
<section type="Head" height="8">
<field type="Stringa" width="50" pattern="1">
<prescript description="H0.0 PRESCRIPT">"!RAGSOC"
#REPORT.FIRM</prescript>
</field>
<field x="59" type="Data" width="10" pattern="1">
<source>#SYSTEM.DATE</source>
</field>
<field x="70" type="Stringa" width="10" pattern="1" text="Pag. #.###">
<source>#REPORT.PAGE</source>
</field>
<field y="2" type="Testo" align="center" width="80" height="2" pattern="1" text="Stampa Centri di Costo Analitica">
<font face="Courier New" bold="1" size="16" />
</field>
<field y="5" type="Testo" width="10" pattern="1" text="Codice">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="25" y="5" type="Testo" width="20" pattern="1" text="Descrizione">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="60" y="5" type="Testo" width="7" pattern="1" text="Addetti">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="67.5" y="5" type="Testo" width="4" pattern="1" text="Fasi">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="72" y="5" type="Testo" width="8" pattern="1" text="Appoggio">
<font face="Courier New" bold="1" size="10" />
</field>
<field border="1" y="6.25" type="Linea" width="80" height="0" pattern="1" />
</section>
<section type="Head" level="1" />
<section type="Body" />
<section type="Body" level="1">
<field type="Stringa" width="25" pattern="1">
<source>CODCOSTO</source>
<prescript description="B1.0 PRESCRIPT">MESSAGE_FORMAT_COSTO</prescript>
</field>
<field x="25" type="Stringa" dynamic_height="1" width="35" height="20" pattern="1">
<source>DESCRIZ + DESCRAGG</source>
</field>
<field x="60" type="Numero" align="right" width="5" pattern="1">
<source>ADDETTI</source>
</field>
<field x="69" type="Stringa" width="2" pattern="1">
<source>GESTFASI</source>
</field>
<field x="78" type="Stringa" width="2" pattern="1">
<source>APPOGGIO</source>
</field>
</section>
<section type="Foot" />
<section type="Foot" level="1" />
<sql>USE CDC
FROM CODCOSTO=#DACDC
TO CODCOSTO=#ACDC</sql>
</report>