Giter VIP home page Giter VIP logo

paint-app's Introduction

PaintApp

PaintApp is a Django app for Paint Shop Management. The client can store all the shop records, access product inventory and get meaningful outputs for their shop.

Quick start

  1. Add "paint" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [ ... 'paint', ]

  2. Include the paint URLconf in your project urls.py like this::

    path('', include('paint.urls')),

  3. Run python manage.py migrate to create the paint models.

  4. Start the development server and visit http://127.0.0.1:8000/

User Names and Passwords

  1. admin -> admin12345
  2. a -> a

User Manual

  1. Home Page
  • Here you have three options at the top.
    1. Shop Records
    2. Analysis
    3. New Records
  • There are six most frequently used options:
    1. New Sales
    2. Add Product
    3. Search Customer
    4. Search Product
    5. Search Distributor
    6. Track Delivery
  1. Shop Records Page

On this page you get the options to view all the data stored in the database. These are all the old data of your shop.

  1. Analysis

This page gives you the options to view your sales, purchases, office expenses and profit or loss on a monthly or yearly basis in graphical form. There is a NOTE button on the bottom of each graph which shows you the change in sales, purchases, profits or loss compared to previous month/year.

  1. New Records Page

This is the page where you can add the new data of the shop. You will get the options of all the entries in which the data can be inserted. Clicking on the any of the options will take you to the 'add records' page of that entry, where you can add the new data, modify it or delete it.

  1. Search Customer Page

Clicking on 'Search Customer' tab on the home page takes you to the search form where you can search the customers using their name or phone number. You can type in some pattern and the app will fetch the results which are similar to those patterns. There is a 'New' and 'Update' tab on this page which takes you to the 'add records/change records' page of customers.

  1. Search Products Page

Clicking on 'Search Products' tab on the home page takes you to the search form where you can search the products using their name. You can type in some pattern and the app will fetch the results which are similar to those patterns. There is a 'New' and 'Update' tab on this page which takes you to the 'add records/change records' page of products.

  1. Search Distributor Page

Clicking on 'Search Distributor' tab on the home page takes you to the search form where you can search the distributors using their name or phone number. You can type in some pattern and the app will fetch the results which are similar to those patterns. There is a 'New' and 'Update' tab on this page which takes you to the 'add records/change records' page of distributors.

paint-app's People

Contributors

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