The Sales functional area is used to store all Customer data and record all Sales transactions. The main tasks performed include maintaining customer data, manage customer price lists, importing and/or entering Sales Orders, and receiving and applying customer payments. The Sales functional area integrates with the Financial, Fisherman Accounting, Inventory, Load Management, and Sales Program functional areas. The purpose of the Sales Preference Page is to configure how these features work. From here, users can set defaults, identify which features are used, and how the enabled features perform.
Software Version: 2019.09.03 and newer
Page Header
Toolbar Icons | Description |
---|---|
Excel | Clicking the Excel toolbar icon exports the current contents of the grid to an Excel file that is automatically downloaded. The contents that export are only those currently visible. If the grid is filtered, only the filtered contents will be exported. |
Favorites | Clicking on the star icon when it is an outline, adds the page to the 'My Shortcuts' tab and fills in the star. Clicking on the star icon when it is filled in (solid color), removes the page from the 'My Shortcuts' tab and returns the icon to an outline. Users must log out and back in before the pages will be visible in the 'My Shortcuts' tab. |
Grid Layout | Opens the Saved Grid Layout menu that allows the user to select another saved layout, create a new layout, save changes to a layout, or assign a saved layout as the default for the page. Once changes are made to a grid, such as columns are added or removed, the user can click the Saved Grid Layout icon and save the changes to the grid layout and name the new layout. The new layout can also be set as the default, instead of the System View. This is useful for creating specific views to separate master files or transaction types (i.e. Invoice specific vs. Credit Memo specific). The bolded view is the default view, which will determine the view will automatically display in when opened. |
Help | Opens the online WIKI help page for the current page. This icon is only visible on pages that are documented in the online help. |
Save | Saves all changes. |
Fields | Description |
Preference Name | Identifies the Preference that is being setup. |
Value | A text box or lookup to set the value of the preference. Preference values are always editable and can be changed at any time, unless otherwise specified. |
Preferences | Description |
Contract Defaults | |
Next Contract Number | Identifies the next Contract Number that will be auto assigned to new customer contracts. This is a text box that is required and defaults to 1000. If missing, the message "Next Contract Number is required" will be displayed on Save. When a new contract is added, the Contract Number is auto-assigned from this preference value and then the value is incremented by 1. This field is always enabled. Database Field: ERPx_MFSysPreferences.PreferenceName = "NextContractNumber" |
Credit Hold | |
When credit limits are exceeded | Identifies the how the system will react when a transaction exceeds a customer's credit limit. This is a single-select standard lookup that is required. It defaults to "Ignore" is always editable. The options include:
This lookup contains all the values in the SOCreditHoldOption Enumeration Class. Note: "When credit limits are exceeded" preference is set to "Place on Credit Hold" the preference "Default code for Credit Holds on Order" must be filled in otherwise a message “Default code for Credit Holds on Order is required.” will be displayed. Database Field: ERPx_MFSysPreferences.PreferenceName = "CreditLimitExceeded" |
Default code for Credit Holds on Order | Identifies the 'Hold Code' that will be automatically assigned to Orders when the Customer has exceeded their Credit Limit. This is a single-select standard lookup that is required when the 'When credit limits are exceeded' preference is set to "Place on Credit Hold". If missing and required, the message “Default code for Credit Holds on Order is required.” will be displayed on Save. This 'Hold Code' will only be applied if the 'When credit limits are exceeded' Preference is set to "Place on Credit Hold" and the transaction would put the Customer over their Credit Limit. This field is always editable. This lookup contains a list of all the Sales 'Hold Codes' with a 'Transaction Type' of "Order". Database Field: ERPx_MFSysPreferences.PreferenceName = "DefaultCreditHold" |
Default | |
Default Payment Receipt Checkbook | Identifies the default Checkbook for a Payment Receipt when the Checkbook assigned to the Customer is not in the Customer Currency or the Home Currency. This is a single-select stand lookup that is not required and defaults as blank. This field is always editable. The lookup contains a blank value, the current assigned value, and a list of all the 'Active' Checkbooks. Database Field: ERPx_MFSysPreferences.PreferenceName = "DefaultCustomerCheckbook" |
Default Shipping UOM | Identifies the unit of measure that the weight is stored in (Lbs, Kg, Oz, Ton, etc.) for Sales Order shipments. This is a single-select standard lookup that is required. It defaults to "Lbs" and is always editable. A UOM is a quantity used as a standard of measurement. It identifies how much makes up "1" of the measurement. Examples include Bag, Box, Each, Kg, Lb, ext. The lookup contains the current assigned value and a list of all 'Active' Weight UOMs. Database Field: ERPx_MFSysPreferences.PreferenceName = "DefaultShipUOM" |
Default Cash payment checkbook | Identifies the default Checkbook for a Cash payment received and entered on a Quick Sale transaction. This is a single-select standard lookup that is not required and defaults to blank. This field is always editable. The lookup contains a blank value, the current assigned value, and a list of all the 'Active' Checkbooks. Database Field: ERPx_MFSysPreferences.PreferenceName = "DefaultCashPaymentCheckbook" |
Default Check payment checkbook | Identifies the default Checkbook for a Check payment received and entered on a Quick Sale transaction. This is a single-select standard lookup that is not required and defaults to blank. This field is always editable. The lookup contains a blank value, the current assigned value, and a list of all the 'Active' Checkbooks. Database Field: ERPx_MFSysPreferences.PreferenceName = "DefaultCheckPaymentCheckbook" |
Default Credit Card payment checkbook | Identifies the default Checkbook for a Credit Card payment received and entered on a Quick Sale transaction. This is a single-select standard lookup that is not required and defaults to blank. This field is always editable. The lookup contains a blank value, the current assigned value, and a list of all the 'Active' Checkbooks. Database Field: ERPx_MFSysPreferences.PreferenceName = "DefaultCreditCardPaymentCheckbook" |
Financial | |
Record Sales Revenue in the GL net of Delivered Freight? | Identifies whether sales revenue is recorded in the GL net of delivered freight. This is a Yes/No lookup that is required. It defaults to "No" and is always editable. If set to "No", the journal entry to record the Delivered (Included) Freight on a Sales transaction will be calculated as follows:
If set to "Yes", the journal entry to record the Delivered (Included) Freight on a Sales transaction will include an additional entry to reduce the Sales revenue by the freight amount and put those dollars in a Freight Revenue account as follows:
Database Field: ERPx_MFSysPreferences.PreferenceName = "GLSalesRevenueNetDeliveredFreight" |
Integration | |
Are Transaction Numbers Managed By Host | A Yes/No lookup to determine whether or not transaction numbers are managed by NorthScope or by the host ERP/Accounting system. The value defaults to "No" and is a required field. This field is always enabled.
|
EDI Duplicate PO Number Hold Code | A single-select lookup to specify the EDI duplicate PO number hold code for integrated transactions. This defaults to blank and is not required. This field is always editable. This lookup contains all the values in the SOHoldType Enumeration Class. |
EDI Duplicate PO Number Notification List | A text box to specify the the EDI duplicate PO Number notification list for integrated transactions. This defaults to blank and is not required. This field is always editable. |
Build Batches By | A single-select lookup to determine how batches are built in the host ERP/Accounting system when transactions are integrated. This defaults to 'Transaction Status' and is required. This field is always editable. The available options are:
This lookup contains all the values in the SOBatchPreference Enumeration Class. Note: “Ready to Post” is displayed as “RTP” in the host system batch name. |
Item Allocation | |
Stop over allocating for lot tracked items based on | A single-select lookup to determine whether or not you allow Lots to be over-allocated when the item is lot tracked. This defaults to "Do Not Evaluate" and is required. This field is always editable.
If an item’s ‘Manage Items By’ property is set to “Units Only” OR “Both”, NorthScope bases the over allocation validation on Units. If the item’s ‘Manage Items By’ property is set to “Weight”, NorthScope bases the over allocation validation on Weight. This lookup contains all the values in the MFNegativeInventoryLevel Enumeration Class. Note: If Sales Order allocation preferences are set to either “Available Only” or “Available and On Hand” and a Sales order has been allocated prior to a user updating the Inventory “Negative Available Balances” property, it is possible to draw the lots negative. |
Stop over allocating for non lot tracked items based on | A single-select lookup to determine whether or not you allow Lots to be over-allocated when the item is not lot tracked. This defaults to "Do Not Evaluate" and is required. This field is always editable.
If an item’s ‘Manage Items By’ property is set to “Units Only” OR “Both”, NorthScope bases the over allocation validation on Units. If the item’s ‘Manage Items By’ property is set to “Weight”, NorthScope bases the over allocation validation on Weight. This lookup contains all the values in the MFNegativeInventoryLevel Enumeration Class. Note: If Sales Order allocation preferences are set to either “Available Only” or “Available and On Hand” and a Sales order has been allocated prior to a user updating the Inventory “Negative Available Balances” property, it is possible to draw the lots negative. |
Can you ship more than the ordered quantity for a non-substitute order item? | A single-select lookup to specify whether or not you allow over allocation. This defaults to 'No' and is always required. This field is always editable.
If an item’s ‘Manage Items By’ property is set to “Units Only” OR “Both”, NorthScope bases the over allocation validation on Units. If the item’s ‘Manage Items By’ property is set to “Weight”, NorthScope bases the over allocation validation on Weight. This preference applies to Orders, Invoices, Price Adjustments, and Returns. This lookup contains all the values in the YesNoWarnValue Enumeration Class. |
Auto Allocate by? | A single-select lookup to determine how NorthScope will auto-allocate Lots for sales order allocation. This defaults to 'Date Produced' and is required. This field is always editable. The available options are:
This lookup contains all the values in the SOAutoAllocatePriority Enumeration Class. |
Update Allocated from Ordered for non-Lot Tracked Items shipping from non-Whse Lot Sites | This preference determines whether or not allocated quantities for non-lot tracked items will automatically stay in sync with the ordered quantities on Sales Orders and Invoices. The value defaults to "No" and is required. This field is always editable.
|
Item Favorites | |
Default Item Favorites Level | A single-select lookup to specify the default value for the ‘Use Favorites for’ field on the Customer Master File. This defaults to 'Customer' and is required. This field is always editable.
Note: The most typical setting is "Address" since it provides the most granular level of detail. |
Add Item Favorites Ordered X Times | A text box to specify how many times the item needs to be ordered before it gets added to the list of Item Favorites. This must be a positive, whole number and is required. If not assigned, the message "Add Item Favorites Ordered X Times is required" will be displayed on Save. This field is always editable. If it is set to 3, the Customer or Address would have to order the item at least 3 times before it will get auto-added to their list of Item Favorites. The purpose of this is provide a way to ensure the most typically ordered items are added to the Item Favorites and not items that may have been accidentally ordered or that are seldom ordered. Note: This preference is one of the two preferences that determine how items are automatically added to the list of Item Favorites. This preference works in conjunction with the Preference "Auto-add Item Favorites ordered in X days". |
Add Item Favorites Ordered in X Days | A text box to specify the time interval used to auto-add items to the list of Item Favorites. This must be a positive, whole number and is required. If not assigned, the message "Add Item Favorites Ordered in X Days is required" will be displayed on Save. This field is always editable. If it is set to 90, the Customer or Address would have to have ordered the item within the past 90 days for it to be auto-added to their list of Item Favorites. The purpose of this is provide a way to ensure that only the most typically ordered items are added to the item favorites and not items that may have been ordered a long time ago and are not currently being ordered. Note: This preference is one of the two preferences that determine how items are automatically added to the list of Item Favorites. This preference works in conjunction with the Preference "Auto-add Item Favorites ordered X times". |
Auto Remove Item Favorites | A Yes/No lookup to identify whether or not Item Favorites are removed if they no longer meet the criteria that auto-adds them. This value defaults to "No" and is required. This field is always editable.
Note: The most typical setting is "Yes" since it keeps the Item Favorite list the most accurate. |
Order / Invoice Approval | |
Require a printed BOL for all shipped Orders | This preference determines whether or not a printed Bill of Lading is required before an Order or Invoice can have their status change to "Approved". This value defaults to "No" and is required. This field is always editable.
Note: This should be set to ‘No’ unless you require a printed BOL for all Orders and Invoices. |
Allow items with a zero price | A single-select lookup to specify whether or not Orders, Invoices, Price Adjustments, and Returns can be Approved if there are one or more line items with a zero price. The purpose of this preference is to prevent transactions that are missing prices from being set to a status of Approved. This defaults to "Yes" and is required. This field is always editable.
This lookup contains all the values in the YesNoWarnValue Enumeration Class. Note: The most typical setting is "Warn". For companies that ship a lot of “Samples” with no prices they may set this to ‘Yes’. |
Order Save | |
Do Sales Orders Require a Carrier | A Yes/No lookup to identify whether sales orders and invoices require a carrier. This value defaults to "No" and is required. This field is always editable.
|
Price Adjustment Approval | |
Require a Note for all Price Adjustment Lots | A Yes/No lookup to specify whether or not to allow blank lot notes when moving the status to Approved on a Price Adjustment transaction. This value defaults to "No" and is required. This field is always editable.
|
Require a Reason Code for all Price Adjustment Lots | A Yes/No lookup to specify whether or not to allow a blank Reason Code on a Price Adjustment transaction when moving the status to Approved. This value defaults to "No" and is required. This field is always editable.
|
Price List | |
Require Item Price End Date | A Yes/No lookup to specify whether or not an End Date is required for each item on a price list. This value defaults to "No" and is required. This field is always editable.
|
Allow Price Variances | A single-select lookup to specify whether or not users can override item prices on Orders, Invoices, Price Adjustments, and Returns that comes from a Price List. This defaults to 'Yes' and is required. This field is always editable.
This lookup contains all the values in the YesNoWarnValue Enumeration Class. Note: If the sales item is not on an assigned price list, then this preference does not apply. |
Default Customer Quick Sale Price List | A single select lookup to specify which Quick Sale Price List should be defaulted when the 'Sold To' field is populated on a new Quick Sale transaction. This defaults to blank is not required. This field is always editable. This lookup contains all the values set up on the Price Lists List View where Price List Class = "Quick Sale". |
Acceptable price variance below Price List price (%) | A text box to specify the percent limit that manually entered prices can vary below the price list price if prices variances are allowed. This must be a whole number between 0 and 1000 and is required. If not assigned, the message "Acceptable price variance below Price List price (%)is required" will be displayed on Save. If not between 0 and 1000, the message "Acceptable price variance below Price List price (%) must be between 0 and 1000" will be displayed on Save. This field is always editable. |
Acceptable price variance above Price List price (%) | A text box to specify the percent limit that manually entered prices can vary above the price list price if prices variances are allowed. This must be a whole number between 0 and 1000 and is required. If not assigned, the message "Acceptable price variance above Price List price (%)is required" will be displayed on Save. If not between 0 and 1000, the message "Acceptable price variance above Price List price (%) must be between 0 and 1000" will be displayed on Save. This field is always editable. |
Date used for calculating Price List Prices | A single-select lookup to specify which date field on sales transactions will be used for calculating prices from price list price effective dates. This defaults to 'Order Date' and is required. This field is always editable.
This lookup contains all the values in the MFPriceListDate Enumeration Class. Note: If the preference is set to Order Date and the Order Date is before the price's start date, then the price will not default. If the Order Date is after the price's end date, then the price will not default. The same is true for Ship By dates. |
Return Approval | |
Require a Reason Code for all Returned Lots | A Yes/No lookup to specify whether or not a reason code is required for each returned lot. This value defaults to "No" and is required. This field is always editable.
|
Require a Note for all Returned Lots | A Yes/No lookup to specify whether or not a note is required for each returned lot. This value defaults to "No" and is required. This field is always editable.
|
Sales Defaults | |
Default Employee Sale Payroll Deduction Code | A single-select lookup to specify the default Payroll Deduction that will be used for Employee Sales. This defaults to blank is not required. This field is always editable. The lookup contains all the payroll deductions from the host system that are identified as 'Available to Employee Sales'. This value is required on an Employee Sale. |
Sales Tax | |
Enable Sales Tax on Employee Sales | A Yes/No lookup to identify whether or not Quick Sales (to Employees) support charging Sales Tax. The value defaults to "No" but can be changed at anytime.
|
Enable Sales Tax on Customer Sales | A Yes/No lookup to identify whether or not Quick Sales (to Customers) support charging Sales Tax. The value defaults to "No" but can be changed at anytime.
|
Transaction | |
Default Carrier | A single-select lookup to specify a default Carrier to be used on Orders, Invoices, Price Adjustments, and Returns when the customer address does not have a default Carrier already identified. This defaults to blank and is not required. If left blank, then the Carrier will default from the address you select and if there is no default on the address the user will need to enter it when creating a new transaction. If a Carrier is specified, then it will become the default Carrier on any Order or Invoice where the customer address does not have a default Carrier assigned. This field is always editable. This lookup contains a list of all the active Carriers set up in the Carrier Master File. |
Allow Duplicate PO Numbers | A single-select lookup to specify whether or not to allow new Orders, Invoices, Price Adjustments, and Returns to use PO numbers that have already been used by the customer. This defaults to 'Warn' and is required. This field is always editable.
This lookup contains all the values in the YesNoWarnValue Enumeration Class. |
Default Transaction Class for New Orders | A single select lookup to specify the Transaction Class that should be defaulted for new sales orders. This defaults to blank and is not required. This field is always editable. This lookup contains all the values set up in the Transaction Class LV where Transaction Type = "Order". |