Org.compiere.model.CalloutBankStatement.amount
Jump to navigation
Jump to search
This Wiki is read-only for reference purposes to avoid broken links.
This is part of the Callout Code project by Red1 to list all Callouts and its purpose in detail.
Exist in Tables
- Bank statement line
Outline
- To calculate Charge and Interest amounts
Code Layout
Details
- IF Field Callout value is ChargeAmt
- THEN variable set is InterestAmt with (StmtAmt subtracts TrxAmt and ChargeAmt)
- ELSE variable set is ChargeAmt with (StmtAmt subtracts TrxAmt and InterestAmt)