| Package | Description |
|---|---|
| org.beigesoft.accounting.model |
It consist of accounting unpersistable models.
|
| org.beigesoft.accounting.persistable |
It consist of accounting persistable models.
|
| org.beigesoft.accounting.service |
It consist of accounting services.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ManufactureForDraw
Model of wrapper of manufacture to draw product in process
(from manuf.process) from warehouse.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IDrawItemSource
Model of entity that hold inventory item to draw.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BeginningInventoryLine
Model of Beginning Inventory Line.
|
class |
GoodsLossLine
Model of Customer Invoice Line.
|
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 |
MoveItemsLine
Model of Move Items within/between warehouse/s Line.
|
class |
PurchaseInvoiceLine
Model of Vendor Invoice Goods Line.
|
class |
PurchaseReturnLine
Model of Purchase Return Line for each work type,
e.g.
|
class |
SalesInvoiceLine
Model of Customer Invoice Goods Line.
|
class |
SalesReturnLine
Model of Sales Return Line.
|
class |
UsedMaterialLine
Model of ManufacturingProcess Line of used material.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ISrvWarehouseEntry.load(Map<String,Object> pAddParam,
IMakingWarehouseEntry pEntity,
WarehouseSite pWhSiteTo)
Load warehouse with item from outside or reverse a load.
|
void |
SrvWarehouseEntry.load(Map<String,Object> pAddParam,
IMakingWarehouseEntry pEntity,
WarehouseSite pWhSiteTo)
Load warehouse from outside with item or reverse a load.
|
String |
SrvWarehouseEntry.makeDescription(IMakingWarehouseEntry pEntity,
String pLangDef,
DateFormat pDateFormat)
Make description for warehouse entry.
|
String |
ASrvDrawItemEntry.makeDescription(Map<String,Object> pAddParam,
IMakingWarehouseEntry pEntity,
ADrawItemEntry pSource)
Make description for warehouse entry.
|
void |
ISrvWarehouseEntry.makeWarehouseRest(Map<String,Object> pAddParam,
IMakingWarehouseEntry pEntity,
WarehouseSite pWhSite,
BigDecimal pQuantity)
Make warehouse rest (load/draw/reverse).
|
void |
SrvWarehouseEntry.makeWarehouseRest(Map<String,Object> pAddParam,
IMakingWarehouseEntry pEntity,
WarehouseSite pWhSite,
BigDecimal pQuantity)
Make warehouse rest (load/draw/reverse).
|
void |
ISrvWarehouseEntry.move(Map<String,Object> pAddParam,
IMakingWarehouseEntry pEntity,
WarehouseSite pWhSiteFrom,
WarehouseSite pWhSiteTo)
Move item between warehouses/sites or reverse a move.
|
void |
SrvWarehouseEntry.move(Map<String,Object> pAddParam,
IMakingWarehouseEntry pEntity,
WarehouseSite pWhSiteFrom,
WarehouseSite pWhSiteTo)
Move item between warehouses/sites or reverse a move.
|
void |
ISrvWarehouseEntry.reverseDraw(Map<String,Object> pAddParam,
IMakingWarehouseEntry pEntity)
Reverse a withdrawal warehouse.
|
void |
SrvWarehouseEntry.reverseDraw(Map<String,Object> pAddParam,
IMakingWarehouseEntry pEntity)
Reverse a withdrawal warehouse.
|
void |
ISrvDrawItemEntry.reverseDraw(Map<String,Object> pAddParam,
IMakingWarehouseEntry pEntity,
Date pDateAccount,
Long pDrawingOwnerId)
Reverse a withdrawal material for manufacture product.
|
void |
ASrvDrawItemEntry.reverseDraw(Map<String,Object> pAddParam,
IMakingWarehouseEntry pEntity,
Date pDateAccount,
Long pDrawingOwnerId)
Reverse a withdrawal item.
|
void |
ISrvDrawItemEntry.withdrawal(Map<String,Object> pAddParam,
IMakingWarehouseEntry pEntity,
Date pDateAccount,
Long pDrawingOwnerId)
Withdrawal item.
|
void |
ASrvDrawItemEntry.withdrawal(Map<String,Object> pAddParam,
IMakingWarehouseEntry pEntity,
Date pDateAccount,
Long pDrawingOwnerId)
Withdrawal warehouse item for use/sale/loss.
|
void |
ISrvWarehouseEntry.withdrawal(Map<String,Object> pAddParam,
IMakingWarehouseEntry pEntity,
WarehouseSite pWhSiteFrom)
Withdrawal warehouse item to outside (or use/loss).
|
void |
SrvWarehouseEntry.withdrawal(Map<String,Object> pAddParam,
IMakingWarehouseEntry pEntity,
WarehouseSite pWhSiteFrom)
Withdrawal warehouse item to outside (or use/loss).
|
void |
ISrvDrawItemEntry.withdrawalFrom(Map<String,Object> pAddParam,
IMakingWarehouseEntry pEntity,
IDrawItemSource pSource,
BigDecimal pQuantityToDraw)
Withdrawal warehouse item for use/sale/loss from given source.
|
void |
ASrvDrawItemEntry.withdrawalFrom(Map<String,Object> pAddParam,
IMakingWarehouseEntry pEntity,
IDrawItemSource pSource,
BigDecimal pQuantityToDraw)
Withdrawal warehouse item for use/sale/loss from given source.
|
Copyright © 2016–2018. All rights reserved.