Does anyone know how I can add a Customer Name to sales Receipt in POS 2009? I am trying to show the customer’s name on sales receipts. These customers are already in POS, I just want to have a name show. Have not had any luck finding this on the Partner site, nor any luck finding a list of variables that are used for POS, for that matter. Any help would be greatly appreciated.
*This post is locked for comments
Hello Itachi,
The receipt customization guide explains the code.
Customizing Receipts Guide for Microsoft Dynamics POS 2009
https://mbs.microsoft.com/fileexchange/?fileID=7621026d-6e03-471d-8394-6ddd64592a63
Let us know if you have any other questions.
Can you explain each of the items in this code please? Also, I don't have a Customer.ShipToID it's just Customer.ID
Hello Itachi,
I was able to get the receipt template to ignore the ShipTo address if the ShipTo address is the same as the customer's home address by modifying this line:
<CONDITION> Customer.ShipToID <> 0 </CONDITION>
To this:
<CONDITION> (Customer.ShipToID <> 0) & (Customer.ShipToAddress.StreetAddress <> Customer.HomeAddress.StreetAddress) </CONDITION>
Let us know if you have any other questions.
This was incredibly helpful but, now the boss says, "Well, what if they're different?" A simple if statement would fix this, yes? Or is there something else I should do to display the addresses when they're different?
Hello Itachi,
Thank you for your quesitons.
You could remove or modify the receipt template section that prints the ShipTo address:
For more information, see the Receipt Customization guide:
Customizing Receipts Guide for Microsoft Dynamics POS 2009
https://mbs.microsoft.com/fileexchange/?fileID=7621026d-6e03-471d-8394-6ddd64592a63
Let us know if you have any other questions.
I see what you did here and I did that but, it prints both the shipping and billing addresses. I just want it to print the billing address. How do I do that?
Hello RDD,
Thank you for your questions.
The Receipt Customization Guide for POS 2009 can be downloaded at the link below:
Customizing Receipts Guide for Microsoft Dynamics POS 2009
https://mbs.microsoft.com/fileexchange/?fileID=7621026d-6e03-471d-8394-6ddd64592a63
However, this capability is built into the default receipt. It is disabled by default. To display the customer's name on the reciept, set "Show Customer Address" to True.
1. Log into Point of Sale 2009
2. Switch to Manager Mode
3. Click on Settings | Register Settings | Receipt Formats
4. Double Click on your receipt template
5. Set the Attribute "Show Customer Address" value to True
Let us know if you have any other questions.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156