Giter Club home page Giter Club logo

inventory-manager's People

Contributors

chenster avatar phpcontrols avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

inventory-manager's Issues

File missing

require_once(): Failed opening required 'E:\xampp\htdocs/inventory-manager-master/vendor/autoload.php'

Fatal error: Class 'phpGrid\C_DataGrid' not found

Hello,

I'v got fatal error after installation:

"Fatal error: Class 'phpGrid\C_DataGrid' not found in /var/www/html/inventory-manager/products.php on line 16"

I use this php version : PHP 5.6.33

Can you help me ?

Thank you.

sql showing error

Error
SQL query:

CREATE TABLE orders (
id int(11) unsigned NOT NULL AUTO_INCREMENT,
Title varchar(255) DEFAULT NULL,
First varchar(255) DEFAULT NULL,
Middle varchar(255) DEFAULT NULL,
Last varchar(255) DEFAULT NULL,
ProductId int(11) unsigned NOT NULL,
NumberShipped int(11) DEFAULT NULL,
OrderDate date DEFAULT NULL,
PRIMARY KEY (id),
KEY order_product_fk (ProductId),
CONSTRAINT order_product_fk FOREIGN KEY (ProductId) REFERENCES products (id)
) ENGINE=InnoDB DEFAULT CHARSET=utf8
MySQL said: Documentation

#1005 - Can't create table inventorymanager_2017-06-22.orders (errno: 150 "Foreign key constraint is incorrectly formed") (Details…)

Failed to open stream

Hi,

I am not able to fix this. Can any one help me with this error.

**Warning: require_once(C:\xampp\htdocs/inventory-manager-master/vendor/autoload.php): Failed to open stream: No such file or directory in C:\xampp\htdocs\inventory-manager\test.php on line 7

Fatal error: Uncaught Error: Failed opening required 'C:\xampp\htdocs/inventory-manager-master/vendor/autoload.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\inventory-manager\test.php:7 Stack trace: #0 {main} thrown in C:\xampp\htdocs\inventory-manager\test.php on line 7**

Your help is highly appreciated

getting an error undefined variable in phpGrid

Error message:
Notice: Undefined variable: groupColumnShow in C:\xampp\htdocs\inventory-manager-master\phpGrid\server\classes\cls_datagrid.php(2) : eval()'d code(1) : eval()'d code(1) : eval()'d code on line 2103

Someone please help ASAP

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.