mbank-cli icon indicating copy to clipboard operation
mbank-cli copied to clipboard

history with comments

Open piotrcichosz opened this issue 4 years ago • 5 comments

Hi, use case scenario: pay for few orders with payu, at the end of the month all these payments I see as "payu", so I need to search through my orders and compare date/price to find out whether I was paying for coffee, or computer hardware For my budget purposes I could use option to import/list comments added to transactions. Have you thought about it, or maybe can give some advice if I can find the time to look into code and work on that?

piotrcichosz avatar Apr 14 '20 21:04 piotrcichosz

Oh, I see PR created for https://github.com/jwilk/mbank-cli/issues/84 is fetching json, that has comment field. so now I have only question if/when are you planning on merging it? :) I added optional flag --with-comment to history2019 and would be happy to create PR for that

piotrcichosz avatar Apr 14 '20 22:04 piotrcichosz

I've added comments to history2019 (commit 4b0af5f3e403532924663bd2cda2464496344692).

At the moment there's no option for the feature; the comments will always show up if they exist.

jwilk avatar Jan 28 '22 19:01 jwilk

something happend to the comments? I don't see them anymore

piotrcichosz avatar Jun 15 '22 11:06 piotrcichosz

They show up for me just fine.

jwilk avatar Jun 22 '22 14:06 jwilk

To clarify, the change I made only affects the normal history output.

For the --export option, mbank-cli prints exactly what it received from the server. This does not include comments at the moment.

jwilk avatar Jun 22 '22 19:06 jwilk