💡 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 new employee card feature, each employee can display up to 10 discount or employee cards directly in the Flip app. Temporary entrance cards or individual vouchers can also be shown 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
barcodeas a number. We take the barcode display from the information in the CSV file. - The optional
descriptiondisplays a name for the barcode.
- The
How does the CSV file need to be filled in?
CSV example:
| external_id | user_id | format | barcode | description |
| 4555844 | CODE128 | 123456789012 | Card 1 | |
| 335666 | pharmacode | 456789012 | Card 2 |
A template for filling out the CSV file is available in the appendix of this article. If you need to create multiple employee cards for one employee, you can easily add several entries using the same external_id or user_id. You can create up to 10 employee cards for a single employee.
-
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:
-
CODE128CODE39-
EAN13,UPC,EAN8,EAN5,EAN2 ITF14-
MSI,MSI10,MSI11,MSI1010,MSI1110 pharmacodecodabar
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.csv82 Bytes