ElevationPriceclass
less than a minute
| Name | Type | Size | Description |
|---|---|---|---|
| ElevationId | Long Integer | 4 | FOREIGN KEY refers to Elevations.ElevationID** ** |
| ElevationPriceclassID | Long Integer | 4 | **PRIMARY KEY ** |
| Information | Text | 255 | Description of priceclass |
| IsNet | Bool | 1 | 1 = Net articles 0 = Normal articles |
| PriceClass | Text | 255 | Name of priceclass |
| ValueAccessories | Double | 8 | Accessories costs |
| ValueHardware | Double | 8 | Hardware costs |
| ValueProfil | Double | 8 | Profile costs |
| WeightProfil | Double | 8 | Profile weight in kg (if price per weight) |
| WeightProfil_Output | Double | 8 | Profile weight in your LogiKal unit (if price per weight) |
| WeightProfil_Unit | Text | 255 | Profile weight unit (if price per weight) |