Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Updates a record in the table RetailCreditVoucherTable.
Syntax
client server public static container creditVoucherUpdate(
RetailDataEntryId _dataEntryId,
RetailStoreId _storeId,
RetailTerminalId _terminalId,
RetailStaffId _staffId,
RetailTransactionId _transactionId,
RetailReceiptId _receiptId,
RetailLineNum _lineNum,
AmountMST _amountMST,
str _transDate,
str _transTime,
[int _dateSequence])
Run On
Called
Parameters
- _dataEntryId
Type: RetailDataEntryId Extended Data Type
The data entry Id to be updated to the new record.
- _storeId
Type: RetailStoreId Extended Data Type
The store Id to be updated to the new record.
- _terminalId
Type: RetailTerminalId Extended Data Type
The terminal Id to be updated to the new record.
- _staffId
Type: RetailStaffId Extended Data Type
The staff Id to be updated to the new record.
- _transactionId
Type: RetailTransactionId Extended Data Type
The transaction Id to be updated to the new record.
- _receiptId
Type: RetailReceiptId Extended Data Type
The receipt Id to be updated to the new record.
- _lineNum
Type: RetailLineNum Extended Data Type
The line num to be updated to the new record.
- _amountMST
Type: AmountMST Extended Data Type
The amount MST to be updated to the new record.
- _transDate
Type: str
The trans date to be updated to the new record.
- _transTime
Type: str
The trans time to be updated to the new record.
- _dateSequence
Type: int
The format of the date.
Return Value
Type: container
A boolean to indicate if the record is updated successfully.