Several (hacky) scripts to use with Tietokilta's accounting. As you can see, this system is not very user-friendly at the moment.Proceed with caution.
- Create virtual enviroment and install requirements.
pip install -r requirements.txt
- Install MySQL or similar database. Create the tables from basesql.sql
- Create file configuration.yaml and configure it with your details
username: USERNAME # account details @ kirjanpito.tietokilta.fi
password: PASSWORD # account details @ kirjanpito.tietokilta.fi
database: mysql://username:password@localhost/kirjanpito?charset=utf8&use_unicode=0
- Now you can add events to the system using
python add_event.py
- You can check if the people have paid
python check_payments.py <eventid>