| 
            
              InvoiceConfig Class
             | 
          
        
        
 Class to contain read-only invoice configuration / settings data.
 
        
          
            
Inheritance Hierarchy
         
        
          SystemObject
          
  Severa.Entities.APIInvoiceConfig
        
        Namespace: Severa.Entities.APIAssembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0+d0bf05dcd8855b3363476bb1c84ab29c9a1ec66b
Syntaxpublic class InvoiceConfig
Public Class InvoiceConfig
The InvoiceConfig type exposes the following members.
Constructors|   | Name | Description | 
|---|
  | InvoiceConfig | Initializes a new instance of the InvoiceConfig class | 
Top
Properties|   | Name | Description | 
|---|
  | BillExpense | 
 User interface setting: how travel expenses are displayed on the invoice.
  | 
  | BillHour | 
 User interface setting: how hours are displayed on the invoice.
  | 
  | BillProduct | 
 User interface setting: how products are displayed on the invoice.
  | 
  | ExpenseItemDescriptionFormat | 
 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]
  | 
  | HourItemDescriptionFormat | 
 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]
  | 
  | HourPrimaryGroupBy | 
 User interface setting: primary grouping, how hours are grouped on invoice.
  | 
  | HourSecondaryGroupBy | 
 User interface setting: secondary grouping, how hours are grouped on invoice.
  | 
  | IsTaxFree | 
 Metadata: Is this invoice tax free (Reverse charge).
  | 
  | ProductItemDescriptionFormat | 
 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]
  | 
  | ProductPrimaryGroupBy | 
 User interface setting: primary grouping, how products are grouped on invoice.
  | 
  | ProductSecondaryGroupBy | 
 User interface setting: secondary grouping, how products are grouped on invoice.
  | 
  | ShowAttachPriceExcludingVAT | 
 User interface setting: flag, display total price excluding VAT column on invoice attachment, yes/no
  | 
  | ShowAttachUnit | 
 User interface setting: flag, display unit column on invoice attachment, yes/no.
  | 
  | ShowAttachUnitPrice | 
 User interface setting: flag, display unit price column on invoice attachment, yes/no.
  | 
  | ShowAttachVAT | 
 User interface setting: flag, display VAT column on invoice attachment, yes/no
  | 
  | ShowLogoOnInvoice | 
 Does the invoice have company logo when printed.
  | 
  | ShowPriceExcludingVAT | 
 User interface setting: flag, display total price exluding VAT column on invoice, yes/no.
  | 
  | ShowQuantity | 
 User interface setting: flag, display quantity column on invoice, yes/no.
  | 
  | ShowUnit | 
 User interface setting: flag, display unit column on invoice, yes/no.
  | 
  | ShowUnitPrice | 
 User interface setting: flag, display unit price column on invoice, yes/no.
  | 
  | ShowVAT | 
 User interface setting: flag, display VAT column on invoice, yes/no.
  | 
  | TaxFreeDescription | 
 Metadata: For tax free invoices, tax free reason (Reverse charge description).
  | 
  | TravelPrimaryGroupBy | 
 User interface setting: primary grouping, how travel expenses are grouped on invoice.
  | 
  | TravelSecondaryGroupBy | 
 User interface setting: secondary grouping, how travel expenses are grouped on invoice.
 - Month
  | 
Top
See Also