| Package | Description |
|---|---|
| org.beigesoft.accounting.persistable |
It consist of accounting persistable models.
|
| org.beigesoft.accounting.processor |
Contains of accounting processors.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PurchaseInvoiceGoodsTaxLine
Model of Vendor Invoice tax Line for goods line for
implementing item basis method.
|
class |
PurchaseInvoiceServiceTaxLine
Model of Vendor Invoice tax Line for service line for
implementing item basis method.
|
class |
PurchaseReturnGoodsTaxLine
Model of tax Line for goods return line.
|
class |
SalesInvoiceGoodsTaxLine
Model of Invoice tax Line for goods line for
implementing item basis method.
|
class |
SalesInvoiceServiceTaxLine
Model of Invoice tax Lines for service line for
implementing item basis method.
|
class |
SalesReturnGoodsTaxLine
Model of tax Line for goods sales return line.
|
| 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.
|
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>,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>,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.
|
Copyright © 2016–2019. All rights reserved.