| Package | Description |
|---|---|
| org.beigesoft.accounting.factory |
It contains of accounting factories.
|
| 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.
|
| org.beigesoft.accounting.service |
It consist of accounting services.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FactoryAccDoc<M extends IDoc>
Simple factory that create a request(or) scoped IDoc
by using reflection.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IDocWarehouse
Abstract model of document that makes warehouse entries,
e.g.
|
interface |
IInvoice
Abstract model of sales/purchase invoice.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BeginningInventory
Model of Beginning Inventory.
|
class |
GoodsLoss
Model of Customer Invoice.
|
class |
Manufacture
Model of manufacturing finished product or material
based on completed ManufacturingProcess.
|
class |
ManufacturingProcess
Model of making product in progress from material
and collecting all costs.
|
class |
PaymentFrom
Model of payments for sales.
|
class |
PaymentTo
Model of payments after purchase.
|
class |
PrepaymentFrom
Model of PrepaymentFrom - prepayment.
|
class |
PrepaymentTo
Model of PrepaymentTo - prepayment, it is referenced in Purchase invoice.
|
class |
PurchaseInvoice
Model of Vendor Invoice.
|
class |
PurchaseReturn
Model of Purchase Return.
|
class |
SalesInvoice
Model of Customer Invoice.
|
class |
SalesReturn
Model of Sales Return.
|
class |
Wage
Model of Employee Compensation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ADoc
Abstraction of a document that makes accounting entries.
|
class |
ADocWithTaxes
Abstraction of a document with taxes.
|
class |
ADocWithTaxesPayments
Abstraction of a document with taxes and payments/prepayments.
|
| Modifier and Type | Class and Description |
|---|---|
class |
APrcAccDocSave<RS,T extends IDoc>
Service that save document into DB.
|
class |
PrcAccDocGetForReverse<RS,T extends IDoc>
Service that make document copy from DB and prepare for reversing.
|
class |
PrcAccDocRetrieve<RS,T extends IDoc>
Service that retrieve Acc-Document and (if required) their acc-entries
and put into request data for farther printing.
|
class |
PrcAccDocWithSubaccRetrieve<RS,T extends IDoc>
Service that retrieve Acc-Document with sub-acc and (if required)
their acc-entries and put into request data for farther printing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SrvAccEntry.makeEntries(Map<String,Object> pAddParam,
IDoc pEntity)
Make accounting entries for document.
|
void |
ISrvAccEntry.makeEntries(Map<String,Object> pAddParam,
IDoc pEntity)
Make accounting entries for document.
|
List<AccountingEntry> |
SrvAccEntry.retrieveAccEntriesFor(Map<String,Object> pAddParam,
IDoc pEntity)
Retrieve accounting entries for document.
|
List<AccountingEntry> |
ISrvAccEntry.retrieveAccEntriesFor(Map<String,Object> pAddParam,
IDoc pEntity)
Retrieve accounting entries for document.
|
void |
SrvAccEntry.reverseEntries(Map<String,Object> pAddParam,
IDoc pReversing,
IDoc pReversed)
Make accounting entries for reversing document.
|
void |
ISrvAccEntry.reverseEntries(Map<String,Object> pAddParam,
IDoc pReversing,
IDoc pReversed)
Make accounting entries for reversing document.
|
Copyright © 2016–2018. All rights reserved.