Supply Order Details
Collection with details about supply orders
Fields
| Field alias | Description | Data type | Editable |
|---|---|---|---|
| canWrite | write permission | boolean | |
| combinationId | combination id | number | |
| currencyId | currency id | number | |
| discount | discount | currency | |
| discountRate | discount rate | number | yes |
| discountedPrice | price with discount | currency | |
| ean13 | ean13 | string | yes |
| exchangeRate | exchange rate | number | yes |
| id | id | number | |
| name | name | string | yes |
| price | price | currency | |
| priceWithTax | price with tax | currency | |
| productId | product id | number | |
| quantity | quantity | number | yes |
| received | quantity received | number | yes |
| reference | reference | string | yes |
| supplierReference | supplier reference | string | yes |
| supplyOrderId | supply order id | number | |
| tax | tax | currency | |
| taxRate | tax rate | number | yes |
| unitPrice | unit price | currency | |
| upc | upc code | string | yes |
Relations
| Relationship | Relationshiop description |
|---|---|
| Has one combination | Combination |
| Belongs to currency | Currency |
| Has one product | Product |
| Belongs to supply order | Supply Order |