anisbhsl / DAIRY

Dairy Record Management And Production Data Analytics System in Django
5 stars 0 forks source link
django mysql python3 web-application

DAIRY

DAIRY RECORD MANAGEMENT AND PRODUCTION DATA ANALYTICS SYSTEM

A complete record tracking and production data analytics for dairy industries.

Install Instructions

  1. Clone the repository:

    git clone https://github.com/anisbhsl/DAIRY.git
  2. Install the requirements:

    sudo pip3 install -r install.txt
  3. Connecting to database:

In your dairy/settings.py

DATABASES = {
    'default': {
        'NAME':'my_database', ## This is your database name
        'HOST':' ' ##Hostname , default is '127.0.0.1',
        'USER':'username', ##name of user
        'PASSWORD':' ', 
        'ENGINE': 'django.db.backends.mysql',
    }
}

Help

  1. Finally goto the cloned directory and execute:
    python3 manage.py runserver

Features

  1. Record Keeping
    • Milk Purchase Record
    • Stock Records
    • Product Sales Records
    • Operational Cost Records
  2. Nepali Date Format
  3. Easier Report Analysis for desired period
    • Print Report
    • Convert Report to Excel format

App Screenshots

  1. Dashboard Dash

  2. Purchase Milk Purchase Milk

  3. Stock Stock

  4. Sell Sell

  5. Reports Report

  6. Purchase Report Purchase_report

License: MIT

Author

Anish Bhusal