Giter VIP home page Giter VIP logo

partum_inventory's Introduction

Inventory Management System

Inventory Management System is a web based Application developed in Python/Django. The Software is designed for the small business to maintain there records, customer ledger, sales and etc.

Designed by Partum Solutions (New Startup in Quetta, Pakistan. Provides Services and Solutions).

Features

Retailers (Multi Tenancy)
Customer and Ledgers
Stock Management
Low Stock Notification
Sales
Employees
Expenses
Suppliers
Feedback
Sales Reports (Daily, Weekly, Monthly)
Stocks Logs (Daily, Monthly)

Python Version

2.7.10

Using Django Framework and JQuery on the Frontend

Demo URL

You can find the Demo here

To Get Started

  1. Create a Virtual Environment

  2. Create a Fork and Clone Project by using the following command

git clone [email protected]:janzaheer/partum_inventory.git

  1. Create local settings file and add the local database configuration, You can use any database SQLite, Mysql or Postgress SQL etc. Following is the configuration code for SQLite database.
# settings_local.py

import os

BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))

DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.sqlite3',
        'NAME': os.path.join(BASE_DIR, 'db.local'),
    }
}
  1. Go to the main directory where manage.py file exists abd install all the requirements by running the command:

pip install -r requirements.txt

  1. Migrate by runnning the following command.

python manage.py migrate

  1. Create super user to access the admin

python manage.py createsuperuser

  1. Run the Django Server by using following command.

python manage.py runserver

Now you can access the application in your browser by URL http://localhost:8000

Need Help?

  • You can ask me any question any time, email me [email protected]
  • Please use GitHub issues to report issues.

Contribute

As an open source project with a strong focus on the user community, we welcome contributions as GitHub pull requests. See our Contributor Guides to get going. Discussions and RFCs for features happen on the design discussions section of our Forum.

partum_inventory's People

Contributors

janzaheer avatar hassi12 avatar testfgrr avatar miltonmce avatar dependabot[bot] avatar abdurrehmanjami avatar amonim32 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.