Hi,

I'm recording supplier bills like that :

2019-08-20 * "Peinture et cloison, facture 324 du 15.8.2019"
    Expenses:Amenagements                               4500 CHF
    Liabilities:Suppliers:Peintre
    due_date: 2019-08-30


I want a query showing me payables wich are now due, so i could do payments 
in time:

I tried a query like : select date, description, position, balance  where 
any_meta('due_date') > today()

but it fails with "TypeError: '>' not supported between instances of 
'NoneType' and 'datetime.date'"

Any hint to help me doing something in that spirit would be appreciated.


-- 
You received this message because you are subscribed to the Google Groups 
"Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beancount/e3d1a189-4178-48ab-9342-9a40319435aa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to