-
End-User | Products & SmartPOS
-
End-User | Stock Control
-
End-User | Table Service and Kitchen Operations
-
End-User | Pricing, Marketing, Promotions & Accounts
- Prize Promotions
- Points, Points Profiles and Loyalty
- Product Promotions
- Repricing & Discounts in SmartPOS
- Vouchers
- Account Till Functions
- Pricing, Price Numbers and Price Modes
- Raffles & Draws
- Marketing Reports
- Accounts and Account Profiles
- Rewards
- SmartPOS Account Functions
- Troubleshooting
- Product Labels
- Packing Slips
-
End-User | System Setup & Admin
-
End-User | Reporting, Data Analysis & Security
-
End-User | Membership & Scheduled Billing
-
End-User | Operators, Operator Permissions & Clocking
-
Interfaces | Data Send Interfaces
-
Interfaces | EFTPOS & Payments
- NZ EFTPOS Interfaces
- Linkly (Formerly PC-EFTPOS)
- Adyen
- Tyro
- ANZ BladePay
- Stripe
- Windcave (Formerly Payment Express)
- Albert EFTPOS
- Westpac Presto (Formerly Assembly Payments)
- Unicard
- Manager Cards External Payment
- Pocket Voucher
- OneTab
- Clipp
- eConnect-eConduit
- Verifone
- AXEPT
- DPS
- Liven
- Singapore eWallet
- Mercury Payments TRANSENTRY
- Ingenico
- Quest
- Oolio - wPay
-
Interfaces | SMS & Messaging
-
Interfaces | Product, Pricing, Marketing & Promotions
- Metcash Loyalty
- Range Servant
- ILG Pricebook & Promotions
- Oolio Order Manager Integration
- Ubiquiti
- Product Level Blocking
- BidFood Integration
- LMG
- Metcash/IBA E-Commerce Marketplace
- McWilliams
- Thirsty Camel Hump Club
- LMG Loyalty (Zen Global)
- Doshii Integration
- Impact Data
- Marsello
- IBA Data Import
- Materials Control
- Last Yard
- Bepoz Standard Transaction Import
-
Interfaces | Printing & KDS
-
Interfaces | Reservation & Bookings
-
Interfaces | Database, Reporting, ERP & BI
-
Interfaces | CALink, Accounts & Gaming
- EBET Interface
- Clubs Online Interface
- Konami Interface
- WIN Gaming Interface
- Aristocrat Interface
- Bally Interface
- WorldSmart's SmartRetail Loyalty
- Flexinet & Flexinet SP Interfaces
- Aura Interface
- MiClub Interface
- Max Gaming Interface
- Utopia Gaming Interface
- Compass Interface
- IGT & IGT Casino Interface
- MGT Gaming Interface
- System Express
- Aristocrat nConnect Interface
- GCS Interface
- Maxetag Interface
- Dacom 5000E Interface
- InnTouch Interface
- Generic & Misc. CALink
-
Interfaces | Miscellaneous Interfaces/Integrations
-
Interfaces | Property & Room Management
-
Interfaces | Online Ordering & Delivery
-
Interfaces | Purchasing, Accounting & Supplier Comms
-
SmartPOS | Mobile App
-
SmartPDE | SmartPDE 32
-
SmartPDE | Denso PDE
-
SmartPDE | SmartPDE Mobile App
-
MyPlace
-
MyPlace | myPLACE Lite
-
MyPlace | Backpanel User Guides
- Bepoz Price Promotions
- What's on, Events and tickets
- Staff
- System Settings | Operational Settings
- Vouchers & Gift Certificates
- Member Onboarding
- Members and memberships
- System Settings | System Setup
- Reports and Reporting
- Actions
- Offers | Promotions
- Messaging & Notifications
- System Settings | App Config
- Surveys
- Games
- User Feedback
- Stamp Cards
-
MyPlace | Integrations
-
MyPlace | FAQ's & How-2's
-
MyPlace | Release Notes
-
YourOrder
-
YourOrders | Backpanel User Guides
-
YourOrders | YourOrder Kiosk User Guide
-
YourOrders | Merchant App User Guide
-
WebAddons
-
Installation / System Setup Guides
- SmartPOS Mobile App | Setup
- SmartPOS Mobile App | SmartAPI Host Setup
- SmartPOS Mobile App | BackOffice Setup
- SmartPOS Mobile App | Pay@Table setup
- SmartKDS Setup 4.7.2.7 +
- SmartKDS Setup 4.6.x
- SQL Installations
- Server / BackOffice Installation
- New Database Creation
- Multivenue Setup & Config.
- SmartPOS
- SmartPDE
- Player Elite Interface | Rest API
- Interface Setups
- Import
- KDSLink
- Snapshots
- Custom Interface Setups
-
HOW-2
- Product Maintenance
- Sales and Transaction Reporting
- SmartPOS General
- Printing and Printing Profiles
- SQL
- Repricing & Discounts
- Stock Control
- Membership
- Accounts and Account Profiles
- Miscellaneous
- Scheduled Jobs Setups
- Backoffice General
- Purchasing and Receiving
- Database.exe
- EFTPOS
- System Setup
- Custom Support Tools
-
Troubleshooting
-
Hardware
1 | Product Labels Setup
This article provides a brief overview of Product Labels and how they are created and modified within BackOffice. The end-user is able to create Labels for Products and then Print them for a variety of purposes.
This article provides a brief overview of Product Labels and how they are created and modified within BackOffice.
The end-user is able to create Labels for Products and then Print them for a variety of purposes.
Prerequisites
N/A
Setting Up Product Labels
- Product labels are managed by Bepoz BackOffice or label magic
- The file name must start with the following for both formats
- LBLPRD_*.lbl
- LBLPRD_*.xml
- The existing label magic files will work but you will have to rename them as the above file name (the * represents the file name)
- In your drop down menu for labels, there will be a sample file for you to modify
How to Modify the XML
- Once you have opened product labels you will see a drop-down box on the top of the window you should see a sample label file in the drop-down box
- Select this file and then on the top of the product label window, there is an icon called tools
- Click tools then click edit Label layout
- The XML will open in notepad for editing
- You can only edit EPL and FGL XML files through the XML Editor
Sample XML File
Below is a EPL Sample
<?xml version="1.0" encoding="utf-8"?>
<cLabel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Units>mm</Units>
<EPL>1</EPL>
<PageWidth>105</PageWidth>
<LabelFields>
<cLabelField>
<FieldName>Image</FieldName>
<ImageID>0</ImageID>
<ImageSize>100%</ImageSize>
<ImageFilename>-enter file name path of image-</ImageFilename>
<Left>0</Left>
<Top>0</Top>
</cLabelField>
<cLabelField>
<FieldName>Box</FieldName>
<Top>25</Top>
<Left>1</Left>
<BoxWidth>80</BoxWidth>
<BoxHeight>11</BoxHeight>
<BoxLineWidth>0.2</BoxLineWidth>
</cLabelField>
<cLabelField>
<FieldName>PRODUCTNAME</FieldName>
<Left>3</Left>
<Top>26</Top>
<FontSize>5</FontSize>
</cLabelField>
<cLabelField>
<FieldName>SIZENAME</FieldName>
<Left>55</Left>
<Top>15</Top>
<FontSize>5</FontSize>
</cLabelField>
<cLabelField>
<FieldName>VOLUMEQTY</FieldName>
<Left>55</Left>
<Top>22</Top>
<FontSize>3</FontSize>
</cLabelField>
<cLabelField>
<FieldName>VOLUMETYPE</FieldName>
<Left>63</Left>
<Top>22</Top>
<FontSize>3</FontSize>
</cLabelField>
<cLabelField>
<FieldName>Barcode</FieldName>
<BarcodeType>1</BarcodeType>
<BarcodeNarrowBarWidth>2</BarcodeNarrowBarWidth>
<BarcodeHeight>20</BarcodeHeight>
<Left>0</Left>
<Top>45</Top>
</cLabelField>
<cLabelField>
<FieldName>NEWPRICE</FieldName>
<Left>60</Left>
<Top>64</Top>
<FontSize>5</FontSize>
</cLabelField>
<cLabelField>
<FieldName>Comment</FieldName>
<Comment>-SPECIAL-</Comment>
<Left>17</Left>
<Top>37</Top>
<FontSize>5</FontSize>
</cLabelField>
</LabelFields>
</cLabel>
|
- You will need to edit the image pathname and set the image id
- The image id is the image id in BackOffice
- If this is not set you will get Backoffice errors
- The Bepoz interfaces manual explains more on how to set the XML file up