Shoppingmanager/english: Difference between revisions

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;1
  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;1
  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;1
  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;1
  Red wine;Drinks;Shop1;Liter;5.99;0;;2;false;false;2;false;1


The format is:
The format is:
1,504

edits