Column
and Data Type |
Description |
[BarCode] [nvarchar](max) NULL |
Stock barcode |
[Cost] [money] NULL |
Stock cost |
[Customer] [nvarchar](max)
NULL |
Intended customer |
{DateCreated] [date] NULL,
| Stock received date
|
[Job] [nvarchar](max) NULL |
Intended job |
[IsMetric] [bit] NOT NULL |
Default is false. Set to true/1 when pipe is metric. |
[MaterialData] [nvarchar](max)
NULL |
Material heat number |
[MaterialType] [nvarchar](max)
NULL |
Material name |
[NominalSize] [nvarchar](max)
NULL |
Stock nominal diameter, i.e 6" |
[OuterDiameter] [decimal](18,
3) NOT NULL |
Stock diameter, i.e. 6.625 |
[PipeLength] [decimal](18, 3)
NULL |
Stock length |
[PipeNotes] [nvarchar](max)
NULL |
Stock notes or additional pipe data |
[TrueOuterDiameter]
[decimal](18, 3) NULL |
Measured stock diameter, may be different than OuterDiameter |
[TrueWallThickness]
[decimal](18, 3) NULL |
Measured stock wall thickness, which may be different than
WallThickness |
[WallThickness] [decimal](18,
3) NOT NULL |
Stock wall thickness, i.e. 0.28
|