- Apr 22, 2023
-
-
Davis Silverman authored
Hi there, I try to tackle #798 here. It was suggested to throw this behind a feature flag, so here it is! this does its best to import the problem file in #767. I am working on this because it would make my work on #918 easier :) Feel free to set the feature flag to true and try the new importer. The date parser is not as sophisticated as the one in `node-libofx`, but I tried 3 different OFX files, one from my bank, one from the mocks, and one from #767. They all seem to work well enough on that front, but this is definitely the weak point of the new implementation. Let me know what you think!
-
- Mar 24, 2023
-
-
Jed Fox authored
Seems to build fine, will test later.
-
- Mar 11, 2023
-
-
Jed Fox authored
Fixes #19 by setting the file type before attempting the parse. You’ll now be able to change the import options even if the first import attempt failed. <img width="826" alt="Screenshot_2023-03-10 07 40 23" src="https://user-images.githubusercontent.com/25517624/224318498-565e1835-8820-4eaf-9e58-df33bb46d744.png">
-
- Mar 01, 2023
-
-
Neil authored
* Addd option to include exchange rate during import * Added changes to multipler option within form * Use Input component * build fixes * Fix parsing errors * lint fixes * Update packages/loot-design/src/components/modals/ImportTransactions.js Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv> * Update packages/loot-design/src/components/modals/ImportTransactions.js Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv> * Update packages/loot-design/src/components/modals/ImportTransactions.js Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv> * Variable name updates * Record a trace when retrying failing tests --------- Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv> Co-authored-by:
Jed Fox <git@jedfox.com>
-
- Feb 24, 2023
-
-
Matiss Janis Aboltins authored
*
(import) date formats supporting digits without leading zeros Closes #607 * ISO test case
-
- Feb 10, 2023
-
-
Matiss Janis Aboltins authored
*
(prettier) adding trailing commas * More commas
-
- Jan 12, 2023
-
-
Matiss Janis Aboltins authored
-
- Sep 02, 2022
-
-
Tom French authored
* style: enforce sorting of imports * style: alphabetize imports * style: merge duplicated imports
-
Tom French authored
* style: enforce ordering of imports * style: sort imports in loot-core * style: sort imports in desktop-client * style: sort imports in loot-design * style: manual fixes
-
- Aug 23, 2022
-
-
Tom French authored
-
- Jul 11, 2022
-
-
Arthur E. Jones authored
-
Arthur E. Jones authored
-
Arthur E. Jones authored
-
Arthur E. Jones authored
-
Arthur E. Jones authored
Previous implementation could not parse dates that are lacking delimiters. Fix issue #116
-
- Apr 29, 2022
-
-
James Long authored
-