| Understanding the Standard Receipt | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
How to customize the Retail Point of Sale standard receipt within GP Report Writer: What are Legends?
|
7/28/09
Using Dynamics GP Report Writer with the POS Standard Receipt
Can I configure POS to disallow a user to sell an item below the quantity available?
Dex.ini switch
Yes, you can--but only for users that have not been granted POS Manager Access. There's a Dex.ini switch available for this. Go to your Dex.ini file (typically located at the root of your Dynamics GP folder) and add the following line:
CompassPreventOverSell=TRUE.
Adding this line will prevent a non-manager user from tabbing past the quantity field on line items where the quantity sold is greater than the quantity available.
How to establish multiple dex.ini environments in Citrix or Terminal Services environment for GP.
| Create Multiple dex.ini for users logging into a Citrix or Terminal Services environment. |
| 1. On the Terminal Services or Citrix server create multiple dex.ini an place them in separate folders on the hard drive. 2. For each user's profile create a dynamics.exe shortcut with a target that points to their specific dex.ini. The target line in the shortcut should look something like this. C:\GP10\Dynamics.exe Dynamics.set C:\windows\dex.ini 3. When a user logs in under their profile they will use their specific shortcut to login to Dynamics GP. |
Are there any Retail Point of Sale features controlled by Dex.ini settings?
Question: Are there any Retail Point of Sale features controlled by Dex.ini settings?
Answer: Yes. The following is a list of Dex.ini switches that affect POS.
EditSalesperson=TRUE (makes the salesperson ID field editable in the Line Details window).
POSManualPromotions=TRUE (does not search for and apply promos automatically. Clerk must manually enter promotion ID).
CompassUseCustomerLookup=TRUE (the Great Plains customer lookup will open rather than the default POS mailist lookup window (new in version 8)).
CompassPreventOverSell=TRUE (Adding this line will prevent a non-POS-manager user from tabbing past the quantity field on line items where the quantity sold is greater than the quantity available).
NoPrintDialogs=TRUE (this will prohibit the print dialog from opening each time a receipt or report is submitted for printing. Stopping the print dialog expedites transaction processing, but once set, doesn't give the user a choice of where to print.)