Package | Description |
---|---|
com.dpslink.flash.erp |
DPS Flash specific interfaces and abstract classes on which all backend interface classes are based.
|
com.dpslink.flash.erp.bogus |
DPS Flash specific pseudo implementations for
com.dpslink.flash.erp interfaces and abstract classes. |
com.dpslink.flash.erp.extend |
DPS Flash specific DPS Extend implementations for
com.dpslink.flash.erp interfaces and abstract classes. |
com.dpslink.flash.servlet |
DPS Flash specific servlets for handling shopping functions.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.Class<ARSummary> |
ERP.oARSUM
The ERP object type for accounts receivable summary.
|
Modifier and Type | Method and Description |
---|---|
ARSummary |
IARInformation.getAR(boolean openInvoices,
int daysOfInvoices,
int monthsOfAging)
Returns accounts receivable information for the current shopping user.
|
Modifier and Type | Method and Description |
---|---|
ARSummary |
ARInformation.getAR(boolean openInvoices,
int daysOfInvoices,
int monthsOfAging)
Returns accounts receivable information for the current shopping user.
|
Modifier and Type | Field and Description |
---|---|
protected ARSummary |
ARInformation.ivARSummary
A WIP AR summary object.
|
Modifier and Type | Method and Description |
---|---|
ARSummary |
ARInformation.getAR(boolean openInvoices,
int daysOfInvoices,
int monthsOfAging)
Returns accounts receivable information for the current shopping user.
|
protected ARSummary |
ARInformation.parseARSummary(ERPInterfaceAS400.Received rec)
Parses AR summary data from the receive data queue and returns an AR
summary object.
|
Modifier and Type | Field and Description |
---|---|
protected ARSummary |
InvoiceHistory.Context.arSummary
A reference to the A/R Summary object.
|