| Package | Description |
|---|---|
| org.beigesoft.accounting.persistable |
It consist of accounting persistable models.
|
| org.beigesoft.accounting.service |
It consist of accounting services.
|
| org.beigesoft.replicator.persistable.base |
It consist of abstractions of replicator persistable models.
|
| Modifier and Type | Method and Description |
|---|---|
Account |
PrepaymentFrom.getAccCash()
Getter for accCash.
|
Account |
PrepaymentTo.getAccCash()
Getter for accCash.
|
Account |
PaymentTo.getAccCash()
Getter for accCash.
|
Account |
PaymentFrom.getAccCash()
Getter for accCash.
|
Account |
AccountingEntry.getAccCredit()
Geter for accCredit.
|
Account |
AccountingEntry.getAccDebit()
Geter for accDebit.
|
Account |
AdditionCostLine.getAccExpense()
Geter for accExpense.
|
Account |
PurchaseInvoiceServiceLine.getAccExpense()
Getter for accExpense.
|
Account |
Wage.getAccTaxExpense()
Getter for accTaxExpense.
|
Account |
WageLine.getAccWageExpense()
Getter for accWageExpense.
|
Account |
BalanceAt.getItsAccount()
Getter for itsAccount.
|
Account |
SubaccountLine.getItsOwner()
Getter for itsOwner.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrepaymentFrom.setAccCash(Account pAccCash)
Setter for accCash.
|
void |
PrepaymentTo.setAccCash(Account pAccCash)
Setter for accCash.
|
void |
PaymentTo.setAccCash(Account pAccCash)
Setter for accCash.
|
void |
PaymentFrom.setAccCash(Account pAccCash)
Setter for accCash.
|
void |
AccountingEntry.setAccCredit(Account pAccCredit)
Setter for accCredit.
|
void |
AccountingEntry.setAccDebit(Account pAccDebit)
Setter for accDebit.
|
void |
AdditionCostLine.setAccExpense(Account pAccExpense)
Setter for accExpense.
|
void |
PurchaseInvoiceServiceLine.setAccExpense(Account pAccExpense)
Setter for accExpense.
|
void |
Wage.setAccTaxExpense(Account pAccTaxExpense)
Setter for accTaxExpense.
|
void |
WageLine.setAccWageExpense(Account pAccWageExpense)
Setter for accWageExpense.
|
void |
BalanceAt.setItsAccount(Account pItsAccount)
Setter for itsAccount.
|
void |
SubaccountLine.setItsOwner(Account pItsOwner)
Setter for itsOwner.
|
| Modifier and Type | Method and Description |
|---|---|
BalanceAt |
ISrvBalance.evalBalanceAt(Map<String,Object> pAddParam,
Account pAcc,
Long pSubaccId,
Date pDateFor)
Evaluate BalanceAt for pDateFor.
|
BalanceAt |
SrvBalanceStd.evalBalanceAt(Map<String,Object> pAddParam,
Account pAcc,
Long pSubaccId,
Date pDateFor)
Evaluate BalanceAt for given pAcc which itsDate less
or equals pDateFor.
|
void |
ISrvBalance.handleNewAccountEntry(Map<String,Object> pAddParam,
Account pAcc,
Long pSubaccId,
Date pDateAt)
Handle new accounting entry is created to check
dirty of stored balances.
|
void |
SrvBalanceStd.handleNewAccountEntry(Map<String,Object> pAddParam,
Account pAcc,
Long pSubaccId,
Date pDateAt)
Handle new accounting entry is created to check dirty.
|
void |
ISrvBalance.recalculateFor(Map<String,Object> pAddParam,
Account pAcc,
Long pSubaccId,
Date pDateFor)
Forced recalculation all stored balances for this account
for all dates less or equals pDateFor.
|
void |
SrvBalanceStd.recalculateFor(Map<String,Object> pAddParam,
Account pAcc,
Long pSubaccId,
Date pDateFor)
Forced recalculation all stored balances for this account
for all dates less or equals pDateFor.
|
LedgerDetail |
ISrvLedger.retrieveDetail(Map<String,Object> pAddParam,
Account pAccount,
Date pDate1,
Date pDate2,
String pSubaccId,
LedgerPrevious ledgerPrevious)
Retrieve detail entries for period.
|
LedgerDetail |
SrvLedger.retrieveDetail(Map<String,Object> pAddParam,
Account pAccount,
Date pDate1,
Date pDate2,
String pSubaccId,
LedgerPrevious ledgerPrevious)
Retrieve detail entries for period.
|
LedgerPrevious |
ISrvLedger.retrievePrevious(Map<String,Object> pAddParam,
Account pAccount,
Date pDate1,
String pSubaccId)
Retrieve previous totals.
|
LedgerPrevious |
SrvLedger.retrievePrevious(Map<String,Object> pAddParam,
Account pAccount,
Date pDate1,
String pSubaccId)
Retrieve previous totals.
|
| Modifier and Type | Method and Description |
|---|---|
Account |
AReplExcludeAccountsDebitCredit.getAccount()
Getter for account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AReplExcludeAccountsDebitCredit.setAccount(Account pAccount)
Setter for account.
|
Copyright © 2016–2018. All rights reserved.