From 56d6b8ef0e4ecb1d4a218054ef0a2d31cae8ff35 Mon Sep 17 00:00:00 2001 From: barthiv73098 Date: Tue, 3 Dec 2019 13:14:06 +0100 Subject: [PATCH] added db --- application/db/inventory.crud.json | 5 +++++ application/db/quitt.json | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 application/db/inventory.crud.json create mode 100644 application/db/quitt.json diff --git a/application/db/inventory.crud.json b/application/db/inventory.crud.json new file mode 100644 index 0000000..3975af8 --- /dev/null +++ b/application/db/inventory.crud.json @@ -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" } diff --git a/application/db/quitt.json b/application/db/quitt.json new file mode 100644 index 0000000..18e4b9f --- /dev/null +++ b/application/db/quitt.json @@ -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" } \ No newline at end of file