• Stars
    star
    305
  • Rank 136,440 (Top 3 %)
  • Language
    PHP
  • License
    MIT License
  • Created almost 6 years ago
  • Updated 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

🖥️Create an open-source Inventory Management System using CodeIgniter web framework, Php and MySQL. Original source code from an Online Inventory Management Software found on https://codersfolder.com/2018/02/stock-management-system-v2-codeigniter/.

Inventory System

Create an Inventory System using CodeIgniter, MySQL & PHP

Screenshots

Login Page Dashboard Database

System Features

  1. Manage Users
  • Add new user detail
  • View, Update, and remove user information
  1. Manage Groups
  • Add new group information
  • View, Update, and remove group information
  1. Manage Brands
  • Add new brand data
  • View, Update, and remove brand information
  1. Manage Category
  • Add new category information
  • View, Update, and remove category information
  1. Manage Stores
  • Add new store information
  • View, Update, and remove stores information
  1. Manage Attributes
  • Add new attribute information
  • View, Update, and remove attributes information
  1. Manage Products
  • Add new product information
  • View, Update, and remove products information
  1. Manage Orders
  • Add new order information
  • View, Update, and remove orders information
  1. Reports
  • View total amount of sales represented on the graphical chart based on yearly.
  1. Company
  • Update the company information
  • That includes company name, address, phone, message, vat charge, service charge and more..
  1. Profile
  • View the logged in user information
  1. Setting
  • View, and Update logged in user information

Super Admin Credential

email: [email protected] password: password

database name: stock

Server Requirements

PHP version 5.6 or newer is recommended.

It should work on 5.3.7 as well, but we strongly advise you NOT to run
such old versions of PHP, because of potential security and performance
issues, as well as missing features.

Application Server

You can choose to install any of the following Application Server: LAMP, MAMP, XAMMP.

Installation

  1. Clone or download files. Add them to your Root folder if you are using XAMMP the location is "C:\xampp\htdocs\InventorySystem".
  2. Open PhpMyAdmin from your local Application Server.
  3. Create new database and name it as "stock"
  4. Import stock.sql to your stock database.
  5. Turn On Apache and MySQL on your Application Server Control Panel.
  6. Your system show be found on http://localhost/InventorySystem/

License

MIT

Resources

Original Sourcecode from CodeFolder - https://codersfolder.com/2018/02/stock-management-system-v2-codeigniter/ CodeIgniter - Web Framework AdminLTE - Theme

Acknowledgement

Great Project

More Repositories

1

bulk_file_downloader

💾Download bulk images, PDFs, mp3s, etc. from multiple URLs on a txt file, using Python 3.
Python
12
star
2

export-woocommerce-products-wordpress

⬇️Make Python do the boring stuff for you, This will automate the exporting of all your woocommerce products.
Python
5
star
3

search-move-files

🚚Search all files that has a filename as the keyword from a source folder and move files to the new destination folder
Visual Basic
3
star
4

alibaba-open-api

🌐A Python-based integration for the Alibaba Open API, providing authentication, token management, and product listing functionalities.
Python
3
star
5

WinSCP-Delete-Files-Using-Command-Line

🔙This script is a batch file (Delete.bat) that uses the WinSCP command-line tool to connect to an FTP server and delete all files that start with "backup" in the remote directory.
Batchfile
2
star
6

python-email-generator

📧This project is a Python-based email generator that creates and sends product promotion emails.
Python
2
star
7

backup-repos

💾This Python script clones and archives all GitHub repositories for a user.
Python
2
star
8

alibaba-sdk

2
star
9

get-saved-wifi-password

📶This Python script retrieves and displays the names and passwords of all saved WiFi profiles on a Windows machine.
Python
2
star
10

HTML-and-CSS-Minifier

🗜️This Python script minifies an HTML file with embedded CSS using the htmlmin and csscompressor libraries.
HTML
2
star
11

emailable-api

📧This project consists of three Python scripts that allow you to verify email addresses using the Emailable API, check the status of the verification process, and download the results.
Python
2
star
12

ronknight

2
star
13

search-copy-files

Search directory for a specific filename or a file type and copy files to new location using VBScript and batch file
Visual Basic
1
star
14

Text-to-Google-Calendar-CSV-Converter-Retail-Calendar

📆This Python script converts a text file containing events to a Google Calendar compatible CSV format.
Python
1
star
15

BulkCompressImages

🖼️📷Python script for automatically reducing size of all JPEG and PNG images in a directory.
Python
1
star
16

excel-bulk-image-url-validator

Validate auto generated URLs using VBA and Excel. NonExisting URL will be erased from the table. Leaving only validated image URLs.
Python
1
star
17

show-youtube-subscribers-count

A customizable widget that allows admins to add a Youtube Button to their Wordpress site. Enables admin to indicate Channel, Layout and Count visibility.
PHP
1
star
18

shorten-html

🏭This Python script uses the BeautifulSoup library to shorten HTML files by removing certain tags or attributes. It reads an HTML file, performs the desired modifications, and writes the shortened HTML content to a new file.
Python
1
star
19

mailchimp-api

📨This repository contains three Python scripts that interact with the MailChimp API to perform various tasks related to campaigns and segments.
Python
1
star
20

validate-image-url-on-txt-file

✅Validate URLS saved on a text file using python. Request response such as 200, 404, 500, etc will be displayed after each URL.
Python
1
star
21

wp-scripts

👨‍💻Wordpress Header and Footer scriptsA customizable widget that allows admins to add header and footer scripts to their Wordpress site. Can be used for your Google analytics,Adsense, Javascript, CSS, JQuery, Bootstrap, tracking codes, domain verification, etc.
PHP
1
star
22

Brevo-API-Contact-Creation-Data-Processing-with-CSV

🤖This file provides an overview of the Python program for processing CSV data and creating new contact with Brevo API.
Python
1
star
23

brevo-pyplot

Jupyter Notebook
1
star
24

URL-Status-Checker

☑️This Python script checks the status of URLs derived from .png files in a specified directory and writes the results to a CSV file.
Python
1
star
25

alibaba-api

🛒🏙️ This Python project demonstrates how to interact with the Alibaba.com/Taobao API to retrieve product information and manage authentication. It uses the `requests` library to make HTTP requests and the `dotenv` library to load environment variables from a `.env` file.
Python
1
star
26

debounce-api

✔️📧This project consists of two Python scripts that allow you to validate an email list using the Debounce.io API and download the processed file once it's ready.
Python
1
star
27

alibaba-seller-api

🚀A collection of Python scripts for integrating with Alibaba.com's Seller API, allowing you to manage orders, logistics, and more.
Python
1
star
28

delete-unused-codespaces

⬅️This Python script automates the process of deleting unused GitHub Codespaces, helping to free up resources and manage your development environment efficiently.
Python
1
star
29

Brevo-API-Data-Processing-with-CSV

🤖This project automates sending data from a CSV file to the Brevo API for double opt-in confirmation.
Python
1
star
30

imagemagick-get-photo

🖼️This Python script generates JPG images from TIFF files using ImageMagick. It reads item names from a CSV file, locates the corresponding TIFF files in a specified directory, and generates JPG images in another directory.
Python
1
star