customer display setup - sambaclub forum

29
SambaPOS 4 Customer Display Setup

Upload: others

Post on 22-Jun-2022

2 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Customer Display Setup - SambaClub Forum

SambaPOS 4

Customer Display Setup

Page 2: Customer Display Setup - SambaClub Forum

Printer Setup

Page 3: Customer Display Setup - SambaClub Forum

I used 3 Printer Templates (idle, closed, order). This controls what we display on the web browser

Page 4: Customer Display Setup - SambaClub Forum
Page 5: Customer Display Setup - SambaClub Forum
Page 6: Customer Display Setup - SambaClub Forum

<l><html><l><head><l><script src="live.js#html"></script><l></head><l><body><l><pre><center><font size="5">Total             $ {TICKET TOTAL}</font><l><center><div style="width: 90px;font‐size: 18px;position: absolute;right: 0;left: 0;background: red;color: #FFF;margin: auto;">ITEMS</div></center><l><div style="background: #EEE; width: 400px;padding: 0px 0px 15px 0px;font‐size: 12px;font‐family: calibri;">{ORDERS}<l></div><L>

<li><table width="360" border="0" style="margin‐top: ‐24px;border‐bottom: solid 1px #BBB;padding: 5px;font‐family: calibri;font‐weight: bold;">‐‐ <li>  <tr>‐‐ <li>    <td width="152"></td>‐‐ <li>    <td width="124">Sub‐Total</td>‐‐ <li>    <td width="62" style="text‐align:right">$ {PLAIN TOTAL}</td>‐‐ <li>  </tr>

‐‐ <li>  <tr>‐‐ <li>    <td width="152"></td>‐‐ <li>    <td width="124">Taxes</td>‐‐ <li>    <td width="62" style="text‐align:right">$ {TAX TOTAL}</td>‐‐ <li>  </tr>

<li>  <tr><li>    <td width="152"></td><li>    <td width="124">Amount Tendered</td><li>    <td width="62" style="text‐align:right">$ {TENDERED TOTAL}</td><li>  </tr>

Detailed code for “Screen Ticket – Order”

Page 7: Customer Display Setup - SambaClub Forum

<li>  <tr><li>    <td width="152"></td><li>    <td width="124">Change Due</td><li>    <td width="62" style="text‐align:right">$ {CHANGE TOTAL}</td><li>  </tr><li></table>

<C00>T H A N K   Y O U<l></center></pre><l></body><l></html>

[ORDERS]‐‐ Default format for orders<J00><li><table width="360" border="0" style="margin‐bottom: ‐50px; border‐top:solid1px #BBB; padding:5px"><li>  <tr><li>    <td width="30">{QUANTITY} x</td><li>    <td width="263">{NAME}</td><li>    <td width="83" style="text‐align:right">$ {TOTAL AMOUNT}</td><li>  </tr><li></table><l><div style="text‐align:left;">{ORDER TAGS}<l></div>

[ORDER TAGS]‐‐ Format for order tags<li><table width="360" border="0" style="margin‐left: 17px; font‐size: 13px;margin‐top: 19px;margin‐bottom: ‐36px;"><li>  <tr><li>    <td width="45"></td>

<li>    <td width="263">{ORDER TAG NAME}</td><li>    <td width="83" style="text‐align:right">{ORDER TAG PRICE}</td><li>  </tr><li></table>

Page 8: Customer Display Setup - SambaClub Forum

Print Job Setup

Page 9: Customer Display Setup - SambaClub Forum
Page 10: Customer Display Setup - SambaClub Forum
Page 11: Customer Display Setup - SambaClub Forum

Actions and Rules

Page 12: Customer Display Setup - SambaClub Forum
Page 13: Customer Display Setup - SambaClub Forum
Page 14: Customer Display Setup - SambaClub Forum
Page 15: Customer Display Setup - SambaClub Forum
Page 16: Customer Display Setup - SambaClub Forum
Page 17: Customer Display Setup - SambaClub Forum
Page 18: Customer Display Setup - SambaClub Forum
Page 19: Customer Display Setup - SambaClub Forum
Page 20: Customer Display Setup - SambaClub Forum
Page 21: Customer Display Setup - SambaClub Forum
Page 22: Customer Display Setup - SambaClub Forum
Page 23: Customer Display Setup - SambaClub Forum
Page 24: Customer Display Setup - SambaClub Forum
Page 25: Customer Display Setup - SambaClub Forum

Web Page Setup

1. Install IIS

2. Create a directory for your web page, I used C:\webScreen

3. Download live.js and save to C:\webScreen. 

4. Edit live.js and change interval = 1000 to interval = 50

5. If not installed, download and install Chrome ‐ DO NOT make Chrome the default browser.

6. Open Chrome and set http://localhost:9980 as the default page.

7. Move Chrome to the second screen and maximize. Then close Chrome. Windows will now 

open Chrome on the second screen by default.

8. Place the following files into the C:\webScreen

Page 26: Customer Display Setup - SambaClub Forum

Index.html

<html><frameset rows="15%,70%,15%" frameborder=0>

<frame src="top.html"><frameset cols="50%,50%">

<frame src="middleleft.html"><frame src="main.html">

</frameset><frame src="bottom.html">

</frameset> </html>

Page 27: Customer Display Setup - SambaClub Forum

<html><head><script src="live.js#html"></script>         </head>                                      <body> <center><font size="4"><B>For offers visit our web page:</B></font></center><center><font size="6"><B>www.speedyburritos‐tp.com</B></font></center></body></html>

Bottom.html

Page 28: Customer Display Setup - SambaClub Forum

<html><script type="text/javascript">var slideimages=new Array()function slideshowimages(){

for (i=0;i<slideshowimages.arguments.length;i++){slideimages[i]=new Image()slideimages[i].src=slideshowimages.arguments[i]

}}</script>

<center><img src="images/image1.jpg" name="slide" width=80% height=80% border=1></center><script type="text/javascript">

slideshowimages("images/image1.jpg","images/image2.jpg","images/image3.jpg","images/image4.jpg","images/image5.jpg")var slideshowspeed=3000var whichimage=0function slideit(){

if (!document.images)return

document.images.slide.src=slideimages[whichimage].srcif (whichimage<slideimages.length‐1)

whichimage++else

whichimage=0setTimeout("slideit()",slideshowspeed)

}slideit()</script></html>

MiddleLeft.html

Page 29: Customer Display Setup - SambaClub Forum

<html><head><script src="live.js#html"></script></head><body><center><font size="5"><B>Welcome to</B></font></center><center><font size="6"><B>Speedy Burritos Mexican Grill</B></font></center><center><font size="4">Call us at (708) 429‐4740 </font></center></body></html>

Top.html