FRAccRecTurnover

FRAccRecTurnover(Number accountReceivable, Number sales, DbDouble numOfDays)

This function computes the turnover of the account receivable.

Parameters

Return value

The return value is a Number.

Example

If the account receivable is 220000.00, the sales value is 450000.00, the number of days is 100, the return value of the following statement is 48.89.

FRAccRecTurnover(220000.00, 450000.00, 100)