Hi there. I'm new to MS POS, so I apologize if this is a silly question, but how do you get receipts/statements/etc. to include the customer's title when printing the customer's name? So that it says "Mr. Fred Smith" instead of just "Fred Smith" for example.
Thank you in advance for any help anyone can provide.
Didn't find your answer? Ask the community — no account required.
M
Matt
Mike,
You have to go into the report files and Receipt templates and change the code directly. If you're not familiar with the languages please contact an RMS reseller. They should be able to help you out.
Good luck, Matt
M
Mike Ripplinger
Hi, Matt,
Thanks for your quick reply. I'm a programer, so the XML in the receipt templates was not complete Greek to me. I also saw the list of POS variables that was published to this newsgroup a while back. However, I didn't see any variable on there for a customer's title/salutation. This piece of data is collected in the customer records, so you must be able to write it out to receipts somehow. Is there a place where you define what will be included in Customer.Name? So that I could change it to output "Title, FirstName, LastName" instead of just First Name and Last Name, for example?
Thank you!
Mike.
J
Jason Hunt
Customer.Title should work (it's in the list anyways)
M
Moe
Here's the list of customer stuff.
Customer.AccountBalance Self-explanatory
Customer.AccountNumber Self-explanatory
Customer.AccountOpened Self-explanatory
Customer.AssessFinanceCharges Self-explanatory
Customer.ChargeAccount Returns TRUE if the customer has a charge account.
Customer.Company Self-explanatory
Customer.CreditLimit Currency amount of credit limit for the customer.
Customer.CurrentDiscount Discount percentage defined for the customer.
Customer.CustomCaptionDate1 Self-explanatory
Customer.CustomCaptionDate2 Self-explanatory
Customer.CustomCaptionDate3 Self-explanatory
Customer.CustomCaptionDate4 Self-explanatory
Customer.CustomCaptionNumber1 Self-explanatory
Customer.CustomCaptionNumber2 Self-explanatory
Customer.CustomCaptionNumber3 Self-explanatory
Customer.CustomCaptionNumber4 Self-explanatory
Customer.CustomCaptionNumber5 Self-explanatory
Customer.CustomCaptionText1 Self-explanatory
Customer.CustomCaptionText2 Self-explanatory
Customer.CustomCaptionText3 Self-explanatory
Customer.CustomCaptionText4 Self-explanatory
Customer.CustomCaptionText5 Self-explanatory
Customer.CustomDate1 Self-explanatory
Customer.CustomDate2 Self-explanatory
Customer.CustomDate3 Self-explanatory
Customer.CustomDate4 Self-explanatory
Customer.CustomDate5 Self-explanatory
Customer.CustomNumber1 Self-explanatory
Customer.CustomNumber2 Self-explanatory
Customer.CustomNumber3 Self-explanatory
Customer.CustomNumber4 Self-explanatory
Customer.CustomNumber5 Self-explanatory
Customer.CustomText1 Self-explanatory
Customer.CustomText2 Self-explanatory
Customer.CustomText3 Self-explanatory
Customer.CustomText4 Self-explanatory
Customer.CustomText5 Self-explanatory
Customer.DaysoverDue Returns the maximum number of days overdue for any outstanding Account Receivable for the customer.
Customer.EmailAddress Self-explanatory
Customer.Employee Returns TRUE if the customer is an employee.
Customer.FirstName Self-explanatory
Customer.GlobalCustomer Returns TRUE if the customer is Global (only applies in an HQ environment).
Customer.ShiptoAddress.CityStateZip Returns "City, State Zip" on one text line for the customer's ship to address.
Customer.ShiptoAddress.Zipcity Returns "zip city" for this customer's ship to address.
Customer.TaxExempt Returns TRUE if this customer is exempt from taxes.
Customer.TaxNumber Self-explanatory
Customer.TotalSales Self-explanatory
Customer.TotalSavings Self-explanatory
Customer.TotalVisits Self-explanatory
Customer.AccountReceivable.Pay Returns TRUE if part of the payment is being applied to the A/R indicated by the KEY value.
Customer.AccountReceivable.OriginalDate Original date for the A/R indicated by the KEY value.
Customer.AccountReceivable.DueDate Due date for the A/R indicated by the KEY value.
Customer.AccountReceivable.ID ID in AccountReceivable table for the A/R indicated by the KEY value.
Customer.AccountReceivable.TransactionNumber Transaction Number for the A/R indicated by the KEY value when the A/R is a charge.
Customer.AccountReceivable.OriginalAmount Original amount for the A/R indicated by the KEY value.
Customer.AccountReceivable.Balance Current balance for the A/R indicated by the KEY value.
Customer.AccountReceivable.PreviousBalance Previous balance (before the current payment being applied) for the A/R indicated by the KEY value.
Customer.AccountReceivable.Payment Returns the amount of payment being applied to the A/R indicated by the KEY value.
Customer.AccountReceivable.Reference Returns the Transaction Number or Account Receivable ID for the A/R indicated by the KEY value prefixed with "DC -" for a Debit/Credit A/R, "TR - " for a transactional charge and "FC-" for a finance charge. Also includes store ID in the prefix for HQ environment.
Customer.AccountReceivables.TotalPayments Total payment being applied across all A/R's for this customer.
Customer.AccountReceivables.AppliedCredits Total existing credits being applied in this payment for the customer.
Mike Rippl> Hi, Matt,
However, I
customer's
Join the Discussion
Have something to add? Share your thoughts — no account required.
Didn't find your answer?
Ask the community — no account required
Report Content
You are reporting this content to the moderators. They will look at it
ASAP.