Browse Source

added db

master
barthiv73098 4 years ago
parent
commit
56d6b8ef0e
2 changed files with 7 additions and 0 deletions
  1. 5
    0
      application/db/inventory.crud.json
  2. 2
    0
      application/db/quitt.json

+ 5
- 0
application/db/inventory.crud.json View File

@@ -0,0 +1,5 @@
{ "item": "journal", "qty": 25, "size": { "h": 14, "w": 21, "uom": "cm" }, "status": "A" }
{ "item": "notebook", "qty": 50, "size": { "h": 8.5, "w": 11, "uom": "in" }, "status": "A" }
{ "item": "paper", "qty": 100, "size": { "h": 8.5, "w": 11, "uom": "in" }, "status": "D" }
{ "item": "planner", "qty": 75, "size": { "h": 22.85, "w": 30, "uom": "cm" }, "status": "D" }
{ "item": "postcard", "qty": 45, "size": { "h": 10, "w": 15.25, "uom": "cm" }, "status": "A" }

+ 2
- 0
application/db/quitt.json View File

@@ -0,0 +1,2 @@
{ "name":"koks", "amount":"36.74", "date":"03.12.2019", "description":"das war ganz schön deuer", "user":"peter89" }
{ "name":"brot", "amount":"3.99", "date":"01.12.2019", "description":"das war ganz schön legga", "user":"peter89" }

Loading…
Cancel
Save