Tool to auto populate Ledger with enteries when the time comes
This application moves transactions from a scheduled transaction file to a main ledger file. A very common task would be to use this app as part of a cron job after using Depreciate for Ledger.
This application moves transactions from a scheduled transaction file to a main ledger file. A very common task would be to use this app as part of a cron job after using Depreciate for Ledger.
To install LedgerScheduler, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install LedgerScheduler
To see what files were installed by LedgerScheduler, run:
port contents LedgerScheduler
To later upgrade LedgerScheduler, run:
sudo port selfupdate && sudo port upgrade LedgerScheduler
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.