Commit Graph

763 Commits

Author SHA1 Message Date
Robert Horlings 59127e4029 Added button to specify parameters and execute the job 2016-02-23 14:18:09 +01:00
James Cole ad8d945c1d Make sure all the users accounts are included so internal transfers are ignored. [skip ci] 2016-02-23 09:22:18 +01:00
James Cole 3f829a3114 Restore original functionality. 2016-02-23 07:31:01 +01:00
James Cole deeeb06488 Added debug info to the export routine. 2016-02-23 06:39:01 +01:00
James Cole 2ddacf48d4 Removed unused parameter and added caching. [skip ci] 2016-02-18 10:12:07 +01:00
James Cole 2e7c26c539 New chart called "net worth". 2016-02-18 10:04:53 +01:00
James Cole 31d6789ff0 Type hinting. 2016-02-18 06:54:50 +01:00
James Cole 651297fa0b Method can be private. 2016-02-18 06:29:04 +01:00
James Cole 1b2873fc5f Some phpdoc. 2016-02-18 06:28:46 +01:00
James Cole 1bcc975d7b Some new phpDoc and refactoring. 2016-02-18 06:15:01 +01:00
James Cole 98fd5b8858 Invert stuff so chart works again. 2016-02-17 22:35:57 +01:00
James Cole a178fed0c6 Code cleanup courtesy of Scrutiniser CI. 2016-02-17 21:55:00 +01:00
James Cole b1c2f8faa1 Various code cleaning things. 2016-02-17 21:14:32 +01:00
James Cole 6c22bad77a Revamped a part of the rule test code.
- clean way of constructing triggers
- processor can be constructed in a number of ways.
- cleaner transaction matcher using collections instead of arrays
2016-02-17 21:03:59 +01:00
James Cole 1902787104 Removed constructor. 2016-02-17 20:23:53 +01:00
James Cole b3e32db073 Rename variables. 2016-02-17 20:23:14 +01:00
James Cole 01d53bdb85 Use request instead of complex method. 2016-02-17 20:22:25 +01:00
James Cole f9e2a677d9 Offload stuff to repositories for rules and rule groups, see issue #185 2016-02-17 17:27:41 +01:00
Robert Horlings 919187f7fd Made performance settings for testing triggers configurable 2016-02-17 16:39:26 +01:00
Robert Horlings 7ec5cce2c8 Implemented filter not to return all transactions when testing filters 2016-02-17 16:23:43 +01:00
Robert Horlings 8fdc6c11e1 Merge branch 'develop' into feature/test-triggers 2016-02-17 16:14:07 +01:00
James Cole 1a110de597 Throw errors instead of abort() 2016-02-17 15:52:46 +01:00
Robert Horlings c8c69f1a66 Implemented controller method and helper object to find matching transactions 2016-02-17 12:10:38 +01:00
James Cole 53d88dfd50 Clean up code. 2016-02-12 17:37:11 +01:00
James Cole 42daf7ed32 Clean up some code. 2016-02-12 17:34:42 +01:00
James Cole e5402ea7c1 Fixed a sum. 2016-02-12 15:01:32 +01:00
James Cole 8b1fe26c84 A route that displays an error. Seems quite useless, I know 2016-02-11 12:49:04 +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 569e8b6180 Better sort for CSV import column roles. 2016-02-11 07:03:12 +01:00
zjean 5c03e64f46 Tried to start with #107
- Always show the IBAN in the create account view, because it is always editable the edit view.
- Added 'accountNumber' account_meta field, and showing it in create/edit account view.
2016-02-10 22:09:24 +01:00
James Cole 3e502db772 Various code fixes. 2016-02-10 16:23:37 +01:00
James Cole 5974bdcc2a This fixes what turns out to be an incredibly inaccurate chart. 2016-02-10 07:34:04 +01:00
James Cole 7288ba0fd7 Bit of code cleanup + the true/false in SHOW_INCOMPLETE_TRANSLATIONS is not a text but a boolean. Changed as such. 2016-02-10 06:25:21 +01:00
zjean e04388a230 Added two factor auth setting to Preferences page. 2016-02-08 22:28:24 +01:00
James Cole 905ae3437b float > string. 2016-02-08 21:09:00 +01:00
James Cole 7679721007 float > string. 2016-02-08 21:07:11 +01:00
James Cole 9a1710eb27 Some enhancements to export. 2016-02-07 09:11:46 +01:00
James Cole ab9c991530 Better flashes (also translated) [skip ci] 2016-02-07 08:31:21 +01:00
James Cole 9429d84cf8 Some code cleanup [skip ci] 2016-02-07 07:56:58 +01:00
James Cole b22774a599 Logout blocked accounts. 2016-02-07 07:36:31 +01:00
James Cole 95c4c4a238 Fixed a small bug after changing the return type statements. 2016-02-06 16:23:54 +01:00
James Cole 4424e48926 Added PHP7 return type statements. 2016-02-06 16:22:12 +01:00
James Cole b8c7876454 Simplified export controller. 2016-02-06 15:01:26 +01:00
James Cole 0e0c475c83 Forgot a thing. 2016-02-06 05:04:41 +01:00
James Cole 241190c4da More consistent error handling. 2016-02-06 05:01:34 +01:00
James Cole c9b215684c Also fixed tests. 2016-02-05 19:25:17 +01:00
James Cole b90c7c09b6 Smaller travis file. Try to fix the search. 2016-02-05 19:12:54 +01:00
James Cole f5b89ca783 Some code cleanup. 2016-02-05 15:41:40 +01:00
James Cole cb52af28e7 Also fixes #171 2016-02-05 13:20:10 +01:00
James Cole c5e283a13e This is a fix for #171 2016-02-05 13:13:47 +01:00