| Package | Description |
|---|---|
| org.beigesoft.accounting.factory |
It contains of accounting factories.
|
| 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 |
|---|---|
protected PrcInvoiceGfe<IInvoice> |
FctBnAccEntitiesProcessors.lazyGetPrcInvoiceGfe(Map<String,Object> pAddParam)
Get PrcInvoiceGfe (create and put into map).
|
protected PrcInvoiceLnCreate<RS,IInvoiceLine<IInvoice>,IInvoice> |
FctBnAccEntitiesProcessors.lazyGetPrcInvoiceLnCreate(Map<String,Object> pAddParam)
Get PrcInvoiceLnCreate (create and put into map).
|
protected PrcInvoiceLnCreate<RS,IInvoiceLine<IInvoice>,IInvoice> |
FctBnAccEntitiesProcessors.lazyGetPrcInvoiceLnCreate(Map<String,Object> pAddParam)
Get PrcInvoiceLnCreate (create and put into map).
|
protected PrcInvoiceLnGfe<RS,IInvoiceLine<IInvoice>,IInvoice> |
FctBnAccEntitiesProcessors.lazyGetPrcInvoiceLnGfe(Map<String,Object> pAddParam)
Get PrcInvoiceLnGfe (create and put into map).
|
protected PrcInvoiceLnGfe<RS,IInvoiceLine<IInvoice>,IInvoice> |
FctBnAccEntitiesProcessors.lazyGetPrcInvoiceLnGfe(Map<String,Object> pAddParam)
Get PrcInvoiceLnGfe (create and put into map).
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IInvoiceLine<T extends IInvoice>
Abstraction of Invoice Line.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PurchaseInvoice
Model of Vendor Invoice.
|
class |
PurchaseReturn
Model of Purchase Return.
|
class |
SalesInvoice
Model of Customer Invoice.
|
class |
SalesReturn
Model of Sales Return.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AInvTxLn<T extends IInvoice>
Abstract Model of Invoice Tax Line.
|
class |
ALineTxLn<T extends IInvoice,L extends IInvoiceLine<T>>
Model of invoice tax Lines for service line for
implementing item basis method.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IInvLnTxMeth<T extends IInvoice,L extends IInvoiceLine<T>,LTL extends ALineTxLn<T,L>>
Abstraction of tax method code/data for purchase/sales invoice line.
|
interface |
IInvTxMeth<T extends IInvoice,TL extends AInvTxLn<T>>
Abstraction of tax method code/data for purchase/sales invoice.
|
class |
InvTxMeth<T extends IInvoice,TL extends AInvTxLn<T>>
Tax method code/data for purchase/sales invoice.
|
class |
PrcInvoiceGfe<T extends IInvoice>
Process that retrieves purchase/sales invoice for editing.
|
class |
PrcInvoiceLnCreate<RS,L extends IInvoiceLine<I>,I extends IInvoice>
Service that create sales/purchase line.
|
class |
PrcInvoiceLnGfe<RS,T extends IInvoiceLine<I>,I extends IInvoice>
Process that retrieves purchase/sales invoice service line
for editing.
|
class |
PrcInvTaxLnSave<RS,T extends IInvoice,TL extends AInvTxLn<T>>
Service that saves Invoice Tax Line into DB
(only invoice basis!).
|
class |
UtlInvLine<RS,T extends IInvoice,L extends IInvoiceLine<T>,TL extends AInvTxLn<T>,LTL extends ALineTxLn<T,L>>
Utility for purchase/sales invoice line.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends IInvoice,L extends IInvoiceLine<T>,TL extends AInvTxLn<T>> |
UtlInvBase.adjustInvoiceLns(Map<String,Object> pReqVars,
T pInv,
List<SalesInvoiceServiceLine> pTxdLns,
AccSettings pAs,
IInvTxMeth<T,TL> pInvTxMeth)
Adjust invoice lines totals/subtotals/cost for invoice basis method.
|
<T extends IInvoice,TL extends AInvTxLn<T>> |
UtlInvBase.findCreateTaxLine(Map<String,Object> pReqVars,
T pInv,
List<TL> pInvTxLns,
Tax pTax,
boolean pNeedFind,
org.beigesoft.factory.IFactorySimple<TL> pFctInvTxLn)
Finds (if need) line with same tax or creates one.
|
<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.
|
<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>> |
UtlInvBase.mkLnFinal(L pLine,
BigDecimal pTotTxs,
BigDecimal pTotTxsFc,
Boolean pIsTxByUser)
Makes invoice line final results.
|
<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.
|
<T extends IInvoice> |
UtlInvBase.updInvTots(Map<String,Object> pReqVars,
T pInv,
AccSettings 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 |
|---|---|
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..
|
Copyright © 2016–2019. All rights reserved.