aboutsummaryrefslogtreecommitdiff
path: root/ledger.py (follow)
Commit message (Collapse)AuthorAgeLines
* First attempt at sorting accounts.Adrián Oliva2023-05-08-0/+4
| | | | I DID IT!! I'm really happy with the result. :')
* First step to adding filters to accounts.Adrián Oliva2023-05-08-3/+3
|
* First attempt at balance!!Adrián Oliva2023-05-07-0/+4
| | | | The output still needs colors, but it's functional. :D
* First attempt at sorting.Adrián Oliva2023-05-07-0/+4
| | | | | We can only sort by date and amount right now. I don't know if there are other important ways of sorting. D:
* First attempt at the register command.Adrián Oliva2023-05-05-1/+6
| | | | Still needs colored output and doesn't have any filters to it.
* First attempt at storing ledger entries.Adrián Oliva2023-05-04-1/+8
| | | | | Now we can store the entries in very simple ways and we can even print them!
* Read and test command line arguments.Adrián Oliva2023-05-03-0/+12
First try at reading command line arguments. Still needs testing the command `--sort`.