Coder Social home page Coder Social logo

dairy's Introduction

Dairy

Simple Dairy Record Management System built with vanilla php as a Pro-Bono Project for a college student

Features

  • Manage farmers
  • Manage employees and their roles
  • Record delivery
  • Set payment rates
  • Pay farmers
  • View reports

Roles

1. Manager

Has access to all the features

2. Supervisor

Can perform all MAnager tasks except

  • Set payment rates
  • Manage employees

3. Clerk

The employee who is receiving the deliveries

  • Record deliveries
  • Add Farmers
  • View reports

Quick Guide

  1. Clone this repo to your documents root e.g under c:\xampp\htdocs\Dairy on windows
  2. Import the dairy.sql file to your database. (You can create a database called dairy using phpmyadmin and import this file into it)
  3. open inc\config.incl.php file and enter your database settings
define('db_host', 'localhost');
define('db_user', 'root');
define('db_password', '');
define('db_database', 'dairy');
define ('PAGE_URL', 'http://localhost/Dairy/');
  1. Open the url to your project e.g http://localhost/Dairy and login with an already created account

Demo Accounts

1. Manager

email: [email protected]

password: manager123

2. Supervisor

email: [email protected]

password: supervisor123

3. Clerk

email: [email protected]

password: clerk123

dairy's People

Contributors

morrismukiri avatar

Stargazers

 avatar  avatar  avatar  Vivek Deshmukh avatar Hardik Yewale avatar  avatar Bard avatar  Frank Muhoro avatar  avatar Chen Xupeng avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar @popekiama avatar  avatar  avatar MainaUrbanus avatar NjengaSheba avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar GURUPRASAD KV avatar  avatar

dairy's Issues

Password

Can you provide me with one password for the employee to test it? I have tried creating one from phpmyadmin but not working maybe the hash function.

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.