| 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 |
APaym<T extends AInv>
Model of payment for an invoice.
|
interface |
IRetLn<T extends IRet<I>,I extends AInv,L extends AInvLn<I,Itm>>
Base model of goods returns line.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PurInv
Model of purchase invoice.
|
class |
SalInv
Model of sales invoice.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InSrLnDl<RS,T extends AInv,L extends AInvLn<T,Srv>,LTL extends ALnTxLn<T,L>>
Processor that deletes invoice service line from DB.
|
class |
InvLnSv<RS,T extends AInv,L extends AInvLn<T,?>,TL extends AInTxLn<T>,LTL extends ALnTxLn<T,L>>
Processor that saves invoice line into DB.
|
class |
InvSv<T extends AInv,G extends AInvLn<T,Itm>,S extends AInvLn<T,Srv>>
Service that saves invoice into DB.
|
class |
PaymSv<T extends APaym<I>,I extends AInv>
Service that saves payment into DB.
|
class |
RetLnRv<T extends IRetLn<R,I,L>,R extends IRet<I>,I extends AInv,L extends AInvLn<I,Itm>>
Service that makes copy of return line to reverse.
|
class |
RetSv<T extends IRet<I>,I extends AInv,G extends IInvLn<T,Itm>>
Service that saves return into DB.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends AInv> |
SrToPa.mkToPa(Map<String,Object> pRvs,
T pEnt,
IRvInvLn<T,?> pRvLn)
Makes total payment for given invoice.
|
<T extends AInv> |
ISrToPa.mkToPa(Map<String,Object> pRvs,
T pEnt,
IRvInvLn<T,?> pRvLn)
Makes total payment for given invoice.
|
<RS,T extends AInv,L extends AInvLn<T,?>,TL extends AInTxLn<T>,LTL extends ALnTxLn<T,L>> |
SrInLnSv.save(Map<String,Object> pRvs,
L pEnt,
org.beigesoft.mdl.IReqDt pRqDt,
UtInLnTxTo<RS,T,L,TL,LTL> pUtTxTo,
ISrInItLn<T,L> pSrInItLn)
Saves entity generic method.
|
<T extends APaym<I>,I extends AInv> |
SrPaymSv.save(Map<String,Object> pRvs,
T pEnt,
org.beigesoft.mdl.IReqDt pRqDt,
IRvInvLn<I,?> pRvLn)
Saves entity.
|
<T extends IRet<I>,I extends AInv,G extends IInvLn<T,Itm>> |
SrRetSv.save(Map<String,Object> pRvs,
T pEnt,
org.beigesoft.mdl.IReqDt pRqDt,
IRvInvLn<T,G> pRvGdLn)
Saves entity generic method.
|
<T extends AInv,G extends AInvLn<T,Itm>,S extends AInvLn<T,Srv>> |
SrInvSv.save(Map<String,Object> pRvs,
T pEnt,
org.beigesoft.mdl.IReqDt pRqDt,
IRvInvLn<T,G> pRvGdLn,
IRvInvLn<T,S> pRvSrLn)
Saves entity generic method.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends AInv> |
SrPuGdLn.getBinvCls()
Getter for invoice class.
|
Class<? extends AInv> |
SrSaRtLn.getBinvCls()
Getter for invoice class.
|
Class<? extends AInv> |
SrPuRtLn.getBinvCls()
Getter for invoice class.
|
Class<? extends AInv> |
SrSaSrLn.getBinvCls()
Getter for invoice class.
|
Class<? extends AInv> |
SrSaGdLn.getBinvCls()
Getter for invoice class.
|
Class<? extends AInv> |
ISrInItLn.getBinvCls()
Getter base for invoice class.
|
Class<? extends AInv> |
SrPuSrLn.getBinvCls()
Getter for invoice class.
|
Copyright © 2019–2020. All rights reserved.