|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.acct.Doc
org.compiere.acct.Doc_Bank
public class Doc_Bank
Post Invoice Documents.
Table: C_BankStatement (392) Document Types: CMB
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
Doc_Bank(MAcctSchema[] ass,
ResultSet rs,
String trxName)
Constructor |
|
| Method Summary | |
|---|---|
ArrayList<Fact> |
createFacts(MAcctSchema as)
Create Facts (the accounting logic) for CMB. |
BigDecimal |
getBalance()
Get Source Currency Balance - subtracts line amounts from total - no rounding |
String |
loadDocumentDetails()
Load Specific Document Details |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Doc_Bank(MAcctSchema[] ass,
ResultSet rs,
String trxName)
ass - accounting schematars - recordtrxName - trx| Method Detail |
|---|
public String loadDocumentDetails()
loadDocumentDetails in interface AccountingInterfaceloadDocumentDetails in class Docpublic BigDecimal getBalance()
getBalance in interface AccountingInterfacegetBalance in class Docpublic ArrayList<Fact> createFacts(MAcctSchema as)
BankAsset DR CR (Statement)
BankInTransit DR CR (Payment)
Charge DR (Charge)
Interest DR CR (Interest)
createFacts in class Docas - accounting schema
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||