From 30447bcf702cac3d98dcf50d21ba17dcb7938623 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 27 Dec 2016 19:34:39 +0100 Subject: [PATCH] New stubs for demo user. --- resources/stubs/demo-configuration.json | 37 +++++++++++++++++++++++++ resources/stubs/demo-import.csv | 24 ++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 resources/stubs/demo-configuration.json create mode 100644 resources/stubs/demo-import.csv diff --git a/resources/stubs/demo-configuration.json b/resources/stubs/demo-configuration.json new file mode 100644 index 0000000000..c69c8bfe71 --- /dev/null +++ b/resources/stubs/demo-configuration.json @@ -0,0 +1,37 @@ +{ + "has-headers": true, + "date-format": "Y-m-d", + "delimiter": ",", + "import-account": 1, + "specifics": [], + "column-count": 7, + "column-roles": [ + "account-iban", + "opposing-name", + "amount", + "date-transaction", + "description", + "category-name", + "budget-name" + ], + "column-do-mapping": [ + true, + true, + false, + false, + false, + false, + false + ], + "column-roles-complete": false, + "column-mapping-config": { + "0": { + "NL11XOLA6707795988": 1, + "NL81RCQZ7160379858": 3 + }, + "1": [], + "5": [], + "6": [] + }, + "column-mapping-complete": false +} \ No newline at end of file diff --git a/resources/stubs/demo-import.csv b/resources/stubs/demo-import.csv new file mode 100644 index 0000000000..08aa67f0cb --- /dev/null +++ b/resources/stubs/demo-import.csv @@ -0,0 +1,24 @@ +from-account,to-account,amount,date,description,category,budget +NL11XOLA6707795988,Adobe,120.00,2016-10-10,Money back from internet subscription,Reimbursements, +NL11XOLA6707795988,KPN Phone Provider,180.00,2016-11-11,Discount from new service subscription,Reimbursements, +NL81RCQZ7160379858,Taxes and Revenues Government service,200.00,2016-12-12,Tax break for 2016,Reimbursements, +NL11XOLA6707795988,Alibaba,-15.00,2016-02-12,Bought some weird Chinese stuff,Internet +NL11XOLA6707795988,amazon.com,-110.00,2016-02-24,Bought some books,Internet +NL11XOLA6707795988,Baker Bob,-3.40,2016-03-11,Bread,Daily Groceries,Groceries +NL11XOLA6707795988,Buy and Large,-45.00,2016-03-22,Car parts,Car,Car +NL11XOLA6707795988,Halfords Car Parts,-20.00,2016-04-10,Oil for car,Car,Car +NL11XOLA6707795988,iCentre Mac Store,-34.00,2016-04-20,Apple brand batteries for Magic Mouse,Electronics +NL11XOLA6707795988,Jumper Pet Food Store,-30.00,2016-05-09,Expensive pet food,Cats +NL11XOLA6707795988,McDonalds,-8.00,2016-05-18,McBurger with fries,Junk food,Groceries +NL11XOLA6707795988,Student Loan Organization,-200.00,2016-06-08,Paid back first part of one million of student loans,Student loans,Bills +NL11XOLA6707795988,SuperMarket,-14.90,2016-06-16,Did some groceries,Daily groceries,Groceries +NL11XOLA6707795988,XS4All ISP,-50.00,2016-07-07,Forgot a bill,Internet,Bills +NL11XOLA6707795988,Cafe Central,-34.23,2016-07-14,Drinks with friends,Drinks +NL11XOLA6707795988,Student Loan Organization,-200.00,2016-08-06,Paid back the second part,Student loans,Bills +NL11XOLA6707795988,The Water Company,-10.00,2016-08-12,Water bill,House,Bills +NL11XOLA6707795988,SuperMarket,-15.30,2016-09-05,Did some groceries,Daily groceries,Groceries +NL11XOLA6707795988,Student Loan Organization,-200.00,2016-09-10,Paid back third part,Student loans +NL11XOLA6707795988,Cafe Central,-31.10,2016-11-04,Drinks with friends,Going out,Going out +NL11XOLA6707795988,SuperMarket,-14.33,2016-11-08,Did some groceries,Daily groceries,Groceries +NL11XOLA6707795988,Shell,-30.10,2016-12-03,Got gas for the car,Car,Car +NL11XOLA6707795988,Shell,-22.91,2016-12-06,Got gas for the car,Car,Car \ No newline at end of file