Stock
Collection of your warehouse stock
Fields
| Field alias | Description | Data type | Editable |
|---|---|---|---|
| canWrite | write permission | boolean | |
| combinationId | combination id | number | yes |
| ean13 | ean13 | string | yes |
| id | id | number | |
| physicalQuantity | physical quantity | number | yes |
| productId | product id | number | yes |
| reference | reference | string | yes |
| unitValuation | unit valuation | currency | yes |
| upc | upc | string | yes |
| usableQuantity | usable quantity | number | yes |
| warehouse | warehouse | string | |
| warehouseId | warehouse id | number | yes |
Common expressions
| Expression | Description | Data type |
|---|---|---|
| stock.unitValuation * stock.usableQuantity | valuation | currency |
Relations
| Relationship | Relationshiop description |
|---|---|
| Has one combination | Combination |
| Has one product | Product |
| Has many stock movements | Stock movements |
| Belongs to warehouse | Warehouse |