Vell is a comprehensive invoicing and financial management system designed to help you run your business smoothly. It includes modules for managing customers, products, invoices, and staff, as well as a dashboard to give you a high-level overview of your business.
- Dashboard: Get a quick overview of your business with key metrics like total revenue and outstanding invoices.
- Customer Management (CRM): Manage all your customer information in one place.
- Product Management: Keep track of your products and services.
- Invoice Management: Create, send, and track professional invoices.
- Staff Management: Manage your team members and their roles.
- Company Management: Keep your company information up to date.
To get started with Vell, you'll need to have Python and Django installed on your system.
- Clone the repository:
git clone https://github.com/khush-SecondTheCoddee/KOS.git - Install the dependencies:
pip install -r requirements.txt - Run the migrations:
python manage.py migrate - Start the development server:
python manage.py runserver
You can then access the application at http://localhost:8000.