IOperationServiceAddEventToProcessProductDatasIntoClosed Method |
Adds egais sale event and items for products volumes into closed.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntaxvoid 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 IReadOnlyListValueTupleGuid, NullableInt32, String, String, Decimal
-
Products data that need to be processed into closed.
- fsRarId String
-
The FSRAR identification.
- date DateTime
-
Formed cheque date.
- user IUser
-
The user that calls current function.
- cashRegisterNumber String
-
Cash register serial number.
- shift String
-
The shift data which formed in cheque.
- chequeNumber String
-
The cheque number.
See Also