invoice_type Table (361)
Some tooltip text!
• 1 minute to read
• 1 minute to read
A invoiceable item category (a product or service) that provides default invoice line values
Fields
Name | Description | Type | Null |
---|---|---|---|
id | Primary key | PK | |
name | A name for this invoice type | String(255) | |
description | A description of this invoice type | String(255) | ● |
price_pr_unit | Price per unit | Int | |
flags | Various flags | UInt | ● |
Indexes
Fields | Types | Description |
---|---|---|
id | PK | Clustered, Unique |
Relationships
Table | Description |
---|---|
invoice_entry | This table contain all invoices, connected to a message |
Replication Flags
- None
Security Flags
- No access control via user's Role.