PHP Inventory

 

Description

PHP Inventory is free, open-source, web-based inventory tracking solution, designed to provide small businesses the efficiency of large companies.

Inventory Control reduces costly inventory errors, improves customer service, and will increase the value of your business. PHP Inventory is easy to use and implement without the cost or complexity of larger inventory tracking systems.

Demo

You can access program demo here: PHP Inventory demo

To login as administrator use:
Username: admin
Password: demo

To login as regular user use:
Username: user
Password: demo

Download & Installation

Download the file below and extract it. Installation instructions are located in readme.htm file

Support

Feel free to leave a comment below if you need help with the script or open new topic in our forum (requires registration)

 

AttachmentSize
php-inventory_1.2.zip147.28 KB

Comments

Re

We could dispute for a long time just about the chronicle of research papers writing, but will state that the essay editing service could create the great quality custom essays eternally. Is this correct?

Re

Order Cheap Meds Without Rx. cialis online. Buying Drugs Without a Prescription.

Great work!!

A very good program. When will 2.0 come out? Thanks

Thank you!!!!

This was just the thing for our paper inventory. We don't need prices just quantities to know if we need to order or not. Thank you so much for providing this. Looking forward to 2.0.

php-inventory NOT able to login

Unable to login. index.php just refreshes. Currently on a linux server. Error log says 'sesssion.save.path' is NOT correct. Actual directory is /v/w/php-inventory/lib but the path set incorrectly shows /v/lib/php/session with the referer #http://localhost/index.php

Your online demo does not work with either ID or password, in CAPS or lower case.

'Busy' is not an excuse for poor performance.

Reply

Reply

Essay education

The essay writing just about this good post, people will notice at the essay writing organization. Buy the term paper and custom essay just about this post.

Re

If you keep on working on your superb thought connected with this good topic, could you please write something just about already written essays, because we try to purchase written essay from the writing service.

Fatal error: Cannot redeclare fputcsv() in

Really good job and thanks for sharing.
However I got a problem when entering 'index.php', the message is

Fatal error: Cannot redeclare fputcsv() in /var/www/inventory/lib/common.php on line 935

OS: Ubuntu server 9.04
Apache 2, PHP 5. and MySQL 5.
Database tables were correctly created.

Please advise any idea. Thanks.

.htaccess Problems

It says to insert the code so that the .xml config files don't show. Well i don't know where to place the .htaccess file in order to prevent this since there isn't already a .htaccess file in my directory. Any help would be appreciated.

Thanks in advance

rwilson16@my.devry.edu

When will PHP Inventory 2.0 be ready?

Please be informed. Thanks,

awesome

Great job on this program. It works great and I'm sure 2.0 will be even better. Keep up the awesome work. Thnks

Online demo failure

I'm having the same symptom. Went to the login page and it clears and refreshes. Using Chrome and Mozilla. Would love to try the program.

About the Demo

I tried logging in but it just keeps refreshing, is the online demo busted or something? Hope to try version 2.0 very soon :D keep up the good work

Same, wonder whats going on?

Same, wonder whats going on?

Problem when running 2 of this database

I had installed two of this sotfware in my webserver saved in two different directories and my problem I can modify the data on the other database specially the transaction even I'm not logged there leaving only "()" on the user. My problem is no traceability who add/subtract in the transactions.
Need help pls. Thanks In Advance

Re: Problem when running 2 of this database

I think you're having problem with session cookies. Open your /lib/site.php file, around line #55 you'll see this code:

session_start();

Right above it add this line:

session_set_cookie_params(3600, '/inventory1/');

Where 3600 is the number of seconds user stays logged-in (in this case one hour) and inventory1 is the name of directory where you have the script installed.

Do so for both scripts (changing the name of directory accordingly) and it should fix your problem.

How can Download the PHPInventory Version_2

Now iam using php v1.2 i want upgrade the my version ,free download is available

Re: How can Download the PHPInventory Version_2

Sorry, been very busy lately, version 2.0 is not ready yet. Please sign up to our newsletter and you will be notified when it come out.

PHP- inventory not worling

I installed the xampp Software in my web server, I download the Inventory software and copy it following location ...

Edit by admin: discussion moved to our forum

PHP- inventory not worling

Same problem

For those who have login problem

For those who have login problem, please open /lib/site.php file with your editor and change line #55 from:

session_set_save_handler ("open", "close", "read", "write", "destroy", "gc");

to:

//session_set_save_handler ("open", "close", "read", "write", "destroy", "gc");

It seems that some PHP/Apache setups are having problem with handling sessions. The idea for this fix was suggested by Ian Palmer.

If you're still having problem, please create a new topic in our forum or use Contact Us page.

Thanks

Affter doing Changes, i can login to site

Search Option

is it possible to adding search option?

please hit me a mail about how to add (-:

at xmind007@gmail.com

Re: Search Option

Search option will be included in PHP Inventory 2.0

Stock Location

is it possible to adding multiple inventory stock location option?

Unable to login

Ive installed the script but when i enter the logon credentials and hit enter or click login, the page just refreshes and doesn't actually do anything. The username and password field are cleared and there is no error output. It behaves the same regardless of the username and password entered.

I have verified the db settings in the config script

Re: Unable to login

I don't want to overcrowd comments with support questions, drop me a line in Contact Us page and I'll try to help you out.

I am having the same problem.

I am having the same problem.

I had to make one minor change to get to the login screen
I had to edit the site.php file, I had to add a ./ infront of pb_events as I was unable to reach the login screen until doing this.

Could this be an indicator.

I am running Mysql 5.0.51 and PHP 5.2.5 and apache 2.2.8

eEmail: ian.palmer@nuth.nhs.uk

that didnt work for me. I am

that didnt work for me. I am able to see the login screen no problem. However entering any credentials and attempting to login just refreshes the page. Entering no credentials and attempting to login gives the same result. The page just refreshes as if i had hit f5.

Solved it

Or at least found a workaround. If anyone needs to know then email me.
ian.palmer@nuth.nhs.uk

No, thats what I meant.

I was and still am unable to log in. I had to make the change mentioned before I was able to reach the login screen.

As suggested I have emailed the problem to the "Contact Us" to avoid unneccessary chatter on the comments screen.

Any Ideas?

Any Ideas?

Please help I have this problem

When I tried to add new data for Vendor, Suppliers, etc (everything) it would show error message like this

INSERT INTO `site_vendors` (`vendor_id`,`vendor_name`) VALUES('','Test')Incorrect integer value: '' for column 'vendor_id' at row 1

Please help me with this since I am not so good with PHP and MySQL

Re: Please help I have this problem

Sounds like you are running MySQL 5.0 with SQL strict mode enabled. To disable strict mode, find your MySQL configuration file (my.cnf or my.ini), change from: sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"
to:
#sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"

and restart the server.

Version 2.0 Release??

Sounds like version 2.0 will be great! Any word on when it will be available. 1.2 is great but would love to use 2.0 before I dig into modifying to fit my needs.

Great job and looking forward to future releases!

Re: Version 2.0 Release??

Version 2.0 beta should be ready in about two weeks. If you'd like to get notified about any pre-beta releases, please subscribe to our newsletter.

need to add / display product images

I am having a hard time knowing the syntax and field types that can be added to the add.xml, list.xml, and details.xml

Any documentation would be greatly appreciated.

Re: need to add / display product images

Images are coming in PHP Inventory 2.0. Also, with version 2.0, framework will be changed to CodeIgniter, which has excellent documentation. Stay tuned, or even better - subscribe to our newsletter!

PHP Inventory 1.2 is released

Thank you for submitting bugs. Both issues were fixed, along with some others, in version 1.2 release. Please download new file, upgrade instructions are included in readme.htm

Thank You!!!

I have been looking for the newer version of this application for sometime now as older verion had the bugs pointed out in earlier post.

Re: Thank You!!!

I'm glad to hear you find it useful. If you find any more bugs or have any feature requests - let me know.

inventory system for bookstore

hi
I am very glad to find ur site. I'm looking for an onlite inventory system for bookstore,that contain searching books with customers and also getting report for manager.also need a section for customer for acution their second hand books and of course in php.I am looking forward to see ur version 2, that may contain all these.
thanks again for ur very useful codes!

mirghaderi@yahoo.com

Login page nuisance

In login page, when I enter username, password, and click enter - it doesn't submit the form. Instead I have to click on login button with the mouse. It's a small thing, but very annoying.

Bug in "Add new transaction" page

When adding new transaction, date field drop-downs are all filled with {NAME}.

Garbage?

Perhaps you should ensure your crap works?

Amazing

It always amazes me how people can come on to a forum for a freely distributed software which is obviously in it's infancy and show such apparent disrespect for the author who has put so much hard work into a first version.

Should this place not be for constructive criticism rather than arrogant rudeness, shame on you!

great little app

Keep up the good work and don't let the bastards keep you down!