| 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 | Interface and Description |
|---|---|
interface |
IDcDri
Model of entity that makes warehouse entries and draw item entries
or it's draw item source.
|
interface |
IDoc
Abstract model of external document that makes accounting entries,
e.g.
|
interface |
IInv
Base model of invoice.
|
interface |
IInvb
Base model of invoice and goods returns.
|
interface |
IRet<T extends IInv>
Base model of goods returns.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ADoc
Abstract model of document that makes accounting entries,
e.g.
|
class |
ADoci
Abstract model of document that makes accounting entries,
it's inner document without foreign currency e.g.
|
class |
AInv
Base model of invoice.
|
class |
APaym<T extends AInv>
Model of payment for an invoice.
|
class |
APrep
Model of prepayment.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ItmAdd
Model of document that adds items into inventory, e.g.
|
class |
ItmUlb
Model of item use, stole, broke, loss.
|
class |
Mnfct
Model of manufacturing that makes product from product in progress.
|
class |
MnfPrc
Model of manufacturing process that makes product in progress from
used materials and additional costs (expenses).
|
class |
PaymFr
Model of payment from customer document.
|
class |
PaymTo
Model of payment to vendor document.
|
class |
PrepFr
Model of prepayment from customer document.
|
class |
PrepTo
Model of prepayment to vendor document.
|
class |
PurInv
Model of purchase invoice.
|
class |
PurRet
Model of purchase return.
|
class |
SalInv
Model of sales invoice.
|
class |
SalRet
Model of sales return.
|
class |
Wage
Model of wage document.
|
| Modifier and Type | Method and Description |
|---|---|
IDoci |
DociCpr.process(Map<String,Object> pRvs,
IDoci pEnt,
org.beigesoft.mdl.IReqDt pRqDt)
Process that creates copy entity.
|
IDoci |
DocPr.process(Map<String,Object> pRvs,
IDoci pEnt,
org.beigesoft.mdl.IReqDt pRqDt)
Process that pertieves entity.
|
IDoci |
DocDl.process(Map<String,Object> pRvs,
IDoci pEnt,
org.beigesoft.mdl.IReqDt pRqDt)
Process that deletes entity.
|
IDoci |
DocWhPr.process(Map<String,Object> pRvs,
IDoci pEnt,
org.beigesoft.mdl.IReqDt pRqDt)
Process that pertieves entity.
|
| Modifier and Type | Method and Description |
|---|---|
org.beigesoft.prc.PrcEntRt<IDoci,Long> |
DocPr.getRetrv()
Getter for retrv.
|
org.beigesoft.prc.PrcEntRt<IDoci,Long> |
DocWhPr.getRetrv()
Getter for retrv.
|
| Modifier and Type | Method and Description |
|---|---|
IDoci |
DociCpr.process(Map<String,Object> pRvs,
IDoci pEnt,
org.beigesoft.mdl.IReqDt pRqDt)
Process that creates copy entity.
|
IDoci |
DocPr.process(Map<String,Object> pRvs,
IDoci pEnt,
org.beigesoft.mdl.IReqDt pRqDt)
Process that pertieves entity.
|
IDoci |
DocDl.process(Map<String,Object> pRvs,
IDoci pEnt,
org.beigesoft.mdl.IReqDt pRqDt)
Process that deletes entity.
|
IDoci |
DocWhPr.process(Map<String,Object> pRvs,
IDoci pEnt,
org.beigesoft.mdl.IReqDt pRqDt)
Process that pertieves entity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocPr.setRetrv(org.beigesoft.prc.PrcEntRt<IDoci,Long> pRetrv)
Setter for retrv.
|
void |
DocWhPr.setRetrv(org.beigesoft.prc.PrcEntRt<IDoci,Long> pRetrv)
Setter for retrv.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SrEntr.mkEntrs(Map<String,Object> pRvs,
IDoci pDoc)
Makes entries for given document and updates its status (mdEnr).
|
void |
ISrEntr.mkEntrs(Map<String,Object> pRvs,
IDoci pDoc)
Makes entries for given document.
|
void |
SrEntr.revEntrs(Map<String,Object> pRvs,
IDoci pRvng,
IDoci pRved)
Reverses entries for given document.
|
void |
ISrEntr.revEntrs(Map<String,Object> pRvs,
IDoci pRvng,
IDoci pRved)
Reverses entries for given document.
|
Copyright © 2019–2020. All rights reserved.