Repaso a las etiquetas de los campos porque salían signos raros en vez de acentos y ñ.
git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@198 0c75b7a4-871f-7646-8a2f-f78d34cc349f
This commit is contained in:
parent
50b7a50b3b
commit
3727f436d3
@ -55,7 +55,7 @@ inherited DataModuleAlbaranesCliente: TDataModuleAlbaranesCliente
|
||||
item
|
||||
Name = 'FECHA_ALBARAN'
|
||||
DataType = datDateTime
|
||||
DisplayLabel = 'Fecha albar'#195#161'n'
|
||||
DisplayLabel = 'Fecha albar'#225'n'
|
||||
DictionaryEntry = 'AlbaranesCliente_FECHA_ALBARAN'
|
||||
end
|
||||
item
|
||||
@ -84,7 +84,7 @@ inherited DataModuleAlbaranesCliente: TDataModuleAlbaranesCliente
|
||||
Name = 'SITUACION'
|
||||
DataType = datString
|
||||
Size = 255
|
||||
DisplayLabel = 'Situaci'#195#179'n'
|
||||
DisplayLabel = 'Situaci'#243'n'
|
||||
DictionaryEntry = 'AlbaranesCliente_SITUACION'
|
||||
end
|
||||
item
|
||||
@ -96,7 +96,7 @@ inherited DataModuleAlbaranesCliente: TDataModuleAlbaranesCliente
|
||||
Name = 'NOMBRE_ALMACEN'
|
||||
DataType = datString
|
||||
Size = 255
|
||||
DisplayLabel = 'Almac'#195#169'n'
|
||||
DisplayLabel = 'Almac'#233'n'
|
||||
DictionaryEntry = 'AlbaranesCliente_NOMBRE_ALMACEN'
|
||||
end
|
||||
item
|
||||
@ -134,14 +134,14 @@ inherited DataModuleAlbaranesCliente: TDataModuleAlbaranesCliente
|
||||
Name = 'CODIGO_POSTAL'
|
||||
DataType = datString
|
||||
Size = 10
|
||||
DisplayLabel = 'C'#195#179'd. postal'
|
||||
DisplayLabel = 'C'#243'd. postal'
|
||||
DictionaryEntry = 'AlbaranesCliente_CODIGO_POSTAL'
|
||||
end
|
||||
item
|
||||
Name = 'POBLACION'
|
||||
DataType = datString
|
||||
Size = 255
|
||||
DisplayLabel = 'Poblaci'#195#179'n'
|
||||
DisplayLabel = 'Poblaci'#243'n'
|
||||
DictionaryEntry = 'AlbaranesCliente_POBLACION'
|
||||
end
|
||||
item
|
||||
@ -162,7 +162,7 @@ inherited DataModuleAlbaranesCliente: TDataModuleAlbaranesCliente
|
||||
Name = 'TELEFONO'
|
||||
DataType = datString
|
||||
Size = 25
|
||||
DisplayLabel = 'Tel'#195#169'fono'
|
||||
DisplayLabel = 'Tel'#233'fono'
|
||||
DictionaryEntry = 'AlbaranesCliente_TELEFONO'
|
||||
end
|
||||
item
|
||||
@ -268,13 +268,13 @@ inherited DataModuleAlbaranesCliente: TDataModuleAlbaranesCliente
|
||||
item
|
||||
Name = 'FECHA_ENVIO'
|
||||
DataType = datDateTime
|
||||
DisplayLabel = 'Fecha de env'#195#173'o'
|
||||
DisplayLabel = 'Fecha de env'#237'o'
|
||||
DictionaryEntry = 'AlbaranesCliente_FECHA_ENVIO'
|
||||
end
|
||||
item
|
||||
Name = 'FECHA_RECEPCION'
|
||||
DataType = datDateTime
|
||||
DisplayLabel = 'Fecha de recepci'#195#179'n'
|
||||
DisplayLabel = 'Fecha de recepci'#243'n'
|
||||
DictionaryEntry = 'AlbaranesCliente_FECHA_RECEPCION'
|
||||
end>
|
||||
Params = <>
|
||||
|
||||
@ -54,7 +54,7 @@ inherited DataModuleAlbaranesProveedor: TDataModuleAlbaranesProveedor
|
||||
item
|
||||
Name = 'FECHA_ALBARAN'
|
||||
DataType = datDateTime
|
||||
DisplayLabel = 'Fecha albar'#195#161'n'
|
||||
DisplayLabel = 'Fecha albar'#225'n'
|
||||
DictionaryEntry = 'AlbaranesProveedor_FECHA_ALBARAN'
|
||||
end
|
||||
item
|
||||
@ -87,7 +87,7 @@ inherited DataModuleAlbaranesProveedor: TDataModuleAlbaranesProveedor
|
||||
Name = 'NOMBRE_ALMACEN'
|
||||
DataType = datString
|
||||
Size = 255
|
||||
DisplayLabel = 'Almac'#195#169'n'
|
||||
DisplayLabel = 'Almac'#233'n'
|
||||
DictionaryEntry = 'AlbaranesProveedor_NOMBRE_ALMACEN'
|
||||
end
|
||||
item
|
||||
@ -132,14 +132,14 @@ inherited DataModuleAlbaranesProveedor: TDataModuleAlbaranesProveedor
|
||||
Name = 'CODIGO_POSTAL'
|
||||
DataType = datString
|
||||
Size = 10
|
||||
DisplayLabel = 'C'#195#179'd. postal'
|
||||
DisplayLabel = 'C'#243'd. postal'
|
||||
DictionaryEntry = 'AlbaranesProveedor_CODIGO_POSTAL'
|
||||
end
|
||||
item
|
||||
Name = 'POBLACION'
|
||||
DataType = datString
|
||||
Size = 255
|
||||
DisplayLabel = 'Poblaci'#195#179'n'
|
||||
DisplayLabel = 'Poblaci'#243'n'
|
||||
DictionaryEntry = 'AlbaranesProveedor_POBLACION'
|
||||
end
|
||||
item
|
||||
@ -160,7 +160,7 @@ inherited DataModuleAlbaranesProveedor: TDataModuleAlbaranesProveedor
|
||||
Name = 'TELEFONO'
|
||||
DataType = datString
|
||||
Size = 25
|
||||
DisplayLabel = 'Tel'#195#169'fono'
|
||||
DisplayLabel = 'Tel'#233'fono'
|
||||
DictionaryEntry = 'AlbaranesProveedor_TELEFONO'
|
||||
end
|
||||
item
|
||||
|
||||
@ -42,60 +42,20 @@
|
||||
<Borland.Personality>Delphi.Personality</Borland.Personality>
|
||||
<Borland.ProjectType>Package</Borland.ProjectType>
|
||||
<BorlandProject>
|
||||
<BorlandProject> <Delphi.Personality> <Parameters>
|
||||
<Parameters Name="UseLauncher">False</Parameters>
|
||||
<Parameters Name="LoadAllSymbols">True</Parameters>
|
||||
<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
|
||||
</Parameters>
|
||||
<Package_Options>
|
||||
<Package_Options Name="ImplicitBuild">True</Package_Options>
|
||||
<Package_Options Name="DesigntimeOnly">False</Package_Options>
|
||||
<Package_Options Name="RuntimeOnly">False</Package_Options>
|
||||
</Package_Options>
|
||||
<VersionInfo>
|
||||
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
|
||||
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
|
||||
<VersionInfo Name="MajorVer">1</VersionInfo>
|
||||
<VersionInfo Name="MinorVer">0</VersionInfo>
|
||||
<VersionInfo Name="Release">0</VersionInfo>
|
||||
<VersionInfo Name="Build">0</VersionInfo>
|
||||
<VersionInfo Name="Debug">False</VersionInfo>
|
||||
<VersionInfo Name="PreRelease">False</VersionInfo>
|
||||
<VersionInfo Name="Special">False</VersionInfo>
|
||||
<VersionInfo Name="Private">False</VersionInfo>
|
||||
<VersionInfo Name="DLL">False</VersionInfo>
|
||||
<VersionInfo Name="Locale">3082</VersionInfo>
|
||||
<VersionInfo Name="CodePage">1252</VersionInfo>
|
||||
</VersionInfo>
|
||||
<VersionInfoKeys>
|
||||
<VersionInfoKeys Name="CompanyName"></VersionInfoKeys>
|
||||
<VersionInfoKeys Name="FileDescription"></VersionInfoKeys>
|
||||
<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
|
||||
<VersionInfoKeys Name="InternalName"></VersionInfoKeys>
|
||||
<VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys>
|
||||
<VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys>
|
||||
<VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys>
|
||||
<VersionInfoKeys Name="ProductName"></VersionInfoKeys>
|
||||
<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
|
||||
<VersionInfoKeys Name="Comments"></VersionInfoKeys>
|
||||
</VersionInfoKeys>
|
||||
<Source>
|
||||
<Source Name="MainSource">FacturasCliente_data.dpk</Source>
|
||||
</Source>
|
||||
</Delphi.Personality> </BorlandProject></BorlandProject>
|
||||
<BorlandProject><Delphi.Personality><Parameters><Parameters Name="UseLauncher">False</Parameters><Parameters Name="LoadAllSymbols">True</Parameters><Parameters Name="LoadUnspecifiedSymbols">False</Parameters></Parameters><Package_Options><Package_Options Name="ImplicitBuild">True</Package_Options><Package_Options Name="DesigntimeOnly">False</Package_Options><Package_Options Name="RuntimeOnly">False</Package_Options></Package_Options><VersionInfo><VersionInfo Name="IncludeVerInfo">True</VersionInfo><VersionInfo Name="AutoIncBuild">False</VersionInfo><VersionInfo Name="MajorVer">1</VersionInfo><VersionInfo Name="MinorVer">0</VersionInfo><VersionInfo Name="Release">0</VersionInfo><VersionInfo Name="Build">0</VersionInfo><VersionInfo Name="Debug">False</VersionInfo><VersionInfo Name="PreRelease">False</VersionInfo><VersionInfo Name="Special">False</VersionInfo><VersionInfo Name="Private">False</VersionInfo><VersionInfo Name="DLL">False</VersionInfo><VersionInfo Name="Locale">3082</VersionInfo><VersionInfo Name="CodePage">1252</VersionInfo></VersionInfo><VersionInfoKeys><VersionInfoKeys Name="CompanyName"></VersionInfoKeys><VersionInfoKeys Name="FileDescription"></VersionInfoKeys><VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="InternalName"></VersionInfoKeys><VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys><VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys><VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys><VersionInfoKeys Name="ProductName"></VersionInfoKeys><VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="Comments"></VersionInfoKeys></VersionInfoKeys><Source><Source Name="MainSource">FacturasCliente_data.dpk</Source></Source></Delphi.Personality></BorlandProject></BorlandProject>
|
||||
</ProjectExtensions>
|
||||
<Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets" />
|
||||
<ItemGroup>
|
||||
<DelphiCompile Include="FacturasCliente_data.dpk">
|
||||
<MainSource>MainSource</MainSource>
|
||||
</DelphiCompile>
|
||||
<DCCReference Include="..\..\Lib\FacturasCliente_model.dcp" />
|
||||
<DCCReference Include="..\FacturasCliente_model.dcp" />
|
||||
<DCCReference Include="uDataModuleFacturasCliente.pas">
|
||||
<Form>DataModuleFacturasCliente</Form>
|
||||
<DesignClass>TDAClientDataModule</DesignClass>
|
||||
</DCCReference>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
||||
<!-- EurekaLog First Line
|
||||
[Exception Log]
|
||||
EurekaLog Version=6006
|
||||
|
||||
@ -69,7 +69,7 @@ inherited DataModuleFacturasCliente: TDataModuleFacturasCliente
|
||||
Name = 'SITUACION'
|
||||
DataType = datString
|
||||
Size = 255
|
||||
DisplayLabel = 'Situaci'#195#179'n'
|
||||
DisplayLabel = 'Situaci'#243'n'
|
||||
DictionaryEntry = 'FacturasCliente_SITUACION'
|
||||
end
|
||||
item
|
||||
@ -155,14 +155,14 @@ inherited DataModuleFacturasCliente: TDataModuleFacturasCliente
|
||||
Name = 'CALLE'
|
||||
DataType = datString
|
||||
Size = 150
|
||||
DisplayLabel = 'Direcci'#195#179'n'
|
||||
DisplayLabel = 'Direcci'#243'n'
|
||||
DictionaryEntry = 'FacturasCliente_CALLE'
|
||||
end
|
||||
item
|
||||
Name = 'POBLACION'
|
||||
DataType = datString
|
||||
Size = 150
|
||||
DisplayLabel = 'Poblaci'#195#179'n'
|
||||
DisplayLabel = 'Poblaci'#243'n'
|
||||
DictionaryEntry = 'FacturasCliente_POBLACION'
|
||||
end
|
||||
item
|
||||
@ -176,7 +176,7 @@ inherited DataModuleFacturasCliente: TDataModuleFacturasCliente
|
||||
Name = 'CODIGO_POSTAL'
|
||||
DataType = datString
|
||||
Size = 10
|
||||
DisplayLabel = 'C'#195#179'd. postal'
|
||||
DisplayLabel = 'C'#243'd. postal'
|
||||
DictionaryEntry = 'FacturasCliente_CODIGO_POSTAL'
|
||||
end
|
||||
item
|
||||
@ -204,7 +204,7 @@ inherited DataModuleFacturasCliente: TDataModuleFacturasCliente
|
||||
item
|
||||
Name = 'RECARGO_EQUIVALENCIA'
|
||||
DataType = datSmallInt
|
||||
DisplayLabel = #194#191'Con R.E.?'
|
||||
DisplayLabel = #191'Con R.E.?'
|
||||
DictionaryEntry = 'FacturasCliente_RECARGO_EQUIVALENCIA'
|
||||
end
|
||||
item
|
||||
@ -273,7 +273,7 @@ inherited DataModuleFacturasCliente: TDataModuleFacturasCliente
|
||||
item
|
||||
Name = 'POSICION'
|
||||
DataType = datInteger
|
||||
DisplayLabel = 'Posici'#195#179'n'
|
||||
DisplayLabel = 'Posici'#243'n'
|
||||
DictionaryEntry = 'FacturasCliente_Detalles_POSICION'
|
||||
end
|
||||
item
|
||||
@ -313,7 +313,7 @@ inherited DataModuleFacturasCliente: TDataModuleFacturasCliente
|
||||
item
|
||||
Name = 'VISIBLE'
|
||||
DataType = datInteger
|
||||
DisplayLabel = #194#191'Visible?'
|
||||
DisplayLabel = #191'Visible?'
|
||||
DictionaryEntry = 'FacturasCliente_Detalles_VISIBLE'
|
||||
end
|
||||
item
|
||||
|
||||
@ -48,8 +48,8 @@
|
||||
<DelphiCompile Include="FacturasProveedor_data.dpk">
|
||||
<MainSource>MainSource</MainSource>
|
||||
</DelphiCompile>
|
||||
<DCCReference Include="..\..\Facturas de cliente\Data\Base.dcp" />
|
||||
<DCCReference Include="..\..\Facturas de cliente\Data\FacturasProveedor_model.dcp" />
|
||||
<DCCReference Include="..\Base.dcp" />
|
||||
<DCCReference Include="..\FacturasProveedor_model.dcp" />
|
||||
<DCCReference Include="uDataModuleFacturasProveedor.pas">
|
||||
<Form>DataModuleFacturasProveedor</Form>
|
||||
<DesignClass>TDAClientDataModule</DesignClass>
|
||||
|
||||
@ -48,7 +48,7 @@ inherited DataModuleHistoricoMovimientos: TDataModuleHistoricoMovimientos
|
||||
Name = 'NOMBRE_ALMACEN'
|
||||
DataType = datString
|
||||
Size = 255
|
||||
DisplayLabel = 'Almac'#195#169'n'
|
||||
DisplayLabel = 'Almac'#233'n'
|
||||
DictionaryEntry = 'HISTORICO_MOVIMIENTOS_NOMBRE_ALMACEN'
|
||||
end
|
||||
item
|
||||
@ -82,7 +82,7 @@ inherited DataModuleHistoricoMovimientos: TDataModuleHistoricoMovimientos
|
||||
Name = 'DESCRIPCION'
|
||||
DataType = datString
|
||||
Size = 255
|
||||
DisplayLabel = 'Descripci'#195#179'n'
|
||||
DisplayLabel = 'Descripci'#243'n'
|
||||
DictionaryEntry = 'HISTORICO_MOVIMIENTOS_DESCRIPCION'
|
||||
end
|
||||
item
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
inherited DataModulePedidosProveedor: TDataModulePedidosProveedor
|
||||
OnCreate = DAClientDataModuleCreate
|
||||
Height = 261
|
||||
Width = 781
|
||||
Height = 218
|
||||
Width = 621
|
||||
object RORemoteService: TRORemoteService
|
||||
Message = dmConexion.ROMessage
|
||||
Channel = dmConexion.ROChannel
|
||||
|
||||
Loading…
Reference in New Issue
Block a user