#SET("LineItemNo", #LineItemNo + 1)
#LineItemNo |
{PaymentMethod} |
#IF(#PaymentMethod)#PaymentMethod.NameOrAlias#ELSE#Name#ENDIF
#IF(#DisplayTransID) {TransID}: #DisplayTransID #ENDIF
#INCLUDE("INC-IsTestTransaction")
#IF(NOT #Order.PaidOn AND NOT #Order.PartlyPaidOn)
#LineItemContainer.Payment.PaymentMethod.Note[0]
#ENDIF
#IF(#HirePurchaseNoOfMonths)
{HirePurchase} |
{NumberOfMonths} |
#HirePurchaseNoOfMonths {Months} |
{InstallmentAmount} |
#HirePurchaseInstallmentAmount[money] |
{InterestRateValue} |
#HirePurchaseInterestRateValue[float]% |
{EffectiveInterestRateValue} |
#HirePurchaseEffectiveInterestRateValue[float]% |
{InterestRateGrandTotal} |
#HirePurchaseGrandTotal[money] |
#ENDIF
|
|
|
#IF(#HasDiscounts) | #ENDIF
#IF(#LineItemPrice)#LineItemPrice[money]#ENDIF |