> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# invoice_type table

> A invoiceable item category (a product or service) that provides default invoice line values

## invoice\_type Table (361)

A invoiceable item category (a product or service) that provides default invoice line values

## Fields

| Name            | Description                        | Type        | Nullable |
| --------------- | ---------------------------------- | ----------- | :------: |
| id              | Primary key                        | PK          |    No    |
| name            | A name for this invoice type       | String(255) |    No    |
| description     | A description of this invoice type | String(255) |    Yes   |
| price\_pr\_unit | Price per unit                     | Int         |    No    |
| flags           | Various flags                      | UInt        |    Yes   |

<img src="https://mintcdn.com/superofficeas/6OcOTPa_ISkjXJg4/media/loc/en/database/tables/invoice_type.png?fit=max&auto=format&n=6OcOTPa_ISkjXJg4&q=85&s=daea0b032b704291afd83ffdb6acfac5" alt="invoice_type table relationship diagram" width="445" height="59" data-path="media/loc/en/database/tables/invoice_type.png" />

## Indexes

| Fields | Types | Description |
| ------ | ----- | ----------- |

## Relationships

| Table                             | Description                                             |
| --------------------------------- | ------------------------------------------------------- |
| [invoice\_entry](./invoice-entry) | This table contain all invoices, connected to a message |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [invoice_entry table](/en/database/tables/invoice-entry.md)
- [Void](/en/automation/crmscript/reference/CRMScript.Global.Void.md)
- [invoice table](/en/database/tables/invoice.md)
- [invoice_sum table](/en/database/tables/invoice-sum.md)
- [ticket_type table](/en/database/tables/ticket-type.md)
- [Parameters for reports](/en/onsite/config/service/report-parameters.md)
