Commit Graph
432 Commits
Author SHA1 Message Date
Ruben Verhoef 8cfe0af502 New saving acount function, supports account numbers with chars and make it easier to link when account numbers are the same but name are different 2020-03-26 20:51:07 +01:00
Ruben Verhoef 8c552b8fa8 Fix functions moveValutadatumDescription and removeNameIngDescription 2020-03-26 19:52:30 +01:00
James Cole 5445752588 Update some phpdocs, courtesy of Psalm. 2020-03-25 07:03:23 +01:00
James Cole c412ffc195 Short array syntax #3197 2020-03-18 20:58:25 +01:00
James ColeandGitHub ae967c027b Merge branch 'develop' into CSV-ING 2020-03-18 19:56:50 +00:00
Ruben Verhoef 87d459c5ff Check if Valutadatum is found in row 8, when not found do nothing! 2020-03-17 19:43:03 +01:00
James Cole 91c067ac9f Code cleanup that (hopefully) matches style CI 2020-03-17 15:03:08 +01:00
James Cole 16f918a294 Mark all import related code as deprecated 2020-03-15 15:31:51 +01:00
Ruben Verhoef 75ee331f36 Move "Valutadatum" to own column
The new column has no name right now, need to fix this
2020-02-23 18:46:17 +01:00
Ruben Verhoef a32c484fd5 fix typo row -> column 2020-02-23 18:45:56 +01:00
Ruben Verhoef 62d74e05f2 Fix saving accounts copy of account number to row 1 and name to row 3 2020-02-23 18:45:36 +01:00
Ruben Verhoef 23ec5cbaa7 Remove "Omschrijving" but not it's value, only the word. 2020-02-23 18:39:39 +01:00
Ruben Verhoef 21fcb6f853 Correctly remove the "Naam" and it's value 2020-02-23 18:38:21 +01:00
Ruben Verhoef 9b0a890531 Add also "Divers" transaction type 2020-02-23 18:37:41 +01:00
James Cole fc81833b50 Update email address 2020-02-05 05:53:12 +01:00
James Cole 90b3bce361 Fix #3042 2020-01-26 07:36:11 +01:00
Justyn ShullandGitHub c5bed5e042 Add Debit to Generic Debit Credit indicator converter
Example CSV export from Community America, a Credit Union in the US:

``` csv
12/11/19,Five Guys,Sale FIVE GUYS,14.51,Debit,Food & Dining,Fast Food,CC1,,,false
12/11/19,Interest Income,Interest Earned,0.01,Credit,Income,Interest Income,Regular Savings,,Interest Earned,false
```

"Debit" is used instead of negative values in the amount column.
2019-12-15 19:06:44 -06:00
James Cole 4ae7501114 Fix #2841 (again) 2019-11-18 20:41:08 +01:00
James Cole 402a6fa4c7 Fix #2841 2019-11-18 19:06:08 +01:00
James Cole 308ce15fae Fixes #2835 2019-11-18 17:39:25 +01:00
James Cole 9ef1af176d Restore the correct copyright owners. 2019-10-05 10:10:11 +02:00
James Cole 92158e52ef Update copyright of Firefly III to the GNU Affero General Public License as suggested by @nxxxse in #2607. This applies to all code in this commit from this moment onwards. 2019-10-02 06:37:26 +02:00
James Cole 19feefda2d Improve test coverage. 2019-08-29 17:53:25 +02:00
James Cole 5fb7635100 Remove double lines from code. 2019-08-28 16:28:14 +02:00
James Cole c2296c3ad5 Code cleanup 2019-08-17 10:47:29 +02:00
James Cole a248544641 Some more last-minute fixes. 2019-08-09 20:33:57 +02:00
James Cole b09504d0f7 Fix broken duplication test routine. 2019-08-09 18:35:34 +02:00
James Cole 1e3d85439e Last minute fixes in test code and UI 2019-08-09 18:06:43 +02:00
James Cole fc70afa3ea Improve test coverage. 2019-08-02 05:25:24 +02:00
James Cole d94d34ca63 Expand test coverage. 2019-07-26 17:48:24 +02:00
James Cole 3b8e95fcca Fix #1652 2019-07-20 16:48:35 +02:00
Sander Kleykens 9e9e5bd6dd CSV file fix for ING Belgium
Parse the description and opposing account information (IBAN and name) from ING Belgium CSV files.
2019-06-23 22:24:52 +02:00
James Cole 956ec23d3c Remove unnecessary slash from in_array() 2019-06-22 13:09:25 +02:00
James Cole 2d3d7f7720 Some generic code refactoring. 2019-06-21 19:10:02 +02:00
James Cole fba3cb6d90 Remove unnecessary backslash 2019-06-07 17:58:11 +02:00
James Cole e15c35de64 Migrated all code to group collector. 2019-05-31 13:35:33 +02:00
James Cole 8b7e87ae57 Big refactor to remove the deprecated transaction collector. 2019-05-30 12:31:19 +02:00
James Cole fd28589395 Fix model and add debug info. 2019-05-11 05:32:09 +02:00
James Cole 63070bffc3 Merge branch 'develop' into v480
* develop:
  Fix #2204
  CSV file fix for Belfius
2019-04-09 07:51:11 +02:00
Sander Kleykens 251e9f9ba1 CSV file fix for Belfius
Correct the description for outgoing recurring transactions in Belfius CSV files
2019-04-06 20:47:35 +02:00
James Cole b692cccdfb User can submit new journal through API. 2019-03-31 13:36:49 +02:00
James Cole 943620c035 Fix #2166 2019-03-22 06:56:01 +01:00
James Cole ca67d98676 Fix some issues with importer #2166 2019-03-17 08:18:42 +01:00
James Cole 71fb9d8fa5 Code cleaning stuff. 2019-02-13 17:38:41 +01:00
James Cole e2530c5486 Refresh journal after a rule is applied, #2070 2019-02-11 17:09:52 +01:00
James Cole 1774bcbabe Add copyright statements and newlines. 2019-02-09 10:36:59 +01:00
James Cole 40d77d82cd Bunq import can now handle timestamps. 2019-02-08 16:45:42 +01:00
James Cole d905849b71 Experimental fix for #2031 2019-01-27 21:23:18 +01:00
James Cole 3e25d66902 Add newlines and copyright notices. 2018-12-31 07:48:23 +01:00
James Cole 7fa2fed147 Fix for #1938 2018-12-30 06:19:16 +01:00