Click or drag to resize

OpsContextCreateSVStandSheetItem Method

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public SVStandSheetItem CreateSVStandSheetItem(
	string itemID,
	string itemName,
	[OptionalAttribute] decimal returns,
	[OptionalAttribute] decimal gratis,
	[OptionalAttribute] decimal spoilage,
	[OptionalAttribute] decimal endCount,
	[OptionalAttribute] decimal startCount,
	[OptionalAttribute] decimal issuedQty
)

Parameters

itemID
Type: SystemString
itemName
Type: SystemString
returns (Optional)
Type: SystemDecimal
gratis (Optional)
Type: SystemDecimal
spoilage (Optional)
Type: SystemDecimal
endCount (Optional)
Type: SystemDecimal
startCount (Optional)
Type: SystemDecimal
issuedQty (Optional)
Type: SystemDecimal

Return Value

Type: SVStandSheetItem
See Also