| Package | Description |
|---|---|
| org.beigesoft.accounting.factory |
It contains of accounting factories.
|
| org.beigesoft.accounting.persistable |
It consist of accounting persistable models.
|
| org.beigesoft.accounting.processor |
Contains of accounting processors.
|
| org.beigesoft.accounting.report |
It consist of accounting report services.
|
| Modifier and Type | Method and Description |
|---|---|
protected PrcInvTaxLnSave<RS,SalesInvoice,SalesInvoiceTaxLine> |
FctBnAccEntitiesProcessors.lazyGetPrcSalInvTaxLnSave(Map<String,Object> pAddParam)
Get PrcInvTaxLnSave (create and put into map).
|
protected InvTxMeth<SalesInvoice,SalesInvoiceTaxLine> |
FctBnAccEntitiesProcessors.lazyGetSalInvTxMeth(Map<String,Object> pAddParam)
Get InvTxMeth
|
protected UtlInvLine<RS,SalesInvoice,SalesInvoiceLine,SalesInvoiceTaxLine,SalesInvoiceGoodsTaxLine> |
FctBnAccEntitiesProcessors.lazyGetUtlSalGdLn(Map<String,Object> pAddParam)
Get sales invoice good line utility.
|
protected UtlInvLine<RS,SalesInvoice,SalesInvoiceServiceLine,SalesInvoiceTaxLine,SalesInvoiceServiceTaxLine> |
FctBnAccEntitiesProcessors.lazyGetUtlSalSrLn(Map<String,Object> pAddParam)
Get sales invoice service line utility.
|
| Modifier and Type | Method and Description |
|---|---|
SalesInvoice |
SalesInvoiceLine.getItsOwner()
Geter for itsOwner.
|
SalesInvoice |
SalesInvoiceServiceLine.getItsOwner()
Geter for itsOwner.
|
SalesInvoice |
SalesInvoiceTaxLine.getItsOwner()
Geter for itsOwner.
|
SalesInvoice |
PaymentFrom.getSalesInvoice()
Getter for salesInvoice.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SalesInvoiceLine.setItsOwner(SalesInvoice pItsOwner)
Setter for itsOwner.
|
void |
SalesInvoiceServiceLine.setItsOwner(SalesInvoice pItsOwner)
Setter for itsOwner.
|
void |
SalesInvoiceTaxLine.setItsOwner(SalesInvoice pItsOwner)
Setter for itsOwner.
|
void |
PaymentFrom.setSalesInvoice(SalesInvoice pSalesInvoice)
Setter for salesInvoice.
|
| Modifier and Type | Method and Description |
|---|---|
UtlInvLine<RS,SalesInvoice,SalesInvoiceServiceLine,SalesInvoiceTaxLine,SalesInvoiceServiceTaxLine> |
PrcSalesInvoiceServiceLineSave.getUtlInvLine()
Getter for utlInvLine.
|
UtlInvLine<RS,SalesInvoice,SalesInvoiceLine,SalesInvoiceTaxLine,SalesInvoiceGoodsTaxLine> |
PrcSalesInvoiceLineSave.getUtlInvLine()
Getter for utlInvLine.
|
UtlInvLine<RS,SalesInvoice,SalesInvoiceServiceLine,SalesInvoiceTaxLine,SalesInvoiceServiceTaxLine> |
PrcSalesInvoiceServiceLineDelete.getUtlInvLine()
Getter for utlInvLine.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrcSalesInvoiceSave.addCheckIsReadyToAccount(Map<String,Object> pReqVars,
SalesInvoice pEntity,
org.beigesoft.model.IRequestData pRequestData)
Additional check document for ready to account (make acc.entries).
|
void |
PrcSalesInvoiceSave.calculateTotalPayment(Map<String,Object> pReqVars,
SalesInvoice pEntity)
Calculate Total Payment.
|
void |
PrcSalesInvoiceSave.checkOtherFraudUpdate(Map<String,Object> pReqVars,
SalesInvoice pEntity,
org.beigesoft.model.IRequestData pRequestData,
SalesInvoice pOldEntity)
Check other fraud update e.g.
|
void |
PrcSalesInvoiceSave.makeFirstPrepareForSave(Map<String,Object> pReqVars,
SalesInvoice pEntity,
org.beigesoft.model.IRequestData pRequestData)
Make save preparations before insert/update block if it's need.
|
void |
PrcSalesInvoiceSave.makeOtherEntries(Map<String,Object> pReqVars,
SalesInvoice pEntity,
org.beigesoft.model.IRequestData pRequestData,
boolean pIsNew)
Make other entries include reversing if it's need when save.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrcSalesInvoiceLineSave.setUtlInvLine(UtlInvLine<RS,SalesInvoice,SalesInvoiceLine,SalesInvoiceTaxLine,SalesInvoiceGoodsTaxLine> pUtlInvLine)
Setter for utlInvLine.
|
void |
PrcSalesInvoiceServiceLineSave.setUtlInvLine(UtlInvLine<RS,SalesInvoice,SalesInvoiceServiceLine,SalesInvoiceTaxLine,SalesInvoiceServiceTaxLine> pUtlInvLine)
Setter for utlInvLine.
|
void |
PrcSalesInvoiceServiceLineDelete.setUtlInvLine(UtlInvLine<RS,SalesInvoice,SalesInvoiceServiceLine,SalesInvoiceTaxLine,SalesInvoiceServiceTaxLine> pUtlInvLine)
Setter for utlInvLine.
|
| Modifier and Type | Method and Description |
|---|---|
SalesInvoice |
InvoiceReportPdf.retrieveEntity(Map<String,Object> pReqVars,
SalesInvoice pInvoice,
String pLang,
boolean pIsOverseas)
Retrieves sales invoice from DB.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InvoiceReportPdf.makeReport(Map<String,Object> pReqVars,
SalesInvoice pInvoice,
org.beigesoft.model.IRequestData pRequestData,
OutputStream pOus)
Write PDF report for given invoice to output stream.
|
SalesInvoice |
InvoiceReportPdf.retrieveEntity(Map<String,Object> pReqVars,
SalesInvoice pInvoice,
String pLang,
boolean pIsOverseas)
Retrieves sales invoice from DB.
|
Copyright © 2016–2019. All rights reserved.