SeanDS / pinto

Supercharged command line interface for Beancount.
GNU General Public License v3.0
3 stars 0 forks source link

No payee #2

Open blaggacao opened 3 years ago

blaggacao commented 3 years ago

It would be useful to be able to make templates with no payee (not even letting to chose one).

When I consolidate my sales from the flee market every say, I don't want to add any payee whatsoever.

Currently, I only cannplace an empty string "", but then the query processor kicks in and proposes some payees. i then have to confirm the empty string and it says "No payee".

That's not as straight forward as I would have wished for:

payee: null

Could be made the signaller for not asking for a payee.

blaggacao commented 3 years ago

Actually it might be better to keep consistent with no_value:

no_payee: true

Sorry I had missed that before.

SeanDS commented 3 years ago

Sounds useful, I'll try to add this.