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

Announcements

No record found.

News and Announcements icon
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

    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

  • Trent Bourgois Profile Picture
    Microsoft Employee on at

    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

  • Gerald Rothaus Profile Picture
    2,934 on at

    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

  • lotuswiz Profile Picture
    60 on at

    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?

  • Suggested answer
    Gerald Rothaus Profile Picture
    2,934 on at

    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

  • Suggested answer
    Gerald Rothaus Profile Picture
    2,934 on at

    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

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > 🔒一 Microsoft Dynamics RMS (Archived)

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans