Order Entry (BIDE001B) (BIDE001C) (OEDE001A) (OEDE001B) (OEDE001C) (OEDE001E) (OEDE001F) (OEDE001I) (OEDE001J) (OEDE001M) (OEDE001N) (OEDE001O) (OEDE001P) (OEDE001Q) (OEDE001R)

Program Description

This program can be found on the Order Entry Data Entry menu (OE-1-1). The Order Entry program allows the user to create new orders by entry of line items. Orders are created for the shipping of supplies and other items. It is similar to the Invoice Entry program and the Credit Memo Entry program. This program is interfaced with the Accounts Receivable and Inventory modules.

 

Rev 15 Changes

 

Example: Invalid Branch #2 in Line Item Split

 

Example: Branch # 2 not between 1 and 255

 

 

 

Rev 14 Changes

Adding, Changing, Deleting, and Inserting programs (OEDE001A, OEDE001B, OEDE001C, OEDE001E, OEDE001F, OEDE00J, OEDE001O, OEDE001R)

  1. There was a stop that occurred occasionally when a serialized item was placed on a predefined kit and if the Machine Tracking Module was activated. This stop was Error In Index Files Or Index Parameters at line 4820 in program OEDE001Q. A change was required in the OEDE001A program to prevent this stop from occurring.

  2. A new field was added to the Order Line Item File (OELID). This field is the Commission Cost Field. With Revision 14, dealerships can store a Commission Cost in the Special Price File (CONTPD). If the item being ordered is a special price item from the Special Price File (CONTPD), the Commission Cost from the Special Price File will be written into Order Line Item File. If the item being ordered is not in the Special Price File, or the Commission Cost in the Special Price File for that item is zero, the Commission Cost from the Item File (ITEM) will be written into the Order Line Item File. On predefined kit line items and coupon line items, the special pricing file is not used, so the Commission Cost from the Item File (ITEM) will be written into the Order Line Item File. When the order is released, the Commission Cost will then write into the Invoice Line Item File (INVLID) and the Sales Analysis File (SALID). End Of Day Processing will then write the Commission Cost into the Sales History File (SHHIST.DT) from the Sales Analysis File (SALID). The Commission Cost field is not used for any of the existing Commission Reports. However, Dealerships can use this field to write custom Commission Reports with Application Manager.

  3. A new global option was added to the Order Entry Control File (Global Record number 1). This field is number 17 Print Meter Info In Order Entry If CN Meter Is Due (Y/N)). This will work in conjunction with field number 18 Number Of Days Past Sys Date For Meter Info In Order Entry. If the order is linked to a machine using service plan linkage, and a meter reading is entered, this feature will print information about the machines meter readings if the meter has not been billed yet and is pastdue, or if the meter reading is due within so many days. If this Global field is set to Y for yes, order entry will perform some extra checks after the serial number has been entered for service plan linkage, and a meter reading has been entered. If the machine is on a contract, and if the metered Y/N field in the Serial File is set to Y, and the copy due date of the contract is not 0, the program will swap to a new program called SDDE004O. This new program will do checks on the machine to see if a meter reading is past due, or if it is close to being due.

  4. This feature is the field that will use field number 18, Number Of Days Past Sys Date For Meter Info In Order Entry, in the Order Entry Control File, Global Record number 1. This number of days will be used to determine if a meter is close to being due. If the meter reading is due within this number of days from the system date, then a log will print indicating that the meter reading should be entered.

  5. If the current meter reading (from the Contract Line Item File CNLI.DT) of the machine is greater than 0, and if the current meter date is on or later than the copy due date of the contract, then if the current meter date is equal to or prior to the system date, or if it is within the number of days (field 18 in Order Entry Control File), then a log will print. This will indicate that the meter readings were entered, however the contract was not billed and should be billed.

  6. If the current meter reading (from the Contract Line Item File CNLI.DT) of the machine is 0, or if the Last Meter Date (in CNLI.DT) is before the Copy Due Date in the Contract Header File (CNHDR.DT), the program will check to see if the meter reading is past due or close to being due. It does this by checking to see if the Copy Due date is equal to or prior to the system date, or if it is within the number of days (field 18 in Order Entry Control File), the log will print. This will indicate that the meter reading is past due, or close to being due.

  7. If the meter is past due or close to being due, the operator will receive a message on the screen stating Meter Billing Past Due. Meter Due Date: xx/xx/xx Do You Wish To Print (Y/N). If the operator answers Y for yes, the program will ask the operator to select a printer and will print the log. If the operator answers N for no, the program will continue on with the Order Entry. The log that prints will contain the Item Number, Serial Number, Contract Number, Order Entry Meter Reading Date, the Order Entry Transaction Date, Current Meter Reading and Date. The Copy Due Date, Ship-To Customer Name, Ship-To Customer Number, and the Company number (all from the Contract Header File CNHDR.DT) will also print on the log.

  8. Since the same machine and meter reading could be entered on multiple lines on the order, the program will do this logic only on the first line item on the order, or when the serial number is entered (even If operator enters the same serial number as the default), or if the operator changes the meter reading. This will prevent the message from begin displayed on every line item on the order.

Example:

 

 

Sample log:

 

 

Read Security File For Cost Lockout (OEDE001R)

This program was created so that code could be taken out of the OEDE001A program. The 1A program was too large. This program will handle checking the Security Master File (SEMAS.DT) to see if the User has Cost Lockout set to Y for Yes, N for No or P for Partial. No operator changes were made.

 

File Updating Program (OEDE001F)

An enhancement has been added to Order Entry called Hold Status. There is a new global field in the Order Entry Control File (Global Record 1) that activates this feature. The field is field 14 Place Incoming Orders On Hold If AR Balance + Open Order Amount + Amount Of Order Is Greater Than AR Limit (Y'es,N'o,P'er). If this field is set to Y for yes or P for per order, when the operator ends out of entering an order in Order Entry, the program will compare the Bill-To Customer Numbers AR Balance plus dollar amount of open orders plus the dollar amount of the order that was just entered to see if it is greater than the AR Limit. If the customer is over the AR Limit, a message Customer Is Over Credit Limit. AR Balance = #####.## Open Order Amt = ######.## Credit Limit = ######.## will display. If the global option is set to Y for yes, the operator will be asked Order Will Be Put On Hold Status. Press Return To Continue. The operator must then press the return key and all of the normal files will be updated. However, the order will not be able to be printed unless printed specifically, and the order can not be released. If the global option is set to P for per order, the operator will be asked Do You Wish To Put The Order On Hold Status (Y/N). If the operator would like the order to be put on a hold status, they should enter Y for yes. A N for no should be entered if the order should not be put on a hold status.

 

Example:

 

 

See also:

 

Rev 13 Changes

 

 

Creating Purchase Orders From Order Entry

There are now two methods available when creating purchase orders from order entry, which are described below:

 

Method 1:

 

Method 2:

 

When task (port) 0 is chosen, the Batch POs will display and the user can select which one to work on:

 

 

Summary

 

By entering S at this prompt, the user can enter sale rep 1, sales rep 1 percentage, and sales rep 2. See sample screen below:

 

 

See also:

 

Rev 12 Documentation

 

 

Order Entry is found on the Order Entry Data Entry menu, 1-1. 

 

Internal changes were made to incorporate the file expansion of the Item and Serial File and Invoice Line Item and Invoice Header Files.

 

All of the price and cost fields in the Item File can have 4 digits after the decimal point.  This is useful for costs and prices for cabling and corona wire.  As an example the cost or price could be .0123 or 1.0123.  Because of this ability, the costs and prices always display with 4 numbers after the decimal point.  Extended price and cost is always rounded to two decimals.  This applies to all inputs of unit price and cost in the Invoice Entry program.  One exception is the Serial File cost.  This is only two decimals.  Details of the operation is found on pages 46 - 52 in the section on Invoice Entry.

 

Also changed is the expansion of the line number field from 2 to 3 characters.  Along with this change and the display of four decimals, the amount of characters displayed in the items description has been reduced from 17 to 14.  This is necessary because of space limitations on the screen.

 

Warehouse can now be any valid warehouse from 1 to 9999.  This includes adding, changing, delete/insert, kits and coupon invoices.

 

The ship to name and address can be changed per order.  This is accomplished by selecting the ship to name and address on the overrides screen, when creating the invoice header.  Each line of the original name and address will now remain on the screen as a default.  A carriage return will accept the default or the name or address can be overridden.  Any overrides only affect the current order.  Details of the operation is found on page 45 on the section on Invoice Entry.

 

An exempt status has been added to the customer credit alert feature.  Details of this is found on page 94.

 

The Model Association feature is available in Order Entry.  Operation is the same as that described for Invoice Entry.  See pages 64 - 89.


 

 

 

Introduction  (Contd)

 

An additional override field has been added.  This allows an additional chance to change the bill to customer number.

 

When an item is accessed in the change mode the list price from the Item File will always redisplay, even if the price has been overridden during the add.  If there is a contract price or quantity break or overall header discount, these are recalculated returning the price to the discounted price.

 

There is a feature during the entry of an item to enter INQ and view a brief inventory status inquiry.  From this inquiry, an option to enter the Stock Status Inquiry is now available.  This is the same Stock Status Inquiry that is available on the Inquiry menus.  After exiting the Stock Status Inquiry the item that was being entered is returned to and the entry of the item can continue if desired.  This is available in the add and change and delete/insert mode.  The INQ feature is not available on predefined or free flowing kits.

 

In Revision 12, multiple contract discounts for an item or product class can now be provided to a customer through the use of multiple buying groups, which are assigned to the customer in Customer File Maintenance.  When a customer is assigned to multiple buying groups and contract pricing is created for an item or product class, the system uses the lowest available value to price the item(s) on the customers order, invoice, service ticket, or credit memo.  Also, if a customer is assigned to multiple buying groups, the system looks at the effective dates of each contract discount.  If a contract discount is not effective, it is not used to price the item(s).  If the customer is not assigned to multiple buying groups, contract pricing remains unchanged.


 

 

 

Introduction  (Contd)

 

Many service contracts include supplies in the price of the service contract.  Thus when the customer orders the included supplies they are billed at no charge.  These items on the order can be linked to the machine that is on the contract.  When this linkage, called service plan linkage, is done the cost of the supplies are stored in the Sales History, Shhist.dt File.  This produces the cost for the Contract Profit and Loss report to analyze the profitability of the contracts.  The current meter reading can also be entered during the linkage of the consumable item to the machine. 

 

To further analyze the profitability of the contracts, when the customer orders the supplies there is a need to know how many copies have been made on the machine since the last time the supply was purchased and linked to the specific serial number.  Thus is the customer using more toner than what is covered under the current service contract. 

 

To achieve this, a copy yield can be stored in the Model Association Table.  The Model Association Table provides a linkage of the consumable items that are associated with the machines.  The Model Association Table can be accessed in Item File Maintenance or through the Inventory module, 3-8.  As an example, a case of a specific item of toner should last 25000 copies for a specific model number of a copier.  A Model Association Table is created for the copier.  The item number for the toner used on that copier is entered on the Model Association record for the copier.  On the toner item number the 25000 copies is stored as the copy yield for that model of copier.  Thus toner is the item that is associated with the machine and the copy yield of toner is stored for that machine item number.  Note the copy yield corresponds with the unit of measure for the consumable item and a quantity of 1. 


 

 

 

Introduction  (Contd)

 

When the item toner is entered on an order and it is linked to a specific machine a meter reading can be entered.  The serial number and meter reading is stored under the item toner in the Sales History File, Shhist.File.  When item toner is entered on another order and the item is linked to the same machine and a meter reading is input, the Model Association, Mat.dt File is searched for that machine item number assigned the consumable item with a defined copy yield.  If the item and associated item match and there is a defined copy yield found in the Model Association Table, the Sales History File is searched for that customer, serial # and item #.  If records are found the most current record found is used and a calculation is made.  The calculation made is to take the quantity sold in sales history times the copy yield plus the meter reading stored in that sales history record.  If the quantity sold is a broken pack the quantity times the copy yield is divided by the current pack multiple in the Item File.  This equals the estimated meter reading when the consumable item needs to be reordered.  The estimated reorder meter reading is than compared to the current meter reading being entered on the order.  If the current meter reading is less than the calculated estimated meter to reorder, a message appears to alert the operator.  The operator may than cancel entering the item, or continue the entry or view the sales history record that was used in the copy yield calculation.

 

This feature will only provide accurate information if accurate meter readings are entered during Order Entry and if the correct machines are linked to the consumable items.  If a customer has more than one machine that uses the same toner than it is highly unlikely that the toner usage on each individual machine can ever be gauged accurately.  Also if more than one item number is used for the toner used in the same machine, such as a substitute item, a Sales History record wont be found.

 

The copy yield comparison is done through the add, change and delete/insert mode during Order Entry.  It is not available during the entry of the items on a free flowing or predefined kit or coupon redemption.  It is also available in Order File Maintenance when adding, changing or delete/insert mode.


 

 

 

Enter Data 

 

Copy Yield Comparison

 

The feature is only activated if the item that is being ordered is linked to a machine and a meter reading is input.  A Model Association File must be found for the machine item number that is being linked to the consumable item.  Within this Model Association record, the consumable item must be stored as an associated item to the machine and have a defined copy yield.

 

After inputting the current meter reading, if the current meter reading is less than the calculated estimated meter to reorder, the following message displays.

 

Customer Should Not Need To Order This Item Until A Meter Reading Of     #####

Last Order Qty:    # Date:  MM/DD/YY Meter:     #####     Copy Yield:     #####

Do You Wish To Continue (Y'es, N'o, I'nquiry)

 

 OE Cust.No.  Cust.PO./Refer    Class   Date  Disc Terms  Tax1  Tax2 Slm Ord.No.

Hdr  5552222                      1   5/08/97        1      10    10  14 4940  

----- S o l d  T o --------------- S h i p  T o -------------------------------

MISSISSIPPI BOAT SERVICES    THE SLEEP INN MOTEL       S/Via                   

E. WISCONSIN ST.             54 HOWARD ST              From                    

P.O. BOX 345                 P.O. BOX 1235             Spec                    

PORTAGE          WI 539012222LA CROSSE        WI 546032222 A/R# 7856200 Co   1 

-------------- P.O. Required -------------------------- Order Entry ----Br   2 

 Ln Item No.          UM Description    Ord Avail  O/H Disc%     Price   Extend

  1 TONER             CT BLACK TONER      2   639  699         40.1234     80.25

Enter Serial Number, I'nquiry Or N'one BR85                                    

                                                                               

                                                                                

                                                                               

                                                                               

Customer Should Not Need To Order This Item Until A Meter Reading Of     28250 

Last Order Qty:    1 Date:  4/02/97 Meter:     22000     Copy Yield:     25000 

Do You Wish To Continue (Y'es, N'o, I'nquiry)

 

Entering a Y continues with the adding of the item to the order.  Entering an N for no cancels the adding of the item on the order.  During the change mode, entering an N for no cancels the change command.  Any other changes made on that item prior to reaching this prompt are not made.  The item remains on the order with the original inputted information.  Entering an N for no during the delete/insert mode cancels the adding of the item and the cursor returns to the Item No. prompt for re-entry of an item.


 

 

 

Enter Data  (Contd)

 

Customer Should Not Need To Order This Item Until A Meter Reading Of    #####

Last Order Qty:    # Date:  MM/DD/YY Meter: ##### Copy Yield:     ######

Do You Wish To Continue (Y'es, N'o, I'nquiry)

 

Entering an I produces a display of all of the Sales History records for the ordered item that are assigned to the customer and have the serial number stored.  Thus these are all off the sales history records of the ordered item that were linked to the serialized machine that is currently linked on the order.  The record that is used in the copy yield comparison is the first record that is displayed.  The cursor is at the following prompt.

 

Do You Wish To Continue  (Yes, No)

 

 OE Cust.No.  Cust.PO./Refer    Class   Date  Disc Terms  Tax1  Tax2 Slm Ord.No.

Hdr  5552222                      1   5/08/97        1      10    10  14 4940  

----- S o l d  T o --------------- S h i p  T o -------------------------------

MISSISSIPPI BOAT SERVICES    THE SLEEP INN MOTEL       S/Via                   

E. WISCONSIN ST.             54 HOWARD ST              From                     

P.O. BOX 345                 P.O. BOX 1235             Spec                    

PORTAGE          WI 539012222LA CROSSE        WI 546032222 A/R# 7856200 Co   1 

-------------- P.O. Required -------------------------- Order Entry ----Br   2 

Item: TONER              Machine Serial #: BR85                                

     Tran Date   Quantity   PM    Meter Rdg   Invoice No                       

                                                                               

      4/21/97         1      4        22000       94944  * Void *              

      4/02/97         1 BP   4        22000       94836                        

      3/28/97         1      4        22000       94818  * Void *              

      3/06/97         1      4        21000       94628                        

 

                                                                               

Display N'ext, Or E'nd: N

 

A Y for yes continues with the adding of the item.  Entering an N for no cancels the adding of the item on the order.  During the change mode, entering an N for no cancels the change command.  Any other changes made on that item prior to reaching this prompt are not made.  The item remains on the order with the original inputted information.  Entering an N for no during the delete/insert mode cancels the adding of the item and cursor returns to the Item No. prompt for re-entry of an item.

 

The information displayed, on the Sales History records includes the transaction or invoice date, the quantity sold, the current pack multiple from the Item File, the meter reading entered, and the invoice number.  A BP for broken pack displays if the record was sold as a broken pack quantity.  All records found in the Sales History File assigned to that customer for the item ordered and with the serial number stored in the record are displayed.  Voided records are not used.


 

 

 

Enter Data  (Contd)

 

The calculation for the estimated reorder meter is as follows.

 

Item was sold as a full pack.

 

(Quantity sold in Sales History, Shhist.dt, File X Copy Yield in Model Association, Mat.dt File) + Meter Reading in Sales History = Estimated Reorder Meter

 

Item was sold as a broken pack.

 

[Quantity sold in Sales History, Shhist.dt, File X (Copy Yield in Model Association, Mat.dt File)/Current Pack Multiple In Item File)] + Meter Reading in Sales History = Estimated Reorder Meter

 

As an example, a current meter reading is entered of 27000.  The quantity on the last sales history record is 1 EA as a broken pack was sold.  1 X the defined copy yield of 25000 = 25000/ PM of 4 = 6250.  6250 + Meter Reading From Sales History 22000 = 28250.  27000 is less than 28250 thus the message appears.

 

 OE Cust.No.  Cust.PO./Refer    Class   Date  Disc Terms  Tax1  Tax2 Slm Ord.No.

Hdr  5552222                      1   5/08/97        1      10    10  14 4940  

----- S o l d  T o --------------- S h i p  T o -------------------------------

MISSISSIPPI BOAT SERVICES    THE SLEEP INN MOTEL       S/Via                   

E. WISCONSIN ST.             54 HOWARD ST              From                    

P.O. BOX 345                 P.O. BOX 1235             Spec                    

PORTAGE          WI 539012222LA CROSSE        WI 546032222 A/R# 7856200 Co   1 

-------------- P.O. Required -------------------------- Order Entry ----Br   2 

 Ln Item No.          UM Description    Ord Avail  O/H Disc%     Price   Extend

  1 TONER             CT BLACK TONER      2   639  699         40.1234     80.25

Enter Serial Number, I'nquiry Or N'one BR85                                    

                                                                               

                                                                               

                                                                                

                                                                               

Customer Should Not Need To Order This Item Until A Meter Reading Of     28250 

Last Order Qty:    1 Date:  4/02/97 Meter:     22000     Copy Yield:     25000 

Do You Wish To Continue (Y'es, N'o, I'nquiry)


 

 

 

Enter Data  (Contd)

 

Contract Pricing

 

Multiple contract discounts can now be provided to a customer through the use of multiple buying groups, which are assigned to the customer in Customer File Maintenance found in Order File Maintenance, Billing File Maintenance, and Accounts Receivable File Maintenance.  Contract discount prices can be assigned to an individual item or product class(es) in the Contract Pricing File Maintenance program found in Billing File Maintenance.  This can be by price or percentage discount.  Contract discount prices can be specifically provided to the customer for an item or product class using the customer number or more generally provided by assigning the customer to one or more buying groups.  If the customer has an individual contract discount and a buying group contract discount, contract pricing remains unchanged.  The individual contract discount is used to price the item because it is customer-specific.  If the customer has an individual contract discount and more than one buying group contract discount, the system looks at the items list price and all of the contract discounts to find the lowest value to price the item.  If the customer has more than one buying group, the effective period of a contract discount can be determined by inputting a start and expiration date for the contract discount.  If the customer has only an individual contract discount and/or one buying groups, the start and expiration dates of the contract pricing is for informational purposes.

 

To assign a customer to multiple buying groups, see Customer File Maintenance, Adding A Customer on page 137 or Changing A Customer on page 139 in the File Maintenance section of the Billing section.

 

To create contract discount pricing for an item or product class, see Contract Pricing File Maintenance on page 166 in the File Maintenance section of the Billing section.

 

The order entry process in relation to contract pricing is similar to that described for invoice entry.  See Contract Pricing on page 55 in the Invoice Entry section of the Billing section for details.


 

 

 

Enter Data  (Contd)

 

INQ And Accessing Stock Status Inquiry

 

There is a feature during the entry of an item to enter INQ and view a brief inventory status inquiry.  From this inquiry, an option to enter the Stock Status Inquiry is now available.  This is the same Stock Status Inquiry that is available on the Inquiry menus.  After exiting the Stock Status Inquiry the item that was being entered is returned to and the entry of the item can continue if desired.  This is available in the add and change and delete/insert mode.  The INQ feature is not available on predefined or free flowing kits.

 

INQ

 

OE  Cust.No.  Cust.PO./Refer    Class   Date  Disc Terms  Tax1  Tax2 Slm Ord.No

Hdr  6666000                      1   3/28/97        1      10    10  14 4766 

----- S o l d  T o --------------- S h i p  T o -------------------------------

THE WORLD INC                THE WORLD INC             S/Via                  

3568 ROADE ST.               3568 ROADE ST.            From                   

P.O. BOX 86                  P.O. BOX 86               Spec SPEC INST         

LA CROSSE        WI 546014522LA CROSSE        WI 546014522 A/R# 6666000 Co   1

--------------P.O. Required----------------------------Order Entry------Br   2

Ln Item No.          UM Description     Ord Avail  O/H Disc%     Price   Extend

 1 TONER             CT BLACK TONER    INQ   -918  223         55.0000        

Warehouse   1              Portion Of Pack:          1                        

                                                                              

O/H     223 O/O     186 B/O       25 Alloc    1116 R/P      25 * Avail     -918

UMTD      3 UYTD      3 SYTD    108.12 CYTD    120.99 LCost    36.0000 PC  6525

Enter 'S' For Stock Status Inquiry, Or Press 'CR' To Continue

 

INQ is entered at the Ord prompt.  A brief summary displays.  The information is all from the warehouse the item was assigned to during the input.  The cursor is at the following prompt.

 

Enter 'S' For Stock Status Inquiry, Or Press 'CR' To Continue

 

A carriage return exits the Inventory Status inquiry and returns the cursor to the Ord prompt.  Entering an S accesses the Stock Status Inquiry.  The Stock Status Inquiry provides greater detail and access to other inquiries.


 

 

 

Enter Data  (Contd)

 

INQ And Accessing Stock Status Inquiry  (Contd)

 

Enter 'S' For Stock Status Inquiry, Or Press 'CR' To Continue

 

Enter S to access the Stock Status Inquiry.  Upon entry to Stock Status Inquiry the printer selection screen appears to select a printer to use if the Stock Status Inquiry is printed.  The item that is being input on the order automatically appears as the item in Stock Status Inquiry.

 

 3/28/97                      Stock Status Inquiry                        9:43

                                                                             

Item No.   TONER                                 D'etail Or S'ummary  S      

                                                                             

                                                                             

                                Enter 'END' To Return To Order Entry         

                                Notes:    ^ = Go Back 1 Space    / = Cancel

 

The cursor is at the Detail Or Summary prompt.  Operation within the Stock Status Inquiry is the same as when accessing the inquiry from the menu.  When you are ready to exit Stock Status Inquiry type in END at Item No. and the cursor returns to the Ord prompt of the item being entered.


 

 

 

Enter Data  (Contd)

 

Bill To Override Field

 

While creating the order header the cursor stops at the A/R #, Bill to customer number, prompt.  An additional override field has been added.  This allows another chance to change the bill to customer number.  The new override field is as follows.

 

16' Change AR Customer Number

 

 OE Cust.No.  Cust.PO./Refer    Class   Date  Disc Terms  Tax1  Tax2 Slm Ord.No

Hdr  6666000                      1   5/02/97        1      10    10  14      

----- S o l d  T o --------------- S h i p  T o -------------------------------

THE WORLD INC                THE WORLD INC             S/Via                  

                                                       From                   

P.O. BOX 86                  P.O. BOX 86               Spec  SPEC INST        

LA CROSSE        WI 546014522LA CROSSE        WI 546014522 A/R# 6666000 Co   1

-------------- P.O. Required -------------------------- Order Entry ----Br   2

  Fld   16         *** Please Enter Overrides ***                             

  E' End Of Overrides                                                          

   1' Shipping No/Sales Order No           14' Link To Svc Contract (Y/N/I)   

   2' Audit Total                          15' Create Custody Records (Y/N)   Y

   3' Ship To Address                      16' Change AR Customer Number       

   4' Ship Via                                                                

   5' Special Instruct                                                        

   6' Shipped From                                                            

   7' Terms Code                                                              

   8' Tax Code #1                                                             

   9' Tax Code #2                                                             

  10' City Tax Code   43                                                       

  11' Discount %(XX.X)                                                        

  12' Sales Rep                                                               

  13' Shipping Date(MMDDYY)

 

Selecting field 16 places the cursor at the A/R # prompt.  A carriage return leaves the displayed customer number.  The cursor returns to the Fld prompt.  Entering an invalid customer number produces the prompt Invalid Customer Number.  The cursor returns to the Fld prompt.  A valid customer may be entered.  Entering a customer number that is defined in the Customer, Custd File as a ship to customer number and not a bill to produces the prompt This Is Not A Bill-To Customer Number.  The number is accepted.  This is a warning to alert the operator that they are assigning Accounts Receivable to a ship to account.  The warning also appears when a ship to account is entered when the cursor stops at the A/R # prompt during the creation of the order header.

 

When the bill to customer number is changed the bill to address is automatically updated with the customers address from the Customer, Custd File.

 

 

 

 

Order Entry

Home