Patch level :
Files correlati :10.0 964 Ricompilazione Demo : [ ] Commento : 0001787: Stampa Fatture Blacklist Descrizione Nuova stampa delle fatture di clienti con residenza in stati a fiscalità agevolata Da definire il tracciato git-svn-id: svn://10.65.10.50/branches/R_10_00@21838 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
f0e03b8757
commit
990bb2c98b
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<report name="cg7100p" orientation="1" lpi="6">
|
||||
<description>Lista fatture clienti di stati a fiscalita' agevol</description>
|
||||
<description>Lista movimenti stati a fiscalita' agevolata</description>
|
||||
<font face="Arial" size="8" />
|
||||
<section type="Head" pattern="1">
|
||||
<font italic="1" face="Arial" size="8" />
|
||||
@ -35,7 +35,7 @@
|
||||
</section>
|
||||
<section type="Head" level="1" pattern="1">
|
||||
<prescript description="H1 PRESCRIPT">MESSAGE RESET,F1</prescript>
|
||||
<field border="1" radius="50" x="15.5" y="0.5" type="Testo" valign="center" align="center" shade_offset="50" width="80" height="3" pattern="2" text="LISTA FATTURE STATI A FISCALITA' AGEVOLATA">
|
||||
<field border="1" radius="50" x="15.5" y="0.5" type="Testo" valign="center" align="center" shade_offset="50" width="80" height="3" pattern="2" text="LISTA MOVIMENTI STATI A FISCALITA' AGEVOLATA">
|
||||
<font face="Arial" bold="1" size="14" />
|
||||
</field>
|
||||
<field x="2" y="4.5" type="Testo" width="12" pattern="1" text="Tipo elenco:" />
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "cg7100.h"
|
||||
|
||||
PAGE "Lista fatture per imponibile" -1 -1 78 8
|
||||
PAGE "Lista movimenti stati a fiscalita' agevolata" -1 -1 78 8
|
||||
|
||||
NUMBER F_CODDITTA 5
|
||||
BEGIN
|
||||
|
@ -349,6 +349,6 @@ void TPrint_x_imponibile::main_loop()
|
||||
int cg7200(int argc, char* argv[])
|
||||
{
|
||||
TPrint_x_imponibile app;
|
||||
app.run(argc, argv, TR("Lista fatture per imponibile"));
|
||||
app.run(argc, argv, TR("Lista movimenti per imponibile"));
|
||||
return 0;
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<report name="cg7200a" orientation="2" lpi="6">
|
||||
<description>Lista fatture per imponibile</description>
|
||||
<description>Lista movimenti per imponibile limite</description>
|
||||
<font face="Arial" size="8" />
|
||||
<section type="Head" pattern="1">
|
||||
<font italic="1" face="Arial" size="8" />
|
||||
@ -43,7 +43,7 @@
|
||||
</section>
|
||||
<section type="Head" level="1" pattern="1">
|
||||
<prescript description="H1 PRESCRIPT">MESSAGE RESET,F1</prescript>
|
||||
<field border="1" radius="50" x="45" y="0.5" type="Testo" valign="center" align="center" shade_offset="50" width="80" height="3" pattern="2" text="LISTA FATTURE PER IMPONIBILE">
|
||||
<field border="1" radius="50" x="45" y="0.5" type="Testo" valign="center" align="center" shade_offset="50" width="80" height="3" pattern="2" text="LISTA MOVIMENTI PER IMPONIBILE LIMITE">
|
||||
<font face="Arial" bold="1" size="14" />
|
||||
</field>
|
||||
<field x="2" y="4.5" type="Testo" width="12" pattern="1" text="Tipo elenco:" />
|
||||
|
@ -6,7 +6,7 @@ TOOLBAR "topbar" 0 0 0 2
|
||||
|
||||
ENDPAGE
|
||||
|
||||
PAGE "Lista fatture per imponibile" 0 2 0 0
|
||||
PAGE "Lista movimenti per imponibile" 0 2 0 0
|
||||
|
||||
NUMBER F_CODDITTA 5
|
||||
BEGIN
|
||||
|
@ -241,6 +241,7 @@ Item_05 = "Bilancio", "cg1 -4", "F"
|
||||
Item_06 = "Bilancio IV direttiva CEE", "cg1 -5", "F"
|
||||
Item_07 = "Giornale", "cg3 -3", "F"
|
||||
Item_08 = "Lista movimenti per imponibile limite", "cg7 -1", "F"
|
||||
Item_09 = "Lista movimenti stati a fiscalita' agevolata", "cg7 -0 cg7100p", "F"
|
||||
|
||||
[CGMENU_025]
|
||||
Caption = "Collegamento bilanci"
|
||||
|
Loading…
x
Reference in New Issue
Block a user