IOperationServiceAddEventToProcessProductDatasIntoClosed Method |
Adds egais sale event and items for products volumes into closed.
Namespace:
Resto.Front.Api
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax void AddEventToProcessProductDatasIntoClosed(
IReadOnlyList<(Guid productId, int? volume, string exciseStamp, string ean, decimal price)> productDatas,
string fsRarId,
DateTime date,
IUser user,
string cashRegisterNumber,
string shift,
string chequeNumber
)
Parameters
- productDatas
- Type: System.Collections.GenericIReadOnlyListValueTupleGuid, NullableInt32, String, String, Decimal
Products data that need to be processed into closed.
- fsRarId
- Type: SystemString
The FSRAR identification.
- date
- Type: SystemDateTime
Formed cheque date.
- user
- Type: Resto.Front.Api.Data.SecurityIUser
The user that calls current function.
- cashRegisterNumber
- Type: SystemString
Cash register serial number.
- shift
- Type: SystemString
The shift data which formed in cheque.
- chequeNumber
- Type: SystemString
The cheque number.
See Also