💡 This function is an add-on. It is therefore only available if it is included in the scope of functions of your employee app.
With the additional feature of the employee card, we make it possible to display discount or employee cards for each user directly in the Flip app. Temporary (entrance) cards or individual vouchers can also be displayed here.
What is needed to store employee cards?
- Access to the employee card feature
Access data can be requested via the contact person at Flip. - CSV file
In order to display the employee or discount cards in Flip, a CSV file is required, which must contain the following fields:- The
external_id
, which is assigned when users are imported via our API or the internal Flipuser_id
. - A barcode
format
- The
barcode
as a number. We take the barcode display from the information in the CSV file.
- The
How does the CSV file need to be filled in?
CSV example:
external_id | user_id | format | barcode |
4555844 | CODE128 | 123456789012 | |
335666 | pharmacode | 456789012 |
A template of how the CSV file should be filled in can be found in the appendix of this post.
- External ID and/or User ID
The External ID is available when using the User and Group API.
If you don't use the API, you can find out the User ID of the users from the Excel file that you can download in your Admin Dashboard of the app.
❗️Caution! Please enter each in the external_id field. The user_id column should be left blank. - Barcode format
Possible barcode formats:
-
CODE128
CODE39
EAN13
,UPC
,EAN8
,EAN5
,EAN2
ITF14
MSI
,MSI10
,MSI11
,MSI1010
,MSI1110
pharmacode
codabar
How do I store employee cards in the app?
- Open the Employee Card page via the link you received from your contact person.
- Click on "Employee card" in the bar on the left.
- Select "Select file" and upload the completed CSV file.
Attention: A new CSV upload always overwrites all existing data. - Click on "Save settings".
- To create the menu item for the employee card in the app, store the displayed URL as an iFrame for a new menu item.
How to create a new menu item is explained here.
Attention!
A new CSV upload always overwrites all existing data. If barcodes are to be added for new users, add them to the current CSV file and upload it again.
- barcode_example.csv63 Bytes
Comments
0 comments
Please sign in to leave a comment.