|
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
Syntaxpublic class InvoiceConfig
Public Class InvoiceConfig
The InvoiceConfig type exposes the following members.
Constructors | Name | Description |
---|
![Public method Public method](../icons/pubMethod.gif) | InvoiceConfig | Initializes a new instance of the InvoiceConfig class |
Top
Properties | Name | Description |
---|
![Public property Public property](../icons/pubProperty.gif) | BillExpense |
User interface setting: how travel expenses are displayed on the invoice.
|
![Public property Public property](../icons/pubProperty.gif) | BillHour |
User interface setting: how hours are displayed on the invoice.
|
![Public property Public property](../icons/pubProperty.gif) | BillProduct |
User interface setting: how products are displayed on the invoice.
|
![Public property Public property](../icons/pubProperty.gif) | 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]
|
![Public property Public property](../icons/pubProperty.gif) | 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]
|
![Public property Public property](../icons/pubProperty.gif) | HourPrimaryGroupBy |
User interface setting: primary grouping, how hours are grouped on invoice.
|
![Public property Public property](../icons/pubProperty.gif) | HourSecondaryGroupBy |
User interface setting: secondary grouping, how hours are grouped on invoice.
|
![Public property Public property](../icons/pubProperty.gif) | IsTaxFree |
Metadata: Is this invoice tax free (Reverse charge).
|
![Public property Public property](../icons/pubProperty.gif) | 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]
|
![Public property Public property](../icons/pubProperty.gif) | ProductPrimaryGroupBy |
User interface setting: primary grouping, how products are grouped on invoice.
|
![Public property Public property](../icons/pubProperty.gif) | ProductSecondaryGroupBy |
User interface setting: secondary grouping, how products are grouped on invoice.
|
![Public property Public property](../icons/pubProperty.gif) | ShowAttachPriceExcludingVAT |
User interface setting: flag, display total price excluding VAT column on invoice attachment, yes/no
|
![Public property Public property](../icons/pubProperty.gif) | ShowAttachUnit |
User interface setting: flag, display unit column on invoice attachment, yes/no.
|
![Public property Public property](../icons/pubProperty.gif) | ShowAttachUnitPrice |
User interface setting: flag, display unit price column on invoice attachment, yes/no.
|
![Public property Public property](../icons/pubProperty.gif) | ShowAttachVAT |
User interface setting: flag, display VAT column on invoice attachment, yes/no
|
![Public property Public property](../icons/pubProperty.gif) | ShowLogoOnInvoice |
Does the invoice have company logo when printed.
|
![Public property Public property](../icons/pubProperty.gif) | ShowPriceExcludingVAT |
User interface setting: flag, display total price exluding VAT column on invoice, yes/no.
|
![Public property Public property](../icons/pubProperty.gif) | ShowQuantity |
User interface setting: flag, display quantity column on invoice, yes/no.
|
![Public property Public property](../icons/pubProperty.gif) | ShowUnit |
User interface setting: flag, display unit column on invoice, yes/no.
|
![Public property Public property](../icons/pubProperty.gif) | ShowUnitPrice |
User interface setting: flag, display unit price column on invoice, yes/no.
|
![Public property Public property](../icons/pubProperty.gif) | ShowVAT |
User interface setting: flag, display VAT column on invoice, yes/no.
|
![Public property Public property](../icons/pubProperty.gif) | TaxFreeDescription |
Metadata: For tax free invoices, tax free reason (Reverse charge description).
|
![Public property Public property](../icons/pubProperty.gif) | TravelPrimaryGroupBy |
User interface setting: primary grouping, how travel expenses are grouped on invoice.
|
![Public property Public property](../icons/pubProperty.gif) | TravelSecondaryGroupBy |
User interface setting: secondary grouping, how travel expenses are grouped on invoice.
- Month
|
Top
See Also