| Package | Description |
|---|---|
| org.beigesoft.accounting.persistable |
It consist of accounting persistable models.
|
| org.beigesoft.accounting.processor |
Contains of accounting processors.
|
| org.beigesoft.accounting.service |
It consist of accounting services.
|
| Modifier and Type | Interface and Description |
|---|---|
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 |
PurchaseInvoice
Model of Vendor Invoice.
|
class |
PurchaseReturn
Model of Purchase Return.
|
class |
SalesInvoice
Model of Customer Invoice.
|
class |
SalesReturn
Model of Sales Return.
|
| Modifier and Type | Class and Description |
|---|---|
class |
APrcAccDocCogsSave<RS,T extends IDocWarehouse>
Service that save document into DB.
|
class |
APrcAccDocFullSave<RS,T extends IDocWarehouse>
Service that save document into DB.
|
class |
APrcAccDocUseMaterialSave<RS,T extends IDocWarehouse>
Service that save document into DB.
|
class |
PrcAccDocCogsRetrieve<RS,T extends IDocWarehouse>
Service that retrieve Acc-Warehouse-Document and (if requested)
their accounting, warehouse and COGS entries and put them into request data
for farther printing.
|
class |
PrcAccDocFullRetrieve<RS,T extends IDocWarehouse>
Service that retrieve Acc-Warehouse-Full-Document and (if requested)
their accounting, warehouse, COGS and draw material entries and put
them into request data for farther printing.
|
class |
PrcAccDocUseMaterialRetrieve<RS,T extends IDocWarehouse>
Service that retrieve Acc-Warehouse-Document and (if requested)
their accounting, warehouse and draw material entries and put them
into request data for farther printing.
|
| Modifier and Type | Method and Description |
|---|---|
List<WarehouseEntry> |
ISrvWarehouseEntry.retrieveEntriesFor(Map<String,Object> pAddParam,
IDocWarehouse pEntity)
Retrieve entries for document.
|
List<T> |
ISrvDrawItemEntry.retrieveEntriesFor(Map<String,Object> pAddParam,
IDocWarehouse pEntity)
Retrieve entries for document.
|
List<T> |
ASrvDrawItemEntry.retrieveEntriesFor(Map<String,Object> pAddParam,
IDocWarehouse pEntity)
Retrieve entries for whole document to print.
|
List<WarehouseEntry> |
SrvWarehouseEntry.retrieveEntriesFor(Map<String,Object> pAddParam,
IDocWarehouse pEntity)
Retrieve entries for document.
|
Copyright © 2016–2018. All rights reserved.