Stefan Hall

Results 10 comments of Stefan Hall

I would potentially be interested in this too!

I get the following error when uploading the attached budget: ``` failed to run import TypeError: undefined is not an object (evaluating 'data.payees.find((payee)=>payee.name === 'Starting Balance').id') (anonymous function) — ynab5.ts:144...

I have put up #2191 which I think should address the 'starting balance' issue

👋 @Hbicari if you can share the file you tried to import someone might be able to take a look for you

@Hbicari looks like it doesn't like that you have a category group called 'Income' - this bit in your json file ``` "category_groups": [ { "id": "35b1d775-605c-4a5b-8c80-473a5f4de675", "name": "Income", "hidden":...

👋 I have extracted the check and applied it to all the string literals in the file. Seems like it might be out of the scope for what we initially...

👋 Im having trouble getting the split rule to apply when importing a transaction via the api. I have tried importing via a file and works, however I can't seem...

Id be happy to have a crack at implementing the api path if you can point me in the right direction

Hi folks, just added a VRT test in #2604 Whilst writing the test I noticed a couple of things ## 1. Setting a category in the before split doesn't make...

> For 1, the idea was that the actions there apply to all splits. I think a rename from "Before split" to "Apply to all" makes sense; what do you...