M manifest.scm => manifest.scm +1 -1
@@ 61,4 61,4 @@
(concatenate-manifests
(list (packages->manifest (list python-woob))
(specifications->manifest
- '("guile" "guile-dsv" "python-woob" "python-prettytable"))))
+ '("guile" "guile-dsv" "python" "python-woob" "python-prettytable"))))
M src/konta/transform.scm => src/konta/transform.scm +1 -1
@@ 33,7 33,7 @@
(let ((payee-name (get-payee-name woob))
(category (get-category woob)))
(make-beancount-entry
- (woob-entry-date woob)
+ (or (woob-entry-real-date woob) (woob-entry-date woob))
payee-name
(woob-entry-amount woob)
(%account-name)