SELECT
DocumentType,
ESLIndicator,
LocalAmount,
Amount,
VATIdentNumber,
DocumentCount,
ESLIndicator2,
VATIdentNumber2
FROM
ESLReport(
{$FirmSelID}, {$DivisionsSelID}, {$BusOrdersSelID}, {$BusTransactionsSelID}, {$BusProjectsSelID},
{$ESLDateFrom}, {$ESLDateTo}, {$DivisionsWithChilds}, {$BusOrdersWithChilds},
{$BusTransactionsWithChilds}, {$BusProjectsWithChilds}, {$VATCountry_ID}, {$CreatedBySelID},
{$CorrectedBySelID}, {$CurrencySelID}, {$CountrySelID}
)
{WHERE}
{ORDERBY}
P.ESLDate$DATE >= {:LOW} and
P.ESLDate$DATE < {:HIGH}
Generated by ABRA Software a.s. 27.10.2021 16:36