Click or drag to resize

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
C#
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  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