project QadFinancials > class BCashReport > dataset tUICashReportGLPerc

table tUICashReportGLPerc

Description

This temp-table is used as an input parameter for the Recalculate() method.
It contains the percentages the user specified for each period for each GL in the CashReport.
Using these percentages, Recalculate() will calculate the Amounts for each period for each GL.
Doing this, it will create and/or update and/or delete tCashReportGLLine records when the number of periods on the UI gets altered.

field namedata typedescription
tcUICashReportPerc_ParentRowidcharacterRowId of the CashReportGL record.
tdUICashReportPerc_Percdecimal
tiUICashReportPerc_SeqintegerSequence number of the period for which a percentage was specified by the user.


Internal usage


QadFinancials
method BCashReport.SynchronizeGLLines