Commit Graph

65 Commits

Author SHA1 Message Date
James Cole
4f3493f9ff Time-based navigation and some feedback for the user as to his import. 2014-09-14 21:09:52 +02:00
James Cole
decad6830b Routes to show the different kinds of transactions. 2014-09-12 17:28:44 +02:00
James Cole
2a54b36db0 New route for different account types (and the creation thereof. 2014-09-11 21:57:57 +02:00
James Cole
b2adeb20d9 New routes for new layouts. 2014-09-11 10:11:11 +02:00
James Cole
9136b50e3c Slowly working my way "down" the list of controllers to fix and enhance. 2014-09-03 16:50:53 +02:00
James Cole
f472a01a80 First attempt, trying to build an import stuff routine. 2014-09-02 08:58:56 +02:00
James Cole
b20d84e4b8 Fixed the accounts routes to be more strict about the types of accounts they accept. 2014-08-30 14:25:03 +02:00
James Cole
6e17c805c2 All code for reminders based on piggy banks. I hope. 2014-08-23 22:32:12 +02:00
James Cole
871509d4d3 First effort towards nice charts in the budgeting overviews. 2014-08-23 08:34:22 +02:00
James Cole
e4f04583a3 Added the ability to manually add or remove money from piggy banks (issue #6) [skip ci] 2014-08-17 08:45:22 +02:00
James Cole
95c10a0a71 Alright for issue #6 a lot of things have been updated. Piggy banks can now be made "repeated" in a different form, viewed and edited; Firefly will properly trigger to make the "instances". Also the show-view is finished which doesn't do much but helps in seeing how it works. [skip ci] 2014-08-16 07:07:42 +02:00
James Cole
9e77bf51bb Some preliminary work on issue #6. Breaks a lot of tests. [skip ci] 2014-08-13 20:36:32 +02:00
James Cole
b6441f3996 Some new tests. Hope to have fixed the problem in hhvm. 2014-08-09 13:50:54 +02:00
James Cole
8eae1750c1 Bunch of new tests. 2014-08-09 13:21:24 +02:00
James Cole
b5ae008386 Some cleaning up and new tests for the piggy bank controller. 2014-08-09 12:23:42 +02:00
James Cole
c06e2380a5 Wrote tests for Limit Controller 2014-08-09 10:01:37 +02:00
James Cole
235c7e72bd Forgot to commit this one. 2014-08-09 08:18:40 +02:00
James Cole
1a296265a3 Fixed some bugs in transaction handling. [skip ci] 2014-08-09 06:12:49 +02:00
James Cole
cdd5a6c225 Stuff for recurring transactions [skip ci] 2014-08-07 07:44:37 +02:00
James Cole
23d69c0dd9 Started work on recurring transactions controller. [skip ci] 2014-08-06 17:02:02 +02:00
James Cole
2c7af6ab5f Fixed some chart details. 2014-08-03 09:39:07 +02:00
James Cole
d01b480c0d Tests for category controller 2014-08-02 15:54:39 +02:00
James Cole
30b589d040 Tests for budget controller. 2014-08-02 15:23:29 +02:00
James Cole
99500d6201 Final updates for account controller. Looks like this one is finished. [skip ci] 2014-08-02 07:49:48 +02:00
James Cole
d756324432 Some basic fixes for the transaction controller [skip ci] 2014-08-02 07:34:38 +02:00
James Cole
bae750e0ab Trying to fix piggies [skip ci] 2014-08-01 07:04:36 +02:00
James Cole
706d853b04 Work on piggy banks [skip ci] 2014-07-31 22:01:52 +02:00
James Cole
a41fb81446 Bug fix and limit expansions [skip ci] 2014-07-31 07:29:55 +02:00
James Cole
78d575fbb1 Various updates [skip ci] 2014-07-30 22:31:35 +02:00
James Cole
00a767cfc9 Continued working on category controller [skip ci] 2014-07-30 14:45:46 +02:00
James Cole
04a9ada682 Some work on the category controller. 2014-07-30 07:14:00 +02:00
James Cole
9054b20700 Some work on the chart controller. [skip ci] 2014-07-29 12:55:41 +02:00
James Cole
b0ddc04a0d Layout updates and extensions. Found a problem I need closures for. Yay! [skip ci] 2014-07-28 14:53:04 +02:00
James Cole
92f2e30ed1 New stuff! [skip ci] 2014-07-27 20:29:58 +02:00
James Cole
b782bb8d93 All kinds of new stuff. Started with perfecting the account controller. [skip ci] 2014-07-26 18:53:41 +02:00
James Cole
d088b2c558 Some more work done. Mainly accounts. [skip ci] 2014-07-26 08:05:02 +02:00
James Cole
bcd48f2e49 First basic version that "works". Now it's time to do some code cleanup. [skip ci] 2014-07-25 12:12:08 +02:00
James Cole
03994dd774 New stuff for transaction edits [skip ci] 2014-07-25 07:17:56 +02:00
James Cole
a40b281ea3 Some new stuff for budget management. [skip ci] 2014-07-24 22:16:42 +02:00
James Cole
36901359d0 More views and options for limits [skip ci] 2014-07-24 06:47:28 +02:00
James Cole
1a9c44f7f9 Delete routine [skip ci] 2014-07-23 08:16:04 +02:00
James Cole
cc71a1116a Some new tests and fixes. [skip ci] 2014-07-23 06:57:51 +02:00
James Cole
988046189d Extended budgets and limits [skip-ci] 2014-07-20 20:46:10 +02:00
James Cole
08cbd91dd9 New event to create budget limits, new handler to handle said event, new routes for budget control, new routes for limit control, extended migration, extended models, extended JS. [skip-ci] 2014-07-20 18:24:27 +02:00
James Cole
0bcda34738 - Full move to high charts.
- Cleanup homepage.
- Expanded libraries
- Added limits (for budgets)
- Extended models
- Added popups for charts.
- [skip-ci]
2014-07-17 20:52:54 +02:00
James Cole
12ae548dab - Updated transaction controller to need less code for the same work.
- Small feedback bug in migration controller
- Better database create scripts.
- Fixed bug in seed scripts.
- Cleanup and fixed sorting in various helpers
- Extended some tests to catch changed code.
- Created show(journal) and edit(journal) (untested)

[skip-ci]
2014-07-16 21:11:43 +02:00
James Cole
a1fb4bdb60 Firefly is now capable of adding a transaction. Untested [skip-ci] 2014-07-15 11:04:53 +02:00
James Cole
6e7ea89c70 Cleaned up some routes, added a filter for the date range. 2014-07-15 06:57:20 +02:00
James Cole
5645f7a893 New charts + tests. 2014-07-09 12:56:06 +02:00
Sander Dorigo
bd315fb7ce After quite some fumbling, fixed both the development import and some tests. 2014-07-08 14:04:02 +02:00