Commit Graph
1562 Commits
Author SHA1 Message Date
James Cole 2ef7a01945 Fixed a bug where the bill chart and boxes would inaccurately reflect the amount of bills yet to pay. 2015-04-10 06:52:36 +02:00
James Cole d3f642551d Fixed a small bug in the bill-chart and simplified yet another Json box. 2015-04-09 21:36:58 +02:00
James Cole 490997157e Switched two queries around. 2015-04-09 21:30:35 +02:00
James Cole 2432af7883 Simplified the in and out-box. 2015-04-09 21:29:58 +02:00
James Cole 7abeece3f0 Simplified the "out"-box. 2015-04-09 21:27:35 +02:00
James Cole 3851652821 Renamed various fields from 'amount' to 'queryAmount' to prevent interfering with the getAmountAttribute property. 2015-04-09 21:18:18 +02:00
James Cole 1d67d2250a Renamed various fields from 'amount' to 'queryAmount' to prevent interfering with the getAmountAttribute property. 2015-04-09 21:16:35 +02:00
James Cole 37f40d8637 Renamed various fields from 'amount' to 'queryAmount' to prevent interfering with the getAmountAttribute property. 2015-04-09 21:14:15 +02:00
James Cole 0224d1d59b Accidentally commented out date limits in query. 2015-04-09 21:01:08 +02:00
James Cole 587b94153d Removed some foreach() routines that are no longer necessary now that getAmountAttribute() exists. 2015-04-09 20:58:57 +02:00
James Cole 5124ce0302 Fixed a bug where getAmountAttribute would interfere with queries that contained a "amount"-field. 2015-04-09 20:52:47 +02:00
James Cole 950c4045b0 Fix total savings to accurately reflect end of current period. 2015-04-09 19:10:24 +02:00
James Cole 9c8ba66873 Order categories by name. 2015-04-09 17:54:24 +02:00
James Cole 25d1d1be1b Merge pull request #72 from vbali/feature/savings-total
Add savings total for savings widget on dashboard
2015-04-09 17:47:24 +02:00
James Cole 339c352505 Fixed a bug where categories would be created even though they already existed. 2015-04-09 17:46:47 +02:00
Balazs Varkonyi c587081fe4 Add savings total for savings widget on dashboard 2015-04-09 11:52:35 +02:00
James Cole 8f9b1b866b Included full home controller tests. 2015-04-07 20:54:43 +02:00
James Cole ff5ecf6182 More tests. 2015-04-07 19:58:49 +02:00
James Cole 05670cf393 Optimize test code. 2015-04-07 18:52:15 +02:00
James Cole f10f5d30bf Mock previously unmocked calls. 2015-04-07 18:48:34 +02:00
James Cole 0d336727e8 Automated code cleanup. 2015-04-07 18:26:14 +02:00
James Cole bf354275b3 Some general cleaning up. 2015-04-07 18:25:21 +02:00
James Cole 1932bf277a More tests 2015-04-07 17:51:22 +02:00
James Cole 192db4bb6e Accidentally included JS twice. 2015-04-07 10:14:20 +02:00
James Cole 701efb943d Lots of new tests. 2015-04-07 10:14:10 +02:00
James Cole b2674971f1 Updated composer.lock. 2015-04-06 09:20:45 +02:00
James Cole c907cb4cf1 General cleanup and new (incomplete) tests. 2015-04-06 09:15:59 +02:00
James Cole 1035f0e139 Merge branch 'release/3.3.7' into develop 2015-04-05 21:15:01 +02:00
James Cole 8475757716 Removed iconv() commented code. See other commit. 2015-04-05 21:14:41 +02:00
James Cole 20ffd8d61b New read me. 2015-04-05 21:14:25 +02:00
James Cole 8601428c4c Fixed a bug in the form request that wouldn't accept fairly long names. 2015-04-05 21:12:54 +02:00
James Cole 59998573ee Removed iconv thing that doesn't seem to matter. See screenshot at https://imgur.com/8r26ZZu 2015-04-05 21:12:31 +02:00
James Cole 293cd72001 Add currency tests. 2015-04-05 20:47:19 +02:00
James Cole 22ab9ebb2f Included tests for the category controller. 2015-04-05 19:43:20 +02:00
James Cole 9136e592d3 Included bill controller. 2015-04-05 18:20:06 +02:00
James Cole ed8e392616 Fixed budget controller tests. 2015-04-05 15:53:03 +02:00
James Cole e57ce6e644 Test now works. 2015-04-05 15:25:35 +02:00
James Cole 8204e46086 Removed inspiring quotes. 2015-04-05 10:38:53 +02:00
James Cole 9e365d9f80 Mar tests. 2015-04-05 10:36:28 +02:00
James Cole 6b40a933e9 And.. completed the account controller. 2015-04-04 22:53:49 +02:00
James Cole 8520a5002f Another attempt at fixing some tests. I'm probably searching in the wrong direction with this. 2015-04-04 22:27:51 +02:00
James Cole b38ed06f6e New tests. 2015-04-04 21:52:56 +02:00
James Cole 48427b1143 A mediocre fix for the database failures. 2015-04-04 21:33:36 +02:00
James Cole 5d505f4ed0 Fixed more tests but the factories are not perfect yet. 2015-04-04 21:23:37 +02:00
James Cole 0c02a08954 Merge pull request #65 from vbali/master
Fixes for chart and account creation
2015-04-04 06:50:30 +02:00
Balazs Varkonyi 0221bd0f80 Merge branch 'hotfix/diff–fix' 2015-04-04 01:56:25 +02:00
Balazs Varkonyi 28216cbcb5 Removed merge conflict from CategoryController 2015-04-04 01:56:19 +02:00
Balazs Varkonyi 3e08a8cd6b Merge branch 'hotfix/account-fix' 2015-04-04 01:37:05 +02:00
Balazs Varkonyi 67fafdeef7 Return the new account from firstOrCreateEncrypted 2015-04-04 01:36:55 +02:00
Balazs Varkonyi cc82505b66 Merge branch 'hotfix/chart-fix' 2015-04-04 01:33:36 +02:00