| Package | Description |
|---|---|
| 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 |
|---|---|
SalesInvoice |
SalesInvoiceLine.getItsOwner()
Geter for itsOwner.
|
SalesInvoice |
SalesInvoiceTaxLine.getItsOwner()
Geter for itsOwner.
|
SalesInvoice |
SalesInvoiceServiceLine.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 |
SalesInvoiceTaxLine.setItsOwner(SalesInvoice pItsOwner)
Setter for itsOwner.
|
void |
SalesInvoiceServiceLine.setItsOwner(SalesInvoice pItsOwner)
Setter for itsOwner.
|
void |
PaymentFrom.setSalesInvoice(SalesInvoice pSalesInvoice)
Setter for salesInvoice.
|
| 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 |
UtlSalesGoodsServiceLine.adjustInvoiceLns(Map<String,Object> pReqVars,
SalesInvoice pItsOwner,
List<SalesInvoiceServiceLine> pTacCatTotLns,
AccSettings pAs)
Adjust invoice lines totals/subtotals/cost for invoice basis.
|
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.
|
void |
UtlSalesGoodsServiceLine.updateOwner(Map<String,Object> pReqVars,
SalesInvoice pItsOwner)
Insert immutable line into DB.
|
void |
UtlSalesGoodsServiceLine.updateTaxLines(Map<String,Object> pReqVars,
SalesInvoice pItsOwner)
Update invoice Tax Lines.
|
| 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–2018. All rights reserved.