619 - Receipts Screen
MSS 5.1 - Extensibility - Functions MSS to Kalipso - Receipts - 619 - Receipts Screen
619 - Receipts Screen
Event | Extension action set | Description |
EXT_0619_1_Before | Will be executed before MSS opens the default payments screen | |
EXT_0619_2_Replace | Will be executed to replace MSS default payments screen | |
EXT_0619_3_After | Will be executed after MSS opens the default payments screen |
Before
Input Parameters
inReceiptExercise – Exercise of the receipt;
inReceiptType – Type of the receipt;
inReceiptSeries – Series of the receipt;
inReceiptNumber – Number of the receipt;
inCustomerCode – Code of the selected customer;
inReceiptTotal - Receipt total value;
Replace
Input Parameters
inReceiptExercise – Exercise of the receipt;
inReceiptType – Type of the receipt;
inReceiptSeries – Series of the receipt;
inReceiptNumber – Number of the receipt;
inCustomerCode – Code of the selected customer;
inReceiptTotal - Receipt total value;
Output Parameters
outCanSave – Return code: 1 – Continue the process / 0 – Cancel;
After
Input Parameters
inReceiptExercise – Exercise of the receipt;
inReceiptType – Type of the receipt;
inReceiptSeries – Series of the receipt;
inReceiptNumber – Number of the receipt;
inCustomerCode – Code of the selected customer;
inReceiptTotal - Receipt total value;
Last updated