James Cole
dd2b019d3c
Moved test data around.
2016-01-30 07:36:02 +01:00
James Cole
3a12ad192f
Move more javascript around.
2016-01-29 18:39:50 +01:00
James Cole
d669b75352
This view does not use JS.
2016-01-29 18:33:01 +01:00
James Cole
746d50d459
Some javascript related cleaning up.
2016-01-29 17:53:49 +01:00
James Cole
f741552d91
Some javascript code cleanup. Should make some pages lighter.
2016-01-29 17:49:02 +01:00
James Cole
c38e4b86b4
I noticed a weird page jump in the piggy bank section so it seemed a good moment to clean up some javascript.
2016-01-29 17:31:07 +01:00
James Cole
b044d85e90
Expand report index to include both "normal" year and fiscal year.
2016-01-29 17:14:23 +01:00
James Cole
24d111f026
New text.
2016-01-29 17:14:02 +01:00
James Cole
f50058e3c2
Renamed fiscal year start and end variable.
2016-01-29 17:13:54 +01:00
James Cole
ce9445168c
Move the start and end date for the fiscal date ranges to fiscal-start and fiscal-end respectively.
2016-01-29 17:09:23 +01:00
James Cole
27b8b4b35a
Use the fiscal helper's interface instead of the fiscal helper itself.
2016-01-29 17:08:06 +01:00
James Cole
9ccb67db8a
Charts "columnChart" and "stackedColumnChart" now support beforeDraw() which will check the data to see if the chart should be drawn. This cleans up the front page for new users and empty months.
2016-01-29 13:35:08 +01:00
James Cole
3d82afd4e6
Because the "options" parameter is used nowhere I've removed it to be used for something else.
2016-01-29 13:25:04 +01:00
James Cole
5f9cb61160
Some stuff moving around in test data generation.
2016-01-29 13:24:33 +01:00
James Cole
7f54b70c24
Make fiscal year quick link optional.
2016-01-29 07:47:18 +01:00
James Cole
a156dce281
Some minor code cleanup.
2016-01-29 07:35:14 +01:00
James Cole
c0b0e58720
Removed duplicated code.
2016-01-29 07:33:49 +01:00
James Cole
170ffbae04
Removed duplicate code.
2016-01-29 07:29:21 +01:00
James Cole
6755ec7eb0
Some code cleanup.
2016-01-29 07:17:50 +01:00
James Cole
c8bc9a096a
Some other clean up.
2016-01-29 07:08:17 +01:00
James Cole
dc7f5a562b
Clean up some migrations.
2016-01-29 07:08:04 +01:00
James Cole
3b5b51578d
Merge pull request #153 from webenhanced/feature/current-fiscal-year-quicklink-report
...
Quicklink fiscal year report feature. As per github issue #131 .
2016-01-29 06:45:36 +01:00
Graham Miller
41188a1bd6
Quicklink fiscal year report feature. As per github issue #131 .
...
The reason for instantiating the helper at the beginning of the static function routeBinder
is I am hoping that the object will only be created once.
2016-01-29 09:11:36 +10:00
James Cole
d9bafe34eb
Renamed some stuff, courtesy of sensiolabs.
2016-01-28 22:06:16 +01:00
James Cole
43dbba5378
Implemented wrong interface.
2016-01-28 21:59:40 +01:00
James Cole
168ed5ac56
Renamed some stuff, courtesy of sensiolabs.
2016-01-28 21:50:20 +01:00
James Cole
e5b4a55d8e
Some code cleanup things courtesy of SensioLabs.
2016-01-28 21:33:45 +01:00
James Cole
167c057e8a
Removed executable rights.
2016-01-28 21:22:26 +01:00
James Cole
71bf054ab1
Removed TODO items in favour of issues, or actual fixes.
2016-01-28 21:05:26 +01:00
James Cole
111fcd77c4
Code style stuff for @webenhanced
2016-01-28 16:05:39 +01:00
James Cole
287c1c4ffa
Some code cleanup.
2016-01-28 16:03:49 +01:00
James Cole
3d69dc786d
Some minor code cleanup.
2016-01-27 21:52:21 +01:00
James Cole
57a3f20c13
Moved more code around.
2016-01-27 21:35:59 +01:00
James Cole
eab2c57594
Moved another method.
2016-01-27 21:18:51 +01:00
James Cole
b019962f34
Moved a method.
2016-01-27 20:54:14 +01:00
James Cole
5c59c819b6
Moved method to new helper.
2016-01-27 20:48:35 +01:00
James Cole
93b97b8d72
Refer to new account helper.
2016-01-27 20:46:38 +01:00
James Cole
f1f922031a
Refer to new account helper
2016-01-27 20:45:49 +01:00
James Cole
390cace775
New account report helper to make the report helper a lot lighter.
2016-01-27 20:45:05 +01:00
James Cole
28fdad9426
A set of small fixes, courtesy of scrutinizer-ci
2016-01-27 19:35:00 +01:00
James Cole
9155c13e08
A set of small fixes, courtesy of scrutinizer-ci
2016-01-27 18:31:44 +01:00
James Cole
e8776d44c5
Merge pull request #149 from webenhanced/feature/custom-fiscal-years
...
Feature - custom fiscal years
2016-01-27 17:57:13 +01:00
Graham Miller
5ee8d04800
Added modifications to reports enabling the custom fiscal year changes.
2016-01-27 13:38:34 +10:00
Graham Miller
eb31934fb7
Add a new helper to handle fiscal issues.
...
Used initially to provide fiscal year support to the reports.
2016-01-27 11:54:04 +10:00
Graham Miller
000f86d318
Added fiscal year start date stored in 'm-d' format to preferences.
...
Displays YYYY-MM-DD for current year to get input.
2016-01-27 11:31:33 +10:00
Graham Miller
d9b3ebc82f
Add preferences option to enable or disable the custom fiscal year handling.
...
Stored in DB as 0 or 1 and converted:-
- twig expression in view (expandedform needs true boolean)
- checkbox true/false converted to integer in set function in controller
Oh and I worked out how to localize the label ... took me a while but ended up so simple.
This is stage 1 of the overall custom fiscal year extension for Firefly.
2016-01-27 11:28:14 +10:00
Graham Miller
91b3ca047a
Merge branch 'develop' of https://github.com/JC5/firefly-iii.git
2016-01-27 10:35:33 +10:00
James Cole
08131e42af
Implemented some new tests.
2016-01-24 20:38:58 +01:00
James Cole
a013553a6c
More cleanup.
2016-01-24 18:11:57 +01:00
James Cole
7b2fe8eb4a
Test code cleanup.
2016-01-24 18:05:04 +01:00