Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics RMS (Archived)

How to add company logo to sales receipt?

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi folks,

I see there is a "store logo" image option in Store Operations Administrator, File, Configuration, "Register" tab, but how do I add this store logo to the sales receipt?

If you can provide the XML code to add the store logo, I'd really appreciate it.

Thanks,

...Alex

*This post is locked for comments

  • Suggested answer
    Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: How to add company logo to sales receipt?

    Hi Javier,

    Thanks for your response.

    I ended up using XML entry below and logo prints everywhere :)

    <SET name="LogoHeader" custom="true" description="Logo Filename (Header)" type="vbString"> "C:\Imagen.bmp"  </SET>

    ...Alex

  • Verified answer
    Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: How to add company logo to sales receipt?

    First you need a monochromatic BMP if u are using OPOS printer no more than 20kb, that's the correct format for RMS.

    Check your XML layout if u have set name of logo manual,

    Or rename the default storelogo.bmp to bckstorelogo.bmp and then set your company logo to storelogo.bmp and see what happens. if doesn't print logo Check my first step, I used this site to convert my bmp's files.

    http://imagen.online-convert.com/es/convertir-a-bmp

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: How to add company logo to sales receipt?

    Hi Javier,

    Got it!

    ShowLogoHeader was set to false, I changed it to true and logo is displayed on the Journal, but it does not print on physical paper :(

    Also, I set the company logo (bitmap) on SOA, I exited out and run Z and ZZ from POS, but it still displays the default logo on the journal, what am I missing here? :(

    Thanks,

    ...Alex

  • Verified answer
    Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: How to add company logo to sales receipt?

    The XML code come include on default receipt format.

    set true ShowLogoHeader property on receipt format, then check the LogoHeader property you can set value here or select on your Register tab on SOA. Then check SUB PrintHeader if have include the option to print Logo.

    <SET name="ShowHeaderLogo" custom="true" description="Show Header Logo" type="vbBoolean">True</SET>

      <SET name="LogoHeader" custom="true" description="Logo Filename (Header)" type="vbString"> "C:\Imagen.bmp"  </SET>

    <!--

      =============================

      SUB: PrintHeader

      =============================

    -->

      <SUB name="PrintHeader">

         <!-- Print Header Logo -->

         <IF>

            <CONDITION> ShowHeaderLogo </CONDITION>

            <THEN>

               <PICTURE>

                  <FILENAME>  LogoHeader           </FILENAME>

                  <WIDTH>     PageWidth            </WIDTH>

                  <LEFT>      MarginLeft           </LEFT>

                  <HEIGHT>    0                    </HEIGHT>

               </PICTURE>

            </THEN>

         </IF>

         <!-- Print Store Information -->

         <TABLE>

            <BORDER>    tbNone            </BORDER>

            <COLUMNHEADER>

               <ALIGNMENT> "^"            </ALIGNMENT>

               <WIDTH>     PageWidth      </WIDTH>

            </COLUMNHEADER>

            <IF>

               <CONDITION> ShowStoreInfo </CONDITION>

               <THEN>

                  <ROW></ROW>

                  <IF><CONDITION> Len(Store.Name)     </CONDITION>

                     <THEN><ROW>    Store.Name        </ROW></THEN>

                  </IF>

                  <IF><CONDITION> Len(Store.Address1) </CONDITION>

                     <THEN><ROW>    Store.Address1    </ROW></THEN>

                  </IF>

                  <IF><CONDITION> Len(Store.Address2) </CONDITION>

                     <THEN><ROW>    Store.Address2    </ROW></THEN>

                  </IF>

                  <IF><CONDITION> Len(Store.CityStateZip)   </CONDITION>

                     <THEN><ROW>    Store.CityStateZip      </ROW></THEN>

                  </IF>

                  <IF><CONDITION> Len(Store.Phone)    </CONDITION>

                     <THEN><ROW>    Store.Phone       </ROW></THEN>

                  </IF>

                  <IF><CONDITION> Len(Store.Fax)      </CONDITION>

                     <THEN><ROW>    Store.Fax         </ROW></THEN>

                  </IF>

               </THEN>

            </IF>

            <ROW></ROW>

         </TABLE>

      </SUB>

      <!--

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Verified Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 230,503 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans