| Package | Description |
|---|---|
| org.beigesoft.accounting.model |
It consist of accounting unpersistable models.
|
| 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 |
|---|---|
Tax |
TaxWr.getTax()
Getter for tax.
|
| Modifier and Type | Method and Description |
|---|---|
int |
CmprTaxRate.compare(Tax o1,
Tax o2) |
void |
TaxWr.setTax(Tax pTax)
Setter for tax.
|
| Modifier and Type | Method and Description |
|---|---|
Tax |
TaxUsed.getSubaccount()
Getter for subaccount.
|
Tax |
WageTaxTable.getTax()
Getter for tax.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaxUsed.setSubaccount(Tax pSubaccount)
Setter for subaccount.
|
void |
WageTaxTable.setTax(Tax pTax)
Setter for tax.
|
| Modifier and Type | Method and Description |
|---|---|
Tax |
ADocTaxLine.getTax()
Getter for tax.
|
Tax |
ATaxLine.getTax()
Geter for tax.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ADocTaxLine.setTax(Tax pTax)
Setter for tax.
|
void |
ATaxLine.setTax(Tax pTax)
Setter for tax.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tax> |
DataTx.getTxs()
Getter for txs.
|
| Modifier and Type | Method and Description |
|---|---|
<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.
|
SalesInvoiceServiceLine |
UtlInvBase.makeTxdLine(List<SalesInvoiceServiceLine> pTxdLns,
Long pTdlId,
Long pCatId,
Tax pTax,
Double pPercent,
AccSettings pAs)
Make invoice line that stores taxes data in lines set
for invoice basis or item basis aggregate rate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataTx.setTxs(List<Tax> pTxs)
Setter for txs.
|
Copyright © 2016–2019. All rights reserved.