Se cambia para que las facturas de proveedor cojan el iva por defecto al 18
git-svn-id: https://192.168.0.254/svn/Proyectos.AbetoArmarios_FactuGES/trunk@49 0a814768-cfdd-9c42-8d01-223fcc10da9d
This commit is contained in:
parent
1a77d838f5
commit
f6ca7a7d86
@ -114,7 +114,7 @@ IncludeVerInfo=1
|
|||||||
AutoIncBuild=0
|
AutoIncBuild=0
|
||||||
MajorVer=3
|
MajorVer=3
|
||||||
MinorVer=2
|
MinorVer=2
|
||||||
Release=8
|
Release=9
|
||||||
Build=0
|
Build=0
|
||||||
Debug=0
|
Debug=0
|
||||||
PreRelease=0
|
PreRelease=0
|
||||||
@ -126,13 +126,13 @@ CodePage=1252
|
|||||||
[Version Info Keys]
|
[Version Info Keys]
|
||||||
CompanyName=
|
CompanyName=
|
||||||
FileDescription=
|
FileDescription=
|
||||||
FileVersion=3.2.8.0
|
FileVersion=3.2.9.0
|
||||||
InternalName=
|
InternalName=
|
||||||
LegalCopyright=
|
LegalCopyright=
|
||||||
LegalTrademarks=
|
LegalTrademarks=
|
||||||
OriginalFilename=
|
OriginalFilename=
|
||||||
ProductName=
|
ProductName=
|
||||||
ProductVersion=3.2.8.0
|
ProductVersion=3.2.9.0
|
||||||
Comments=
|
Comments=
|
||||||
[Excluded Packages]
|
[Excluded Packages]
|
||||||
C:\Archivos de programa\Borland\Delphi7\Projects\Bpl\cxLibraryVCLD7.bpl=Express Cross Platform Library (VCL Edition) by Developer Express Inc.
|
C:\Archivos de programa\Borland\Delphi7\Projects\Bpl\cxLibraryVCLD7.bpl=Express Cross Platform Library (VCL Edition) by Developer Express Inc.
|
||||||
|
|||||||
@ -5112,7 +5112,7 @@ BEGIN
|
|||||||
VDBConsts_SNotReplicatable, "Control cannot be used in a DBCtrlGrid"
|
VDBConsts_SNotReplicatable, "Control cannot be used in a DBCtrlGrid"
|
||||||
VDBConsts_SPropDefByLookup, "Property already defined by lookup field"
|
VDBConsts_SPropDefByLookup, "Property already defined by lookup field"
|
||||||
VDBConsts_SRemoteLogin, "Remote Login"
|
VDBConsts_SRemoteLogin, "Remote Login"
|
||||||
Constantes_CTE_IVA_DEFECTO, "16"
|
Constantes_CTE_IVA_DEFECTO, "18"
|
||||||
Constantes_DISPLAY_EUROS2, "#,0.00 €"
|
Constantes_DISPLAY_EUROS2, "#,0.00 €"
|
||||||
Constantes_DISPLAY_EUROS4, "#,0.0000 €"
|
Constantes_DISPLAY_EUROS4, "#,0.0000 €"
|
||||||
Constantes_EDIT_EUROS2, "0.00"
|
Constantes_EDIT_EUROS2, "0.00"
|
||||||
|
|||||||
365
Factuges.dsk
365
Factuges.dsk
@ -1,141 +1,24 @@
|
|||||||
[Closed Files]
|
[Closed Files]
|
||||||
File_0=SourceModule,'C:\Codigo Abeto\Libreria\Literales.pas',0,1,10,51,34,0,0
|
File_0=SourceModule,'C:\Codigo Abeto\Clientes\FacturaCliente.pas',0,1,334,63,344,0,0
|
||||||
File_1=SourceModule,'c:\archivos de programa\borland\delphi7\source\rtl\common\ComObj.pas',0,1,1256,1,1269,0,0
|
File_1=SourceModule,'C:\Codigo Abeto\Libreria\Constantes.pas',0,1,42,24,55,0,0
|
||||||
File_2=SourceModule,'C:\Codigo Abeto\Informes\InformePresupuestoCliente.pas',0,1,43,1,56,1,0
|
File_2=SourceModule,'C:\Codigo Abeto\Proveedores\FacturaProveedor.pas',0,1,272,38,285,1,0
|
||||||
File_3=SourceModule,'C:\Codigo Abeto\Principal.pas',0,1,363,2,385,1,0
|
File_3=SourceModule,'C:\Codigo Abeto\Informes\InformeTrimestralCompras.pas',0,1,140,65,150,0,0
|
||||||
File_4=SourceModule,'C:\Codigo Abeto\Libreria\RdxEmpresaActiva.pas',0,1,1,1,1,0,0
|
File_4=SourceModule,'C:\Codigo Abeto\Informes\InformeResumenFacturacionProveedores.pas',0,1,75,34,91,0,0
|
||||||
File_5=SourceModule,'C:\Codigo Abeto\BaseDatos\TablaEmpresas.pas',0,1,379,1,390,0,0
|
File_5=SourceModule,'C:\Codigo Abeto\Informes\InformeResumenFacturacionClientes.pas',0,1,72,34,93,0,0
|
||||||
File_6=SourceModule,'C:\Codigo Abeto\Informes\InformeAlbaranCliente.pas',0,1,51,38,68,0,0
|
File_6=SourceModule,'C:\Codigo Abeto\Informes\InformeHistorialFacturacionProveedores.pas',0,1,75,37,99,0,0
|
||||||
|
File_7=SourceModule,'C:\Codigo Abeto\Informes\InformeHistorialFacturacionClientes.pas',0,1,76,21,98,0,0
|
||||||
|
File_8=SourceModule,'C:\Codigo Abeto\Clientes\AlbaranCliente.pas',0,1,633,23,648,0,0
|
||||||
|
File_9=SourceModule,'C:\Codigo Abeto\BaseDatos\TablaFacturasCliente.pas',0,1,217,14,154,0,0
|
||||||
|
|
||||||
[Modules]
|
[Modules]
|
||||||
Module0=C:\Codigo Abeto\Proveedores\FacturaProveedor.pas
|
Count=0
|
||||||
Module1=C:\Codigo Abeto\BaseDatos\TablaFacturasCliente.pas
|
EditWindowCount=0
|
||||||
Module2=C:\Codigo Abeto\BaseDatos\TablaFacturasProveedor.pas
|
|
||||||
Module3=C:\Codigo Abeto\Clientes\FacturaCliente.pas
|
|
||||||
Module4=C:\Codigo Abeto\Clientes\ContratoCliente.pas
|
|
||||||
Module5=C:\Codigo Abeto\Clientes\PresupuestoCliente.pas
|
|
||||||
Module6=C:\Codigo Abeto\Informes\InformeTrimestralVentas.pas
|
|
||||||
Module7=C:\Codigo Abeto\Informes\InformeTrimestralCompras.pas
|
|
||||||
Module8=C:\Codigo Abeto\Informes\InformeResumenFacturacionProveedores.pas
|
|
||||||
Module9=C:\Codigo Abeto\Informes\InformeResumenFacturacionClientes.pas
|
|
||||||
Module10=C:\Codigo Abeto\Informes\InformeHistorialFacturacionProveedores.pas
|
|
||||||
Module11=C:\Codigo Abeto\Informes\InformeHistorialFacturacionClientes.pas
|
|
||||||
Module12=C:\Codigo Abeto\Clientes\AlbaranCliente.pas
|
|
||||||
Module13=C:\Codigo Abeto\Informes\InformeFacturaCliente.pas
|
|
||||||
Module14=C:\Codigo Abeto\Clientes\ImprimirFacturasCliente.pas
|
|
||||||
Module15=C:\Codigo Abeto\BaseDatos\TablaPresupuestos.pas
|
|
||||||
Module16=C:\Codigo Abeto\Clientes\FacturaProforma.pas
|
|
||||||
Module17=C:\Codigo Abeto\Informes\InformeContratoCliente.pas
|
|
||||||
Module18=C:\Codigo Abeto\BaseDatos\TablaContratos.pas
|
|
||||||
Module19=C:\Codigo Abeto\Factuges.dpr
|
|
||||||
Count=20
|
|
||||||
EditWindowCount=1
|
|
||||||
|
|
||||||
[C:\Codigo Abeto\Proveedores\FacturaProveedor.pas]
|
|
||||||
ModuleType=SourceModule
|
|
||||||
FormState=1
|
|
||||||
FormOnTop=0
|
|
||||||
|
|
||||||
[C:\Codigo Abeto\BaseDatos\TablaFacturasCliente.pas]
|
|
||||||
ModuleType=SourceModule
|
|
||||||
FormState=0
|
|
||||||
FormOnTop=0
|
|
||||||
|
|
||||||
[C:\Codigo Abeto\BaseDatos\TablaFacturasProveedor.pas]
|
|
||||||
ModuleType=SourceModule
|
|
||||||
FormState=0
|
|
||||||
FormOnTop=0
|
|
||||||
|
|
||||||
[C:\Codigo Abeto\Clientes\FacturaCliente.pas]
|
|
||||||
ModuleType=SourceModule
|
|
||||||
FormState=1
|
|
||||||
FormOnTop=0
|
|
||||||
|
|
||||||
[C:\Codigo Abeto\Clientes\ContratoCliente.pas]
|
|
||||||
ModuleType=SourceModule
|
|
||||||
FormState=1
|
|
||||||
FormOnTop=0
|
|
||||||
|
|
||||||
[C:\Codigo Abeto\Clientes\PresupuestoCliente.pas]
|
|
||||||
ModuleType=SourceModule
|
|
||||||
FormState=1
|
|
||||||
FormOnTop=0
|
|
||||||
|
|
||||||
[C:\Codigo Abeto\Informes\InformeTrimestralVentas.pas]
|
|
||||||
ModuleType=SourceModule
|
|
||||||
FormState=1
|
|
||||||
FormOnTop=0
|
|
||||||
|
|
||||||
[C:\Codigo Abeto\Informes\InformeTrimestralCompras.pas]
|
|
||||||
ModuleType=SourceModule
|
|
||||||
FormState=0
|
|
||||||
FormOnTop=0
|
|
||||||
|
|
||||||
[C:\Codigo Abeto\Informes\InformeResumenFacturacionProveedores.pas]
|
|
||||||
ModuleType=SourceModule
|
|
||||||
FormState=0
|
|
||||||
FormOnTop=0
|
|
||||||
|
|
||||||
[C:\Codigo Abeto\Informes\InformeResumenFacturacionClientes.pas]
|
|
||||||
ModuleType=SourceModule
|
|
||||||
FormState=0
|
|
||||||
FormOnTop=0
|
|
||||||
|
|
||||||
[C:\Codigo Abeto\Informes\InformeHistorialFacturacionProveedores.pas]
|
|
||||||
ModuleType=SourceModule
|
|
||||||
FormState=0
|
|
||||||
FormOnTop=0
|
|
||||||
|
|
||||||
[C:\Codigo Abeto\Informes\InformeHistorialFacturacionClientes.pas]
|
|
||||||
ModuleType=SourceModule
|
|
||||||
FormState=0
|
|
||||||
FormOnTop=0
|
|
||||||
|
|
||||||
[C:\Codigo Abeto\Clientes\AlbaranCliente.pas]
|
|
||||||
ModuleType=SourceModule
|
|
||||||
FormState=0
|
|
||||||
FormOnTop=0
|
|
||||||
|
|
||||||
[C:\Codigo Abeto\Informes\InformeFacturaCliente.pas]
|
|
||||||
ModuleType=SourceModule
|
|
||||||
FormState=1
|
|
||||||
FormOnTop=0
|
|
||||||
|
|
||||||
[C:\Codigo Abeto\Clientes\ImprimirFacturasCliente.pas]
|
|
||||||
ModuleType=SourceModule
|
|
||||||
FormState=1
|
|
||||||
FormOnTop=0
|
|
||||||
|
|
||||||
[C:\Codigo Abeto\BaseDatos\TablaPresupuestos.pas]
|
|
||||||
ModuleType=SourceModule
|
|
||||||
FormState=1
|
|
||||||
FormOnTop=0
|
|
||||||
|
|
||||||
[C:\Codigo Abeto\Clientes\FacturaProforma.pas]
|
|
||||||
ModuleType=SourceModule
|
|
||||||
FormState=1
|
|
||||||
FormOnTop=0
|
|
||||||
|
|
||||||
[C:\Codigo Abeto\Informes\InformeContratoCliente.pas]
|
|
||||||
ModuleType=SourceModule
|
|
||||||
FormState=1
|
|
||||||
FormOnTop=1
|
|
||||||
|
|
||||||
[C:\Codigo Abeto\BaseDatos\TablaContratos.pas]
|
|
||||||
ModuleType=SourceModule
|
|
||||||
FormState=0
|
|
||||||
FormOnTop=0
|
|
||||||
|
|
||||||
[C:\Codigo Abeto\Factuges.dpr]
|
|
||||||
ModuleType=SourceModule
|
|
||||||
FormState=0
|
|
||||||
FormOnTop=0
|
|
||||||
|
|
||||||
[C:\Archivos de programa\Borland\Delphi7\Projects\ProjectGroup1.bpg]
|
[C:\Archivos de programa\Borland\Delphi7\Projects\ProjectGroup1.bpg]
|
||||||
FormState=0
|
FormState=0
|
||||||
FormOnTop=0
|
FormOnTop=0
|
||||||
|
|
||||||
[C:\Codigo Abeto\Informes\InformeBase.pas]
|
[C:\Codigo Abeto\Factuges.dpr]
|
||||||
FormState=0
|
FormState=0
|
||||||
FormOnTop=0
|
FormOnTop=0
|
||||||
|
|
||||||
@ -143,194 +26,6 @@ FormOnTop=0
|
|||||||
FormState=0
|
FormState=0
|
||||||
FormOnTop=0
|
FormOnTop=0
|
||||||
|
|
||||||
[C:\Codigo Abeto\Frames\RdxFrame.pas]
|
|
||||||
FormState=0
|
|
||||||
FormOnTop=0
|
|
||||||
|
|
||||||
[EditWindow0]
|
|
||||||
ViewCount=20
|
|
||||||
CurrentView=5
|
|
||||||
View0=0
|
|
||||||
View1=1
|
|
||||||
View2=2
|
|
||||||
View3=3
|
|
||||||
View4=4
|
|
||||||
View5=5
|
|
||||||
View6=6
|
|
||||||
View7=7
|
|
||||||
View8=8
|
|
||||||
View9=9
|
|
||||||
View10=10
|
|
||||||
View11=11
|
|
||||||
View12=12
|
|
||||||
View13=13
|
|
||||||
View14=14
|
|
||||||
View15=15
|
|
||||||
View16=16
|
|
||||||
View17=17
|
|
||||||
View18=18
|
|
||||||
View19=19
|
|
||||||
CodeExplorer=CodeExplorer@EditWindow0
|
|
||||||
MessageView=MessageView@EditWindow0
|
|
||||||
Create=1
|
|
||||||
Visible=1
|
|
||||||
State=0
|
|
||||||
Left=437
|
|
||||||
Top=118
|
|
||||||
Width=1244
|
|
||||||
Height=872
|
|
||||||
MaxLeft=-4
|
|
||||||
MaxTop=104
|
|
||||||
ClientWidth=1236
|
|
||||||
ClientHeight=838
|
|
||||||
LeftPanelSize=140
|
|
||||||
LeftPanelClients=CodeExplorer@EditWindow0
|
|
||||||
LeftPanelData=000004000000000000000000000000000000000000000000000100000000000000000C000000436F64654578706C6F726572FFFFFFFF
|
|
||||||
RightPanelSize=0
|
|
||||||
BottomPanelSize=499
|
|
||||||
BottomPanelClients=MessageView@EditWindow0
|
|
||||||
BottomPanelData=000004000000000000000000000000000000000000000000000100000000000000000B0000004D65737361676556696577FFFFFFFF
|
|
||||||
|
|
||||||
[View0]
|
|
||||||
Module=C:\Codigo Abeto\Factuges.dpr
|
|
||||||
CursorX=1
|
|
||||||
CursorY=1
|
|
||||||
TopLine=1
|
|
||||||
LeftCol=1
|
|
||||||
|
|
||||||
[View1]
|
|
||||||
Module=C:\Codigo Abeto\BaseDatos\TablaPresupuestos.pas
|
|
||||||
CursorX=16
|
|
||||||
CursorY=768
|
|
||||||
TopLine=777
|
|
||||||
LeftCol=1
|
|
||||||
|
|
||||||
[View2]
|
|
||||||
Module=C:\Codigo Abeto\Clientes\FacturaCliente.pas
|
|
||||||
CursorX=7
|
|
||||||
CursorY=768
|
|
||||||
TopLine=764
|
|
||||||
LeftCol=1
|
|
||||||
|
|
||||||
[View3]
|
|
||||||
Module=C:\Codigo Abeto\Clientes\FacturaProforma.pas
|
|
||||||
CursorX=1
|
|
||||||
CursorY=657
|
|
||||||
TopLine=668
|
|
||||||
LeftCol=1
|
|
||||||
|
|
||||||
[View4]
|
|
||||||
Module=C:\Codigo Abeto\Informes\InformeTrimestralVentas.pas
|
|
||||||
CursorX=27
|
|
||||||
CursorY=134
|
|
||||||
TopLine=119
|
|
||||||
LeftCol=1
|
|
||||||
|
|
||||||
[View5]
|
|
||||||
Module=C:\Codigo Abeto\Proveedores\FacturaProveedor.pas
|
|
||||||
CursorX=32
|
|
||||||
CursorY=694
|
|
||||||
TopLine=684
|
|
||||||
LeftCol=1
|
|
||||||
|
|
||||||
[View6]
|
|
||||||
Module=C:\Codigo Abeto\BaseDatos\TablaFacturasProveedor.pas
|
|
||||||
CursorX=1
|
|
||||||
CursorY=1
|
|
||||||
TopLine=91
|
|
||||||
LeftCol=1
|
|
||||||
|
|
||||||
[View7]
|
|
||||||
Module=C:\Codigo Abeto\Clientes\PresupuestoCliente.pas
|
|
||||||
CursorX=23
|
|
||||||
CursorY=1013
|
|
||||||
TopLine=1012
|
|
||||||
LeftCol=1
|
|
||||||
|
|
||||||
[View8]
|
|
||||||
Module=C:\Codigo Abeto\Clientes\ImprimirFacturasCliente.pas
|
|
||||||
CursorX=34
|
|
||||||
CursorY=9
|
|
||||||
TopLine=22
|
|
||||||
LeftCol=1
|
|
||||||
|
|
||||||
[View9]
|
|
||||||
Module=C:\Codigo Abeto\Informes\InformeFacturaCliente.pas
|
|
||||||
CursorX=60
|
|
||||||
CursorY=18
|
|
||||||
TopLine=85
|
|
||||||
LeftCol=1
|
|
||||||
|
|
||||||
[View10]
|
|
||||||
Module=C:\Codigo Abeto\Informes\InformeContratoCliente.pas
|
|
||||||
CursorX=87
|
|
||||||
CursorY=14
|
|
||||||
TopLine=217
|
|
||||||
LeftCol=1
|
|
||||||
|
|
||||||
[View11]
|
|
||||||
Module=C:\Codigo Abeto\Clientes\ContratoCliente.pas
|
|
||||||
CursorX=7
|
|
||||||
CursorY=892
|
|
||||||
TopLine=876
|
|
||||||
LeftCol=1
|
|
||||||
|
|
||||||
[View12]
|
|
||||||
Module=C:\Codigo Abeto\BaseDatos\TablaContratos.pas
|
|
||||||
CursorX=1
|
|
||||||
CursorY=1
|
|
||||||
TopLine=1
|
|
||||||
LeftCol=1
|
|
||||||
|
|
||||||
[View13]
|
|
||||||
Module=C:\Codigo Abeto\BaseDatos\TablaFacturasCliente.pas
|
|
||||||
CursorX=14
|
|
||||||
CursorY=154
|
|
||||||
TopLine=217
|
|
||||||
LeftCol=1
|
|
||||||
|
|
||||||
[View14]
|
|
||||||
Module=C:\Codigo Abeto\Clientes\AlbaranCliente.pas
|
|
||||||
CursorX=23
|
|
||||||
CursorY=648
|
|
||||||
TopLine=633
|
|
||||||
LeftCol=1
|
|
||||||
|
|
||||||
[View15]
|
|
||||||
Module=C:\Codigo Abeto\Informes\InformeHistorialFacturacionClientes.pas
|
|
||||||
CursorX=21
|
|
||||||
CursorY=98
|
|
||||||
TopLine=76
|
|
||||||
LeftCol=1
|
|
||||||
|
|
||||||
[View16]
|
|
||||||
Module=C:\Codigo Abeto\Informes\InformeHistorialFacturacionProveedores.pas
|
|
||||||
CursorX=37
|
|
||||||
CursorY=99
|
|
||||||
TopLine=75
|
|
||||||
LeftCol=1
|
|
||||||
|
|
||||||
[View17]
|
|
||||||
Module=C:\Codigo Abeto\Informes\InformeResumenFacturacionClientes.pas
|
|
||||||
CursorX=34
|
|
||||||
CursorY=93
|
|
||||||
TopLine=72
|
|
||||||
LeftCol=1
|
|
||||||
|
|
||||||
[View18]
|
|
||||||
Module=C:\Codigo Abeto\Informes\InformeResumenFacturacionProveedores.pas
|
|
||||||
CursorX=34
|
|
||||||
CursorY=91
|
|
||||||
TopLine=75
|
|
||||||
LeftCol=1
|
|
||||||
|
|
||||||
[View19]
|
|
||||||
Module=C:\Codigo Abeto\Informes\InformeTrimestralCompras.pas
|
|
||||||
CursorX=65
|
|
||||||
CursorY=150
|
|
||||||
TopLine=140
|
|
||||||
LeftCol=1
|
|
||||||
|
|
||||||
[Watches]
|
[Watches]
|
||||||
Count=2
|
Count=2
|
||||||
Watch0='EmpresaActiva.Restricciones.strings[1]',256,0,18,1,0,'Watches'
|
Watch0='EmpresaActiva.Restricciones.strings[1]',256,0,18,1,0,'Watches'
|
||||||
@ -454,7 +149,7 @@ LRDockWidth=317
|
|||||||
Dockable=1
|
Dockable=1
|
||||||
SplitPos=201
|
SplitPos=201
|
||||||
ArrangeBy=Name
|
ArrangeBy=Name
|
||||||
SelectedItem=Visible
|
SelectedItem=Name
|
||||||
ExpandedItems=ActiveTranslateStringEngine,Anchors,AppStorage,BevelEdges,Brush,Constraints,DataBinding,DataController,DataController.Filter,DataController.Options,DataController.Summary,DataController.Summary.Options,Filtering,HTTPOptions,LookAndFeel.AssignedValues,NavigatorButtons.Cancel,NavigatorButtons.Delete,NavigatorButtons.Edit,Options,OptionsBehavior,OptionsData,OptionsSelection,OptionsView,Preview,Properties,Properties.Alignment,Properties.SpinButtons,StorageOptions,Style,Styles,VertScrollBar
|
ExpandedItems=ActiveTranslateStringEngine,Anchors,AppStorage,BevelEdges,Brush,Constraints,DataBinding,DataController,DataController.Filter,DataController.Options,DataController.Summary,DataController.Summary.Options,Filtering,HTTPOptions,LookAndFeel.AssignedValues,NavigatorButtons.Cancel,NavigatorButtons.Delete,NavigatorButtons.Edit,Options,OptionsBehavior,OptionsData,OptionsSelection,OptionsView,Preview,Properties,Properties.Alignment,Properties.SpinButtons,StorageOptions,Style,Styles,VertScrollBar
|
||||||
HiddenCategories=
|
HiddenCategories=
|
||||||
|
|
||||||
@ -640,38 +335,6 @@ TBDockHeight=195
|
|||||||
LRDockWidth=383
|
LRDockWidth=383
|
||||||
Dockable=1
|
Dockable=1
|
||||||
|
|
||||||
[CodeExplorer@EditWindow0]
|
|
||||||
Create=1
|
|
||||||
Visible=1
|
|
||||||
State=0
|
|
||||||
Left=0
|
|
||||||
Top=12
|
|
||||||
Width=140
|
|
||||||
Height=324
|
|
||||||
MaxLeft=-1
|
|
||||||
MaxTop=-1
|
|
||||||
ClientWidth=140
|
|
||||||
ClientHeight=324
|
|
||||||
TBDockHeight=305
|
|
||||||
LRDockWidth=140
|
|
||||||
Dockable=1
|
|
||||||
|
|
||||||
[MessageView@EditWindow0]
|
|
||||||
Create=1
|
|
||||||
Visible=1
|
|
||||||
State=0
|
|
||||||
Left=12
|
|
||||||
Top=0
|
|
||||||
Width=1224
|
|
||||||
Height=499
|
|
||||||
MaxLeft=-1
|
|
||||||
MaxTop=-1
|
|
||||||
ClientWidth=1224
|
|
||||||
ClientHeight=499
|
|
||||||
TBDockHeight=499
|
|
||||||
LRDockWidth=443
|
|
||||||
Dockable=1
|
|
||||||
|
|
||||||
[DockHosts]
|
[DockHosts]
|
||||||
DockHostCount=1
|
DockHostCount=1
|
||||||
|
|
||||||
|
|||||||
BIN
Factuges.res
BIN
Factuges.res
Binary file not shown.
@ -52,7 +52,7 @@ resourcestring
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// Comunes
|
// Comunes
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
CTE_IVA_DEFECTO = '16';
|
CTE_IVA_DEFECTO = '18';
|
||||||
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|||||||
Reference in New Issue
Block a user