-
Notifications
You must be signed in to change notification settings - Fork 7
An open source, next-generation enterprise billing solution.
License
bcowdery/billing-ng
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Billing NG An open source, next-generation enterprise billing solution. Brian Cowdery ([email protected]) http://pointyspoon.com ------------------------------------------------------------ For now this is a sandbox project that contains billing and billing-related code developed following strict development and testing policies. It is not likely that this project will ever become a full-fledged billing system as it is developed in my spare time, usually to satisfy my own curiosity. Database setup: ------------------------------------------------------------ mysql -u root mysql> create user billing identified by 'password'; mysql> grant usage on *.* to billing@localhost; mysql> grant all privileges on billing.* to billing@localhost identified by 'password';
About
An open source, next-generation enterprise billing solution.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published