Phototicket uses a map file to map fields from an idealpos export.
A map file is a comma seperated values file consisting of two columns.
The first column contains a field name exported by idealpos and the second column contains the matching field name imported by Phototicket.
The first row specifies the fields that will be used as the unique identifier for each product.
The field names that Phototicket can import are:
The field names closely match the names in the Phototicket Product form:
Note that the Phototicket Display Name
is set to the same value as Name
when a product is first imported. On subsequent imports, the Display Name
is only updated if the Update Display Name
flag is set. This allows store staff to improve the product name for display on tickets, changing pkt to packet, for example, and not having those improvements overwritten on subsequent imports.
An example map file might look like this:
SCAN,barcode CODE,plu_sku DESC,name DESC2,extra_text PRICE1,normal_price
Utilities
> Export Data
> Stock items
.export stock items
form,Export
to Automatic Export Format
,Export Specific Fields by Range
values,Include Headers
is checked,Save Format
button.Setup
> POS Terminals
.pos terminals
form,Modify
button.pos terminals
form,Import / Export
tab.Automatic Export Settings
section,Export Folder
to C:\Users\Public\Documents\DPI
,Export Stock Items
to All Items
,Or every
x minutes
to 1
,Filename
to Export.csv
,Use Saved Automatic Export Format
is checked,File
> Preferences...
.Preferences
form,Application
tab.Startup
section,Refresh Data
to mapped-csv-file/Group Name/C:\Uses\Public\Documents\DPI\Export.csv/C:\Uses\Public\Documents\DPI\Map.csv/dmy/true
(where Group Name
is the case sensitive name of an existing group, dmy
is the date format, which could also be ymd
and true
instructs Phototicket to update the product Display Name
when the product Name
is updated),OK
button.