/PersonalBank

Personal accounting app

Primary LanguageSmalltalkMIT LicenseMIT

PersonalBank

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

License: MIT Open Source <3

Installation

This app runs on Pharo 10.

Once in Pharo, evaluate:

Metacello new
    baseline: 'PersonalBank';
    repository: 'github://sonibla/PersonalBank';
    load.

Usage

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)

License

This project is licensed under the MIT License - see the LICENSE file for details