> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/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-bugfix-ty-screen-designer-paradox/bBv7ep-d5A4oaYwj/media/loc/en/database/tables/invoice_type.png?fit=max&auto=format&n=bBv7ep-d5A4oaYwj&q=85&s=7ab24ff92874433a19689c741ffba6ef" 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.
