Commit Graph
3044 Commits
Author SHA1 Message Date
James Cole e94ae126fd Refactored accountRepository::getJournals > accountTasker > getJournals 2016-10-09 21:36:03 +02:00
James Cole 5bb8c6a366 This should fix #355 2016-10-09 20:18:46 +02:00
James Cole 30844df5d4 Merge branch 'develop' of https://github.com/JC5/firefly-iii into develop
* 'develop' of https://github.com/JC5/firefly-iii:
  Fixed issue causing all imported transactions to have unknown opposing account with ABN AMRO specific
2016-10-09 20:18:14 +02:00
Robert Horlings ee9a5d91e2 Merge branch 'develop' into bugfix/abn-amro-specific 2016-10-09 19:53:11 +02:00
Robert Horlings 171ab8a4c3 Fixed issue causing all imported transactions to have unknown opposing account with ABN AMRO specific 2016-10-09 17:19:00 +02:00
James Cole 96740aaac4 Extend transaction model for #351 2016-10-09 17:06:52 +02:00
James Cole 2017720096 Experimental new getJournals method. 2016-10-09 16:22:08 +02:00
James Cole b77ea6d316 Add some phpdoc 2016-10-09 11:21:41 +02:00
James Cole f5adb4047f Remove methods no longer used. 2016-10-09 10:59:28 +02:00
James Cole b082858866 Removed unused blocks from the front page. Savings and piggy banks. 2016-10-09 10:58:54 +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 a4d2ed74fc Make sure all journals are included. 2016-10-09 09:41:03 +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 3f40751a1a Forgot to exclude a method. 2016-10-09 08:06:49 +02:00
James Cole b5b55e862c Clean up code. 2016-10-09 07:59:14 +02:00
James Cole c64771b76b Move some methods around, refactoring. 2016-10-09 07:58:27 +02:00
James Cole ea7ee7ee9a Moved a report out of the controller. 2016-10-08 16:24:07 +02:00
James Cole a1f797c4d1 Moved a method around. 2016-10-08 16:04:05 +02:00
James Cole d0c92a2244 Clean up account report helper. 2016-10-08 15:59:58 +02:00
James Cole 6e90c033b1 Start of some remodelling. 2016-10-08 14:54:32 +02:00
James Cole 24f62b8fce Some minor refactoring. 2016-10-08 10:02:33 +02:00
James Cole d43936155c Removed some unused code. 2016-10-07 16:33:17 +02:00
James Cole 39dab4fdd9 Remove unused class. 2016-10-07 12:28:14 +02:00
James Cole c0fdf44ad2 Small cleaning up. 2016-10-07 11:40:03 +02:00
James Cole 4d91f7d23a This fixes #344 2016-10-07 09:40:50 +02:00
James Cole 49af6522a8 Some code cleanup. 2016-10-07 05:44:21 +02:00
Sander Kleykens cf543613c9 Fix the CSV importer failing when using PostgreSQL
Add ordered column to the list of columns that are selected so PostgreSQL doesn't throw an error
2016-10-06 23:49:33 +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 9920504232 Fixes #346 2016-10-06 05:26:38 +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
James Cole 1e90485c5f Merge branch 'master' into develop
* master:
  added some comments
  removed some debug commands
  Better descriptions for ING accounts
2016-10-05 06:31:47 +02:00
James Cole dc784c53b5 Fix for #343 2016-10-04 21:51:46 +02:00
James Cole 724d25f2c2 Merge branch 'develop'
* develop:
  Fixed some rare bugs.
  Extra clear button to reapply rules #307
  Fix trim when null [skip ci]
  Fixed a bug where incoming transactions would not be properly filtered in several reports.
  Removed for #334
  Fix #337 [skip ci]
  Fix #335
  Remove account extra text #336 [skip ci]
  Fixes bug #338
  Refer to correct page [skip ci]
  Catch unset row.
2016-10-04 20:08:35 +02:00
Tom van der Werf d7fef45a56 added some comments 2016-10-04 17:50:01 +00:00
Tom van der Werf dc22802dec removed some debug commands 2016-10-04 17:30:49 +00:00
Tom van der Werf ce5af7b1d9 Better descriptions for ING accounts 2016-10-03 17:08:24 +00:00
James Cole 0a147e5c9c Fixed some rare bugs. 2016-10-02 15:09:43 +02:00
James Cole 13f952f182 Fix trim when null [skip ci] 2016-10-01 09:41:16 +02:00
James Cole b494be228b Fixed a bug where incoming transactions would not be properly filtered in several reports. 2016-10-01 09:37:18 +02:00
James Cole 0fdaac53d0 Removed for #334 2016-10-01 08:49:33 +02:00
James Cole e1b3a08878 Fix #337 [skip ci] 2016-10-01 08:49:02 +02:00
James Cole dc893588b0 Fix #335 2016-10-01 08:48:13 +02:00
James Cole d8586c8043 Fixes bug #338 2016-09-29 19:17:24 +02:00
James Cole dbb5cdb9cf Catch unset row. 2016-09-29 07:02:47 +02:00
James Cole 2fc09ff9d7 Fix empty pop-ups in report. 2016-09-25 14:47:55 +02:00
James Cole e4e0e21293 Smaller method. 2016-09-25 08:59:27 +02:00