| Package | Description |
|---|---|
| org.beigesoft.acc.mdl |
It consist of accounting non-persistable models.
|
| org.beigesoft.acc.mdlb |
It consist of accounting persistable base models.
|
| org.beigesoft.acc.mdlp |
It consist of accounting persistable models.
|
| org.beigesoft.acc.srv |
It consist of accounting services.
|
| org.beigesoft.ws.mdlb |
It consist of web-store persistable base models.
|
| org.beigesoft.ws.srv |
It consist of web-store services.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TaxEx
Wrapper of tax with intermediate variables.
|
| Modifier and Type | Method and Description |
|---|---|
Tax |
TaxWr.getTax()
Getter for tax.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaxWr.setTax(Tax pTax)
Setter for tax.
|
| Modifier and Type | Method and Description |
|---|---|
Tax |
ADcTxLn.getTax()
Getter for tax.
|
Tax |
ATxLn.getTax()
Getter for tax.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ADcTxLn.setTax(Tax pTax)
Setter for tax.
|
void |
ATxLn.setTax(Tax pTax)
Setter for tax.
|
| Modifier and Type | Method and Description |
|---|---|
Tax |
WagTt.getTax()
Getter for tax.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WagTt.setTax(Tax pTax)
Setter for tax.
|
| Modifier and Type | Method and Description |
|---|---|
<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.
|
| Modifier and Type | Method and Description |
|---|---|
Tax |
ATxLn.getTax()
Getter for tax.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ATxLn.setTax(Tax pTax)
Setter for tax.
|
| Modifier and Type | Method and Description |
|---|---|
CartTxLn |
SrCart.fndCreTxLn(Map<String,Object> pRvs,
Cart pCart,
Tax pTax,
SeSel pSeller,
boolean pNeedFind)
Finds (if need) enabled line with same tax and seller or any
disabled tax line or creates one.
|
CartLn |
SrCart.mkTxdLn(List<CartLn> pTxdLns,
Long pTdlId,
Long pCatId,
Tax pTax,
Double pRate,
AcStg pAs)
Make cart line that stores taxes data in lines set
for invoice basis or item basis aggregate rate.
|
Copyright © 2019. All rights reserved.