|
<< Click to Display Table of Contents >> Navigation: iVend Database Database > Tables > InvImportForecast Table |
Navigation: iVend Database Database > Tables >
iVend 6.6 Database Help
InvImportForecast Table
Collapse All Expand All
iVend Database Database : InvImportForecast Table |
Description
Specifies the Forecast details used while importing
Properties
Creation Date |
4/13/2015 12:00 PM |
File Group |
PRIMARY |
Text File Group |
|
System Object |
|
Published for Replication |
|
Rows |
0 |
Data Space Used |
0.00 KB |
Index Space Used |
0.00 KB |
Columns
|
Column Name |
Description |
Datatype |
Length |
Allow Nulls |
Default |
Formula |
|
ForecastId |
Primary key |
VarWChar |
20 |
|
|
|
|
ForecastDate |
Hold the value of month of the forecast |
DBTimeStamp |
4 |
|
|
|
|
WarehouseId |
The warehouse associated with the store. See also Warehouse |
VarWChar |
20 |
|
|
|
|
ProductCode |
Product id fo the scanned item |
VarWChar |
20 |
|
|
|
|
Description |
Refers to the product's description |
VarWChar |
200 |
|
|
|
|
Quantity |
Refers to the quantity of the product |
Numeric |
9 (18,0) |
|
|
|
|
OverrideQuantity |
Hold the value of overided quantity of the product. |
Numeric |
9 (18,0) |
|
|
|
|
OverrideRemarks |
Hold the value of overided remarks. |
VarWChar |
1000 |
|
|
|
Indexes
Index |
Description |
Primary |
Unique |
|
|
|
SQL
SET ANSI_NULLS ON SET QUOTED_IDENTIFIER ON CREATE TABLE [dbo].[InvImportForecast]( [ForecastId] [nvarchar](20) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [ForecastDate] [datetime] NOT NULL, [WarehouseId] [nvarchar](20) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [ProductCode] [nvarchar](20) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [Description] [nvarchar](200) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, [Quantity] [decimal](18, 0) NULL, [OverrideQuantity] [decimal](18, 0) NULL, [OverrideRemarks] [nvarchar](1000) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, CONSTRAINT [PK_InvImportForecast_1] PRIMARY KEY CLUSTERED ( [ForecastId] ASC, [ForecastDate] ASC, [WarehouseId] ASC, [ProductCode] ASC )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] ) ON [PRIMARY] |
See Also
© 2019 All Rights Reserved.
Send comments on this topic.