| Package | Description |
|---|---|
| org.beigesoft.accounting.persistable |
It consist of accounting persistable models.
|
| org.beigesoft.accounting.persistable.base |
It consist of abstractions of accounting persistable models.
|
| org.beigesoft.accounting.processor |
Contains of accounting processors.
|
| Modifier and Type | Method and Description |
|---|---|
TaxDestination |
DebtorCreditor.getTaxDestination()
Getter for taxDestination.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DebtorCreditor.setTaxDestination(TaxDestination pTaxDestination)
Setter for taxDestination.
|
| Modifier and Type | Method and Description |
|---|---|
TaxDestination |
ADestTaxItemLn.getTaxDestination()
Getter for taxDestination.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ADestTaxItemLn.setTaxDestination(TaxDestination pTaxDestination)
Setter for taxDestination.
|
| Modifier and Type | Method and Description |
|---|---|
TaxDestination |
UtlInvBase.revealTaxRules(Map<String,Object> pReqVars,
IInvoice pInv,
AccSettings pAs,
Boolean pIsExtrTx)
Reveal shared tax rules for invoice..
|
TaxDestination |
UtlInvLine.revealTaxRules(Map<String,Object> pReqVars,
IInvoice pInv,
AccSettings pAs,
Boolean pIsExtrTx)
Reveal shared tax rules for invoice..
|
| Modifier and Type | Method and Description |
|---|---|
void |
UtlInvBase.addInvBsTxExTxc(List<SalesInvoiceServiceLine> pTxdLns,
Long pCatId,
Double pSubt,
Double pSubtFc,
Double pPercent,
AccSettings pAs,
TaxDestination pTxRules)
Adds total tax by category for farther invoice adjusting.
|
void |
UtlInvLine.adjInvLnsUpdTots(Map<String,Object> pReqVars,
T pInv,
AccSettings pAs,
TaxDestination pTxRules)
adjust invoice lines and Update its totals after tax line has
been changed (Invoice basis).
|
void |
UtlInvLine.makeLine(Map<String,Object> pReqVars,
L pLine,
AccSettings pAs,
TaxDestination pTxRules)
Makes invoice line's taxes, totals.
|
<T extends IInvoice,L extends IInvoiceLine<T>,TL extends AInvTxLn<T>,LTL extends ALineTxLn<T,L>> |
UtlInvBase.makeLine(Map<String,Object> pReqVars,
L pLine,
AccSettings pAs,
TaxDestination pTxRules,
IInvTxMeth<T,TL> pInvTxMeth,
IInvLnTxMeth<T,L,LTL> pInvLnTxMeth)
Makes invoice line's taxes, totals.
|
void |
UtlInvLine.makeTotals(Map<String,Object> pReqVars,
L pLine,
AccSettings pAs,
TaxDestination pTxRules)
Makes invoice totals include taxes lines
cause line inserted/changed/deleted.
|
<T extends IInvoice,L extends IInvoiceLine<T>,TL extends AInvTxLn<T>> |
UtlInvBase.makeTotals(Map<String,Object> pReqVars,
L pLine,
AccSettings pAs,
TaxDestination pTxRules,
IInvTxMeth<T,TL> pInvTxMeth)
Makes invoice totals include taxes lines
cause line inserted/changed/deleted.
|
<T extends IInvoice,L extends IInvoiceLine<T>,LTL extends ALineTxLn<T,L>> |
UtlInvBase.mkLnTxItBasNonAggr(Map<String,Object> pReqVars,
L pLine,
AccSettings pAs,
TaxDestination pTxRules,
IInvTxMeth<T,?> pInvTxMeth,
IInvLnTxMeth<T,L,LTL> pInvLnTxMeth)
Makes invoice line taxes item basis basis non-aggregate.
|
<T extends IInvoice,L extends IInvoiceLine<T>,TL extends AInvTxLn<T>> |
UtlInvBase.retrieveDataTx(Map<String,Object> pReqVars,
L pLine,
AccSettings pAs,
TaxDestination pTxRules,
IInvTxMeth<T,TL> pInvTxMeth)
Retrieve from database bundle of tax data.
|
<T extends IInvoice,L extends IInvoiceLine<T>,TL extends AInvTxLn<T>> |
UtlInvBase.retrTxdLnsAdjInv(Map<String,Object> pReqVars,
T pInv,
AccSettings pAs,
TaxDestination pTxRules,
IInvTxMeth<T,TL> pInvTxMeth)
Retrieve from database tax data for adjusting invoice lines after
invoice tax line has been changed by user.
|
Copyright © 2016–2019. All rights reserved.