| 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected PrcInvoiceGfe<IInvoice> |
FctBnAccEntitiesProcessors.lazyGetPrcInvoiceGfe(Map<String,Object> pAddParam)
Get PrcInvoiceGfe (create and put into map).
|
protected PrcInvoiceLnCreate<RS,IInvoiceLine<IInvoice>,IInvoice> |
FctBnAccEntitiesProcessors.lazyGetPrcInvoiceLnCreate(Map<String,Object> pAddParam)
Get PrcInvoiceLnCreate (create and put into map).
|
protected PrcInvoiceLnCreate<RS,IInvoiceLine<IInvoice>,IInvoice> |
FctBnAccEntitiesProcessors.lazyGetPrcInvoiceLnCreate(Map<String,Object> pAddParam)
Get PrcInvoiceLnCreate (create and put into map).
|
protected PrcInvoiceLnGfe<RS,IInvoiceLine<IInvoice>,IInvoice> |
FctBnAccEntitiesProcessors.lazyGetPrcInvoiceLnGfe(Map<String,Object> pAddParam)
Get PrcInvoiceLnGfe (create and put into map).
|
protected PrcInvoiceLnGfe<RS,IInvoiceLine<IInvoice>,IInvoice> |
FctBnAccEntitiesProcessors.lazyGetPrcInvoiceLnGfe(Map<String,Object> pAddParam)
Get PrcInvoiceLnGfe (create and put into map).
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IInvoiceLine<T extends IInvoice>
Abstraction of Invoice Line.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PurchaseInvoice
Model of Vendor Invoice.
|
class |
SalesInvoice
Model of Customer Invoice.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PrcInvoiceGfe<T extends IInvoice>
Process that retrieves purchase/sales invoice for editing.
|
class |
PrcInvoiceLnCreate<RS,L extends IInvoiceLine<I>,I extends IInvoice>
Service that create sales/purchase line.
|
class |
PrcInvoiceLnGfe<RS,T extends IInvoiceLine<I>,I extends IInvoice>
Process that retrieves purchase/sales invoice service line
for editing.
|
Copyright © 2016–2018. All rights reserved.