CfgDiscountGroupSetup Table

<< Click to Display Table of Contents >>

Navigation:  iVend Database Database > Tables >

CfgDiscountGroupSetup Table

Navigation: iVend Database Database > Tables >

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

iVend 6.6 Database Help

CfgDiscountGroupSetup Table

Collapse All Expand All

iVend Database Database : CfgDiscountGroupSetup Table

Description

Stores the Discount Group setup for the iVend

Properties

Creation Date

4/13/2015 12:00 PM

File Group

PRIMARY

Text File Group

 

System Object

dbimages_boolean-false

Published for Replication

dbimages_boolean-false

Rows

1

Data Space Used

8.00 KB

Index Space Used

8.00 KB

Columns

 

Column Name

Description

Datatype

Length

Allow Nulls

Default

Formula

Primary Key

DiscountGroupKey

Primary key

Integer

4

 

 

 

 

LineDiscountGroup

Specifies the Discount Group

Valid values are

Group1 =0

Group1 =1

Group1 =2

Group1 =3

Integer

4

 

 

 

 

SystemDiscountGroup

Specifies the Discount Group

Valid values are

Group1 =0

Group1 =1

Group1 =2

Group1 =3

Integer

4

 

 

 

 

CouponDiscountGroup

Specifies the Discount Group

Valid values are

Group1 =0

Group1 =1

Group1 =2

Group1 =3

Integer

4

 

 

 

 

PromotionDiscountGroup

Store the Discount Group applied on promotion

Integer

4

 

 

 

 

Group1Option

Specifies how discount should be calculated within Group 1

Valid values are

Sum = 1

Maximum =2

Integer

4

 

 

 

 

Group1Relation

Specify how Group 1 discount calculation is related with Group 2 discount.

Valid values are

Sum = 1

Maximum =2

Integer

4

 

 

 

 

Group2Option

Specifies how discount should be calculated within Group 2

Valid values are

Sum = 1

Maximum =2

Integer

4

 

 

 

 

Group2Relation

Specify how Group 2 discount calculation is related with Group 3 discount.

Valid values are

Sum = 1

Maximum =2

Integer

4

 

 

 

 

Group3Option

Specifies how discount should be calculated within Group 3

Valid values are

Sum = 1

Maximum =2

Integer

4

 

 

 

 

Group3Relation

Specify how Group 3 discount calculation is related with Group 4 discount.

Valid values are

Sum = 1

Maximum =2

Integer

4

 

 

 

 

Group4Option

Specifies how discount should be calculated within Group 4

Valid values are

Sum = 1

Maximum =2

Integer

4

 

 

 

 

Group4Relation

Default value is 2

Integer

4

 

 

 

Indexes

Index

Description

Primary

Unique

PK_RtlDiscountGroupSetup

 

dbimages_tick

dbimages_tick

SQL

SET ANSI_NULLS ON

SET QUOTED_IDENTIFIER ON

CREATE TABLE [dbo].[CfgDiscountGroupSetup](

[DiscountGroupKey] [int] NOT NULL,

[LineDiscountGroup] [int] NOT NULL,

[SystemDiscountGroup] [int] NOT NULL,

[CouponDiscountGroup] [int] NOT NULL,

[PromotionDiscountGroup] [int] NOT NULL,

[Group1Option] [int] NOT NULL,

[Group1Relation] [int] NOT NULL,

[Group2Option] [int] NOT NULL,

[Group2Relation] [int] NOT NULL,

[Group3Option] [int] NOT NULL,

[Group3Relation] [int] NOT NULL,

[Group4Option] [int] NOT NULL,

[Group4Relation] [int] NOT NULL,

CONSTRAINT [PK_RtlDiscountGroupSetup] PRIMARY KEY CLUSTERED

(

[DiscountGroupKey] 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

Related Objects

iVend Database Database

 

 


© 2019 All Rights Reserved.

Send comments on this topic.