Menu

Import catalogue

Bring Najd Kitchen’s menu over from a spreadsheet. The file is read in the browser and checked against what this brand already sells — you see every change before anything is written.

Drop the catalogue file here

A .csv exported from a spreadsheet, up to 2,000 rows

Columns the file needs

  • nameRequired — matched against existing items
  • name_arArabic name on the menu and receipt
  • categoryMust already exist in this brand
  • priceRequired — number, no currency sign
  • costOptional — drives the margin
  • availableyes / no
  • groupsOption group ids, separated by |

Categories in this brand: Starters, Main Dishes, Grills, Desserts, Drinks

Matching is by item name within this brand. A name that already exists is repriced, a new name is created, and nothing at another brand is touched. Back to the catalogue.