{"id":18429683,"url":"https://github.com/nayibor/inventory_sys","last_synced_at":"2026-05-10T02:47:13.542Z","repository":{"id":164526151,"uuid":"81010743","full_name":"nayibor/inventory_sys","owner":"nayibor","description":"cakephp based inventory management system","archived":false,"fork":false,"pushed_at":"2019-05-18T17:16:16.000Z","size":8237,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-16T08:43:32.876Z","etag":null,"topics":["cakephp-application","inventory-management","jquery","mysql","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nayibor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-05T17:59:21.000Z","updated_at":"2019-12-11T09:24:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"363adc20-858b-472b-ae45-89acf0aa031e","html_url":"https://github.com/nayibor/inventory_sys","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nayibor%2Finventory_sys","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nayibor%2Finventory_sys/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nayibor%2Finventory_sys/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nayibor%2Finventory_sys/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nayibor","download_url":"https://codeload.github.com/nayibor/inventory_sys/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248788868,"owners_count":21161726,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cakephp-application","inventory-management","jquery","mysql","php"],"created_at":"2024-11-06T05:18:20.388Z","updated_at":"2026-05-10T02:47:08.502Z","avatar_url":"https://github.com/nayibor.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# README #\n\n\n## What is this repository for? ##\n\nThis repository is for an  open source web based  inventory system.   \nThis inventory system can be used for entities/institutions which have multiple sites but need a centralized system for monitoring inventory across all sites.   \nIt can be used for\n \n* performing sales,receivables,invoicing and also reversal(cancellation) of transactions for the various inventory items\n* Staff management functions(creation,deletion,role assignments) can be done for sites,users\n* Support for bar codes isn't yet supported but will be built in soon\n* manual for application is being done .will be uploaded soon\n  \n\n\n\n## Summary of set up ##\n  the inventory_sys is a web based application so typically a web server and database management system is needed .  \n Web server can be apache,iis or any which supports php 5.5.9 or above and also supports mysql .\n\n## Dependencies ##\n*  php 5.5.9 or above\n*   nodejs v0.10.25 or above . this is used for the print server which will print the    receipts\n*   cakephp 2.6.9 or above.  \n\n## Configuration ##\n  inventory system  uses a mysql database .  \n  Create a database called ```inventory_sys``` on your host machine .  \n  Run the ```inventory_sys_def_install.sql``` a mysql script in the ```/dbase/ ``` folder  to populate the database after it has been created.  \nGo to ```inventory_sys/Config/app/config/database.php```\n  change the value of host,login,password,database to those of your database in the section below.\n  \n  ```\n  public $default = array(  \n\t\t'datasource' =\u003e 'Database/Mysql',   \n\t\t'persistent' =\u003e false,   \n\t\t'host' =\u003e 'host_ip/host_name',  \n\t\t'login' =\u003e 'username_database',  \n\t\t'password' =\u003e 'password_database',  \n\t\t'database' =\u003e 'database_name',  \n\t\t'prefix' =\u003e '',\n\t\t//'encoding' =\u003e 'utf8',  \n\t);\n  ```\n\n##Printer Settings##\n  application has to be configured to know printer it is using for printing .   \n  This can be configured in ```inventory_sys/app/webroot/js/socket.io/printServer.js``` by changing the ```var printer_lpr_options=\"\"``` to point to the correct printing device .   \n  So if the receipt printer device is ```LPT1``` the variable becomes ```var printer_lpr_options=\"LPT1\"```\n\n\n## Deployment instructions ## \n   copy the inventory_sys folder to to your web root folder of your web server installation.\n   \n   Browse to ```http://host_ip|host_name/inventory_sys/```.\n   \n Login in with default credentials: \n\n*  _username_:inv@inv.com   \n* _password_:123\n   \nPlease reset password after you login.   \n Later password requirements will be added to  password logins but not currently in system.   \n  If u get issues with url rewriting or problems with paths go to \n[Cakephp](https://book.cakephp.org/2.0/en/installation/url-rewriting.html) or wire me an email . \n  \n\n### Who do I talk to? ###\n\n* nayibor@gmail.com\n\n\n# CakePHP\n\n[![Latest Stable Version](https://poser.pugx.org/cakephp/cakephp/v/stable.svg)](https://packagist.org/packages/cakephp/cakephp)\n[![License](https://poser.pugx.org/cakephp/cakephp/license.svg)](https://packagist.org/packages/cakephp/cakephp)\n[![Bake Status](https://secure.travis-ci.org/cakephp/cakephp.png?branch=master)](http://travis-ci.org/cakephp/cakephp)\n[![Code consistency](http://squizlabs.github.io/PHP_CodeSniffer/analysis/cakephp/cakephp/grade.svg)](http://squizlabs.github.io/PHP_CodeSniffer/analysis/cakephp/cakephp/)\n\n[![CakePHP](http://cakephp.org/img/cake-logo.png)](http://www.cakephp.org)\n\nCakePHP is a rapid development framework for PHP which uses commonly known design patterns like Active Record, Association Data Mapping, Front Controller and MVC.\nOur primary goal is to provide a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss to flexibility.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnayibor%2Finventory_sys","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnayibor%2Finventory_sys","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnayibor%2Finventory_sys/lists"}