An app I made to keep track of my spending. Please don't show this to an accountant: I used my own concepts, which probably differ a lot from real accounting
This app runs on Pharo 10.
Once in Pharo, evaluate:
Metacello new
baseline: 'PersonalBank';
repository: 'github://sonibla/PersonalBank';
load.
Evaluate:
AccountingNotebookPresenter new open
Then discover. Maybe my UI should need explanations, maybe not, idk (I did this app for myself so I made it intuitive for me, without following any UI/UX guidelines)
This project is licensed under the MIT License - see the LICENSE file for details