Click or drag to resize

InvoiceConfigProductPrimaryGroupBy Property

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

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0
Syntax
public string ProductPrimaryGroupBy { 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