Click or drag to resize

InvoiceConfigProductSecondaryGroupBy Property

User interface setting: secondary grouping, how products are grouped on invoice.

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0+466b7b4177d79034f8e56fa7578c03dfea8fb3bf
Syntax
public string ProductSecondaryGroupBy { get; set; }

Property Value

String
Remarks
  • ProductName: Name of the product in settings.
  • ProductCategory: Category of the product in settings.
  • Person: User to whom the product entry belongs to.
  • Case: Case of the product.
  • Task: Phase of the product.
  • Month: Month of the product entry (from date).
See Also