James Cole
de6f838413
Moved getAccountsByType
2016-10-10 07:49:39 +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
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
c64771b76b
Move some methods around, refactoring.
2016-10-09 07:58:27 +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
James Cole
b355c18e0c
Some code cleanup and copyright cleanup. [skip ci]
2016-10-05 06:52:15 +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
dbb5cdb9cf
Catch unset row.
2016-09-29 07:02:47 +02:00
James Cole
e4e0e21293
Smaller method.
2016-09-25 08:59:27 +02:00
James Cole
15089f0d7e
Some issues fixed for scrutiniser.
2016-09-25 08:50:12 +02:00
James Cole
7232c1d7bb
partial fix for #307
2016-09-25 08:46:57 +02:00
James Cole
9a53d8c21c
Some array_keys fixes.
2016-09-25 08:46:42 +02:00
James Cole
45bc23b8af
Some issues fixed for scrutiniser.
2016-09-25 08:32:53 +02:00
James Cole
bb7c26b77c
Some issues fixed for scrutiniser.
2016-09-25 08:20:17 +02:00
James Cole
ad2b254be0
Fix for issue #328 . Turns out the import routine converts accounts back and forth instead of creating new entries.
2016-09-24 18:59:31 +02:00
James Cole
1357352276
Merge pull request #320 from Mortalife/master
...
Decimal place fix on import
2016-09-20 20:21:02 +02:00
Matthew Peck
70bb85a75b
Cleanup
2016-09-20 00:00:11 +01:00
Matthew Peck
8cd901b57b
Added support for multiple decimal places
2016-09-19 23:53:51 +01:00
James Cole
a95099fa46
Update FF configuration.
2016-09-18 19:57:21 +02:00
James Cole
5ca9099654
Some code fixes.
2016-09-17 09:50:40 +02:00
James Cole
6958f71cfd
@fuf discovered a bug where FF3 will fall back to the hard-coded system default currency and not the set default currency. See #307
2016-09-13 19:19:58 +02:00
James Cole
e4fef6dfc3
Fixed an import bug where a new transaction validation rule would break storing of the transaction, while the import would not notice this error happening. The importer will now also correctly set a date on the "import tag" and will not tag an incomplete journal as already imported.
...
Signed-off-by: James Cole <thegrumpydictator@gmail.com>
2016-09-11 08:08:01 +02:00
Bonno Nachtegaal-Karels
3285fae7f0
Fixed wrong conversion to revenue account
2016-08-29 14:39:43 +02:00
James Cole
a9444ac702
Code cleanup.
...
Signed-off-by: James Cole <thegrumpydictator@gmail.com>
2016-08-26 09:30:52 +02:00
James Cole
d0c6afc3a9
Various code clean up. [skip ci]
2016-08-26 08:21:31 +02:00
James Cole
6490a4240d
Remove references to ImportResult. Add the application of user rules.
...
Signed-off-by: James Cole <thegrumpydictator@gmail.com>
2016-08-26 07:37:47 +02:00
James Cole
7079e76886
Remove some commented code.
...
Signed-off-by: James Cole <thegrumpydictator@gmail.com>
2016-08-26 07:36:33 +02:00
James Cole
ff3396e286
Removed the ImportResult class because it was lame.
...
Signed-off-by: James Cole <thegrumpydictator@gmail.com>
2016-08-26 07:36:13 +02:00
James Cole
78912903ce
Change signature of importstorage.
2016-08-26 06:47:12 +02:00
James Cole
172634a55a
Add some comments.
2016-08-26 06:43:38 +02:00
James Cole
58ca7d551a
Rename import procedure method name
2016-08-26 06:43:23 +02:00
James Cole
98c4ac955a
Finetune user feedback during import and add a tag to collect transactions.
2016-08-14 11:31:09 +02:00
James Cole
106665a468
Better reporting for double imported rows. See also #164
2016-08-14 09:49:04 +02:00
James Cole
da5e48d769
More language lines. Add a check for double lines.
2016-08-14 09:10:47 +02:00
James Cole
117bb602dc
Extend ImportObject with row hash.
2016-08-14 08:34:51 +02:00
James Cole
c58eea6654
Fine-tuning the import routine.
2016-08-13 23:28:01 +02:00
James Cole
bbed5d0701
First version of a web-based import status thing.
2016-08-13 21:51:01 +02:00
James Cole
3d63903128
Make sure import errors end up where the user can read them.
2016-08-13 16:29:24 +02:00
James Cole
ef876a165a
Some better feedback in the import process.
2016-08-13 14:22:40 +02:00
James Cole
99b3e24836
Code optimalization
2016-08-12 15:50:52 +02:00
James Cole
ffb699cb06
Clean up code.
2016-08-12 15:34:15 +02:00