Contents

Introduction
Basic Concepts
Accounting
Advertisements and Catalogs
Shipping
Order Processing
Purchasing
Getting Started
Main Menu
Documentation
Customer Functions
Customer Lookup Screen
Customer Information Screen
Customer Contact Screen
Deduping and Deleting Customers
Order Functions
Order Entry
Order Review
Order Status Screen
Release Orders on Hold
Credit Card Processing
Order Processing Examples
Order Processing - Batch Mode
Order Processing - Single Order
Batch Order Making Utility
Club Membership Plan
Product Functions
Supplier Maintenance
Stock Maintenance - Overview
Rename Stock Number
Additional Stock Information Maintenance
Additional Supplier Information Maintenance
Purchasing Functions
Establish New Low Levels
Order Product
Review Purchase Orders
Record Delivery from Suppliers
Product's Purchasing Forecast
Inventory Recieving & Adjustment Functions
Purchase Order List
Adjust Inventory for Stock Item
Assemble Kits
Auto-Replenish Bins
Print Additional Stock ID Labels
Product Scan & Receive
AIM Import From An External File
AIM Export To An External File
Accounting Functions
Accounts Receivable Functions
Accounts Receivable Journal
Accounts Receivable Status Definitions
Applying Customer Credit
Applying Customer Payments
Applying Finance Charges
Accounts Payable Functions
Accounts Payable Journal
Paying Suppliers
Reconcile Received Merchandise With Supplier Invoices
General Accounting Functions
Credit Card Merchant Accounts
General Ledger Interface
Sales Tax Rates Maintenance
Close Year
Posting
Inventory Valuation Methods
System Setup Functions
Advertising Information
Catalogs
Media Source Codes
Customer Form Letters
Telemarketing Scripts
Order Type Code Maintenance
Standard Greetings Maintenance
Order Promotions Information
Accounting Information
Credit Card Merchant Accounts
General Ledger Interface
Sales Tax Rates Maintenance
Posting
Close Year
Inventory Valuation Methods
General System Parameters
Shipping Methods
System Security
Customer Information
Customer Type Code Maintenance
Customer Salutations Maintenance
Customer Honorifics Maintenance
Order Processing Forms
Master Pick Report
Pick Ticket
Packing Slip & Invoice w/ Label
Special Modules
Address Correction and Validation Module
Advanced Inventory Module
Advanced Warehouse Module
Amazon Order Management Module
Automatic Shipping Calculations Module
Contact Management Module
Database Purge Module
eCommerce Management Direct Feeds
Interactive Credit Card Authorization System
Import/Export Module
List Management Module
Miva Order Management Module
Multi-Company Controller Module
Point of Purchase Module
Product Manufacturing Module
Shared Inventory Module
ShopSite Order Management Module
SiteLINK e-Commerce Module
Subscription Management Module
Web Auction Management Module (WAMM)
X-Cart Order Management Module
Yahoo Order Management Module
Reports
Accounting Reports
A/P Aging Report
A/P Checks-to-Print Report
A/P Journal Activity Report
A/R Aging Report
A/R Journal Activity Report
Credit Card Merchant Deposit Report
Customer Deferred Balance Report
Inventory Cost Lots
Gift Certificates Activity Report
Lost Sales Report
Product Profit Report
Product Royalties Report
Sales Listing Report
Sales Tax Collection Report
Shipping Charges Report
Cashier's Drawer Daily Reconciliation Report
Customer Performance Report
Uncollected Balance Report
Advertising Reports
Catalog Square Inch Analysis Report
Downstream Analysis Report
Market Analysis Report
Order Promotions Activity Report
Product Within Source Key Profit Report
Response Curve Analysis Report
Selling Tools Activity Report
Source Key Profit Report
Inventory Reports
Auto Replenish Bin Report
Back Ordered Products Report
Bin Report
Detailed Back Ordered Kit Items Report
Inventory Journal Transactions
Inventory List
Product Low Level Notification List
Return Merchandise Authorization Detail Report
Item Exchange Report
Order Activity Reports
Daily Order Activity Report Section 1 (Orders Entered)
Daily Order Activity Report Section 2 (Invoices Generated)
Daily Order Activity Report Section 3 (Payment Received)
Warehouse Daily Activity Report
Feed Order Activity Report Sample
Performance Analysis Reports
Catalog Performance Analysis Report
Customer Performance Analysis Report
Product Performance Analysis Report
Source Key Performance Analysis Report
Data Dictionary
File Structure - A/R Journal
File Structure - Advertising Source Keys
File Structure - Composite Items
File Structure - Customers
File Structure - Invoices
File Structure - Import/Export
File Structure - Orders
File Structure - Order Line Items
File Structure - Stock Item Buy Price
File Structure - Stock Item Selling Price
File Structure - Stock Items
File Structure - Subscriptions
File Structure - Suppliers
File Structure - Telemarketing Entries
Data Dictionary - XL Edition
XL File Structure - A/R Journal
XL File Structure - Advertising Source Keys
XL File Structure - Composite Items
XL File Structure - Customers
XL File Structure - Invoice
XL File Structure - Order Line Items
XL File Structure - Orders
XL File Structure - Stock Item Buy Price
XL File Structure - Stock Item Selling Price
XL File Structure - Stock Items
XL File Structure - Subscriptions
XL File Structure - Suppliers
XL File Structure - Telemarketing Entries
XL File Structure - Import/Export
SiteLINK
SiteLINK 5.4
SiteLINK 5.4 Setup
SiteLINK 5.4 System Requirements
Creating Your Store
Uploading New Customer and Order Information to SiteLINK 5
Downloading Orders and Information Requests in MOM
Store Activity Reports
SiteLINK 5.0 Global Discount
Store Setting
Style Sheet
Maintain Store Text Pages
Generate Search Engine Product List
Account Info
SiteLINK Support Team for SiteLINK
Getting Help For SiteLINK 5.4
Setup In Mom
Product Options
SiteLINK Store Departments Maintenance
SiteLINK Store Specials Maintenance
Setting Up Product Information
Mom Maintenance
SiteLINK Preferences Maintenance
Setting Up Acknowledgement E-Mails
Setting Up the Import/Export Module for Use with SiteLINK
Setting Up Shipping Options for Shoppers
Setting Up Credit Card Options for Shoppers
Setting Up Advertising Source Codes for Hyperlinks
Setting Up Catalog Selection Options for Information Requests
SiteLINK 5.4 Store Publisher
SiteLINK 5.4 Store Publisher - Web Service Settings
SiteLINK 5.4 Store Publisher - Froogle Data Feed
SiteLINK 5.4 Store Publisher - SiteLINK
Download New Orders from SiteLINK
Demo Store Instructions
Section 1 - M.O.M. Setup
Section 2 - SiteLINK Setup

 
Home
MOM Helpers Online Help
Prev Page Next Page
 
 

File Structure - Orders

File Name: CMS

File Contents: Contains information for each order entered into the system. Each record in this file corresponds to a separate order.

Table Legend

The column headings in the table include the following.

  • Position - The ordinal position of the field in the table.

  • Field Name - The column name used in programming the information transferred. It serves to classify data kept in this field.

  • Type - Can be one of 6 types:

Char - Text type data

Text- a field with a large character limit.

Numeric - numbers

Int- a whole number

Datetime - a date

Bit- a logical   field. 0=False, 1=True

  • Character Length- For Character fields only. The maximum number of character that the field element can occupy.

  • Numeric Precision - For numeric fields only. The maximum length for a numeric value before the radix point.

  • Numeric Scale- For numeric fields only. The maximum length for a decimal value after the radix point.

  • Description of Field - A definition of the field's contents. RESERVED signifies for M.O.M. use only. FUTURE USE signifies that the field may be used in a future release. UK Only signifies a field used for the UK edition of M.O.M.

POSITION

FIELD NAME

TYPE

CHARACTER LENGTH

NUMERIC PRECISION

NUMERIC SCALE

DESCRIPTION

1

ORDERNO

Numeric

N/A

10

0

The order number.

2

CUSTNUM

Numeric

N/A

 

10

0

The billing customer number.

3

CL_KEY

Char

9

N/A

N/A

The source key for the order.

4

ODR_DATE

Datetime

N/A

23

3

The entry date of the order.

5

HOLD_TYPE

Char

1

N/A

N/A

Type of hold on order.

6

PERM_HOLD

Bit

N/A

1

0

Order is on permanent hold.

7

SYS_HOLD

Bit

N/A

1

0

M.O.M. has placed a hold on this order.

8

HOLD_DATE

Datetime

N/A

23

3

Order Hold. If a date is entered

9

REL_DATE

Datetime

N/A

23

3

Next release date of line items on hold.

10

CLEAR_DATE

Datetime

N/A

23

3

Check clearing date.

11

SHIP_DATE

Datetime

N/A

23

23

System assigned date to indicate

12

CCHECK

Char

1

N/A

N/A

Payment control field for check and credit

13

PAYMETHOD

Char

2

N/A

N/A

Method of payment.

14

CASHONLY

Bit

N/A

1

0

Designates COD cash only request.

15

CARDNUM

Char

60

N/A

N/A

Credit Card Number.

16

CARDTYPE

Char

2

N/A

P

Credit Card type.

17

EXP

Char

5

N/A

N/A

Credit card Expiration date - 'mm/yy'.

18

APPROVAL

Char

10

N/A

N/A

Last approval number for credit card.

19

CCCORR

Bit

1

N/A

N/A

RESERVED.

20

SHIPLIST

Char

3

N/A

N/A

Designated shipping method for order.

21

TAX

Numeric

N/A

9

2

Tax total on order.

22

SHIPPING

Numeric

N/A

8

2

Shipping total on order.

23

OTHERCOST

Numeric

N/A

8

2

Total Finance Charges on order.

24

CHECKAMOUN

Numeric

N/A

9

2

Total Payments made to date.

25

ORD_TOTAL

Numeric

N/A

9

2

Total amount of order including all merchandise.

26

CHARGED

Numeric

N/A

9

2

RESERVED.

27

CORRECTIN

Bit

N/A

1

0

RESERVED.

28

CORRECTLC

Char

1

N/A

N/A

RESERVED.

29

INVOICED

Bit

N/A

1

0

Set to True after first invoice

30

LASTINV

Char

1

N/A

N/A

Last Invoice Part Code

31

VCOUNT

Numeric

N/A

2

0

Total # of Credit card vouchers generated.

32

LABELED

Bit

N/A

1

0

RESERVED.

33

LABELS

Numeric

N/A

1

0

Number of extra Box labels to generate.

34

DLABELS

Numeric

N/A

2

0

RESERVED.

35

COMPLETED

Bit

N/A

1

0

Set to True only when an order

36

CAN_ORD

Bit

N/A

1

0

Set to True when an order is cancelled.

37

MULTISHIP

Bit

N/A

1

0

Set to True when a ship ahead

38

NINV

Numeric

N/A

9

2

Number of items invoiced.

39

NFILL

Numeric

N/A

9

2

Number of items in a filled state.

40

NPACK

Numeric

N/A

9

2

Number of items in a packed state.

41

NSHIP

Numeric

N/A

9

2

Number of items shipped.

42

NBOR

Numeric

N/A

9

2

Number of items back ordered.

43

VBOR

Numeric

N/A

9

2

Value (in $) of back ordered merchandise.

44

VDSB

Numeric

N/A

9

2

Value (in $) of drop shipped merchandise.

45

VITEMHOLDS

Numeric

N/A

9

2

Value (in $) of items on hold.

46

NALL

Numeric

N/A

9

2

Total number of items on the order.

47

NITEMHOLDS

Numeric

N/A

9

2

Number of items on hold.

48

EXTRA

Numeric

N/A

3

0

RESERVED.

49

SHIPNUM

Numeric

N/A

10

0

The shipping address customer number.

50

DORD

Numeric

N/A

9

2

Number of drop ship items ordered.

51

DBOR

Numeric

N/A

9

2

Number of drop ship items not yet

52

DFILL

Numeric

N/A

9

2

Number of drop ship items verified.

53

DPACK

Numeric

N/A

9

2

Number of drop ship items packed.

54

DSHIP

Numeric

N/A

9

2

Number of drop ship items shipped.

55

DALL

Numeric

N/A

9

2

Total number of drop ship items.

56

PROCSSD

Bit

N/A

1

0

RESERVED.

57

USERID

Char

3

N/A

N/A

Operator ID.

58

LAST_USER

Char

3

N/A

N/A

Last operator ID to access

59

EXTRA2

Char

3

N/A

N/A

RESERVED.

60

CHECKNUM

Char

20

N/A

N/A

Check Number which accompanied the

61

PREVORD

Numeric

N/A

8

0

The number of the previous order placed

62

CZONE

Char

3

N/A

N/A

System determined Zone.

63

C_TABLE

Char

1

N/A

N/A

System determined Cost Table.

64

PICKED

Bit

N/A

1

0

RESERVED.

65

VNTM

Numeric

N/A

9

2

Value (in $) of Tax Exempt merchandise.

66

SHIPTYPE

Char

1

N/A

N/A

Determines the type of shipping address.

67

NTAXRATE

Numeric

N/A

7

4

National Tax Rate.

68

STAXRATE

Numeric

N/A

7

4

State/Province Tax Rate.

69

CTAXRATE

Numeric

N/A

7

4

County Tax Rate.

70

ITAXRATE

Numeric

N/A

7

4

City Tax Rate.

71

TAXSHIP

Bit

N/A

1

0

Determines whether tax is charged on

72

DUE_DAYS

Numeric

N/A

3

0

RESERVED.

73

TB_MERCH

Numeric

N/A

10

2

Total $ of Billed Merchandise.

74

SALES_ID

Char

3

N/A

N/A

Salesperson ID code for this order.

75

TB_SHIP

Numeric

N/A

8

2

Total $ of Billed Shipping charges.

76

NOTYETUSED

Bit

N/A

1

0

RESERVED.

77

TB_TAX

Numeric

N/A

8

2

Total $ of Billed Taxes.

78

TB_NONTAX

Numeric

N/A

10

2

Total $ of Billed Non-Taxable Merchandise.

79

SHIPMODIFY

Bit

N/A

1

0

Set to Yes if shipping charges are modified

80

CATCODE

Char

6

N/A

N/A

The Catalog Code for this order.

81

NEEDWEIGHT

Bit

N/A

1

0

Used to determine if the order needs

82

TAXMODIFY

Bit

N/A

1

0

RESERVED.

83

ORDER_ST2

Char

2

N/A

N/A

RESERVED.

84

TELE_CODE

Numeric

N/A

1

0

Interest level for telemarketing call.

85

TELEDONE

Bit

N/A

1

0

Telemarketing call made for this order

86

OVERPAY

Numeric

N/A

10

2

$ amount of over payment.

87

ACC_STATE

Char

2

N/A

N/A

Accounting state of order.

88

NEXT_PAY

Numeric

N/A

10

2

$ amount of next payment.

89

TB_FINCHAR

Numeric

N/A

9

2

Total $ of billed finance charges.

90

ALT_ORDER

Char

25

N/A

N/A

An order id number that can be assigned.

91

NTAXSHIP

 

Bit

 

N/A

1

0

Designates shipping charges will not be taxed at the national level.

92

QUOTATION

Bit

N/A

1

0

Order is currently a quotation.

93

INTERNETID

Char

32

N/A

N/A

Order number assigned by SiteLINK.

94

POPENTRY

Bit

N/A

1

0

Designates a point of sale order.

95

CARDINLIST

Bit

N/A

1

0

Indicates credit card is in customer's card list..

96

DISCT_PCT

Numeric

N/A

4

1

RESERVED.

97

DISCT_DAYS

Numeric

N/A

3

0

RESERVED.

98

MULTIPAY

Bit

N/A

1

0

Order has multiple payment methods.

99

CC_CID

Char

4

N/A

N/A

RESERVED.

100

POINTS_USD

Numeric

N/A

8

0

Points used on order.

101

ORDERTYPE

Char

6

N/A

N/A

User defined order type.

102

PONUMBER

Char

17

N/A

N/A

Purchase order number.

103

CARDHOLDER

Char

30

N/A

N/A

RESERVED.

104

NEEDSCAN

Bit

N/A

1

0

Used to determine if order needs scanning

105

NEED_GC

Bit

N/A

1

0

RESERVED.

106

BILLED

Bit

N/A

1

0

Order has been billed.

107

R_MERCH

Numeric

N/A

10

2

Dollar amount of merchandise ready to bill.

108

R_TAX

Numeric

N/A

8

2

Dollar amount of taxes ready to bill.

109

NR_MERCH

Numeric

N/A

10

2

Dollar amount of merchandise not ready to bill.

110

NR_TAX

Numeric

N/A

8

2

Dollar amount of taxes not ready to bill.

111

P_MERCH

Numeric

N/A

10

2

Dollar amount of merchandise already packed.

112

P_TAX

Numeric

N/A

8

2

Dollar amount of taxes on packed merchandise.

113

P_SHIP

Numeric

N/A

8

2

Dollar amount of shipping on packed merchandise.

114

HOLDNOTE

Char

50

N/A

N/A

Notes for why order

115

SOLDNUM

Numeric

N/A

8

0

The sold-to customer number.

116

TPSHIPTYPE

Numeric

N/A

1

0

RESERVED.

117

TPSHIPWHAT

Char

1

N/A

N/A

RESERVED.

118

TPSHIPACCT

Char

14

N/A

N/A

RESERVED.

119

TPSHIPCC

Char

19

N/A

N/A

RESERVED.

120

TPSHIPEXP

Char

5

N/A

N/A

RESERVED.

121

ENTRYTIME

Datetime

N/A

23

3

Date and time order was created.

122

FREIGHTCOL

Bit

N/A

1

0

Freight collect flag for UPS 3rd Party Billing.

123

INTERNET

Bit

N/A

1

0

Indicates order was placed over the Internet

124

PROCSSBY

Char

3

N/A

N/A

User ID that processed the order.

125

CCINQ-REQ

Bit

N/A

1

0

Used by Authorize.net

126

REMOVECC

Bit

N/A

1

0

Indicates the credit card was removed from the customer's card list.

127

ITEM_ID

Numeric

N/A

12

0

Additional item added from order promotion.

128

NO_PROMO

Bit

N/A

1

0

Indicates if an order promotion has not been applied

129

PRIORITY

Char

1

N/A

N/A

Order Priority.

130

CHARGE_ALL

Bit

N/A

1

0

Charges entire order, includes backorder items.

131

ISSUE_NUM

Char

2

N/A

N/A

UK Only.

132

FRDATE

Char

5

N/A

N/A

UK Only.

133

ORDPROMO

Char

10

N/A

N/A

Order promotion code.

134

ORDERSET

Bit

N/A

1

0

RESERVED.

135

ROUTINGNUM

Char

30

N/A

N/A

Bank's Routing Number for eCheck Payment.

136

ACCOUNTNUM

Char

60

N/A

N/A

Account Number for eCheck Payment.

137

ACCTTYPE

Char

10

N/A

N/A

Account Type for eCheck Payment.

138

BANKNAME

Char

30

N/A

N/A

Bank's Name for eCheck Payment.

139

PAYPALID

Char

90

N/A

N/A

Paypal Account ID

140

ENCTYPE

Int

N/A

10

0

RESERVED.

141

PINENTRY

Bit

N/A

1

0

UK Only.

142

BADLABEL

Bit

N/A

1

0

For orders paid by Invoice, indicates the date the order will be due for payment.

143

HOLDCODE

Char

10

N/A

N/A

Order Hold Reason Code selected.

144

DUE_ONDATE

Datetime

N/A

23

3

For orders paid by Invoice, indicates the date the order will be due for payment.

145

URL_ID

Numeric

N/A

18

0

RESERVED.

Converted from CHM to HTML with chm2web Pro 2.85 (unicode)