A double-entry bookkeeping computer language that lets you define financial transaction records in a text file, read them in memory, generate a variety of reports from them, and provides a basic web interface.
A double-entry bookkeeping computer language that lets you define financial transaction records in a text file, read them in memory, generate a variety of reports from them, and provides a basic web interface.
To install py311-beancount, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py311-beancount
To see what files were installed by py311-beancount, run:
port contents py311-beancount
To later upgrade py311-beancount, run:
sudo port selfupdate && sudo port upgrade py311-beancount
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.