Commit Graph

222 Commits

Author SHA1 Message Date
James Cole 22144b78ea Strict comparisons. 2017-07-15 16:41:07 +02:00
James Cole 3b3579025d Improve results when presented with invalid data. #701 2017-07-14 17:57:20 +02:00
James Cole a905cce2c9 Expand import routine. 2017-06-20 21:04:25 +02:00
James Cole 92c5cabd70 Try to untangle complex repositories 2017-06-07 08:18:42 +02:00
James Cole a487c7b4b2 Make sure amounts are formatted, and fixed some issues. 2017-06-04 23:39:26 +02:00
James Cole 82e74a2afd Big update to properly support multi currencies. 2017-06-04 13:39:16 +02:00
James Cole 74664afa68 Was not able to remove opening balance. 2017-06-02 13:00:24 +02:00
James Cole 17fb6983d8 Fix issue #637 with cash accounts. 2017-05-07 19:45:40 +02:00
James Cole 052b804855 Fixed a bug where the opening balance could not be stored. 2017-04-27 07:44:35 +02:00
James Cole adb16e4560 Also make sure that the account create screen sets the correct currency id. 2017-04-14 07:32:30 +02:00
James Cole 953c38563b Make sure that accounts and their opening balance values are the same currency. 2017-04-14 07:11:30 +02:00
James Cole 595596d73f Apparently this is changed in PHPStorm’s formatting templates so there you go [skip ci]. 2017-04-09 07:44:22 +02:00
James Cole 8c6972d12d Various code cleanup. 2017-02-25 05:57:01 +01:00
James Cole 1e947870a6 Remove all constructors. 2017-01-30 16:46:30 +01:00
James Cole 311c1a3c84 Implement all setUser methods. 2017-01-30 16:42:58 +01:00
James Cole be868d37f2 Fixed some issues with the monthly report and missing amounts. 2017-01-19 21:54:27 +01:00
James Cole 08ac27cccf Fix some scrutiniser issues. 2017-01-14 19:43:33 +01:00
James Cole 5b5acba816 Clean up lots of models. 2016-12-24 17:36:51 +01:00
James Cole 6fc971c4cb This is a fix for #487 2016-12-21 20:31:44 +01:00
James Cole f4b9b7ae84 Various report updates and code cleanup. 2016-12-04 18:02:19 +01:00
James Cole b33aa733c7 Fix some minor scrutinizer issues. 2016-11-28 20:38:03 +01:00
James Cole 8cdbc96aa5 Add BIC support. This fixes #430 2016-11-28 18:55:56 +01:00
James Cole 728fda0116 This allows the user to set the “default” currency for an asset account (#305). It doesn’t do anything other than this yet. 2016-11-25 18:00:29 +01:00
James Cole 4a99399952 Fix chart for account/all overview. 2016-11-21 20:23:25 +01:00
James Cole c39659b064 Remove a lot of references to user id. 2016-10-23 12:19:32 +02:00
James Cole 89f2328846 Forgot include [skip ci] 2016-10-10 13:25:27 +02:00
James Cole 23fad62d46 Completely removed account crud class. 2016-10-10 08:03:03 +02:00
James Cole 1dc17dd59d Move getActiveAccountsByType 2016-10-10 07:53:12 +02:00
James Cole de6f838413 Moved getAccountsByType 2016-10-10 07:49:39 +02:00
James Cole e8a095e543 Moved getAccountsById 2016-10-10 07:25:27 +02:00
James Cole 717c1d080e Copied (not yet removed) findByName 2016-10-10 07:20:49 +02:00
James Cole 0ae9afd325 Move findByIban 2016-10-10 07:16:05 +02:00
James Cole d1b56c2afa Moved findByAccountNumber 2016-10-10 07:14:01 +02:00
James Cole 8ef7c5ac33 Moved find() method to new class. 2016-10-10 07:12:39 +02:00
James Cole 7180a40cd8 Refactored some methods surrounding the opening balance of an account. 2016-10-10 07:01:14 +02:00
James Cole 85dc7f3643 Moved another method. 2016-10-10 06:49:50 +02:00
James Cole fcb5e4eabc Moved leftOnAccount() 2016-10-10 06:47:42 +02:00
James Cole e94ae126fd Refactored accountRepository::getJournals > accountTasker > getJournals 2016-10-09 21:36:03 +02:00
James Cole f5adb4047f Remove methods no longer used. 2016-10-09 10:59:28 +02:00
James Cole a8a014189d Removed method that was already there under another name. 2016-10-09 10:57:06 +02:00
James Cole 39ea9e85a7 Various code cleanup and refactoring. Restored cache. 2016-10-09 10:53:37 +02:00
James Cole 90f2e27f1f Refactoring income and expense reports. 2016-10-09 09:32:12 +02:00
James Cole a3359ba47a Moved destroy() method from CRUD to Account repos. 2016-10-09 08:20:29 +02:00
James Cole 1d2d3523d6 Move CRUD method count() to account repository 2016-10-09 08:18:47 +02:00
James Cole c64771b76b Move some methods around, refactoring. 2016-10-09 07:58:27 +02:00
James Cole 24f62b8fce Some minor refactoring. 2016-10-08 10:02:33 +02:00
James Cole 49af6522a8 Some code cleanup. 2016-10-07 05:44:21 +02:00
Sander Kleykens 5c239c91db Convert raw XORs to a construct compatible with Laravel's query builder 2016-10-06 22:27:10 +02:00
James Cole 5540697dbd Removed a method no longer necessary. 2016-10-05 16:09:37 +02:00
James Cole b355c18e0c Some code cleanup and copyright cleanup. [skip ci] 2016-10-05 06:52:15 +02:00