Public bug reported:
Binary package hint: beancounter
as of version 0.8.8, deactivate is permanent, requiring manual db edit to undo.
There should be a command to reactivate and/or it should be re-activated
when the addportfolio command is subsequently issued for that symbol.
Finally, there is
Public bug reported:
Binary package hint: beancounter
specifying "usd" in the currency field of the addportfolio command
results in failure on next status command:
$ beancounter addportfolio intc:10:usd
$ beancounter status
Found no usd for 20090522 in the beancounter database.
Use the --date
** Tags added: manpage
--
beancounter manpage mistook dbname config option for dbsystem
https://bugs.launchpad.net/bugs/379493
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
http
Public bug reported:
Binary package hint: beancounter
installing beancounter with apt-get install does install most other
dependencies, but for some reason libdbd-sqlite3-perl had to be manually
installed. This happened to me twice yesterday on 2 different machines.
$ apt-cache show beancounter
Public bug reported:
Binary package hint: beancounter
The dbname config option in the manpage is labeled twice incorrectly as
"dbsystem..."
$ man beancounter | grep -A1 -P '^.*.(dbsystem|dbname).{0,75}.' -o
--dbsystem system use db backend system, default is PostgreSQL
--