Skip to content

malexmave/python-invoice-manager

Repository files navigation

InvoiceManager

I was working on my own invoice manager, as I did not find any software that did what I needed and was open source. I have since abandoned this project, so don't expect any updates to this repository, unless I have way too much time.

I put the code up anyway as it may serve as a viable basis for others to write their programs, and because I liked some of the things I wrote, like the dynamic generation of data types (see data/datatype.py, or the related blog post).

Branches

The standard branch of this project is "development". There is also another branch containing code for dynamic generation of SQLite interfaces for the data types, which generally works but contains failing tests, as the dynamic tests do not take foreign key constraints into account.

Dependencies

License

BSD 2-clause license

About

An invoice manager I was working on. Development status: Questionable. I may be working on this in the future, or may not.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages