Commit graph

138 commits

Author SHA1 Message Date
Ilion Beyst 86f8f30ab2 comment filters until input is fixed 2015-09-10 21:42:20 +02:00
benji 331f00191e Merge branch 'filter-datatables' of https://github.com/ZeusWPI/Tab into filter-datatables 2015-09-10 21:12:09 +02:00
benji 0cf7faa598 Add some css to datatables 2015-09-10 21:12:03 +02:00
Ilion Beyst 25c3bdd0ca implement filters for datatable 2015-09-10 21:09:57 +02:00
Ilion Beyst dd3c27c374 make datatable an object 2015-09-10 20:12:12 +02:00
Ilion Beyst fdf4e27a27 integrate arel query with datatable 2015-09-10 19:41:47 +02:00
Ilion Beyst 8ef41c9503 add helpers to transactions_query 2015-09-10 17:41:47 +02:00
Ilion Beyst bd99e150a4 union all 2015-09-10 17:41:47 +02:00
Ilion Beyst 81b30902f7 add issuer name to transactions query 2015-09-10 17:41:47 +02:00
Ilion Beyst 2d753146f0 update transactions query to include peer 2015-09-10 17:41:47 +02:00
Ilion Beyst 65e6278b67 set baby steps in the transactions query 2015-09-10 17:41:47 +02:00
Felix Van der Jeugt 9bde05abbb attempt to do this the long way once more 2015-09-10 12:09:30 +02:00
Felix Van der Jeugt 8287b26d3f add filters for most columns, realise what mistake I made 2015-09-10 00:05:26 +02:00
Felix Van der Jeugt 5e4a5b727c add pagination 2015-09-09 22:22:50 +02:00
Ilion Beyst da7fb11b78 style user transaction table 2015-09-09 21:26:26 +02:00
Felix Van der Jeugt 1957e3854a parse ranges and return some data about the filtering 2015-09-09 21:09:19 +02:00
Ilion Beyst 4fa9a01c73 add column breakpoints 2015-09-09 20:54:22 +02:00
Felix Van der Jeugt 6f7da1dd5b add types to the input fields 2015-09-09 20:18:30 +02:00
Felix Van der Jeugt c1d4b1c649 change table order 2015-09-09 20:06:42 +02:00
Ilion Beyst 4173275e96 make datatable responsive 2015-09-09 19:37:23 +02:00
Felix Van der Jeugt 7eb32bf1c3 Merge branch 'master' into filter-datatables 2015-09-09 18:17:55 +02:00
benji 86b751fb81 Keep selected value in select2 when creating transaction fails 2015-09-09 17:56:27 +02:00
Ilion Beyst 160e68b1a5 Merge branch 'master' of github.com:ZeusWPI/Tab 2015-09-09 17:55:22 +02:00
benji a1b3326b73 Add pure css grids 2015-09-09 17:43:50 +02:00
Ilion Beyst e4bdeea61a Merge branch 'api' 2015-09-09 17:39:17 +02:00
Ilion Beyst 1ac1d54c26 add transaction default debtor and creditor 2015-09-09 17:37:03 +02:00
benji f217f07a83 Add some links on application view 2015-09-09 17:34:49 +02:00
Felix Van der Jeugt 747d014b85 write my own filtering form and parse with an object 2015-09-09 17:14:06 +02:00
benji 20feaf6a12 Merge pull request #4 from ZeusWPI/api
Api
2015-09-09 17:09:53 +02:00
benji 990ec00260 Merge branch 'api' of https://github.com/ZeusWPI/Tab into api 2015-09-09 17:07:09 +02:00
benji 1d6ab0f6eb Add some styling 2015-09-09 17:06:39 +02:00
Ilion Beyst 21e6432b41 fix ability when not logged in 2015-09-09 16:56:55 +02:00
Ilion Beyst 3a0d5f1017 add cancancan ability for creating transactions 2015-09-09 16:51:41 +02:00
Ilion Beyst e67a660959 Made bank robbery spec amount fit in database 2015-09-09 16:28:11 +02:00
Ilion Beyst 44e83e2aba allow euros and cents in transaction params 2015-09-09 16:26:06 +02:00
Ilion Beyst 661728772f add debtor input field for penning 2015-09-09 15:31:23 +02:00
Ilion Beyst d4576f2453 update params in transaction controller spec 2015-09-09 15:25:02 +02:00
Ilion Beyst 028fc8c641 test transaction controller with invalid requests 2015-09-09 15:21:08 +02:00
Ilion Beyst 5b73f15263 remove sample contents from spec helpers 2015-09-09 15:13:50 +02:00
Ilion Beyst b9eb94fabb Merge branch 'api' of github.com:ZeusWPI/Tab into api 2015-09-09 15:07:17 +02:00
Ilion Beyst 484ecb5468 add more transaction controller tests 2015-09-09 15:07:14 +02:00
benji 18ccda6e6e Merge branch 'api' of https://github.com/ZeusWPI/Tab into api 2015-09-09 14:59:20 +02:00
benji c20c30297b Install simple form 2015-09-09 14:59:13 +02:00
Felix Van der Jeugt 028f52ecde write own datatables backend - no filtering 2015-09-09 14:46:06 +02:00
Ilion Beyst 7626bab22a Merge branch 'api' of github.com:ZeusWPI/Tab into api 2015-09-09 14:37:45 +02:00
Ilion Beyst 5d97041e29 add transaction controller spec 2015-09-09 14:37:40 +02:00
Tom Naessens ae67602368 Fix coveralls badge, add url 2015-09-09 14:24:41 +02:00
Tom Naessens 971b67aa2d Use new travis infrastructure, let travis use .ruby-version 2015-09-09 14:20:29 +02:00
Tom Naessens 0483ad2e0c Add another badge 2015-09-09 14:10:00 +02:00
benji 786e0a8d01 Merge branch 'api' of https://github.com/ZeusWPI/Tab into api 2015-09-09 14:08:42 +02:00