Skip to content

devTarak/Shop-inventory-management

Repository files navigation

T Shop Inventory mangement

This project aims to simplify and streamline inventory management for retail shops. It provides an intuitive interface for tracking products, managing stock levels, and generating reports. With its modular architecture and robust features, T Shop Inventory Management helps businesses maintain accurate inventory records and improve operational efficiency.

Features

  • Built on CodeIgniter 4
  • MVC architecture (Models, Views, Controllers)
  • Environment-based configuration
  • Composer dependency management
  • PHPUnit integration for testing

Requirements

  • PHP 7.4 or higher
  • MySQL or compatible database
  • Web server (Apache, Nginx, etc.)

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/sdipos.git
    cd sdipos
  2. Install dependencies:
    composer install
  3. Copy the example environment file and configure:
    cp .env.example .env
  4. Set writable permissions: Ensure the writable directory is writable by the web server
  5. Set up your web server: Point your web server's document root to the public directory.

Project Structure

app/        # Application code (Controllers, Models, Views, etc.)
public/     # Web server root
system/     # CodeIgniter core
writable/   # Writable files (cache, logs, uploads)
tests/      # Unit and feature tests
vendor/     # Composer dependencies

About

This project aims to simplify and streamline inventory management for retail shops.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages