LvCashReceiptTrans::cashReceiptsFormat Method
Verifies whether the receipt number is in the specified format.
Syntax
client server public static str cashReceiptsFormat(str _fmt, int _value)
Run On
Called
Parameters
- _fmt
Type: str
The number format.
- _value
Type: int
The receipt number that should follow the specified format.
Return Value
Type: str
The receipt number in the specified format; an empty string if the receipt number does not follow the specified format.