Project Item¶
Product item in project.
API Name: ProjectItem
Fields¶
| Field | Type | Description |
|---|---|---|
name |
varchar | Item name (required) |
type |
enum | Item type (required, default: normal) |
quantity |
floatWithLinkedUnit | Quantity (default: 1) |
unitPrice |
currency | Unit price excl. tax |
unitPriceWithTax |
currency | Unit price incl. tax |
amount |
currency | Total amount (readOnly) |
amountWithTax |
currency | Total amount incl. tax (readOnly) |
costPrice |
currency | Cost price |
totalCosts |
currency | Total costs |
margin |
currency | Margin |
discount |
float | Discount (%) |
taxRate |
percentage | Tax rate |
description |
text | Description |
order |
int | Order |
Enum Values¶
type:
| Value | Description | Color |
|---|---|---|
normal |
Standard | default |
discount |
Discount | warning |
shipping |
Shipping | info |
Relationships¶
| Relationship | Type | Target Entity | Description |
|---|---|---|---|
project |
belongsTo | Project | Project |
product |
belongsTo | Product | Product |
account |
belongsTo | Account | Account |