Commit Graph
310 Commits
Author SHA1 Message Date
Robert Horlings 28d880a7c4 Ignoring eclipse specific files 2016-02-15 14:50:10 +01:00
James Cole 693ff3cc66 Various fixes. 2016-02-13 13:13:22 +01:00
James Cole 2e15f1e2a3 Removed todo comments. 2016-02-12 04:59:14 +01:00
James Cole 3dab683a45 New asset account number handler. For issue #107 2016-02-11 08:12:10 +01:00
James Cole 4cd7976f63 Changes to the CSV importer because I ran into small bugs. 2016-02-11 08:11:12 +01:00
James Cole 4658ef9918 Fix PHP7 related strict type check. 2016-02-11 07:02:27 +01:00
James Cole 2b6a1c9cb1 Fixes a bug in the CSV importer. 2016-02-11 06:49:39 +01:00
James Cole 2f278c8618 Just a test commit [skip ci]
Signed-off-by: James Cole <thegrumpydictator@gmail.com>
2016-02-08 21:10:33 +01:00
James Cole 9f29a2e04f Fixed something in the reports. 2016-02-08 20:59:09 +01:00
James Cole ff5bf0c6e5 Opening balance does not count as an income or as an expense. It's just there. 2016-02-08 20:42:31 +01:00
James Cole 0eb8c2b7ba Make sure account has a start and end balance. 2016-02-08 20:40:47 +01:00
James Cole 9429d84cf8 Some code cleanup [skip ci] 2016-02-07 07:56:58 +01:00
James Cole 8fb3348a7c Added some (yet without function) information icons. [skip ci] [skip Scrutinizer] 2016-02-06 20:17:55 +01:00
James Cole 388d141d82 Fix for #172 2016-02-06 04:32:30 +01:00
James Cole 9465a6d2b5 This PHP7 thing is strict! 2016-02-05 19:57:17 +01:00
James Cole c3f78b698d This PHP7 thing is strict! 2016-02-05 19:56:25 +01:00
James Cole a4e699f781 Fix another php7 bug. 2016-02-05 19:54:25 +01:00
James Cole df918e8529 Fixed all problems related to strict types. 2016-02-05 13:09:18 +01:00
James Cole aa1193a9eb Fixed all problems related to strict types. 2016-02-05 12:28:05 +01:00
James Cole 8f7f263a48 Declare strict type. 2016-02-05 12:08:25 +01:00
James Cole 78bcd3e1bb Changed a lot of parameters. 2016-02-05 09:25:15 +01:00
James Cole 554640c345 These are the first commits that make FF require php 7. 2016-02-05 08:03:26 +01:00
James Cole 151e8e8f17 Experimenting with a negation for #159 2016-02-04 08:56:33 +01:00
James Cole 23f474b003 Don't add inactive unhit bills, see #159 2016-02-04 08:55:06 +01:00
James Cole 15104de84c This should clean up the monthly report a bit. See issue #159 2016-02-04 08:53:56 +01:00
James Cole 7343304284 Code cleanup. 2016-02-04 07:28:39 +01:00
James Cole c1ecc62ac1 Replaced Session::get() with session() 2016-02-04 07:27:03 +01:00
James Cole bd40615f8e Code cleanup. 2016-02-04 07:23:14 +01:00
James Cole a818ab0942 Fixes #110 2016-01-30 09:41:48 +01:00
James Cole a5ac713310 Importer will now fire custom rules. 2016-01-30 07:36:22 +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 168ed5ac56 Renamed some stuff, courtesy of sensiolabs. 2016-01-28 21:50:20 +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 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 390cace775 New account report helper to make the report helper a lot lighter. 2016-01-27 20:45:05 +01:00
James Cole 9155c13e08 A set of small fixes, courtesy of scrutinizer-ci 2016-01-27 18:31:44 +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
James Cole 7b040e8583 Some changes to test coverage. 2016-01-22 21:08:04 +01:00
James Cole 9ce960b3d7 There are no converters that need the role of the current field. 2016-01-21 09:52:45 +01:00
James Cole d211555beb Only fire post-processing specifix in the import routine. See issue #145 2016-01-20 21:24:27 +01:00
James Cole 9350557d10 Properly extend the current specifix to indicate they're all post-processors. See issue #145 2016-01-20 21:24:08 +01:00
James Cole ea6c54cad0 Expand specifix to have a property that determines whether they fire before anything happens, or after. Could be expanded to allow for even more fine-grained control. See issue #145 2016-01-20 21:23:39 +01:00
James Cole f3fff6f1c5 Code rearrangement. 2016-01-19 13:59:54 +01:00
James Cole 26fb03e6c8 Reformatted code according to scrutinizer-ci. 2016-01-19 09:11:15 +01:00
James Cole eed3d021d9 Small cleanup. 2016-01-19 08:48:38 +01:00