| Package | Description |
|---|---|
| org.beigesoft.acc.mdlb |
It consist of accounting persistable base models.
|
| org.beigesoft.acc.mdlp |
It consist of accounting persistable models.
|
| org.beigesoft.acc.prc |
Contains of accounting processors.
|
| org.beigesoft.acc.srv |
It consist of accounting services.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AInTxLn<T extends IInvb>
Abstract model of invoice tax line.
|
class |
AInvLn<T extends IInvb,I extends AItm<?,?>>
Base model of sales/purchase invoice line.
|
class |
ALnTxLn<T extends IInvb,L extends IInvLn<T,?>>
Abstract model of invoice's line tax line.
|
interface |
IInvLn<T extends IInvb,I extends AItm<?,?>>
Base model of invoice and goods returns line.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IInv
Base model of invoice.
|
interface |
IRet<T extends IInv>
Base model of goods returns.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AInv
Base model of invoice.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PurInv
Model of purchase invoice.
|
class |
PurRet
Model of purchase return.
|
class |
SalInv
Model of sales invoice.
|
class |
SalRet
Model of sales return.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InTxLnSv<RS,T extends IInvb,TL extends AInTxLn<T>>
Service that saves invoice tax line (only invoice basis) into DB.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IInvLnTxMeth<T extends IInvb,L extends IInvLn<T,?>,LTL extends ALnTxLn<T,L>>
Abstraction of tax method code/data for purchase/sales invoice line.
|
interface |
IInvTxMeth<T extends IInvb,TL extends AInTxLn<T>>
Abstraction of tax method code/data for purchase/sales invoice.
|
class |
InvTxMeth<T extends IInvb,TL extends AInTxLn<T>>
Tax method code/data for purchase/sales invoice.
|
interface |
IRvInvLn<T extends IInvb,L extends IInvLn<T,?>>
Abstraction of reverser for purchase/sales invoice line.
|
interface |
ISrInItLn<T extends IInvb,L extends IInvLn<T,?>>
Abstraction of item oriented service for purchase/sales
invoice/return line.
|
class |
UtInLnTxTo<RS,T extends IInvb,L extends IInvLn<T,?>,TL extends AInTxLn<T>,LTL extends ALnTxLn<T,L>>
Utility for purchase/sales invoice line.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends IInvb,L extends IInvLn<T,?>,TL extends AInTxLn<T>> |
UtInLnTxToBs.adjustInvoiceLns(Map<String,Object> pRvs,
Map<String,Object> pVs,
T pInv,
List<TxDtLn> pTxdLns,
AcStg pAs,
IInvTxMeth<T,TL> pInvTxMeth)
Adjust invoice lines totals/subtotals for invoice basis method.
|
<T extends IInvb,TL extends AInTxLn<T>> |
UtInLnTxToBs.findCreateTaxLine(Map<String,Object> pRvs,
T pInv,
List<TL> pInvTxLns,
Tax pTax,
boolean pNeedFind,
org.beigesoft.fct.IFctRq<TL> pFctInvTxLn)
Finds (if need) line with same tax or creates one.
|
<T extends IInvb,L extends IInvLn<T,?>,TL extends AInTxLn<T>> |
UtInLnTxToBs.makeTotals(Map<String,Object> pRvs,
Map<String,Object> pVs,
L pLine,
AcStg pAs,
TxDst pTxRules,
IInvTxMeth<T,TL> pInvTxMeth)
Makes invoice totals include taxes lines
cause line inserted/changed/deleted.
|
<T extends IInvb,L extends IInvLn<T,?>> |
UtInLnTxToBs.mkLnFinal(L pLine,
BigDecimal pTotTxs,
BigDecimal pTotTxsFc,
Boolean pIsTxByUser)
Makes invoice line final results.
|
<T extends IInvb,L extends IInvLn<T,?>,LTL extends ALnTxLn<T,L>> |
UtInLnTxToBs.mkLnTxItBasNonAggr(Map<String,Object> pRvs,
Map<String,Object> pVs,
L pLine,
AcStg pAs,
TxDst pTxRules,
IInvTxMeth<T,?> pInvTxMeth,
IInvLnTxMeth<T,L,LTL> pInvLnTxMeth)
Makes invoice line taxes item basis basis non-aggregate.
|
<T extends IInvb,L extends IInvLn<T,?>,TL extends AInTxLn<T>,LTL extends ALnTxLn<T,L>> |
UtInLnTxToBs.mkLnTxTo(Map<String,Object> pRvs,
Map<String,Object> pVs,
L pLine,
AcStg pAs,
TxDst pTxRules,
IInvTxMeth<T,TL> pInvTxMeth,
IInvLnTxMeth<T,L,LTL> pInvLnTxMeth)
Makes invoice line's taxes, totals.
|
<T extends IInvb,L extends IInvLn<T,?>,TL extends AInTxLn<T>> |
UtInLnTxToBs.retrieveDataTx(Map<String,Object> pRvs,
L pLine,
AcStg pAs,
TxDst pTxRules,
IInvTxMeth<T,TL> pInvTxMeth)
Retrieve from database bundle of tax data.
|
<T extends IInvb,L extends IInvLn<T,?>,TL extends AInTxLn<T>> |
UtInLnTxToBs.retrTxdLnsAdjInv(Map<String,Object> pRvs,
T pInv,
AcStg pAs,
TxDst pTxRules,
IInvTxMeth<T,TL> pInvTxMeth)
Retrieve from database tax data for adjusting invoice lines after
invoice tax line has been changed by user.
|
<T extends IInvb> |
UtInLnTxToBs.updInvTots(Map<String,Object> pRvs,
Map<String,Object> pVs,
T pInv,
AcStg pAs,
IInvTxMeth<T,?> pInvTxMeth)
Update invoice totals after its line has been changed/deleted
and taxes lines has been made
or after tax line has been changed (Invoice basis).
|
| Modifier and Type | Method and Description |
|---|---|
TxDst |
UtInLnTxTo.revealTaxRules(IInvb pInv,
AcStg pAs)
Reveal shared tax rules for invoice..
|
TxDst |
UtInLnTxToBs.revealTaxRules(IInvb pInv,
AcStg pAs,
Boolean pIsExtrTx)
Reveal shared tax rules for invoice..
|
Copyright © 2019–2020. All rights reserved.