Click or drag to resize

InvoiceConfig Class

Class to contain read-only invoice configuration / settings data.
Inheritance Hierarchy
SystemObject
  Severa.Entities.APIInvoiceConfig

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0
Syntax
public class InvoiceConfig

The InvoiceConfig type exposes the following members.

Constructors
 NameDescription
Public methodInvoiceConfigInitializes a new instance of the InvoiceConfig class
Top
Properties
 NameDescription
Public propertyBillExpense User interface setting: how travel expenses are displayed on the invoice.
Public propertyBillHour User interface setting: how hours are displayed on the invoice.
Public propertyBillProduct User interface setting: how products are displayed on the invoice.
Public propertyExpenseItemDescriptionFormat User interface setting: what does travel expense row look like. Contains tags to be filled with invoice row data. See Visma Severa Invoice Settings UI for more details. Example: [date], [person], [notes][casenumber]
Public propertyHourItemDescriptionFormat User interface setting: what does work hour row look like. Contains tags to be filled with invoice row data. See Visma Severa Invoice Settings UI for more details. Example: [case] [overtime], [worktype], [task], [date], [person], [notes]
Public propertyHourPrimaryGroupBy User interface setting: primary grouping, how hours are grouped on invoice.
Public propertyHourSecondaryGroupBy User interface setting: secondary grouping, how hours are grouped on invoice.
Public propertyIsTaxFree Metadata: Is this invoice tax free (Reverse charge).
Public propertyProductItemDescriptionFormat User interface setting: what does product row look like. Contains tags to be filled with invoice row data. See Visma Severa Invoice Settings UI for more details. Example: [case] [overtime], [worktype], [task], [date], [person], [notes]
Public propertyProductPrimaryGroupBy User interface setting: primary grouping, how products are grouped on invoice.
Public propertyProductSecondaryGroupBy User interface setting: secondary grouping, how products are grouped on invoice.
Public propertyShowAttachPriceExcludingVAT User interface setting: flag, display total price excluding VAT column on invoice attachment, yes/no
Public propertyShowAttachUnit User interface setting: flag, display unit column on invoice attachment, yes/no.
Public propertyShowAttachUnitPrice User interface setting: flag, display unit price column on invoice attachment, yes/no.
Public propertyShowAttachVAT User interface setting: flag, display VAT column on invoice attachment, yes/no
Public propertyShowLogoOnInvoice Does the invoice have company logo when printed.
Public propertyShowPriceExcludingVAT User interface setting: flag, display total price exluding VAT column on invoice, yes/no.
Public propertyShowQuantity User interface setting: flag, display quantity column on invoice, yes/no.
Public propertyShowUnit User interface setting: flag, display unit column on invoice, yes/no.
Public propertyShowUnitPrice User interface setting: flag, display unit price column on invoice, yes/no.
Public propertyShowVAT User interface setting: flag, display VAT column on invoice, yes/no.
Public propertyTaxFreeDescription Metadata: For tax free invoices, tax free reason (Reverse charge description).
Public propertyTravelPrimaryGroupBy User interface setting: primary grouping, how travel expenses are grouped on invoice.
Public propertyTravelSecondaryGroupBy User interface setting: secondary grouping, how travel expenses are grouped on invoice. - Month
Top
See Also