Add the following code to your project's shard.yml under:
dependencies
to use in production
- OR -
development_dependencies
to use in development
Bill is an Accounts Receivable automation system for Lucky framework. It includes tools for creating and tracking invoices, credit notes, receipts and more.
Bill keeps an immutable ledger of transactions from which balances can be efficiently computed. Whenever a business event occurs, a record is kept in this ledger.
Bill is designed for use cases where a self-service application charges users for products or services, or for online marketplaces where businesses charge registered users for same.
Find the complete documentation in the docs/
directory of this repository.
Create a .env
file:
DATABASE_URL=postgres://postgres:password@localhost:5432/bill_spec
Update the file with your own details. Then run tests with crystal spec
.
master
branch: git checkout master
git checkout -b my-new-feature
git commit
git push origin my-new-feature
GrottoPress:master
branch.