James Cole
|
f511a25c94
|
Added the input when creating new transactions.
|
2014-11-13 21:27:50 +01:00 |
|
James Cole
|
58d8b6f95b
|
Fixed the charts, added some todo items.
|
2014-11-13 21:11:00 +01:00 |
|
James Cole
|
953d68c3a2
|
Build some transaction handling.
|
2014-11-13 17:01:09 +01:00 |
|
James Cole
|
9e2f7af59b
|
New route for table.
|
2014-11-13 16:14:07 +01:00 |
|
James Cole
|
840dfa6696
|
Expanded recurring transactions.
|
2014-11-13 16:13:32 +01:00 |
|
James Cole
|
4a20c008ff
|
Implementing recurring transactions.
|
2014-11-13 11:17:39 +01:00 |
|
James Cole
|
981ffe4194
|
Added a show piggybank view, removed some others.
|
2014-11-13 07:50:55 +01:00 |
|
James Cole
|
2597633b0e
|
New migration and code cleanup.
|
2014-11-13 07:25:47 +01:00 |
|
James Cole
|
71d174d765
|
Code clean up and reformat.
|
2014-11-12 22:37:44 +01:00 |
|
James Cole
|
4aa9a04516
|
Code clean up and reformat.
|
2014-11-12 22:37:09 +01:00 |
|
James Cole
|
258d6a1688
|
Code clean up and reformat.
|
2014-11-12 22:36:02 +01:00 |
|
James Cole
|
2e2c12d6a4
|
General clean up.
|
2014-11-12 22:21:48 +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
|
ab508a3d9e
|
Recreated the JSON controller to fix auto-complete forms.
|
2014-11-12 20:52:34 +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 |
|
James Cole
|
638fa9005f
|
Excluded more files from the "old" libraries and included new ones instead. This should greatly clean up the code base.
|
2014-11-12 07:31:48 +01:00 |
|
James Cole
|
5cb9907bf8
|
Various changes to support the removed old code.
|
2014-11-11 21:09:56 +01:00 |
|
Sander Dorigo
|
f08fcc36fb
|
Half-way through with some cleaning up.
|
2014-11-11 18:16:59 +01:00 |
|
Sander Dorigo
|
d231cd9f61
|
Added the homestead configuration because it's not really secret.
|
2014-11-11 07:35:00 +01:00 |
|
Sander Dorigo
|
86a586f866
|
Ignore homestead configuration.
|
2014-11-11 07:26:16 +01:00 |
|
Sander Dorigo
|
9d4cba1620
|
Fixed some initial startup bugs when working with Homestead.
|
2014-11-11 07:20:52 +01:00 |
|
Sander Dorigo
|
e9afd55e9d
|
Updated the default user seeder.
|
2014-11-10 22:36:25 +01:00 |
|
Sander Dorigo
|
9fa326f630
|
First attempt at unifying code for categories and budgets, which are basically the same thing.
|
2014-11-10 21:55:22 +01:00 |
|
Sander Dorigo
|
af9473c126
|
Fixed some bugs in various controllers and started rebuilding the category controller.
|
2014-11-10 19:03:03 +01:00 |
|
Sander Dorigo
|
cb08df0770
|
I broke some stuff but it's fixed again.
|
2014-11-10 18:39:50 +01:00 |
|
Sander Dorigo
|
d49ca2eb11
|
Merge branch 'master' of https://github.com/JC5/firefly-iii
|
2014-11-10 18:39:06 +01:00 |
|
Sander Dorigo
|
a3f8841ec3
|
I have no idea what's happening!
|
2014-11-10 18:38:58 +01:00 |
|
Sander Dorigo
|
fd678c286d
|
Some cleanup.
|
2014-11-10 18:37:25 +01:00 |
|
Sander Dorigo
|
2a3f9b621b
|
Removed unused imports.
|
2014-11-10 18:36:25 +01:00 |
|
Sander Dorigo
|
359e1b3943
|
Cleanup all models and migrations.
|
2014-11-10 18:33:00 +01:00 |
|
Sander Dorigo
|
754336b3cf
|
Merge branch 'develop' of https://github.com/JC5/firefly-iii
|
2014-11-10 11:40:16 +01:00 |
|
James Cole
|
4918f1c4cb
|
Merge pull request #31 from sonikarc/develop
[Fixes #21] Change the majority of View::share to View::make()->with()
|
2014-11-10 10:37:49 +01:00 |
|
Sander Dorigo
|
5d5e308942
|
Updated read me.
|
2014-11-10 07:55:52 +01:00 |
|
Stewart Malik
|
6a18f81cec
|
Merge branch 'develop' of https://github.com/sonikarc/firefly-iii into develop
|
2014-11-09 16:01:20 +00:00 |
|
Stewart Malik
|
1ff135d172
|
[Fixes #21] Change the majority of View::share to View::make()->with()
|
2014-11-10 02:27:19 +10:30 |
|
Sander Dorigo
|
e666e5e9e3
|
Clean up composer.json
|
2014-11-09 11:32:18 +01:00 |
|
Sander Dorigo
|
9874e77ddf
|
Remove ignore instructions.
|
2014-11-09 11:30:00 +01:00 |
|
Sander Dorigo
|
27e3ec693a
|
New screenshot.
|
2014-11-09 11:20:54 +01:00 |
|
Sander Dorigo
|
6bb1415ad7
|
Updated readme file.
|
2014-11-09 11:10:57 +01:00 |
|
Sander Dorigo
|
83594e6f1f
|
Merge branch 'release/3.1.5'
|
2014-11-09 11:09:38 +01:00 |
|
Sander Dorigo
|
0f6008705c
|
Added a screenshot
|
2014-11-09 11:08:53 +01:00 |
|
Sander Dorigo
|
c58b653bb7
|
Updated read me file.
|
2014-11-09 11:01:57 +01:00 |
|
Sander Dorigo
|
f69b6f9b4e
|
New chart for budget-overview.
|
2014-11-09 08:42:09 +01:00 |
|
Sander Dorigo
|
7750b06476
|
Added a "spent"-bar in budgets.
|
2014-11-09 08:02:47 +01:00 |
|
Sander Dorigo
|
873384a34b
|
Built the 'show'-view for budgets.
|
2014-11-08 19:11:51 +01:00 |
|
Sander Dorigo
|
ac299e7279
|
More rounding.
|
2014-11-08 11:38:50 +01:00 |
|