Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 35 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,35 @@
# KOS
# Vell Invoicing and Financial Management System

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.

## Features

* **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.

## Getting Started

To get started with Vell, you'll need to have Python and Django installed on your system.

1. **Clone the repository:**
```
git clone https://github.com/your-username/vell.git
```
2. **Install the dependencies:**
```
pip install -r requirements.txt
```
3. **Run the migrations:**
```
python manage.py migrate
```
4. **Start the development server:**
```
python manage.py runserver
```

You can then access the application at `http://localhost:8000`.
8 changes: 8 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
asgiref==3.10.0
Django==5.2.8
greenlet==3.2.4
pillow==12.0.0
playwright==1.55.0
pyee==13.0.0
sqlparse==0.5.3
typing_extensions==4.15.0
Loading