BillDocs is a platform designed to help users create and manage invoices and receipts. It allows users to generate detailed invoices, send them to clients, and track payment statuses. BillDocs simplifies the process of managing transactions and ensures accurate documentation for both users and their clients.
To get started with BillDocs:
Clone this repository
git clone https://github.com/Ayobamidele/billdocs.gitNavigate to the project directory:
cd billdocsInstall the required dependencies:
git clone https://github.com/Ayobamidele/billdocs.git
pip install -r requirements.txtStart the application:
python run.pyPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate. To contribute:
Fork the repository.
Create a new branch:
git checkout -b feature/your-feature-nameMake your changes.
Commit your changes:
git commit -m 'feat: Add some feature'git push origin feature/your-feature-namePlease make sure to update tests as appropriate.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
MIT