#399 Que el roden del informe de listado de facturas de cliente con desglose de IVA, sea por fecha y referencia

git-svn-id: https://192.168.0.254/svn/Proyectos.Noviseda_FactuGES2/trunk@127 f33bb606-9f5c-448d-9c99-757f00063c96
This commit is contained in:
roberto 2010-06-22 18:37:45 +00:00
parent ecacdd363e
commit 9817000e8d

View File

@ -644,7 +644,8 @@ object RptFacturasCliente: TRptFacturasCliente
'cha_factura)'#10'end as TITULO,'#10'REFERENCIA, ID_CLIENTE, NOMBRE, SIT' +
'UACION, NIF_CIF, FECHA_FACTURA, fecha_vencimiento, BASE_IMPONIBL' +
'E, IMPORTE_IVA, IMPORTE_RE, IMPORTE_TOTAL'#10#10'from V_facturas_clien' +
'te'#10'where {where}'#10'order by ANO, MES, FECHA_FACTURA, NOMBRE'#10#10
'te'#10'where {where}'#10'order by ANO, MES, FECHA_FACTURA, REFERENCIA, N' +
'OMBRE'#10#10
StatementType = stSQL
ColumnMappings = <
item