From ARMS F&B v2.0.6 onwards you're able to import your Categories, Product Items, and Add-ons from a xml file.
Here's a sample XML file that you can download: ImportData.xml
Import From iOS Mail app
- On the iOS Mail app, open up the mail containing the xml file, long press on the file and choose ARMS F&B.
Import From Dropbox
- On your Dropbox > select the xml file > select on the export button > select Open In > select ARMS F&B.
ARMS F&B will launch after the steps above, you'll be prompted a message to ask if you want to add or update your Masterfile data, select Yes to import the data.
XML File Format
Data type details
Data Type | Description | Example Values (separated by comma(,)) |
---|---|---|
String | a string value which is able to contain alpha numeric | Abcd1234, Coffee, N1 Noodles |
Double | a numeric value which has decimal point | 2.34, 12,30, 9.00 |
Integer | a numeric value | 3, 5, 12, 100 |
Boolean | a true or false field. (1 = true, 0 = false) | 1, 0 |
String(Price or %) | a double value or a percentage value | 12.00, 2.50, 5%, 20% |
String|Double | a string value and a double value separated by | | Abcd1234|0.50, Small|-0.20, Medium|0.00, Large|0.50 |
Please note that you need to have 3 worksheets(in the name of Category, Addon, and Mapping) in your xml file
Worksheet: Category
This worksheet is to specify the Product Item and its corresponding Category and Subcategory.
Column Name | Data Type | Description |
---|---|---|
Category | String | Category Name |
SubCategory | String | Subcategory Name |
Name | String | Item Name |
Code | String | Item Code |
CostPrice | Double | Cost Price of the item |
SellingPrice | Double | Selling Price of the item |
TakeAwayPrice | String(Price or %) | Takeaway Price of the item. Note: Make sure this column is set to 'Text' or add a ' in front the value |
IsOpenPrice | Boolean | Define if this item is an open price item |
TaxIncluded | Boolean | Define if this item is Tax Included |
NoDiscount | Boolean | Define if this item allows discount |
Worksheet: Addon
This worksheet is to specify the Add-ons Item and its corresponding Add-on Group
Column Name | Data Type | Description |
---|---|---|
AddonGroup | String | Add-on Group name |
Name | String | Add-on Item name |
Price | String(Price or %) | Add-on Item price |
Type | Integer | Add-on Item type, the value is 0, 1, 2 (0 = On/Off, 1 = Multi Qty, 2 = Multi Selection) |
Selection | String|Double | (Optional) Only fill this up when Type is equal to 2 |
Worksheet: Mapping
This worksheet is to specify the relationship between Add-on Group and Category
Column Name | Data Type | Description |
---|---|---|
AddonGroup | String | Add-on Group name |
Category | String | Category name |