Skip to main content

Notifications

Announcements

No record found.

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

  • Suggested answer
    Gerald Rothaus Profile Picture
    Gerald Rothaus 2,930 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
    Gerald Rothaus 2,930 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
    lotuswiz 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
    Gerald Rothaus 2,930 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

  • 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
    Gerald Rothaus 2,930 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

Congratulations 2024 Spotlight Honorees

Kudos to all of our 2024 community stars! 🎉

Meet the Top 10 leaders for December

Congratulations to our December super stars! 🥳

Start Your Super User Journey

Join the ranks of our community heros! 🦹

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,711 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,458 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans