Additional Costs
less than a minute
| Name | Type | Size | Description |
|---|---|---|---|
| AdditionalCostID | Long Integer | 4 | PRIMARY KEY |
| AssignmentCalculation | Long Integer | 4 | Assignment Calculation |
| AssignmentQuotation | Long Integer | 4 | Assignment Quotation |
| ElevationId | Long Integer | 4 | FOREIGN KEY refers to Elevation.ElevationId |
| LK_DetailId | Long Integer | 4 | LOOKUP KEY refers to CalcDetailItems.CalcDetailItemID |
| LK_ItemId | Long Integer | 4 | LOOKUP KEY refers to CalcItemNames.CalcItemNameID |
| Name | Text | 255 | Name of Cost |
| Price | Double | 8 | Cost price |
| Reference | Long Integer | 4 | Reference |
| Total | Double | 8 | Total additional cost |