Shoppingmanager/english: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 87: Line 87:
====Import====
====Import====
Import always works on the current database. You can import items from a text file or from the clipboard. The requirement is that you have each item on a separate line like this:
Import always works on the current database. You can import items from a text file or from the clipboard. The requirement is that you have each item on a separate line like this:
  Apples;Fruit;shop2;Kilogram;1.99;2;Only the red ones;3;false;false;3;false
  Apples;Fruit;shop2;Kilogram;1.99;2;Only the red ones;3;false;false;3;false;1
  Mineral water;Drinks;shop1;Liter;0.49;6;;1;false;false;1;true
  Mineral water;Drinks;shop1;Liter;0.49;6;;1;false;false;1;true;1
  Oranges;Fruit;shop2;Kilogram;2.99;0;;3;false;false;4;false
  Oranges;Fruit;shop2;Kilogram;2.99;0;;3;false;false;4;false;1
  Red wine;Drinks;shop1;Liter;5.99;0;;2;false;false;2;false
  Red wine;Drinks;shop1;Liter;5.99;0;;2;false;false;2;false;1


The format is:
The format is:
  Name;categoryname;shopname;Unit;Price;Quantity;Note;Aisle;Tax1;Tax2;Priority;Coupon
  Name;CategoryName;ShopName;Unit;Price;Quantity;Note;Aisle;Tax1;Tax2;Priority;Coupon;StandardQuantity


You can import new items or update existing items with the Import functionality.
You can import new items or update existing items with the Import functionality.
1,504

edits

Navigation menu