Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.
/ pykirjanpito Public archive

Several (hacky) scripts to use with Tietokilta's accounting

License

Notifications You must be signed in to change notification settings

Tietokilta/pykirjanpito

Repository files navigation

pykirjanpito

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.

Getting started

  1. Create virtual enviroment and install requirements.
pip install -r requirements.txt
  1. Install MySQL or similar database. Create the tables from basesql.sql
  2. 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
  1. Now you can add events to the system using
python add_event.py
  1. You can check if the people have paid
python check_payments.py <eventid>

About

Several (hacky) scripts to use with Tietokilta's accounting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages