web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Microsoft Dynamics RMS (Archived)

How does one enter a Carriage Return in the receipt Footer lines? I have a Wasp WRP8055 thermal printer.

(0) ShareShare
ReportReport
Posted on by 60

How does one enter a Carriage Return in the receipt Footer lines?  I have a Wasp WRP8055 thermal printer.

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Gerald Rothaus Profile Picture
    2,934 on at
    Re: How does one enter a Carriage Return in the receipt Footer lines? I have a Wasp WRP8055 thermal printer.

    And I don't think it will autowrap, but try it and see what happens. You can test it in the SO Manager without having to roll it out.

    -J

  • Suggested answer
    Gerald Rothaus Profile Picture
    2,934 on at
    Re: How does one enter a Carriage Return in the receipt Footer lines? I have a Wasp WRP8055 thermal printer.

    Well, it is xml (basically html), so it needs a closing tag (</row>). You can use a break (<br/>) but it might leave a space between rows. Don't forget that there is a limit to the receipt width - if it is a 40 column then 30 characters. You can however, add multiple rows to do what you need to. But do it like a programmer: do one step, test it, back it up, try the next! (if you ever see a programmer sitting in a corner crying you know why!).

    -Jerry

    jerry@jrdata.us

  • lotuswiz Profile Picture
    60 on at
    Re: How does one enter a Carriage Return in the receipt Footer lines? I have a Wasp WRP8055 thermal printer.

    Thank you Jerry.  And you are correct, I'm not a programmer.  But I can follow your code very easily.  Just a followup question.  If I put my footer paragraph within a single <ROW> line, will it auto wrap?  Or should I have multiple <ROW> statements to break up my lines?

  • Gerald Rothaus Profile Picture
    2,934 on at
    Re: How does one enter a Carriage Return in the receipt Footer lines? I have a Wasp WRP8055 thermal printer.

    Hi, Trent.

    Sure there is a customization guide, but it is obtuse and often confusing, especially to a layman.

    If you've written any POS integration I'm sure you would agree! People who come to this site usually aren't programmers and I just think they could use more focused help.

    Thanks,

    -Jerry

    jerry@jrdata.us

  • Trent Bourgois Profile Picture
    on at
    Re: How does one enter a Carriage Return in the receipt Footer lines? I have a Wasp WRP8055 thermal printer.

    Hello lotuswiz,

    Thank you for your questions.

    Thank you Gerald for your reply.

    We have a customization guide available on Customer Source:

    mbs.microsoft.com/.../rmscustomizationguide.htm guide

  • Suggested answer
    Gerald Rothaus Profile Picture
    2,934 on at
    Re: How does one enter a Carriage Return in the receipt Footer lines? I have a Wasp WRP8055 thermal printer.

    Sometimes you have to enter a character that is in the printer's language, like 'cr' or vbcrlf' or the ascii code Chr(13), or even <br/>.

    BUT You may not be able to as these lines are specific in the receipt layout, 'C:\Program Files\Microsoft Retail Management System\Store Operations\ReceiptTemplates\receipt.xml'. You may have to add a line there manually, open it in notepad.

    first create a text line at the top:

    (<SET name="FooterLine6" custom="true" description="Footer Line 1" type="vbString">  "Thank you for shopping" </SET>)

    and then go to 'SUB: PrintFooter' and add a new line like what is there,

    '<IF>

               <CONDITION> Len(FooterLine6) </CONDITION>

               <THEN>

                  <ROW> FooterLine6 </ROW>

               </THEN>

            </IF>'

    that should definitely do it. I think... Might take some piddling, though.

    -Jerry

    jerry@jrdata.us

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Mansi Soni – Community Spotlight

We are honored to recognize Mansi Soni as our August 2025 Community…

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics RMS (Archived)

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans