Package | Description |
---|---|
psdi.app.common.purchasing | |
psdi.app.common.receipt | |
psdi.app.currency |
The Currency package represents objects that identify currencies and exchange rates.
|
psdi.app.invoice |
The invoice package is a collection of MBOs used for creating and maintaining invoices.
|
psdi.app.mr |
The MR package includes MBOs related to material requests.
|
psdi.app.rfq |
The RFQ package includes MBOs related to Request for Quotations (RFQs).
|
Modifier and Type | Class and Description |
---|---|
class |
FldCommonCurrencyCode
Common field validation class for : CurrencyCode
used by POLINE,PRLINE,INVOICELINE objects(common actions()).
|
Modifier and Type | Class and Description |
---|---|
class |
FldMatServCurrencyCode
Behaviour of the currencycode field in the MatRecTrans and ServRecTrans objects
|
Modifier and Type | Class and Description |
---|---|
class |
FldExchangeCurrencyCodeTo
Behaviour of Currencycodeto field on Exchange object.
|
Modifier and Type | Class and Description |
---|---|
class |
FldInvoiceCurrencyCode
Invoice currencycode validation class validates if the currency code entered is valid and if valid
sets the new exchangerate and exchangedate and sets the unitcost and Extends the common class FldCommonCurrencyCode
which further extends FldCurrencyCode.
|
Modifier and Type | Class and Description |
---|---|
class |
FldMRLineCurrencyCode
MRLine.currencycode validation class: Sets
the exchangerate and exchangerate2 based on the basecurrency1 and basecurrency2. |
Modifier and Type | Class and Description |
---|---|
class |
FldQuotationLineCurrencyCode
Validation for currencycode attribute in the Quotationline object
It extends from the common currency field validation in the Currency package which does some checking to see if that
currency code is available in the CURRENCY table
|
class |
FldRFQVendorCurrencyCode
Validation for currencycode attribute in the RFQVendor object
It extends from the common currency field validation in the Currency package which does some checking to see if that
currency code is available in the CURRENCY table
|