Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.5 KB

File metadata and controls

31 lines (25 loc) · 1.5 KB

Dairymanagement

Flutter Project for Database management

Living on the edge

Flutter Web is currently in beta as of 30th September 2020. Flutter Web is currently stable. I've written a PHP script that simply executes queries and returns the results as json.

This project simplifies the production and distribution of dairy products.

Features:

  • Obtain Milk from Milk Producers
  • Pay to Milk Producers at any time
  • View/Manage Employees and their salary
  • View/Manage Transport system status
  • Outlets can request for more stock from main office
  • Outlets can sell dairy products and stocks are updated in real time throughout the database
  • Admin can add or remove users
  • Outlet managers can accept the order and proceed with delivery
  • All user types have same login. Each user is redirected to a page based on their user type
  • And its a PWA. Users can install it as an app through their web browser and updates will be served automatically

How to run:

  1. Make sure Flutter SDK is configured properly. You may run flutter doctor to check this
  2. Clone this repository: git clone https://github.com/lightningbolt047/dbms_project/
  3. For release build run: flutter build --release
  4. For debug build run: flutter build --debug