-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: ODF 1.3
-
Component/s: OpenFormula, Part 4 (Formula) [1.2: 2]
-
Labels:None
-
Proposal:
6.12.42 RATE
[ Number PayType = 0 ]
should be
[ Logical PayType = FALSE() ]
instead, and
"
PayType: the type of payment, defaults to 0. It is 0 if payments are due
at the end of the period; 1 if they are due at the beginning of
the period.
"
should be
"
PayType: the type of payment, defaults to FALSE(). It is FALSE() if
payments are due at the end of the period; TRUE() if they are
due at the beginning of the period.
"