James Cole
953d68c3a2
Build some transaction handling.
2014-11-13 17:01:09 +01:00
James Cole
840dfa6696
Expanded recurring transactions.
2014-11-13 16:13:32 +01:00
James Cole
258d6a1688
Code clean up and reformat.
2014-11-12 22:36:02 +01:00
James Cole
44d189d7d3
Fixed a bug where the transaction list was a giant mess.
2014-11-12 21:19:31 +01:00
James Cole
4e166c7d2e
This should fix the transactions again.
2014-11-12 20:46:55 +01:00
Sander Dorigo
7f175a4870
Some more work on the transactions.
2014-11-12 15:34:32 +01:00
Sander Dorigo
0a627f6f9e
More work done for the transaction controller.
2014-11-12 15:22:01 +01:00
Sander Dorigo
d34cc65984
Start cleaning up transactions controller.
2014-11-12 14:38:32 +01:00
Sander Dorigo
78d034d366
There's a giant mix brewing between "old" code, bad code and not implemented exceptions. I suspect the next change will be to cut out all old stuff, throw a lot of NotImplementedExceptions and get going.
2014-11-12 10:54:53 +01:00
Sander Dorigo
b3eef4f40b
Cleanup.
2014-10-11 09:21:14 +02:00
Sander Dorigo
1e76a5fc3f
New buttons.
2014-10-08 21:04:31 +02:00
Sander Dorigo
1fbdb3d0ae
A temporary fix for the problem that storing a transaction journal doesn't return the actual journal when successful.
2014-10-07 12:26:02 +02:00
Sander Dorigo
d5bcf5497f
Various updates to facilitate validating things.
2014-10-06 19:32:09 +02:00
Sander Dorigo
28aaea1aa3
Extended forms and started on recurring transactions.
2014-10-05 19:29:25 +02:00
Sander Dorigo
980d9ce885
Also validate edits.
2014-10-05 08:49:36 +02:00
Sander Dorigo
b3209d3b4d
Fixed validation and made some new form elements.
2014-10-05 08:27:18 +02:00
Sander Dorigo
a84064663a
Fixed a bug where editing a transaction would lead to unset variables.
2014-10-03 21:36:42 +02:00
James Cole
6798cea268
Some more bug fixes.
2014-09-28 09:20:25 +02:00
James Cole
b23d2a9d95
Removed deprecated function.
2014-09-23 22:00:11 +02:00
James Cole
e892b69a96
Code cleanup.
2014-09-21 16:22:18 +02:00
James Cole
c119a42d70
Clean up edit routines
2014-09-21 15:40:41 +02:00
James Cole
5f4669341e
Completed views for transactions.
2014-09-21 10:55:51 +02:00
James Cole
ba4bddf756
Updated the migration routine, started on data tables.
2014-09-21 08:25:30 +02:00
James Cole
6a26408552
Expanded the 'save transaction' routine and cleaned it up. Still some work to do though.
2014-09-20 08:39:24 +02:00
James Cole
c61f1307d8
Fixed all titles, subtitles and icons to properly display new layout.
2014-09-17 08:55:51 +02:00
James Cole
a91c9f04c5
Small cleanup.
2014-09-14 21:10:18 +02:00
James Cole
a1ba340ead
Updated the transaction everything so views and forms work with the new transaction controller.
2014-09-12 17:31:12 +02:00
James Cole
f9dc627d84
Cleanup controllers and small bug fixes.
2014-09-09 20:00:04 +02:00
James Cole
239bbd30c0
Fire some events.
2014-09-08 10:36:32 +02:00
James Cole
c4f42a604f
This will be the first release!
2014-08-28 07:53:54 +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
d56c00915c
Cleaned up some code and added a small feature for transaction views.
2014-08-23 10:01:40 +02:00
James Cole
f00dfd2859
Basic testing, not full coverage.
2014-08-19 13:24:11 +02:00
James Cole
9db8f78cd8
Coverage should be back at 100%. Fixed some formatting too.
2014-08-17 21:17:31 +02:00
James Cole
d645a38aec
Now with the added capability of adding money to a piggy bank from a transfer. Also various fixes (see issue #6 ). [skip ci]
2014-08-16 12:13:50 +02:00
James Cole
e2940015ca
Some general cleaning up in the menu's and the various controllers. Added a new class (yet to be tested) and removed most of the "piggy bank"-implementation in anticipation of the ideas from issue #6 . Fixed a bug in the default user seeder.
2014-08-13 07:02:13 +02:00
James Cole
d0a30f71cd
Some cleanup.
2014-08-10 15:01:46 +02:00
James Cole
fbd056104a
Some code cleanup and fixes.
2014-08-10 11:30:14 +02:00
James Cole
1a296265a3
Fixed some bugs in transaction handling. [skip ci]
2014-08-09 06:12:49 +02:00
James Cole
d756324432
Some basic fixes for the transaction controller [skip ci]
2014-08-02 07:34:38 +02:00
James Cole
8dcaaeade7
New stuff and fix for transaction controller [skip ci]
2014-07-29 20:30:50 +02:00
James Cole
1b919b1dab
Fixed budget controller. [skip ci]
2014-07-28 21:33:32 +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
d088b2c558
Some more work done. Mainly accounts. [skip ci]
2014-07-26 08:05:02 +02:00
James Cole
30d5b88769
Reformatted and checked everything. [skip ci]
2014-07-25 13:02:01 +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
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
d280767407
Code cleanup [skip-ci]
2014-07-15 22:16:29 +02:00
James Cole
9687b5fb33
Create deposits, transfers and withdrawals. Also tests!
2014-07-15 20:58:35 +02:00