Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angerman/hinvoice
A text based invoice system written in haskell
https://github.com/angerman/hinvoice
Last synced: about 9 hours ago
JSON representation
A text based invoice system written in haskell
- Host: GitHub
- URL: https://github.com/angerman/hinvoice
- Owner: angerman
- License: bsd-3-clause
- Created: 2014-04-13T13:35:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-08T15:15:38.000Z (over 10 years ago)
- Last Synced: 2024-10-11T23:45:14.693Z (26 days ago)
- Language: Haskell
- Homepage:
- Size: 332 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HInvoice
A text based invoice system written in haskell.
## Getting started
Setup the sqlite database.
```
$ sqlite3 invoice.db < schema.sql
```For now starting with `runhaskell` should be sufficient.
```
$ runhaskell App.hs
```