Supply Chain Management – PHP Script

Overview

This Script is best suitable for managing the Incoming inventories from suppliers and outgoings for sale via vans .
The Food Van Franchisee Based companies Can track their daily/weekly/monthly Incoming and outgoing inventories
 

We have Used following Opensource technologies in this application:

  • jQuery
  • PhpExcel
  • Javascript
  • Html
  • BootStrap
  • Admin Lte Responsive Admin Panel theme
  • Codeigniter 3.1.x

Features

In This Script You will find following functionalities :

  • Supplier management
  • Subuser management
  • Product/Item management
  • Tax management
  • Van/Vehicle management
  • Raw material Stock management 
  • Ready Food Stock management
  • Van Outgoings for supply
  • Return food
  • Sales reports

Requirements

This Script is built in Codeignter 3.1.x framework using the HMVC Approach

We need to change the only 1 file : Application/config/database.php

where we need to change the db credentials

#Note : First We need to create a database (ie:scm) then ned to import the scm.sql file from root of this project source code

If our project is running in subdirectory then we need to put that name in .htaccess file in 2nd number of line like :
RewriteBase /scm/
otherwise use following in 2nd line :
RewriteBase /

777 Permission will be rquired for ‘sessions’ folder at root

Instructions

This Script is built in Codeignter 3.1.x framework using the HMVC Approach
We need to change the only 1 file : Application/config/database.php
where we need to change the db credentials
#Note : First We need to create a database (ie:scm) then ned to import the scm.sql file from root of this project source code
If our project is running in subdirectory then we need to put that name in .htaccess file in 2nd number of line like : 
RewriteBase /scm/ 
otherwise use following in 2nd line : 
RewriteBase /

Related