Initial: flux text FoxBin2Prg (git urmareste .??2 in-arbore, binarele VFP git-ignored)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
4
.gitattributes
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# SVN ramane autoritatea pentru line endings (rulaj paralel svn+git).
|
||||||
|
# Dezactiveaza orice normalizare CRLF/LF facuta de git, ca sa nu mai apara
|
||||||
|
# "modificari" fantoma dupa fiecare svn update/checkout care doar atinge mtime-ul.
|
||||||
|
* -text
|
||||||
83
.gitignore
vendored
Normal file
@@ -0,0 +1,83 @@
|
|||||||
|
# =============================================================================
|
||||||
|
# Flux text FoxBin2Prg: git urmareste DOAR versiunile text .??2 (in arbore),
|
||||||
|
# nu binarele VFP. Binarele convertibile si indecsii regenerabili se ignora.
|
||||||
|
# SVN ramane sursa de adevar pentru binare (via global-ignores pe .??2).
|
||||||
|
# =============================================================================
|
||||||
|
|
||||||
|
# --- Binare VFP convertibile in text .??2 (ambele forme de caz) ---
|
||||||
|
*.vcx
|
||||||
|
*.VCX
|
||||||
|
*.vct
|
||||||
|
*.VCT
|
||||||
|
*.scx
|
||||||
|
*.SCX
|
||||||
|
*.sct
|
||||||
|
*.SCT
|
||||||
|
*.frx
|
||||||
|
*.FRX
|
||||||
|
*.frt
|
||||||
|
*.FRT
|
||||||
|
*.mnx
|
||||||
|
*.MNX
|
||||||
|
*.mnt
|
||||||
|
*.MNT
|
||||||
|
*.lbx
|
||||||
|
*.LBX
|
||||||
|
*.lbt
|
||||||
|
*.LBT
|
||||||
|
*.pjx
|
||||||
|
*.PJX
|
||||||
|
*.pjt
|
||||||
|
*.PJT
|
||||||
|
*.dbc
|
||||||
|
*.DBC
|
||||||
|
*.dct
|
||||||
|
*.DCT
|
||||||
|
|
||||||
|
# --- Indecsi regenerabili (nu se transporta in .db2/.dc2) ---
|
||||||
|
*.cdx
|
||||||
|
*.CDX
|
||||||
|
*.dcx
|
||||||
|
*.DCX
|
||||||
|
|
||||||
|
# --- Fisiere generate/compilate Visual FoxPro ---
|
||||||
|
*.fxp
|
||||||
|
*.FXP
|
||||||
|
*.mpr
|
||||||
|
*.MPR
|
||||||
|
*.mpx
|
||||||
|
*.MPX
|
||||||
|
*.vcr
|
||||||
|
*.VCR
|
||||||
|
*.src
|
||||||
|
|
||||||
|
# --- Executabile compilate (roafacturare.exe, roafacturare_sterse.exe) ---
|
||||||
|
*.exe
|
||||||
|
*.EXE
|
||||||
|
|
||||||
|
# --- Backup-uri si fisiere temporare create de editorul VFP ---
|
||||||
|
*.bak
|
||||||
|
*.BAK
|
||||||
|
*.tmp
|
||||||
|
*.TMP
|
||||||
|
*.err
|
||||||
|
*.ERR
|
||||||
|
*.Stats
|
||||||
|
*.stackdump
|
||||||
|
|
||||||
|
# --- Stare locala / specifica masinii, nu proiectului ---
|
||||||
|
FOXUSER.DBF
|
||||||
|
FOXUSER.FPT
|
||||||
|
log.txt
|
||||||
|
LOG.txt
|
||||||
|
ROAFACTURARE.ARM
|
||||||
|
ROAFACTURARE.ini
|
||||||
|
roafacturare_ref.CDX
|
||||||
|
roafacturare_ref.DBF
|
||||||
|
roafacturare_ref.FPT
|
||||||
|
|
||||||
|
# --- Subversion (working copy paralela) ---
|
||||||
|
.svn/
|
||||||
|
|
||||||
|
# --- COMUN este gestionat separat, prin propriul sau git (romfast/comun.git) ---
|
||||||
|
COMUN/
|
||||||
7
Ajutor/ordine_operatii_facturare.txt
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
initializeaza_date_factura
|
||||||
|
initializeaza_date_gestiune - pentru tip =
|
||||||
|
initializeaza_part_rez
|
||||||
|
adauga_articol_factura
|
||||||
|
scrie_factura_avize / scrie_factura2
|
||||||
|
scrie_factura_avize_retur - pentru tip =
|
||||||
|
finalizeaza_scriere_verificare
|
||||||
1026
Clase/ofundal_facturare.vc2
Normal file
1282
Clase/orapoarte.vc2
Normal file
989
Ferestre/fundal.sc2
Normal file
@@ -0,0 +1,989 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="fundal.scx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
*
|
||||||
|
DEFINE CLASS dataenvironment AS dataenvironment
|
||||||
|
*< CLASSDATA: Baseclass="dataenvironment" Timestamp="" Scale="" Uniqueid="" ClassIcon="1" />
|
||||||
|
|
||||||
|
*<PropValue>
|
||||||
|
DataSource = .NULL.
|
||||||
|
Height = 200
|
||||||
|
Left = 1
|
||||||
|
Name = "Dataenvironment"
|
||||||
|
Top = 220
|
||||||
|
Width = 520
|
||||||
|
*</PropValue>
|
||||||
|
|
||||||
|
ENDDEFINE
|
||||||
|
|
||||||
|
DEFINE CLASS form1 AS form
|
||||||
|
*< CLASSDATA: Baseclass="form" Timestamp="" Scale="" Uniqueid="" />
|
||||||
|
|
||||||
|
*-- OBJECTDATA items order determines ZOrder / El orden de los items OBJECTDATA determina el ZOrder
|
||||||
|
*< OBJECTDATA: ObjPath="Label1" UniqueID="" Timestamp="" />
|
||||||
|
*< OBJECTDATA: ObjPath="Text1" UniqueID="" Timestamp="" />
|
||||||
|
*< OBJECTDATA: ObjPath="Label2" UniqueID="" Timestamp="" />
|
||||||
|
*< OBJECTDATA: ObjPath="Text2" UniqueID="" Timestamp="" />
|
||||||
|
*< OBJECTDATA: ObjPath="Image2" UniqueID="" Timestamp="" />
|
||||||
|
*< OBJECTDATA: ObjPath="_pgfrmbase1" UniqueID="" Timestamp="" />
|
||||||
|
*< OBJECTDATA: ObjPath="_pgfrmbase1.Page5.Gridextra1" UniqueID="" Timestamp="" />
|
||||||
|
*< OBJECTDATA: ObjPath="_pgfrmbase1.Page5.Gridextra2" UniqueID="" Timestamp="" />
|
||||||
|
*< OBJECTDATA: ObjPath="_pgfrmbase1.Page6.Gridextra1" UniqueID="" Timestamp="" />
|
||||||
|
*< OBJECTDATA: ObjPath="_pgfrmbase1.Page6.Gridextra2" UniqueID="" Timestamp="" />
|
||||||
|
*< OBJECTDATA: ObjPath="_pgfrmbase1.Page6.Gridextra3" UniqueID="" Timestamp="" />
|
||||||
|
*< OBJECTDATA: ObjPath="Image1" UniqueID="" Timestamp="" />
|
||||||
|
*< OBJECTDATA: ObjPath="lb_utilizator" UniqueID="" Timestamp="" />
|
||||||
|
*< OBJECTDATA: ObjPath="lb_utilizator1" UniqueID="" Timestamp="" />
|
||||||
|
*< OBJECTDATA: ObjPath="Imagine1" UniqueID="" Timestamp="" />
|
||||||
|
*< OBJECTDATA: ObjPath="Imagine2" UniqueID="" Timestamp="" />
|
||||||
|
*< OBJECTDATA: ObjPath="Imagine3" UniqueID="" Timestamp="" />
|
||||||
|
*< OBJECTDATA: ObjPath="Imagine4" UniqueID="" Timestamp="" />
|
||||||
|
*< OBJECTDATA: ObjPath="cbo_sectii" UniqueID="" Timestamp="" />
|
||||||
|
*< OBJECTDATA: ObjPath="Label3" UniqueID="" Timestamp="" />
|
||||||
|
*< OBJECTDATA: ObjPath="but_alerta" UniqueID="" Timestamp="" />
|
||||||
|
|
||||||
|
*<DefinedPropArrayMethod>
|
||||||
|
*m: arata_meniu_fluna
|
||||||
|
*m: jurnal
|
||||||
|
*m: sectii_requery
|
||||||
|
*m: statusbarclick
|
||||||
|
*p: cverificaresetari
|
||||||
|
*p: ostatusbar
|
||||||
|
*p: _memberdata && XML Metadata for customizable properties
|
||||||
|
*</DefinedPropArrayMethod>
|
||||||
|
|
||||||
|
*<PropValue>
|
||||||
|
AlwaysOnBottom = .T.
|
||||||
|
AutoCenter = .T.
|
||||||
|
BackColor = 255,255,255
|
||||||
|
BorderStyle = 1
|
||||||
|
Caption = ""
|
||||||
|
Closable = .F.
|
||||||
|
ControlBox = .F.
|
||||||
|
cverificaresetari =
|
||||||
|
DoCreate = .T.
|
||||||
|
Enabled = .T.
|
||||||
|
FillColor = 0,0,0
|
||||||
|
HalfHeightCaption = .F.
|
||||||
|
Height = 633
|
||||||
|
MaxButton = .F.
|
||||||
|
MinButton = .F.
|
||||||
|
Movable = .F.
|
||||||
|
Name = "Form1"
|
||||||
|
ostatusbar = .NULL.
|
||||||
|
Picture = ..\..\
|
||||||
|
ShowTips = .T.
|
||||||
|
Width = 797
|
||||||
|
WindowState = 2
|
||||||
|
_memberdata = <VFPData>
|
||||||
|
<memberdata name="ostatusbar" display="oStatusBar"/>
|
||||||
|
<memberdata name="statusbarclick" display="StatusBarClick"/>
|
||||||
|
<memberdata name="cverificaresetari" display="cVerificareSetari"/>
|
||||||
|
</VFPData>
|
||||||
|
*</PropValue>
|
||||||
|
|
||||||
|
ADD OBJECT '_pgfrmbase1' AS pg_meniu_princ WITH ;
|
||||||
|
Anchor = 15, ;
|
||||||
|
ErasePage = .T., ;
|
||||||
|
Height = 575, ;
|
||||||
|
Left = 0, ;
|
||||||
|
Name = "_pgfrmbase1", ;
|
||||||
|
Top = 60, ;
|
||||||
|
Width = 800, ;
|
||||||
|
Page1.Cw1.Label_item1.Name = "Label_item1", ;
|
||||||
|
Page1.Cw1.Name = "Cw1", ;
|
||||||
|
Page1.Cw10.Label_item1.Name = "Label_item1", ;
|
||||||
|
Page1.Cw10.Name = "Cw10", ;
|
||||||
|
Page1.Cw2.Label_item1.Name = "Label_item1", ;
|
||||||
|
Page1.Cw2.Name = "Cw2", ;
|
||||||
|
Page1.Cw3.Label_item1.Name = "Label_item1", ;
|
||||||
|
Page1.Cw3.Name = "Cw3", ;
|
||||||
|
Page1.Cw4.Label_item1.Name = "Label_item1", ;
|
||||||
|
Page1.Cw4.Name = "Cw4", ;
|
||||||
|
Page1.Cw5.Label_item1.Name = "Label_item1", ;
|
||||||
|
Page1.Cw5.Name = "Cw5", ;
|
||||||
|
Page1.Cw6.Label_item1.Name = "Label_item1", ;
|
||||||
|
Page1.Cw6.Name = "Cw6", ;
|
||||||
|
Page1.Cw7.Label_item1.Name = "Label_item1", ;
|
||||||
|
Page1.Cw7.Name = "Cw7", ;
|
||||||
|
Page1.Cw8.Label_item1.Name = "Label_item1", ;
|
||||||
|
Page1.Cw8.Name = "Cw8", ;
|
||||||
|
Page1.Cw9.Label_item1.Name = "Label_item1", ;
|
||||||
|
Page1.Cw9.Name = "Cw9", ;
|
||||||
|
Page1.Name = "Page1", ;
|
||||||
|
Page1.PageOrder = 1, ;
|
||||||
|
Page1.Pict_liniuta1.Name = "Pict_liniuta1", ;
|
||||||
|
Page1.Pict_liniuta2.Name = "Pict_liniuta2", ;
|
||||||
|
Page1.Pict_meniu1.Anchor = 5, ;
|
||||||
|
Page1.Pict_meniu1.Height = 700, ;
|
||||||
|
Page1.Pict_meniu1.Left = 0, ;
|
||||||
|
Page1.Pict_meniu1.Name = "Pict_meniu1", ;
|
||||||
|
Page1.Pict_meniu1.Top = 8, ;
|
||||||
|
Page1.Pict_meniu1.Width = 200, ;
|
||||||
|
Page2.Cw1.Label_item1.Name = "Label_item1", ;
|
||||||
|
Page2.Cw1.Name = "Cw1", ;
|
||||||
|
Page2.Cw2.Label_item1.Name = "Label_item1", ;
|
||||||
|
Page2.Cw2.Name = "Cw2", ;
|
||||||
|
Page2.Cw3.Label_item1.Name = "Label_item1", ;
|
||||||
|
Page2.Cw3.Name = "Cw3", ;
|
||||||
|
Page2.Cw4.Label_item1.Name = "Label_item1", ;
|
||||||
|
Page2.Cw4.Name = "Cw4", ;
|
||||||
|
Page2.Cw5.Label_item1.Name = "Label_item1", ;
|
||||||
|
Page2.Cw5.Name = "Cw5", ;
|
||||||
|
Page2.Cw6.Label_item1.Name = "Label_item1", ;
|
||||||
|
Page2.Cw6.Name = "Cw6", ;
|
||||||
|
Page2.Cw7.Label_item1.Name = "Label_item1", ;
|
||||||
|
Page2.Cw7.Name = "Cw7", ;
|
||||||
|
Page2.Cw8.Label_item1.Name = "Label_item1", ;
|
||||||
|
Page2.Cw8.Name = "Cw8", ;
|
||||||
|
Page2.Cw9.Label_item1.Name = "Label_item1", ;
|
||||||
|
Page2.Cw9.Name = "Cw9", ;
|
||||||
|
Page2.Name = "Page2", ;
|
||||||
|
Page2.PageOrder = 4, ;
|
||||||
|
Page2.Pict_liniuta2.Name = "Pict_liniuta2", ;
|
||||||
|
Page2.Pict_meniu1.Anchor = 5, ;
|
||||||
|
Page2.Pict_meniu1.Height = 700, ;
|
||||||
|
Page2.Pict_meniu1.Name = "Pict_meniu1", ;
|
||||||
|
Page2.Pict_meniu1.Top = 10, ;
|
||||||
|
Page2.Pict_meniu1.Width = 200, ;
|
||||||
|
Page3.Cw1.Label_item1.Name = "Label_item1", ;
|
||||||
|
Page3.Cw1.Name = "Cw1", ;
|
||||||
|
Page3.Cw2.Label_item1.Name = "Label_item1", ;
|
||||||
|
Page3.Cw2.Name = "Cw2", ;
|
||||||
|
Page3.Cw3.Label_item1.Name = "Label_item1", ;
|
||||||
|
Page3.Cw3.Name = "Cw3", ;
|
||||||
|
Page3.Cw4.Label_item1.Name = "Label_item1", ;
|
||||||
|
Page3.Cw4.Name = "Cw4", ;
|
||||||
|
Page3.Name = "Page3", ;
|
||||||
|
Page3.PageOrder = 5, ;
|
||||||
|
Page3.Pict_meniu1.Anchor = 5, ;
|
||||||
|
Page3.Pict_meniu1.Height = 700, ;
|
||||||
|
Page3.Pict_meniu1.Left = 0, ;
|
||||||
|
Page3.Pict_meniu1.Name = "Pict_meniu1", ;
|
||||||
|
Page3.Pict_meniu1.Top = 8, ;
|
||||||
|
Page3.Pict_meniu1.Width = 200, ;
|
||||||
|
Page4.Cw1.Label_item1.Name = "Label_item1", ;
|
||||||
|
Page4.Cw1.Name = "Cw1", ;
|
||||||
|
Page4.Cw10.Label_item1.Name = "Label_item1", ;
|
||||||
|
Page4.Cw10.Name = "Cw10", ;
|
||||||
|
Page4.Cw11.Label_item1.Name = "Label_item1", ;
|
||||||
|
Page4.Cw11.Name = "Cw11", ;
|
||||||
|
Page4.Cw12.Label_item1.Name = "Label_item1", ;
|
||||||
|
Page4.Cw12.Name = "Cw12", ;
|
||||||
|
Page4.Cw13.Label_item1.Name = "Label_item1", ;
|
||||||
|
Page4.Cw13.Name = "Cw13", ;
|
||||||
|
Page4.Cw2.Label_item1.Name = "Label_item1", ;
|
||||||
|
Page4.Cw2.Name = "Cw2", ;
|
||||||
|
Page4.Cw3.Label_item1.Name = "Label_item1", ;
|
||||||
|
Page4.Cw3.Name = "Cw3", ;
|
||||||
|
Page4.Cw4.Label_item1.Name = "Label_item1", ;
|
||||||
|
Page4.Cw4.Name = "Cw4", ;
|
||||||
|
Page4.Cw5.Label_item1.Name = "Label_item1", ;
|
||||||
|
Page4.Cw5.Name = "Cw5", ;
|
||||||
|
Page4.Cw6.Label_item1.Name = "Label_item1", ;
|
||||||
|
Page4.Cw6.Name = "Cw6", ;
|
||||||
|
Page4.Cw7.Label_item1.Name = "Label_item1", ;
|
||||||
|
Page4.Cw7.Name = "Cw7", ;
|
||||||
|
Page4.Cw8.Label_item1.Name = "Label_item1", ;
|
||||||
|
Page4.Cw8.Name = "Cw8", ;
|
||||||
|
Page4.Cw9.Label_item1.Name = "Label_item1", ;
|
||||||
|
Page4.Cw9.Name = "Cw9", ;
|
||||||
|
Page4.Name = "Page4", ;
|
||||||
|
Page4.PageOrder = 6, ;
|
||||||
|
Page4.Pict_liniuta1.Name = "Pict_liniuta1", ;
|
||||||
|
Page4.Pict_liniuta2.Name = "Pict_liniuta2", ;
|
||||||
|
Page4.Pict_liniuta3.Name = "Pict_liniuta3", ;
|
||||||
|
Page4.Pict_liniuta4.Name = "Pict_liniuta4", ;
|
||||||
|
Page4.Pict_meniu1.Anchor = 5, ;
|
||||||
|
Page4.Pict_meniu1.Height = 700, ;
|
||||||
|
Page4.Pict_meniu1.Left = 0, ;
|
||||||
|
Page4.Pict_meniu1.Name = "Pict_meniu1", ;
|
||||||
|
Page4.Pict_meniu1.Top = 8, ;
|
||||||
|
Page4.Pict_meniu1.Width = 200, ;
|
||||||
|
Page5.Ct_comenzi1.But_copie.Name = "But_copie", ;
|
||||||
|
Page5.Ct_comenzi1.But_factura1.Name = "But_factura1", ;
|
||||||
|
Page5.Ct_comenzi1.But_listare1.Name = "But_listare1", ;
|
||||||
|
Page5.Ct_comenzi1.But_modifica1.Name = "But_modifica1", ;
|
||||||
|
Page5.Ct_comenzi1.But_nou1.Name = "But_nou1", ;
|
||||||
|
Page5.Ct_comenzi1.But_reset_criterii1.Name = "But_reset_criterii1", ;
|
||||||
|
Page5.Ct_comenzi1.But_start_criterii1.Name = "But_start_criterii1", ;
|
||||||
|
Page5.Ct_comenzi1.But_sterge1.Name = "But_sterge1", ;
|
||||||
|
Page5.Ct_comenzi1.Clb_tx_total.Lb_simplu1.Name = "Lb_simplu1", ;
|
||||||
|
Page5.Ct_comenzi1.Clb_tx_total.Left = 489, ;
|
||||||
|
Page5.Ct_comenzi1.Clb_tx_total.Name = "Clb_tx_total", ;
|
||||||
|
Page5.Ct_comenzi1.Clb_tx_total.Text_simplu1.Name = "Text_simplu1", ;
|
||||||
|
Page5.Ct_comenzi1.Clb_tx_total.Top = 471, ;
|
||||||
|
Page5.Ct_comenzi1.Cmd_executa1.Left = 125, ;
|
||||||
|
Page5.Ct_comenzi1.Cmd_executa1.Name = "Cmd_executa1", ;
|
||||||
|
Page5.Ct_comenzi1.Cmd_executa1.Top = 470, ;
|
||||||
|
Page5.Ct_comenzi1.Cmd_executa2.Left = 203, ;
|
||||||
|
Page5.Ct_comenzi1.Cmd_executa2.Name = "Cmd_executa2", ;
|
||||||
|
Page5.Ct_comenzi1.Cmd_executa2.Top = 507, ;
|
||||||
|
Page5.Ct_comenzi1.Cmd_executa3.Left = 7, ;
|
||||||
|
Page5.Ct_comenzi1.Cmd_executa3.Name = "Cmd_executa3", ;
|
||||||
|
Page5.Ct_comenzi1.Cmd_executa3.Top = 507, ;
|
||||||
|
Page5.Ct_comenzi1.Cmd_executa4.Left = 240, ;
|
||||||
|
Page5.Ct_comenzi1.Cmd_executa4.Name = "Cmd_executa4", ;
|
||||||
|
Page5.Ct_comenzi1.Cmd_executa4.Top = 470, ;
|
||||||
|
Page5.Ct_comenzi1.Cmd_select_adv1.Left = 7, ;
|
||||||
|
Page5.Ct_comenzi1.Cmd_select_adv1.Name = "Cmd_select_adv1", ;
|
||||||
|
Page5.Ct_comenzi1.Cmd_select_adv1.Top = 470, ;
|
||||||
|
Page5.Ct_comenzi1.Cmd_select_adv1.Width = 110, ;
|
||||||
|
Page5.Ct_comenzi1.Gridsort1.Name = "Gridsort1", ;
|
||||||
|
Page5.Ct_comenzi1.Height = 542, ;
|
||||||
|
Page5.Ct_comenzi1.lb_comenzi_elemente.Left = 98, ;
|
||||||
|
Page5.Ct_comenzi1.lb_comenzi_elemente.Name = "lb_comenzi_elemente", ;
|
||||||
|
Page5.Ct_comenzi1.lb_comenzi_elemente.Top = 33, ;
|
||||||
|
Page5.Ct_comenzi1.Left = 0, ;
|
||||||
|
Page5.Ct_comenzi1.Name = "Ct_comenzi1", ;
|
||||||
|
Page5.Ct_comenzi1.Top = -3, ;
|
||||||
|
Page5.Ct_comenzi1.Width = 781, ;
|
||||||
|
Page5.Ct_comenzi1._ct_controller_keypress1.Name = "_ct_controller_keypress1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cAdresa_facturare.Header1.Name = "Header1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cAdresa_facturare.Name = "cAdresa_facturare", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cAdresa_facturare.Text1.Name = "Text1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cAdresa_livrare.Header1.Name = "Header1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cAdresa_livrare.Name = "cAdresa_livrare", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cAdresa_livrare.Text1.Name = "Text1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cAgent.Header1.Name = "Header1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cAgent.Name = "cAgent", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cAgent.Text1.Name = "Text1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cComanda_externa.Header1.Name = "Header1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cComanda_externa.Name = "cComanda_externa", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cComanda_externa.Text1.Name = "Text1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cDataLivrat.Header1.Name = "Header1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cDataLivrat.Name = "cDataLivrat", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cDataLivrat.Text1.Name = "Text1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cDataora.Header1.Name = "Header1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cDataora.Name = "cDataora", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cDataora.Text1.Name = "Text1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cData_comanda.Header1.Name = "Header1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cData_comanda.Name = "cData_comanda", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cData_comanda.Text1.Name = "Text1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cData_livrare.Header1.Name = "Header1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cData_livrare.Name = "cData_livrare", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cData_livrare.Text1.Name = "Text1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cDelegat.Header1.Name = "Header1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cDelegat.Name = "cDelegat", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cDelegat.Text1.Name = "Text1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cFacturat.Header1.Name = "Header1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cFacturat.Name = "cFacturat", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cFacturat._checkbox1.Alignment = 2, ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cFacturat._checkbox1.Name = "_checkbox1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cLucrare.Header1.Name = "Header1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cLucrare.Name = "cLucrare", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cLucrare.Text1.Name = "Text1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cNrinmat.Header1.Name = "Header1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cNrinmat.Name = "cNrinmat", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cNrinmat.Text1.Name = "Text1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cNr_comanda.Header1.Name = "Header1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cNr_comanda.Name = "cNr_comanda", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cNr_comanda.Text1.Name = "Text1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cNr_comanda.Width = 83, ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cNr_livrare.Header1.Name = "Header1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cNr_livrare.Name = "cNr_livrare", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cNr_livrare.Text1.Name = "Text1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cNumar_contract.Header1.Name = "Header1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cNumar_contract.Name = "cNumar_contract", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cNumar_contract.Text1.Name = "Text1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cNume.Header1.Name = "Header1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cNume.Name = "cNume", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cNume.Text1.Name = "Text1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cSelectat.Header1.Name = "Header1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cSelectat.Name = "cSelectat", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cSelectat._checkbox1.Alignment = 2, ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cSelectat._checkbox1.Name = "_checkbox1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cTip_comanda.Header1.Name = "Header1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cTip_comanda.Name = "cTip_comanda", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cTip_comanda.Text1.Name = "Text1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cUtilizator.Header1.Name = "Header1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cUtilizator.Name = "cUtilizator", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.cUtilizator.Text1.Name = "Text1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.Height = 413, ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.Left = 6, ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.Name = "_grdrow1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.Top = 52, ;
|
||||||
|
Page5.Ct_comenzi1._grdrow1.Width = 86, ;
|
||||||
|
Page5.Ct_comenzi1._grdrow2.cCantitate.Header1.Name = "Header1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow2.cCantitate.Name = "cCantitate", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow2.cCantitate.Text1.Name = "Text1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow2.cCodBare.Header1.Name = "Header1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow2.cCodBare.Name = "cCodBare", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow2.cCodBare.Text1.Name = "Text1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow2.cCodmat.Header1.Name = "Header1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow2.cCodmat.Name = "cCodmat", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow2.cCodmat.Text1.Name = "Text1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow2.cDenumire.Header1.Name = "Header1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow2.cDenumire.Name = "cDenumire", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow2.cDenumire.Text1.Name = "Text1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow2.cNrCrt.Header1.Name = "Header1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow2.cNrCrt.Name = "cNrCrt", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow2.cNrCrt.Text1.Name = "Text1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow2.cNumeListaPreturi.Header1.Name = "Header1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow2.cNumeListaPreturi.Name = "cNumeListaPreturi", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow2.cNumeListaPreturi.Text1.Name = "Text1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow2.cPret.Header1.Name = "Header1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow2.cPret.Name = "cPret", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow2.cPret.Text1.Name = "Text1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow2.cPret_cu_tva.Header1.Name = "Header1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow2.cPret_cu_tva.Name = "cPret_cu_tva", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow2.cPret_cu_tva._checkbox1.Alignment = 2, ;
|
||||||
|
Page5.Ct_comenzi1._grdrow2.cPret_cu_tva._checkbox1.Name = "_checkbox1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow2.cPTVA.Header1.Name = "Header1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow2.cPTVA.Name = "cPTVA", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow2.cPTVA.Text1.Name = "Text1", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow2.Height = 413, ;
|
||||||
|
Page5.Ct_comenzi1._grdrow2.Left = 95, ;
|
||||||
|
Page5.Ct_comenzi1._grdrow2.Name = "_grdrow2", ;
|
||||||
|
Page5.Ct_comenzi1._grdrow2.Top = 52, ;
|
||||||
|
Page5.Ct_comenzi1._grdrow2.Width = 685, ;
|
||||||
|
Page5.Name = "Page5", ;
|
||||||
|
Page5.PageOrder = 2, ;
|
||||||
|
Page6.Ct_lucrari_detalii1.But_listare1.Name = "But_listare1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1.But_modifica1.Name = "But_modifica1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1.But_nou1.Name = "But_nou1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1.But_reset_criterii1.Name = "But_reset_criterii1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1.But_start_criterii1.Name = "But_start_criterii1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1.But_sterge1.Name = "But_sterge1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1.Gridsort1.Name = "Gridsort1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1.Height = 540, ;
|
||||||
|
Page6.Ct_lucrari_detalii1.lb_comenzi.Left = 9, ;
|
||||||
|
Page6.Ct_lucrari_detalii1.lb_comenzi.Name = "lb_comenzi", ;
|
||||||
|
Page6.Ct_lucrari_detalii1.lb_comenzi.Top = 352, ;
|
||||||
|
Page6.Ct_lucrari_detalii1.lb_lucrari_elemente.Left = 372, ;
|
||||||
|
Page6.Ct_lucrari_detalii1.lb_lucrari_elemente.Name = "lb_lucrari_elemente", ;
|
||||||
|
Page6.Ct_lucrari_detalii1.lb_lucrari_elemente.Top = 33, ;
|
||||||
|
Page6.Ct_lucrari_detalii1.Left = 0, ;
|
||||||
|
Page6.Ct_lucrari_detalii1.Name = "Ct_lucrari_detalii1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1.Top = -1, ;
|
||||||
|
Page6.Ct_lucrari_detalii1.Width = 781, ;
|
||||||
|
Page6.Ct_lucrari_detalii1._ct_controller_keypress1.Name = "_ct_controller_keypress1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow1.cDataora.Header1.Name = "Header1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow1.cDataora.Name = "cDataora", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow1.cDataora.Text1.Name = "Text1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow1.cData_lucrare.Header1.Name = "Header1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow1.cData_lucrare.Name = "cData_lucrare", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow1.cData_lucrare.Text1.Name = "Text1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow1.cExecutata.Header1.Name = "Header1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow1.cExecutata.Name = "cExecutata", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow1.cExecutata._checkbox1.Alignment = 0, ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow1.cExecutata._checkbox1.Name = "_checkbox1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow1.cExplicatie.Header1.Name = "Header1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow1.cExplicatie.Name = "cExplicatie", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow1.cExplicatie.Text1.Name = "Text1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow1.cInchisa.Header1.Name = "Header1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow1.cInchisa.Name = "cInchisa", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow1.cInchisa._checkbox1.Alignment = 2, ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow1.cInchisa._checkbox1.Name = "_checkbox1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow1.cNrord.Header1.Name = "Header1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow1.cNrord.Name = "cNrord", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow1.cNrord.Text1.Name = "Text1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow1.cTermen_executie.Header1.Name = "Header1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow1.cTermen_executie.Name = "cTermen_executie", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow1.cTermen_executie.Text1.Name = "Text1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow1.cUtilizator.Header1.Name = "Header1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow1.cUtilizator.Name = "cUtilizator", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow1.cUtilizator.Text1.Name = "Text1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow1.Height = 296, ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow1.Left = 6, ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow1.Name = "_grdrow1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow1.Width = 360, ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow2.cData_comanda.Header1.Name = "Header1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow2.cData_comanda.Name = "cData_comanda", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow2.cData_comanda.Text1.Name = "Text1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow2.cData_livrare.Header1.Name = "Header1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow2.cData_livrare.Name = "cData_livrare", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow2.cData_livrare.Text1.Name = "Text1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow2.cNr_comanda.Header1.Name = "Header1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow2.cNr_comanda.Name = "cNr_comanda", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow2.cNr_comanda.Text1.Name = "Text1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow2.cNume.Header1.Name = "Header1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow2.cNume.Name = "cNume", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow2.cNume.Text1.Name = "Text1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow2.cTip_comanda.Header1.Name = "Header1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow2.cTip_comanda.Name = "cTip_comanda", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow2.cTip_comanda.Text1.Name = "Text1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow2.Height = 152, ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow2.Left = 9, ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow2.Name = "_grdrow2", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow2.Top = 373, ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow2.Width = 360, ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow3.cCantitate.Header1.Name = "Header1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow3.cCantitate.Name = "cCantitate", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow3.cCantitate.Text1.Name = "Text1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow3.cCantitate2.Header1.Name = "Header1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow3.cCantitate2.Name = "cCantitate2", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow3.cCantitate2.Text1.Name = "Text1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow3.cCodmat.Header1.Name = "Header1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow3.cCodmat.Name = "cCodmat", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow3.cCodmat.Text1.Name = "Text1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow3.cDenumire.Header1.Name = "Header1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow3.cDenumire.Name = "cDenumire", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow3.cDenumire.Text1.Name = "Text1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow3.cUM.Header1.Name = "Header1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow3.cUM.Name = "cUM", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow3.cUM.Text1.Name = "Text1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow3.cUM2.Header1.Name = "Header1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow3.cUM2.Name = "cUM2", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow3.cUM2.Text1.Name = "Text1", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow3.Height = 480, ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow3.Left = 372, ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow3.Name = "_grdrow3", ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow3.Top = 53, ;
|
||||||
|
Page6.Ct_lucrari_detalii1._grdrow3.Width = 408, ;
|
||||||
|
Page6.Name = "Page6", ;
|
||||||
|
Page6.PageOrder = 3
|
||||||
|
*< END OBJECT: ClassLib="..\clase\ofundal_facturare.vcx" BaseClass="pageframe" />
|
||||||
|
|
||||||
|
ADD OBJECT '_pgfrmbase1.Page5.Gridextra1' AS gridextra WITH ;
|
||||||
|
gridexpression = thisform._pgfrmbase1.page5.ct_comenzi1._grdrow1, ;
|
||||||
|
Left = 239, ;
|
||||||
|
Name = "Gridextra1", ;
|
||||||
|
productname = ROA, ;
|
||||||
|
Top = 18
|
||||||
|
*< END OBJECT: ClassLib="..\comun\utile\gridextras\gridextras.vcx" BaseClass="custom" />
|
||||||
|
|
||||||
|
ADD OBJECT '_pgfrmbase1.Page5.Gridextra2' AS gridextra WITH ;
|
||||||
|
gridexpression = thisform._pgfrmbase1.page5.ct_comenzi1._grdrow2, ;
|
||||||
|
Left = 299, ;
|
||||||
|
Name = "Gridextra2", ;
|
||||||
|
productname = ROA, ;
|
||||||
|
Top = 18
|
||||||
|
*< END OBJECT: ClassLib="..\comun\utile\gridextras\gridextras.vcx" BaseClass="custom" />
|
||||||
|
|
||||||
|
ADD OBJECT '_pgfrmbase1.Page6.Gridextra1' AS gridextra WITH ;
|
||||||
|
gridexpression = thisform._pgfrmbase1.page6.ct_lucrari_detalii1._grdrow1, ;
|
||||||
|
Left = 255, ;
|
||||||
|
Name = "Gridextra1", ;
|
||||||
|
productname = ROA, ;
|
||||||
|
Top = 21
|
||||||
|
*< END OBJECT: ClassLib="..\comun\utile\gridextras\gridextras.vcx" BaseClass="custom" />
|
||||||
|
|
||||||
|
ADD OBJECT '_pgfrmbase1.Page6.Gridextra2' AS gridextra WITH ;
|
||||||
|
gridexpression = thisform._pgfrmbase1.page6.ct_lucrari_detalii1._grdrow2, ;
|
||||||
|
Left = 315, ;
|
||||||
|
Name = "Gridextra2", ;
|
||||||
|
productname = ROA, ;
|
||||||
|
Top = 21
|
||||||
|
*< END OBJECT: ClassLib="..\comun\utile\gridextras\gridextras.vcx" BaseClass="custom" />
|
||||||
|
|
||||||
|
ADD OBJECT '_pgfrmbase1.Page6.Gridextra3' AS gridextra WITH ;
|
||||||
|
gridexpression = thisform._pgfrmbase1.page6.ct_lucrari_detalii1._grdrow3, ;
|
||||||
|
Left = 367, ;
|
||||||
|
Name = "Gridextra3", ;
|
||||||
|
productname = ROA, ;
|
||||||
|
Top = 26
|
||||||
|
*< END OBJECT: ClassLib="..\comun\utile\gridextras\gridextras.vcx" BaseClass="custom" />
|
||||||
|
|
||||||
|
ADD OBJECT 'but_alerta' AS _image WITH ;
|
||||||
|
BackStyle = 0, ;
|
||||||
|
Height = 32, ;
|
||||||
|
Left = 306, ;
|
||||||
|
Name = "but_alerta", ;
|
||||||
|
Picture = ..\comun\grafice\exclam.ico, ;
|
||||||
|
Top = 10, ;
|
||||||
|
Visible = .F., ;
|
||||||
|
Width = 32
|
||||||
|
*< END OBJECT: ClassLib="..\comun\clase\_baza.vcx" BaseClass="image" />
|
||||||
|
|
||||||
|
ADD OBJECT 'cbo_sectii' AS combobox WITH ;
|
||||||
|
Anchor = 8, ;
|
||||||
|
FontBold = .T., ;
|
||||||
|
FontSize = 10, ;
|
||||||
|
ForeColor = 73,74,171, ;
|
||||||
|
Height = 24, ;
|
||||||
|
ItemForeColor = 73,74,171, ;
|
||||||
|
Left = 405, ;
|
||||||
|
Name = "cbo_sectii", ;
|
||||||
|
RowSourceType = 2, ;
|
||||||
|
SelectedBackColor = 73,74,171, ;
|
||||||
|
SelectedItemBackColor = 73,74,171, ;
|
||||||
|
Style = 2, ;
|
||||||
|
ToolTipText = "Sectia folosita pentru Comenzi si Lucrari", ;
|
||||||
|
Top = 5, ;
|
||||||
|
Width = 163
|
||||||
|
*< END OBJECT: BaseClass="combobox" />
|
||||||
|
|
||||||
|
ADD OBJECT 'Image1' AS image WITH ;
|
||||||
|
Anchor = 12, ;
|
||||||
|
Height = 220, ;
|
||||||
|
Left = 108, ;
|
||||||
|
Name = "Image1", ;
|
||||||
|
Picture = ..\grafice\roafacturare.bmp, ;
|
||||||
|
Stretch = 0, ;
|
||||||
|
Top = 264, ;
|
||||||
|
Width = 556
|
||||||
|
*< END OBJECT: BaseClass="image" />
|
||||||
|
|
||||||
|
ADD OBJECT 'Image2' AS image WITH ;
|
||||||
|
Anchor = 10, ;
|
||||||
|
Height = 63, ;
|
||||||
|
Left = -11, ;
|
||||||
|
Name = "Image2", ;
|
||||||
|
Picture = ..\comun\grafice\f1.jpg, ;
|
||||||
|
Stretch = 2, ;
|
||||||
|
Top = -1, ;
|
||||||
|
Width = 851
|
||||||
|
*< END OBJECT: BaseClass="image" />
|
||||||
|
|
||||||
|
ADD OBJECT 'Imagine1' AS imagine WITH ;
|
||||||
|
Height = 48, ;
|
||||||
|
Left = 5, ;
|
||||||
|
Name = "Imagine1", ;
|
||||||
|
picturedown = icon_listapreturi1.png, ;
|
||||||
|
pictureup = icon_listapreturi2.png, ;
|
||||||
|
ToolTipText = "Facturare pe baza de lista de preturi", ;
|
||||||
|
Top = 1, ;
|
||||||
|
Width = 48
|
||||||
|
*< END OBJECT: ClassLib="..\comun\clase\ofundal.vcx" BaseClass="image" />
|
||||||
|
|
||||||
|
ADD OBJECT 'Imagine2' AS imagine WITH ;
|
||||||
|
Height = 48, ;
|
||||||
|
Left = 66, ;
|
||||||
|
Name = "Imagine2", ;
|
||||||
|
picturedown = icon_contracte1.png, ;
|
||||||
|
pictureup = icon_contracte2.png, ;
|
||||||
|
ToolTipText = "Facturare pe baza de contract", ;
|
||||||
|
Top = 1, ;
|
||||||
|
Width = 48
|
||||||
|
*< END OBJECT: ClassLib="..\comun\clase\ofundal.vcx" BaseClass="image" />
|
||||||
|
|
||||||
|
ADD OBJECT 'Imagine3' AS imagine WITH ;
|
||||||
|
Height = 48, ;
|
||||||
|
Left = 127, ;
|
||||||
|
Name = "Imagine3", ;
|
||||||
|
picturedown = icon_comenzi1.png, ;
|
||||||
|
pictureup = icon_comenzi2.png, ;
|
||||||
|
ToolTipText = "Facturare pe baza de comanda", ;
|
||||||
|
Top = 1, ;
|
||||||
|
Width = 48
|
||||||
|
*< END OBJECT: ClassLib="..\comun\clase\ofundal.vcx" BaseClass="image" />
|
||||||
|
|
||||||
|
ADD OBJECT 'Imagine4' AS imagine WITH ;
|
||||||
|
Height = 48, ;
|
||||||
|
Left = 189, ;
|
||||||
|
Name = "Imagine4", ;
|
||||||
|
picturedown = icon_avize1.png, ;
|
||||||
|
pictureup = icon_avize2.png, ;
|
||||||
|
ToolTipText = "Facturare din aviz", ;
|
||||||
|
Top = 1, ;
|
||||||
|
Width = 48
|
||||||
|
*< END OBJECT: ClassLib="..\comun\clase\ofundal.vcx" BaseClass="image" />
|
||||||
|
|
||||||
|
ADD OBJECT 'Label1' AS label WITH ;
|
||||||
|
AutoSize = .T., ;
|
||||||
|
BackStyle = 0, ;
|
||||||
|
Caption = "Operator:", ;
|
||||||
|
FontItalic = .T., ;
|
||||||
|
ForeColor = 0,0,128, ;
|
||||||
|
Height = 17, ;
|
||||||
|
Left = 7, ;
|
||||||
|
Name = "Label1", ;
|
||||||
|
Top = 381, ;
|
||||||
|
Width = 53
|
||||||
|
*< END OBJECT: BaseClass="label" />
|
||||||
|
|
||||||
|
ADD OBJECT 'Label2' AS label WITH ;
|
||||||
|
AutoSize = .T., ;
|
||||||
|
BackStyle = 0, ;
|
||||||
|
Caption = "Nivel de acces:", ;
|
||||||
|
FontItalic = .T., ;
|
||||||
|
ForeColor = 0,0,128, ;
|
||||||
|
Height = 17, ;
|
||||||
|
Left = 7, ;
|
||||||
|
Name = "Label2", ;
|
||||||
|
Top = 401, ;
|
||||||
|
Width = 85
|
||||||
|
*< END OBJECT: BaseClass="label" />
|
||||||
|
|
||||||
|
ADD OBJECT 'Label3' AS label WITH ;
|
||||||
|
Anchor = 8, ;
|
||||||
|
BackStyle = 0, ;
|
||||||
|
Caption = "Sec<65>ie", ;
|
||||||
|
FontCharSet = 238, ;
|
||||||
|
ForeColor = 255,255,255, ;
|
||||||
|
Height = 17, ;
|
||||||
|
Left = 369, ;
|
||||||
|
Name = "Label3", ;
|
||||||
|
Top = 9, ;
|
||||||
|
Width = 36
|
||||||
|
*< END OBJECT: BaseClass="label" />
|
||||||
|
|
||||||
|
ADD OBJECT 'lb_utilizator' AS lb_simplu WITH ;
|
||||||
|
Anchor = 8, ;
|
||||||
|
Caption = "Operator:", ;
|
||||||
|
FontItalic = .T., ;
|
||||||
|
ForeColor = 255,255,255, ;
|
||||||
|
Left = 576, ;
|
||||||
|
Name = "lb_utilizator", ;
|
||||||
|
Top = 8
|
||||||
|
*< END OBJECT: ClassLib="..\comun\clase\lb.vcx" BaseClass="label" />
|
||||||
|
|
||||||
|
ADD OBJECT 'lb_utilizator1' AS lb_simplu WITH ;
|
||||||
|
Anchor = 8, ;
|
||||||
|
Caption = "nume_utilizator", ;
|
||||||
|
FontBold = .T., ;
|
||||||
|
FontItalic = .T., ;
|
||||||
|
ForeColor = 255,255,255, ;
|
||||||
|
Left = 630, ;
|
||||||
|
Name = "lb_utilizator1", ;
|
||||||
|
Top = 8, ;
|
||||||
|
Visible = .F.
|
||||||
|
*< END OBJECT: ClassLib="..\comun\clase\lb.vcx" BaseClass="label" />
|
||||||
|
|
||||||
|
ADD OBJECT 'Text1' AS textbox WITH ;
|
||||||
|
BackStyle = 0, ;
|
||||||
|
BorderStyle = 0, ;
|
||||||
|
ControlSource = "utilizator", ;
|
||||||
|
FontBold = .T., ;
|
||||||
|
FontItalic = .T., ;
|
||||||
|
ForeColor = 0,0,128, ;
|
||||||
|
Height = 23, ;
|
||||||
|
Left = 62, ;
|
||||||
|
Name = "Text1", ;
|
||||||
|
ReadOnly = .T., ;
|
||||||
|
TabStop = .F., ;
|
||||||
|
Top = 380, ;
|
||||||
|
Width = 147
|
||||||
|
*< END OBJECT: BaseClass="textbox" />
|
||||||
|
|
||||||
|
ADD OBJECT 'Text2' AS textbox WITH ;
|
||||||
|
BackStyle = 0, ;
|
||||||
|
BorderStyle = 0, ;
|
||||||
|
ControlSource = "m.nivel", ;
|
||||||
|
FontBold = .T., ;
|
||||||
|
FontItalic = .T., ;
|
||||||
|
ForeColor = 0,0,128, ;
|
||||||
|
Height = 23, ;
|
||||||
|
Left = 93, ;
|
||||||
|
Name = "Text2", ;
|
||||||
|
ReadOnly = .T., ;
|
||||||
|
TabStop = .F., ;
|
||||||
|
Top = 400, ;
|
||||||
|
Width = 28
|
||||||
|
*< END OBJECT: BaseClass="textbox" />
|
||||||
|
|
||||||
|
PROCEDURE Activate
|
||||||
|
*!* Local lnScrH,lnScrW
|
||||||
|
*!* lnScrW = _Screen.Width
|
||||||
|
*!* lnScrH = _Screen.Height
|
||||||
|
|
||||||
|
*!* Thisform.image1.Top = lnScrH - Thisform.image1.Height - 50
|
||||||
|
*!* Thisform.image1.Left = lnScrW - Thisform.image1.Width - 30
|
||||||
|
*!* Thisform.image2.Width = lnScrW + 30
|
||||||
|
*!* With Thisform._pgfrmbase1
|
||||||
|
*!* .Width = lnScrW
|
||||||
|
*!* .Height = Thisform.Height-Thisform.image2.Height
|
||||||
|
*!* .page1.Pict_meniu1.Height = .Height
|
||||||
|
*!* .page2.Pict_meniu1.Height = .Height
|
||||||
|
*!* .page3.Pict_meniu1.Height = .Height
|
||||||
|
*!* .page4.Pict_meniu1.Height = .Height
|
||||||
|
*!* Endwith
|
||||||
|
|
||||||
|
*!* If primadata
|
||||||
|
*!* primadata = .F.
|
||||||
|
|
||||||
|
*!* Do start_firma In ostartfirma.prg
|
||||||
|
*!* verifica_drepturi2('gofundal','_pgfrmbase1')
|
||||||
|
*!* Thisform.lb_utilizator1.Caption=Alltrim(gcUserNameApp)
|
||||||
|
*!* Thisform.lb_utilizator1.Visible=.T.
|
||||||
|
|
||||||
|
*!* Endif
|
||||||
|
|
||||||
|
ENDPROC
|
||||||
|
|
||||||
|
PROCEDURE arata_meniu_fluna
|
||||||
|
Do start_firma In ostartfirma.prg
|
||||||
|
verifica_drepturi('gofundal','_pgfrmbase1')
|
||||||
|
ENDPROC
|
||||||
|
|
||||||
|
PROCEDURE jurnal
|
||||||
|
ENDPROC
|
||||||
|
|
||||||
|
PROCEDURE KeyPress
|
||||||
|
Lparameters nKeyCode, nShiftAltCtrl
|
||||||
|
If nKeyCode==-1 &&F2
|
||||||
|
Quit
|
||||||
|
Endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
ENDPROC
|
||||||
|
|
||||||
|
PROCEDURE RightClick
|
||||||
|
Thisform.arata_meniu_fluna()
|
||||||
|
|
||||||
|
Thisform.sectii_requery()
|
||||||
|
ENDPROC
|
||||||
|
|
||||||
|
PROCEDURE sectii_requery
|
||||||
|
*!* modificare v 2.0.11
|
||||||
|
Thisform.cbo_sectii.RowSource=""
|
||||||
|
Thisform.cbo_sectii.Value=""
|
||||||
|
Thisform.cbo_sectii.Refresh()
|
||||||
|
*!* Do make_sectii_utilizator In onom_comenzi.prg
|
||||||
|
Do make_sectii_utilizator In proceduri_comune.prg
|
||||||
|
*!* modificare v 2.0.11 ^
|
||||||
|
Select crsSectii
|
||||||
|
Go Top
|
||||||
|
gcNumeSectie = sectie
|
||||||
|
gnId_sectie = id_sectie
|
||||||
|
|
||||||
|
lcSql = [begin pack_sesiune.set_id_sectie_comenzi(?gnId_sectie); end;]
|
||||||
|
lnSucces = goExecutor.oExecute(lcSql)
|
||||||
|
If lnSucces < 0
|
||||||
|
AMESSAGEBOX(goExecutor.cEroare,0+16,"Eroare")
|
||||||
|
Endif
|
||||||
|
|
||||||
|
Thisform.cbo_sectii.RowSource="crsSectii.sectie,id_sectie"
|
||||||
|
Thisform.cbo_sectii.Value=gcNumeSectie
|
||||||
|
Thisform.cbo_sectii.Refresh()
|
||||||
|
|
||||||
|
*!* modificare v 2.0.11
|
||||||
|
If Reccount('crsSectii')=0
|
||||||
|
*!* AMESSAGEBOX('Pentru activarea paginilor "Comenzi" si "Lucrari", configurati sectiile la care aveti dreptul in' + Chr(13)+ ;
|
||||||
|
*!* 'Definirea companiei : "Entitati > Asociere entitati-sectii" (Tipul "COMENZI")!', 48, "Atentie")
|
||||||
|
This._pgfrmbase1.ActivePage = 4 && facturare
|
||||||
|
This._pgfrmbase1.page5.Enabled= .F. && comenzi
|
||||||
|
This._pgfrmbase1.page6.Enabled= .F. && lucrari
|
||||||
|
*This._pgfrmbase1.page4.Enabled = .F.
|
||||||
|
*!* For i = 1 To This._pgfrmbase1.page1.Objects.Count
|
||||||
|
*!* If Upper(This._pgfrmbase1.page1.Objects(i).Class) = [CW]
|
||||||
|
*!* This._pgfrmbase1.page1.Objects(i).dezactiveaza()
|
||||||
|
*!* Endif
|
||||||
|
*!* Endfor
|
||||||
|
Else
|
||||||
|
*!* This._pgfrmbase1.page5.Enabled= .T.
|
||||||
|
*!* This._pgfrmbase1.page6.Enabled= .T.
|
||||||
|
Do Case
|
||||||
|
Case Thisform._pgfrmbase1.ActivePage = 2 && comenzi
|
||||||
|
Thisform._pgfrmbase1.page5.Activate()
|
||||||
|
Case Thisform._pgfrmbase1.ActivePage = 3 && lucrari
|
||||||
|
Thisform._pgfrmbase1.page6.Activate()
|
||||||
|
Otherwise
|
||||||
|
*!*
|
||||||
|
Endcase
|
||||||
|
Endif
|
||||||
|
|
||||||
|
*!* modificare v 2.0.15
|
||||||
|
*!* gnTipUzualComanda = Val(extrage_optiuni(gcTipUzualComanda, gnId_sectie))
|
||||||
|
*!* gnOre_inchidere = Val(extrage_optiuni(gcOre_inchidere, gnId_sectie))
|
||||||
|
*!* gnOre_livrare = Val(extrage_optiuni(gcOre_livrare, gnId_sectie))
|
||||||
|
*!* gnOre_executie = Val(extrage_optiuni(gcOre_executie, gnId_sectie))
|
||||||
|
*!* gnCopiereCantitate = Val(extrage_optiuni(gcCopiereCantitate, gnId_sectie))
|
||||||
|
*!* gnIdPoliticaPretC = Val(extrage_optiuni(gcIdPoliticaPretC, gnId_sectie))
|
||||||
|
*!* gnIdPoliticaPret = Val(extrage_optiuni(gcIdPoliticaPret, gnId_sectie))
|
||||||
|
*!* gnId_lista_preturi_PV = Val(extrage_optiuni(gcId_lista_preturi_PV, gnId_sectie))
|
||||||
|
DO extrage_optiuni_firma IN update_comenzi.prg
|
||||||
|
*!* modificare v 2.0.15 ^
|
||||||
|
*!* modificare v 2.0.11 ^
|
||||||
|
|
||||||
|
ENDPROC
|
||||||
|
|
||||||
|
PROCEDURE Show
|
||||||
|
Lparameters nStyle
|
||||||
|
Local lcMesaj, llShowRezultate
|
||||||
|
*:Global primadata
|
||||||
|
DoDefault(nStyle)
|
||||||
|
Thisform.arata_meniu_fluna()
|
||||||
|
primadata = .F.
|
||||||
|
Thisform.lb_utilizator1.Caption = Alltrim(gcUserNameApp)
|
||||||
|
Thisform.lb_utilizator1.Visible = .T.
|
||||||
|
Do lansare_toolbar In oproceduri_comune.prg
|
||||||
|
Do lansare_help In oproceduri_comune.prg
|
||||||
|
|
||||||
|
Thisform._pgfrmbase1.ActivePage = 4 && facturare
|
||||||
|
|
||||||
|
Thisform.sectii_requery()
|
||||||
|
|
||||||
|
***********************************************
|
||||||
|
*** Verificare setari
|
||||||
|
lcMesaj = verifica_setari(.T.) && In oproceduri_facturare.prg
|
||||||
|
If Reccount('crsSectii') = 0
|
||||||
|
lcMesaj = lcMesaj + 'Pentru activarea paginilor "Comenzi" si "Lucrari", configurati sectiile la care aveti dreptul in' + Chr(13)+ ;
|
||||||
|
'Definirea companiei : "Entitati > Asociere entitati-sectii" (Tipul "COMENZI")!'
|
||||||
|
ENDIF
|
||||||
|
|
||||||
|
This.cVerificareSetari = Nvl(m.lcMesaj, '')
|
||||||
|
If !Empty(This.cVerificareSetari)
|
||||||
|
This.but_alerta.Visible = .T.
|
||||||
|
Endif
|
||||||
|
***********************************************
|
||||||
|
|
||||||
|
*!* Modificare Pt Statusbar 20.Oct.2007 - Vasile Cristian
|
||||||
|
*!* Trebuie adaugata o proprietate OstatusBar la forma
|
||||||
|
*!* si o metoda statusbarclik care sa contina comanda
|
||||||
|
*!* Thisform.oStatusBar.newtooltip()
|
||||||
|
*!*
|
||||||
|
If Not Pemstatus(_Screen, "StatusBar", 5) Then
|
||||||
|
*!* 31.01.2008 TEST FARA STATUSBAR
|
||||||
|
*!* _Screen.Newobject("StatusBar","ctl32_statusbar", "ctl32_statusbar.vcx", null, 3)
|
||||||
|
_Screen.Newobject("StatusBar", "ctl32_statusbar", "ctl32_statusbar_fals.vcx", Null, 3)
|
||||||
|
*!* 31.01.2008 TEST FARA STATUSBAR ^
|
||||||
|
Endif
|
||||||
|
Thisform.oStatusBar = _Screen.StatusBar
|
||||||
|
Thisform.oStatusBar.ctlIcon = "roastartmic.ico"
|
||||||
|
Thisform.oStatusBar.ctlMessage = _Screen.Caption
|
||||||
|
Bindevent(Thisform.oStatusBar, [ctlClick], This, [StatusBarClick])
|
||||||
|
*!* end Modificare Pt Statusbar 20.Oct.2007 - Vasile Cristian
|
||||||
|
|
||||||
|
* Populez comenzile
|
||||||
|
With This._pgfrmbase1.page5
|
||||||
|
*!* .ct_comenzi1.creeaza_cursoare()
|
||||||
|
.ct_comenzi1.actualizeaza_cursoare()
|
||||||
|
|
||||||
|
llShowRezultate = .ct_comenzi1.lShowRezultate
|
||||||
|
.ct_comenzi1.lShowRezultate = .F. && nu afisez "Nu exista rezultate"
|
||||||
|
.ct_comenzi1.but_reset_criterii1.Click()
|
||||||
|
.ct_comenzi1.lShowRezultate = m.llShowRezultate
|
||||||
|
|
||||||
|
.ct_comenzi1._grdrow1.AfterRowColChange()
|
||||||
|
|
||||||
|
.gridextra1.Setup()
|
||||||
|
.gridextra2.Setup()
|
||||||
|
Endwith
|
||||||
|
|
||||||
|
* Populez lucrarile
|
||||||
|
With This._pgfrmbase1.page6
|
||||||
|
.ct_lucrari_detalii1.actualizeaza_cursoare()
|
||||||
|
|
||||||
|
llShowRezultate = .ct_lucrari_detalii1.lShowRezultate
|
||||||
|
.ct_lucrari_detalii1.lShowRezultate = .F. && nu afisez "Nu exista rezultate"
|
||||||
|
.ct_lucrari_detalii1.but_reset_criterii1.Click()
|
||||||
|
.ct_lucrari_detalii1.lShowRezultate = m.llShowRezultate
|
||||||
|
|
||||||
|
.ct_lucrari_detalii1._grdrow1.AfterRowColChange()
|
||||||
|
|
||||||
|
.gridextra1.Setup()
|
||||||
|
.gridextra2.Setup()
|
||||||
|
.gridextra3.Setup()
|
||||||
|
Endwith
|
||||||
|
|
||||||
|
|
||||||
|
This.WindowState = 2
|
||||||
|
ENDPROC
|
||||||
|
|
||||||
|
PROCEDURE statusbarclick
|
||||||
|
Thisform.oStatusBar.newtooltip()
|
||||||
|
|
||||||
|
ENDPROC
|
||||||
|
|
||||||
|
PROCEDURE but_alerta.Click
|
||||||
|
AMESSAGEBOX(Thisform.cVerificareSetari,0+48,_Screen.Caption)
|
||||||
|
ENDPROC
|
||||||
|
|
||||||
|
PROCEDURE but_alerta.MouseEnter
|
||||||
|
LPARAMETERS nButton, nShift, nXCoord, nYCoord
|
||||||
|
this.ToolTipText = Thisform.cVerificareSetari
|
||||||
|
ENDPROC
|
||||||
|
|
||||||
|
PROCEDURE cbo_sectii.InteractiveChange
|
||||||
|
Select crsSectii
|
||||||
|
gnId_sectie = id_sectie
|
||||||
|
gcNumeSectie = Alltrim(sectie)
|
||||||
|
|
||||||
|
lcSql = [begin pack_sesiune.set_id_sectie_comenzi(?gnId_sectie); end;]
|
||||||
|
lnSucces = goExecutor.oExecute(lcSql)
|
||||||
|
If lnSucces < 0
|
||||||
|
AMESSAGEBOX(goExecutor.cEroare,0+16,"Eroare")
|
||||||
|
Endif
|
||||||
|
|
||||||
|
*!* modificare v 2.0.15
|
||||||
|
*!* gnTipUzualComanda = Val(extrage_optiuni(gcTipUzualComanda, gnId_sectie))
|
||||||
|
*!* gnOre_inchidere = Val(extrage_optiuni(gcOre_inchidere, gnId_sectie))
|
||||||
|
*!* gnOre_livrare = Val(extrage_optiuni(gcOre_livrare, gnId_sectie))
|
||||||
|
*!* gnOre_executie = Val(extrage_optiuni(gcOre_executie, gnId_sectie))
|
||||||
|
*!* gnCopiereCantitate = Val(extrage_optiuni(gcCopiereCantitate, gnId_sectie))
|
||||||
|
*!* gnIdPoliticaPretC = Val(extrage_optiuni(gcIdPoliticaPretC, gnId_sectie))
|
||||||
|
*!* gnIdPoliticaPret = Val(extrage_optiuni(gcIdPoliticaPret, gnId_sectie))
|
||||||
|
*!* gnId_lista_preturi_PV = Val(extrage_optiuni(gcId_lista_preturi_PV, gnId_sectie))
|
||||||
|
extrage_optiuni_firma()
|
||||||
|
*!* modificare v 2.0.15 ^
|
||||||
|
Do Case
|
||||||
|
Case Thisform._pgfrmbase1.ActivePage = 2
|
||||||
|
Thisform._pgfrmbase1.page2.Activate()
|
||||||
|
Case Thisform._pgfrmbase1.ActivePage = 3
|
||||||
|
Thisform._pgfrmbase1.page3.Activate()
|
||||||
|
Otherwise
|
||||||
|
*!*
|
||||||
|
Endcase
|
||||||
|
|
||||||
|
ENDPROC
|
||||||
|
|
||||||
|
PROCEDURE Image1.RightClick
|
||||||
|
Thisform.arata_meniu_fluna()
|
||||||
|
ENDPROC
|
||||||
|
|
||||||
|
PROCEDURE Imagine1.do_actiune
|
||||||
|
DO facturare_lista_de_preturi IN oproceduri_facturare.prg
|
||||||
|
ENDPROC
|
||||||
|
|
||||||
|
PROCEDURE Imagine2.do_actiune
|
||||||
|
DO facturare_contracte IN oproceduri_facturare.prg
|
||||||
|
ENDPROC
|
||||||
|
|
||||||
|
PROCEDURE Imagine3.do_actiune
|
||||||
|
DO facturare_comenzi IN oproceduri_facturare.prg
|
||||||
|
ENDPROC
|
||||||
|
|
||||||
|
PROCEDURE Imagine4.do_actiune
|
||||||
|
DO facturare_avize IN oproceduri_facturare.prg
|
||||||
|
ENDPROC
|
||||||
|
|
||||||
|
PROCEDURE lb_utilizator.RightClick
|
||||||
|
Thisform.arata_meniu_fluna()
|
||||||
|
ENDPROC
|
||||||
|
|
||||||
|
PROCEDURE lb_utilizator1.RightClick
|
||||||
|
Thisform.arata_meniu_fluna()
|
||||||
|
ENDPROC
|
||||||
|
|
||||||
|
PROCEDURE _pgfrmbase1.Page1.Activate
|
||||||
|
Thisform.image1.Visible=.T.
|
||||||
|
DODEFAULT()
|
||||||
|
ENDPROC
|
||||||
|
|
||||||
|
PROCEDURE _pgfrmbase1.Page1.RightClick
|
||||||
|
Thisform.arata_meniu_fluna()
|
||||||
|
ENDPROC
|
||||||
|
|
||||||
|
PROCEDURE _pgfrmbase1.Page2.Activate
|
||||||
|
Thisform.image1.Visible=.T.
|
||||||
|
DODEFAULT()
|
||||||
|
ENDPROC
|
||||||
|
|
||||||
|
PROCEDURE _pgfrmbase1.Page2.RightClick
|
||||||
|
Thisform.arata_meniu_fluna()
|
||||||
|
ENDPROC
|
||||||
|
|
||||||
|
PROCEDURE _pgfrmbase1.Page3.Activate
|
||||||
|
Thisform.image1.Visible=.T.
|
||||||
|
DODEFAULT()
|
||||||
|
ENDPROC
|
||||||
|
|
||||||
|
PROCEDURE _pgfrmbase1.Page3.RightClick
|
||||||
|
Thisform.arata_meniu_fluna()
|
||||||
|
ENDPROC
|
||||||
|
|
||||||
|
PROCEDURE _pgfrmbase1.Page4.Activate
|
||||||
|
Thisform.image1.Visible=.T.
|
||||||
|
DODEFAULT()
|
||||||
|
ENDPROC
|
||||||
|
|
||||||
|
PROCEDURE _pgfrmbase1.Page4.RightClick
|
||||||
|
Thisform.arata_meniu_fluna()
|
||||||
|
ENDPROC
|
||||||
|
|
||||||
|
PROCEDURE _pgfrmbase1.Page5.Activate
|
||||||
|
Thisform.image1.Visible=.F.
|
||||||
|
DODEFAULT()
|
||||||
|
ENDPROC
|
||||||
|
|
||||||
|
PROCEDURE _pgfrmbase1.Page6.Activate
|
||||||
|
Thisform.image1.Visible=.F.
|
||||||
|
DODEFAULT()
|
||||||
|
ENDPROC
|
||||||
|
|
||||||
|
ENDDEFINE
|
||||||
@@ -0,0 +1,554 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="0407_usr_aviz.frx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="1" objcode="53" name="" vpos="1.000" hpos="1000.000" height="1000.000" width="78333.000" order="" unique=".F." environ=".T." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="1" rulerlines="0" grid=".T." gridv="12" gridh="12" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".T." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".T." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[{8}{0}{18}{0}/{0}{1}{0}winspool{0}{0}\\secretariat\Epson LX-300+{0}{0}LPT1:{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}]]>
|
||||||
|
<tag2><![CDATA[XFxzZWNyZXRhcmlhdFxFcHNvbiBMWC0zMDArAAAAAAABBAAFnAA0AkPvgAUCAAsA6gpvCGQAAQAHAFgCAgABAFgCAgABAExldHRlcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAEAAAACAAAAAQAAAP////8AAAAAAAAAAAAAAAAAAAAARElOVSIAAAA0AgAAgloH8gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAQAAAAAAAQAHAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAQAAAAMAAAAHAAAAAwAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAgAAAAEAAAAAAAAAAQAAAAAAAAAAAAAAZAAAAAEAAABWVAAAJG0AAAEAAAABAAAAVlQAACRtAAABAAAAAgAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkwAAAAAAAAAAAAAAQA4AAAEAAAABAAAAAQAAAAAAAAAAAAAAAAAAAAEAAAABAAAAAQAAAP////8AAAAAAAAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAA//8AAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFZUAAAkbQAAAAAAAAEAAAB/AAAAfwAAAH8AAAB/AAAAAAAAAAAAAAAAAAAAAAAAAOcDAAD/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAQAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQwBhAG4AbwBuACAAaQA4ADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEECQjcAFQFA9+BAwEAAQDqCm8IZAABAAcA/f8CAAEAAAABAAAATABlAHQAdABlAHIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAgAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMcxnGI=]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[DRIVER=winspool
|
||||||
|
DEVICE=\\secretariat\Epson LX-300+
|
||||||
|
OUTPUT=LPT1:
|
||||||
|
ORIENTATION=1
|
||||||
|
PAPERSIZE=11
|
||||||
|
ASCII=0
|
||||||
|
COPIES=1
|
||||||
|
DEFAULTSOURCE=7
|
||||||
|
PRINTQUALITY=600
|
||||||
|
COLOR=2
|
||||||
|
YRESOLUTION=600
|
||||||
|
TTOPTION=2
|
||||||
|
COLLATE=1
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="0" name="" vpos="0.000" hpos="0.000" height="23230.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="1" name="" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="4" name="" vpos="0.000" hpos="0.000" height="1980.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="7" name="" vpos="0.000" hpos="0.000" height="12813.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="8" name="" vpos="0.000" hpos="0.000" height="3646.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".T." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="833.333" hpos="52604.167" height="3541.667" width="24791.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.denumire]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="8125.000" hpos="52291.667" height="3541.667" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.adresa]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="13854.167" hpos="52291.667" height="1875.000" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.banca]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="10625.000" hpos="42187.500" height="1875.000" width="8854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="D" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.dataact]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="12187.500" hpos="52291.667" height="1875.000" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.cont_banca]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="6041.667" hpos="59062.500" height="1875.000" width="14270.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.cod_fiscal]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="8958.333" hpos="38645.833" height="1875.000" width="12395.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@B"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(poDate.nract,'999999999999')]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="4479.167" hpos="59062.500" height="1875.000" width="14270.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.reg_comert]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="2916.667" height="1875.000" width="33437.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(denumire)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="45729.167" height="1875.000" width="6979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(cantitate,get_mask(14,gnPCant)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="53854.167" height="1875.000" width="7604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(pretftva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="62500.000" height="1875.000" width="11979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(valtva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="32604.167" hpos="45208.333" height="2187.500" width="26250.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotCTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="40000.000" hpos="30000.000" height="1875.000" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ptDataOra]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="32812.500" hpos="23437.500" height="1875.000" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nume_delegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="34791.667" hpos="23437.500" height="1875.000" width="11562.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.BIdelegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="38125.000" hpos="31354.167" height="1875.000" width="17500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nrinmat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="34583.333" hpos="2500.000" height="3541.667" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nume_responsabil]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36250.000" hpos="2500.000" height="1875.000" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["B.I. seria: "+ALLTRIM(poDate.BIresp)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="38020.833" hpos="2500.000" height="1875.000" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["CNP: "+ALLTRIM(poDate.CNPresp)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="36875.000" height="1875.000" width="5104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(NVL(um,''))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="48125.000" hpos="3750.000" height="1875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".T."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[GCTEXTSUBSOLAVIZ]]>
|
||||||
|
<supexpr><![CDATA[!ISNULL(GCTEXTSUBSOLFACT) AND !EMPTY(GCTEXTSUBSOLFACT)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="0.000" height="1875.000" width="2500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[nrcrt]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[ ]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="49895.833" hpos="3750.000" height="1875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[pcExplicatieContract]]>
|
||||||
|
<supexpr><![CDATA[!EMPTY(pcExplicatieContract)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="46354.167" hpos="3750.000" height="1875.000" width="25104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.text_aditional]]>
|
||||||
|
<supexpr><![CDATA[!EMPTY(poDate.text_aditional)]]>
|
||||||
|
<comment><![CDATA[ ]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36458.333" hpos="23437.500" height="1875.000" width="17916.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.CNPdelegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotFTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valftva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valtva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotCTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valtva+valftva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="nrcrt" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="1" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[0]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="8.000" height="15.000" width="42.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="4.000" height="13.000" width="14.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="25" objcode="0" name="dataenvironment" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[Top = 220
|
||||||
|
Left = 1
|
||||||
|
Width = 520
|
||||||
|
Height = 200
|
||||||
|
Visible = .F.
|
||||||
|
TabStop = .F.
|
||||||
|
DataSource = .NULL.
|
||||||
|
Name = "Dataenvironment"
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
@@ -0,0 +1,600 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="0504_usr_factura.frx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="1" objcode="53" name="" vpos="1.000" hpos="5000.000" height="1000.000" width="75055.000" order="" unique=".F." environ=".T." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="1" rulerlines="1" grid=".T." gridv="12" gridh="12" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".T." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".T." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[{8}{0}{18}{0}/{0}{1}{0}winspool{0}{0}\\secretariat\Epson LX-300+{0}{0}LPT1:{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}]]>
|
||||||
|
<tag2><![CDATA[XFxzZWNyZXRhcmlhdFxFcHNvbiBMWC0zMDArAAAAAAABBAAFnAA0AkPvgAUBAAkA6gpvCGQAAQABAWgBAQABAGgBAgABAExldHRlcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAEAAAACAAAAAQAAAP////8AAAAAAAAAAAAAAAAAAAAARElOVSIAAAA0AgAAgloH8gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAQAAAAAAAQAHAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAADIAAAAUAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAMgAAAC0AAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAEgAAAAyAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADQAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAA=]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[DRIVER=winspool
|
||||||
|
DEVICE=\\secretariat\Epson LX-300+
|
||||||
|
OUTPUT=LPT1:
|
||||||
|
ORIENTATION=0
|
||||||
|
PAPERSIZE=9
|
||||||
|
ASCII=0
|
||||||
|
COPIES=1
|
||||||
|
DEFAULTSOURCE=257
|
||||||
|
PRINTQUALITY=360
|
||||||
|
COLOR=1
|
||||||
|
YRESOLUTION=360
|
||||||
|
TTOPTION=2
|
||||||
|
COLLATE=1
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="1" name="" vpos="0.000" hpos="0.000" height="34688.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="4" name="" vpos="0.000" hpos="0.000" height="1980.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="7" name="" vpos="0.000" hpos="0.000" height="26250.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="8" name="" vpos="0.000" hpos="0.000" height="8646.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".T." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="6354.167" height="1875.000" width="25000.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(denumire)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="35833.333" height="1875.000" width="6979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(cantitate,get_mask(14,gnPCant)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="43645.833" height="1875.000" width="7604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(pretftva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="51354.167" height="1875.000" width="10625.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(valftva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="61354.167" height="1875.000" width="11979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(valtva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="48750.000" hpos="47708.333" height="2291.667" width="15208.333" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotFTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="48750.000" hpos="54791.667" height="2291.667" width="16666.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="56875.000" hpos="45208.333" height="2187.500" width="26250.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotCTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="61458.333" hpos="21666.667" height="1875.000" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".T." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ptDataOra]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="49687.500" hpos="27291.667" height="1875.000" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nume_delegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="54895.833" hpos="23437.500" height="1875.000" width="11562.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.BIdelegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="58229.167" hpos="26458.333" height="1875.000" width="11562.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nrinmat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="54687.500" hpos="2500.000" height="3541.667" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nume_responsabil]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="56354.167" hpos="2500.000" height="1875.000" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["B.I. seria: "+ALLTRIM(poDate.BIresp)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="58125.000" hpos="2500.000" height="1875.000" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["CNP: "+ALLTRIM(poDate.CNPresp)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="31562.500" height="1875.000" width="5104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(NVL(um,''))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="70937.500" hpos="3750.000" height="6875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[GCTEXTSUBSOLFACT]]>
|
||||||
|
<supexpr><![CDATA[!ISNULL(GCTEXTSUBSOLFACT) AND !EMPTY(GCTEXTSUBSOLFACT)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="45937.500" hpos="6979.167" height="1875.000" width="20104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA['Data scadenta: '+dtoc(poDate.datascad)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="2812.500" height="1875.000" width="2500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[nrcrt]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="69166.667" hpos="3750.000" height="1875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[pcExplicatieContract]]>
|
||||||
|
<supexpr><![CDATA[!EMPTY(pcExplicatieContract)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="10312.500" hpos="47500.000" height="3541.667" width="23854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.denumire]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="19375.000" hpos="52604.167" height="3541.667" width="18750.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.adresa]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="24583.333" hpos="49166.667" height="1875.000" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.banca]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="19687.500" hpos="39791.667" height="1770.833" width="10729.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="D" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.dataact]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="22708.333" hpos="49166.667" height="1875.000" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.cont_banca]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="17500.000" hpos="53750.000" height="1875.000" width="17604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.cod_fiscal]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="17916.667" hpos="33437.500" height="1770.833" width="12395.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@B"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(poDate.nract,'999999999999')]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="15416.667" hpos="53750.000" height="1875.000" width="17604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.reg_comert]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="24791.667" hpos="10000.000" height="1875.000" width="3854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.proc_tva]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="40833.333" hpos="3854.167" height="5208.333" width="25000.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.text_aditional]]>
|
||||||
|
<supexpr><![CDATA[!EMPTY(poDate.text_aditional)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotFTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valftva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valtva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotCTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valtva+valftva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="nrcrt" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="1" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[0]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="6.000" height="16.000" width="17.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="8.000" height="15.000" width="42.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="4.000" height="13.000" width="14.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="15.000" hpos="7.000" height="12.000" width="8.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="25" objcode="0" name="dataenvironment" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[Top = 220
|
||||||
|
Left = 1
|
||||||
|
Width = 520
|
||||||
|
Height = 200
|
||||||
|
DataSource = .NULL.
|
||||||
|
Name = "Dataenvironment"
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
@@ -0,0 +1,542 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="1804_usr_aviz.frx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="1" objcode="53" name="" vpos="1.000" hpos="1000.000" height="1000.000" width="78333.000" order="" unique=".F." environ=".T." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="1" rulerlines="0" grid=".T." gridv="12" gridh="12" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".T." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".T." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[{8}{0}{18}{0}/{0}{1}{0}winspool{0}{0}\\secretariat\Epson LX-300+{0}{0}LPT1:{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}]]>
|
||||||
|
<tag2><![CDATA[XFxzZWNyZXRhcmlhdFxFcHNvbiBMWC0zMDArAAAAAAABBAAFnAA0AkPvgAUCAAsA6gpvCGQAAQAHAFgCAgABAFgCAgABAExldHRlcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAEAAAACAAAAAQAAAP////8AAAAAAAAAAAAAAAAAAAAARElOVSIAAAA0AgAAgloH8gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAQAAAAAAAQAHAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAADIAAAAUAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAMgAAAC0AAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAEgAAAAyAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADQAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAA=]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[DRIVER=winspool
|
||||||
|
DEVICE=\\secretariat\Epson LX-300+
|
||||||
|
OUTPUT=LPT1:
|
||||||
|
ORIENTATION=1
|
||||||
|
PAPERSIZE=11
|
||||||
|
ASCII=0
|
||||||
|
COPIES=1
|
||||||
|
DEFAULTSOURCE=7
|
||||||
|
PRINTQUALITY=600
|
||||||
|
COLOR=2
|
||||||
|
YRESOLUTION=600
|
||||||
|
TTOPTION=2
|
||||||
|
COLLATE=1
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="0" name="" vpos="0.000" hpos="0.000" height="23230.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="1" name="" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="4" name="" vpos="0.000" hpos="0.000" height="1980.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="7" name="" vpos="0.000" hpos="0.000" height="12813.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="8" name="" vpos="0.000" hpos="0.000" height="3646.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".T." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="833.333" hpos="52604.167" height="3541.667" width="24791.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.denumire]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="8125.000" hpos="52291.667" height="3541.667" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.adresa]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="13854.167" hpos="52291.667" height="1875.000" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.banca]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="10625.000" hpos="42187.500" height="1875.000" width="8854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="D" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.dataact]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="12187.500" hpos="52291.667" height="1875.000" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.cont_banca]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="6041.667" hpos="59062.500" height="1875.000" width="14270.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.cod_fiscal]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="8958.333" hpos="38645.833" height="1875.000" width="12395.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@B"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(poDate.nract,'999999999999')]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="4479.167" hpos="59062.500" height="1875.000" width="14270.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.reg_comert]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="2916.667" height="1875.000" width="33437.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(denumire)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="45729.167" height="1875.000" width="6979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(cantitate,get_mask(14,gnPCant)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="53854.167" height="1875.000" width="7604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(pretftva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="62500.000" height="1875.000" width="11979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(valtva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="32604.167" hpos="45208.333" height="2187.500" width="26250.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotCTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="40000.000" hpos="30000.000" height="1875.000" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ptDataOra]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="32812.500" hpos="23437.500" height="1875.000" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nume_delegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="34791.667" hpos="23437.500" height="1875.000" width="11562.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.BIdelegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="38125.000" hpos="32500.000" height="1875.000" width="11562.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nrinmat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="34583.333" hpos="2500.000" height="3541.667" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nume_responsabil]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36250.000" hpos="2500.000" height="1875.000" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["B.I. seria: "+ALLTRIM(poDate.BIresp)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="38020.833" hpos="2500.000" height="1875.000" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["CNP: "+ALLTRIM(poDate.CNPresp)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="36875.000" height="1875.000" width="5104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(NVL(um,''))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="48125.000" hpos="3750.000" height="1875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".T."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[GCTEXTSUBSOLAVIZ]]>
|
||||||
|
<supexpr><![CDATA[!ISNULL(GCTEXTSUBSOLFACT) AND !EMPTY(GCTEXTSUBSOLFACT)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="0.000" height="1875.000" width="2500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[nrcrt]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[ ]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="49895.833" hpos="3750.000" height="1875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[pcExplicatieContract]]>
|
||||||
|
<supexpr><![CDATA[!EMPTY(pcExplicatieContract)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="46354.167" hpos="3750.000" height="1875.000" width="25104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.text_aditional]]>
|
||||||
|
<supexpr><![CDATA[!EMPTY(poDate.text_aditional)]]>
|
||||||
|
<comment><![CDATA[ ]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotFTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valftva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valtva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotCTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valtva+valftva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="nrcrt" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="1" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[0]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="8.000" height="15.000" width="42.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="4.000" height="13.000" width="14.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="25" objcode="0" name="dataenvironment" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[Top = 220
|
||||||
|
Left = 1
|
||||||
|
Width = 520
|
||||||
|
Height = 200
|
||||||
|
Visible = .F.
|
||||||
|
TabStop = .F.
|
||||||
|
DataSource = .NULL.
|
||||||
|
Name = "Dataenvironment"
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
@@ -0,0 +1,600 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="1804_usr_factura.frx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="1" objcode="53" name="" vpos="1.000" hpos="5000.000" height="1000.000" width="75055.000" order="" unique=".F." environ=".T." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="1" rulerlines="1" grid=".T." gridv="12" gridh="12" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".T." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".T." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[{8}{0}{18}{0}/{0}{1}{0}winspool{0}{0}\\secretariat\Epson LX-300+{0}{0}LPT1:{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}]]>
|
||||||
|
<tag2><![CDATA[XFxzZWNyZXRhcmlhdFxFcHNvbiBMWC0zMDArAAAAAAABBAAFnAA0AkPvgAUBAAkA6gpvCGQAAQABAWgBAQABAGgBAgABAExldHRlcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAEAAAACAAAAAQAAAP////8AAAAAAAAAAAAAAAAAAAAARElOVSIAAAA0AgAAgloH8gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAQAAAAAAAQAHAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAADIAAAAUAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAMgAAAC0AAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAEgAAAAyAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADQAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAA=]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[DRIVER=winspool
|
||||||
|
DEVICE=\\secretariat\Epson LX-300+
|
||||||
|
OUTPUT=LPT1:
|
||||||
|
ORIENTATION=0
|
||||||
|
PAPERSIZE=9
|
||||||
|
ASCII=0
|
||||||
|
COPIES=1
|
||||||
|
DEFAULTSOURCE=257
|
||||||
|
PRINTQUALITY=360
|
||||||
|
COLOR=1
|
||||||
|
YRESOLUTION=360
|
||||||
|
TTOPTION=2
|
||||||
|
COLLATE=1
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="1" name="" vpos="0.000" hpos="0.000" height="34688.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="4" name="" vpos="0.000" hpos="0.000" height="1980.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="7" name="" vpos="0.000" hpos="0.000" height="26250.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="8" name="" vpos="0.000" hpos="0.000" height="8646.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".T." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="6354.167" height="1875.000" width="25000.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(denumire)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="35833.333" height="1875.000" width="6979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(cantitate,get_mask(14,gnPCant)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="43645.833" height="1875.000" width="7604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(pretftva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="51354.167" height="1875.000" width="10625.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(valftva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="61354.167" height="1875.000" width="11979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(valtva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="52083.333" hpos="47708.333" height="2291.667" width="15208.333" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotFTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="52083.333" hpos="54791.667" height="2291.667" width="16666.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="62708.333" hpos="45208.333" height="2187.500" width="26250.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotCTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="63437.500" hpos="23541.667" height="1875.000" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ptDataOra]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="51979.167" hpos="27291.667" height="1875.000" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nume_delegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="58229.167" hpos="27916.667" height="1875.000" width="11562.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.BIdelegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="60000.000" hpos="27916.667" height="1875.000" width="11562.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nrinmat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="54687.500" hpos="2500.000" height="3541.667" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nume_responsabil]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="56354.167" hpos="2500.000" height="1875.000" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["B.I. seria: "+ALLTRIM(poDate.BIresp)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="58125.000" hpos="2500.000" height="1875.000" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["CNP: "+ALLTRIM(poDate.CNPresp)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="31562.500" height="1875.000" width="5104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(NVL(um,''))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="70937.500" hpos="3750.000" height="6875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[GCTEXTSUBSOLFACT]]>
|
||||||
|
<supexpr><![CDATA[!ISNULL(GCTEXTSUBSOLFACT) AND !EMPTY(GCTEXTSUBSOLFACT)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="45937.500" hpos="6979.167" height="1875.000" width="20104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA['Data scadenta: '+dtoc(poDate.datascad)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="2812.500" height="1875.000" width="2500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[nrcrt]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="69166.667" hpos="3750.000" height="1875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[pcExplicatieContract]]>
|
||||||
|
<supexpr><![CDATA[!EMPTY(pcExplicatieContract)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="9895.833" hpos="47500.000" height="3541.667" width="23854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.denumire]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="19166.667" hpos="52604.167" height="3541.667" width="18750.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.adresa]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="24375.000" hpos="49166.667" height="1875.000" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.banca]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="17708.333" hpos="40833.333" height="1770.833" width="10729.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="D" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.dataact]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="22500.000" hpos="49166.667" height="1875.000" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.cont_banca]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="17291.667" hpos="53750.000" height="1875.000" width="17604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.cod_fiscal]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="16041.667" hpos="33958.333" height="1770.833" width="12395.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@B"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(poDate.nract,'999999999999')]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="15208.333" hpos="53750.000" height="1875.000" width="17604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.reg_comert]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="24791.667" hpos="10000.000" height="1875.000" width="3854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.proc_tva]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="40833.333" hpos="3854.167" height="5208.333" width="25000.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.text_aditional]]>
|
||||||
|
<supexpr><![CDATA[!EMPTY(poDate.text_aditional)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotFTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valftva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valtva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotCTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valtva+valftva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="nrcrt" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="1" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[0]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="6.000" height="16.000" width="17.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="8.000" height="15.000" width="42.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="4.000" height="13.000" width="14.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="15.000" hpos="7.000" height="12.000" width="8.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="25" objcode="0" name="dataenvironment" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[Top = 220
|
||||||
|
Left = 1
|
||||||
|
Width = 520
|
||||||
|
Height = 200
|
||||||
|
DataSource = .NULL.
|
||||||
|
Name = "Dataenvironment"
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
@@ -0,0 +1,602 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="1804_usr_factura_a5.frx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="1" objcode="53" name="" vpos="1.000" hpos="1000.000" height="1000.000" width="78333.000" order="" unique=".F." environ=".T." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="1" rulerlines="1" grid=".T." gridv="12" gridh="12" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".T." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".T." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[{8}{0}{18}{0}/{0}{1}{0}winspool{0}{0}\\secretariat\Epson LX-300+{0}{0}LPT1:{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}]]>
|
||||||
|
<tag2><![CDATA[XFxzZWNyZXRhcmlhdFxFcHNvbiBMWC0zMDArAAAAAAABBAAFnAA0AkPvgAUCAAsA6gpvCGQAAQAHAFgCAgABAFgCAgABAExldHRlcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAEAAAACAAAAAQAAAP////8AAAAAAAAAAAAAAAAAAAAARElOVSIAAAA0AgAAgloH8gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAQAAAAAAAQAHAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAADIAAAAUAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAMgAAAC0AAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAEgAAAAyAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADQAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAA=]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[DRIVER=winspool
|
||||||
|
DEVICE=\\secretariat\Epson LX-300+
|
||||||
|
OUTPUT=LPT1:
|
||||||
|
ORIENTATION=1
|
||||||
|
PAPERSIZE=11
|
||||||
|
ASCII=0
|
||||||
|
COPIES=1
|
||||||
|
DEFAULTSOURCE=7
|
||||||
|
PRINTQUALITY=600
|
||||||
|
COLOR=2
|
||||||
|
YRESOLUTION=600
|
||||||
|
TTOPTION=2
|
||||||
|
COLLATE=1
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="1" name="" vpos="0.000" hpos="0.000" height="19688.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="4" name="" vpos="0.000" hpos="0.000" height="1980.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="7" name="" vpos="0.000" hpos="0.000" height="16771.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="8" name="" vpos="0.000" hpos="0.000" height="2917.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".T." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="21875.000" hpos="3854.167" height="1875.000" width="25416.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(denumire)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="21875.000" hpos="34479.167" height="1875.000" width="6979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(cantitate,get_mask(14,gnPCant)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="21875.000" hpos="41979.167" height="1875.000" width="7604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(pretftva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="21875.000" hpos="50000.000" height="1875.000" width="11979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(valftva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="21875.000" hpos="62500.000" height="1875.000" width="11979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(valtva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="28229.167" hpos="46979.167" height="2291.667" width="15208.333" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotFTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="28229.167" hpos="54791.667" height="2291.667" width="16666.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="34062.500" hpos="45208.333" height="2187.500" width="26250.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotCTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="35208.333" hpos="18020.833" height="1875.000" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ptDataOra]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="28645.833" hpos="23437.500" height="1875.000" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nume_delegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="30104.167" hpos="23437.500" height="1875.000" width="11562.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.BIdelegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="31562.500" hpos="31145.833" height="1875.000" width="11562.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nrinmat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="30416.667" hpos="2500.000" height="3541.667" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nume_responsabil]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="32083.333" hpos="2500.000" height="1875.000" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["B.I. seria: "+ALLTRIM(poDate.BIresp)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="33854.167" hpos="2500.000" height="1875.000" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["CNP: "+ALLTRIM(poDate.CNPresp)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="21875.000" hpos="29270.833" height="1875.000" width="5104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(NVL(um,''))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="45104.167" hpos="3750.000" height="1875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".T."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[GCTEXTSUBSOLFACT]]>
|
||||||
|
<supexpr><![CDATA[!ISNULL(GCTEXTSUBSOLFACT) AND !EMPTY(GCTEXTSUBSOLFACT)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="26250.000" hpos="2500.000" height="1875.000" width="20104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA['Data scadenta: '+dtoc(poDate.datascad)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[ ]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="21875.000" hpos="1041.667" height="1875.000" width="2500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[nrcrt]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[ ]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="46875.000" hpos="3750.000" height="1875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[pcExplicatieContract]]>
|
||||||
|
<supexpr><![CDATA[!EMPTY(pcExplicatieContract)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="44687.500" hpos="3750.000" height="1875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.text_aditional]]>
|
||||||
|
<supexpr><![CDATA[!EMPTY(poDate.text_aditional)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="1250.000" hpos="52291.667" height="3541.667" width="24687.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.denumire]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="9062.500" hpos="52291.667" height="3541.667" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.adresa]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="14062.500" hpos="52291.667" height="1875.000" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.banca]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="8854.167" hpos="42291.667" height="1875.000" width="8854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="D" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.dataact]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="12291.667" hpos="52291.667" height="1875.000" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.cont_banca]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="7395.833" hpos="59062.500" height="1875.000" width="14270.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.cod_fiscal]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="7291.667" hpos="38750.000" height="1875.000" width="12395.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@B"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(poDate.nract,'999999999999')]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="5625.000" hpos="59062.500" height="1875.000" width="14270.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.reg_comert]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="12187.500" hpos="9166.667" height="1875.000" width="3958.333" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.proc_tva]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotFTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valftva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valtva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotCTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valtva+valftva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="nrcrt" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="1" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[0]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="6.000" height="16.000" width="17.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="8.000" height="15.000" width="42.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="4.000" height="13.000" width="14.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="25" objcode="0" name="dataenvironment" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[Top = 220
|
||||||
|
Left = 1
|
||||||
|
Width = 520
|
||||||
|
Height = 200
|
||||||
|
Visible = .F.
|
||||||
|
TabStop = .F.
|
||||||
|
DataSource = .NULL.
|
||||||
|
Name = "Dataenvironment"
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
@@ -0,0 +1,614 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="2004_usr_factura_a5.frx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="1" objcode="53" name="" vpos="1.000" hpos="1000.000" height="1000.000" width="78333.000" order="" unique=".F." environ=".T." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="1" rulerlines="1" grid=".T." gridv="12" gridh="12" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".T." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".T." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[{8}{0}{18}{0}/{0}{1}{0}winspool{0}{0}\\secretariat\Epson LX-300+{0}{0}LPT1:{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}]]>
|
||||||
|
<tag2><![CDATA[XFxzZWNyZXRhcmlhdFxFcHNvbiBMWC0zMDArAAAAAAABBAAFnAA0AkPvgAUCAAsA6gpvCGQAAQAHAFgCAgABAFgCAgABAExldHRlcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAEAAAACAAAAAQAAAP////8AAAAAAAAAAAAAAAAAAAAARElOVSIAAAA0AgAAgloH8gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAQAAAAAAAQAHAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAQAAAAMAAAAHAAAAAwAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAgAAAAEAAAAAAAAAAQAAAAAAAAAAAAAAZAAAAAEAAABWVAAAJG0AAAEAAAABAAAAVlQAACRtAAABAAAAAgAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkwAAAAAAAAAAAAAAQA4AAAEAAAABAAAAAQAAAAAAAAAAAAAAAAAAAAEAAAABAAAAAQAAAP////8AAAAAAAAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAA//8AAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFZUAAAkbQAAAAAAAAEAAAB/AAAAfwAAAH8AAAB/AAAAAAAAAAAAAAAAAAAAAAAAAOcDAAD/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAQAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQwBhAG4AbwBuACAAaQA4ADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEECQjcAFQFA9+BAwEAAQDqCm8IZAABAAcA/f8CAAEAAAABAAAATABlAHQAdABlAHIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAgAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMcxnGI=]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[DRIVER=winspool
|
||||||
|
DEVICE=\\secretariat\Epson LX-300+
|
||||||
|
OUTPUT=LPT1:
|
||||||
|
ORIENTATION=1
|
||||||
|
PAPERSIZE=11
|
||||||
|
ASCII=0
|
||||||
|
COPIES=1
|
||||||
|
DEFAULTSOURCE=7
|
||||||
|
PRINTQUALITY=600
|
||||||
|
COLOR=2
|
||||||
|
YRESOLUTION=600
|
||||||
|
TTOPTION=2
|
||||||
|
COLLATE=1
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="1" name="" vpos="0.000" hpos="0.000" height="19688.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="4" name="" vpos="0.000" hpos="0.000" height="1980.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="7" name="" vpos="0.000" hpos="0.000" height="16771.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="8" name="" vpos="0.000" hpos="0.000" height="2917.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".T." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="21875.000" hpos="3854.167" height="1875.000" width="25416.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(denumire)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="21875.000" hpos="34479.167" height="1875.000" width="6979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(cantitate,get_mask(14,gnPCant)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="21875.000" hpos="41979.167" height="1875.000" width="7604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(pretftva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="21875.000" hpos="50000.000" height="1875.000" width="11979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(valftva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="21875.000" hpos="62500.000" height="1875.000" width="11979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(valtva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="28229.167" hpos="46979.167" height="2291.667" width="15208.333" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotFTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="28229.167" hpos="54791.667" height="2291.667" width="16666.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="34062.500" hpos="45208.333" height="2187.500" width="26250.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotCTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36145.833" hpos="19270.833" height="1875.000" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".T." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ptDataOra]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="28645.833" hpos="23437.500" height="1875.000" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nume_delegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="30104.167" hpos="23437.500" height="1875.000" width="11562.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.BIdelegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="33333.333" hpos="31145.833" height="1875.000" width="11562.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nrinmat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="30416.667" hpos="2500.000" height="3541.667" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nume_responsabil]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="32083.333" hpos="2500.000" height="1875.000" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["B.I. seria: "+ALLTRIM(poDate.BIresp)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="33854.167" hpos="2500.000" height="1875.000" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["CNP: "+ALLTRIM(poDate.CNPresp)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="21875.000" hpos="29270.833" height="1875.000" width="5104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(NVL(um,''))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="45104.167" hpos="3750.000" height="1875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".T."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[GCTEXTSUBSOLFACT]]>
|
||||||
|
<supexpr><![CDATA[!ISNULL(GCTEXTSUBSOLFACT) AND !EMPTY(GCTEXTSUBSOLFACT)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="26250.000" hpos="2500.000" height="1875.000" width="20104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA['Data scadenta: '+dtoc(poDate.datascad)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[ ]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="21875.000" hpos="1041.667" height="1875.000" width="2500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[nrcrt]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[ ]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="46875.000" hpos="3750.000" height="1875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[pcExplicatieContract]]>
|
||||||
|
<supexpr><![CDATA[!EMPTY(pcExplicatieContract)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="44687.500" hpos="3750.000" height="1875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.text_aditional]]>
|
||||||
|
<supexpr><![CDATA[!EMPTY(poDate.text_aditional)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="1250.000" hpos="52291.667" height="3541.667" width="24687.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.denumire]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="9062.500" hpos="52291.667" height="3541.667" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.adresa]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="14062.500" hpos="52291.667" height="1875.000" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.banca]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="8854.167" hpos="42291.667" height="1875.000" width="8854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="D" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.dataact]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="12291.667" hpos="52291.667" height="1875.000" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.cont_banca]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="7395.833" hpos="59062.500" height="1875.000" width="14270.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.cod_fiscal]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="7291.667" hpos="38750.000" height="1875.000" width="12395.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@B"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(poDate.nract,'999999999999')]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="5625.000" hpos="59062.500" height="1875.000" width="14270.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.reg_comert]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="12187.500" hpos="9166.667" height="1875.000" width="3958.333" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.proc_tva]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="31562.500" hpos="23437.500" height="1875.000" width="16666.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.CNPdelegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotFTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valftva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valtva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotCTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valtva+valftva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="nrcrt" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="1" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[0]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="6.000" height="16.000" width="17.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="8.000" height="15.000" width="42.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="4.000" height="13.000" width="14.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="25" objcode="0" name="dataenvironment" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[Top = 220
|
||||||
|
Left = 1
|
||||||
|
Width = 520
|
||||||
|
Height = 200
|
||||||
|
Visible = .F.
|
||||||
|
TabStop = .F.
|
||||||
|
DataSource = .NULL.
|
||||||
|
Name = "Dataenvironment"
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
@@ -0,0 +1,602 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="usr_factura_cantmarita.frx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="1" objcode="53" name="" vpos="1.000" hpos="5000.000" height="1000.000" width="75055.000" order="" unique=".F." environ=".T." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="1" rulerlines="1" grid=".T." gridv="12" gridh="12" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".T." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".T." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ORIENTATION=0
|
||||||
|
PAPERSIZE=9
|
||||||
|
COLOR=1
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="1" name="" vpos="0.000" hpos="0.000" height="34688.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="4" name="" vpos="0.000" hpos="0.000" height="1980.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="7" name="" vpos="0.000" hpos="0.000" height="26250.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="8" name="" vpos="0.000" hpos="0.000" height="8646.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".T." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="5104.167" height="1875.000" width="26250.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(denumire)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="35416.667" height="1875.000" width="8125.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(cantitate,get_mask(14,gnPCant)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="43333.333" height="1875.000" width="7604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(pretftva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="51354.167" height="1875.000" width="10625.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(valftva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="61145.833" height="1875.000" width="11979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(valtva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="52083.333" hpos="46770.833" height="2291.667" width="15208.333" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotFTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="52083.333" hpos="54791.667" height="2291.667" width="16666.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="62708.333" hpos="45208.333" height="2187.500" width="26250.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotCTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="63437.500" hpos="23541.667" height="1875.000" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ptDataOra]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="51979.167" hpos="27291.667" height="1875.000" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nume_delegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="58229.167" hpos="23229.167" height="1875.000" width="10625.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.BIdelegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="60000.000" hpos="23229.167" height="1875.000" width="20000.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nrinmat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="56458.333" hpos="2500.000" height="3541.667" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nume_responsabil]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="58125.000" hpos="2500.000" height="1875.000" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["B.I. seria: "+ALLTRIM(poDate.BIresp)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="59895.833" hpos="2500.000" height="1875.000" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["CNP: "+ALLTRIM(poDate.CNPresp)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="31562.500" height="1875.000" width="5104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(NVL(um,''))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="70937.500" hpos="3750.000" height="6875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[GCTEXTSUBSOLFACT]]>
|
||||||
|
<supexpr><![CDATA[!ISNULL(GCTEXTSUBSOLFACT) AND !EMPTY(GCTEXTSUBSOLFACT)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="45937.500" hpos="6979.167" height="1875.000" width="20104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA['Data scadenta: '+dtoc(poDate.datascad)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="1562.500" height="1875.000" width="2500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[nrcrt]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="69166.667" hpos="3750.000" height="1875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[pcExplicatieContract]]>
|
||||||
|
<supexpr><![CDATA[!EMPTY(pcExplicatieContract)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="9895.833" hpos="47500.000" height="3541.667" width="23854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.denumire]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="18750.000" hpos="52604.167" height="3541.667" width="18750.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.adresa]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="23854.167" hpos="49166.667" height="1875.000" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.banca]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="18437.500" hpos="39791.667" height="1770.833" width="10729.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="D" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.dataact]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="21979.167" hpos="49166.667" height="1875.000" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.cont_banca]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="17083.333" hpos="53750.000" height="1875.000" width="17604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.cod_fiscal]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="16770.833" hpos="32916.667" height="1770.833" width="12395.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@B"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(poDate.nract,'999999999999')]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="15208.333" hpos="53750.000" height="1875.000" width="17604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.reg_comert]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="24791.667" hpos="6979.167" height="1875.000" width="3854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.proc_tva]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="40833.333" hpos="3854.167" height="5208.333" width="25000.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.text_aditional]]>
|
||||||
|
<supexpr><![CDATA[!EMPTY(poDate.text_aditional)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="54791.667" hpos="25833.333" height="1875.000" width="19270.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.CNPdelegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotFTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valftva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valtva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotCTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valtva+valftva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="nrcrt" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="1" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[0]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="6.000" height="16.000" width="17.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="8.000" height="15.000" width="42.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="4.000" height="13.000" width="14.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="15.000" hpos="7.000" height="12.000" width="8.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="25" objcode="0" name="dataenvironment" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[Top = 220
|
||||||
|
Left = 1
|
||||||
|
Width = 520
|
||||||
|
Height = 200
|
||||||
|
DataSource = .NULL.
|
||||||
|
Name = "Dataenvironment"
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
626
Formulare/Fruvimed_nepersonalizate/Centru0609/USR_FACTURA_A5.fr2
Normal file
@@ -0,0 +1,626 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="usr_factura_a5.frx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="1" objcode="53" name="" vpos="1.000" hpos="1000.000" height="1000.000" width="78333.000" order="" unique=".F." environ=".T." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="2" rulerlines="1" grid=".T." gridv="12" gridh="12" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".T." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".T." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[{8}{0}{18}{0}/{0}{1}{0}winspool{0}{0}\\secretariat\Epson LX-300+{0}{0}LPT1:{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}]]>
|
||||||
|
<tag2><![CDATA[XFxzZWNyZXRhcmlhdFxFcHNvbiBMWC0zMDArADIAAAABBAAFnAA0AkPvgAUCAAsA6gpvCGQAAQAHAFgCAgABAFgCAgABAExldHRlcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAEAAAACAAAAAQAAAP////8AAAAAAAAAAAAAAAAAAAAARElOVSIAAAA0AgAAgloH8gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAQAAAAAAAQAHAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAADIAAAAUAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAMgAAAC0AAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAEgAAAAyAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADQAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP////8BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAA=]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[DRIVER=winspool
|
||||||
|
DEVICE=\\secretariat\Epson LX-300+
|
||||||
|
OUTPUT=LPT1:
|
||||||
|
ORIENTATION=1
|
||||||
|
PAPERSIZE=11
|
||||||
|
ASCII=0
|
||||||
|
COPIES=1
|
||||||
|
DEFAULTSOURCE=7
|
||||||
|
PRINTQUALITY=600
|
||||||
|
COLOR=2
|
||||||
|
YRESOLUTION=600
|
||||||
|
TTOPTION=2
|
||||||
|
COLLATE=1
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="1" name="" vpos="0.000" hpos="0.000" height="20730.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="4" name="" vpos="0.000" hpos="0.000" height="1980.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="7" name="" vpos="0.000" hpos="0.000" height="18334.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="8" name="" vpos="0.000" hpos="0.000" height="2917.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".T." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="22916.667" hpos="3020.833" height="1875.000" width="24583.333" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(denumire)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="22916.667" hpos="33333.333" height="1875.000" width="6979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(cantitate,get_mask(14,gnPCant)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="22916.667" hpos="41458.333" height="1875.000" width="7604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(pretftva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="22916.667" hpos="49375.000" height="1875.000" width="11979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(valftva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="22916.667" hpos="61250.000" height="1875.000" width="11979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(valtva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="28854.167" hpos="45729.167" height="2291.667" width="13958.333" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotFTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="28854.167" hpos="54895.833" height="2291.667" width="15000.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".T." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="34687.500" hpos="46041.667" height="2187.500" width="23020.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotCTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="35729.167" hpos="17187.500" height="1875.000" width="15520.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ptDataOra]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="29270.833" hpos="23437.500" height="1875.000" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nume_delegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="30729.167" hpos="23437.500" height="1875.000" width="11562.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.BIdelegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="33125.000" hpos="31145.833" height="1875.000" width="11562.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nrinmat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="31458.333" hpos="1770.833" height="1875.000" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nume_responsabil]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="33229.167" hpos="1770.833" height="1875.000" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["B.I. seria: "+ALLTRIM(poDate.BIresp)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="35000.000" hpos="1770.833" height="1875.000" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["CNP: "+ALLTRIM(poDate.CNPresp)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="22916.667" hpos="28125.000" height="1875.000" width="5104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(NVL(um,''))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="47708.333" hpos="3750.000" height="1875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".T."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[GCTEXTSUBSOLFACT]]>
|
||||||
|
<supexpr><![CDATA[!ISNULL(GCTEXTSUBSOLFACT) AND !EMPTY(GCTEXTSUBSOLFACT)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27291.667" hpos="2500.000" height="1875.000" width="20104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA['Data scadenta: '+dtoc(poDate.datascad)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[ ]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="22916.667" hpos="0.000" height="1875.000" width="2500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[nrcrt]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[ ]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="49479.167" hpos="3750.000" height="1875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[pcExplicatieContract]]>
|
||||||
|
<supexpr><![CDATA[!EMPTY(pcExplicatieContract)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="47291.667" hpos="3750.000" height="1875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.text_aditional]]>
|
||||||
|
<supexpr><![CDATA[!EMPTY(poDate.text_aditional)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="2395.833" hpos="50104.167" height="3541.667" width="21250.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[Cumparator]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[SPACE(17)+poClient.denumire]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="8541.667" hpos="52291.667" height="3541.667" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[Adresa]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.adresa]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="13229.167" hpos="52291.667" height="1875.000" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[Banca]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.banca]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="8645.833" hpos="40000.000" height="1875.000" width="8854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="D" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[Data factura]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.dataact]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="11770.833" hpos="52291.667" height="1875.000" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[Cont banca]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.cont_banca]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="7187.500" hpos="56354.167" height="1875.000" width="14270.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[Cod fiscal]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.cod_fiscal]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="7291.667" hpos="36562.500" height="1875.000" width="12395.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@B"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[Nr. factura]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(poDate.nract,'999999999999')]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="5833.333" hpos="56354.167" height="1875.000" width="14270.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[Registru comert]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.reg_comert]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="13541.667" hpos="5937.500" height="1875.000" width="3958.333" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[Procent TVA]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(poDate.proc_tva,0)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="31770.833" hpos="23437.500" height="1875.000" width="16666.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.CNPdelegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotFTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valftva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valtva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotCTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valtva+valftva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="nrcrt" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="1" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[0]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="6.000" height="16.000" width="17.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="8.000" height="15.000" width="42.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="4.000" height="13.000" width="14.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="4.000" height="13.000" width="14.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="25" objcode="0" name="dataenvironment" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[Top = 220
|
||||||
|
Left = 1
|
||||||
|
Width = 520
|
||||||
|
Height = 200
|
||||||
|
Visible = .F.
|
||||||
|
TabStop = .F.
|
||||||
|
DataSource = .NULL.
|
||||||
|
Name = "Dataenvironment"
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
554
Formulare/Fruvimed_nepersonalizate/Centru0609/usr_aviz.fr2
Normal file
@@ -0,0 +1,554 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="usr_aviz.frx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="1" objcode="53" name="" vpos="1.000" hpos="1000.000" height="1000.000" width="78333.000" order="" unique=".F." environ=".T." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="1" rulerlines="0" grid=".T." gridv="12" gridh="12" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".T." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".T." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[{8}{0}{18}{0}/{0}{1}{0}winspool{0}{0}\\secretariat\Epson LX-300+{0}{0}LPT1:{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}]]>
|
||||||
|
<tag2><![CDATA[XFxzZWNyZXRhcmlhdFxFcHNvbiBMWC0zMDArAAAAAAABBAAFnAA0AkPvgAUCAAsA6gpvCGQAAQAHAFgCAgABAFgCAgABAExldHRlcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAEAAAACAAAAAQAAAP////8AAAAAAAAAAAAAAAAAAAAARElOVSIAAAA0AgAAgloH8gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAQAAAAAAAQAHAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAQAAAAMAAAAHAAAAAwAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAgAAAAEAAAAAAAAAAQAAAAAAAAAAAAAAZAAAAAEAAABWVAAAJG0AAAEAAAABAAAAVlQAACRtAAABAAAAAgAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkwAAAAAAAAAAAAAAQA4AAAEAAAABAAAAAQAAAAAAAAAAAAAAAAAAAAEAAAABAAAAAQAAAP////8AAAAAAAAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAA//8AAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFZUAAAkbQAAAAAAAAEAAAB/AAAAfwAAAH8AAAB/AAAAAAAAAAAAAAAAAAAAAAAAAOcDAAD/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAQAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQwBhAG4AbwBuACAAaQA4ADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEECQjcAFQFA9+BAwEAAQDqCm8IZAABAAcA/f8CAAEAAAABAAAATABlAHQAdABlAHIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAgAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMcxnGI=]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[DRIVER=winspool
|
||||||
|
DEVICE=\\secretariat\Epson LX-300+
|
||||||
|
OUTPUT=LPT1:
|
||||||
|
ORIENTATION=1
|
||||||
|
PAPERSIZE=11
|
||||||
|
ASCII=0
|
||||||
|
COPIES=1
|
||||||
|
DEFAULTSOURCE=7
|
||||||
|
PRINTQUALITY=600
|
||||||
|
COLOR=2
|
||||||
|
YRESOLUTION=600
|
||||||
|
TTOPTION=2
|
||||||
|
COLLATE=1
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="0" name="" vpos="0.000" hpos="0.000" height="23230.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="1" name="" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="4" name="" vpos="0.000" hpos="0.000" height="1980.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="7" name="" vpos="0.000" hpos="0.000" height="12813.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="8" name="" vpos="0.000" hpos="0.000" height="3646.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".T." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="833.333" hpos="52604.167" height="3541.667" width="24791.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.denumire]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="8125.000" hpos="52291.667" height="3541.667" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.adresa]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="13854.167" hpos="52291.667" height="1875.000" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.banca]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="10625.000" hpos="42187.500" height="1875.000" width="8854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="D" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.dataact]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="12187.500" hpos="52291.667" height="1875.000" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.cont_banca]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="6041.667" hpos="59062.500" height="1875.000" width="14270.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.cod_fiscal]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="8958.333" hpos="38645.833" height="1875.000" width="12395.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@B"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(poDate.nract,'999999999999')]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="4479.167" hpos="59062.500" height="1875.000" width="14270.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.reg_comert]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="2916.667" height="1875.000" width="33437.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(denumire)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="45729.167" height="1875.000" width="6979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(cantitate,get_mask(14,gnPCant)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="53854.167" height="1875.000" width="7604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(pretftva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="62500.000" height="1875.000" width="11979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(valtva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="32604.167" hpos="45208.333" height="2187.500" width="26250.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotCTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="40000.000" hpos="30000.000" height="1875.000" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ptDataOra]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="32812.500" hpos="23437.500" height="1875.000" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nume_delegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="34791.667" hpos="23437.500" height="1875.000" width="11562.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.BIdelegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="38125.000" hpos="31354.167" height="1875.000" width="17500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nrinmat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="34583.333" hpos="2500.000" height="3541.667" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nume_responsabil]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36250.000" hpos="2500.000" height="1875.000" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["B.I. seria: "+ALLTRIM(poDate.BIresp)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="38020.833" hpos="2500.000" height="1875.000" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["CNP: "+ALLTRIM(poDate.CNPresp)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="36875.000" height="1875.000" width="5104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(NVL(um,''))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="48125.000" hpos="3750.000" height="1875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".T."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[GCTEXTSUBSOLAVIZ]]>
|
||||||
|
<supexpr><![CDATA[!ISNULL(GCTEXTSUBSOLFACT) AND !EMPTY(GCTEXTSUBSOLFACT)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="0.000" height="1875.000" width="2500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[nrcrt]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[ ]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="49895.833" hpos="3750.000" height="1875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[pcExplicatieContract]]>
|
||||||
|
<supexpr><![CDATA[!EMPTY(pcExplicatieContract)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="46354.167" hpos="3750.000" height="1875.000" width="25104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.text_aditional]]>
|
||||||
|
<supexpr><![CDATA[!EMPTY(poDate.text_aditional)]]>
|
||||||
|
<comment><![CDATA[ ]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36458.333" hpos="23437.500" height="1875.000" width="17916.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.CNPdelegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotFTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valftva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valtva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotCTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valtva+valftva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="nrcrt" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="1" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[0]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="8.000" height="15.000" width="42.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="4.000" height="13.000" width="14.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="25" objcode="0" name="dataenvironment" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[Top = 220
|
||||||
|
Left = 1
|
||||||
|
Width = 520
|
||||||
|
Height = 200
|
||||||
|
Visible = .F.
|
||||||
|
TabStop = .F.
|
||||||
|
DataSource = .NULL.
|
||||||
|
Name = "Dataenvironment"
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
612
Formulare/Fruvimed_nepersonalizate/Centru0609/usr_factura.fr2
Normal file
@@ -0,0 +1,612 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="usr_factura.frx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="1" objcode="53" name="" vpos="1.000" hpos="5000.000" height="1000.000" width="75055.000" order="" unique=".F." environ=".T." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="1" rulerlines="1" grid=".T." gridv="12" gridh="12" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".T." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".T." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[{8}{0}{18}{0}/{0}{1}{0}winspool{0}{0}\\secretariat\Epson LX-300+{0}{0}LPT1:{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}]]>
|
||||||
|
<tag2><![CDATA[XFxzZWNyZXRhcmlhdFxFcHNvbiBMWC0zMDArAAAAAAABBAAFnAA0AkPvgAUBAAkA6gpvCGQAAQABAWgBAQABAGgBAgABAExldHRlcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAEAAAACAAAAAQAAAP////8AAAAAAAAAAAAAAAAAAAAARElOVSIAAAA0AgAAgloH8gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAQAAAAAAAQAHAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAQAAAAMAAAAHAAAAAwAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAgAAAAEAAAAAAAAAAQAAAAAAAAAAAAAAZAAAAAEAAABWVAAAJG0AAAEAAAABAAAAVlQAACRtAAABAAAAAgAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkwAAAAAAAAAAAAAAQA4AAAEAAAABAAAAAQAAAAAAAAAAAAAAAAAAAAEAAAABAAAAAQAAAP////8AAAAAAAAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAA//8AAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFZUAAAkbQAAAAAAAAEAAAB/AAAAfwAAAH8AAAB/AAAAAAAAAAAAAAAAAAAAAAAAAOcDAAD/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAQAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQwBhAG4AbwBuACAAaQA4ADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEECQjcAFQFA9+BAwEAAQDqCm8IZAABAAcA/f8CAAEAAAABAAAATABlAHQAdABlAHIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAgAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMcxnGI=]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[DRIVER=winspool
|
||||||
|
DEVICE=\\secretariat\Epson LX-300+
|
||||||
|
OUTPUT=LPT1:
|
||||||
|
ORIENTATION=0
|
||||||
|
PAPERSIZE=9
|
||||||
|
ASCII=0
|
||||||
|
COPIES=1
|
||||||
|
DEFAULTSOURCE=257
|
||||||
|
PRINTQUALITY=360
|
||||||
|
COLOR=1
|
||||||
|
YRESOLUTION=360
|
||||||
|
TTOPTION=2
|
||||||
|
COLLATE=1
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="1" name="" vpos="0.000" hpos="0.000" height="34688.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="4" name="" vpos="0.000" hpos="0.000" height="1980.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="7" name="" vpos="0.000" hpos="0.000" height="26250.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="8" name="" vpos="0.000" hpos="0.000" height="8646.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".T." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="5104.167" height="1875.000" width="26250.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(denumire)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="35416.667" height="1875.000" width="6979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(cantitate,get_mask(14,gnPCant)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="43333.333" height="1875.000" width="7604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(pretftva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="51354.167" height="1875.000" width="10625.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(valftva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="61145.833" height="1875.000" width="11979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(valtva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="52083.333" hpos="46770.833" height="2291.667" width="15208.333" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotFTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="52083.333" hpos="54791.667" height="2291.667" width="16666.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="62708.333" hpos="45208.333" height="2187.500" width="26250.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotCTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="63437.500" hpos="23541.667" height="1875.000" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ptDataOra]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="51979.167" hpos="27291.667" height="1875.000" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nume_delegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="58229.167" hpos="23229.167" height="1875.000" width="10625.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.BIdelegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="60000.000" hpos="23229.167" height="1875.000" width="20000.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nrinmat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="56458.333" hpos="2500.000" height="3541.667" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nume_responsabil]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="58125.000" hpos="2500.000" height="1875.000" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["B.I. seria: "+ALLTRIM(poDate.BIresp)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="59895.833" hpos="2500.000" height="1875.000" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["CNP: "+ALLTRIM(poDate.CNPresp)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="31562.500" height="1875.000" width="5104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(NVL(um,''))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="70937.500" hpos="3750.000" height="6875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[GCTEXTSUBSOLFACT]]>
|
||||||
|
<supexpr><![CDATA[!ISNULL(GCTEXTSUBSOLFACT) AND !EMPTY(GCTEXTSUBSOLFACT)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="45937.500" hpos="6979.167" height="1875.000" width="20104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA['Data scadenta: '+dtoc(poDate.datascad)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="1562.500" height="1875.000" width="2500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[nrcrt]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="69166.667" hpos="3750.000" height="1875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[pcExplicatieContract]]>
|
||||||
|
<supexpr><![CDATA[!EMPTY(pcExplicatieContract)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="9895.833" hpos="47500.000" height="3541.667" width="23854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.denumire]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="18750.000" hpos="52604.167" height="3541.667" width="18750.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.adresa]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="23854.167" hpos="49166.667" height="1875.000" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.banca]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="18437.500" hpos="39791.667" height="1770.833" width="10729.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="D" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.dataact]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="21979.167" hpos="49166.667" height="1875.000" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.cont_banca]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="17083.333" hpos="53750.000" height="1875.000" width="17604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.cod_fiscal]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="16770.833" hpos="32916.667" height="1770.833" width="12395.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@B"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(poDate.nract,'999999999999')]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="15208.333" hpos="53750.000" height="1875.000" width="17604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.reg_comert]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="24791.667" hpos="6979.167" height="1875.000" width="3854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.proc_tva]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="40833.333" hpos="3854.167" height="5208.333" width="25000.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.text_aditional]]>
|
||||||
|
<supexpr><![CDATA[!EMPTY(poDate.text_aditional)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="54791.667" hpos="25833.333" height="1875.000" width="19270.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.CNPdelegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotFTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valftva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valtva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotCTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valtva+valftva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="nrcrt" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="1" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[0]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="6.000" height="16.000" width="17.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="8.000" height="15.000" width="42.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="4.000" height="13.000" width="14.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="15.000" hpos="7.000" height="12.000" width="8.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="25" objcode="0" name="dataenvironment" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[Top = 220
|
||||||
|
Left = 1
|
||||||
|
Width = 520
|
||||||
|
Height = 200
|
||||||
|
DataSource = .NULL.
|
||||||
|
Name = "Dataenvironment"
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
BIN
Formulare/Fruvimed_nepersonalizate/Crama0609/sigla.JPG
Normal file
|
After Width: | Height: | Size: 15 KiB |
1396
Formulare/Fruvimed_nepersonalizate/Crama0609/usr_aviz.fr2
Normal file
614
Formulare/Fruvimed_nepersonalizate/Crama0609/usr_factura.fr2
Normal file
@@ -0,0 +1,614 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="usr_factura.frx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="1" objcode="53" name="" vpos="1.000" hpos="5000.000" height="1000.000" width="75055.000" order="" unique=".F." environ=".T." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="1" rulerlines="1" grid=".T." gridv="12" gridh="12" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".T." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".T." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[{8}{0}{18}{0} {0}{1}{0}winspool{0}{0}Epson LX-300{0}{0}LPT1:{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}]]>
|
||||||
|
<tag2><![CDATA[RXBzb24gTFgtMzAwAAAAAAAAAAAAAAAAAAAAAAAAAAABBAAFnAA0AkPvgAUBAAkA6gpvCGQAAQABAWgBAQABAGgBAgABAExldHRlcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAEAAAACAAAAAQAAAP////8AAAAAAAAAAAAAAAAAAAAARElOVSIAAAA0AgAAFO6n3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAQAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[DRIVER=winspool
|
||||||
|
DEVICE=Epson LX-300
|
||||||
|
OUTPUT=LPT1:
|
||||||
|
ORIENTATION=0
|
||||||
|
PAPERSIZE=9
|
||||||
|
ASCII=0
|
||||||
|
COPIES=1
|
||||||
|
DEFAULTSOURCE=257
|
||||||
|
PRINTQUALITY=360
|
||||||
|
COLOR=1
|
||||||
|
YRESOLUTION=360
|
||||||
|
TTOPTION=2
|
||||||
|
COLLATE=1
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="1" name="" vpos="0.000" hpos="0.000" height="34688.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="4" name="" vpos="0.000" hpos="0.000" height="1980.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="7" name="" vpos="0.000" hpos="0.000" height="26250.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="8" name="" vpos="0.000" hpos="0.000" height="8646.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".T." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="5104.167" height="1875.000" width="26250.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(denumire)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="35416.667" height="1875.000" width="8437.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".T." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(cantitate,get_mask(14,gnPCant)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="43333.333" height="1875.000" width="7604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(pretftva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="51354.167" height="1875.000" width="10625.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(valftva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="61145.833" height="1875.000" width="11979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(valtva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="52083.333" hpos="46770.833" height="2291.667" width="15208.333" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotFTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="52083.333" hpos="54791.667" height="2291.667" width="16666.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="62708.333" hpos="45208.333" height="2187.500" width="26250.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotCTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="63437.500" hpos="23541.667" height="1875.000" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ptDataOra]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="51979.167" hpos="27291.667" height="1875.000" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nume_delegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="58229.167" hpos="23229.167" height="1875.000" width="10625.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.BIdelegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="60000.000" hpos="23229.167" height="1875.000" width="20000.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nrinmat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="56458.333" hpos="2500.000" height="3541.667" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nume_responsabil]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="58125.000" hpos="2500.000" height="1875.000" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["B.I. seria: "+ALLTRIM(poDate.BIresp)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="59895.833" hpos="2500.000" height="1875.000" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["CNP: "+ALLTRIM(poDate.CNPresp)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="31562.500" height="1875.000" width="5104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(NVL(um,''))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="70937.500" hpos="3750.000" height="6875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[GCTEXTSUBSOLFACT]]>
|
||||||
|
<supexpr><![CDATA[!ISNULL(GCTEXTSUBSOLFACT) AND !EMPTY(GCTEXTSUBSOLFACT)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="45937.500" hpos="6979.167" height="1875.000" width="20104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA['Data scadenta: '+dtoc(poDate.datascad)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="1562.500" height="1875.000" width="2500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[nrcrt]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="69166.667" hpos="3750.000" height="1875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[pcExplicatieContract]]>
|
||||||
|
<supexpr><![CDATA[!EMPTY(pcExplicatieContract)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="9895.833" hpos="47500.000" height="3541.667" width="23854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.denumire]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="18750.000" hpos="52604.167" height="3541.667" width="18750.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.adresa]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="23854.167" hpos="49166.667" height="1875.000" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.banca]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="18437.500" hpos="39791.667" height="1770.833" width="10729.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="D" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.dataact]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="21979.167" hpos="49166.667" height="1875.000" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.cont_banca]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="17083.333" hpos="53750.000" height="1875.000" width="17604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.cod_fiscal]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="16770.833" hpos="32916.667" height="1770.833" width="12395.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@B"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(poDate.nract,'999999999999')]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="15208.333" hpos="53750.000" height="1875.000" width="17604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.reg_comert]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="24791.667" hpos="6979.167" height="1875.000" width="3854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.proc_tva]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="40833.333" hpos="3854.167" height="5208.333" width="25000.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.text_aditional]]>
|
||||||
|
<supexpr><![CDATA[!EMPTY(poDate.text_aditional)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="54791.667" hpos="25833.333" height="1875.000" width="19270.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.CNPdelegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotFTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valftva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valtva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotCTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valtva+valftva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="nrcrt" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="1" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[0]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="6.000" height="16.000" width="17.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="8.000" height="15.000" width="42.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="4.000" height="13.000" width="14.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="15.000" hpos="7.000" height="12.000" width="8.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="25" objcode="0" name="dataenvironment" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[Top = 220
|
||||||
|
Left = 1
|
||||||
|
Width = 520
|
||||||
|
Height = 200
|
||||||
|
Visible = .F.
|
||||||
|
TabStop = .F.
|
||||||
|
DataSource = .NULL.
|
||||||
|
Name = "Dataenvironment"
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
614
Formulare/Fruvimed_nepersonalizate/Crama0609/usr_factura_a5.fr2
Normal file
@@ -0,0 +1,614 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="usr_factura_a5.frx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="1" objcode="53" name="" vpos="1.000" hpos="1000.000" height="1000.000" width="78333.000" order="" unique=".F." environ=".T." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="1" rulerlines="1" grid=".T." gridv="12" gridh="12" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".T." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".T." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[{8}{0}{18}{0}/{0}{1}{0}winspool{0}{0}\\secretariat\Epson LX-300+{0}{0}LPT1:{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}]]>
|
||||||
|
<tag2><![CDATA[XFxzZWNyZXRhcmlhdFxFcHNvbiBMWC0zMDArAAAAAAABBAAFnAA0AkPvgAUCAAsA6gpvCGQAAQAHAFgCAgABAFgCAgABAExldHRlcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAEAAAACAAAAAQAAAP////8AAAAAAAAAAAAAAAAAAAAARElOVSIAAAA0AgAAgloH8gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAQAAAAAAAQAHAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAQAAAAMAAAAHAAAAAwAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAgAAAAEAAAAAAAAAAQAAAAAAAAAAAAAAZAAAAAEAAABWVAAAJG0AAAEAAAABAAAAVlQAACRtAAABAAAAAgAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkwAAAAAAAAAAAAAAQA4AAAEAAAABAAAAAQAAAAAAAAAAAAAAAAAAAAEAAAABAAAAAQAAAP////8AAAAAAAAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAA//8AAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFZUAAAkbQAAAAAAAAEAAAB/AAAAfwAAAH8AAAB/AAAAAAAAAAAAAAAAAAAAAAAAAOcDAAD/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAQAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQwBhAG4AbwBuACAAaQA4ADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEECQjcAFQFA9+BAwEAAQDqCm8IZAABAAcA/f8CAAEAAAABAAAATABlAHQAdABlAHIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAgAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMcxnGI=]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[DRIVER=winspool
|
||||||
|
DEVICE=\\secretariat\Epson LX-300+
|
||||||
|
OUTPUT=LPT1:
|
||||||
|
ORIENTATION=1
|
||||||
|
PAPERSIZE=11
|
||||||
|
ASCII=0
|
||||||
|
COPIES=1
|
||||||
|
DEFAULTSOURCE=7
|
||||||
|
PRINTQUALITY=600
|
||||||
|
COLOR=2
|
||||||
|
YRESOLUTION=600
|
||||||
|
TTOPTION=2
|
||||||
|
COLLATE=1
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="1" name="" vpos="0.000" hpos="0.000" height="19688.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="4" name="" vpos="0.000" hpos="0.000" height="1980.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="7" name="" vpos="0.000" hpos="0.000" height="18334.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="8" name="" vpos="0.000" hpos="0.000" height="2917.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".T." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="21875.000" hpos="3854.167" height="1875.000" width="25416.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(denumire)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="21875.000" hpos="34479.167" height="1875.000" width="6979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(cantitate,get_mask(14,gnPCant)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="21875.000" hpos="41979.167" height="1875.000" width="7604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(pretftva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="21875.000" hpos="50000.000" height="1875.000" width="11979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(valftva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="21875.000" hpos="62500.000" height="1875.000" width="11979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(valtva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="28229.167" hpos="46979.167" height="2291.667" width="15208.333" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotFTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="28229.167" hpos="54791.667" height="2291.667" width="16666.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="34062.500" hpos="45208.333" height="2187.500" width="26250.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotCTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36145.833" hpos="17395.833" height="1875.000" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ptDataOra]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="28645.833" hpos="23437.500" height="1875.000" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nume_delegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="30104.167" hpos="23437.500" height="1875.000" width="11562.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.BIdelegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="33333.333" hpos="31145.833" height="1875.000" width="11562.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nrinmat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="30416.667" hpos="2500.000" height="3541.667" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nume_responsabil]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="32083.333" hpos="2500.000" height="1875.000" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["B.I. seria: "+ALLTRIM(poDate.BIresp)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="33854.167" hpos="2500.000" height="1875.000" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["CNP: "+ALLTRIM(poDate.CNPresp)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="21875.000" hpos="29270.833" height="1875.000" width="5104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(NVL(um,''))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="46666.667" hpos="3750.000" height="1875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".T."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[GCTEXTSUBSOLFACT]]>
|
||||||
|
<supexpr><![CDATA[!ISNULL(GCTEXTSUBSOLFACT) AND !EMPTY(GCTEXTSUBSOLFACT)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="26250.000" hpos="2500.000" height="1875.000" width="20104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA['Data scadenta: '+dtoc(poDate.datascad)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[ ]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="21875.000" hpos="1041.667" height="1875.000" width="2500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[nrcrt]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[ ]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="48437.500" hpos="3750.000" height="1875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[pcExplicatieContract]]>
|
||||||
|
<supexpr><![CDATA[!EMPTY(pcExplicatieContract)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="46250.000" hpos="3750.000" height="1875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.text_aditional]]>
|
||||||
|
<supexpr><![CDATA[!EMPTY(poDate.text_aditional)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="1250.000" hpos="52291.667" height="3541.667" width="24687.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.denumire]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="8437.500" hpos="52291.667" height="3541.667" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.adresa]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="13437.500" hpos="52291.667" height="1875.000" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.banca]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="8645.833" hpos="40312.500" height="1875.000" width="8854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="D" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.dataact]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="11770.833" hpos="52291.667" height="1875.000" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.cont_banca]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="6979.167" hpos="58229.167" height="1875.000" width="14270.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.cod_fiscal]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="7187.500" hpos="36875.000" height="1875.000" width="12395.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@B"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(poDate.nract,'999999999999')]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="5416.667" hpos="58229.167" height="1875.000" width="14270.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.reg_comert]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="12187.500" hpos="7812.500" height="1875.000" width="3958.333" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.proc_tva]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="31562.500" hpos="23437.500" height="1875.000" width="16666.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.CNPdelegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotFTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valftva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valtva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotCTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valtva+valftva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="nrcrt" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="1" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[0]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="6.000" height="16.000" width="17.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="8.000" height="15.000" width="42.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="4.000" height="13.000" width="14.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="25" objcode="0" name="dataenvironment" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[Top = 220
|
||||||
|
Left = 1
|
||||||
|
Width = 520
|
||||||
|
Height = 200
|
||||||
|
Visible = .F.
|
||||||
|
TabStop = .F.
|
||||||
|
DataSource = .NULL.
|
||||||
|
Name = "Dataenvironment"
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
@@ -0,0 +1,602 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="usr_factura_cantmarita.frx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="1" objcode="53" name="" vpos="1.000" hpos="5000.000" height="1000.000" width="75055.000" order="" unique=".F." environ=".T." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="1" rulerlines="1" grid=".T." gridv="12" gridh="12" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".T." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".T." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ORIENTATION=0
|
||||||
|
PAPERSIZE=9
|
||||||
|
COLOR=1
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="1" name="" vpos="0.000" hpos="0.000" height="34688.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="4" name="" vpos="0.000" hpos="0.000" height="1980.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="7" name="" vpos="0.000" hpos="0.000" height="26250.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="8" name="" vpos="0.000" hpos="0.000" height="8646.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".T." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="5104.167" height="1875.000" width="26250.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(denumire)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="35416.667" height="1875.000" width="8125.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(cantitate,get_mask(14,gnPCant)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="43333.333" height="1875.000" width="7604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(pretftva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="51354.167" height="1875.000" width="10625.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(valftva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="61145.833" height="1875.000" width="11979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(valtva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="52083.333" hpos="46770.833" height="2291.667" width="15208.333" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotFTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="52083.333" hpos="54791.667" height="2291.667" width="16666.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="62708.333" hpos="45208.333" height="2187.500" width="26250.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotCTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="63437.500" hpos="23541.667" height="1875.000" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ptDataOra]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="51979.167" hpos="27291.667" height="1875.000" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nume_delegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="58229.167" hpos="23229.167" height="1875.000" width="10625.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.BIdelegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="60000.000" hpos="23229.167" height="1875.000" width="20000.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nrinmat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="56458.333" hpos="2500.000" height="3541.667" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nume_responsabil]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="58125.000" hpos="2500.000" height="1875.000" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["B.I. seria: "+ALLTRIM(poDate.BIresp)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="59895.833" hpos="2500.000" height="1875.000" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["CNP: "+ALLTRIM(poDate.CNPresp)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="31562.500" height="1875.000" width="5104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(NVL(um,''))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="70937.500" hpos="3750.000" height="6875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[GCTEXTSUBSOLFACT]]>
|
||||||
|
<supexpr><![CDATA[!ISNULL(GCTEXTSUBSOLFACT) AND !EMPTY(GCTEXTSUBSOLFACT)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="45937.500" hpos="6979.167" height="1875.000" width="20104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA['Data scadenta: '+dtoc(poDate.datascad)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="1562.500" height="1875.000" width="2500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[nrcrt]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="69166.667" hpos="3750.000" height="1875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[pcExplicatieContract]]>
|
||||||
|
<supexpr><![CDATA[!EMPTY(pcExplicatieContract)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="9895.833" hpos="47500.000" height="3541.667" width="23854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.denumire]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="18750.000" hpos="52604.167" height="3541.667" width="18750.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.adresa]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="23854.167" hpos="49166.667" height="1875.000" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.banca]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="18437.500" hpos="39791.667" height="1770.833" width="10729.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="D" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.dataact]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="21979.167" hpos="49166.667" height="1875.000" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.cont_banca]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="17083.333" hpos="53750.000" height="1875.000" width="17604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.cod_fiscal]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="16770.833" hpos="32916.667" height="1770.833" width="12395.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@B"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(poDate.nract,'999999999999')]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="15208.333" hpos="53750.000" height="1875.000" width="17604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.reg_comert]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="24791.667" hpos="6979.167" height="1875.000" width="3854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.proc_tva]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="40833.333" hpos="3854.167" height="5208.333" width="25000.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.text_aditional]]>
|
||||||
|
<supexpr><![CDATA[!EMPTY(poDate.text_aditional)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="54791.667" hpos="25833.333" height="1875.000" width="19270.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.CNPdelegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotFTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valftva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valtva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotCTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valtva+valftva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="nrcrt" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="1" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[0]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="6.000" height="16.000" width="17.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="8.000" height="15.000" width="42.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="4.000" height="13.000" width="14.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="15.000" hpos="7.000" height="12.000" width="8.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="25" objcode="0" name="dataenvironment" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[Top = 220
|
||||||
|
Left = 1
|
||||||
|
Width = 520
|
||||||
|
Height = 200
|
||||||
|
DataSource = .NULL.
|
||||||
|
Name = "Dataenvironment"
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
614
Formulare/Fruvimed_nepersonalizate/Gheata0609/USR_FACTURA_A5.fr2
Normal file
@@ -0,0 +1,614 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="usr_factura_a5.frx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="1" objcode="53" name="" vpos="1.000" hpos="1000.000" height="1000.000" width="78333.000" order="" unique=".F." environ=".T." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="1" rulerlines="1" grid=".T." gridv="12" gridh="12" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".T." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".T." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[{8}{0}{18}{0}/{0}{1}{0}winspool{0}{0}\\secretariat\Epson LX-300+{0}{0}LPT1:{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}]]>
|
||||||
|
<tag2><![CDATA[XFxzZWNyZXRhcmlhdFxFcHNvbiBMWC0zMDArAAAAAAABBAAFnAA0AkPvgAUCAAsA6gpvCGQAAQAHAFgCAgABAFgCAgABAExldHRlcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAEAAAACAAAAAQAAAP////8AAAAAAAAAAAAAAAAAAAAARElOVSIAAAA0AgAAgloH8gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAQAAAAAAAQAHAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAQAAAAMAAAAHAAAAAwAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAgAAAAEAAAAAAAAAAQAAAAAAAAAAAAAAZAAAAAEAAABWVAAAJG0AAAEAAAABAAAAVlQAACRtAAABAAAAAgAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkwAAAAAAAAAAAAAAQA4AAAEAAAABAAAAAQAAAAAAAAAAAAAAAAAAAAEAAAABAAAAAQAAAP////8AAAAAAAAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAA//8AAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFZUAAAkbQAAAAAAAAEAAAB/AAAAfwAAAH8AAAB/AAAAAAAAAAAAAAAAAAAAAAAAAOcDAAD/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAQAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQwBhAG4AbwBuACAAaQA4ADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEECQjcAFQFA9+BAwEAAQDqCm8IZAABAAcA/f8CAAEAAAABAAAATABlAHQAdABlAHIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAgAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMcxnGI=]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[DRIVER=winspool
|
||||||
|
DEVICE=\\secretariat\Epson LX-300+
|
||||||
|
OUTPUT=LPT1:
|
||||||
|
ORIENTATION=1
|
||||||
|
PAPERSIZE=11
|
||||||
|
ASCII=0
|
||||||
|
COPIES=1
|
||||||
|
DEFAULTSOURCE=7
|
||||||
|
PRINTQUALITY=600
|
||||||
|
COLOR=2
|
||||||
|
YRESOLUTION=600
|
||||||
|
TTOPTION=2
|
||||||
|
COLLATE=1
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="1" name="" vpos="0.000" hpos="0.000" height="19688.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="4" name="" vpos="0.000" hpos="0.000" height="1980.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="7" name="" vpos="0.000" hpos="0.000" height="16771.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="8" name="" vpos="0.000" hpos="0.000" height="2917.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".T." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="21875.000" hpos="3854.167" height="1875.000" width="25416.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(denumire)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="21875.000" hpos="34479.167" height="1875.000" width="6979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(cantitate,get_mask(14,gnPCant)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="21875.000" hpos="41979.167" height="1875.000" width="7604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(pretftva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="21875.000" hpos="50000.000" height="1875.000" width="11979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(valftva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="21875.000" hpos="62500.000" height="1875.000" width="11979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(valtva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="28229.167" hpos="46979.167" height="2291.667" width="15208.333" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotFTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="28229.167" hpos="54791.667" height="2291.667" width="16666.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="34062.500" hpos="45208.333" height="2187.500" width="26250.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotCTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36145.833" hpos="19270.833" height="1875.000" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".T." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ptDataOra]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="28645.833" hpos="23437.500" height="1875.000" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nume_delegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="30104.167" hpos="23437.500" height="1875.000" width="11562.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.BIdelegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="33333.333" hpos="31145.833" height="1875.000" width="11562.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nrinmat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="30416.667" hpos="2500.000" height="3541.667" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nume_responsabil]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="32083.333" hpos="2500.000" height="1875.000" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["B.I. seria: "+ALLTRIM(poDate.BIresp)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="33854.167" hpos="2500.000" height="1875.000" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["CNP: "+ALLTRIM(poDate.CNPresp)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="21875.000" hpos="29270.833" height="1875.000" width="5104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(NVL(um,''))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="45104.167" hpos="3750.000" height="1875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".T."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[GCTEXTSUBSOLFACT]]>
|
||||||
|
<supexpr><![CDATA[!ISNULL(GCTEXTSUBSOLFACT) AND !EMPTY(GCTEXTSUBSOLFACT)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="26250.000" hpos="2500.000" height="1875.000" width="20104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA['Data scadenta: '+dtoc(poDate.datascad)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[ ]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="21875.000" hpos="1041.667" height="1875.000" width="2500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[nrcrt]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[ ]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="46875.000" hpos="3750.000" height="1875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[pcExplicatieContract]]>
|
||||||
|
<supexpr><![CDATA[!EMPTY(pcExplicatieContract)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="44687.500" hpos="3750.000" height="1875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.text_aditional]]>
|
||||||
|
<supexpr><![CDATA[!EMPTY(poDate.text_aditional)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="1250.000" hpos="52291.667" height="3541.667" width="24687.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.denumire]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="9062.500" hpos="52291.667" height="3541.667" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.adresa]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="14062.500" hpos="52291.667" height="1875.000" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.banca]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="8854.167" hpos="42291.667" height="1875.000" width="8854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="D" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.dataact]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="12291.667" hpos="52291.667" height="1875.000" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.cont_banca]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="7395.833" hpos="59062.500" height="1875.000" width="14270.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.cod_fiscal]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="7291.667" hpos="38750.000" height="1875.000" width="12395.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@B"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(poDate.nract,'999999999999')]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="5625.000" hpos="59062.500" height="1875.000" width="14270.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.reg_comert]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="12187.500" hpos="9166.667" height="1875.000" width="3958.333" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.proc_tva]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="31562.500" hpos="23437.500" height="1875.000" width="16666.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.CNPdelegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotFTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valftva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valtva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotCTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valtva+valftva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="nrcrt" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="1" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[0]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="6.000" height="16.000" width="17.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="8.000" height="15.000" width="42.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="4.000" height="13.000" width="14.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="25" objcode="0" name="dataenvironment" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[Top = 220
|
||||||
|
Left = 1
|
||||||
|
Width = 520
|
||||||
|
Height = 200
|
||||||
|
Visible = .F.
|
||||||
|
TabStop = .F.
|
||||||
|
DataSource = .NULL.
|
||||||
|
Name = "Dataenvironment"
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
554
Formulare/Fruvimed_nepersonalizate/Gheata0609/usr_aviz.fr2
Normal file
@@ -0,0 +1,554 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="usr_aviz.frx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="1" objcode="53" name="" vpos="1.000" hpos="1000.000" height="1000.000" width="78333.000" order="" unique=".F." environ=".T." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="1" rulerlines="0" grid=".T." gridv="12" gridh="12" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".T." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".T." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[{8}{0}{18}{0}/{0}{1}{0}winspool{0}{0}\\secretariat\Epson LX-300+{0}{0}LPT1:{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}]]>
|
||||||
|
<tag2><![CDATA[XFxzZWNyZXRhcmlhdFxFcHNvbiBMWC0zMDArAAAAAAABBAAFnAA0AkPvgAUCAAsA6gpvCGQAAQAHAFgCAgABAFgCAgABAExldHRlcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAEAAAACAAAAAQAAAP////8AAAAAAAAAAAAAAAAAAAAARElOVSIAAAA0AgAAgloH8gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAQAAAAAAAQAHAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAQAAAAMAAAAHAAAAAwAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAgAAAAEAAAAAAAAAAQAAAAAAAAAAAAAAZAAAAAEAAABWVAAAJG0AAAEAAAABAAAAVlQAACRtAAABAAAAAgAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkwAAAAAAAAAAAAAAQA4AAAEAAAABAAAAAQAAAAAAAAAAAAAAAAAAAAEAAAABAAAAAQAAAP////8AAAAAAAAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAA//8AAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFZUAAAkbQAAAAAAAAEAAAB/AAAAfwAAAH8AAAB/AAAAAAAAAAAAAAAAAAAAAAAAAOcDAAD/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAQAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQwBhAG4AbwBuACAAaQA4ADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEECQjcAFQFA9+BAwEAAQDqCm8IZAABAAcA/f8CAAEAAAABAAAATABlAHQAdABlAHIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAgAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMcxnGI=]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[DRIVER=winspool
|
||||||
|
DEVICE=\\secretariat\Epson LX-300+
|
||||||
|
OUTPUT=LPT1:
|
||||||
|
ORIENTATION=1
|
||||||
|
PAPERSIZE=11
|
||||||
|
ASCII=0
|
||||||
|
COPIES=1
|
||||||
|
DEFAULTSOURCE=7
|
||||||
|
PRINTQUALITY=600
|
||||||
|
COLOR=2
|
||||||
|
YRESOLUTION=600
|
||||||
|
TTOPTION=2
|
||||||
|
COLLATE=1
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="0" name="" vpos="0.000" hpos="0.000" height="23230.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="1" name="" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="4" name="" vpos="0.000" hpos="0.000" height="1980.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="7" name="" vpos="0.000" hpos="0.000" height="12813.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="8" name="" vpos="0.000" hpos="0.000" height="3646.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".T." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="833.333" hpos="52604.167" height="3541.667" width="24791.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.denumire]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="8125.000" hpos="52291.667" height="3541.667" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.adresa]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="13854.167" hpos="52291.667" height="1875.000" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.banca]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="10625.000" hpos="42187.500" height="1875.000" width="8854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="D" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.dataact]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="12187.500" hpos="52291.667" height="1875.000" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.cont_banca]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="6041.667" hpos="59062.500" height="1875.000" width="14270.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.cod_fiscal]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="8958.333" hpos="38645.833" height="1875.000" width="12395.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@B"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(poDate.nract,'999999999999')]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="4479.167" hpos="59062.500" height="1875.000" width="14270.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.reg_comert]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="2916.667" height="1875.000" width="33437.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(denumire)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="45729.167" height="1875.000" width="6979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(cantitate,get_mask(14,gnPCant)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="53854.167" height="1875.000" width="7604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(pretftva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="62500.000" height="1875.000" width="11979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(valtva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="32604.167" hpos="45208.333" height="2187.500" width="26250.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotCTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="40000.000" hpos="30000.000" height="1875.000" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ptDataOra]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="32812.500" hpos="23437.500" height="1875.000" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nume_delegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="34791.667" hpos="23437.500" height="1875.000" width="11562.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.BIdelegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="38125.000" hpos="31354.167" height="1875.000" width="17500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nrinmat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="34583.333" hpos="2500.000" height="3541.667" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nume_responsabil]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36250.000" hpos="2500.000" height="1875.000" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["B.I. seria: "+ALLTRIM(poDate.BIresp)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="38020.833" hpos="2500.000" height="1875.000" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["CNP: "+ALLTRIM(poDate.CNPresp)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="36875.000" height="1875.000" width="5104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(NVL(um,''))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="48125.000" hpos="3750.000" height="1875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".T."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[GCTEXTSUBSOLAVIZ]]>
|
||||||
|
<supexpr><![CDATA[!ISNULL(GCTEXTSUBSOLFACT) AND !EMPTY(GCTEXTSUBSOLFACT)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="0.000" height="1875.000" width="2500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[nrcrt]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[ ]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="49895.833" hpos="3750.000" height="1875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[pcExplicatieContract]]>
|
||||||
|
<supexpr><![CDATA[!EMPTY(pcExplicatieContract)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="46354.167" hpos="3750.000" height="1875.000" width="25104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.text_aditional]]>
|
||||||
|
<supexpr><![CDATA[!EMPTY(poDate.text_aditional)]]>
|
||||||
|
<comment><![CDATA[ ]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36458.333" hpos="23437.500" height="1875.000" width="17916.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.CNPdelegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotFTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valftva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valtva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotCTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valtva+valftva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="nrcrt" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="1" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[0]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="8.000" height="15.000" width="42.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="4.000" height="13.000" width="14.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="25" objcode="0" name="dataenvironment" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[Top = 220
|
||||||
|
Left = 1
|
||||||
|
Width = 520
|
||||||
|
Height = 200
|
||||||
|
Visible = .F.
|
||||||
|
TabStop = .F.
|
||||||
|
DataSource = .NULL.
|
||||||
|
Name = "Dataenvironment"
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
612
Formulare/Fruvimed_nepersonalizate/Gheata0609/usr_factura.fr2
Normal file
@@ -0,0 +1,612 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="usr_factura.frx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="1" objcode="53" name="" vpos="1.000" hpos="5000.000" height="1000.000" width="75055.000" order="" unique=".F." environ=".T." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="1" rulerlines="1" grid=".T." gridv="12" gridh="12" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".T." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".T." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[{8}{0}{18}{0}/{0}{1}{0}winspool{0}{0}\\secretariat\Epson LX-300+{0}{0}LPT1:{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}]]>
|
||||||
|
<tag2><![CDATA[XFxzZWNyZXRhcmlhdFxFcHNvbiBMWC0zMDArAAAAAAABBAAFnAA0AkPvgAUBAAkA6gpvCGQAAQABAWgBAQABAGgBAgABAExldHRlcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAEAAAACAAAAAQAAAP////8AAAAAAAAAAAAAAAAAAAAARElOVSIAAAA0AgAAgloH8gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAQAAAAAAAQAHAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAQAAAAMAAAAHAAAAAwAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAgAAAAEAAAAAAAAAAQAAAAAAAAAAAAAAZAAAAAEAAABWVAAAJG0AAAEAAAABAAAAVlQAACRtAAABAAAAAgAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkwAAAAAAAAAAAAAAQA4AAAEAAAABAAAAAQAAAAAAAAAAAAAAAAAAAAEAAAABAAAAAQAAAP////8AAAAAAAAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAA//8AAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFZUAAAkbQAAAAAAAAEAAAB/AAAAfwAAAH8AAAB/AAAAAAAAAAAAAAAAAAAAAAAAAOcDAAD/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAQAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQwBhAG4AbwBuACAAaQA4ADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEECQjcAFQFA9+BAwEAAQDqCm8IZAABAAcA/f8CAAEAAAABAAAATABlAHQAdABlAHIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAgAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMcxnGI=]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[DRIVER=winspool
|
||||||
|
DEVICE=\\secretariat\Epson LX-300+
|
||||||
|
OUTPUT=LPT1:
|
||||||
|
ORIENTATION=0
|
||||||
|
PAPERSIZE=9
|
||||||
|
ASCII=0
|
||||||
|
COPIES=1
|
||||||
|
DEFAULTSOURCE=257
|
||||||
|
PRINTQUALITY=360
|
||||||
|
COLOR=1
|
||||||
|
YRESOLUTION=360
|
||||||
|
TTOPTION=2
|
||||||
|
COLLATE=1
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="1" name="" vpos="0.000" hpos="0.000" height="34688.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="4" name="" vpos="0.000" hpos="0.000" height="1980.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="7" name="" vpos="0.000" hpos="0.000" height="26250.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="8" name="" vpos="0.000" hpos="0.000" height="8646.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".T." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="5104.167" height="1875.000" width="26250.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(denumire)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="35416.667" height="1875.000" width="6979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(cantitate,get_mask(14,gnPCant)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="43333.333" height="1875.000" width="7604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(pretftva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="51354.167" height="1875.000" width="10625.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(valftva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="61145.833" height="1875.000" width="11979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(valtva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="52083.333" hpos="46770.833" height="2291.667" width="15208.333" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotFTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="52083.333" hpos="54791.667" height="2291.667" width="16666.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="62708.333" hpos="45208.333" height="2187.500" width="26250.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotCTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="63437.500" hpos="23541.667" height="1875.000" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ptDataOra]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="51979.167" hpos="27291.667" height="1875.000" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nume_delegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="58229.167" hpos="23229.167" height="1875.000" width="10625.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.BIdelegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="60000.000" hpos="23229.167" height="1875.000" width="20000.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nrinmat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="56458.333" hpos="2500.000" height="3541.667" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nume_responsabil]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="58125.000" hpos="2500.000" height="1875.000" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["B.I. seria: "+ALLTRIM(poDate.BIresp)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="59895.833" hpos="2500.000" height="1875.000" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["CNP: "+ALLTRIM(poDate.CNPresp)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="31562.500" height="1875.000" width="5104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(NVL(um,''))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="70937.500" hpos="3750.000" height="6875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[GCTEXTSUBSOLFACT]]>
|
||||||
|
<supexpr><![CDATA[!ISNULL(GCTEXTSUBSOLFACT) AND !EMPTY(GCTEXTSUBSOLFACT)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="45937.500" hpos="6979.167" height="1875.000" width="20104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA['Data scadenta: '+dtoc(poDate.datascad)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36875.000" hpos="1562.500" height="1875.000" width="2500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[nrcrt]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="69166.667" hpos="3750.000" height="1875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[pcExplicatieContract]]>
|
||||||
|
<supexpr><![CDATA[!EMPTY(pcExplicatieContract)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="9895.833" hpos="47500.000" height="3541.667" width="23854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.denumire]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="18750.000" hpos="52604.167" height="3541.667" width="18750.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.adresa]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="23854.167" hpos="49166.667" height="1875.000" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.banca]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="18437.500" hpos="39791.667" height="1770.833" width="10729.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="D" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.dataact]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="21979.167" hpos="49166.667" height="1875.000" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.cont_banca]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="17083.333" hpos="53750.000" height="1875.000" width="17604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.cod_fiscal]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="16770.833" hpos="32916.667" height="1770.833" width="12395.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@B"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(poDate.nract,'999999999999')]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="15208.333" hpos="53750.000" height="1875.000" width="17604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.reg_comert]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="24791.667" hpos="6979.167" height="1875.000" width="3854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.proc_tva]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="40833.333" hpos="3854.167" height="5208.333" width="25000.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.text_aditional]]>
|
||||||
|
<supexpr><![CDATA[!EMPTY(poDate.text_aditional)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="54791.667" hpos="25833.333" height="1875.000" width="19270.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.CNPdelegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotFTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valftva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valtva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotCTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valtva+valftva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="nrcrt" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="1" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[0]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="6.000" height="16.000" width="17.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="8.000" height="15.000" width="42.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="4.000" height="13.000" width="14.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="15.000" hpos="7.000" height="12.000" width="8.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="25" objcode="0" name="dataenvironment" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[Top = 220
|
||||||
|
Left = 1
|
||||||
|
Width = 520
|
||||||
|
Height = 200
|
||||||
|
DataSource = .NULL.
|
||||||
|
Name = "Dataenvironment"
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
BIN
Formulare/Generale/sigla.jpg
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
1384
Formulare/Generale/usr_aviz.fr2
Normal file
1504
Formulare/Generale/usr_factura.fr2
Normal file
1516
Formulare/Generale/usr_factura_a5.fr2
Normal file
614
Formulare/Romfast/Backup/USR_FACTURA_0603.fr2
Normal file
@@ -0,0 +1,614 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="usr_factura_0603.frx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="1" objcode="53" name="" vpos="1.000" hpos="1000.000" height="1000.000" width="78333.000" order="" unique=".F." environ=".T." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="1" rulerlines="0" grid=".T." gridv="12" gridh="12" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".T." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".T." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[{8}{0}{18}{0}/{0}{1}{0}winspool{0}{0}\\secretariat\Epson LX-300+{0}{0}LPT1:{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}]]>
|
||||||
|
<tag2><![CDATA[RXBzb24gTFgtMzAwKwAxMjAgUENMNgAAAAAAAAAAAAABBAAFnAA0AkPvgAUCAAsA6gpvCGQAAQAHAFgCAgABAFgCAgABAExldHRlcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAEAAAACAAAAAQAAAP////8AAAAAAAAAAAAAAAAAAAAARElOVSIAAAA0AgAAgloH8gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAQAAAAAAAQAHAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQBIAP8AAAAAAAAAAAAAAAAAAAAAAAAAAAABAAABAAABAQECAAABAgABAgFYAlgCUAMBAAEAAQABAAEAcwBSAEcAQgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABzAFIARwBCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHMAUgBHAEIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARfAgABQXJpYWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABDb3VyaWVyIE5ldwAAAAAAAAAAAAAAAAAAAAAAAAAAAFRpbWVzIE5ldyBSb21hbgAAAAAAAAAAAAAAAAAAAAAAU3ltYm9sAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXaW5nZGluZ3MAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQsXFBoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQXJpYWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABDb3VyaWVyAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFRpbWVzIE5ldyBSb21hbgAAAAAAAAAAAAAAAAAAAAAAU3ltYm9sAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXaW5nZGluZ3MAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQDpAQAAIwQAAGkFAAB2AgAAqgMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0CJoLAQEBAQEAAQAAAQAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGWERKA==]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[DRIVER=winspool
|
||||||
|
DEVICE=\\secretariat\Epson LX-300+
|
||||||
|
OUTPUT=LPT1:
|
||||||
|
ORIENTATION=1
|
||||||
|
PAPERSIZE=11
|
||||||
|
ASCII=0
|
||||||
|
COPIES=1
|
||||||
|
DEFAULTSOURCE=7
|
||||||
|
PRINTQUALITY=600
|
||||||
|
COLOR=2
|
||||||
|
YRESOLUTION=600
|
||||||
|
TTOPTION=2
|
||||||
|
COLLATE=1
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="0" name="" vpos="0.000" hpos="0.000" height="23230.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="1" name="" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="4" name="" vpos="0.000" hpos="0.000" height="1980.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="7" name="" vpos="0.000" hpos="0.000" height="23750.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="8" name="" vpos="0.000" hpos="0.000" height="3646.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".T." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="833.333" hpos="52604.167" height="3541.667" width="24791.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.denumire]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="8125.000" hpos="52291.667" height="3541.667" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.adresa]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="13854.167" hpos="52291.667" height="1875.000" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.banca]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="10625.000" hpos="42187.500" height="1875.000" width="8854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="D" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.dataact]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="12187.500" hpos="52291.667" height="1875.000" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.cont_banca]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="6041.667" hpos="59062.500" height="1875.000" width="14270.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.cod_fiscal]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="8958.333" hpos="38645.833" height="1875.000" width="12395.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@B"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(poDate.nract,'999999999999')]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="4479.167" hpos="59062.500" height="1875.000" width="14270.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.reg_comert]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="2916.667" height="1875.000" width="26354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(denumire)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="34479.167" height="1875.000" width="6979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(cantitate,get_mask(14,gnPCant)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="41979.167" height="1875.000" width="7604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(pretftva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="50000.000" height="1875.000" width="11979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(valftva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[ ]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="62500.000" height="1875.000" width="11979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(valtva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36145.833" hpos="46770.833" height="2291.667" width="15208.333" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotFTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[ ]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36145.833" hpos="57812.500" height="2291.667" width="16666.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[ ]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="42083.333" hpos="45208.333" height="2187.500" width="26250.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotCTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="43854.167" hpos="18020.833" height="1875.000" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ptDataOra]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36666.667" hpos="23437.500" height="1875.000" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nume_delegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="38750.000" hpos="23437.500" height="1875.000" width="11562.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.BIdelegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="40833.333" hpos="23541.667" height="1875.000" width="11562.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nrinmat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="37916.667" hpos="2500.000" height="3541.667" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nume_responsabil]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="39583.333" hpos="2500.000" height="1875.000" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["B.I. seria: "+ALLTRIM(poDate.BIresp)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="41354.167" hpos="2500.000" height="1875.000" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["CNP: "+ALLTRIM(poDate.CNPresp)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="28750.000" height="1875.000" width="5104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(NVL(um,''))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="60729.167" hpos="3750.000" height="1875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".T."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[GCTEXTSUBSOLFACT]]>
|
||||||
|
<supexpr><![CDATA[!ISNULL(GCTEXTSUBSOLFACT) AND !EMPTY(GCTEXTSUBSOLFACT)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="31875.000" hpos="2500.000" height="1875.000" width="20104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA['Data scadenta: '+dtoc(poDate.datascad)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[ ]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="0.000" height="1875.000" width="2500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[nrcrt]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[ ]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="14479.167" hpos="10000.000" height="1875.000" width="3854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.proc_tva]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="57187.500" hpos="3750.000" height="1875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[pcExplicatieContract]]>
|
||||||
|
<supexpr><![CDATA[!EMPTY(pcExplicatieContract)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="58958.333" hpos="3750.000" height="1875.000" width="25104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.text_aditional]]>
|
||||||
|
<supexpr><![CDATA[!EMPTY(poDate.text_aditional)]]>
|
||||||
|
<comment><![CDATA[ ]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotFTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valftva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valtva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotCTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valtva+valftva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="nrcrt" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="1" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[0]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="6.000" height="16.000" width="17.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="8.000" height="15.000" width="42.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="4.000" height="13.000" width="14.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="25" objcode="0" name="dataenvironment" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[Top = 220
|
||||||
|
Left = 1
|
||||||
|
Width = 520
|
||||||
|
Height = 200
|
||||||
|
Visible = .F.
|
||||||
|
TabStop = .F.
|
||||||
|
DataSource = .NULL.
|
||||||
|
Name = "Dataenvironment"
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
614
Formulare/Romfast/Backup/USR_FACTURA_1810.fr2
Normal file
@@ -0,0 +1,614 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="usr_factura_1810.frx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="1" objcode="53" name="" vpos="1.000" hpos="1000.000" height="1000.000" width="78333.000" order="" unique=".F." environ=".T." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="1" rulerlines="0" grid=".T." gridv="12" gridh="12" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".T." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".T." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[{8}{0}{18}{0}/{0}{1}{0}winspool{0}{0}\\secretariat\Epson LX-300+{0}{0}LPT1:{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}]]>
|
||||||
|
<tag2><![CDATA[RXBzb24gTFgtMzAwKwAxMjAgUENMNgAAAAAAAAAAAAABBAAFnAA0AkPvgAUCAAsA6gpvCGQAAQAHAFgCAgABAFgCAgABAExldHRlcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAEAAAACAAAAAQAAAP////8AAAAAAAAAAAAAAAAAAAAARElOVSIAAAA0AgAAgloH8gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAQAAAAAAAQAHAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQBIAP8AAAAAAAAAAAAAAAAAAAAAAAAAAAABAAABAAABAQECAAABAgABAgFYAlgCUAMBAAEAAQABAAEAcwBSAEcAQgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABzAFIARwBCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHMAUgBHAEIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARfAgABQXJpYWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABDb3VyaWVyIE5ldwAAAAAAAAAAAAAAAAAAAAAAAAAAAFRpbWVzIE5ldyBSb21hbgAAAAAAAAAAAAAAAAAAAAAAU3ltYm9sAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXaW5nZGluZ3MAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQsXFBoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQXJpYWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABDb3VyaWVyAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFRpbWVzIE5ldyBSb21hbgAAAAAAAAAAAAAAAAAAAAAAU3ltYm9sAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXaW5nZGluZ3MAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQDpAQAAIwQAAGkFAAB2AgAAqgMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0CJoLAQEBAQEAAQAAAQAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGWERKA==]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[DRIVER=winspool
|
||||||
|
DEVICE=\\secretariat\Epson LX-300+
|
||||||
|
OUTPUT=LPT1:
|
||||||
|
ORIENTATION=1
|
||||||
|
PAPERSIZE=11
|
||||||
|
ASCII=0
|
||||||
|
COPIES=1
|
||||||
|
DEFAULTSOURCE=7
|
||||||
|
PRINTQUALITY=600
|
||||||
|
COLOR=2
|
||||||
|
YRESOLUTION=600
|
||||||
|
TTOPTION=2
|
||||||
|
COLLATE=1
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="0" name="" vpos="0.000" hpos="0.000" height="23230.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="1" name="" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="4" name="" vpos="0.000" hpos="0.000" height="1980.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="7" name="" vpos="0.000" hpos="0.000" height="23750.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="8" name="" vpos="0.000" hpos="0.000" height="6355.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".T." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="833.333" hpos="52604.167" height="3541.667" width="24791.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.denumire]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="9062.500" hpos="52291.667" height="3541.667" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.adresa]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="14270.833" hpos="52291.667" height="1875.000" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.banca]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="10937.500" hpos="42291.667" height="1875.000" width="8854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="D" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.dataact]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="12395.833" hpos="52291.667" height="1875.000" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.cont_banca]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="7187.500" hpos="59062.500" height="1875.000" width="14270.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.cod_fiscal]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="8958.333" hpos="38750.000" height="1875.000" width="12395.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@B"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(poDate.nract,'999999999999')]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="5312.500" hpos="59062.500" height="1875.000" width="14270.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.reg_comert]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="2916.667" height="1875.000" width="26354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(denumire)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="34479.167" height="1875.000" width="6979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(cantitate,get_mask(14,gnPCant)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="41979.167" height="1875.000" width="7604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(pretftva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="50000.000" height="1875.000" width="11979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(valftva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="62500.000" height="1875.000" width="11979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(valtva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36145.833" hpos="46979.167" height="2291.667" width="15208.333" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotFTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36145.833" hpos="54791.667" height="2291.667" width="16666.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="42083.333" hpos="45208.333" height="2187.500" width="26250.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotCTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="43854.167" hpos="18020.833" height="1875.000" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ptDataOra]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36666.667" hpos="23437.500" height="1875.000" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nume_delegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="38750.000" hpos="23437.500" height="1875.000" width="11562.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.BIdelegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="40833.333" hpos="23541.667" height="1875.000" width="11562.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nrinmat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="37916.667" hpos="2500.000" height="3541.667" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nume_responsabil]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="39583.333" hpos="2500.000" height="1875.000" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["B.I. seria: "+ALLTRIM(poDate.BIresp)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="41354.167" hpos="2500.000" height="1875.000" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["CNP: "+ALLTRIM(poDate.CNPresp)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="28750.000" height="1875.000" width="5104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(NVL(um,''))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="61458.333" hpos="3750.000" height="1875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".T."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[GCTEXTSUBSOLFACT]]>
|
||||||
|
<supexpr><![CDATA[!ISNULL(GCTEXTSUBSOLFACT) AND !EMPTY(GCTEXTSUBSOLFACT)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="31875.000" hpos="2500.000" height="1875.000" width="20104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA['Data scadenta: '+dtoc(poDate.datascad)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[ ]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="0.000" height="1875.000" width="2500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[nrcrt]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[ ]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="14479.167" hpos="10000.000" height="1875.000" width="3854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.proc_tva]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="57500.000" hpos="3750.000" height="1875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[pcExplicatieContract]]>
|
||||||
|
<supexpr><![CDATA[!EMPTY(pcExplicatieContract)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="59479.167" hpos="3750.000" height="1875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.text_aditional]]>
|
||||||
|
<supexpr><![CDATA[!EMPTY(poDate.text_aditional)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotFTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valftva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valtva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotCTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valtva+valftva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="nrcrt" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="1" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[0]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="6.000" height="16.000" width="17.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="8.000" height="15.000" width="42.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="4.000" height="13.000" width="14.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="25" objcode="0" name="dataenvironment" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[Top = 220
|
||||||
|
Left = 1
|
||||||
|
Width = 520
|
||||||
|
Height = 200
|
||||||
|
Visible = .F.
|
||||||
|
TabStop = .F.
|
||||||
|
DataSource = .NULL.
|
||||||
|
Name = "Dataenvironment"
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
614
Formulare/Romfast/Backup/usr_factura_2010.fr2
Normal file
@@ -0,0 +1,614 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="usr_factura_2010.frx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="1" objcode="53" name="" vpos="1.000" hpos="1000.000" height="1000.000" width="78333.000" order="" unique=".F." environ=".T." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="1" rulerlines="0" grid=".T." gridv="12" gridh="12" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".T." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".T." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[{8}{0}{18}{0}/{0}{1}{0}winspool{0}{0}\\secretariat\Epson LX-300+{0}{0}LPT1:{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}]]>
|
||||||
|
<tag2><![CDATA[XFxzZWNyZXRhcmlhdFxFcHNvbiBMWC0zMDArAAAAAAABBAAFnAA0AkPvgAUCAAsA6gpvCGQAAQAHAFgCAgABAFgCAgABAExldHRlcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAEAAAACAAAAAQAAAP////8AAAAAAAAAAAAAAAAAAAAARElOVSIAAAA0AgAAgloH8gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAQAAAAAAAQAHAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[DRIVER=winspool
|
||||||
|
DEVICE=\\secretariat\Epson LX-300+
|
||||||
|
OUTPUT=LPT1:
|
||||||
|
ORIENTATION=1
|
||||||
|
PAPERSIZE=11
|
||||||
|
ASCII=0
|
||||||
|
COPIES=1
|
||||||
|
DEFAULTSOURCE=7
|
||||||
|
PRINTQUALITY=600
|
||||||
|
COLOR=2
|
||||||
|
YRESOLUTION=600
|
||||||
|
TTOPTION=2
|
||||||
|
COLLATE=1
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="0" name="" vpos="0.000" hpos="0.000" height="23230.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="1" name="" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="4" name="" vpos="0.000" hpos="0.000" height="1980.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="7" name="" vpos="0.000" hpos="0.000" height="23750.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="8" name="" vpos="0.000" hpos="0.000" height="2000.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".T." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="833.333" hpos="52604.167" height="3541.667" width="24791.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.denumire]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="9062.500" hpos="52291.667" height="3541.667" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.adresa]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="14270.833" hpos="52291.667" height="1875.000" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.banca]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="10937.500" hpos="42291.667" height="1875.000" width="8854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="D" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.dataact]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="12395.833" hpos="52291.667" height="1875.000" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.cont_banca]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="7187.500" hpos="59062.500" height="1875.000" width="14270.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.cod_fiscal]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="8958.333" hpos="38750.000" height="1875.000" width="12395.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@B"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(poDate.nract,'999999999999')]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="5312.500" hpos="59062.500" height="1875.000" width="14270.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.reg_comert]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="2916.667" height="1875.000" width="26354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(denumire)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="34479.167" height="1875.000" width="6979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(cantitate,get_mask(14,gnPCant)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="41979.167" height="1875.000" width="7604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(pretftva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="50000.000" height="1875.000" width="11979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(valftva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="62500.000" height="1875.000" width="11979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(valtva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36145.833" hpos="46979.167" height="2291.667" width="15208.333" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotFTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36145.833" hpos="54791.667" height="2291.667" width="16666.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="42083.333" hpos="45208.333" height="2187.500" width="26250.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotCTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="43854.167" hpos="18020.833" height="1875.000" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ptDataOra]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36666.667" hpos="23437.500" height="1875.000" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nume_delegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="38750.000" hpos="23437.500" height="1875.000" width="11562.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.BIdelegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="40833.333" hpos="23541.667" height="1875.000" width="11562.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nrinmat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="37916.667" hpos="2500.000" height="3541.667" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nume_responsabil]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="39583.333" hpos="2500.000" height="1875.000" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["B.I. seria: "+ALLTRIM(poDate.BIresp)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="41354.167" hpos="2500.000" height="1875.000" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["CNP: "+ALLTRIM(poDate.CNPresp)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="28750.000" height="1875.000" width="5104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(NVL(um,''))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="60729.167" hpos="3750.000" height="1875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".T."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[GCTEXTSUBSOLFACT]]>
|
||||||
|
<supexpr><![CDATA[!ISNULL(GCTEXTSUBSOLFACT) AND !EMPTY(GCTEXTSUBSOLFACT)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="31875.000" hpos="2500.000" height="1875.000" width="20104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA['Data scadenta: '+dtoc(poDate.datascad)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[ ]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="0.000" height="1875.000" width="2500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[nrcrt]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[ ]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="14479.167" hpos="10000.000" height="1875.000" width="3854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.proc_tva]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="57187.500" hpos="3750.000" height="1875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[pcExplicatieContract]]>
|
||||||
|
<supexpr><![CDATA[!EMPTY(pcExplicatieContract)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="58958.333" hpos="3750.000" height="1875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.text_aditional]]>
|
||||||
|
<supexpr><![CDATA[!EMPTY(poDate.text_aditional)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotFTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valftva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valtva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotCTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valtva+valftva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="nrcrt" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="1" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[0]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="6.000" height="16.000" width="17.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="8.000" height="15.000" width="42.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="4.000" height="13.000" width="14.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="25" objcode="0" name="dataenvironment" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[Top = 220
|
||||||
|
Left = 1
|
||||||
|
Width = 520
|
||||||
|
Height = 200
|
||||||
|
Visible = .F.
|
||||||
|
TabStop = .F.
|
||||||
|
DataSource = .NULL.
|
||||||
|
Name = "Dataenvironment"
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
614
Formulare/Romfast/Backup1304/USR_FACTURA_A5.fr2
Normal file
@@ -0,0 +1,614 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="usr_factura_a5.frx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="1" objcode="53" name="" vpos="1.000" hpos="1000.000" height="1000.000" width="78333.000" order="" unique=".F." environ=".T." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="1" rulerlines="0" grid=".T." gridv="12" gridh="12" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".T." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".T." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[{8}{0}{18}{0}/{0}{1}{0}winspool{0}{0}\\secretariat\Epson LX-300+{0}{0}LPT1:{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}]]>
|
||||||
|
<tag2><![CDATA[RXBzb24gTFgtMzAwKwAxMjAgUENMNgAAAAAAAAAAAAABBAAFnAA0AkPvgAUCAAsA6gpvCGQAAQAHAFgCAgABAFgCAgABAExldHRlcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAEAAAACAAAAAQAAAP////8AAAAAAAAAAAAAAAAAAAAARElOVSIAAAA0AgAAgloH8gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAQAAAAAAAQAHAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQBIAP8AAAAAAAAAAAAAAAAAAAAAAAAAAAABAAABAAABAQECAAABAgABAgFYAlgCUAMBAAEAAQABAAEAcwBSAEcAQgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABzAFIARwBCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHMAUgBHAEIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARfAgABQXJpYWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABDb3VyaWVyIE5ldwAAAAAAAAAAAAAAAAAAAAAAAAAAAFRpbWVzIE5ldyBSb21hbgAAAAAAAAAAAAAAAAAAAAAAU3ltYm9sAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXaW5nZGluZ3MAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQsXFBoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQXJpYWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABDb3VyaWVyAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFRpbWVzIE5ldyBSb21hbgAAAAAAAAAAAAAAAAAAAAAAU3ltYm9sAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXaW5nZGluZ3MAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQDpAQAAIwQAAGkFAAB2AgAAqgMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0CJoLAQEBAQEAAQAAAQAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGWERKA==]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[DRIVER=winspool
|
||||||
|
DEVICE=\\secretariat\Epson LX-300+
|
||||||
|
OUTPUT=LPT1:
|
||||||
|
ORIENTATION=1
|
||||||
|
PAPERSIZE=11
|
||||||
|
ASCII=0
|
||||||
|
COPIES=1
|
||||||
|
DEFAULTSOURCE=7
|
||||||
|
PRINTQUALITY=600
|
||||||
|
COLOR=2
|
||||||
|
YRESOLUTION=600
|
||||||
|
TTOPTION=2
|
||||||
|
COLLATE=1
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="0" name="" vpos="0.000" hpos="0.000" height="23230.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="1" name="" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="4" name="" vpos="0.000" hpos="0.000" height="1980.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="7" name="" vpos="0.000" hpos="0.000" height="23750.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="8" name="" vpos="0.000" hpos="0.000" height="3646.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".T." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="833.333" hpos="52604.167" height="3541.667" width="24791.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.denumire]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="8125.000" hpos="52291.667" height="3541.667" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.adresa]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="13854.167" hpos="52291.667" height="1875.000" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.banca]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="10625.000" hpos="42187.500" height="1875.000" width="8854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="D" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.dataact]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="12187.500" hpos="52291.667" height="1875.000" width="21041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.cont_banca]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="6041.667" hpos="59062.500" height="1875.000" width="14270.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.cod_fiscal]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="8958.333" hpos="38645.833" height="1875.000" width="12395.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@B"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(poDate.nract,'999999999999')]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="4479.167" hpos="59062.500" height="1875.000" width="14270.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poClient.reg_comert]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="2916.667" height="1875.000" width="26354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(denumire)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="34479.167" height="1875.000" width="6979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(cantitate,get_mask(14,gnPCant)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="41979.167" height="1875.000" width="7604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(pretftva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="50000.000" height="1875.000" width="11979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(valftva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[ ]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="62500.000" height="1875.000" width="11979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(valtva,get_mask(14,gnPa)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36145.833" hpos="46770.833" height="2291.667" width="15208.333" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotFTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[ ]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36145.833" hpos="57812.500" height="2291.667" width="16666.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[ ]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="42083.333" hpos="45208.333" height="2187.500" width="26250.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(pnTotCTva,get_mask(14,gnPa))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="43854.167" hpos="18020.833" height="1875.000" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ptDataOra]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36666.667" hpos="23437.500" height="1875.000" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nume_delegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="38750.000" hpos="23437.500" height="1875.000" width="11562.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.BIdelegat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="40833.333" hpos="23541.667" height="1875.000" width="11562.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nrinmat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="37916.667" hpos="2500.000" height="3541.667" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.nume_responsabil]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="39583.333" hpos="2500.000" height="1875.000" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["B.I. seria: "+ALLTRIM(poDate.BIresp)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="41354.167" hpos="2500.000" height="1875.000" width="16875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["CNP: "+ALLTRIM(poDate.CNPresp)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="28750.000" height="1875.000" width="5104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(NVL(um,''))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="60729.167" hpos="3750.000" height="1875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".T."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[GCTEXTSUBSOLFACT]]>
|
||||||
|
<supexpr><![CDATA[!ISNULL(GCTEXTSUBSOLFACT) AND !EMPTY(GCTEXTSUBSOLFACT)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="31875.000" hpos="2500.000" height="1875.000" width="20104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA['Data scadenta: '+dtoc(poDate.datascad)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[ ]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="27500.000" hpos="0.000" height="1875.000" width="2500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[nrcrt]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[ ]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="14479.167" hpos="10000.000" height="1875.000" width="3854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.proc_tva]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="57187.500" hpos="3750.000" height="1875.000" width="68854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[pcExplicatieContract]]>
|
||||||
|
<supexpr><![CDATA[!EMPTY(pcExplicatieContract)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="58958.333" hpos="3750.000" height="1875.000" width="25104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.text_aditional]]>
|
||||||
|
<supexpr><![CDATA[!EMPTY(poDate.text_aditional)]]>
|
||||||
|
<comment><![CDATA[ ]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotFTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valftva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valtva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotCTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valtva+valftva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="nrcrt" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="1" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[0]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="6.000" height="16.000" width="17.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="11" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="8.000" height="15.000" width="42.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="4.000" height="13.000" width="14.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="25" objcode="0" name="dataenvironment" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[Top = 220
|
||||||
|
Left = 1
|
||||||
|
Width = 520
|
||||||
|
Height = 200
|
||||||
|
Visible = .F.
|
||||||
|
TabStop = .F.
|
||||||
|
DataSource = .NULL.
|
||||||
|
Name = "Dataenvironment"
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
1465
Formulare/Romfast/Backup1605/USR_FACTURA_A5.fr2
Normal file
BIN
Formulare/Romfast/Sigle ROMFAST/romfast.bmp
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
Formulare/Romfast/Sigle ROMFAST/romfast.jpg
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
Formulare/Romfast/Sigle ROMFAST/romfast_mic.jpg
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
1370
Formulare/Romfast/Teste1304/v1_usr_factura_a5.fr2
Normal file
1310
Formulare/Romfast/Teste1304/v2_usr_factura_a5.fr2
Normal file
BIN
Grafice/Originale/avize.png
Normal file
|
After Width: | Height: | Size: 6.0 KiB |
BIN
Grafice/Originale/comenzi.png
Normal file
|
After Width: | Height: | Size: 4.8 KiB |
BIN
Grafice/Originale/contracte.png
Normal file
|
After Width: | Height: | Size: 5.1 KiB |
BIN
Grafice/Originale/listapreturi.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
Grafice/f1.jpg
Normal file
|
After Width: | Height: | Size: 9.1 KiB |
BIN
Grafice/f2.jpg
Normal file
|
After Width: | Height: | Size: 6.3 KiB |
BIN
Grafice/f3.jpg
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
Grafice/icon_avize1.png
Normal file
|
After Width: | Height: | Size: 5.1 KiB |
BIN
Grafice/icon_avize2.png
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
Grafice/icon_comenzi1.png
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
Grafice/icon_comenzi2.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
Grafice/icon_contracte1.png
Normal file
|
After Width: | Height: | Size: 4.8 KiB |
BIN
Grafice/icon_contracte2.png
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
BIN
Grafice/icon_listapreturi1.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
Grafice/icon_listapreturi2.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
Grafice/roafacturare.bmp
Normal file
|
After Width: | Height: | Size: 358 KiB |
23
Meniuri/alte_rapoarte.mn2
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="alte_rapoarte.mnx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
*<MenuType>4</MenuType>
|
||||||
|
*<MenuLocation>REPLACE</MenuLocation>
|
||||||
|
|
||||||
|
*<MenuCode>
|
||||||
|
DEFINE POPUP Shortcut SHORTCUT RELATIVE FROM MROW(),MCOL()
|
||||||
|
DEFINE BAR 1 OF Shortcut PROMPT "\<Centralizator valoric pe subgrupe de produse"
|
||||||
|
ON SELECTION BAR 1 OF Shortcut DO BAR_1_OF_Shortcut_FB2P
|
||||||
|
ACTIVATE POPUP Shortcut
|
||||||
|
|
||||||
|
*</MenuCode>
|
||||||
|
|
||||||
|
*<Procedures>
|
||||||
|
PROCEDURE BAR_1_OF_Shortcut_FB2P
|
||||||
|
* raportul nu este corect
|
||||||
|
*!* DO rap_centr_subgrupe IN oproceduri_rapoarte_fact.prg
|
||||||
|
ENDPROC && BAR_1_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
*</Procedures>
|
||||||
70
Meniuri/aviz_clienti.mn2
Normal file
@@ -0,0 +1,70 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="aviz_clienti.mnx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
*<MenuType>4</MenuType>
|
||||||
|
*<MenuLocation>REPLACE</MenuLocation>
|
||||||
|
|
||||||
|
*<MenuCode>
|
||||||
|
DEFINE POPUP Shortcut SHORTCUT RELATIVE FROM MROW(),MCOL()
|
||||||
|
DEFINE BAR 1 OF Shortcut PROMPT "Pe baza de \<comanda"
|
||||||
|
ON SELECTION BAR 1 OF Shortcut DO BAR_1_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
DEFINE BAR 2 OF Shortcut PROMPT "Pe baza de lista de \<preturi"
|
||||||
|
ON SELECTION BAR 2 OF Shortcut DO BAR_2_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
DEFINE BAR 3 OF Shortcut PROMPT "Pe baza de c\<ontract"
|
||||||
|
ON SELECTION BAR 3 OF Shortcut DO BAR_3_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
DEFINE BAR 4 OF Shortcut PROMPT "\<Retur aviz"
|
||||||
|
ON SELECTION BAR 4 OF Shortcut DO emitere_aviz_clienti WITH 7 IN oproceduri_facturare.prg
|
||||||
|
|
||||||
|
DEFINE BAR 5 OF Shortcut PROMPT "\-"
|
||||||
|
ON BAR 5 OF Shortcut ACTIVATE POPUP _2fu0z1r4s
|
||||||
|
|
||||||
|
*----------------------------------
|
||||||
|
DEFINE POPUP _2fu0z1r4s SHORTCUT RELATIVE
|
||||||
|
DEFINE BAR 6 OF Shortcut PROMPT "Retur aviz \<marfa (valoric) - gestiune la pret de achizitie *"
|
||||||
|
ON SELECTION BAR 6 OF Shortcut DO BAR_6_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
DEFINE BAR 7 OF Shortcut PROMPT "Retur \<aviz marfa (valoric) - gestiune la pret de vanzare"
|
||||||
|
ON SELECTION BAR 7 OF Shortcut DO BAR_7_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
DEFINE BAR 8 OF Shortcut PROMPT "\-"
|
||||||
|
ON BAR 8 OF Shortcut ACTIVATE POPUP _4ai0vmx9p
|
||||||
|
|
||||||
|
*----------------------------------
|
||||||
|
DEFINE POPUP _4ai0vmx9p SHORTCUT RELATIVE
|
||||||
|
DEFINE BAR 9 OF Shortcut PROMPT "Protocol marfa la pret de vanzare"
|
||||||
|
ON SELECTION BAR 9 OF Shortcut DO BAR_9_OF_Shortcut_FB2P
|
||||||
|
ACTIVATE POPUP Shortcut
|
||||||
|
|
||||||
|
*</MenuCode>
|
||||||
|
|
||||||
|
*<Procedures>
|
||||||
|
PROCEDURE BAR_1_OF_Shortcut_FB2P
|
||||||
|
DO emitere_aviz_clienti WITH 1 IN oproceduri_facturare.prg
|
||||||
|
ENDPROC && BAR_1_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
PROCEDURE BAR_2_OF_Shortcut_FB2P
|
||||||
|
DO emitere_aviz_clienti WITH 2 IN oproceduri_facturare.prg
|
||||||
|
ENDPROC && BAR_2_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
PROCEDURE BAR_3_OF_Shortcut_FB2P
|
||||||
|
DO emitere_aviz_clienti WITH 3 IN oproceduri_facturare.prg
|
||||||
|
ENDPROC && BAR_3_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
PROCEDURE BAR_6_OF_Shortcut_FB2P
|
||||||
|
DO emitere_aviz_clienti WITH 4 IN oproceduri_facturare.prg
|
||||||
|
ENDPROC && BAR_6_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
PROCEDURE BAR_7_OF_Shortcut_FB2P
|
||||||
|
DO emitere_aviz_clienti WITH 5 IN oproceduri_facturare.prg
|
||||||
|
ENDPROC && BAR_7_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
PROCEDURE BAR_9_OF_Shortcut_FB2P
|
||||||
|
DO emitere_aviz_clienti WITH 6 IN oproceduri_facturare.prg
|
||||||
|
ENDPROC && BAR_9_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
*</Procedures>
|
||||||
41
Meniuri/aviz_clienti_custodie.mn2
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="aviz_clienti_custodie.mnx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
*<MenuType>4</MenuType>
|
||||||
|
*<MenuLocation>REPLACE</MenuLocation>
|
||||||
|
|
||||||
|
*<MenuCode>
|
||||||
|
DEFINE POPUP Shortcut SHORTCUT RELATIVE FROM MROW(),MCOL()
|
||||||
|
DEFINE BAR 1 OF Shortcut PROMPT "Pe baza de \<comanda ( ptr. facturare cantitativa )"
|
||||||
|
ON SELECTION BAR 1 OF Shortcut DO BAR_1_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
DEFINE BAR 2 OF Shortcut PROMPT "Pe baza de comanda ( ptr. facturare \<valorica )"
|
||||||
|
ON SELECTION BAR 2 OF Shortcut DO BAR_2_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
DEFINE BAR 3 OF Shortcut PROMPT "\-"
|
||||||
|
ON BAR 3 OF Shortcut ACTIVATE POPUP _3ac0qgnpn
|
||||||
|
|
||||||
|
*----------------------------------
|
||||||
|
DEFINE POPUP _3ac0qgnpn SHORTCUT RELATIVE
|
||||||
|
DEFINE BAR 4 OF Shortcut PROMPT "Retur valoric"
|
||||||
|
ON SELECTION BAR 4 OF Shortcut DO BAR_4_OF_Shortcut_FB2P
|
||||||
|
ACTIVATE POPUP Shortcut
|
||||||
|
|
||||||
|
*</MenuCode>
|
||||||
|
|
||||||
|
*<Procedures>
|
||||||
|
PROCEDURE BAR_1_OF_Shortcut_FB2P
|
||||||
|
DO emitere_aviz_clienti_custodie WITH 1 IN oproceduri_facturare.prg
|
||||||
|
ENDPROC && BAR_1_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
PROCEDURE BAR_2_OF_Shortcut_FB2P
|
||||||
|
DO emitere_aviz_clienti_custodie WITH 2 IN oproceduri_facturare.prg
|
||||||
|
ENDPROC && BAR_2_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
PROCEDURE BAR_4_OF_Shortcut_FB2P
|
||||||
|
DO emitere_aviz_clienti_custodie WITH 3 IN oproceduri_facturare.prg
|
||||||
|
ENDPROC && BAR_4_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
*</Procedures>
|
||||||
29
Meniuri/aviz_clienti_debitori.mn2
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="aviz_clienti_debitori.mnx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
*<MenuType>4</MenuType>
|
||||||
|
*<MenuLocation>REPLACE</MenuLocation>
|
||||||
|
|
||||||
|
*<MenuCode>
|
||||||
|
DEFINE POPUP Shortcut SHORTCUT RELATIVE FROM MROW(),MCOL()
|
||||||
|
DEFINE BAR 1 OF Shortcut PROMPT "Pe baza de \<comanda"
|
||||||
|
ON SELECTION BAR 1 OF Shortcut DO BAR_1_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
DEFINE BAR 2 OF Shortcut PROMPT "Pe baza de lista de \<preturi"
|
||||||
|
ON SELECTION BAR 2 OF Shortcut DO BAR_2_OF_Shortcut_FB2P
|
||||||
|
ACTIVATE POPUP Shortcut
|
||||||
|
|
||||||
|
*</MenuCode>
|
||||||
|
|
||||||
|
*<Procedures>
|
||||||
|
PROCEDURE BAR_1_OF_Shortcut_FB2P
|
||||||
|
DO emitere_aviz_clienti_debitori WITH 1 IN oproceduri_facturare.prg
|
||||||
|
ENDPROC && BAR_1_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
PROCEDURE BAR_2_OF_Shortcut_FB2P
|
||||||
|
DO emitere_aviz_clienti_debitori WITH 2 IN oproceduri_facturare.prg
|
||||||
|
ENDPROC && BAR_2_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
*</Procedures>
|
||||||
55
Meniuri/aviz_subunitati.mn2
Normal file
@@ -0,0 +1,55 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="aviz_subunitati.mnx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
*<MenuType>4</MenuType>
|
||||||
|
*<MenuLocation>REPLACE</MenuLocation>
|
||||||
|
|
||||||
|
*<MenuCode>
|
||||||
|
DEFINE POPUP Shortcut SHORTCUT RELATIVE FROM MROW(),MCOL()
|
||||||
|
DEFINE BAR 1 OF Shortcut PROMPT "Pe baza de \<comanda"
|
||||||
|
ON SELECTION BAR 1 OF Shortcut DO BAR_1_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
DEFINE BAR 2 OF Shortcut PROMPT "Pe baza de lista de \<preturi"
|
||||||
|
ON SELECTION BAR 2 OF Shortcut DO BAR_2_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
DEFINE BAR 3 OF Shortcut PROMPT "Pe baza de \<lucrare"
|
||||||
|
ON SELECTION BAR 3 OF Shortcut DO BAR_3_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
DEFINE BAR 4 OF Shortcut PROMPT "Pe baza de NIR"
|
||||||
|
ON SELECTION BAR 4 OF Shortcut DO BAR_4_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
DEFINE BAR 5 OF Shortcut PROMPT "\-"
|
||||||
|
ON BAR 5 OF Shortcut ACTIVATE POPUP _2eg0jh7kh
|
||||||
|
|
||||||
|
*----------------------------------
|
||||||
|
DEFINE POPUP _2eg0jh7kh SHORTCUT RELATIVE
|
||||||
|
DEFINE BAR 6 OF Shortcut PROMPT "\<Retur transfer"
|
||||||
|
ON SELECTION BAR 6 OF Shortcut DO BAR_6_OF_Shortcut_FB2P
|
||||||
|
ACTIVATE POPUP Shortcut
|
||||||
|
|
||||||
|
*</MenuCode>
|
||||||
|
|
||||||
|
*<Procedures>
|
||||||
|
PROCEDURE BAR_1_OF_Shortcut_FB2P
|
||||||
|
DO emitere_aviz_transfer WITH 1 IN oproceduri_facturare.prg
|
||||||
|
ENDPROC && BAR_1_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
PROCEDURE BAR_2_OF_Shortcut_FB2P
|
||||||
|
DO emitere_aviz_transfer WITH 2 IN oproceduri_facturare.prg
|
||||||
|
ENDPROC && BAR_2_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
PROCEDURE BAR_3_OF_Shortcut_FB2P
|
||||||
|
DO emitere_aviz_transfer WITH 3 IN oproceduri_facturare.prg
|
||||||
|
ENDPROC && BAR_3_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
PROCEDURE BAR_4_OF_Shortcut_FB2P
|
||||||
|
DO emitere_aviz_transfer WITH 4 IN oproceduri_facturare.prg
|
||||||
|
ENDPROC && BAR_4_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
PROCEDURE BAR_6_OF_Shortcut_FB2P
|
||||||
|
DO emitere_aviz_transfer WITH 5 IN oproceduri_facturare.prg
|
||||||
|
ENDPROC && BAR_6_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
*</Procedures>
|
||||||
21
Meniuri/contracte.mn2
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="contracte.mnx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
*<MenuType>4</MenuType>
|
||||||
|
*<MenuLocation>REPLACE</MenuLocation>
|
||||||
|
|
||||||
|
*<MenuCode>
|
||||||
|
DEFINE POPUP Shortcut SHORTCUT RELATIVE FROM MROW(),MCOL()
|
||||||
|
DEFINE BAR 1 OF Shortcut PROMPT "Factura fiscala \<lei"
|
||||||
|
ON SELECTION BAR 1 OF Shortcut factureaza(2)
|
||||||
|
|
||||||
|
DEFINE BAR 2 OF Shortcut PROMPT "\<Invoice"
|
||||||
|
ON SELECTION BAR 2 OF Shortcut factureaza(6)
|
||||||
|
|
||||||
|
DEFINE BAR 3 OF Shortcut PROMPT "Factura fiscala \<valuta"
|
||||||
|
ON SELECTION BAR 3 OF Shortcut factureaza(52)
|
||||||
|
ACTIVATE POPUP Shortcut
|
||||||
|
|
||||||
|
*</MenuCode>
|
||||||
29
Meniuri/fact_rapoarte.mn2
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="fact_rapoarte.mnx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
*<MenuType>4</MenuType>
|
||||||
|
*<MenuLocation>REPLACE</MenuLocation>
|
||||||
|
|
||||||
|
*<MenuCode>
|
||||||
|
DEFINE POPUP Shortcut SHORTCUT RELATIVE FROM MROW(),MCOL()
|
||||||
|
DEFINE BAR 1 OF Shortcut PROMPT "Facturi"
|
||||||
|
ON SELECTION BAR 1 OF Shortcut DO BAR_1_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
DEFINE BAR 2 OF Shortcut PROMPT "Incasari"
|
||||||
|
ON SELECTION BAR 2 OF Shortcut DO BAR_2_OF_Shortcut_FB2P
|
||||||
|
ACTIVATE POPUP Shortcut
|
||||||
|
|
||||||
|
*</MenuCode>
|
||||||
|
|
||||||
|
*<Procedures>
|
||||||
|
PROCEDURE BAR_1_OF_Shortcut_FB2P
|
||||||
|
DO rap_facturi IN oproceduri_rapoarte_fact.prg
|
||||||
|
ENDPROC && BAR_1_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
PROCEDURE BAR_2_OF_Shortcut_FB2P
|
||||||
|
DO rap_incasari IN oproceduri_rapoarte_fact.prg
|
||||||
|
ENDPROC && BAR_2_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
*</Procedures>
|
||||||
37
Meniuri/model.mn2
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="model.mnx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
*<MenuType>4</MenuType>
|
||||||
|
*<MenuLocation>REPLACE</MenuLocation>
|
||||||
|
|
||||||
|
*<MenuCode>
|
||||||
|
DEFINE POPUP Shortcut SHORTCUT RELATIVE FROM MROW(),MCOL()
|
||||||
|
DEFINE BAR 1 OF Shortcut PROMPT "\<Generare raport pe disk"
|
||||||
|
ON SELECTION BAR 1 OF Shortcut Do userreport2file In proceduri_rapoarte.prg
|
||||||
|
|
||||||
|
DEFINE BAR 2 OF Shortcut PROMPT "\<Modificare raport"
|
||||||
|
ON SELECTION BAR 2 OF Shortcut Do modifica_raport_utilizator In proceduri_rapoarte.prg
|
||||||
|
|
||||||
|
DEFINE BAR 3 OF Shortcut PROMPT "\-"
|
||||||
|
ON BAR 3 OF Shortcut ACTIVATE POPUP _5oj0ve40q
|
||||||
|
|
||||||
|
*----------------------------------
|
||||||
|
DEFINE POPUP _5oj0ve40q SHORTCUT RELATIVE
|
||||||
|
DEFINE BAR 4 OF Shortcut PROMPT "Salvare raport de pe disk in baza de date"
|
||||||
|
ON SELECTION BAR 4 OF Shortcut do Report2Database IN proceduri_rapoarte.prg
|
||||||
|
|
||||||
|
DEFINE BAR 5 OF Shortcut PROMPT "Salvare imagini de pe disk in baza de date"
|
||||||
|
ON SELECTION BAR 5 OF Shortcut do Image2Database IN proceduri_rapoarte.prg
|
||||||
|
|
||||||
|
DEFINE BAR 6 OF Shortcut PROMPT "\-"
|
||||||
|
ON BAR 6 OF Shortcut ACTIVATE POPUP _5oj0velt5
|
||||||
|
|
||||||
|
*----------------------------------
|
||||||
|
DEFINE POPUP _5oj0velt5 SHORTCUT RELATIVE
|
||||||
|
DEFINE BAR 7 OF Shortcut PROMPT "\<Setare imprimanta"
|
||||||
|
ON SELECTION BAR 7 OF Shortcut Sys(1037)
|
||||||
|
ACTIVATE POPUP Shortcut
|
||||||
|
|
||||||
|
*</MenuCode>
|
||||||
18
Meniuri/nomrute.mn2
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="nomrute.mnx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
*<MenuType>4</MenuType>
|
||||||
|
*<MenuLocation>REPLACE</MenuLocation>
|
||||||
|
|
||||||
|
*<MenuCode>
|
||||||
|
DEFINE POPUP Shortcut SHORTCUT RELATIVE FROM MROW(),MCOL()
|
||||||
|
DEFINE BAR 1 OF Shortcut PROMPT "Nomenclator rute"
|
||||||
|
ON SELECTION BAR 1 OF Shortcut Do vizualizare_nomRUTE In onomenclatoare2.prg
|
||||||
|
|
||||||
|
DEFINE BAR 2 OF Shortcut PROMPT "Asociere rute - gestiuni"
|
||||||
|
ON SELECTION BAR 2 OF Shortcut Do vizualizare_rute In onomenclatoare2.prg
|
||||||
|
ACTIVATE POPUP Shortcut
|
||||||
|
|
||||||
|
*</MenuCode>
|
||||||
49
Meniuri/politica.mn2
Normal file
@@ -0,0 +1,49 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="politica.mnx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
*<MenuType>4</MenuType>
|
||||||
|
*<MenuLocation>REPLACE</MenuLocation>
|
||||||
|
|
||||||
|
*<MenuCode>
|
||||||
|
DEFINE POPUP Shortcut SHORTCUT RELATIVE FROM MROW(),MCOL()
|
||||||
|
DEFINE BAR 1 OF Shortcut PROMPT "In \<lei"
|
||||||
|
ON SELECTION BAR 1 OF Shortcut factureaza(1)
|
||||||
|
|
||||||
|
DEFINE BAR 2 OF Shortcut PROMPT "\<Retur factura in lei"
|
||||||
|
ON SELECTION BAR 2 OF Shortcut factureaza(8)
|
||||||
|
|
||||||
|
DEFINE BAR 3 OF Shortcut PROMPT "Resta\<urant"
|
||||||
|
ON SELECTION BAR 3 OF Shortcut factureaza(45)
|
||||||
|
|
||||||
|
DEFINE BAR 4 OF Shortcut PROMPT "Marfa in cu\<stodie"
|
||||||
|
ON BAR 4 OF Shortcut ACTIVATE POPUP Marfaincus
|
||||||
|
|
||||||
|
*----------------------------------
|
||||||
|
DEFINE POPUP Marfaincus SHORTCUT RELATIVE
|
||||||
|
DEFINE BAR 1 OF Marfaincus PROMPT "\<Fara descarcare pe baza de K"
|
||||||
|
ON SELECTION BAR 1 OF Marfaincus factureaza(49)
|
||||||
|
|
||||||
|
DEFINE BAR 2 OF Marfaincus PROMPT "\<Cu descarcare pe baza de K"
|
||||||
|
ON SELECTION BAR 2 OF Marfaincus factureaza(48)
|
||||||
|
|
||||||
|
DEFINE BAR 5 OF Shortcut PROMPT "\-"
|
||||||
|
ON BAR 5 OF Shortcut ACTIVATE POPUP _2gs0xdzaz
|
||||||
|
|
||||||
|
*----------------------------------
|
||||||
|
DEFINE POPUP _2gs0xdzaz SHORTCUT RELATIVE
|
||||||
|
DEFINE BAR 6 OF Shortcut PROMPT "\<Invoice"
|
||||||
|
ON SELECTION BAR 6 OF Shortcut factureaza(5)
|
||||||
|
|
||||||
|
DEFINE BAR 7 OF Shortcut PROMPT "\<Credit note"
|
||||||
|
ON SELECTION BAR 7 OF Shortcut factureaza(7)
|
||||||
|
|
||||||
|
DEFINE BAR 8 OF Shortcut PROMPT "\<Factura fiscala in valuta"
|
||||||
|
ON SELECTION BAR 8 OF Shortcut factureaza(10)
|
||||||
|
|
||||||
|
DEFINE BAR 9 OF Shortcut PROMPT "Re\<tur factura in valuta"
|
||||||
|
ON SELECTION BAR 9 OF Shortcut factureaza(9)
|
||||||
|
ACTIVATE POPUP Shortcut
|
||||||
|
|
||||||
|
*</MenuCode>
|
||||||
36
Meniuri/rap_articole.mn2
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="rap_articole.mnx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
*<MenuType>4</MenuType>
|
||||||
|
*<MenuLocation>REPLACE</MenuLocation>
|
||||||
|
|
||||||
|
*<MenuCode>
|
||||||
|
DEFINE POPUP Shortcut SHORTCUT RELATIVE FROM MROW(),MCOL()
|
||||||
|
DEFINE BAR 1 OF Shortcut PROMPT "Total articole"
|
||||||
|
ON SELECTION BAR 1 OF Shortcut DO BAR_1_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
DEFINE BAR 2 OF Shortcut PROMPT "Articole vandute"
|
||||||
|
ON SELECTION BAR 2 OF Shortcut DO BAR_2_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
DEFINE BAR 3 OF Shortcut PROMPT "Articole transferate"
|
||||||
|
ON SELECTION BAR 3 OF Shortcut DO BAR_3_OF_Shortcut_FB2P
|
||||||
|
ACTIVATE POPUP Shortcut
|
||||||
|
|
||||||
|
*</MenuCode>
|
||||||
|
|
||||||
|
*<Procedures>
|
||||||
|
PROCEDURE BAR_1_OF_Shortcut_FB2P
|
||||||
|
DO rap_articole IN oproceduri_rapoarte_fact.prg
|
||||||
|
ENDPROC && BAR_1_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
PROCEDURE BAR_2_OF_Shortcut_FB2P
|
||||||
|
DO rap_articole_v IN oproceduri_rapoarte_fact.prg
|
||||||
|
ENDPROC && BAR_2_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
PROCEDURE BAR_3_OF_Shortcut_FB2P
|
||||||
|
DO rap_articole_tr IN oproceduri_rapoarte_fact.prg
|
||||||
|
ENDPROC && BAR_3_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
*</Procedures>
|
||||||
83
Meniuri/roafacturare.mn2
Normal file
@@ -0,0 +1,83 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="roafacturare.mnx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
*<MenuType>1</MenuType>
|
||||||
|
*<MenuLocation>REPLACE</MenuLocation>
|
||||||
|
|
||||||
|
*<MenuCode>
|
||||||
|
DEFINE MENU _msysmenu BAR
|
||||||
|
DEFINE PAD _000000001 OF _msysmenu PROMPT "\<Utile" COLOR SCHEME 3 ;
|
||||||
|
NEGOTIATE LEFT, NONE ;
|
||||||
|
KEY ALT+U, "ALT+U"
|
||||||
|
|
||||||
|
ON PAD _000000001 OF _msysmenu ACTIVATE POPUP Utile
|
||||||
|
|
||||||
|
*----------------------------------
|
||||||
|
DEFINE POPUP Utile MARGIN RELATIVE SHADOW COLOR SCHEME 4
|
||||||
|
DEFINE BAR 1 OF Utile PROMPT "\<Calculator"
|
||||||
|
ON SELECTION BAR 1 OF Utile DO BAR_1_OF_Utile_FB2P
|
||||||
|
|
||||||
|
DEFINE BAR 2 OF Utile PROMPT "\<Notepad"
|
||||||
|
ON SELECTION BAR 2 OF Utile DO BAR_2_OF_Utile_FB2P
|
||||||
|
|
||||||
|
DEFINE BAR 3 OF Utile PROMPT "\-"
|
||||||
|
ON BAR 3 OF Utile ACTIVATE POPUP _0310yhezd
|
||||||
|
|
||||||
|
*----------------------------------
|
||||||
|
DEFINE POPUP _0310yhezd MARGIN RELATIVE SHADOW COLOR SCHEME 4
|
||||||
|
DEFINE BAR 4 OF Utile PROMPT "\<Iesire" ;
|
||||||
|
KEY F2, "F2" ;
|
||||||
|
MESSAGE "Quits Visual FoxPro"
|
||||||
|
ON SELECTION BAR 4 OF Utile DO BAR_4_OF_Utile_FB2P
|
||||||
|
|
||||||
|
DEFINE PAD _000000002 OF _msysmenu PROMPT "\<Ajutor" COLOR SCHEME 3 ;
|
||||||
|
KEY ALT+A, "ALT+A"
|
||||||
|
|
||||||
|
ON PAD _000000002 OF _msysmenu ACTIVATE POPUP Ajutor
|
||||||
|
|
||||||
|
*----------------------------------
|
||||||
|
DEFINE POPUP Ajutor MARGIN RELATIVE SHADOW COLOR SCHEME 4
|
||||||
|
DEFINE BAR 1 OF Ajutor PROMPT "\<Instructiuni de utilizare"
|
||||||
|
ON SELECTION BAR 1 OF Ajutor DO BAR_1_OF_Ajutor_FB2P
|
||||||
|
|
||||||
|
DEFINE BAR 2 OF Ajutor PROMPT "\-"
|
||||||
|
ON BAR 2 OF Ajutor ACTIVATE POPUP _1wc0o6fmt
|
||||||
|
|
||||||
|
*----------------------------------
|
||||||
|
DEFINE POPUP _1wc0o6fmt MARGIN RELATIVE SHADOW COLOR SCHEME 4
|
||||||
|
DEFINE BAR 3 OF Ajutor PROMPT "\<Jurnal modificari"
|
||||||
|
ON SELECTION BAR 3 OF Ajutor DO BAR_3_OF_Ajutor_FB2P
|
||||||
|
|
||||||
|
DEFINE BAR 4 OF Ajutor PROMPT "\<Despre program..."
|
||||||
|
ON SELECTION BAR 4 OF Ajutor DO BAR_4_OF_Ajutor_FB2P
|
||||||
|
|
||||||
|
*</MenuCode>
|
||||||
|
|
||||||
|
*<Procedures>
|
||||||
|
PROCEDURE BAR_1_OF_Utile_FB2P
|
||||||
|
Do apeleaza_calc In oproceduri_comune.prg
|
||||||
|
ENDPROC && BAR_1_OF_Utile_FB2P
|
||||||
|
|
||||||
|
PROCEDURE BAR_2_OF_Utile_FB2P
|
||||||
|
DO apeleaza_notepad IN oproceduri_comune.prg
|
||||||
|
ENDPROC && BAR_2_OF_Utile_FB2P
|
||||||
|
|
||||||
|
PROCEDURE BAR_4_OF_Utile_FB2P
|
||||||
|
QUIT
|
||||||
|
ENDPROC && BAR_4_OF_Utile_FB2P
|
||||||
|
|
||||||
|
PROCEDURE BAR_1_OF_Ajutor_FB2P
|
||||||
|
Do arata_manual In oproceduri_comune.prg
|
||||||
|
ENDPROC && BAR_1_OF_Ajutor_FB2P
|
||||||
|
|
||||||
|
PROCEDURE BAR_3_OF_Ajutor_FB2P
|
||||||
|
DO arata_modificari IN oproceduri_comune.prg
|
||||||
|
ENDPROC && BAR_3_OF_Ajutor_FB2P
|
||||||
|
|
||||||
|
PROCEDURE BAR_4_OF_Ajutor_FB2P
|
||||||
|
DO arata_versiune IN oproceduri_comune.prg
|
||||||
|
ENDPROC && BAR_4_OF_Ajutor_FB2P
|
||||||
|
|
||||||
|
*</Procedures>
|
||||||
18
Meniuri/rute.mn2
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="rute.mnx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
*<MenuType>4</MenuType>
|
||||||
|
*<MenuLocation>REPLACE</MenuLocation>
|
||||||
|
|
||||||
|
*<MenuCode>
|
||||||
|
DEFINE POPUP Shortcut SHORTCUT RELATIVE FROM MROW(),MCOL()
|
||||||
|
DEFINE BAR 1 OF Shortcut PROMPT "Centralizator avize pe ruta"
|
||||||
|
ON SELECTION BAR 1 OF Shortcut do centr_avize_ruta in oproceduri_rapoarte_fact.prg
|
||||||
|
|
||||||
|
DEFINE BAR 2 OF Shortcut PROMPT "Centralizator articole pe ruta"
|
||||||
|
ON SELECTION BAR 2 OF Shortcut do centr_art_ruta in oproceduri_rapoarte_fact.prg
|
||||||
|
ACTIVATE POPUP Shortcut
|
||||||
|
|
||||||
|
*</MenuCode>
|
||||||
29
Meniuri/serii_numere.mn2
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="serii_numere.mnx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
*<MenuType>4</MenuType>
|
||||||
|
*<MenuLocation>REPLACE</MenuLocation>
|
||||||
|
|
||||||
|
*<MenuCode>
|
||||||
|
DEFINE POPUP Shortcut SHORTCUT RELATIVE FROM MROW(),MCOL()
|
||||||
|
DEFINE BAR 1 OF Shortcut PROMPT "Facturi"
|
||||||
|
ON SELECTION BAR 1 OF Shortcut DO BAR_1_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
DEFINE BAR 2 OF Shortcut PROMPT "Avize"
|
||||||
|
ON SELECTION BAR 2 OF Shortcut DO BAR_2_OF_Shortcut_FB2P
|
||||||
|
ACTIVATE POPUP Shortcut
|
||||||
|
|
||||||
|
*</MenuCode>
|
||||||
|
|
||||||
|
*<Procedures>
|
||||||
|
PROCEDURE BAR_1_OF_Shortcut_FB2P
|
||||||
|
Do viz_config_serii_complet With 5 In oserii_numere.prg
|
||||||
|
ENDPROC && BAR_1_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
PROCEDURE BAR_2_OF_Shortcut_FB2P
|
||||||
|
Do viz_config_serii_complet With 6 In oserii_numere.prg
|
||||||
|
ENDPROC && BAR_2_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
*</Procedures>
|
||||||
29
Meniuri/vanzare1.mn2
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="vanzare1.mnx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
*<MenuType>4</MenuType>
|
||||||
|
*<MenuLocation>REPLACE</MenuLocation>
|
||||||
|
|
||||||
|
*<MenuCode>
|
||||||
|
DEFINE POPUP Shortcut SHORTCUT RELATIVE FROM MROW(),MCOL()
|
||||||
|
DEFINE BAR 1 OF Shortcut PROMPT "Vanzare en-\<gros"
|
||||||
|
ON SELECTION BAR 1 OF Shortcut initializeaza_vanzare_din_stoc(73)
|
||||||
|
|
||||||
|
DEFINE BAR 2 OF Shortcut PROMPT "Vanzare en-\<detail"
|
||||||
|
ON SELECTION BAR 2 OF Shortcut initializeaza_vanzare_din_stoc(222)
|
||||||
|
|
||||||
|
DEFINE BAR 3 OF Shortcut PROMPT "\<Retur vanzare"
|
||||||
|
ON SELECTION BAR 3 OF Shortcut initializeaza_vanzare_din_stoc(224)
|
||||||
|
|
||||||
|
DEFINE BAR 4 OF Shortcut PROMPT "\-"
|
||||||
|
ON BAR 4 OF Shortcut ACTIVATE POPUP _26o0ww6ac
|
||||||
|
|
||||||
|
*----------------------------------
|
||||||
|
DEFINE POPUP _26o0ww6ac SHORTCUT RELATIVE
|
||||||
|
DEFINE BAR 5 OF Shortcut PROMPT "Vanzare en-detail in \<valuta"
|
||||||
|
ON SELECTION BAR 5 OF Shortcut initializeaza_vanzare_din_stoc(223)
|
||||||
|
ACTIVATE POPUP Shortcut
|
||||||
|
|
||||||
|
*</MenuCode>
|
||||||
29
Meniuri/vanzare2.mn2
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="vanzare2.mnx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
*<MenuType>4</MenuType>
|
||||||
|
*<MenuLocation>REPLACE</MenuLocation>
|
||||||
|
|
||||||
|
*<MenuCode>
|
||||||
|
DEFINE POPUP Shortcut SHORTCUT RELATIVE FROM MROW(),MCOL()
|
||||||
|
DEFINE BAR 1 OF Shortcut PROMPT "Vanzare en-\<gros"
|
||||||
|
ON SELECTION BAR 1 OF Shortcut initializeaza_vanzare_din_stoc(79)
|
||||||
|
|
||||||
|
DEFINE BAR 2 OF Shortcut PROMPT "Vanzare en-\<detail"
|
||||||
|
ON SELECTION BAR 2 OF Shortcut initializeaza_vanzare_din_stoc(83)
|
||||||
|
|
||||||
|
DEFINE BAR 3 OF Shortcut PROMPT "\<Retur vanzare"
|
||||||
|
ON SELECTION BAR 3 OF Shortcut initializeaza_vanzare_din_stoc(206)
|
||||||
|
|
||||||
|
DEFINE BAR 4 OF Shortcut PROMPT "\-"
|
||||||
|
ON BAR 4 OF Shortcut ACTIVATE POPUP _26o0wwa9f
|
||||||
|
|
||||||
|
*----------------------------------
|
||||||
|
DEFINE POPUP _26o0wwa9f SHORTCUT RELATIVE
|
||||||
|
DEFINE BAR 5 OF Shortcut PROMPT "Vanzare en-detail in \<valuta"
|
||||||
|
ON SELECTION BAR 5 OF Shortcut initializeaza_vanzare_din_stoc(225)
|
||||||
|
ACTIVATE POPUP Shortcut
|
||||||
|
|
||||||
|
*</MenuCode>
|
||||||
48
Meniuri/vanzare3.mn2
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="vanzare3.mnx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
*<MenuType>4</MenuType>
|
||||||
|
*<MenuLocation>REPLACE</MenuLocation>
|
||||||
|
|
||||||
|
*<MenuCode>
|
||||||
|
DEFINE POPUP Shortcut SHORTCUT RELATIVE FROM MROW(),MCOL()
|
||||||
|
DEFINE BAR 1 OF Shortcut PROMPT "Vanzare en-\<gros"
|
||||||
|
ON SELECTION BAR 1 OF Shortcut initializeaza_vanzare_din_stoc(62)
|
||||||
|
|
||||||
|
DEFINE BAR 2 OF Shortcut PROMPT "\<Taxare inversa en-gros"
|
||||||
|
ON SELECTION BAR 2 OF Shortcut initializeaza_vanzare_din_stoc(102)
|
||||||
|
|
||||||
|
DEFINE BAR 3 OF Shortcut PROMPT "\-"
|
||||||
|
ON BAR 3 OF Shortcut ACTIVATE POPUP _2120jf04a
|
||||||
|
|
||||||
|
*----------------------------------
|
||||||
|
DEFINE POPUP _2120jf04a SHORTCUT RELATIVE
|
||||||
|
DEFINE BAR 4 OF Shortcut PROMPT "Vanzare en-\<detail"
|
||||||
|
ON SELECTION BAR 4 OF Shortcut initializeaza_vanzare_din_stoc(61)
|
||||||
|
|
||||||
|
DEFINE BAR 5 OF Shortcut PROMPT "Taxare \<inversa en-detail"
|
||||||
|
ON SELECTION BAR 5 OF Shortcut initializeaza_vanzare_din_stoc(103)
|
||||||
|
|
||||||
|
DEFINE BAR 6 OF Shortcut PROMPT "\-"
|
||||||
|
ON BAR 6 OF Shortcut ACTIVATE POPUP _2120jf04b
|
||||||
|
|
||||||
|
*----------------------------------
|
||||||
|
DEFINE POPUP _2120jf04b SHORTCUT RELATIVE
|
||||||
|
DEFINE BAR 7 OF Shortcut PROMPT "Vanzare en-detail in \<valuta"
|
||||||
|
ON SELECTION BAR 7 OF Shortcut initializeaza_vanzare_din_stoc(226)
|
||||||
|
|
||||||
|
DEFINE BAR 8 OF Shortcut PROMPT "Taxare inversa en-detail in \<valuta"
|
||||||
|
ON SELECTION BAR 8 OF Shortcut initializeaza_vanzare_din_stoc(227)
|
||||||
|
|
||||||
|
DEFINE BAR 9 OF Shortcut PROMPT "\-"
|
||||||
|
ON BAR 9 OF Shortcut ACTIVATE POPUP _26o0ww1wh
|
||||||
|
|
||||||
|
*----------------------------------
|
||||||
|
DEFINE POPUP _26o0ww1wh SHORTCUT RELATIVE
|
||||||
|
DEFINE BAR 10 OF Shortcut PROMPT "\<Retur vanzare"
|
||||||
|
ON SELECTION BAR 10 OF Shortcut initializeaza_vanzare_din_stoc(63)
|
||||||
|
ACTIVATE POPUP Shortcut
|
||||||
|
|
||||||
|
*</MenuCode>
|
||||||
21
Meniuri/vanzare4.mn2
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="vanzare4.mnx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
*<MenuType>4</MenuType>
|
||||||
|
*<MenuLocation>REPLACE</MenuLocation>
|
||||||
|
|
||||||
|
*<MenuCode>
|
||||||
|
DEFINE POPUP Shortcut SHORTCUT RELATIVE FROM MROW(),MCOL()
|
||||||
|
DEFINE BAR 1 OF Shortcut PROMPT "Vanzare en-\<detail"
|
||||||
|
ON SELECTION BAR 1 OF Shortcut initializeaza_vanzare_din_stoc(64)
|
||||||
|
|
||||||
|
DEFINE BAR 2 OF Shortcut PROMPT "\<Retur vanzare en-detail"
|
||||||
|
ON SELECTION BAR 2 OF Shortcut initializeaza_vanzare_din_stoc(65)
|
||||||
|
|
||||||
|
DEFINE BAR 3 OF Shortcut PROMPT "Retur vanzare marfa (\<valorica)"
|
||||||
|
ON SELECTION BAR 3 OF Shortcut initializeaza_vanzare_din_stoc(239)
|
||||||
|
ACTIVATE POPUP Shortcut
|
||||||
|
|
||||||
|
*</MenuCode>
|
||||||
36
Meniuri/vanzare5.mn2
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="vanzare5.mnx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
*<MenuType>4</MenuType>
|
||||||
|
*<MenuLocation>REPLACE</MenuLocation>
|
||||||
|
|
||||||
|
*<MenuCode>
|
||||||
|
DEFINE POPUP Shortcut SHORTCUT RELATIVE FROM MROW(),MCOL()
|
||||||
|
DEFINE BAR 1 OF Shortcut PROMPT "Vanzare en-\<detail"
|
||||||
|
ON SELECTION BAR 1 OF Shortcut DO BAR_1_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
DEFINE BAR 2 OF Shortcut PROMPT "\<Retur vanzare en-detail"
|
||||||
|
ON SELECTION BAR 2 OF Shortcut DO BAR_2_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
DEFINE BAR 3 OF Shortcut PROMPT "Retur vanzare marfa (\<valorica)"
|
||||||
|
ON SELECTION BAR 3 OF Shortcut DO BAR_3_OF_Shortcut_FB2P
|
||||||
|
ACTIVATE POPUP Shortcut
|
||||||
|
|
||||||
|
*</MenuCode>
|
||||||
|
|
||||||
|
*<Procedures>
|
||||||
|
PROCEDURE BAR_1_OF_Shortcut_FB2P
|
||||||
|
initializeaza_vanzare_din_stoc(252)
|
||||||
|
ENDPROC && BAR_1_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
PROCEDURE BAR_2_OF_Shortcut_FB2P
|
||||||
|
initializeaza_vanzare_din_stoc(258)
|
||||||
|
ENDPROC && BAR_2_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
PROCEDURE BAR_3_OF_Shortcut_FB2P
|
||||||
|
initializeaza_vanzare_din_stoc(259)
|
||||||
|
ENDPROC && BAR_3_OF_Shortcut_FB2P
|
||||||
|
|
||||||
|
*</Procedures>
|
||||||
22
Mesaje/factura.txt
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
3.3733
|
||||||
|
|
||||||
|
250 * 0.24 0.81
|
||||||
|
15 * 1.15 3.88
|
||||||
|
|
||||||
|
15 * 5.15
|
||||||
|
|
||||||
|
Note contabile : 260.59 49.52
|
||||||
|
|
||||||
|
Factura lei :
|
||||||
|
15 17.38 260.70 49.54
|
||||||
|
260.59 49.52
|
||||||
|
310.11
|
||||||
|
|
||||||
|
Factura valuta :
|
||||||
|
15 5.15 77.25
|
||||||
|
|
||||||
|
Recapitulatie :
|
||||||
|
15 3.88
|
||||||
|
250 0.81
|
||||||
|
260.70 49.54
|
||||||
|
310.24
|
||||||
4
Mesaje/readme.txt
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
- recalculeaza_pret_vanzare_set
|
||||||
|
|
||||||
|
- coloana de TVA in factura in valuta
|
||||||
|
|
||||||
637
Programe/oproceduri_rapoarte_fact_vechi.prg
Normal file
@@ -0,0 +1,637 @@
|
|||||||
|
***************************************************************************************************************
|
||||||
|
**** Clasa:
|
||||||
|
**** oDateListare
|
||||||
|
**** Proceduri:
|
||||||
|
**** rap_avize
|
||||||
|
**** rap_facturi
|
||||||
|
**** rap_incasari
|
||||||
|
**** rap_articole
|
||||||
|
**** rap_articole_tr
|
||||||
|
**** rap_avize_transfer
|
||||||
|
**** rap_centralizator
|
||||||
|
**** rap_centr_subgrupe
|
||||||
|
***************************************************************************************************************
|
||||||
|
Define Class oDateListare As Custom
|
||||||
|
datai = {}
|
||||||
|
dataf = {}
|
||||||
|
data_referinta = {}
|
||||||
|
csql = []
|
||||||
|
id_client = Null
|
||||||
|
nume_client = []
|
||||||
|
id_agent = Null
|
||||||
|
nume_agent = []
|
||||||
|
id_delegat = Null
|
||||||
|
nume_delegat = []
|
||||||
|
id_masina = Null
|
||||||
|
nrinmat = []
|
||||||
|
categorie = []
|
||||||
|
id_categorie_entitate = Null
|
||||||
|
denumire = []
|
||||||
|
id_articol = Null
|
||||||
|
grupa = []
|
||||||
|
id_grupa = Null
|
||||||
|
subgrupa = []
|
||||||
|
id_subgrupa = Null
|
||||||
|
id_gestiune_sursa = Null
|
||||||
|
gestiune_sursa = []
|
||||||
|
id_gestiune_dest = Null
|
||||||
|
gestiune_dest = []
|
||||||
|
id_util = Null
|
||||||
|
utilizator = []
|
||||||
|
id_gestiune = Null
|
||||||
|
nume_gestiune = []
|
||||||
|
subgr_art = []
|
||||||
|
id_furnart = Null
|
||||||
|
furnizor_art = []
|
||||||
|
*!* tip_raport = 1
|
||||||
|
*!* Dimension acoloane(30,4) && 1 - nume_camp
|
||||||
|
*!* && 2 - ordine la grupare
|
||||||
|
*!* && 3 - ordine la order by
|
||||||
|
*!* && 4 - sens la order by ( 1 - ASC, 2 - DESC )
|
||||||
|
Procedure Init
|
||||||
|
With This
|
||||||
|
ldData = Ttod(get_ora())
|
||||||
|
If Year(ldData)*12+Month(ldData)<>gnAn*12+gnLuna
|
||||||
|
.datai = Date(gnAn,gnLuna,1)
|
||||||
|
.dataf = Gomonth(Date(gnAn,gnLuna,1),1)-1
|
||||||
|
.data_referinta = .dataf
|
||||||
|
Else
|
||||||
|
.dataf = ldData
|
||||||
|
.data_referinta = ldData
|
||||||
|
.datai = Date(Year(ldData),Month(ldData),1)
|
||||||
|
Endif
|
||||||
|
Endwith
|
||||||
|
Endproc
|
||||||
|
|
||||||
|
Enddefine
|
||||||
|
***************************************************************************************************************
|
||||||
|
********************************************** INCEPUT: rap_avize *********************************************
|
||||||
|
Procedure rap_avize
|
||||||
|
Private poListare
|
||||||
|
poListare = Createobject("oDateListare")
|
||||||
|
ofrmdatelistare=Createobject("frm_date_rapoarte_avize")
|
||||||
|
ofrmdatelistare.Show(1)
|
||||||
|
Release poListare, ofrmdatelistare
|
||||||
|
Endproc && rap_avize
|
||||||
|
********************************************** SFARSIT: rap_avize *********************************************
|
||||||
|
********************************************* INCEPUT: rap_facturi ********************************************
|
||||||
|
Procedure rap_facturi
|
||||||
|
Private poListare
|
||||||
|
poListare = Createobject("oDateListare")
|
||||||
|
ofrmdatelistare=Createobject("frm_date_rapoarte_facturi")
|
||||||
|
ofrmdatelistare.Show(1)
|
||||||
|
Release poListare, ofrmdatelistare
|
||||||
|
Endproc && rap_facturi
|
||||||
|
********************************************** SFARSIT: rap_facturi *******************************************
|
||||||
|
******************************************** INCEPUT: rap_incasari ********************************************
|
||||||
|
Procedure rap_incasari
|
||||||
|
Private poListare
|
||||||
|
poListare = Createobject("oDateListare")
|
||||||
|
ofrmdatelistare=Createobject("frm_date_rapoarte_incasari")
|
||||||
|
ofrmdatelistare.Show(1)
|
||||||
|
Release poListare, ofrmdatelistare
|
||||||
|
Endproc && rap_incasari
|
||||||
|
******************************************** SFARSIT: rap_incasari ********************************************
|
||||||
|
******************************************** INCEPUT: rap_articole ********************************************
|
||||||
|
Procedure rap_articole
|
||||||
|
Private poListare
|
||||||
|
poListare = Createobject("oDateListare")
|
||||||
|
ofrmdatelistare=Createobject("frm_date_rapoarte_articole")
|
||||||
|
ofrmdatelistare.Show(1)
|
||||||
|
Release poListare, ofrmdatelistare
|
||||||
|
Endproc && rap_articole
|
||||||
|
******************************************** SFARSIT: rap_articole ********************************************
|
||||||
|
******************************************** INCEPUT: rap_articole_tr ********************************************
|
||||||
|
Procedure rap_articole_tr
|
||||||
|
Private poListare
|
||||||
|
poListare = Createobject("oDateListare")
|
||||||
|
ofrmdatelistare=Createobject("frm_date_rapoarte_articole_tr")
|
||||||
|
ofrmdatelistare.Show(1)
|
||||||
|
Release poListare, ofrmdatelistare
|
||||||
|
Endproc && rap_articole_tr
|
||||||
|
******************************************** SFARSIT: rap_articole_tr ********************************************
|
||||||
|
******************************************** INCEPUT: rap_articole_v ********************************************
|
||||||
|
Procedure rap_articole_v
|
||||||
|
Private poListare
|
||||||
|
poListare = Createobject("oDateListare")
|
||||||
|
ofrmdatelistare=Createobject("frm_date_rapoarte_articole_v")
|
||||||
|
ofrmdatelistare.Show(1)
|
||||||
|
Release poListare, ofrmdatelistare
|
||||||
|
Endproc && rap_articole_tr
|
||||||
|
******************************************** SFARSIT: rap_articole_v ********************************************
|
||||||
|
***************************************** INCEPUT: rap_avize_transfer *****************************************
|
||||||
|
Procedure rap_avize_transfer
|
||||||
|
Private poListare
|
||||||
|
poListare = Createobject("oDateListare")
|
||||||
|
ofrmdatelistare=Createobject("frm_date_rapoarte_avize_tr")
|
||||||
|
ofrmdatelistare.Show(1)
|
||||||
|
Release poListare, ofrmdatelistare
|
||||||
|
Endproc && rap_avize_transfer
|
||||||
|
***************************************** SFARSIT: rap_avize_transfer *****************************************
|
||||||
|
***************************************** INCEPUT: rap_centralizator ******************************************
|
||||||
|
Procedure rap_centralizator
|
||||||
|
Private pcDataora,pcPerioada,pdDataI,pdDataF,pnTotalFTva1,pnTotalTva1,pnTotalFTva2,pnTotalTva2
|
||||||
|
Store {} To pdDataI,pdDataF
|
||||||
|
Store 0 To pnTotalFaraTva1,pnTotalTva1,pnTotalFaraTva2,pnTotalTva2
|
||||||
|
Local lcOrder,lcSql,lcFiltru,lnSucces,lnNefacturatFTva,lnNefacturatTva
|
||||||
|
|
||||||
|
ofrmperioada=Createobject('frm_perioada_zzllaaaa')
|
||||||
|
ofrmperioada.Show(1)
|
||||||
|
If gnButon=2
|
||||||
|
Return
|
||||||
|
Endif
|
||||||
|
|
||||||
|
pcPerioada = [Perioada ]+Dtoc(pdDataI)+[ - ]+Dtoc(pdDataF)
|
||||||
|
|
||||||
|
Create Cursor crsCentralizator(tip N(2),categorie c(100),valftva N(20,4),valtva N(20,4))
|
||||||
|
*!* tip = 1 >> nu afiseaza sumele
|
||||||
|
pcDataora = get_ora(2)
|
||||||
|
|
||||||
|
If Used('crsCentrTot')
|
||||||
|
Use In crsCentrTot
|
||||||
|
Endif
|
||||||
|
lcSql1 = [select 1 as crs,tip,SUM(suma_fara_tva) as valftva,SUM(suma_tva) as valtva from ] + ;
|
||||||
|
gcS + [.fact_vrap_centralizator_tipuri where data_act between ?pdDataI and ?pdDataF] + gcCondSucursala + ;
|
||||||
|
[ group by tip]
|
||||||
|
lcSql2 = [select 2 as crs,null as tip,SUM(suma_fara_tva) as valftva,SUM(suma_tva) as valtva from ] + ;
|
||||||
|
gcS + [.fact_vrap_centralizator_art where data_act between ?pdDataI and ?pdDataF] + gcCondSucursala
|
||||||
|
lcSql3 = [select 3 as crs,null as tip,SUM(suma_fara_tva) as valftva,SUM(suma_tva) as valtva from ] + ;
|
||||||
|
gcS + [.fact_vrap_centralizator_rate where data_act between ?pdDataI and ?pdDataF] + gcCondSucursala
|
||||||
|
lcSql4 = [select 4 as crs,null as tip,SUM(disc_fara_tva) as valftva,SUM(disc_tva) as valtva from ] + ;
|
||||||
|
gcS + [.fact_vrap_centralizator_fact where data_act between ?pdDataI and ?pdDataF] + gcCondSucursala
|
||||||
|
lcSql = lcSql1 + [ union all ] + lcSql2 + [ union all ] + lcSql3 + [ union all ] + lcSql4
|
||||||
|
lcCursor = [crsCentrTot]
|
||||||
|
lnSucces = goExecutor.oexecute(lcSql,lcCursor)
|
||||||
|
If lnSucces < 0
|
||||||
|
amessagebox(goExecutor.oPrelucrareEroare(),16,"Eroare")
|
||||||
|
Use In crsCentrTot
|
||||||
|
Return
|
||||||
|
Endif
|
||||||
|
|
||||||
|
*** prelucrare raport
|
||||||
|
*!* Facturi
|
||||||
|
Select crsCentralizator
|
||||||
|
Append Blank
|
||||||
|
Replace categorie With "1. FACTURI"
|
||||||
|
Select Sum(valftva) As valftva,Sum(valtva) As valtva From crsCentrTot Where tip < 20 And crs=1 Into Cursor crsTemp
|
||||||
|
Select crsTemp
|
||||||
|
Scatter Name poCentr
|
||||||
|
Select crsCentralizator
|
||||||
|
Replace valftva With Nvl(poCentr.valftva,0),valtva With Nvl(poCentr.valtva,0)
|
||||||
|
pnTotalFTva1 = Nvl(poCentr.valftva,0)
|
||||||
|
pnTotalTva1 = Nvl(poCentr.valtva,0)
|
||||||
|
|
||||||
|
*!* Avize catre clienti
|
||||||
|
Select crsCentralizator
|
||||||
|
Append Blank
|
||||||
|
Replace categorie With "2. AVIZE CATRE CLIENTI",tip With 1
|
||||||
|
|
||||||
|
*!* Valoare totala
|
||||||
|
Append Blank
|
||||||
|
Replace categorie With Space(5)+"a) Valoare totala"
|
||||||
|
Select Sum(valftva) As valftva,Sum(valtva) As valtva From crsCentrTot Where Inlist(tip,21,22) And crs=1 Into Cursor crsTemp
|
||||||
|
Select crsTemp
|
||||||
|
Scatter Name poCentr
|
||||||
|
Select crsCentralizator
|
||||||
|
Replace valftva With Nvl(poCentr.valftva,0),valtva With Nvl(poCentr.valtva,0)
|
||||||
|
lnNefacturatFTva = Nvl(poCentr.valftva,0)
|
||||||
|
lnNefacturatTva = Nvl(poCentr.valtva,0)
|
||||||
|
|
||||||
|
*!* Valoare facturata
|
||||||
|
Append Blank
|
||||||
|
Replace categorie With Space(5)+"b) Valoare facturata"
|
||||||
|
Select Sum(valftva) As valftva,Sum(valtva) As valtva From crsCentrTot Where tip = 4 And crs=1 Into Cursor crsTemp
|
||||||
|
Select crsTemp
|
||||||
|
Scatter Name poCentr
|
||||||
|
Select crsCentralizator
|
||||||
|
Replace valftva With Nvl(poCentr.valftva,0),valtva With Nvl(poCentr.valtva,0)
|
||||||
|
lnNefacturatFTva = lnNefacturatFTva - Nvl(poCentr.valftva,0)
|
||||||
|
lnNefacturatTva = lnNefacturatTva - Nvl(poCentr.valtva,0)
|
||||||
|
|
||||||
|
*!* Valoare retururi
|
||||||
|
Append Blank
|
||||||
|
Replace categorie With Space(5)+"c) Valoare retururi"
|
||||||
|
Select Sum(valftva) As valftva,Sum(valtva) As valtva From crsCentrTot Where tip = 24 And crs=1 Into Cursor crsTemp
|
||||||
|
Select crsTemp
|
||||||
|
Scatter Name poCentr
|
||||||
|
Select crsCentralizator
|
||||||
|
Replace valftva With Nvl(poCentr.valftva,0),valtva With Nvl(poCentr.valtva,0)
|
||||||
|
lnNefacturatFTva = lnNefacturatFTva + Nvl(poCentr.valftva,0)
|
||||||
|
lnNefacturatTva = lnNefacturatTva + Nvl(poCentr.valtva,0)
|
||||||
|
|
||||||
|
*!* Valoare nefacturata
|
||||||
|
Append Blank
|
||||||
|
Replace categorie With Space(5)+"d) Valoare nefacturata (a-b+c)"
|
||||||
|
Replace valftva With lnNefacturatFTva,valtva With lnNefacturatTva
|
||||||
|
pnTotalFTva1 = pnTotalFTva1 + lnNefacturatFTva
|
||||||
|
pnTotalTva1 = pnTotalTva1 + lnNefacturatTva
|
||||||
|
|
||||||
|
*!* Transferuri intre subunitati
|
||||||
|
Select crsCentralizator
|
||||||
|
Append Blank
|
||||||
|
Replace categorie With "3. TRANSFERURI INTRE SUBUNITATI"
|
||||||
|
Select Sum(valftva) As valftva,Sum(valtva) As valtva From crsCentrTot Where tip = 23 And crs=1 Into Cursor crsTemp
|
||||||
|
Select crsTemp
|
||||||
|
Scatter Name poCentr
|
||||||
|
Select crsCentralizator
|
||||||
|
Replace valftva With Nvl(poCentr.valftva,0),valtva With Nvl(poCentr.valtva,0)
|
||||||
|
pnTotalFTva1 = pnTotalFTva1 + Nvl(poCentr.valftva,0)
|
||||||
|
pnTotalTva1 = pnTotalTva1 + Nvl(poCentr.valtva,0)
|
||||||
|
|
||||||
|
*!* Articole
|
||||||
|
Select crsCentralizator
|
||||||
|
Append Blank
|
||||||
|
Replace categorie With "4. TOTAL ARTICOLE VANDUTE"
|
||||||
|
Select crsCentrTot
|
||||||
|
Locate For crs=2
|
||||||
|
Scatter Name poCentr
|
||||||
|
Select crsCentralizator
|
||||||
|
Replace valftva With Nvl(poCentr.valftva,0),valtva With Nvl(poCentr.valtva,0)
|
||||||
|
pnTotalFTva2 = Nvl(poCentr.valftva,0)
|
||||||
|
pnTotalTva2 = Nvl(poCentr.valtva,0)
|
||||||
|
|
||||||
|
*!* Articole
|
||||||
|
Select crsCentralizator
|
||||||
|
Append Blank
|
||||||
|
Replace categorie With "5. TOTAL RATE CONTRACTE"
|
||||||
|
Select crsCentrTot
|
||||||
|
Locate For crs=3
|
||||||
|
Scatter Name poCentr
|
||||||
|
Select crsCentralizator
|
||||||
|
Replace valftva With Nvl(poCentr.valftva,0),valtva With Nvl(poCentr.valtva,0)
|
||||||
|
pnTotalFTva2 = pnTotalFTva2 + Nvl(poCentr.valftva,0)
|
||||||
|
pnTotalTva2 = pnTotalTva2 + Nvl(poCentr.valtva,0)
|
||||||
|
|
||||||
|
*!* Discount-uri globale
|
||||||
|
Select crsCentralizator
|
||||||
|
Append Blank
|
||||||
|
Replace categorie With "6. TOTAL DISCOUNT GLOBAL"
|
||||||
|
Select crsCentrTot
|
||||||
|
Locate For crs=4
|
||||||
|
Scatter Name poCentr
|
||||||
|
Select crsCentralizator
|
||||||
|
Replace valftva With Nvl(poCentr.valftva,0),valtva With Nvl(poCentr.valtva,0)
|
||||||
|
pnTotalFTva2 = pnTotalFTva2 - Nvl(poCentr.valftva,0)
|
||||||
|
pnTotalTva2 = pnTotalTva2 - Nvl(poCentr.valtva,0)
|
||||||
|
|
||||||
|
Release poCentr
|
||||||
|
Use In crsTemp
|
||||||
|
|
||||||
|
If Used('crsCentrTot')
|
||||||
|
Use In crsCentrTot
|
||||||
|
Endif
|
||||||
|
|
||||||
|
If Reccount('crsCentralizator') > 0
|
||||||
|
Keyboard "{ctrl+f10}"
|
||||||
|
Select crsCentralizator
|
||||||
|
Report Form raport_centralizator To Printer Prompt Preview
|
||||||
|
Else
|
||||||
|
amessagebox("Nu exista inregistrari pentru listare!",0+48,"Atentie")
|
||||||
|
Endif
|
||||||
|
|
||||||
|
If Used('crsCentralizator')
|
||||||
|
Use In crsCentralizator
|
||||||
|
Endif
|
||||||
|
|
||||||
|
Release pcDataora,pcPerioada,pdDataI,pdDataF,pnTotalFTva1,pnTotalTva1,pnTotalFTva2,pnTotalTva2
|
||||||
|
Endproc && rap_centralizator
|
||||||
|
***************************************** SFARSIT: rap_centralizator ******************************************
|
||||||
|
***************************************** INCEPUT: rap_centr_subgrupe *****************************************
|
||||||
|
Procedure rap_centr_subgrupe
|
||||||
|
Local lcSql,lnSucces,lcCursor
|
||||||
|
Private pcDataora,pcPerioada,pdDataI,pdDataF,pcTitlu
|
||||||
|
Store {} To pdDataI,pdDataF
|
||||||
|
lcCursor = [crscentrsubgr]
|
||||||
|
|
||||||
|
ofrmperioada=Createobject('frm_perioada_zzllaaaa')
|
||||||
|
ofrmperioada.Show(1)
|
||||||
|
If gnButon=1
|
||||||
|
pcPerioada = [Perioada ] + Dtoc(pdDataI) + [ - ] + Dtoc(pdDataF)
|
||||||
|
Else
|
||||||
|
Return
|
||||||
|
Endif
|
||||||
|
|
||||||
|
lcXMLGestiune = caut_gestiune_xml(2)
|
||||||
|
If !Empty(lcXMLGestiune) And gnButon = 1
|
||||||
|
Xmltocursor(lcXMLGestiune, "crsGestTemp")
|
||||||
|
If Reccount('crsGestTemp') = 0
|
||||||
|
amessagebox('Nu ati selectat nici o gestiune!',0+48,'Inventar')
|
||||||
|
Return
|
||||||
|
Endif
|
||||||
|
pcTitlu = [CENTRALIZATOR VALORI PE SUBGRUPE DE ARTICOLE]
|
||||||
|
lcListaIdGestiuni = cursor2lista("crsGestTemp", "id_gestiune", ",")
|
||||||
|
Use In crsGestTemp
|
||||||
|
Else
|
||||||
|
Return
|
||||||
|
Endif
|
||||||
|
|
||||||
|
If Used(lcCursor)
|
||||||
|
Use In (lcCursor)
|
||||||
|
Endif
|
||||||
|
lcSql = [select subgrupa,nume_gestiune,id_gestiune,Sum(val_ach) as val_ach,Sum(val_vanz) as val_vanz from ] + gcS + [.fact_vcentr_val_subgrupe ] + ;
|
||||||
|
[where data_act between ?pdDataI and ?pdDataF and id_gestiune in (] + lcListaIdGestiuni + [) ] + ;
|
||||||
|
[group by id_gestiune,nume_gestiune,subgrupa ] + ;
|
||||||
|
[order by nume_gestiune,subgrupa]
|
||||||
|
lnSucces = goExecutor.oexecute(lcSql,lcCursor)
|
||||||
|
If lnSucces < 0
|
||||||
|
amessagebox(goExecutor.cEroare,16,"Eroare")
|
||||||
|
Else
|
||||||
|
goExport.export2frx(lcCursor,[rap_centr_val_subgrupe])
|
||||||
|
Endif
|
||||||
|
If Used(lcCursor)
|
||||||
|
Use In (lcCursor)
|
||||||
|
Endif
|
||||||
|
|
||||||
|
Release lcSql,lnSucces,pcDataora,pcPerioada,pdDataI,pdDataF,pcTitlu
|
||||||
|
Endproc && rap_centr_subgrupe
|
||||||
|
***************************************** SFARSIT: rap_centr_subgrupe *****************************************
|
||||||
|
Procedure centr_avize_ruta
|
||||||
|
|
||||||
|
|
||||||
|
lcFiltru = [2=2]
|
||||||
|
lcSchema = [id_lucrare n(10),nrord c(100)]
|
||||||
|
lcOrder = [nrord]
|
||||||
|
lccoloane = [nrord]
|
||||||
|
lcTitlu = [ALEGETI LUCRAREA]
|
||||||
|
lcTitluColoane = [Lucrare]
|
||||||
|
*!* llMaiMulteMasini = tlMaiMulteMasini
|
||||||
|
lcSelect = [select id_lucrare,nrord from vnom_lucrari]
|
||||||
|
lcFiltruOriginal = [inactiv = 0]
|
||||||
|
*!* lcNumeProc = [nom_nomrute]
|
||||||
|
llToateIreg = .F.
|
||||||
|
lcPrimaColoana = [nrord]
|
||||||
|
lnPornire = 1
|
||||||
|
*!* lnTipReturn = Iif(tlMaiMulteMasini, 1, 0)
|
||||||
|
lcIdColumn = "id_lucrare"
|
||||||
|
loCauta = cauta_alfa(lcSelect, lcFiltru, lcSchema, lcOrder, lccoloane, lcTitlu, lcTitluColoane, , llToateIreg, lcFiltruOriginal)&&, lcPrimaColoana, lnPornire, , lcIdColumn)
|
||||||
|
*!* loCauta = cauta_alfa(lcSelect, lcFiltru, lcSchema, lcOrder, lccoloane, lcTitlu, lcTitluColoane, lcNumeProc, tlToateIreg, lcFiltruOriginal) && 11.07.2007
|
||||||
|
|
||||||
|
|
||||||
|
If Empty(loCauta.id_lucrare) Or Isnull(loCauta.id_lucrare)
|
||||||
|
Return
|
||||||
|
Endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
lcSql = [ select * from fact_vrap_avize_ruta where id_lucrare = ]+Alltrim(Str(loCauta.id_lucrare))+[ order by ruta,data_act,numar_act]
|
||||||
|
lcCursor = [crsavizeruta]
|
||||||
|
lnSucces = goExecutor.oexecute(lcSql,lcCursor)
|
||||||
|
If lnSucces < 0
|
||||||
|
amessagebox(goExecutor.oPrelucrareEroare(),16,"Eroare")
|
||||||
|
Use In crsavizeruta
|
||||||
|
Return
|
||||||
|
Endif
|
||||||
|
Select crsavizeruta
|
||||||
|
If Reccount() < 1
|
||||||
|
amessagebox('Nu exista date pentru comanda selectata!',0+64,'Atentie')
|
||||||
|
Use In crsavizeruta
|
||||||
|
|
||||||
|
Return
|
||||||
|
Endif
|
||||||
|
Private pcDataora
|
||||||
|
pcDataora = get_ora(2)
|
||||||
|
Select crsavizeruta
|
||||||
|
Report Form rap_avizerute To Printer Prompt Preview
|
||||||
|
|
||||||
|
Use In crsavizeruta
|
||||||
|
Endproc
|
||||||
|
|
||||||
|
|
||||||
|
*-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Procedure centr_art_ruta
|
||||||
|
|
||||||
|
|
||||||
|
lcFiltru = [2=2]
|
||||||
|
lcSchema = [id_lucrare n(10),nrord c(100)]
|
||||||
|
lcOrder = [nrord]
|
||||||
|
lccoloane = [nrord]
|
||||||
|
lcTitlu = [ALEGETI LUCRAREA]
|
||||||
|
lcTitluColoane = [Lucrare]
|
||||||
|
*!* llMaiMulteMasini = tlMaiMulteMasini
|
||||||
|
lcSelect = [select id_lucrare,nrord from vnom_lucrari]
|
||||||
|
lcFiltruOriginal = [inactiv = 0]
|
||||||
|
*!* lcNumeProc = [nom_nomrute]
|
||||||
|
llToateIreg = .F.
|
||||||
|
lcPrimaColoana = [nrord]
|
||||||
|
lnPornire = 1
|
||||||
|
*!* lnTipReturn = Iif(tlMaiMulteMasini, 1, 0)
|
||||||
|
lcIdColumn = "id_lucrare"
|
||||||
|
loCauta = cauta_alfa(lcSelect, lcFiltru, lcSchema, lcOrder, lccoloane, lcTitlu, lcTitluColoane, , llToateIreg, lcFiltruOriginal)&&, lcPrimaColoana, lnPornire, , lcIdColumn)
|
||||||
|
*!* loCauta = cauta_alfa(lcSelect, lcFiltru, lcSchema, lcOrder, lccoloane, lcTitlu, lcTitluColoane, lcNumeProc, tlToateIreg, lcFiltruOriginal) && 11.07.2007
|
||||||
|
|
||||||
|
|
||||||
|
If Empty(loCauta.id_lucrare) Or Isnull(loCauta.id_lucrare)
|
||||||
|
Return
|
||||||
|
Endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
lcSql = [ select * from fact_vrap_art_ruta where id_lucrare = ]+Alltrim(Str(loCauta.id_lucrare))+[ order by ruta,subgrupa,denumire]
|
||||||
|
lcCursor = [crsartruta]
|
||||||
|
lnSucces = goExecutor.oexecute(lcSql,lcCursor)
|
||||||
|
If lnSucces < 0
|
||||||
|
amessagebox(goExecutor.oPrelucrareEroare(),16,"Eroare")
|
||||||
|
Use In crsartruta
|
||||||
|
Return
|
||||||
|
Endif
|
||||||
|
Select crsartruta
|
||||||
|
If Reccount() < 1
|
||||||
|
amessagebox('Nu exista date pentru comanda selectata!',0+64,'Atentie')
|
||||||
|
Use In crsartruta
|
||||||
|
|
||||||
|
Return
|
||||||
|
Endif
|
||||||
|
Private pcDataora
|
||||||
|
pcDataora = get_ora(2)
|
||||||
|
Select crsartruta
|
||||||
|
Report Form rap_ARTrute To Printer Prompt Preview
|
||||||
|
|
||||||
|
Use In crsartruta
|
||||||
|
Endproc
|
||||||
|
|
||||||
|
*---------------------------------------------------------------------------
|
||||||
|
Procedure rap_factav_doc && lansat din rap_listfactav_centr, lansat la randul lui din frm_facturi (ofacturare.vcx)
|
||||||
|
Local lnNrIreg,lcFiltruInit,lnRecSel
|
||||||
|
Store 0 To lnNrIreg,lnRecSel
|
||||||
|
Store '' To lcFiltruInit
|
||||||
|
|
||||||
|
Select crsfacturi
|
||||||
|
lcFiltruInit = Set("Filter")
|
||||||
|
lnRecSel = Recno()
|
||||||
|
Set Filter To ales = 1
|
||||||
|
|
||||||
|
Count For ales = 1 To lnNrIreg
|
||||||
|
*!* modificare v 2.0.40
|
||||||
|
*!* If Reccount() <1
|
||||||
|
If lnNrIreg < 1
|
||||||
|
*!* modificare v 2.0.40 ^
|
||||||
|
amessagebox('Nu ati selectat vreun document!',0+48,'Atentie')
|
||||||
|
*!* modificare v 2.0.40
|
||||||
|
*!* Return
|
||||||
|
*!* EndIf
|
||||||
|
Else
|
||||||
|
*!* modificare v 2.0.40 ^
|
||||||
|
Private pcDataora
|
||||||
|
pcDataora = get_ora(2)
|
||||||
|
Select crsfacturi
|
||||||
|
Report Form rap_avizedoc To Printer Prompt Preview
|
||||||
|
*!* modificare v 2.0.40
|
||||||
|
Endif
|
||||||
|
*!* modificare v 2.0.40 ^
|
||||||
|
Select crsfacturi
|
||||||
|
Set Filter To &lcFiltruInit
|
||||||
|
If lnRecSel>0
|
||||||
|
Goto lnRecSel
|
||||||
|
Endif
|
||||||
|
Endproc
|
||||||
|
*---------------------------------------------------------------------------
|
||||||
|
Procedure rap_factav_art && lansat din rap_listfactav_centr, lansat la randul lui din frm_facturi (ofacturare.vcx)
|
||||||
|
Local lcidvanzari,lcSql,lnSucces
|
||||||
|
Store '' To lcidvanzari
|
||||||
|
Local lnNrIreg,lcFiltruInit,lnRecSel
|
||||||
|
Store 0 To lnNrIreg,lnRecSel
|
||||||
|
Store '' To lcFiltruInit
|
||||||
|
|
||||||
|
Select crsfacturi
|
||||||
|
lcFiltruInit = Set("Filter")
|
||||||
|
lnRecSel = Recno()
|
||||||
|
Set Filter To ales = 1
|
||||||
|
|
||||||
|
Count For ales = 1 To lnNrIreg
|
||||||
|
*!* modificare v 2.0.40
|
||||||
|
*!* If Reccount() <1
|
||||||
|
If lnNrIreg < 1
|
||||||
|
*!* modificare v 2.0.40 ^
|
||||||
|
amessagebox('Nu ati selectat vreun document!',0+48,'Atentie')
|
||||||
|
*!* modificare v 2.0.40
|
||||||
|
*!* Return
|
||||||
|
*!* EndIf
|
||||||
|
Else
|
||||||
|
*!* modificare v 2.0.40
|
||||||
|
Select crsfacturi
|
||||||
|
Scan
|
||||||
|
lcidvanzari = lcidvanzari + [, ]+Alltrim(Str(crsfacturi .id_vanzare))
|
||||||
|
Select crsfacturi
|
||||||
|
Endscan
|
||||||
|
lcidvanzari = Substr(lcidvanzari,2)
|
||||||
|
|
||||||
|
lcSql = [select a.codmat,a.denumire,a.pret_achizitie,a.pret,a.subgrupa,sum(cantitate) as cantitate from fact_vfacturi_detalii a ]+;
|
||||||
|
[ where a.id_vanzare in (]+Alltrim(lcidvanzari)+[)]+;
|
||||||
|
[ group by a.codmat,a.denumire,a.pret_achizitie,a.pret,a.subgrupa]+;
|
||||||
|
[ order by a.codmat, a.denumire ]
|
||||||
|
|
||||||
|
lnSucces = goExecutor.oexecute(lcSql,'crsfactdetaliiartrap')
|
||||||
|
If lnSucces < 0
|
||||||
|
amessagebox(goExecutor.cEroare,0+16,"Eroare")
|
||||||
|
*!* modificare v 2.0.40
|
||||||
|
*!* Return
|
||||||
|
*!* Endif
|
||||||
|
Else
|
||||||
|
*!* modificare v 2.0.40 ^
|
||||||
|
Private pcDataora
|
||||||
|
pcDataora = get_ora(2)
|
||||||
|
Select crsfactdetaliiartrap
|
||||||
|
Report Form rap_artdoc To Printer Prompt Preview
|
||||||
|
*!* modificare v 2.0.40
|
||||||
|
Endif
|
||||||
|
Endif
|
||||||
|
*!* modificare v 2.0.40 ^
|
||||||
|
Select crsfacturi
|
||||||
|
Set Filter To &lcFiltruInit
|
||||||
|
If lnRecSel>0
|
||||||
|
Goto lnRecSel
|
||||||
|
Endif
|
||||||
|
Endproc
|
||||||
|
*---------------------------------------------------------------------------
|
||||||
|
Procedure rap_factav_docart && lansat din rap_listfactav_centr, lansat la randul lui din frm_facturi (ofacturare.vcx)
|
||||||
|
|
||||||
|
Select a.*,1 As g1 From crsfacturi a With (Buffering = .T.) Where ales = 1 Into Cursor crsDocArt NOFILTER Readwrite
|
||||||
|
Select crsDocArt
|
||||||
|
If Reccount() <1
|
||||||
|
amessagebox('Nu ati selectat nici un document!',0+48,'Atentie')
|
||||||
|
*!* modificare v 2.0.40
|
||||||
|
*!* Return
|
||||||
|
*!* EndIf
|
||||||
|
Else
|
||||||
|
*!* modificare v 2.0.40 ^
|
||||||
|
|
||||||
|
Local lcidvanzari,lcSql,lnSucces
|
||||||
|
Store '' To lcidvanzari
|
||||||
|
|
||||||
|
Select crsDocArt
|
||||||
|
Scan
|
||||||
|
lcidvanzari = lcidvanzari + [, ]+Alltrim(Str(crsDocArt.id_vanzare))
|
||||||
|
Select crsDocArt
|
||||||
|
Endscan
|
||||||
|
lcidvanzari = Substr(lcidvanzari,2)
|
||||||
|
|
||||||
|
lcSql = [select a.codmat,a.denumire,a.pret_achizitie,a.pret,a.subgrupa,sum(cantitate) as cantitate from fact_vfacturi_detalii a ]+;
|
||||||
|
[ where a.id_vanzare in (]+Alltrim(lcidvanzari)+[)]+;
|
||||||
|
[ group by a.codmat,a.denumire,a.pret_achizitie,a.pret,a.subgrupa]+;
|
||||||
|
[ order by a.codmat, a.denumire ]
|
||||||
|
|
||||||
|
lnSucces = goExecutor.oexecute(lcSql,'crsfactdetaliiartrap')
|
||||||
|
If lnSucces < 0
|
||||||
|
amessagebox(goExecutor.cEroare,0+16,"Eroare")
|
||||||
|
*!* modificare v 2.0.40
|
||||||
|
*!* Return
|
||||||
|
*!* EndIf
|
||||||
|
Else
|
||||||
|
*!* modificare v 2.0.40 ^
|
||||||
|
Private pcDataora
|
||||||
|
pcDataora = get_ora(2)
|
||||||
|
Select crsfactdetaliiartrap
|
||||||
|
Report Form rap_artdoc To Printer Prompt Preview
|
||||||
|
*!* modificare v 2.0.40
|
||||||
|
Endif
|
||||||
|
Endif
|
||||||
|
*!* modificare v 2.0.40 ^
|
||||||
|
Select crsfacturi
|
||||||
|
Set Filter To &lcFiltruInit
|
||||||
|
If lnRecSel>0
|
||||||
|
Goto lnRecSel
|
||||||
|
Endif
|
||||||
|
Endproc
|
||||||
|
*----------------------------------------------------------------------------------------------
|
||||||
|
Procedure rap_transf_art
|
||||||
|
Local lcidvanzari,lcSql,lnSucces
|
||||||
|
Store '' To lcidvanzari
|
||||||
|
|
||||||
|
Select * From crsfacturi With (Buffering = .T.) Where ales = 1 Into Cursor crsTmp
|
||||||
|
If Reccount() <1
|
||||||
|
amessagebox('Nu ati selectat vreun document!',0+48,'Atentie')
|
||||||
|
*!* modificare v 2.0.40
|
||||||
|
*!* Return
|
||||||
|
*!* EndIf
|
||||||
|
Else
|
||||||
|
*!* modificare v 2.0.40 ^
|
||||||
|
Select crsTmp
|
||||||
|
Scan
|
||||||
|
lcidvanzari = lcidvanzari + [, ]+Alltrim(Str(crsTmp.id_vanzare))
|
||||||
|
Select crsTmp
|
||||||
|
Endscan
|
||||||
|
Use In crsTmp
|
||||||
|
lcidvanzari = Substr(lcidvanzari,2)
|
||||||
|
lcSql = [select a.codmat,a.denumire,a.pret_achizitie,a.pret,a.subgrupa,sum(cantitate) as cantitate,client from fact_vfacturi_detalii a ]+;
|
||||||
|
[ where a.id_vanzare in (]+Alltrim(lcidvanzari)+[)]+;
|
||||||
|
[ group by a.codmat,a.denumire,a.pret_achizitie,a.pret,a.subgrupa,client]+;
|
||||||
|
[ order by a.codmat, a.denumire ]
|
||||||
|
lnSucces = goExecutor.oexecute(lcSql,'crssitconsum')
|
||||||
|
If lnSucces < 0
|
||||||
|
amessagebox(goExecutor.cEroare,0+16,"Eroare")
|
||||||
|
*!* modificare v 2.0.40
|
||||||
|
*!* Return
|
||||||
|
*!* Endif
|
||||||
|
Else
|
||||||
|
*!* modificare v 2.0.40 ^
|
||||||
|
Private pcDataora
|
||||||
|
pcDataora = get_ora(2)
|
||||||
|
Select crssitconsum
|
||||||
|
Report Form rap_transferart To Printer Prompt Preview
|
||||||
|
*!* modificare v 2.0.40
|
||||||
|
Endif
|
||||||
|
Endif
|
||||||
|
*!* modificare v 2.0.40 ^
|
||||||
|
Select crsfacturi
|
||||||
|
Endproc &&rap_transf_art
|
||||||
1
Programe/ovariabile_globale.prg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
**OVARIABILE_GLOBALE.PRG
|
||||||
827
Programe/roafacturare.prg
Normal file
@@ -0,0 +1,827 @@
|
|||||||
|
*!* 12.12.2014
|
||||||
|
*!* adaugat libraria overificari.vcx pentru frm_verificare_parteneri
|
||||||
|
|
||||||
|
Parameters tparam
|
||||||
|
&&& roafacturare
|
||||||
|
Public gcNumeProgram
|
||||||
|
Local lchost, lcUserName, lcPassword, lnIdUtil, lnIdProgram, lcUserNameApp,lcPasswordApp
|
||||||
|
Store '' To lchost, lcUserName, lcPassword, lcUserNameApp,lcPasswordApp
|
||||||
|
Store 0 To lnIdUtil, lnIdProgram
|
||||||
|
gcNumeProgram=[ROAFACTURARE]
|
||||||
|
If !Like(gcNumeProgram + '*', Upper(Alltrim(Juststem(Sys(16,0)))))
|
||||||
|
Messagebox("Nu puteti porni acest program!",0+16,"Atentie")
|
||||||
|
Return
|
||||||
|
Endif
|
||||||
|
|
||||||
|
_Screen.Icon = gcNumeProgram+'.ico'
|
||||||
|
|
||||||
|
Set Century On
|
||||||
|
Set Deleted On
|
||||||
|
Set Date To Dmy
|
||||||
|
Set Mark To '/'
|
||||||
|
Set Exclusive Off
|
||||||
|
Set Cpdialog Off
|
||||||
|
Set Talk Off
|
||||||
|
Set Safety Off
|
||||||
|
Set Escape Off
|
||||||
|
Set Exact On
|
||||||
|
Set Ansi On
|
||||||
|
Set Console Off
|
||||||
|
Set Notify Off
|
||||||
|
Set Seconds Off
|
||||||
|
Set NullDisplay To ''
|
||||||
|
Set Decimals To 6
|
||||||
|
SET HOURS TO 24
|
||||||
|
_Screen.Visible=.F.
|
||||||
|
|
||||||
|
|
||||||
|
*VARIABILE_______
|
||||||
|
Local lcMainClassLib
|
||||||
|
Local lcLastSetTalk,lcLastSetPath,lcLastSetClassLib,lcOnShutdown
|
||||||
|
|
||||||
|
*VARIABILE__________________________________________________________________________
|
||||||
|
Public CRLF
|
||||||
|
Store Chr(13) + Chr(10) To CRLF
|
||||||
|
|
||||||
|
*!* ************************
|
||||||
|
*!* ** variabile pentru pmenu,ointroduceri
|
||||||
|
Declare nror[65000]
|
||||||
|
*!* sunt declarate ca private si in ofacturare.vcx > frm_facturi > do_sterge
|
||||||
|
Public pcNl,pcAn,gnTipGest,gcGestPermis
|
||||||
|
Store "" To pcNl,pcAn,gcGestPermis
|
||||||
|
Store 0 To gnTipGest
|
||||||
|
_program='facturare'
|
||||||
|
*!* ************************
|
||||||
|
|
||||||
|
Public pcTitlu,pl_verificat
|
||||||
|
Store "" To pcTitlu
|
||||||
|
Store .F. To pl_verificat
|
||||||
|
|
||||||
|
Public buton,primadata,dirgen,gcBasePath,col_menu,gcDirMare
|
||||||
|
STORE '' TO gcDirMare
|
||||||
|
Store 1 To buton,col_menu
|
||||||
|
Store .T. To primadata &&,luna_neplatita
|
||||||
|
|
||||||
|
*-- Save and configure environment.***********************
|
||||||
|
lcLastSetTalk=Set("TALK")
|
||||||
|
Set Talk Off
|
||||||
|
lcLastSetPath=Set("PATH")
|
||||||
|
|
||||||
|
*!* modificare v 2.0.71
|
||||||
|
PUBLIC gcUtilizatoriPath, gcAppPath, gcAppName
|
||||||
|
Store '' To gcUtilizatoriPath, gcAppPath, gcAppName
|
||||||
|
|
||||||
|
Set Procedure To "d:\ROA\ROAFACTURARE\COMUN\UTILE\web\WWUTILS.PRG" Additive
|
||||||
|
Set Procedure To "d:\ROA\ROAFACTURARE\COMUN\UTILE\web\WWAPI.PRG" Additive
|
||||||
|
|
||||||
|
gcAppPath = Addbs(ShortPath(GetAppStartPath()))
|
||||||
|
If Right(gcAppPath ,9)="PROGRAME\"
|
||||||
|
gcAppPath = Substr(gcAppPath ,1,Len(gcAppPath )-9)
|
||||||
|
Endif
|
||||||
|
gcAppName=Allt(Uppe(Juststem(Sys(16,0))))
|
||||||
|
|
||||||
|
gcUtilizatoriPath = gcAppPath + "UTILIZATORI\"
|
||||||
|
Set Default To (gcAppPath)
|
||||||
|
lcPath = gcAppPath + 'Date;' + ;
|
||||||
|
gcAppPath + 'Include;' + ;
|
||||||
|
gcAppPath + 'FERESTRE;' + ;
|
||||||
|
gcAppPath + 'GRAFICE;' + ;
|
||||||
|
gcAppPath + 'CLASE;' + ;
|
||||||
|
gcAppPath + 'MENIURI;' + ;
|
||||||
|
gcAppPath + 'PROGRAME;' + ;
|
||||||
|
gcAppPath + 'RAPOARTE;' + ;
|
||||||
|
gcAppPath + 'COMUN\CLASE;' + ;
|
||||||
|
gcAppPath + 'COMUN\FERESTRE;' + ;
|
||||||
|
gcAppPath + 'COMUN\PROGRAME;' + ;
|
||||||
|
gcAppPath + 'COMUN\GRAFICE;' + ;
|
||||||
|
gcAppPath + 'COMUN\RAPOARTE;' + ;
|
||||||
|
gcAppPath + 'COMUN\UTILE\CALENDAR;' + ;
|
||||||
|
gcAppPath + 'COMUN\UTILE\CTL32;' + ;
|
||||||
|
gcAppPath + 'COMUN\UTILE\HPDF;' + ;
|
||||||
|
gcAppPath + 'COMUN\UTILE\HPDF\REPORTOUTPUT;' + ;
|
||||||
|
gcAppPath + 'COMUN\UTILE\WEB;' + ;
|
||||||
|
gcAppPath + 'COMUN\UTILE\EMAIL;' + ;
|
||||||
|
gcAppPath + 'COMUN\UTILE\NFJSON;' + ;
|
||||||
|
gcAppPath + 'COMUN\UTILE\NFXML;' + ;
|
||||||
|
Addbs(Substr(gcAppPath,1,Rat([\],gcAppPath,2)))+[COMUNROA\]
|
||||||
|
|
||||||
|
SET PATH TO &lcPath ADDITIVE
|
||||||
|
*!* Set Path To ;Date;Include;FERESTRE;GRAFICE;Help;CLASE;MENIURI;PROGRAME;RAPOARTE;PROGS;LIBS
|
||||||
|
*!* PUSH Menu _Msysmenu
|
||||||
|
Declare Integer GetPrivateProfileString In Kernel32 ;
|
||||||
|
string, String, String, String @, Integer, String
|
||||||
|
Declare Integer WritePrivateProfileString In Kernel32 ;
|
||||||
|
string, String, String, String
|
||||||
|
Declare Integer CopyFile In kernel32;
|
||||||
|
STRING lpExistingFileName,;
|
||||||
|
STRING lpNewFileName,;
|
||||||
|
INTEGER bFailIfExists
|
||||||
|
Declare Integer URLDownloadToFile In urlmon.Dll;
|
||||||
|
INTEGER pCaller, String szURL, String szFileName,;
|
||||||
|
INTEGER dwReserved, Integer lpfnCB
|
||||||
|
Declare Integer PathFileExists In shlwapi;
|
||||||
|
STRING pszPath
|
||||||
|
*!* modificare v 2.0.71 ^
|
||||||
|
|
||||||
|
lcLastSetClassLib=Set("CLASSLIB")
|
||||||
|
lcMainClassLib = m.gcAppPath + "comun\clase\appwiz.vcx"
|
||||||
|
|
||||||
|
*CLASE__________________________________________________________
|
||||||
|
Set Classlib To (lcMainClassLib) Additive
|
||||||
|
Set Classlib To registry Additive
|
||||||
|
Set Classlib To cauta_alfa_forms Additive
|
||||||
|
SET CLASSLIB TO ofacturare.vcx additive
|
||||||
|
SET CLASSLIB TO ofacturare_comun.vcx additive
|
||||||
|
SET CLASSLIB TO accessibility.vcx additive
|
||||||
|
SET CLASSLIB TO ocriterii.vcx ADDITIVE
|
||||||
|
Set Classlib To ctl32_statusbar.vcx Additive
|
||||||
|
Set Classlib To ctl32_common.vcx Additive
|
||||||
|
Set Classlib To ctl32_structs.vcx Additive
|
||||||
|
Set Classlib To ctl32_progressbar.vcx Additive
|
||||||
|
|
||||||
|
*PROCEDURI______________________________________________________
|
||||||
|
Set Procedure To proceduri_comune Additive
|
||||||
|
Set Procedure To quitapp Additive
|
||||||
|
Set Procedure To init_program Additive
|
||||||
|
Set Procedure To onomenclatoare.prg Additive
|
||||||
|
Set Procedure To onomenclatoare2.prg Additive
|
||||||
|
SET PROCEDURE TO oproceduri_rapoarte_fact.prg ADDITIVE
|
||||||
|
SET PROCEDURE TO email.prg ADDITIVE
|
||||||
|
|
||||||
|
&& CLASE ORACLE
|
||||||
|
Set Classlib To DECABAZA Additive
|
||||||
|
Set Classlib To onomenclatoare Additive
|
||||||
|
Set Classlib To onomenclatoare2 Additive
|
||||||
|
Set Classlib To ofacturare Additive
|
||||||
|
Set Classlib To ofacturare_rapoarte Additive
|
||||||
|
Set Classlib To ferestre_oracle Additive
|
||||||
|
Set Classlib To Messagebox Additive
|
||||||
|
Set Classlib To otoolbar Additive
|
||||||
|
Set Classlib To onom_curs Additive
|
||||||
|
Set Classlib To comun Additive
|
||||||
|
Set Classlib To orapoarte Additive
|
||||||
|
Set Classlib To ferestre_cere_date Additive
|
||||||
|
***
|
||||||
|
*!* Set Classlib To wwxml Additive
|
||||||
|
Set Classlib To baza Additive
|
||||||
|
Set Classlib To caut Additive
|
||||||
|
Set Classlib To ointroduceri Additive
|
||||||
|
Set Classlib To serii_numere Additive
|
||||||
|
Set Classlib To caut_ora Additive
|
||||||
|
*!* Set Classlib To ferestrebaza Additive
|
||||||
|
*!* modificare v 2.0.70
|
||||||
|
SET CLASSLIB TO wwdialogs.vcx ADDITIVE
|
||||||
|
*!* modificare v 2.0.70 ^
|
||||||
|
SET CLASSLIB TO _calendar.vcx Additive && v 2.2.9
|
||||||
|
Set Classlib To locale Additive && v 2.2.15
|
||||||
|
|
||||||
|
SET CLASSLIB TO overificari ADDITIVE
|
||||||
|
|
||||||
|
*** COMENZI
|
||||||
|
SET CLASSLIB TO ocomenzi ADDITIVE
|
||||||
|
|
||||||
|
************************************************************************************************
|
||||||
|
&& PROCEDURI ORACLE
|
||||||
|
Set Procedure To GENCURSOR.PRG Additive
|
||||||
|
Set Procedure To OPROCEDURI_COMUNE.PRG Additive
|
||||||
|
Set Procedure To OINIT_OPTIUNI.PRG Additive
|
||||||
|
Set Procedure To updateserver.PRG Additive
|
||||||
|
Set Procedure To OPROCEDURI_aMS.PRG Additive
|
||||||
|
Set Procedure To ocautare Additive
|
||||||
|
Set Procedure To odocumente Additive
|
||||||
|
Set Procedure To osecurity Additive
|
||||||
|
Set Procedure To acces_meniu Additive
|
||||||
|
Set Procedure To wwxmlhttp.prg Additive
|
||||||
|
Set Procedure To wwcodeupdate.prg Additive
|
||||||
|
Set Procedure To ini.prg Additive
|
||||||
|
Set Procedure To cauta_alfa.prg Additive
|
||||||
|
Set Procedure To oHeader.prg Additive
|
||||||
|
Set Procedure To oproceduri_curs.prg Additive
|
||||||
|
Set Procedure To proceduri.prg Additive
|
||||||
|
Set Procedure To oproceduri_facturare.prg Additive
|
||||||
|
Set Procedure To proceduri_rapoarte.prg Additive
|
||||||
|
Set Procedure To ofacturare.prg Additive
|
||||||
|
Set Procedure To oserii_numere.prg Additive
|
||||||
|
Set Procedure To wwutils.prg Additive
|
||||||
|
Set Procedure To wwConfig.prg Additive
|
||||||
|
Set Procedure To wwApi.prg Additive
|
||||||
|
Set Procedure To oexport.prg Additive
|
||||||
|
Set Procedure To validare.prg Additive
|
||||||
|
***
|
||||||
|
Set Procedure To ofacturare_comun.prg Additive
|
||||||
|
Set Procedure To ofacturare_stoc.prg Additive
|
||||||
|
SET PROCEDURE TO pmenu.prg additive
|
||||||
|
SET PROCEDURE TO ointroduceri.prg additive
|
||||||
|
SET PROCEDURE TO ovariabile_globale.prg additive
|
||||||
|
SET PROCEDURE TO ooperatii_comune.prg additive
|
||||||
|
Set Procedure To oproceduri_util.prg Additive
|
||||||
|
*!* SET PROCEDURE TO oproceduri_listari.prg additive
|
||||||
|
*!* modificare v 2.0.70
|
||||||
|
SET PROCEDURE TO filebringer.prg additive
|
||||||
|
SET PROCEDURE TO iniacces.prg ADDITIVE
|
||||||
|
SET PROCEDURE TO oupdate.prg additive
|
||||||
|
SET PROCEDURE TO procese.prg additive
|
||||||
|
SET PROCEDURE TO version.prg additive
|
||||||
|
SET PROCEDURE TO wwhttp.prg ADDITIVE
|
||||||
|
SET PROCEDURE TO xmlaccess.prg additive
|
||||||
|
SET PROCEDURE TO xmlparser.prg additive
|
||||||
|
*!* modificare v 2.0.70 ^
|
||||||
|
*!* modificare v 2.0.71
|
||||||
|
SET PROCEDURE TO xdate.prg Additive
|
||||||
|
*!* modificare v 2.0.71 ^
|
||||||
|
SET PROCEDURE TO suma_in_vorbe.prg additive
|
||||||
|
|
||||||
|
Set Procedure To controllerecr Additive
|
||||||
|
|
||||||
|
SET PROCEDURE TO regex.prg ADDITIVE
|
||||||
|
************************************************************************************************
|
||||||
|
|
||||||
|
*** COMENZI
|
||||||
|
SET PROCEDURE TO orap_comenzi.prg ADDITIVE
|
||||||
|
SET PROCEDURE TO onom_comenzi.prg ADDITIVE
|
||||||
|
SET PROCEDURE TO update_comenzi.prg ADDITIVE
|
||||||
|
|
||||||
|
SET PROCEDURE TO xmlefactura.prg ADDITIVE
|
||||||
|
|
||||||
|
PRIVATE pocomenzi,pocomenzielemente,polucrari,pocomenzi2,polucrarielemente
|
||||||
|
STORE '' TO pocomenzi,pocomenzielemente,polucrari,pocomenzi2,polucrarielemente
|
||||||
|
|
||||||
|
************************************************************************************************
|
||||||
|
|
||||||
|
If Pcount() = 1 And Type('tparam') = 'C'
|
||||||
|
glParametri = .T.
|
||||||
|
Private laParametri
|
||||||
|
Declare laParametri[1]
|
||||||
|
lcParam = Alltrim(tparam)
|
||||||
|
lnNr = lista2array(lcParam,@laParametri,";")
|
||||||
|
If lnNr < 5
|
||||||
|
aMessagebox('Numar incorect de parametri',0+16,'Eroare')
|
||||||
|
Return
|
||||||
|
Endif
|
||||||
|
lchost = laParametri[1]
|
||||||
|
lcUserName = laParametri[2]
|
||||||
|
lcPassword = laParametri[3]
|
||||||
|
lnIdUtil = Round(Val(laParametri[4]),0)
|
||||||
|
lnIdProgram = Round(Val(laParametri[5]),0)
|
||||||
|
Else
|
||||||
|
glParametri = .F.
|
||||||
|
lchost = 'JCSSERVER'
|
||||||
|
lcUserName = 'CONTAFIN_ORACLE'
|
||||||
|
lcPassword = ''
|
||||||
|
lnIdUtil = 0
|
||||||
|
lnIdProgram = 0
|
||||||
|
Endif
|
||||||
|
|
||||||
|
Public glVerificTabel && daca se verifica structura tabelelor in totv.prg
|
||||||
|
glVerificTabel=.T.
|
||||||
|
|
||||||
|
Public glQuit
|
||||||
|
glQuit = .F.
|
||||||
|
|
||||||
|
Public gnIdIstoric
|
||||||
|
gnIdIstoric = 0
|
||||||
|
|
||||||
|
Public gcTempPath, gcCaleServerDate, gcUserNameApp, gcPasswordApp
|
||||||
|
Store '' To gcUserNameApp, gcPasswordApp, gnNivelUtilizator, gnGrupUtilizator, gcAcces
|
||||||
|
Public gcAntet,gcCopyRight
|
||||||
|
Store '' To gcAntet
|
||||||
|
gcCopyRight = '<27> ROA Romfast SRL'
|
||||||
|
|
||||||
|
*!* modificare v 2.0.93 : verific daca suporta diacritice
|
||||||
|
PUBLIC glFontCharSet
|
||||||
|
glFontCharSet = AFONT(laFontCharSet,"Arial Narrow",238)
|
||||||
|
*!* modificare v 2.0.93 ^
|
||||||
|
*!* gcAppPath=Addbs(Justpath(Sys(16,0))) && d:\roa\roafacturare\
|
||||||
|
*!* modificare v 2.0.71
|
||||||
|
*!* Public gcAppPath,gcAppName,gcUtilizatoriPath
|
||||||
|
*!* gcAppPath = ADDBS(ShortPath(GetAppStartPath())) && wwutils.prg
|
||||||
|
*!* gcAppName=Allt(Uppe(Juststem(Sys(16,0)))) && "roafacturare"
|
||||||
|
*!* gcUtilizatoriPath = gcAppPath + "UTILIZATORI\"
|
||||||
|
*!* modificare v 2.0.71 ^
|
||||||
|
Set Path To Addbs(Substr(gcAppPath,1,Rat([\],gcAppPath,2)))+[COMUNROA\] Additive
|
||||||
|
|
||||||
|
Store "" To gcTempPath, gcCaleServerDate
|
||||||
|
|
||||||
|
|
||||||
|
*** DIRGEN
|
||||||
|
*!* modificare v 2.0.71 : am inlocuit dirgen cu gcDirMare
|
||||||
|
liat = Rat("\",gcAppPath,2)
|
||||||
|
gcDirMare = Addbs(Left(gcAppPath,liat-1))
|
||||||
|
dirgen = gcDirMare
|
||||||
|
gcBasePath = gcDirMare
|
||||||
|
|
||||||
|
*!* modificare v 2.0.93
|
||||||
|
PRIVATE gcReportPreviewer, gcReportPreviewerPath
|
||||||
|
gcReportPreviewer = "FoxyPreview" && oexport.prg
|
||||||
|
gcReportPreviewerPath = gcDirMare + "COMUNROA\"
|
||||||
|
*!* modificare v 2.0.93 ^
|
||||||
|
|
||||||
|
gcSecurityPath = gcDirMare + 'Security\'
|
||||||
|
gcSecurityFile = gcSecurityPath + 'ROA_SECURITY.TXT'
|
||||||
|
|
||||||
|
Cd &gcDirMare
|
||||||
|
Private gcGeneralIniFile, gcSettingsFile
|
||||||
|
gcGeneralIniFile = m.gcDirMare + "settings.ini"
|
||||||
|
gcSettingsFile = m.gcGeneralIniFile
|
||||||
|
|
||||||
|
If !File(gcGeneralIniFile)
|
||||||
|
|
||||||
|
TEXT TO lcSettings NOSHOW
|
||||||
|
[errors]
|
||||||
|
host=http://83.103.197.79:3000/errors/create_xml
|
||||||
|
ENDTEXT
|
||||||
|
|
||||||
|
Strtofile(lcSettings, gcGeneralIniFile)
|
||||||
|
Endif
|
||||||
|
|
||||||
|
*** Tin conexiunea deschisa. La wert??? apare eroarea odbc "timeout occured" daca se lasa peste 1 minut programul fara sa se lucreze
|
||||||
|
LOCAL lcKeepAlive, lnKeepAlive
|
||||||
|
PRIVATE goKeepAlive
|
||||||
|
lcKeepAlive = NVL(getini(m.gcGeneralIniFile,'update','keepalive_seconds'), '')
|
||||||
|
lnKeepAlive = 0
|
||||||
|
IF EMPTY(m.lcKeepAlive)
|
||||||
|
setini(m.gcGeneralIniFile,'update','keepalive_seconds', '0')
|
||||||
|
lnKeepAlive = 0
|
||||||
|
ELSE
|
||||||
|
lnKeepAlive = VAL(m.lcKeepAlive)
|
||||||
|
ENDIF
|
||||||
|
IF m.lnKeepAlive >= 5 && minim 5 secunde
|
||||||
|
goKeepAlive = NEWOBJECT("keepalive","utility.vcx")
|
||||||
|
goKeepAlive.interval = m.lnKeepAlive * 1000
|
||||||
|
goKeepAlive.enabled = .T.
|
||||||
|
ENDIF
|
||||||
|
|
||||||
|
Private poLog,goLog && obiect pt logarea mesajelor sistemului
|
||||||
|
poLog = Newobject("Log_Mesaje","Log_Mesaje.prg")
|
||||||
|
goLog = poLog
|
||||||
|
|
||||||
|
*!* modificare v 2.2.15
|
||||||
|
Private gcLocalePath, goLocale, gcLocale
|
||||||
|
gcLocalePath = gcAppPath + "Locale\"
|
||||||
|
lcLanguage = getini(gcGeneralIniFile,"locale","lang")
|
||||||
|
llLocale= getini(gcGeneralIniFile,"locale","llocale")
|
||||||
|
If Empty(m.lcLanguage)
|
||||||
|
gcLocale = 'Romana'
|
||||||
|
Else
|
||||||
|
gcLocale = m.lcLanguage
|
||||||
|
Endif
|
||||||
|
Local lcObjLocale
|
||||||
|
If gcLocale = 'Romana'
|
||||||
|
lcObjLocale = [Locale_dummy]
|
||||||
|
Else
|
||||||
|
lcObjLocale = [Locale]
|
||||||
|
Endif
|
||||||
|
goLocale=Newobject(lcObjLocale,"Locale.vcx")
|
||||||
|
If !Empty(m.llLocale) And m.llLocale<>'0'
|
||||||
|
goLocale.llocale=.T.
|
||||||
|
Endif
|
||||||
|
Release lcObjLocale
|
||||||
|
goLocale.locale = gcLocale
|
||||||
|
*!* If verificari()
|
||||||
|
*!* _Screen.Visible=.T.
|
||||||
|
*!* aMessagebox("Se fac verificari programului!"+CRLF+"Va rugam reveniti!",64,"ROA FACTURARE")
|
||||||
|
*!* glQuit= .T.
|
||||||
|
*!* Quit
|
||||||
|
*!* Endif
|
||||||
|
*!* If !Debug_Start()
|
||||||
|
*!* lcParam=tparam
|
||||||
|
*!* If Empty(tparam) Or (Type('tParam')='C' And !verific_start(tparam,gcDirMare,gcAppName))
|
||||||
|
*!* _Screen.Visible=.T.
|
||||||
|
*!* aMessagebox("Programul trebuie pornit doar din START!",64,"ROA FACTURARE")
|
||||||
|
*!* Quit
|
||||||
|
*!* Endif
|
||||||
|
*!* Endif
|
||||||
|
*!* modificare v 2.2.15 ^
|
||||||
|
|
||||||
|
***************************** VARIABILE ORACLE
|
||||||
|
Private gnHandle,gnidutil,GCCODFISCAL,GCADRESA,GCNUMEFIRMA,GNDIFZILE, gcUserNameApp, gcPasswordApp
|
||||||
|
Private gnButon && variabila pentru renunt si terminat
|
||||||
|
Store 2 To gnButon
|
||||||
|
Store '' To GCCODFISCAL,GCADRESA,GCNUMEFIRMA,GCMONEDA, gcUserNameApp, gcPasswordApp, gcAcces
|
||||||
|
gnHandle = -1
|
||||||
|
gnidutil = 0
|
||||||
|
|
||||||
|
Private gcHost, gcUserName, gcPassword, gofundal, gnIdProgram, gnId_Prg_Owner
|
||||||
|
gnIdProgram = 0
|
||||||
|
gnId_Prg_Owner = 0
|
||||||
|
gofundal=''
|
||||||
|
|
||||||
|
Private goFirma,gnIdFirma,gcFirma,gnAn,gnLuna && ,gnPA,gnPC
|
||||||
|
Store Null To goFirma
|
||||||
|
Store 0 To gnIdFirma, gnAn, gnLuna
|
||||||
|
Store '' To gcFirma
|
||||||
|
|
||||||
|
***toolbar***
|
||||||
|
PRIVATE otool,ohelp
|
||||||
|
STORE '' TO otool,ohelp
|
||||||
|
***toolbar***
|
||||||
|
|
||||||
|
Private glUltimaLuna,glPrimaLuna, glLunaBuna,glLuna_neplatita,glLunaInchisa
|
||||||
|
Store .F. To glUltimaLuna,glPrimaLuna, glLunaBuna,glLuna_neplatita,glLunaInchisa
|
||||||
|
|
||||||
|
Private GcS && schema firmei
|
||||||
|
Store 'CONTAFIN' To GcS
|
||||||
|
|
||||||
|
If Type('laparametri',1)="A"
|
||||||
|
If Alen(laParametri,1)=10
|
||||||
|
gnAn = Val(laParametri[7])
|
||||||
|
gnLuna = Val(laParametri[8]) &&lansare noua
|
||||||
|
gcS = laParametri[9]
|
||||||
|
gnIdFirma = VAL(laParametri[10])
|
||||||
|
Endif
|
||||||
|
Endif
|
||||||
|
|
||||||
|
&& obiect global wrap pt sqlexec cu text eroare si succes
|
||||||
|
Private goExecutor, goConn
|
||||||
|
goExecutor = Createobject("oExecutor")
|
||||||
|
goConn = Createobject("oConn")
|
||||||
|
*!* modificare v 2.0.26
|
||||||
|
Private goExport
|
||||||
|
goExport = CREATEOBJECT("oExportConfig")
|
||||||
|
*!* modificare v 2.0.26 ^
|
||||||
|
|
||||||
|
Private goMyXMLHTTP
|
||||||
|
lcHostErrors = getini(gcGeneralIniFile,'errors','host')
|
||||||
|
goMyXMLHTTP = Createobject("MyXMLHTTP", lcHostErrors)
|
||||||
|
|
||||||
|
&& obiect global pt luna aleasa din calendar
|
||||||
|
Private goCalendar
|
||||||
|
Store Null To goCalendar
|
||||||
|
|
||||||
|
|
||||||
|
PRIVATE goControllerEcr
|
||||||
|
goControllerEcr = CreateObject('oControllerEcr')
|
||||||
|
|
||||||
|
gcHost = lchost
|
||||||
|
gcUserName = lcUserName
|
||||||
|
gcPassword = lcPassword
|
||||||
|
gcUserNameApp = lcUserNameApp
|
||||||
|
gcPasswordApp = lcPasswordApp
|
||||||
|
gnidutil = lnIdUtil
|
||||||
|
gnIdProgram = lnIdProgram
|
||||||
|
|
||||||
|
PRIVATE gnId_sectie,gcNumeSectie
|
||||||
|
STORE 0 TO gnId_sectie,gcNumeSectie && sectia cu care se lucreaza in program
|
||||||
|
|
||||||
|
PRIVATE gnTipUzualComanda, gnOre_inchidere, gnOre_livrare, gnOre_executie, gnCopiereCantitate, gnIdPoliticaPretC, ;
|
||||||
|
gnIdPoliticaPret, gnId_lista_preturi_PV, gnIdGrupaArtSectie, gnSuprascriePretComanda , gnComenziInitial, gnRF_ORDONARECOMENZI
|
||||||
|
STORE 0 TO gnTipUzualComanda, gnOre_inchidere, gnOre_livrare, gnOre_executie, gnCopiereCantitate, gnIdPoliticaPretC, ;
|
||||||
|
gnIdPoliticaPret, gnId_lista_preturi_PV, gnIdGrupaArtSectie, gnSuprascriePretComanda, gnComenziInitial, gnRF_ORDONARECOMENZI
|
||||||
|
|
||||||
|
PRIVATE goComanda
|
||||||
|
goComanda = null
|
||||||
|
|
||||||
|
If !glParametri
|
||||||
|
lnValid = getcrsSecurity(gcSecurityFile)
|
||||||
|
If lnValid > 0
|
||||||
|
If Used('crsHost')
|
||||||
|
Select crsHost
|
||||||
|
Go Top
|
||||||
|
gcHost = Alltrim(Host)
|
||||||
|
gcUserName = Alltrim(schema)
|
||||||
|
gcPassword = Alltrim(pwd)
|
||||||
|
Use In crsHost
|
||||||
|
Endif
|
||||||
|
Endif
|
||||||
|
Endif
|
||||||
|
*!* ***************************** VARIABILE ORACLE
|
||||||
|
*!* Public NUMEPROGRAM,FUNDALPROGRAM
|
||||||
|
*!* NUMEPROGRAM='ROA facturare '
|
||||||
|
*!* MENIUPROGRAM="MENIU\roafacturare.mpr"
|
||||||
|
*!* *!* FUNDALPROGRAM=gcAppPath+"FERESTRE\FUNDAL.scx"
|
||||||
|
|
||||||
|
*-- Configure application object.*****************************
|
||||||
|
_Screen.WindowState=2
|
||||||
|
|
||||||
|
lcOnShutdown="ShutDown()"
|
||||||
|
On Shutdown &lcOnShutdown
|
||||||
|
On Error ErrorHandler(Error(),Program(),Lineno())
|
||||||
|
*!* _Shell="DO Cleanup IN progs\cont2003"
|
||||||
|
|
||||||
|
*-- Instantiate application object.***************************
|
||||||
|
Release goApp
|
||||||
|
Public goApp
|
||||||
|
goApp=Createobject("wzApplication")
|
||||||
|
|
||||||
|
Local laVersion
|
||||||
|
Dimension laVersion(12)
|
||||||
|
If Agetfileversion(laVersion, Sys(16,0)) > 0
|
||||||
|
NUMEPROGRAM = laVersion(10)
|
||||||
|
Endif
|
||||||
|
Release laVersion
|
||||||
|
|
||||||
|
goApp.SetCaption(gcNumeProgram)
|
||||||
|
goApp.cStartupMenu = m.gcAppPath + 'meniu\roafacturare'
|
||||||
|
goApp.cStartupForm = m.gcAppPath + 'comun\ferestre\frm_login.scx'
|
||||||
|
|
||||||
|
_Screen.WindowState=2
|
||||||
|
*-- Show application.
|
||||||
|
goApp.Show
|
||||||
|
|
||||||
|
*-- Release application.
|
||||||
|
Release goApp
|
||||||
|
|
||||||
|
*-- Restore default menu.
|
||||||
|
Pop Menu _Msysmenu
|
||||||
|
|
||||||
|
*-- Restore environment.
|
||||||
|
On Error
|
||||||
|
On Shutdown
|
||||||
|
If Not lcLastSetClassLib==Set("classlib")
|
||||||
|
Release Classlib (lcMainClassLib)
|
||||||
|
Endif
|
||||||
|
If Empty(lcLastSetPath)
|
||||||
|
Set Path To
|
||||||
|
Else
|
||||||
|
Set Path To &lcLastSetPath
|
||||||
|
Endif
|
||||||
|
If lcLastSetTalk=="ON"
|
||||||
|
Set Talk On
|
||||||
|
Else
|
||||||
|
Set Talk Off
|
||||||
|
Endif
|
||||||
|
|
||||||
|
Return
|
||||||
|
************************************************************************************************
|
||||||
|
* FUNCTII______________________________________________________________________
|
||||||
|
Function ErrorHandler(nError,cMethod,nLine)
|
||||||
|
Local lcErrorMsg,lcCodeLineMsg
|
||||||
|
|
||||||
|
Wait Clear
|
||||||
|
lcErrorMsg=Message()+Chr(13)+Chr(13)
|
||||||
|
lcErrorMsg=lcErrorMsg+"Method: "+cMethod
|
||||||
|
lcCodeLineMsg=Message(1)
|
||||||
|
If Between(nLine,1,10000) And Not lcCodeLineMsg="..."
|
||||||
|
lcErrorMsg=lcErrorMsg+Chr(13)+"Line: "+Alltrim(Str(nLine))
|
||||||
|
If Not Empty(lcCodeLineMsg)
|
||||||
|
lcErrorMsg=lcErrorMsg+Chr(13)+Chr(13)+lcCodeLineMsg
|
||||||
|
Endif
|
||||||
|
Endif
|
||||||
|
If Type('goMyXMLHTTP') = 'O'
|
||||||
|
lcErrorMsg = Sys(0) + ":" + Iif(Type('GCS')='C'," " + gcS,"") + Chr(13) +Chr(10) + lcErrorMsg
|
||||||
|
lcUserName = gcUserNameApp
|
||||||
|
lcProgram = Juststem(Sys(16,0))
|
||||||
|
goMyXMLHTTP.postError(lcErrorMsg, lcUserName, lcProgram)
|
||||||
|
Endif
|
||||||
|
|
||||||
|
If aMessagebox(lcErrorMsg,17,_Screen.Caption)#1
|
||||||
|
On Error
|
||||||
|
ON SHUTDOWN
|
||||||
|
Return .F.
|
||||||
|
Endif
|
||||||
|
Endfunc
|
||||||
|
************************************************************************************************
|
||||||
|
Function Shutdown
|
||||||
|
If Type("goApp")=="O" And Not Isnull(goApp)
|
||||||
|
Return goApp.OnShutDown()
|
||||||
|
Endif
|
||||||
|
Cleanup()
|
||||||
|
Quit
|
||||||
|
Endfunc
|
||||||
|
************************************************************************************************
|
||||||
|
Function Cleanup
|
||||||
|
If Cntbar("_msysmenu")=7
|
||||||
|
Return
|
||||||
|
Endif
|
||||||
|
On Error
|
||||||
|
On Shutdown
|
||||||
|
Set Classlib To
|
||||||
|
Set Path To
|
||||||
|
Clear All
|
||||||
|
*!* Close All
|
||||||
|
Pop Menu _Msysmenu
|
||||||
|
Return
|
||||||
|
************************************************************************************************
|
||||||
|
Function decodare1
|
||||||
|
Parameters lstring,CHEIE
|
||||||
|
Local lens,poz1,poz2,POZ3,lret,LRET2,lcstring,val1,lret1
|
||||||
|
lret=''
|
||||||
|
lret1=''
|
||||||
|
LRET2=''
|
||||||
|
lcstring=Alltrim(Upper(lstring))
|
||||||
|
lens=Len(lcstring)
|
||||||
|
For i=1 To 4
|
||||||
|
poz1=Substr(lcstring,i,1)
|
||||||
|
val1=Asc(poz1)
|
||||||
|
POZ3=Substr(CHEIE,i,1)
|
||||||
|
Do Case
|
||||||
|
Case val1>=48 And val1<=57
|
||||||
|
If ((val1-47)+Int(Val(POZ3)))<=10
|
||||||
|
poz2=Chr(val1+Int(Val(POZ3)))
|
||||||
|
Else
|
||||||
|
poz2=Chr(val1+Int(Val(POZ3))-10)
|
||||||
|
Endif
|
||||||
|
Case val1>=65 And val1<=90
|
||||||
|
If ((val1-64)+2*Int(Val(POZ3)))<=26
|
||||||
|
poz2=Chr(val1+2*Int(Val(POZ3)))
|
||||||
|
Else
|
||||||
|
poz2=Chr(val1+2*Int(Val(POZ3))-26)
|
||||||
|
Endif
|
||||||
|
Endcase
|
||||||
|
LRET2=LRET2+poz2
|
||||||
|
Endfor
|
||||||
|
For i=1 To lens
|
||||||
|
poz1=Substr(LRET2,i,1)
|
||||||
|
val1=Asc(poz1)
|
||||||
|
Do Case
|
||||||
|
Case val1>=48 And val1<=57
|
||||||
|
If ((val1-47)+i)<=10
|
||||||
|
poz2=Chr(val1+i)
|
||||||
|
Else
|
||||||
|
poz2=Chr(val1+i-10)
|
||||||
|
Endif
|
||||||
|
Case val1>=65 And val1<=90
|
||||||
|
If ((val1-64)+2*i)<=26
|
||||||
|
poz2=Chr(val1+2*i)
|
||||||
|
Else
|
||||||
|
poz2=Chr(val1+2*i-26)
|
||||||
|
Endif
|
||||||
|
Endcase
|
||||||
|
lret=lret+poz2
|
||||||
|
Endfor
|
||||||
|
lens=Len(lret)
|
||||||
|
For i=1 To lens
|
||||||
|
poz1=Substr(lret,i,1)
|
||||||
|
val1=Asc(poz1)
|
||||||
|
Do Case
|
||||||
|
Case val1>=48 And val1<=57
|
||||||
|
poz2=Chr(val1+17)&& din 0-9 in A-J
|
||||||
|
Case val1>=65 And val1<=74
|
||||||
|
poz2=Chr(val1-17)&& din A-J in 0-9
|
||||||
|
Case val1>=75 And val1<=82
|
||||||
|
poz2=Chr(val1+8)&&din K-R in S-Z
|
||||||
|
Case val1>=83 And val1<=90
|
||||||
|
poz2=Chr(val1-8)&&din S-Z in K-R
|
||||||
|
Endcase
|
||||||
|
lret1=lret1+poz2
|
||||||
|
Endfor
|
||||||
|
Return lret1
|
||||||
|
************************************************************************************************
|
||||||
|
&&transformarea in decimal a unui caracter hexa
|
||||||
|
Function HEXDEC
|
||||||
|
Lparameters LC
|
||||||
|
Local LV
|
||||||
|
Do Case
|
||||||
|
Case LC=='0'
|
||||||
|
LV='0'
|
||||||
|
Case LC=='1'
|
||||||
|
LV='1'
|
||||||
|
Case LC=='2'
|
||||||
|
LV='2'
|
||||||
|
Case LC=='3'
|
||||||
|
LV='3'
|
||||||
|
Case LC=='4'
|
||||||
|
LV='4'
|
||||||
|
Case LC=='5'
|
||||||
|
LV='5'
|
||||||
|
Case LC=='6'
|
||||||
|
LV='6'
|
||||||
|
Case LC=='7'
|
||||||
|
LV='7'
|
||||||
|
Case LC=='8'
|
||||||
|
LV='8'
|
||||||
|
Case LC=='9'
|
||||||
|
LV='9'
|
||||||
|
Case LC=='A'
|
||||||
|
LV='10'
|
||||||
|
Case LC=='B'
|
||||||
|
LV='11'
|
||||||
|
Case LC=='C'
|
||||||
|
LV='12'
|
||||||
|
Case LC=='D'
|
||||||
|
LV='13'
|
||||||
|
Case LC=='E'
|
||||||
|
LV='14'
|
||||||
|
Case LC=='F'
|
||||||
|
LV='15'
|
||||||
|
Endcase
|
||||||
|
Return LV
|
||||||
|
************************************************************************************************
|
||||||
|
&&codarea binara din hexa pe patru biti
|
||||||
|
Function DECTOBIN
|
||||||
|
Parameters sc
|
||||||
|
Local lretf
|
||||||
|
Do Case
|
||||||
|
Case sc=='0'
|
||||||
|
lretf='0000'
|
||||||
|
Case sc=='1'
|
||||||
|
lretf='0001'
|
||||||
|
Case sc=='2'
|
||||||
|
lretf='0010'
|
||||||
|
Case sc=='3'
|
||||||
|
lretf='0011'
|
||||||
|
Case sc=='4'
|
||||||
|
lretf='0100'
|
||||||
|
Case sc=='5'
|
||||||
|
lretf='0101'
|
||||||
|
Case sc=='6'
|
||||||
|
lretf='0110'
|
||||||
|
Case sc=='7'
|
||||||
|
lretf='0111'
|
||||||
|
Case sc=='8'
|
||||||
|
lretf='1000'
|
||||||
|
Case sc=='9'
|
||||||
|
lretf='1001'
|
||||||
|
Case sc=='10'
|
||||||
|
lretf='1010'
|
||||||
|
Case sc=='11'
|
||||||
|
lretf='1011'
|
||||||
|
Case sc=='12'
|
||||||
|
lretf='1100'
|
||||||
|
Case sc=='13'
|
||||||
|
lretf='1101'
|
||||||
|
Case sc=='14'
|
||||||
|
lretf='1110'
|
||||||
|
Case sc=='15'
|
||||||
|
lretf='1111'
|
||||||
|
Endcase
|
||||||
|
Return lretf
|
||||||
|
************************************************************************************************
|
||||||
|
Function ECARACTER
|
||||||
|
Parameters strg1
|
||||||
|
Private pz,ch,lcstring,vret,lg1
|
||||||
|
Store 0 To pz,lg1
|
||||||
|
Store '' To ch,lcstring
|
||||||
|
Store .T. To vret
|
||||||
|
lcstring=Upper(strg1)
|
||||||
|
lg1=Len(lcstring)
|
||||||
|
For ind1=1 To lg1
|
||||||
|
ch=Substr(lcstring,ind1,1)
|
||||||
|
If (Not Between(Asc(ch),48,57)) And (Not Between(Asc(ch),65,90))
|
||||||
|
vret=.F.
|
||||||
|
Exit
|
||||||
|
Endif
|
||||||
|
Endfor
|
||||||
|
Return vret
|
||||||
|
************************************************************************************************
|
||||||
|
Function sircaracter
|
||||||
|
Parameters strg1
|
||||||
|
Private pz,ch,lcstring,vret,lg1,lciesire
|
||||||
|
Store 0 To pz,lg1
|
||||||
|
Store '' To ch,lcstring,lciesire
|
||||||
|
Store .T. To vret
|
||||||
|
strg1=Strtran(strg1,Alltrim(Chr(39)),'')&&caracterul '
|
||||||
|
strg1=Strtran(strg1,Alltrim(Chr(39)),'')&&caracterul "
|
||||||
|
lcstring=Upper(Alltrim(strg1))
|
||||||
|
lg1=Len(lcstring)
|
||||||
|
For ind1=1 To lg1
|
||||||
|
ch=Substr(lcstring,ind1,1)
|
||||||
|
If Between(Asc(ch),48,57) Or Between(Asc(ch),65,90)
|
||||||
|
lciesire=lciesire+ch
|
||||||
|
Endif
|
||||||
|
Endfor
|
||||||
|
Return lciesire
|
||||||
|
************************************************************************************************
|
||||||
|
Procedure _DEBUG
|
||||||
|
Private lcret,lcfisier,lcPath,lccalewin
|
||||||
|
Declare Integer SHGetFolderPath In SHFOLDER.Dll ;
|
||||||
|
INTEGER hwndOwner, ;
|
||||||
|
INTEGER nFolder, ;
|
||||||
|
INTEGER hToken, ;
|
||||||
|
INTEGER dwFlags, ;
|
||||||
|
STRING @ pszPath
|
||||||
|
Declare Integer GetActiveWindow In WIN32API
|
||||||
|
#Define CSIDL_WINDOWS 36
|
||||||
|
|
||||||
|
lcPath = Repl(Chr(0),261)
|
||||||
|
=SHGetFolderPath(GetActiveWindow(),CSIDL_WINDOWS,0,0,@lcPath)
|
||||||
|
lccalewin=Left(lcPath,At(Chr(0),lcPath)-1)
|
||||||
|
|
||||||
|
lcret=.F.
|
||||||
|
lcfisier=Addbs(lccalewin)+[DEBUG.TXT]
|
||||||
|
|
||||||
|
If File(lcfisier)
|
||||||
|
LCVAL=Filetostr(lcfisier)
|
||||||
|
|
||||||
|
LNVAL1=Mod(Val(Right(LCVAL,1)),2) && restul 1 sau 0; daca e impar e 1
|
||||||
|
lnval2=Val(Left(LCVAL,Len(LCVAL)-1))
|
||||||
|
If LNVAL1=1 Or Year(Date())-Month(Date())=lnval2
|
||||||
|
lcret=.T.
|
||||||
|
Endif
|
||||||
|
Endif
|
||||||
|
Return lcret
|
||||||
|
|
||||||
|
Endproc
|
||||||
|
************************************************************************************************
|
||||||
|
Function Start_Nou
|
||||||
|
Return Exista_Branch(,,gcDirMare)
|
||||||
|
Endfunc && start_nou
|
||||||
|
************************************************************************************************
|
||||||
|
Procedure Debug_Start
|
||||||
|
lcFile = gcAppPath + "debug.txt"
|
||||||
|
If File(lcFile) Or !Start_Nou()
|
||||||
|
Return .T.
|
||||||
|
Endif
|
||||||
|
Return .F.
|
||||||
|
Endproc && Debug_Start
|
||||||
|
************************************************************************************************
|
||||||
|
Procedure verificari
|
||||||
|
Parameters tcFisierVerif
|
||||||
|
|
||||||
|
lcverificari = Addbs(gcAppPath)+gcAppName+".txt"
|
||||||
|
If File(lcverificari)
|
||||||
|
Return .T.
|
||||||
|
Endif
|
||||||
|
Return .F.
|
||||||
|
Endproc && verificari
|
||||||
|
************************************************************************************************
|
||||||
51
Programe/update_nomenclator.prg
Normal file
@@ -0,0 +1,51 @@
|
|||||||
|
**********************************************************
|
||||||
|
Procedure update_nomenclator
|
||||||
|
|
||||||
|
Do update_lunilean
|
||||||
|
|
||||||
|
*** tabele meniu deschise din proiect
|
||||||
|
Local lcCaleDateMenu
|
||||||
|
|
||||||
|
lcCaleDateMenu=gcAppPath+[\COMUN\DATEMENU\]
|
||||||
|
|
||||||
|
*!* modificare v 2.0.71
|
||||||
|
*!* If !Used('XREQUEST')
|
||||||
|
*!* Use &lcCaleDateMenu.XREQUEST In 0 Alias XREQUEST
|
||||||
|
*!* Endif
|
||||||
|
*!* If !Used('xitems')
|
||||||
|
*!* Use &lcCaleDateMenu.xitems In 0 Alias xitems
|
||||||
|
*!* Endif
|
||||||
|
*!* If !Used('XSETS')
|
||||||
|
*!* Use &lcCaleDateMenu.XSETS In 0 Alias XSETS Order Tag ID_SET
|
||||||
|
*!* Endif
|
||||||
|
*!* If !Used('xACT')
|
||||||
|
*!* Use &lcCaleDateMenu.xACT In 0 Alias xACT
|
||||||
|
*!* Endif
|
||||||
|
*!* If !Used('xnote')
|
||||||
|
*!* Use &lcCaleDateMenu.xnote In 0 Alias xnote
|
||||||
|
*!* Endif
|
||||||
|
lnSucces = xdate()
|
||||||
|
*!* modificare v 2.0.71 ^
|
||||||
|
|
||||||
|
If !Used('menu1')
|
||||||
|
Use &lcCaleDateMenu.menu1 In 0 Alias menu1 Excl
|
||||||
|
Endif
|
||||||
|
|
||||||
|
If !Used('INFISIERE')
|
||||||
|
Use &lcCaleDateMenu.INFISIERE In 0 Alias INFISIERE
|
||||||
|
Endif
|
||||||
|
|
||||||
|
If !Used('selectii')
|
||||||
|
Use &lcCaleDateMenu.gest_selectii In 0 Alias selectii
|
||||||
|
Endif
|
||||||
|
|
||||||
|
*!* modificare v 2.1.1
|
||||||
|
If !Used('mila1')
|
||||||
|
Use &lcCaleDateMenu.mila1 In 0 Alias mila1
|
||||||
|
endif
|
||||||
|
*!* modificare v 2.1.1 ^
|
||||||
|
*!* If !Used('nom_meniu')
|
||||||
|
*!* Use &lcCaleDateMenu.nom_meniu In 0 Alias nom_meniu
|
||||||
|
*!* Endif
|
||||||
|
|
||||||
|
Endproc && update_nomenclator
|
||||||
470
Rapoarte/borderou_incasari.fr2
Normal file
@@ -0,0 +1,470 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="borderou_incasari.frx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="1" objcode="53" name="" vpos="1.000" hpos="0.000" height="0.000" width="79533.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="0" ruler="1" rulerlines="0" grid=".T." gridv="12" gridh="12" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".T." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ORIENTATION=0
|
||||||
|
PAPERSIZE=9
|
||||||
|
COLOR=1
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="0" name="" vpos="0.000" hpos="0.000" height="11042.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="1" name="" vpos="0.000" hpos="0.000" height="5625.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="4" name="" vpos="0.000" hpos="0.000" height="2709.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="7" name="" vpos="0.000" hpos="0.000" height="3438.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="8" name="" vpos="0.000" hpos="0.000" height="7813.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="26458.333" hpos="37604.167" height="1770.833" width="41458.333" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".T." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[tradu(gcCopyRight+" - Pag. "+allt(str(_PAGENO))+" / "+ALLTRIM(STR(_PAGETOTAL))+" - Data/ora list<73>rii: "+pcDataora)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="1562.500" hpos="7604.167" height="1875.000" width="52500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="1" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[gcAntet]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="23437.500" hpos="8020.833" height="104.167" width="65104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="20833.333" hpos="8020.833" height="2604.167" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="20833.333" hpos="73020.833" height="2604.167" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="21041.667" hpos="8229.167" height="1875.000" width="3541.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[RECNO()]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="20833.333" hpos="11770.833" height="2604.167" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="20833.333" hpos="41562.500" height="2604.167" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="20833.333" hpos="52812.500" height="2604.167" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="32500.000" hpos="48125.000" height="1666.667" width="5833.333" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Delegat"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="14895.833" hpos="8020.833" height="3854.167" width="65104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="14895.833" hpos="11770.833" height="3854.167" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="14895.833" hpos="41562.500" height="3854.167" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="14895.833" hpos="52812.500" height="3854.167" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="15312.500" hpos="8541.667" height="3333.333" width="4166.667" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Nr.
|
||||||
|
crt."]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="16145.833" hpos="24375.000" height="1666.667" width="5000.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Client"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="16145.833" hpos="61562.500" height="1666.667" width="3333.333" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Suma"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="21041.667" hpos="12083.333" height="1875.000" width="28854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[client]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="7083.333" hpos="31145.833" height="1666.667" width="4166.667" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Data:"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="6979.167" hpos="35625.000" height="1875.000" width="13333.333" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[pdData]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="34687.500" hpos="45625.000" height="1875.000" width="31979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[UPPER(ALLTRIM(poRec.delegat))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="26458.333" hpos="8229.167" height="1666.667" width="3750.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["RF-0001"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="4375.000" hpos="27604.167" height="2187.500" width="27395.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="238" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[tradu([BORDEROU <20>NCAS<41>RI])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="16041.667" hpos="41875.000" height="1875.000" width="10625.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="238" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[tradu([Nr.chitan<61><6E>])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="8.000" height="12.000" width="9.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="15.000" hpos="4.000" height="12.000" width="13.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="8.000" height="12.000" width="10.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="1" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="14.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="8.000" height="15.000" width="42.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="8.000" height="12.000" width="9.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="25" objcode="0" name="dataenvironment" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[Top = 0
|
||||||
|
Left = 0
|
||||||
|
Width = 0
|
||||||
|
Height = 0
|
||||||
|
DataSource = .NULL.
|
||||||
|
Name = "Dataenvironment"
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
590
Rapoarte/centralizator_livrare.fr2
Normal file
@@ -0,0 +1,590 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="centralizator_livrare.frx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="1" objcode="53" name="" vpos="1.000" hpos="0.000" height="0.000" width="82633.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="0" ruler="1" rulerlines="0" grid=".T." gridv="12" gridh="12" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".T." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ORIENTATION=0
|
||||||
|
PAPERSIZE=9
|
||||||
|
COLOR=2
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="0" name="" vpos="0.000" hpos="0.000" height="21042.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="1" name="" vpos="0.000" hpos="0.000" height="5625.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="4" name="" vpos="0.000" hpos="0.000" height="2709.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="7" name="" vpos="0.000" hpos="0.000" height="3438.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="8" name="" vpos="0.000" hpos="0.000" height="7813.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36458.333" hpos="38854.167" height="1770.833" width="40208.333" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".T." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[tradu(gcCopyRight+" - Pag. "+allt(str(_PAGENO))+" / "+ALLTRIM(STR(_PAGETOTAL))+" - Data/ora list<73>rii: "+pcDataora)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="1562.500" hpos="2291.667" height="1875.000" width="57812.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="1" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[gcAntet]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="33437.500" hpos="8020.833" height="104.167" width="65104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="30833.333" hpos="8020.833" height="2604.167" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="30833.333" hpos="73020.833" height="2604.167" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="31041.667" hpos="8125.000" height="1875.000" width="3541.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[RECNO()]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="30833.333" hpos="11770.833" height="2604.167" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="30833.333" hpos="58958.333" height="2604.167" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="30833.333" hpos="41562.500" height="2604.167" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="30833.333" hpos="45520.833" height="2604.167" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="41666.667" hpos="1250.000" height="5833.333" width="77604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="42500.000" hpos="4687.500" height="1666.667" width="7500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Gestionar"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="42500.000" hpos="48125.000" height="1666.667" width="5833.333" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Delegat"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="24895.833" hpos="8020.833" height="3854.167" width="65104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="11770.833" height="3854.167" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="41562.500" height="3854.167" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="45520.833" height="3854.167" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="27083.333" hpos="58958.333" height="1666.667" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="26979.167" hpos="45833.333" height="104.167" width="26979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="25312.500" hpos="8541.667" height="3333.333" width="3333.333" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Nr.
|
||||||
|
crt."]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="26145.833" hpos="18541.667" height="1666.667" width="16666.667" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Denumirea produselor"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="26145.833" hpos="42291.667" height="1666.667" width="2500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["U/M"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="25312.500" hpos="55000.000" height="1666.667" width="8333.333" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Cantitatea"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="31041.667" hpos="12083.333" height="1875.000" width="28854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[denumire]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="31041.667" hpos="41666.667" height="1875.000" width="3854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[um]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="31041.667" hpos="46354.167" height="1875.000" width="11979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[cantitate]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="11145.833" hpos="1250.000" height="6875.000" width="77604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[pcText]]>
|
||||||
|
<supexpr><![CDATA[!EMPTY(pcText)]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="44687.500" hpos="3645.833" height="1875.000" width="32604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[UPPER(ALLTRIM(poRec.responsabil))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="44687.500" hpos="45625.000" height="1875.000" width="31979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[UPPER(ALLTRIM(poRec.delegat))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="18750.000" hpos="1250.000" height="1666.667" width="7500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Gestiunea"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="18645.833" hpos="10000.000" height="1875.000" width="32604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="1" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[UPPER(ALLTRIM(poRec.gestiune))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="4583.333" hpos="27604.167" height="2187.500" width="27395.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="238" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[tradu([DISPOZI<5A>IE DE LIVRARE])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="6875.000" hpos="27604.167" height="1875.000" width="27395.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="238" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[tradu([Data <20>i ora : ])+pcDataOra]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="26979.167" hpos="48125.000" height="1875.000" width="8750.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="238" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[tradu([Dispus<75>])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="26979.167" hpos="61458.333" height="1875.000" width="8854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="238" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[tradu([Livrat<61>])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="8.000" height="12.000" width="9.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="15.000" hpos="4.000" height="12.000" width="13.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="8.000" height="12.000" width="10.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="1" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="8.000" height="15.000" width="42.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="8.000" height="12.000" width="9.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="25" objcode="0" name="dataenvironment" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[Top = 0
|
||||||
|
Left = 0
|
||||||
|
Width = 0
|
||||||
|
Height = 0
|
||||||
|
DataSource = .NULL.
|
||||||
|
Name = "Dataenvironment"
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
494
Rapoarte/conformitate.fr2
Normal file
@@ -0,0 +1,494 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="conformitate.frx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="1" objcode="53" name="" vpos="1.000" hpos="0.000" height="0.000" width="79533.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="0" ruler="1" rulerlines="0" grid=".T." gridv="12" gridh="12" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".T." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ORIENTATION=0
|
||||||
|
PAPERSIZE=9
|
||||||
|
COLOR=1
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="1" name="" vpos="0.000" hpos="0.000" height="27917.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="4" name="" vpos="0.000" hpos="0.000" height="2605.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="7" name="" vpos="0.000" hpos="0.000" height="2709.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="8" name="" vpos="0.000" hpos="0.000" height="11355.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="25833.333" hpos="7500.000" height="2083.333" width="67604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".T." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="25833.333" hpos="11666.667" height="1979.167" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".T." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="26145.833" hpos="7916.667" height="1562.500" width="3333.333" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".T." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Nr.Crt"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="26145.833" hpos="15833.333" height="1562.500" width="10104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".T." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Denumire produs"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="25833.333" hpos="31041.667" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".T." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="25833.333" hpos="53125.000" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".T." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="30520.833" hpos="12395.833" height="1770.833" width="18020.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[crsConformitate.denumire]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="30625.000" hpos="31354.167" height="1770.833" width="21250.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[alltrim(transform(lot)) + " / " + alltrim(transform(ttod(adata_expirare)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="30520.833" hpos="53958.333" height="1770.833" width="20312.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[crsConformitate.conditii_pastrare]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="47187.500" hpos="7187.500" height="1666.667" width="7604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Data emiterii
|
||||||
|
"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="30520.833" hpos="8750.000" height="1770.833" width="2604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="1" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[1]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="30000.000" hpos="11666.667" height="2604.167" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="30000.000" hpos="53125.000" height="2604.167" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="48958.333" hpos="7291.667" height="1875.000" width="11875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[alltrim(transform(ttod(dataact)))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="30000.000" hpos="31041.667" height="2604.167" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="30000.000" hpos="7500.000" height="2604.167" width="67604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="15416.667" hpos="9375.000" height="7708.333" width="63854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[pcstring1+pcstring2+pcstring3]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="35208.333" hpos="38750.000" height="1770.833" width="41458.333" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[tradu(gcCopyRight+" - Pag. "+allt(str(_PAGENO))+" / "+ALLTRIM(STR(_PAGETOTAL))+" - Data/ora listarii: "+pcDataora)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="7083.333" hpos="26354.167" height="2187.500" width="28750.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="238" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[tradu([DECLARA<52>IE DE CONFORMITATE])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="26041.667" hpos="35000.000" height="1770.833" width="15104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".F." bottom=".T." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="238" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[tradu([Nr.lot / data expir<69>rii])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="26041.667" hpos="56562.500" height="1770.833" width="15104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".F." bottom=".T." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="238" curpos=".T." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[tradu([Condi<64>ii de p<>strare])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="47083.333" hpos="55000.000" height="1770.833" width="23854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="238" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[tradu([Semn<6D>tur<75> <20>i stampil<69> emitent])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pcstring1" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA["Noi " + ALLTRIM(NVL(poFirma.denumire,""))+ "," + ALLTRIM(NVL(poFirma.Localitate,"")) + "cu nr. de inregistrare la Registrul Comertului nr. " + ALLTRIM(NVL(poFirma.reg_comert,""))+ " Cod Fiscal "+ alltrim(NVL(poFirma.cod_fiscal,""))]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Noi " + ALLTRIM(NVL(poFirma.denumire,""))+ ", " + ALLTRIM(NVL(poFirma.Localitate,"")) + " cu nr. de inregistrare la Registrul Comertului nr. " + ALLTRIM(NVL(poFirma.reg_comert,""))+ " Cod Fiscal "+ alltrim(NVL(poFirma.cod_fiscal,""))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pcstring2" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[", declaram si garantam pe proprie raspundere ca produsele la care se refera aceasta declaratie nu pun in pericol"]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[", declaram si garantam pe proprie raspundere ca produsele la care se refera aceasta declaratie nu pun in pericol"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pcstring3" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[" viata sau sanatatea si sunt in conformitate cu legislatia sanitara, sanitar-veterinara si pentru siguranta alimentelor, in vigoare :"]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[" viata sau sanatatea si sunt in conformitate cu legislatia sanitara, sanitar-veterinara si pentru siguranta alimentelor, in vigoare :"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="8.000" height="12.000" width="10.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="15.000" hpos="5.000" height="12.000" width="32.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="15.000" hpos="6.000" height="12.000" width="32.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="15.000" hpos="5.000" height="12.000" width="32.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="19.000" hpos="7.000" height="15.000" width="43.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="15.000" hpos="4.000" height="12.000" width="13.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="8.000" height="15.000" width="42.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="15.000" hpos="5.000" height="12.000" width="32.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="25" objcode="0" name="dataenvironment" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[Top = 0
|
||||||
|
Left = 0
|
||||||
|
Width = 0
|
||||||
|
Height = 0
|
||||||
|
DataSource = .NULL.
|
||||||
|
Name = "Dataenvironment"
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
1084
Rapoarte/credit_note.fr2
Normal file
698
Rapoarte/detalii_livrare.fr2
Normal file
@@ -0,0 +1,698 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="detalii_livrare.frx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="1" objcode="53" name="" vpos="1.000" hpos="0.000" height="0.000" width="82633.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="0" ruler="1" rulerlines="0" grid=".T." gridv="12" gridh="12" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".T." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ORIENTATION=0
|
||||||
|
PAPERSIZE=9
|
||||||
|
COLOR=2
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="0" name="" vpos="0.000" hpos="0.000" height="14792.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="1" name="" vpos="0.000" hpos="0.000" height="730.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="3" name="" vpos="0.000" hpos="0.000" height="6667.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[id_part]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="4" name="" vpos="0.000" hpos="0.000" height="2500.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="5" name="" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="7" name="" vpos="0.000" hpos="0.000" height="3438.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="8" name="" vpos="0.000" hpos="0.000" height="7605.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="35937.500" hpos="25104.167" height="1770.833" width="40208.333" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[tradu(gcCopyRight+" - Pag. "+allt(str(_PAGENO))+" / "+ALLTRIM(STR(_PAGETOTAL))+" - Data/ora listarii: "+pcDataora)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="1562.500" hpos="2291.667" height="1875.000" width="64062.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="1" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[gcAntet]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="30833.333" hpos="1145.833" height="104.167" width="65104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="28437.500" hpos="1145.833" height="2500.000" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="28437.500" hpos="66145.833" height="2500.000" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="28645.833" hpos="1250.000" height="1875.000" width="3541.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[lnNrCrt]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="28437.500" hpos="4895.833" height="2500.000" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="28437.500" hpos="52083.333" height="2500.000" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="28437.500" hpos="34687.500" height="2500.000" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="28437.500" hpos="38645.833" height="2500.000" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="40625.000" hpos="1145.833" height="7604.167" width="65104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="40833.333" hpos="3645.833" height="1666.667" width="5833.333" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Gestionar"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="40833.333" hpos="37604.167" height="1666.667" width="4583.333" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Delegat"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="28645.833" hpos="5416.667" height="1875.000" width="28854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[denumire]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="28645.833" hpos="34791.667" height="1875.000" width="4583.333" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[Alltrim(nvl(um,''))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="28645.833" hpos="39479.167" height="1875.000" width="11979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(cantitate,20,gnPCant)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="43020.833" hpos="3645.833" height="1875.000" width="27916.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[UPPER(ALLTRIM(poRec.responsabil))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="43020.833" hpos="37604.167" height="1875.000" width="27291.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[UPPER(ALLTRIM(poRec.delegat))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="11562.500" hpos="729.167" height="1666.667" width="6145.833" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Gestiunea"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="11458.333" hpos="7604.167" height="1875.000" width="32604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[UPPER(ALLTRIM(poRec.gestiune))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="20208.333" hpos="937.500" height="1666.667" width="3437.500" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Client"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="20104.167" hpos="7604.167" height="1875.000" width="38750.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[UPPER(ALLTRIM(nume_client))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="22708.333" hpos="1145.833" height="3750.000" width="65104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="22708.333" hpos="4895.833" height="3854.167" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="22708.333" hpos="34687.500" height="3854.167" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="22708.333" hpos="38645.833" height="3854.167" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="52083.333" height="1666.667" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24791.667" hpos="38854.167" height="104.167" width="26979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="23541.667" hpos="1458.333" height="1666.667" width="3333.333" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Nr. crt."]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="23958.333" hpos="14270.833" height="1666.667" width="11041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Denumirea produselor"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="23958.333" hpos="35312.500" height="1666.667" width="2083.333" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["U/M"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="23020.833" hpos="49791.667" height="1666.667" width="4791.667" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Cantitatea"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="5104.167" hpos="11354.167" height="2187.500" width="47604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="238" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[tradu([DISPOZI<5A>IE DE LIVRARE DETALIAT<41>])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="7395.833" hpos="21458.333" height="1875.000" width="27395.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="238" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[tradu([Data <20>i ora : ])+pcDataOra]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="24687.500" hpos="40833.333" height="1875.000" width="8750.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="238" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[tradu([Dispus<75>])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="24687.500" hpos="54479.167" height="1875.000" width="8854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="238" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[tradu([Livrat<61>])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="lnNrCrt" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="1" resettotal="6" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[0]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="8.000" height="12.000" width="10.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="15.000" hpos="4.000" height="12.000" width="13.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="8.000" height="12.000" width="12.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="1" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="34.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="8.000" height="15.000" width="42.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="25" objcode="0" name="dataenvironment" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[Top = 0
|
||||||
|
Left = 0
|
||||||
|
Width = 0
|
||||||
|
Height = 0
|
||||||
|
DataSource = .NULL.
|
||||||
|
Name = "Dataenvironment"
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
700
Rapoarte/lista_aviz_lucrare.fr2
Normal file
@@ -0,0 +1,700 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="lista_aviz_lucrare.frx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="1" objcode="53" name="" vpos="1.000" hpos="1000.000" height="1000.000" width="78533.000" order="" unique=".F." environ=".T." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="2" rulerlines="0" grid=".T." gridv="12" gridh="12" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".T." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".T." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ORIENTATION=0
|
||||||
|
PAPERSIZE=9
|
||||||
|
COLOR=1
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="0" name="" vpos="0.000" hpos="0.000" height="14896.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="1" name="" vpos="0.000" hpos="0.000" height="8959.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="4" name="" vpos="0.000" hpos="0.000" height="2292.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="7" name="" vpos="0.000" hpos="0.000" height="3125.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="28125.000" hpos="63541.667" height="1875.000" width="6458.333" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(cantitate,14,gnPCant)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="28125.000" hpos="1041.667" height="1875.000" width="3333.333" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(STR(nrcrt))+'.']]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="33125.000" hpos="32291.667" height="1770.833" width="44166.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="238" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[tradu(gcCopyRight+" - Pag. "+allt(str(_PAGENO))+" / "+ALLTRIM(STR(_PAGETOTAL))+" - Data/ora list<73>rii: "+pcDataora)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="33125.000" hpos="4062.500" height="1666.667" width="3750.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["RF-0014"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="2395.833" hpos="3541.667" height="4166.667" width="27604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[gcAntet]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="8020.833" hpos="5937.500" height="5208.333" width="67500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="16" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="238" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[tradu('Transfer <20>ntre subunit<69><74>i pe baz<61> de lucrare - '+alltrim(nvl(poDate.nrord,''))+' gestiunea ' +alltrim(nvl(poDate.nume_client,'')))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="19583.333" hpos="1145.833" height="1770.833" width="76354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="238" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[tradu('Transfer <20>ntre subunit<69><74>i pe baz<61> de lucrare - '+alltrim(nvl(poDate.nrord,''))+' gestiunea ' +alltrim(nvl(poDate.nume_client,'')))]]>
|
||||||
|
<supexpr><![CDATA[_PAGENO>1]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="17708.333" hpos="1145.833" height="1770.833" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[gcAntet]]>
|
||||||
|
<supexpr><![CDATA[_PAGENO>1]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="22187.500" hpos="1875.000" height="3333.333" width="1770.833" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Nr.
|
||||||
|
crt."]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="23020.833" hpos="6458.333" height="1666.667" width="6145.833" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Cod material"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="23020.833" hpos="21562.500" height="1666.667" width="4791.667" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Denumire"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="22187.500" hpos="34479.167" height="3333.333" width="2604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Cant.
|
||||||
|
stoc"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="23020.833" hpos="40833.333" height="1666.667" width="6875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Gestiune dest."]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="21979.167" hpos="833.333" height="3854.167" width="76770.833" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="28125.000" hpos="70312.500" height="1875.000" width="7083.333" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(cant_disp,14,gnPCant)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="28125.000" hpos="50833.333" height="1875.000" width="6041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(cant_com,14,gnPCant)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="28125.000" hpos="57083.333" height="1875.000" width="6041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(cant_ramasa,14,gnPCant)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="28125.000" hpos="32708.333" height="1875.000" width="6041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(cant_stoc,14,gnPCant)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="28125.000" hpos="4479.167" height="1875.000" width="9375.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(codmat)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="28125.000" hpos="13958.333" height="1875.000" width="18645.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(denumire)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="28125.000" hpos="38854.167" height="1875.000" width="11875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(nume_gestiune)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="27916.667" hpos="833.333" height="2395.833" width="76770.833" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="22083.333" hpos="4479.167" height="3750.000" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="22083.333" hpos="13958.333" height="3750.000" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="22083.333" hpos="38854.167" height="3750.000" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="22083.333" hpos="32708.333" height="3750.000" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="22083.333" hpos="63125.000" height="3750.000" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="22083.333" hpos="70208.333" height="3750.000" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="22083.333" hpos="50729.167" height="3750.000" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="22083.333" hpos="56979.167" height="3750.000" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="27916.667" hpos="4479.167" height="2187.500" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="27916.667" hpos="13958.333" height="2187.500" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="27916.667" hpos="38854.167" height="2187.500" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="27916.667" hpos="32708.333" height="2187.500" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="27916.667" hpos="63125.000" height="2187.500" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="27916.667" hpos="70208.333" height="2187.500" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="27916.667" hpos="50729.167" height="2187.500" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="27916.667" hpos="56979.167" height="2187.500" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="22187.500" hpos="50937.500" height="3541.667" width="6041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="238" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[tradu([Cant.]+CHR(13)+CHR(10)+[comand<6E>])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="22187.500" hpos="57083.333" height="3541.667" width="6041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="238" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[tradu([Cant.]+CHR(13)+CHR(10)+[r<>mas<61>])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="22187.500" hpos="63750.000" height="3541.667" width="6041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="238" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[tradu([Cant.]+CHR(13)+CHR(10)+[repartizat<61>])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="22187.500" hpos="70833.333" height="3541.667" width="6041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="238" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[tradu([Cant.]+CHR(13)+CHR(10)+[disponibil<69>])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="nrcrt" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[1]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="15.000" hpos="4.000" height="12.000" width="13.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="14.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="8.000" height="15.000" width="42.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="25.000" hpos="10.000" height="19.000" width="55.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="16" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[5]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="15.000" hpos="4.000" height="12.000" width="13.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="25" objcode="0" name="dataenvironment" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[Top = 220
|
||||||
|
Left = 1
|
||||||
|
Width = 520
|
||||||
|
Height = 200
|
||||||
|
Visible = .F.
|
||||||
|
TabStop = .F.
|
||||||
|
DataSource = .NULL.
|
||||||
|
Name = "Dataenvironment"
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
671
Rapoarte/lista_livrare.fr2
Normal file
@@ -0,0 +1,671 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="lista_livrare.frx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="1" objcode="53" name="" vpos="1.000" hpos="1000.000" height="1000.000" width="78533.000" order="" unique=".F." environ=".T." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="2" rulerlines="0" grid=".T." gridv="12" gridh="12" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".T." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".T." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[{8}{0}{18}{0}1{0}{1}{0}winspool{0}{0}\\contafin\KONICA MINOLTA 162{0}{0}USB001{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}{0}]]>
|
||||||
|
<tag2><![CDATA[XFxjb250YWZpblxLT05JQ0EgTUlOT0xUQSAxNjIAAAABBAoBnAD4AwMvgAcBAAkAAAAAAGQAAQAHAFgCAgABAFgCAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAACAAAAAQAAAAEBAAAAAAAAAAAAAAAAAAAAAAAACgEAAEsATwBOAEkAQwBBACAATQBJAE4ATwBMAFQAQQAgADEANgAyAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAA1AQAAHgGAAAAAAAAAAAAANQEAAD0BAAAAAAAAAEAAABhEwAAahsAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAABAAAAAAAAAAAAAAABAAAAZAAAAAEAAAAPJwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADIAAAAyAAAAMgAAADIAAAAUAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAMgAAAC0AAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAEgAAAAyAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADQAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP////8BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAA=]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[DRIVER=winspool
|
||||||
|
DEVICE=\\contafin\KONICA MINOLTA 162
|
||||||
|
OUTPUT=USB001
|
||||||
|
ORIENTATION=0
|
||||||
|
PAPERSIZE=9
|
||||||
|
COPIES=1
|
||||||
|
DEFAULTSOURCE=7
|
||||||
|
PRINTQUALITY=600
|
||||||
|
COLOR=2
|
||||||
|
YRESOLUTION=600
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="0" name="" vpos="0.000" hpos="0.000" height="17396.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="1" name="" vpos="0.000" hpos="0.000" height="5000.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="4" name="" vpos="0.000" hpos="0.000" height="1771.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="7" name="" vpos="0.000" hpos="0.000" height="2917.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="312.500" hpos="47604.167" height="3541.667" width="29791.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA['Cumparator :'+ALLTRIM(poClient.denumire)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="6145.833" hpos="52604.167" height="3541.667" width="24791.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA['Adresa :'+poClient.adresa]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="26562.500" hpos="3645.833" height="1875.000" width="59270.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(denumire)+IIF(!EMPTY(NVL(serie,[])),CHR(13)+CHR(10)+[Serie: ]+ALLTRIM(serie),[])+[ ]+IIF(!EMPTY(NVL(explicatie,[])),CHR(13)+CHR(10)+ALLTRIM(explicatie),[])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="26562.500" hpos="68750.000" height="1875.000" width="8645.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(TRANSFORM(cantitate,get_mask(14,gnPCant)))]]>
|
||||||
|
<supexpr><![CDATA[cantitate<>0]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="26562.500" hpos="63437.500" height="1875.000" width="5104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(NVL(um,''))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="26562.500" hpos="0.000" height="1875.000" width="3333.333" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(STR(nrcrt))+'.']]>
|
||||||
|
<supexpr><![CDATA[cantitate<>0]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="4062.500" hpos="47500.000" height="1875.000" width="30000.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(poClient.tip_persoana=1,'C.I.F. :','C.N.P. :')+ALLTRIM(poClient.cod_fiscal)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="20833.333" hpos="208.333" height="3750.000" width="77604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="20833.333" hpos="3125.000" height="3750.000" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="20833.333" hpos="63020.833" height="3750.000" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="20833.333" hpos="68645.833" height="3750.000" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="21145.833" hpos="937.500" height="3125.000" width="2604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Nr.
|
||||||
|
crt."]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="21979.167" hpos="22083.333" height="1562.500" width="22291.667" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Denumirea produselor sau a serviciilor"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="21979.167" hpos="64687.500" height="1562.500" width="2500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["U.M."]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="21979.167" hpos="70104.167" height="1562.500" width="5833.333" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Cantitatea"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="208.333" hpos="625.000" height="2291.667" width="33020.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="204" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poFirma.denumire]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="6250.000" hpos="5729.167" height="3541.667" width="21979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poFirma.adresa]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="4375.000" hpos="5729.167" height="1875.000" width="21979.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poFirma.cod_fiscal]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="2708.333" hpos="11145.833" height="1875.000" width="22500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poFirma.reg_comert]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="6458.333" hpos="625.000" height="1666.667" width="4583.333" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="3" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Sediu :"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="9791.667" hpos="3854.167" height="1875.000" width="23750.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poFirma.telefon]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="9895.833" hpos="625.000" height="1666.667" width="2812.500" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="3" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Tel.:"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="11666.667" hpos="625.000" height="1666.667" width="3125.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="3" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Fax :"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="4479.167" hpos="625.000" height="1666.667" width="4166.667" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="3" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["C.I.F. :"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="2812.500" hpos="625.000" height="1666.667" width="11041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="3" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Nr.ord.reg.com. :"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="11562.500" hpos="3854.167" height="1875.000" width="23750.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poFirma.fax]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="30833.333" hpos="34166.667" height="1875.000" width="10104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(STR(_PAGENO))+[ / ]+ALLTRIM(STR(_PAGETOTAL))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="9895.833" hpos="28020.833" height="6562.500" width="24583.333" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="219" fillgreen="219" fillblue="219" pensize="1" penpat="8" fillpat="1" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="16" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="14270.833" hpos="33854.167" height="1666.667" width="3645.833" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="3" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Data :"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="10520.833" hpos="29062.500" height="1666.667" width="23125.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="3" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["LISTA LIVRARE PENTRU FACTURA"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="14166.667" hpos="38020.833" height="1875.000" width="8645.833" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="0" fillpat="1" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="16" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="14270.833" hpos="38333.333" height="1770.833" width="7812.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="D" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[poDate.dataact]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="12291.667" hpos="32500.000" height="1875.000" width="15625.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="0" fillpat="1" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="16" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="12291.667" hpos="32812.500" height="1770.833" width="14895.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[NVL(poDate.serie_act,[])+[ ]+PADL(ALLTRIM(TRANSFORM(poDate.nract,'999999999999')),12,'0')]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotFTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valftva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valtva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotCTva" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ROUND(valtva+valftva,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="nrcrt" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(cantitate=0,0,1)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="15.000" hpos="5.000" height="12.000" width="32.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="6.000" height="16.000" width="18.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="22.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="3" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="22.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="3" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="15.000" hpos="7.000" height="12.000" width="8.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="25" objcode="0" name="dataenvironment" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[Top = 220
|
||||||
|
Left = 1
|
||||||
|
Width = 520
|
||||||
|
Height = 200
|
||||||
|
Visible = .F.
|
||||||
|
TabStop = .F.
|
||||||
|
DataSource = .NULL.
|
||||||
|
Name = "Dataenvironment"
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
554
Rapoarte/rap_artrute.fr2
Normal file
@@ -0,0 +1,554 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="rap_artrute.frx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="1" objcode="53" name="" vpos="1.000" hpos="5000.000" height="1000.000" width="74533.000" order="" unique=".F." environ=".T." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="1" rulerlines="1" grid=".T." gridv="12" gridh="12" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".T." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".T." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ORIENTATION=0
|
||||||
|
PAPERSIZE=9
|
||||||
|
COLOR=1
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="0" name="" vpos="0.000" hpos="0.000" height="12396.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="1" name="" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="3" name="" vpos="0.000" hpos="0.000" height="10209.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ruta]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="3" name="" vpos="0.000" hpos="0.000" height="3646.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[subgrupa]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="4" name="" vpos="0.000" hpos="0.000" height="1667.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="5" name="" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="5" name="" vpos="0.000" hpos="0.000" height="4896.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="7" name="" vpos="0.000" hpos="0.000" height="3646.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="8" name="" vpos="0.000" hpos="0.000" height="0.000" width="1784.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".T." resetpage=".T." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".T." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="7187.500" hpos="21770.833" height="2083.333" width="30937.500" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@I"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["CENTRALIZATOR ARTICOLE PE RUTE"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="34687.500" hpos="1458.333" height="1770.833" width="13645.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[codmat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="34687.500" hpos="44479.167" height="1666.667" width="10104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".T." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(cantitate,14,gnPCant)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="34687.500" hpos="63750.000" height="1666.667" width="9375.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".T." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(cantitate*pret,14,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="1041.667" hpos="1250.000" height="3541.667" width="34375.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[gcAntet]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="34687.500" hpos="16666.667" height="1666.667" width="27916.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[denumire]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="48437.500" hpos="26041.667" height="1770.833" width="47500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[gcCopyRight + " - Pag. "+allt(str(_PAGENO))+"/"+allt(str(_PAGETOTAL))+" - Data/ora listarii: "+pcDataora]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="20104.167" hpos="1041.667" height="1666.667" width="3437.500" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@I"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Ruta:"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="20000.000" hpos="6041.667" height="1875.000" width="67708.333" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ruta]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="40625.000" hpos="64062.500" height="1875.000" width="9375.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".T." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(s1,14,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="40520.833" hpos="833.333" height="2187.500" width="72916.667" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".T." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="40625.000" hpos="63750.000" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".T." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="40833.333" hpos="2604.167" height="1666.667" width="3333.333" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@I"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Total"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="34687.500" hpos="53333.333" height="1666.667" width="10104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".T." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(pret,14,gnPPretV)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="29687.500" hpos="1250.000" height="1666.667" width="6875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@I"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Subgrupa:"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="29583.333" hpos="8229.167" height="1875.000" width="65520.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[subgrupa]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="24166.667" hpos="7500.000" height="1666.667" width="2604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@I"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Cod"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="24166.667" hpos="48125.000" height="1666.667" width="5937.500" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@I"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Cantitate"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="24166.667" hpos="66770.833" height="1666.667" width="5208.333" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@I"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Valoare"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="23125.000" hpos="45833.333" height="3750.000" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="24166.667" hpos="27916.667" height="1666.667" width="6458.333" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@I"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Denumire"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="23125.000" hpos="937.500" height="3750.000" width="72916.667" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="23125.000" hpos="64270.833" height="3750.000" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="23125.000" hpos="16250.000" height="3750.000" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="23333.333" hpos="56562.500" height="3333.333" width="6666.667" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@I"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Pret vanz.
|
||||||
|
cu TVA"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="23125.000" hpos="55520.833" height="3750.000" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="48437.500" hpos="4375.000" height="1666.667" width="3750.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["RF-0009"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="s1" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="6" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[cantitate*pret]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="8.000" height="15.000" width="42.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="15.000" hpos="4.000" height="12.000" width="13.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="14.000" hpos="5.000" height="11.000" width="29.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="8" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="34.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="14.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="25" objcode="0" name="dataenvironment" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[Top = 0
|
||||||
|
Left = 0
|
||||||
|
Width = 0
|
||||||
|
Height = 0
|
||||||
|
DataSource = .NULL.
|
||||||
|
Name = "Dataenvironment"
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
578
Rapoarte/rap_avizerute.fr2
Normal file
@@ -0,0 +1,578 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="rap_avizerute.frx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="1" objcode="53" name="" vpos="1.000" hpos="5000.000" height="1000.000" width="74533.000" order="" unique=".F." environ=".T." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="1" rulerlines="1" grid=".T." gridv="12" gridh="12" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".T." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".T." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ORIENTATION=0
|
||||||
|
PAPERSIZE=9
|
||||||
|
COLOR=1
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="0" name="" vpos="0.000" hpos="0.000" height="12396.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="1" name="" vpos="0.000" hpos="0.000" height="5105.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="3" name="" vpos="0.000" hpos="0.000" height="3021.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ruta]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="4" name="" vpos="0.000" hpos="0.000" height="2188.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="5" name="" vpos="0.000" hpos="0.000" height="2709.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="7" name="" vpos="0.000" hpos="0.000" height="3646.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="8" name="" vpos="0.000" hpos="0.000" height="0.000" width="1784.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".T." resetpage=".T." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".T." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="7187.500" hpos="23645.833" height="2083.333" width="27187.500" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@I"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["CENTRALIZATOR AVIZE PE RUTE"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="17604.167" hpos="6770.833" height="1666.667" width="6770.833" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@I"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Numar act"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="26875.000" hpos="6354.167" height="1875.000" width="7500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[numar_act]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="17604.167" hpos="16145.833" height="1666.667" width="5416.667" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@I"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Data act"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="26875.000" hpos="15208.333" height="1875.000" width="7395.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="D" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ttod(data_act)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="17604.167" hpos="43437.500" height="1666.667" width="10520.833" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@I"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Valoare depozit"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="26875.000" hpos="43541.667" height="1875.000" width="10104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".T." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(valoarea,14,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="17604.167" hpos="56770.833" height="1666.667" width="10937.500" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@I"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Valoare vanzare"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="26875.000" hpos="55729.167" height="1875.000" width="12604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".T." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(valoarev,14,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="17083.333" hpos="42083.333" height="2500.000" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="1041.667" hpos="1250.000" height="3541.667" width="34375.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[gcAntet]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="17604.167" hpos="29375.000" height="1666.667" width="5833.333" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@I"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Gestiune"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="26875.000" hpos="23645.833" height="1875.000" width="18020.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[nume_gestiune]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="16979.167" hpos="5729.167" height="2604.167" width="63125.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="26770.833" hpos="5729.167" height="2187.500" width="63125.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".T." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="26875.000" hpos="14270.833" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="26875.000" hpos="23437.500" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="26875.000" hpos="42083.333" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="26875.000" hpos="55104.167" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".T." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="17083.333" hpos="55104.167" height="2500.000" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="16979.167" hpos="14270.833" height="2500.000" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="17083.333" hpos="23437.500" height="2500.000" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="36770.833" hpos="26041.667" height="1770.833" width="47500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[gcCopyRight + " - Pag. "+allt(str(_PAGENO))+"/"+allt(str(_PAGETOTAL))+" - Data/ora listarii: "+pcDataora]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="22500.000" hpos="5937.500" height="1666.667" width="3437.500" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@I"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Ruta:"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="22395.833" hpos="10937.500" height="1875.000" width="61666.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ruta]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="31250.000" hpos="55729.167" height="1875.000" width="12604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".T." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(s2,14,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="31145.833" hpos="5729.167" height="2187.500" width="63125.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".T." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="31250.000" hpos="55104.167" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".T." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="31458.333" hpos="7500.000" height="1666.667" width="3333.333" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@I"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Total"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="36770.833" hpos="6041.667" height="1666.667" width="3750.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["RF-0011"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="s1" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="6" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[valoarea]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="s2" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="6" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[valoarev]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="8.000" height="15.000" width="42.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="34.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="15.000" hpos="4.000" height="12.000" width="13.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="14.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="25" objcode="0" name="dataenvironment" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[Top = 0
|
||||||
|
Left = 0
|
||||||
|
Width = 0
|
||||||
|
Height = 0
|
||||||
|
DataSource = .NULL.
|
||||||
|
Name = "Dataenvironment"
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
818
Rapoarte/rap_centr_val_subgrupe.fr2
Normal file
@@ -0,0 +1,818 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="rap_centr_val_subgrupe.frx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="1" objcode="53" name="" vpos="1.000" hpos="7874.000" height="0.000" width="71659.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="0" ruler="2" rulerlines="0" grid=".T." gridv="12" gridh="12" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".T." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".T." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ORIENTATION=0
|
||||||
|
PAPERSIZE=9
|
||||||
|
COLOR=1
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="0" name="" vpos="0.000" hpos="0.000" height="12709.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="1" name="" vpos="0.000" hpos="0.000" height="4167.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="3" name="" vpos="0.000" hpos="0.000" height="5834.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[id_gestiune]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="4" name="" vpos="0.000" hpos="0.000" height="2084.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="5" name="" vpos="0.000" hpos="0.000" height="3646.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="7" name="" vpos="0.000" hpos="0.000" height="3438.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="8" name="" vpos="0.000" hpos="0.000" height="4584.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="29062.500" hpos="1562.500" height="1875.000" width="3125.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[nrcrt]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="28958.333" hpos="1250.000" height="2083.333" width="69895.833" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="29062.500" hpos="39375.000" height="1875.000" width="9270.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(val_ach,14,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="29062.500" hpos="49062.500" height="1875.000" width="9270.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(val_vanz,14,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="29062.500" hpos="5104.167" height="1875.000" width="33750.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(subgrupa)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="28958.333" hpos="48854.167" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="1145.833" hpos="1666.667" height="4166.667" width="27604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[gcAntet]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="6145.833" hpos="3854.167" height="2708.333" width="67500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="16" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(pcTitlu)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="16770.833" hpos="1250.000" height="1770.833" width="71354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[pcTitlu+[ - ]+pcPerioada]]>
|
||||||
|
<supexpr><![CDATA[_PAGENO>1]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="15104.167" hpos="1250.000" height="1770.833" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[gcAntet]]>
|
||||||
|
<supexpr><![CDATA[_PAGENO>1]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="39687.500" hpos="27395.833" height="1770.833" width="44166.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[gcCopyRight+" - Pag. "+allt(str(_PAGENO))+" / "+ALLTRIM(STR(_PAGETOTAL))+" - Data/ora listarii: "+pcDataora]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="23645.833" hpos="1250.000" height="3229.167" width="69895.833" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="255" fillgreen="255" fillblue="255" pensize="1" penpat="8" fillpat="1" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="28958.333" hpos="4791.667" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="28958.333" hpos="39062.500" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="24479.167" hpos="1666.667" height="1666.667" width="3020.833" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Nr.crt."]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="24479.167" hpos="18333.333" height="1666.667" width="4895.833" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Subgrupa"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="23645.833" hpos="40937.500" height="3333.333" width="6145.833" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Val. achizitie
|
||||||
|
- fara TVA -"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="23645.833" hpos="50416.667" height="3333.333" width="6250.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Val. vanzare
|
||||||
|
- fara TVA -"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="39687.500" hpos="2187.500" height="1666.667" width="3750.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["RF-0015"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="45729.167" hpos="39375.000" height="1875.000" width="9270.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(pnTotalAch,14,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="45729.167" hpos="49062.500" height="1875.000" width="9166.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(pnTotalVanz,14,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="45625.000" hpos="29791.667" height="2083.333" width="4479.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["TOTAL"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="45104.167" hpos="28854.167" height="3125.000" width="42395.833" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="8750.000" hpos="3854.167" height="2187.500" width="67500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(pcPerioada)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="23645.833" hpos="4791.667" height="3229.167" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="23645.833" hpos="39062.500" height="3229.167" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="23645.833" hpos="48854.167" height="3229.167" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="21354.167" hpos="1250.000" height="1875.000" width="67500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA['Gestiune :'+ALLTRIM(nume_gestiune)+IIF(pnPagStart<>_PAGENO,' - continuare ( '+ALLTRIM(STR(_PAGENO-pnPagStart+1))+' ) -','')]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="33854.167" hpos="39375.000" height="1875.000" width="9270.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(pnTotalAchGest,14,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="33854.167" hpos="49062.500" height="1875.000" width="9166.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(pnTotalVanzGest,14,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="33229.167" hpos="10104.167" height="3125.000" width="61145.833" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="33854.167" hpos="10416.667" height="1875.000" width="28750.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA['Total :'+ALLTRIM(nume_gestiune)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="29062.500" hpos="58645.833" height="1875.000" width="7500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(val_vanz-val_ach,14,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="24687.500" hpos="59791.667" height="1666.667" width="5208.333" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Val. adaos"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="28854.167" hpos="58437.500" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="23645.833" hpos="58437.500" height="3229.167" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="28958.333" hpos="66250.000" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="23645.833" hpos="66250.000" height="3229.167" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="29062.500" hpos="66562.500" height="1875.000" width="4270.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza((val_vanz-val_ach)/val_ach*100,14,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="23541.667" hpos="66770.833" height="3333.333" width="3750.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Procent
|
||||||
|
adaos"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="33854.167" hpos="58645.833" height="1875.000" width="7500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(pnTotalVanzGest-pnTotalAchGest,14,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="45729.167" hpos="58645.833" height="1875.000" width="7500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(pnTotalVanz-pnTotalAch,14,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotalAch" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[val_ach]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotalVanz" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[val_vanz]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnPagStart" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="6" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[_PAGENO]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[_PAGENO]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotalAchGest" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="6" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[val_ach]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="pnTotalVanzGest" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="6" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[val_vanz]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="nrcrt" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="1" resettotal="6" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[1]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="8.000" height="12.000" width="9.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="8.000" height="15.000" width="42.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="25.000" hpos="10.000" height="19.000" width="55.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="16" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[5]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="15.000" hpos="4.000" height="12.000" width="13.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="15.000" hpos="4.000" height="12.000" width="13.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="14.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="6.000" height="16.000" width="18.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="8.000" height="15.000" width="42.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="25" objcode="0" name="dataenvironment" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[Top = 0
|
||||||
|
Left = 0
|
||||||
|
Width = 0
|
||||||
|
Height = 0
|
||||||
|
DataSource = .NULL.
|
||||||
|
Name = "Dataenvironment"
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
458
Rapoarte/rap_rute.fr2
Normal file
@@ -0,0 +1,458 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="rap_rute.frx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="1" objcode="53" name="" vpos="1.000" hpos="5000.000" height="1000.000" width="74533.000" order="" unique=".F." environ=".T." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="1" rulerlines="1" grid=".T." gridv="12" gridh="12" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".T." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".T." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ORIENTATION=0
|
||||||
|
PAPERSIZE=9
|
||||||
|
COLOR=1
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="0" name="" vpos="0.000" hpos="0.000" height="12396.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="1" name="" vpos="0.000" hpos="0.000" height="5105.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="3" name="" vpos="0.000" hpos="0.000" height="2917.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ruta]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="4" name="" vpos="0.000" hpos="0.000" height="2188.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="5" name="" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="7" name="" vpos="0.000" hpos="0.000" height="3646.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="8" name="" vpos="0.000" hpos="0.000" height="0.000" width="1784.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".T." resetpage=".T." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".T." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="7708.333" hpos="34895.833" height="2083.333" width="4687.500" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@I"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["RUTE"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="17604.167" hpos="1354.167" height="1666.667" width="4479.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@I"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Ordine"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="22708.333" hpos="6458.333" height="1875.000" width="67083.333" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ruta]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="17604.167" hpos="7916.667" height="1666.667" width="5833.333" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@I"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Gestiune"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="26770.833" hpos="7916.667" height="1875.000" width="12500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[nume_gestiune]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="17604.167" hpos="40520.833" height="1666.667" width="10625.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@I"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Adresa partener"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="26770.833" hpos="40208.333" height="1875.000" width="32395.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[adresa]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="17083.333" hpos="39375.000" height="2500.000" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="1250.000" hpos="729.167" height="1875.000" width="25937.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[gcAntet]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="17604.167" hpos="21041.667" height="1666.667" width="5729.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@I"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Partener"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="26770.833" hpos="21250.000" height="1875.000" width="18020.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[partener]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="16979.167" hpos="729.167" height="2604.167" width="72500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="26666.667" hpos="729.167" height="2187.500" width="72500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="26666.667" hpos="7291.667" height="2187.500" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="26666.667" hpos="20833.333" height="2187.500" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="26666.667" hpos="39375.000" height="2187.500" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="16979.167" hpos="7291.667" height="2500.000" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="17083.333" hpos="20833.333" height="2500.000" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="33645.833" hpos="25729.167" height="1770.833" width="47500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[gcCopyRight + " - Pag. "+allt(str(_PAGENO))+"/"+allt(str(_PAGETOTAL))+" - Data/ora listarii: "+pcDataora]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="22812.500" hpos="2604.167" height="1666.667" width="3437.500" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@I"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Ruta:"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="26875.000" hpos="1250.000" height="1875.000" width="5833.333" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA["@B"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ordine]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="33645.833" hpos="5208.333" height="1666.667" width="3750.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["RF-0012"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="35.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="8.000" height="15.000" width="42.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="6.000" height="13.000" width="34.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="15.000" hpos="4.000" height="12.000" width="13.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="14.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="25" objcode="0" name="dataenvironment" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[Top = 0
|
||||||
|
Left = 0
|
||||||
|
Width = 0
|
||||||
|
Height = 0
|
||||||
|
DataSource = .NULL.
|
||||||
|
Name = "Dataenvironment"
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
604
Rapoarte/raport_articole.fr2
Normal file
@@ -0,0 +1,604 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="raport_articole.frx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="1" objcode="53" name="" vpos="1.000" hpos="0.000" height="0.000" width="113800.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="0" ruler="1" rulerlines="0" grid=".T." gridv="12" gridh="12" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".T." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".T." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ORIENTATION=1
|
||||||
|
PAPERSIZE=9
|
||||||
|
PAPERLENGTH=2794
|
||||||
|
PAPERWIDTH=2159
|
||||||
|
COLOR=2
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="0" name="" vpos="0.000" hpos="0.000" height="12709.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="1" name="" vpos="0.000" hpos="0.000" height="8021.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="4" name="" vpos="0.000" hpos="0.000" height="2084.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="7" name="" vpos="0.000" hpos="0.000" height="3542.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="24895.833" hpos="625.000" height="2083.333" width="111041.670" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="192" fillgreen="192" fillblue="192" pensize="1" penpat="8" fillpat="1" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[gid<>0]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="24895.833" hpos="729.167" height="2083.333" width="4479.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["TOTAL"]]>
|
||||||
|
<supexpr><![CDATA[gid<>0]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="24895.833" hpos="625.000" height="2083.333" width="111041.670" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="24895.833" hpos="102500.000" height="1875.000" width="7812.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('valoare')<>'U',formateaza(valoare,14,gnPc),'')]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="24895.833" hpos="85416.667" height="1875.000" width="7604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(cantitate,14,gnPCant)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="24895.833" hpos="14062.500" height="1875.000" width="19062.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="4" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('nume_client')<>'U',ALLTRIM(nume_client),[])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="24895.833" hpos="48020.833" height="1875.000" width="30625.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="4" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('denumire')<>'U',ALLTRIM(denumire)+[ ],[])+IIF(TYPE('serie')<>'U',ALLTRIM(NVL(serie,[])),[])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="93229.167" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="85312.500" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="5625.000" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[gid=0 and type('data_act')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="47708.333" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[gid=0 and (type('denumire')<>'U' or type('serie')<>'U')]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="13958.333" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[gid=0 and type('nume_client')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="24895.833" hpos="33750.000" height="1875.000" width="13750.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="4" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('categorie_entitate')<>'U',ALLTRIM(categorie_entitate),[])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="33541.667" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[gid=0 and type('categorie_entitate')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="24895.833" hpos="79375.000" height="1875.000" width="5833.333" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="4" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('um')<>'U',ALLTRIM(um),[])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="79062.500" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[gid=0 and type('um')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="1145.833" hpos="3750.000" height="4166.667" width="103854.170" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[gcAntet]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="16770.833" hpos="1250.000" height="1770.833" width="108854.170" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[pcTitlu+' (Perioada '+DTOC(poListare.datai)+' - '+DTOC(poListare.dataf)+')']]>
|
||||||
|
<supexpr><![CDATA[_PAGENO>1]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="15104.167" hpos="1250.000" height="1770.833" width="107604.170" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[gcAntet]]>
|
||||||
|
<supexpr><![CDATA[_PAGENO>1]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="29895.833" hpos="65625.000" height="1770.833" width="45416.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[gcCopyRight+" - Pag. "+allt(str(_PAGENO))+" / "+ALLTRIM(STR(_PAGETOTAL))+" - Data/ora listarii: "+pcDataora]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="19583.333" hpos="625.000" height="3229.167" width="111041.670" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="255" fillgreen="255" fillblue="255" pensize="1" penpat="8" fillpat="1" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="20416.667" hpos="21041.667" height="1666.667" width="2708.333" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Client"]]>
|
||||||
|
<supexpr><![CDATA[TYPE('nume_client')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="20416.667" hpos="102500.000" height="1666.667" width="7812.500" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Valoare cu TVA"]]>
|
||||||
|
<supexpr><![CDATA[type('valoare')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="20416.667" hpos="87083.333" height="1666.667" width="4166.667" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Cantitate"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="6666.667" hpos="6250.000" height="5208.333" width="101354.170" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="16" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(pcTitlu)+' (Perioada '+DTOC(poListare.datai)+' - '+DTOC(poListare.dataf)+')']]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="20416.667" hpos="38125.000" height="1666.667" width="4791.667" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Categorie"]]>
|
||||||
|
<supexpr><![CDATA[TYPE('categorie_entitate')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="20416.667" hpos="81145.833" height="1666.667" width="2395.833" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["U.M."]]>
|
||||||
|
<supexpr><![CDATA[TYPE('um')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="20312.500" hpos="48020.833" height="1875.000" width="30625.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="4" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('denumire')<>'U',[Articol],IIF(TYPE('serie')<>'U',[Serie],[]))]]>
|
||||||
|
<supexpr><![CDATA[TYPE('denumire')<>'U' or TYPE('serie')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="19479.167" hpos="6354.167" height="3541.667" width="7187.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="4" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="238" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[tradu(IIF(TYPE('data_act')<>'U',[Data],[])+IIF(TYPE('numar_act')<>'U',IIF(TYPE('data_act')<>'U',[ <20>i nr.],[Num<75>r]),[])+CHR(13)+CHR(10)+[factur<75>])]]>
|
||||||
|
<supexpr><![CDATA[TYPE('data_act')<>'U' or TYPE('numar_act')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="24895.833" hpos="5937.500" height="1875.000" width="7916.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('data_act')<>'U',DTOC(TTOD(data_act)),[])+CHR(13)+CHR(10)+IIF(TYPE('numar_act')<>'U',NVL(ALLT(numar_act),[]),[])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="30000.000" hpos="6666.667" height="1666.667" width="3750.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["RF-0002"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="24895.833" hpos="93854.167" height="1875.000" width="7812.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".T." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('valoare_ftva')<>'U',formateaza(valoare_ftva,14,gnPc),'')]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="20416.667" hpos="93541.667" height="1666.667" width="8541.667" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Valoare fara TVA"]]>
|
||||||
|
<supexpr><![CDATA[type('valoare')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="102083.330" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="8.000" height="12.000" width="10.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="6.000" height="16.000" width="18.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="8.000" height="15.000" width="42.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="15.000" hpos="4.000" height="12.000" width="13.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="15.000" hpos="4.000" height="12.000" width="13.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="25.000" hpos="10.000" height="19.000" width="55.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="16" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[5]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="14.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="25" objcode="0" name="dataenvironment" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[Top = 0
|
||||||
|
Left = 0
|
||||||
|
Width = 0
|
||||||
|
Height = 0
|
||||||
|
DataSource = .NULL.
|
||||||
|
Name = "Dataenvironment"
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
808
Rapoarte/raport_articole_transfer.fr2
Normal file
@@ -0,0 +1,808 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="raport_articole_transfer.frx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="1" objcode="53" name="" vpos="1.000" hpos="0.000" height="0.000" width="113833.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="0" ruler="1" rulerlines="0" grid=".T." gridv="12" gridh="12" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".T." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".T." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ORIENTATION=1
|
||||||
|
PAPERSIZE=9
|
||||||
|
PAPERLENGTH=2794
|
||||||
|
PAPERWIDTH=2159
|
||||||
|
COLOR=1
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="0" name="" vpos="0.000" hpos="0.000" height="12709.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="1" name="" vpos="0.000" hpos="0.000" height="8021.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="4" name="" vpos="0.000" hpos="0.000" height="2188.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="7" name="" vpos="0.000" hpos="0.000" height="3542.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="24895.833" hpos="1562.500" height="2083.333" width="110416.670" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="192" fillgreen="192" fillblue="192" pensize="1" penpat="8" fillpat="1" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[gid<>0]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="24895.833" hpos="1562.500" height="2083.333" width="110416.670" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25000.000" hpos="99791.667" height="1770.833" width="7812.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('valoare')<>'U',formateaza(valoare,14,gnPc),'')]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25000.000" hpos="92916.667" height="1770.833" width="6875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(cantitate,14,gnPCant)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25000.000" hpos="40000.000" height="1770.833" width="10937.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="4" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('nume_gestiune')<>'U',ALLTRIM(nume_gestiune),[])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25104.167" hpos="10729.167" height="1770.833" width="12187.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="4" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('denumire')<>'U',ALLTRIM(denumire)+[ ],[])+IIF(TYPE('serie')<>'U',ALLTRIM(NVL(serie,[])),[])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="100000.000" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="39687.500" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[gid=0 and type('nume_gestiune')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="10520.833" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[gid=0 and (type('denumire')<>'U' or type('serie')<>'U')]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="92604.167" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25000.000" hpos="23125.000" height="1770.833" width="3229.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="4" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('um')<>'U',ALLTRIM(um),[])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="22916.667" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[gid=0 and type('um')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="1145.833" hpos="3750.000" height="4166.667" width="105104.170" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[gcAntet]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="16770.833" hpos="3854.167" height="1770.833" width="103750.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[pcTitlu+' (Perioada '+DTOC(poListare.datai)+' - '+DTOC(poListare.dataf)+')']]>
|
||||||
|
<supexpr><![CDATA[_PAGENO>1]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="15104.167" hpos="3854.167" height="1770.833" width="105000.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[gcAntet]]>
|
||||||
|
<supexpr><![CDATA[_PAGENO>1]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="30000.000" hpos="63854.167" height="1770.833" width="45416.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[gcCopyRight+" - Pag. "+allt(str(_PAGENO))+" / "+ALLTRIM(STR(_PAGETOTAL))+" - Data/ora listarii: "+pcDataora]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="19583.333" hpos="1562.500" height="3229.167" width="110312.500" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="255" fillgreen="255" fillblue="255" pensize="1" penpat="8" fillpat="1" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="20520.833" hpos="41979.167" height="1562.500" width="6458.333" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Gestiune sursa"]]>
|
||||||
|
<supexpr><![CDATA[TYPE('nume_gestiune')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="20520.833" hpos="100000.000" height="1562.500" width="6770.833" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Valoare cu TVA"]]>
|
||||||
|
<supexpr><![CDATA[type('valoare')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="20520.833" hpos="94479.167" height="1562.500" width="3645.833" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Cantitate"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="6666.667" hpos="6354.167" height="5208.333" width="100000.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="16" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".T." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(pcTitlu)+' (Perioada '+DTOC(poListare.datai)+' - '+DTOC(poListare.dataf)+')']]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="20520.833" hpos="23437.500" height="1562.500" width="2187.500" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["U.M."]]>
|
||||||
|
<supexpr><![CDATA[TYPE('um')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="20416.667" hpos="10416.667" height="1770.833" width="12187.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="4" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('denumire')<>'U',[Articol],IIF(TYPE('serie')<>'U',[Serie],[]))]]>
|
||||||
|
<supexpr><![CDATA[TYPE('denumire')<>'U' or TYPE('serie')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="30104.167" hpos="6666.667" height="1666.667" width="3750.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["RF-0016"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25104.167" hpos="5000.000" height="1770.833" width="5937.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="4" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('codmat')<>'U',ALLTRIM(codmat),[])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="20416.667" hpos="4583.333" height="1770.833" width="5937.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="4" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('codmat')<>'U',[Cod Mat.],[])]]>
|
||||||
|
<supexpr><![CDATA[TYPE('denumire')<>'U' or TYPE('serie')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25000.000" hpos="51354.167" height="1770.833" width="10937.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="4" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('nume_client')<>'U',ALLTRIM(nume_client),[])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="51041.667" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[gid=0 and type('nume_client')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="20520.833" hpos="51354.167" height="1562.500" width="8020.833" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Gestiune destinatie"]]>
|
||||||
|
<supexpr><![CDATA[TYPE('nume_client')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25000.000" hpos="26666.667" height="1770.833" width="12812.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="4" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('furnizor_art')<>'U',ALLTRIM(furnizor_art),[])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="26354.167" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[TYPE('furnizor_art')<>'U' and gid = 0]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="20520.833" hpos="30833.333" height="1562.500" width="3541.667" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Furnizor"]]>
|
||||||
|
<supexpr><![CDATA[TYPE('furnizor_art')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25000.000" hpos="60104.167" height="1770.833" width="7812.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('pret_achizitie')<>'U',formateaza(pret_achizitie,14,gnPpret),'')]]>
|
||||||
|
<supexpr><![CDATA[gid=0]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="62395.833" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[gid=0 and type('pret_achizitie')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="20520.833" hpos="62291.667" height="1562.500" width="5416.667" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Pret achizitie"]]>
|
||||||
|
<supexpr><![CDATA[type('pret_achizitie')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25000.000" hpos="74791.667" height="1770.833" width="6458.333" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('val_achizitie')<>'U',formateaza(val_achizitie,14,gnPc),'')]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="74479.167" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[gid=0 and type('val_achizitie')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="19583.333" hpos="76250.000" height="3125.000" width="3750.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Valoare
|
||||||
|
achizitie"]]>
|
||||||
|
<supexpr><![CDATA[type('val_achizitie')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25000.000" hpos="68333.333" height="1770.833" width="6041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('pret')<>'U',formateaza(pret,14,gnPPretV),'')]]>
|
||||||
|
<supexpr><![CDATA[gid=0]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="68020.833" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[type('pret')<>'U' and gid = 0]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="19479.167" hpos="69479.167" height="3125.000" width="4479.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Pret vanz
|
||||||
|
cu TVA"]]>
|
||||||
|
<supexpr><![CDATA[type('pret')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25000.000" hpos="81770.833" height="1770.833" width="6875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(adaos,14,MAX(gnPPretV,gnPPret))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="81458.333" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="20520.833" hpos="83333.333" height="1562.500" width="2708.333" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Adaos"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25000.000" hpos="86041.667" height="1770.833" width="6041.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(proca,14,0)]]>
|
||||||
|
<supexpr><![CDATA[gid=0]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="88854.167" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="20520.833" hpos="88958.333" height="1562.500" width="3854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Adaos %"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25000.000" hpos="108229.170" height="1770.833" width="3437.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[procv]]>
|
||||||
|
<supexpr><![CDATA[gid=0]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="107916.670" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="20520.833" hpos="108020.830" height="1562.500" width="3229.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Proc.v."]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="19479.167" hpos="1979.167" height="3125.000" width="1354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Nr.
|
||||||
|
crt"]]>
|
||||||
|
<supexpr><![CDATA[TYPE('um')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="4791.667" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[gid=0]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25000.000" hpos="1562.500" height="1770.833" width="3020.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="4" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[nrcrt]]>
|
||||||
|
<supexpr><![CDATA[gid=0]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="nrcrt" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="1" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[1]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="8.000" height="12.000" width="10.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="15.000" hpos="4.000" height="12.000" width="13.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="15.000" hpos="4.000" height="12.000" width="13.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="8.000" height="15.000" width="42.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="25.000" hpos="10.000" height="19.000" width="55.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="16" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[5]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="14.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="25" objcode="0" name="dataenvironment" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[Top = 0
|
||||||
|
Left = 0
|
||||||
|
Width = 0
|
||||||
|
Height = 0
|
||||||
|
DataSource = .NULL.
|
||||||
|
Name = "Dataenvironment"
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
614
Rapoarte/raport_avize.fr2
Normal file
@@ -0,0 +1,614 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="raport_avize.frx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="1" objcode="53" name="" vpos="1.000" hpos="0.000" height="0.000" width="82633.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="0" ruler="1" rulerlines="0" grid=".T." gridv="12" gridh="12" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".T." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".T." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ORIENTATION=0
|
||||||
|
PAPERSIZE=9
|
||||||
|
COLOR=2
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="0" name="" vpos="0.000" hpos="0.000" height="12709.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="1" name="" vpos="0.000" hpos="0.000" height="8021.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="4" name="" vpos="0.000" hpos="0.000" height="2084.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="7" name="" vpos="0.000" hpos="0.000" height="3438.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="24895.833" hpos="520.833" height="2083.333" width="78854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="192" fillgreen="192" fillblue="192" pensize="1" penpat="8" fillpat="1" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[gid<>0]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="24895.833" hpos="729.167" height="2083.333" width="4479.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["TOTAL"]]>
|
||||||
|
<supexpr><![CDATA[gid<>0]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="24895.833" hpos="520.833" height="2083.333" width="78854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25000.000" hpos="416.667" height="1875.000" width="5520.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('nract')<>'U',nract,[])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25000.000" hpos="57187.500" height="1875.000" width="7604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(avizat,14,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25000.000" hpos="64895.833" height="1875.000" width="7604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(facturat,14,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25000.000" hpos="51979.167" height="1875.000" width="5104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('nrinmat')<>'U',STRTRAN(nrinmat,[ ],[]),[])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25000.000" hpos="40000.000" height="1875.000" width="11875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="3" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('nume_delegat')<>'U',nume_delegat,[])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25000.000" hpos="12291.667" height="1875.000" width="15520.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="3" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('nume_client')<>'U',ALLTRIM(nume_client),[])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25000.000" hpos="28020.833" height="1875.000" width="11875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="3" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('nume_agent')<>'U',ALLTRIM(nume_agent),[])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25000.000" hpos="5729.167" height="1875.000" width="6354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('dataact')<>'U',TTOD(dataact),[])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="57083.333" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="64791.667" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="1145.833" hpos="3750.000" height="4166.667" width="27604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[gcAntet]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="6145.833" hpos="6145.833" height="5208.333" width="67500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="16" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(pcTitlu)+' (Perioada '+DTOC(poListare.datai)+' - '+DTOC(poListare.dataf)+')']]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="16770.833" hpos="1250.000" height="1770.833" width="76354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[pcTitlu+' (Perioada '+DTOC(poListare.datai)+' - '+DTOC(poListare.dataf)+')']]>
|
||||||
|
<supexpr><![CDATA[_PAGENO>1]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="15104.167" hpos="1250.000" height="1770.833" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[gcAntet]]>
|
||||||
|
<supexpr><![CDATA[_PAGENO>1]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="29895.833" hpos="35104.167" height="1770.833" width="44166.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[gcCopyRight+" - Pag. "+allt(str(_PAGENO))+" / "+ALLTRIM(STR(_PAGETOTAL))+" - Data/ora listarii: "+pcDataora]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="19583.333" hpos="520.833" height="3229.167" width="78854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="255" fillgreen="255" fillblue="255" pensize="1" penpat="8" fillpat="1" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="5625.000" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[gid=0 and type('dataact')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="51875.000" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[gid=0 and type('nrinmat')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="27812.500" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[gid=0 and type('nume_agent')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="12083.333" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[gid=0 and type('nume_client')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="39895.833" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[gid=0 and type('nume_delegat')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="19583.333" hpos="2187.500" height="3333.333" width="2291.667" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[" Nr.
|
||||||
|
aviz"]]>
|
||||||
|
<supexpr><![CDATA[TYPE('nract')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="19583.333" hpos="7916.667" height="3333.333" width="2291.667" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Data
|
||||||
|
aviz"]]>
|
||||||
|
<supexpr><![CDATA[TYPE('dataact')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="20416.667" hpos="18645.833" height="1666.667" width="2708.333" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Client"]]>
|
||||||
|
<supexpr><![CDATA[TYPE('nume_client')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="20416.667" hpos="32604.167" height="1666.667" width="2812.500" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Agent"]]>
|
||||||
|
<supexpr><![CDATA[TYPE('nume_agent')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="20416.667" hpos="44062.500" height="1666.667" width="3750.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Delegat"]]>
|
||||||
|
<supexpr><![CDATA[TYPE('nume_delegat')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="20416.667" hpos="52708.333" height="1666.667" width="3541.667" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Masina"]]>
|
||||||
|
<supexpr><![CDATA[TYPE('nrinmat')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="19583.333" hpos="59166.667" height="3333.333" width="3854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Valoare
|
||||||
|
avizata"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="19583.333" hpos="66979.167" height="3333.333" width="4375.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Valoare
|
||||||
|
facturata"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25000.000" hpos="72500.000" height="1875.000" width="6770.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(avizat-facturat,14,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="72500.000" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="20416.667" hpos="73645.833" height="1666.667" width="4375.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Diferenta"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="29895.833" hpos="5625.000" height="1666.667" width="3750.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["RF-0003"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="8.000" height="12.000" width="9.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="6.000" height="16.000" width="18.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="8.000" height="15.000" width="42.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="25.000" hpos="10.000" height="19.000" width="55.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="16" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[5]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="15.000" hpos="4.000" height="12.000" width="13.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="15.000" hpos="4.000" height="12.000" width="13.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="14.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="25" objcode="0" name="dataenvironment" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[Top = 0
|
||||||
|
Left = 0
|
||||||
|
Width = 0
|
||||||
|
Height = 0
|
||||||
|
DataSource = .NULL.
|
||||||
|
Name = "Dataenvironment"
|
||||||
|
]]>
|
||||||
542
Rapoarte/raport_avize_transfer.fr2
Normal file
@@ -0,0 +1,542 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="raport_avize_transfer.frx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="1" objcode="53" name="" vpos="1.000" hpos="0.000" height="0.000" width="82633.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="0" ruler="1" rulerlines="0" grid=".T." gridv="12" gridh="12" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".T." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".T." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ORIENTATION=0
|
||||||
|
PAPERSIZE=9
|
||||||
|
COLOR=2
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="0" name="" vpos="0.000" hpos="0.000" height="12709.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="1" name="" vpos="0.000" hpos="0.000" height="8021.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="4" name="" vpos="0.000" hpos="0.000" height="2084.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="7" name="" vpos="0.000" hpos="0.000" height="3438.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="24895.833" hpos="520.833" height="2083.333" width="78854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="192" fillgreen="192" fillblue="192" pensize="1" penpat="8" fillpat="1" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[gid<>0]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="24895.833" hpos="729.167" height="2083.333" width="4479.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["TOTAL"]]>
|
||||||
|
<supexpr><![CDATA[gid<>0]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="24895.833" hpos="520.833" height="2083.333" width="78854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25000.000" hpos="416.667" height="1875.000" width="5520.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('nract')<>'U',nract,[])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25000.000" hpos="69791.667" height="1875.000" width="9166.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".T." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(avizat,14,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25000.000" hpos="62604.167" height="1875.000" width="6875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('nrinmat')<>'U',STRTRAN(nrinmat,[ ],[]),[])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25000.000" hpos="46562.500" height="1875.000" width="15729.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="3" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('nume_delegat')<>'U',nume_delegat,[])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25000.000" hpos="14687.500" height="1875.000" width="15520.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="3" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('gestiune_sursa')<>'U',ALLTRIM(gestiune_sursa),[])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25000.000" hpos="30729.167" height="1875.000" width="15520.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="3" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('gestiune_dest')<>'U',ALLTRIM(gestiune_dest),[])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25000.000" hpos="6145.833" height="1875.000" width="8020.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('dataact')<>'U',TTOD(dataact),[])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="69583.333" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="1145.833" hpos="3750.000" height="4166.667" width="27604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[gcAntet]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="6145.833" hpos="6145.833" height="5208.333" width="67500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="16" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(pcTitlu)+' (Perioada '+DTOC(poListare.datai)+' - '+DTOC(poListare.dataf)+')']]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="16770.833" hpos="1250.000" height="1770.833" width="76354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[pcTitlu+' (Perioada '+DTOC(poListare.datai)+' - '+DTOC(poListare.dataf)+')']]>
|
||||||
|
<supexpr><![CDATA[_PAGENO>1]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="15104.167" hpos="1250.000" height="1770.833" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[gcAntet]]>
|
||||||
|
<supexpr><![CDATA[_PAGENO>1]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="29895.833" hpos="33854.167" height="1770.833" width="45416.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[gcCopyRight+" - Pag. "+allt(str(_PAGENO))+" / "+ALLTRIM(STR(_PAGETOTAL))+" - Data/ora listarii: "+pcDataora]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="19583.333" hpos="520.833" height="3229.167" width="78854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="255" fillgreen="255" fillblue="255" pensize="1" penpat="8" fillpat="1" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="5937.500" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[gid=0 and type('dataact')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="62395.833" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[gid=0 and type('nrinmat')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="30416.667" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[gid=0 and type('gestiune_dest')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="14375.000" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[gid=0 and type('gestiune_sursa')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="46354.167" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[gid=0 and type('nume_delegat')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="19583.333" hpos="2187.500" height="3333.333" width="2291.667" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[" Nr.
|
||||||
|
aviz"]]>
|
||||||
|
<supexpr><![CDATA[TYPE('nract')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="19583.333" hpos="8958.333" height="3333.333" width="2291.667" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Data
|
||||||
|
aviz"]]>
|
||||||
|
<supexpr><![CDATA[TYPE('dataact')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="20416.667" hpos="18750.000" height="1666.667" width="7291.667" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Gestiune sursa"]]>
|
||||||
|
<supexpr><![CDATA[TYPE('nume_client')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="20416.667" hpos="33958.333" height="1666.667" width="9062.500" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Gestiune destinatie"]]>
|
||||||
|
<supexpr><![CDATA[TYPE('nume_agent')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="20416.667" hpos="52500.000" height="1666.667" width="3750.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Delegat"]]>
|
||||||
|
<supexpr><![CDATA[TYPE('nume_delegat')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="20416.667" hpos="64270.833" height="1666.667" width="3541.667" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Masina"]]>
|
||||||
|
<supexpr><![CDATA[TYPE('nrinmat')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="19583.333" hpos="70312.500" height="3333.333" width="8437.500" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[" Valoare
|
||||||
|
avizata fara TVA"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="29895.833" hpos="7083.333" height="1666.667" width="3750.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["RF-0004"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="8.000" height="12.000" width="9.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="6.000" height="16.000" width="18.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="8.000" height="15.000" width="42.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="25.000" hpos="10.000" height="19.000" width="55.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="16" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[5]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="15.000" hpos="4.000" height="12.000" width="13.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="15.000" hpos="4.000" height="12.000" width="13.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="14.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="25" objcode="0" name="dataenvironment" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[Top = 0
|
||||||
|
Left = 0
|
||||||
|
Width = 0
|
||||||
|
Height = 0
|
||||||
|
DataSource = .NULL.
|
||||||
|
Name = "Dataenvironment"
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
818
Rapoarte/raport_centralizator.fr2
Normal file
@@ -0,0 +1,818 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="raport_centralizator.frx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="1" objcode="53" name="" vpos="1.000" hpos="0.000" height="0.000" width="82633.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="0" ruler="1" rulerlines="0" grid=".T." gridv="12" gridh="12" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".T." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".T." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ORIENTATION=0
|
||||||
|
PAPERSIZE=9
|
||||||
|
COLOR=2
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="0" name="" vpos="0.000" hpos="0.000" height="12709.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="1" name="" vpos="0.000" hpos="0.000" height="8021.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="4" name="" vpos="0.000" hpos="0.000" height="2084.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="7" name="" vpos="0.000" hpos="0.000" height="3438.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="8" name="" vpos="0.000" hpos="0.000" height="17917.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="24895.833" hpos="3333.333" height="2083.333" width="74270.833" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="1145.833" hpos="3750.000" height="4166.667" width="27604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[gcAntet]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="6145.833" hpos="6145.833" height="5208.333" width="67500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="16" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA['CENTRALIZATOR ('+pcPerioada+')']]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="16770.833" hpos="1250.000" height="1770.833" width="76354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA['CENTRALIZATOR ('+pcPerioada+')']]>
|
||||||
|
<supexpr><![CDATA[_PAGENO>1]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="15104.167" hpos="1250.000" height="1770.833" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[gcAntet]]>
|
||||||
|
<supexpr><![CDATA[_PAGENO>1]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="29895.833" hpos="35104.167" height="1770.833" width="44166.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[gcCopyRight+" - Pag. "+allt(str(_PAGENO))+" / "+ALLTRIM(STR(_PAGETOTAL))+" - Data/ora listarii: "+pcDataora]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="19583.333" hpos="3333.333" height="3229.167" width="74270.833" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="255" fillgreen="255" fillblue="255" pensize="1" penpat="8" fillpat="1" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="20416.667" hpos="15625.000" height="1666.667" width="4791.667" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Categorie"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="20416.667" hpos="35833.333" height="1666.667" width="8541.667" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Valoare fara TVA"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="20416.667" hpos="52083.333" height="1666.667" width="6354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Valoare TVA"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="20416.667" hpos="66250.000" height="1666.667" width="7812.500" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Valoare cu TVA"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25000.000" hpos="3645.833" height="1875.000" width="28750.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[categorie]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25000.000" hpos="32916.667" height="1875.000" width="14479.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(valftva,14,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[tip<>1]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25000.000" hpos="48020.833" height="1875.000" width="14375.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(valtva,14,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[tip<>1]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25000.000" hpos="62916.667" height="1875.000" width="14375.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(valftva+valtva,14,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[tip<>1]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="47708.333" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="32604.167" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="62604.167" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="19583.333" hpos="32604.167" height="3229.167" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="19583.333" hpos="47708.333" height="3229.167" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="19583.333" hpos="62604.167" height="3229.167" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="41666.667" hpos="22395.833" height="2083.333" width="44895.833" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="41875.000" hpos="22604.167" height="1875.000" width="14479.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(pnTotalFTva1,14,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[tip<>1]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="41875.000" hpos="37708.333" height="1875.000" width="14375.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(pnTotalTva1,14,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[tip<>1]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="41875.000" hpos="52604.167" height="1875.000" width="14375.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(pnTotalFTva1+pnTotalTva1,14,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[tip<>1]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="41666.667" hpos="37395.833" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="41666.667" hpos="52291.667" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="43750.000" hpos="22395.833" height="2083.333" width="44895.833" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="43958.333" hpos="22604.167" height="1875.000" width="14479.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(pnTotalFTva2,14,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[tip<>1]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="43958.333" hpos="37708.333" height="1875.000" width="14375.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(pnTotalTva2,14,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[tip<>1]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="43958.333" hpos="52604.167" height="1875.000" width="14375.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(pnTotalFTva2+pnTotalTva2,14,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[tip<>1]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="43750.000" hpos="37395.833" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="43750.000" hpos="52291.667" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="41875.000" hpos="15937.500" height="1666.667" width="5937.500" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["1 + 2d + 3 ="]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="43958.333" hpos="15937.500" height="1666.667" width="5104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["4 + 5 - 6 ="]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="39166.667" hpos="5520.833" height="1875.000" width="4791.667" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Black" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Sumar"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="46041.667" hpos="12395.833" height="104.167" width="56250.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="46458.333" hpos="22395.833" height="2083.333" width="44895.833" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="46562.500" hpos="22604.167" height="1875.000" width="14479.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(pnTotalFTva1-pnTotalFTva2,14,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[tip<>1]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="46562.500" hpos="37708.333" height="1875.000" width="14375.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(pnTotalTva1-pnTotalTva2,14,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[tip<>1]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="46562.500" hpos="52604.167" height="1875.000" width="14375.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(pnTotalFTva1+pnTotalTva1-pnTotalFTva2-pnTotalTva2,14,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[tip<>1]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="46458.333" hpos="37395.833" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="46458.333" hpos="52291.667" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="46666.667" hpos="15937.500" height="1666.667" width="4583.333" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Verificare"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="39270.833" hpos="22395.833" height="2500.000" width="44895.833" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="255" fillgreen="255" fillblue="255" pensize="1" penpat="8" fillpat="1" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="39687.500" hpos="25520.833" height="1666.667" width="8541.667" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Valoare fara TVA"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="39687.500" hpos="41770.833" height="1666.667" width="6354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Valoare TVA"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="39687.500" hpos="55937.500" height="1666.667" width="7812.500" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Valoare cu TVA"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="39270.833" hpos="37395.833" height="2500.000" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="39270.833" hpos="52291.667" height="2500.000" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="29895.833" hpos="3750.000" height="1666.667" width="3750.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["RF-0005"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="8.000" height="12.000" width="9.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="8.000" height="15.000" width="42.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="25.000" hpos="10.000" height="19.000" width="55.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="16" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[5]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="15.000" hpos="4.000" height="12.000" width="13.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="15.000" hpos="4.000" height="12.000" width="13.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="18.000" hpos="7.000" height="14.000" width="24.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Black" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="14.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="25" objcode="0" name="dataenvironment" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[Top = 0
|
||||||
|
Left = 0
|
||||||
|
Width = 0
|
||||||
|
Height = 0
|
||||||
|
DataSource = .NULL.
|
||||||
|
Name = "Dataenvironment"
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
710
Rapoarte/raport_comision_incasari_agenti.fr2
Normal file
@@ -0,0 +1,710 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="raport_comision_incasari_agenti.frx" CPID="1250" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="1" objcode="53" name="" vpos="1.000" hpos="0.000" height="0.000" width="116916.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="0" ruler="1" rulerlines="0" grid=".T." gridv="12" gridh="12" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".T." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".T." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ORIENTATION=1
|
||||||
|
PAPERSIZE=9
|
||||||
|
COLOR=2
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="0" name="" vpos="0.000" hpos="0.000" height="12709.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="1" name="" vpos="0.000" hpos="0.000" height="4167.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="3" name="" vpos="0.000" hpos="0.000" height="5105.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".T." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[nume_agent]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="4" name="" vpos="0.000" hpos="0.000" height="2084.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="5" name="" vpos="0.000" hpos="0.000" height="3542.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".T." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="7" name="" vpos="0.000" hpos="0.000" height="3542.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="23958.333" hpos="5208.333" height="2187.500" width="105104.170" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="255" fillgreen="255" fillblue="255" pensize="1" penpat="8" fillpat="1" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="28229.167" hpos="5312.500" height="2083.333" width="105104.170" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="1145.833" hpos="8437.500" height="4166.667" width="27604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[gcAntet]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="17187.500" hpos="5937.500" height="1770.833" width="76354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[pcTitlu+' (Perioada '+DTOC(poListare.datai)+' - '+DTOC(poListare.dataf)+')']]>
|
||||||
|
<supexpr><![CDATA[_PAGENO>1]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="15520.833" hpos="5937.500" height="1770.833" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[gcAntet]]>
|
||||||
|
<supexpr><![CDATA[_PAGENO>1]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="39166.667" hpos="65937.500" height="1770.833" width="44166.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[gcCopyRight+" - Pag. "+allt(str(_PAGENO))+" / "+ALLTRIM(STR(_PAGETOTAL))+" - Data/ora listarii: "+pcDataora]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="24270.833" hpos="5937.500" height="1666.667" width="7500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Denumire client"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="24270.833" hpos="28541.667" height="1666.667" width="5104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Nr. factura"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="24270.833" hpos="35937.500" height="1666.667" width="5833.333" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Data factura"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="24270.833" hpos="43854.167" height="1666.667" width="2916.667" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Zile s."]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="24270.833" hpos="57083.333" height="1666.667" width="5416.667" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Val. factura"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="24270.833" hpos="63645.833" height="1666.667" width="4895.833" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Data plata"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="24270.833" hpos="70625.000" height="1666.667" width="5833.333" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Nr. act plata"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="24270.833" hpos="46979.167" height="1666.667" width="5208.333" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Data scad."]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="6666.667" hpos="22395.833" height="5208.333" width="67500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="16" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(pcTitlu)+' (Perioada '+DTOC(poListare.datai)+' - '+DTOC(poListare.dataf)+')']]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="38854.167" hpos="5729.167" height="1666.667" width="3750.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["RF-0017"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="24270.833" hpos="81458.333" height="1666.667" width="4479.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Val. plata"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="24270.833" hpos="86562.500" height="1666.667" width="4166.667" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Zile rest."]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="24270.833" hpos="91562.500" height="1666.667" width="3750.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Com.%"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="24270.833" hpos="103125.000" height="1666.667" width="3854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Tip cont"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="21666.667" hpos="5416.667" height="1875.000" width="41875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA['Agent: ' + iif(empty(nvl(id_agent, 0)), '-', allt(Str(id_agent)) + ' ' + alltrim(nume_agent))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="32708.333" hpos="5416.667" height="1875.000" width="41875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA['Agent: ' + iif(empty(nvl(id_agent, 0)), '-', allt(Str(id_agent)) + ' ' + alltrim(nume_agent))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="28437.500" hpos="5625.000" height="1875.000" width="22291.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[nume_client]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="28437.500" hpos="28333.333" height="1875.000" width="7291.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[nr_factura]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="28437.500" hpos="35937.500" height="1875.000" width="6458.333" order="" unique=".F." environ=".F." boxchar=" " fillchar="D" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[data_factura]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="28437.500" hpos="42812.500" height="1875.000" width="3645.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA["99999"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[zile_scadenta]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="28437.500" hpos="46979.167" height="1875.000" width="5416.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="D" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[datascad]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="28437.500" hpos="52812.500" height="1875.000" width="9895.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(facturat,14,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="28437.500" hpos="63437.500" height="1875.000" width="6458.333" order="" unique=".F." environ=".F." boxchar=" " fillchar="D" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[data_incasare]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="28437.500" hpos="70625.000" height="1875.000" width="7395.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[nr_incasare]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="28437.500" hpos="85104.167" height="1875.000" width="5729.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA["999999"]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[zile_restanta]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="28437.500" hpos="91354.167" height="1875.000" width="3958.333" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[round(procent_comision, 2)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="28437.500" hpos="95833.333" height="1875.000" width="6666.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(comision,14,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="28437.500" hpos="103125.000" height="1875.000" width="6562.500" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[tip_cont]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="32708.333" hpos="44791.667" height="1875.000" width="17916.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[round(sFacturat, 2)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="32708.333" hpos="68541.667" height="1875.000" width="17395.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[round(sIncasat, 2)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="32604.167" hpos="87291.667" height="1875.000" width="15000.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[round(sComision, 2)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="28437.500" hpos="78541.667" height="1875.000" width="7395.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(incasat,14,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="24270.833" hpos="98229.167" height="1666.667" width="4479.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Comision"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="sComision" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="6" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[comision]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="sFacturat" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="6" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[facturat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="18" objcode="0" name="sIncasat" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".T." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="2" resettotal="6" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[0]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[incasat]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="8.000" height="12.000" width="10.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="8.000" height="15.000" width="42.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="15.000" hpos="4.000" height="12.000" width="13.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="15.000" hpos="4.000" height="12.000" width="13.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="25.000" hpos="10.000" height="19.000" width="55.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="16" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[5]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="14.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="25" objcode="0" name="dataenvironment" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[Top = 0
|
||||||
|
Left = 0
|
||||||
|
Width = 0
|
||||||
|
Height = 0
|
||||||
|
DataSource = .NULL.
|
||||||
|
Name = "Dataenvironment"
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
614
Rapoarte/raport_facturat.fr2
Normal file
@@ -0,0 +1,614 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="raport_facturat.frx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="1" objcode="53" name="" vpos="1.000" hpos="0.000" height="0.000" width="82633.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="0" ruler="1" rulerlines="0" grid=".T." gridv="12" gridh="12" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".T." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".T." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ORIENTATION=0
|
||||||
|
PAPERSIZE=9
|
||||||
|
COLOR=2
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="0" name="" vpos="0.000" hpos="0.000" height="12709.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="1" name="" vpos="0.000" hpos="0.000" height="8021.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="4" name="" vpos="0.000" hpos="0.000" height="2084.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="7" name="" vpos="0.000" hpos="0.000" height="3438.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="24895.833" hpos="625.000" height="2083.333" width="78854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="192" fillgreen="192" fillblue="192" pensize="1" penpat="8" fillpat="1" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[gid<>0]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="24791.667" hpos="729.167" height="2083.333" width="4479.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["TOTAL"]]>
|
||||||
|
<supexpr><![CDATA[gid<>0]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="24895.833" hpos="520.833" height="2187.500" width="78854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="24895.833" hpos="520.833" height="1875.000" width="5416.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('nract')<>'U',nract,[])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="24895.833" hpos="63645.833" height="1875.000" width="7604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(facturat,14,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="24895.833" hpos="71562.500" height="1875.000" width="7708.333" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[formateaza(incasat,14,gnPc)]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="24895.833" hpos="58229.167" height="1875.000" width="5104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('nrinmat')<>'U',STRTRAN(nrinmat,[ ],[]),[])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="24895.833" hpos="46250.000" height="1875.000" width="11875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="3" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('nume_delegat')<>'U',nume_delegat,[])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="24895.833" hpos="18437.500" height="1875.000" width="15416.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="3" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('nume_client')<>'U',ALLTRIM(nume_client),[])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="24895.833" hpos="34166.667" height="1875.000" width="11875.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="3" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('nume_agent')<>'U' AND TYPE('utilizator')<>'U',NVL(nume_agent,'')+IIF(ISNULL(utilizator),'','/'+utilizator),IIF(TYPE('nume_agent')<>'U',nume_agent,utilizator))]]>
|
||||||
|
<supexpr><![CDATA[TYPE('nume_agent')<>'U' or TYPE('utilizator')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="24895.833" hpos="5729.167" height="1875.000" width="6354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('dataact')<>'U',TTOD(dataact),[])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="24895.833" hpos="11979.167" height="1875.000" width="6354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('datascad')<>'U',TTOD(datascad),[])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="63437.500" height="2187.500" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".T." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="71354.167" height="2187.500" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".T." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="5729.167" height="2187.500" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".T." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[gid=0 and type('dataact')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="58125.000" height="2187.500" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".T." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[gid=0 and type('nrinmat')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="33958.333" height="2187.500" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".T." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[gid=0 and (type('nume_agent')<>'U' or type('utilizator') <>'U')]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="18125.000" height="2187.500" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".T." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[gid=0 and type('nume_client')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="46145.833" height="2187.500" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".T." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[gid=0 and type('nume_delegat')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="11979.167" height="2187.500" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".T." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[gid=0 and type('datascad')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="1145.833" hpos="3750.000" height="4166.667" width="27604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[gcAntet]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="6145.833" hpos="6145.833" height="5208.333" width="67500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="16" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(pcTitlu)+' (Perioada '+DTOC(poListare.datai)+' - '+DTOC(poListare.dataf)+')']]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="16770.833" hpos="1250.000" height="1770.833" width="76354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[pcTitlu+' (Perioada '+DTOC(poListare.datai)+' - '+DTOC(poListare.dataf)+')']]>
|
||||||
|
<supexpr><![CDATA[_PAGENO>1]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="15104.167" hpos="1250.000" height="1770.833" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[gcAntet]]>
|
||||||
|
<supexpr><![CDATA[_PAGENO>1]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="29895.833" hpos="35104.167" height="1770.833" width="44166.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[gcCopyRight+" - Pag. "+allt(str(_PAGENO))+" / "+ALLTRIM(STR(_PAGETOTAL))+" - Data/ora listarii: "+pcDataora]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="19583.333" hpos="520.833" height="3229.167" width="78854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="255" fillgreen="255" fillblue="255" pensize="1" penpat="8" fillpat="1" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="19583.333" hpos="1145.833" height="3333.333" width="3541.667" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[" Nr.
|
||||||
|
factura"]]>
|
||||||
|
<supexpr><![CDATA[TYPE('nract')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="19583.333" hpos="6875.000" height="3333.333" width="3541.667" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[" Data
|
||||||
|
factura"]]>
|
||||||
|
<supexpr><![CDATA[TYPE('dataact')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="19583.333" hpos="12916.667" height="3333.333" width="4687.500" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[" Data
|
||||||
|
scadenta"]]>
|
||||||
|
<supexpr><![CDATA[TYPE('datascad')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="20416.667" hpos="24791.667" height="1666.667" width="2708.333" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Client"]]>
|
||||||
|
<supexpr><![CDATA[TYPE('nume_client')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="20416.667" hpos="50312.500" height="1666.667" width="3750.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Delegat"]]>
|
||||||
|
<supexpr><![CDATA[TYPE('nume_delegat')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="20520.833" hpos="58958.333" height="1666.667" width="3541.667" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Masina"]]>
|
||||||
|
<supexpr><![CDATA[TYPE('nrinmat')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="19583.333" hpos="65416.667" height="3333.333" width="4062.500" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Valoare
|
||||||
|
facturata"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="19583.333" hpos="73645.833" height="3333.333" width="3958.333" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Valoare
|
||||||
|
incasata"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="20312.500" hpos="34062.500" height="1875.000" width="12291.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('nume_agent')<>'U' and TYPE('utilizator')<>'U','Agent / Utilizator',IIF(TYPE('nume_agent')<>'U','Agent','Utilizator'))]]>
|
||||||
|
<supexpr><![CDATA[TYPE('nume_agent')<>'U' or TYPE('utilizator')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="29895.833" hpos="4895.833" height="1666.667" width="3750.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["RF-0006"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="8.000" height="12.000" width="9.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="6.000" height="16.000" width="18.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="8.000" height="15.000" width="42.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="25.000" hpos="10.000" height="19.000" width="55.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="16" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[5]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="15.000" hpos="4.000" height="12.000" width="13.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="15.000" hpos="4.000" height="12.000" width="13.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="14.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="25" objcode="0" name="dataenvironment" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[Top = 0
|
||||||
|
Left = 0
|
||||||
|
Width = 0
|
||||||
|
Height = 0
|
||||||
|
DataSource = .NULL.
|
||||||
|
Name = "Dataenvironment"
|
||||||
614
Rapoarte/raport_incasat.fr2
Normal file
@@ -0,0 +1,614 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="raport_incasat.frx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="1" objcode="53" name="" vpos="1.000" hpos="0.000" height="0.000" width="82633.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="0" ruler="1" rulerlines="0" grid=".T." gridv="12" gridh="12" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".T." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".T." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ORIENTATION=0
|
||||||
|
PAPERSIZE=9
|
||||||
|
COLOR=2
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="0" name="" vpos="0.000" hpos="0.000" height="12709.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="1" name="" vpos="0.000" hpos="0.000" height="8021.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="4" name="" vpos="0.000" hpos="0.000" height="2084.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="7" name="" vpos="0.000" hpos="0.000" height="3542.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="24895.833" hpos="520.833" height="2083.333" width="78854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="192" fillgreen="192" fillblue="192" pensize="1" penpat="8" fillpat="1" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[gid<>0]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="24895.833" hpos="729.167" height="2083.333" width="4479.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["TOTAL"]]>
|
||||||
|
<supexpr><![CDATA[gid<>0]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="24895.833" hpos="625.000" height="2083.333" width="78854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25000.000" hpos="520.833" height="1875.000" width="5520.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('nrincas')<>'U',nrincas,[])]]>
|
||||||
|
<supexpr><![CDATA[gid=0]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25000.000" hpos="71562.500" height="1875.000" width="7604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('facturat')<>'U',formateaza(facturat,14,gnPc),'')]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25000.000" hpos="49479.167" height="1875.000" width="7604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="N" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[TRANSFORM(incasat,get_mask(14,gnPc))]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25000.000" hpos="64895.833" height="1875.000" width="6354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('datafact')<>'U',TTOD(datafact),[])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25000.000" hpos="57291.667" height="1875.000" width="7500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".T." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('nrfact')<>'U',nrfact,[])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25000.000" hpos="18333.333" height="1875.000" width="15520.833" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="4" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('nume_client')<>'U',ALLTRIM(nume_client),[])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25000.000" hpos="33958.333" height="1875.000" width="15208.333" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="4" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('nume_agent')<>'U',ALLTRIM(nume_agent),[])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25000.000" hpos="5729.167" height="1875.000" width="6354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('dataincas')<>'U',TTOD(dataincas),[])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="25000.000" hpos="11875.000" height="1875.000" width="6354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".T." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[IIF(TYPE('tip_cont')<>'U',tip_cont,[])]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="71354.167" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[type('facturat')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="49270.833" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="1145.833" hpos="3750.000" height="4166.667" width="27604.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[gcAntet]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="16770.833" hpos="1250.000" height="1770.833" width="76354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="6" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[pcTitlu+' (Perioada '+DTOC(poListare.datai)+' - '+DTOC(poListare.dataf)+')']]>
|
||||||
|
<supexpr><![CDATA[_PAGENO>1]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="15104.167" hpos="1250.000" height="1770.833" width="16354.167" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[gcAntet]]>
|
||||||
|
<supexpr><![CDATA[_PAGENO>1]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="29895.833" hpos="35104.167" height="1770.833" width="44166.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[gcCopyRight+" - Pag. "+allt(str(_PAGENO))+" / "+ALLTRIM(STR(_PAGETOTAL))+" - Data/ora listarii: "+pcDataora]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="7" objcode="4" name="" vpos="19583.333" hpos="520.833" height="3229.167" width="78854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="255" fillgreen="255" fillblue="255" pensize="1" penpat="8" fillpat="1" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="5625.000" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[gid=0 and type('dataincas')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="64687.500" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[gid=0 and type('datafact')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="33854.167" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[gid=0 and type('nume_agent')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="18229.167" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[gid=0 and type('nume_client')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="57187.500" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[gid=0 and type('nrfact')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="6" objcode="0" name="" vpos="24895.833" hpos="11666.667" height="2083.333" width="104.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="1" penpat="8" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".T." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[gid=0 and type('tip_cont')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="19583.333" hpos="1145.833" height="3333.333" width="4166.667" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[" Nr.
|
||||||
|
incasare"]]>
|
||||||
|
<supexpr><![CDATA[TYPE('nrincas')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="19583.333" hpos="6875.000" height="3333.333" width="4479.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[" Data
|
||||||
|
incasare"]]>
|
||||||
|
<supexpr><![CDATA[TYPE('dataincas')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="20416.667" hpos="13125.000" height="1666.667" width="3854.167" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Tip cont"]]>
|
||||||
|
<supexpr><![CDATA[TYPE('tip_cont')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="20416.667" hpos="24687.500" height="1666.667" width="2708.333" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Client"]]>
|
||||||
|
<supexpr><![CDATA[TYPE('nume_client')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="20416.667" hpos="40208.333" height="1666.667" width="2812.500" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Agent"]]>
|
||||||
|
<supexpr><![CDATA[TYPE('nume_agent')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="19583.333" hpos="59479.167" height="3333.333" width="3541.667" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[" Nr.
|
||||||
|
factura"]]>
|
||||||
|
<supexpr><![CDATA[TYPE('nrfact')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="19583.333" hpos="66458.333" height="3333.333" width="3541.667" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[" Data
|
||||||
|
factura"]]>
|
||||||
|
<supexpr><![CDATA[TYPE('datafact')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="19583.333" hpos="73333.333" height="3333.333" width="4375.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".T." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Valoare
|
||||||
|
facturata"]]>
|
||||||
|
<supexpr><![CDATA[type('facturat')<>'U']]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="20312.500" hpos="51770.833" height="1666.667" width="3437.500" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["Incasat"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="6666.667" hpos="6250.000" height="5208.333" width="67500.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="-1" penblue="-1" fillred="-1" fillgreen="-1" fillblue="-1" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="16" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="2" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[-1]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ALLTRIM(pcTitlu)+' (Perioada '+DTOC(poListare.datai)+' - '+DTOC(poListare.dataf)+')']]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="5" objcode="0" name="" vpos="29895.833" hpos="5520.833" height="1666.667" width="3750.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="9" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA["RF-0007"]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="8.000" height="12.000" width="9.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="6.000" height="16.000" width="18.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="15.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="20.000" hpos="8.000" height="15.000" width="42.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="12" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="15.000" hpos="4.000" height="12.000" width="13.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="15.000" hpos="4.000" height="12.000" width="13.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="25.000" hpos="10.000" height="19.000" width="55.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="1" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial" fontstyle="1" fontsize="16" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[5]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="5.000" height="13.000" width="14.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="1" fontsize="9" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="25" objcode="0" name="dataenvironment" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[Top = 0
|
||||||
|
Left = 0
|
||||||
|
Width = 0
|
||||||
|
Height = 0
|
||||||
|
DataSource = .NULL.
|
||||||
|
Name = "Dataenvironment"
|
||||||
146
Rapoarte/sablon.fr2
Normal file
@@ -0,0 +1,146 @@
|
|||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||||
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
*< FOXBIN2PRG: Version="1.21" SourceFile="sablon.frx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||||
|
*
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="1" objcode="53" name="" vpos="1.000" hpos="0.000" height="0.000" width="80000.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="0" ruler="1" rulerlines="0" grid=".T." gridv="12" gridh="12" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".T." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="1" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[ORIENTATION=0
|
||||||
|
PAPERSIZE=9
|
||||||
|
COLOR=2
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="0" name="" vpos="0.000" hpos="0.000" height="15625.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="1" name="" vpos="0.000" hpos="0.000" height="3855.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="4" name="" vpos="0.000" hpos="0.000" height="2084.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="9" objcode="7" name="" vpos="0.000" hpos="0.000" height="3438.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="28645.833" hpos="40312.500" height="1770.833" width="38750.000" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="2" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="1" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".T." supalways=".T." supovflow=".T." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[gcCopyRight+" - Pag. "+allt(str(_PAGENO))+" - Data/ora listarii: "+pcDataora]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="8" objcode="0" name="" vpos="2708.333" hpos="4062.500" height="1875.000" width="22916.667" order="" unique=".F." environ=".F." boxchar=" " fillchar="C" pengreen="0" penblue="0" fillred="255" fillgreen="255" fillblue="255" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="1" fontsize="10" mode="1" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".T." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".T." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="1" resoid="1" curpos=".F." supalways=".T." supovflow=".F." suprpcol="3" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[gcFirma]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[ ]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="8.000" height="12.000" width="9.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="0" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="15.000" hpos="4.000" height="12.000" width="13.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Arial Narrow" fontstyle="0" fontsize="8" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[3]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="23" objcode="0" name="" vpos="16.000" hpos="8.000" height="12.000" width="10.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="Courier New" fontstyle="1" fontsize="10" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[4]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
|
<Reportes
|
||||||
|
platform="WINDOWS " uniqueid="" timestamp="0" objtype="25" objcode="0" name="dataenvironment" vpos="0.000" hpos="0.000" height="0.000" width="0.000" order="" unique=".F." environ=".F." boxchar=" " fillchar=" " pengreen="0" penblue="0" fillred="0" fillgreen="0" fillblue="0" pensize="0" penpat="0" fillpat="0" fontface="" fontstyle="0" fontsize="0" mode="0" ruler="0" rulerlines="0" grid=".F." gridv="0" gridh="0" float=".F." stretch=".F." stretchtop=".F." top=".F." bottom=".F." suptype="0" suprest="0" norepeat=".F." resetrpt="0" pagebreak=".F." colbreak=".F." resetpage=".F." general="0" spacing="0" double=".F." swapheader=".F." swapfooter=".F." ejectbefor=".F." ejectafter=".F." plain=".F." summary=".F." addalias=".F." offset="0" topmargin="0" botmargin="0" totaltype="0" resettotal="0" resoid="0" curpos=".F." supalways=".F." supovflow=".F." suprpcol="0" supgroup="0" supvalchng=".F."
|
||||||
|
<picture><![CDATA[]]>
|
||||||
|
<tag><![CDATA[]]>
|
||||||
|
<tag2><![CDATA[]]>
|
||||||
|
<penred><![CDATA[0]]>
|
||||||
|
<style><![CDATA[]]>
|
||||||
|
<expr><![CDATA[Top = 0
|
||||||
|
Left = 0
|
||||||
|
Width = 0
|
||||||
|
Height = 0
|
||||||
|
DataSource = .NULL.
|
||||||
|
Name = "Dataenvironment"
|
||||||
|
]]>
|
||||||
|
<supexpr><![CDATA[]]>
|
||||||
|
<comment><![CDATA[]]>
|
||||||
|
<user><![CDATA[]]>
|
||||||
|
</Reportes>
|
||||||
9
Teste_ROA.prg/readme.txt
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
Am modificat roafacturare.prg astfel incat sa foloseasca roa.prg si sa am in roafacturare.prg doar ceea ce nu se regaseste in roa.prg ca sa nu mai fie nevoie ca o modificare comuna sa o fac in toate programele.
|
||||||
|
|
||||||
|
* roa.prg - 3.10.2012
|
||||||
|
* roabaseapplication.prg - 12.11.2009
|
||||||
|
* sa bag in roa.prg tot ce e in appwiz.vcx si sa-l scot din SET PROCEDURE TO
|
||||||
|
* roafacturare.prg
|
||||||
|
COMUN\PROGRAME\ROA
|
||||||
|
* roa.prg
|
||||||
|
* roaapp.prg
|
||||||