xenophobia Posted July 31, 2009 Share Posted July 31, 2009 Does anyone know where can I get an open-source PHP Inventory systems that integrated with barcode scanner? I found one site: http://www.phpwares.com/content/php-inventory I written in PHP and using MYSQL. It is quite simple to use. Stock in, stock out. That's all I want. But for each transaction, say I bought in 10 stocks for products A, the system just allowed you to enter "10" into the transaction for products A. If you sold it out, put "-10". What I want is a detail track list on each transaction. Say 10 stock in for products A, the system will able to track down, what is the serial no for these 10 stock and will add the serial into the database. When during selling, you just enter the serial no. and the system will able to search from database and know that you are actually selling it and do the rest. Because I've bought a barcode scanner. It is just like an input device (keyboard). Whenever it detected a barcode, it will paste the string of text into the cursor in your PC. So you can open up your notepad and place the cursor on it and start scanning. Quote Link to comment https://forums.phpfreaks.com/topic/168255-php-inventory-systems-with-barcode-enabled/ Share on other sites More sharing options...
JonnoTheDev Posted July 31, 2009 Share Posted July 31, 2009 This should be easy enough to make yourself if you are familiar with php/mysql. In terms of the scanner, use javascript with an onLoad event to set the focus of the field that requires the barcode. Quote Link to comment https://forums.phpfreaks.com/topic/168255-php-inventory-systems-with-barcode-enabled/#findComment-887531 Share on other sites More sharing options...
xenophobia Posted July 31, 2009 Author Share Posted July 31, 2009 The reason is, I lazy to write one if there is already one out there. But after doing a google search for few days, can't find any of it that is suite to my needs. Guess no choice have to write it on my own. :-\ Quote Link to comment https://forums.phpfreaks.com/topic/168255-php-inventory-systems-with-barcode-enabled/#findComment-887540 Share on other sites More sharing options...
xenophobia Posted August 1, 2009 Author Share Posted August 1, 2009 Guys, guess what I found: http://www.phppointofsale.com haha... But Im abit late, Im on my half way of writting my code. Quote Link to comment https://forums.phpfreaks.com/topic/168255-php-inventory-systems-with-barcode-enabled/#findComment-888307 Share on other sites More sharing options...
xylex Posted August 2, 2009 Share Posted August 2, 2009 Just because a script does some function you like doesn't mean you should use it. For example, with this one, looking over the code, I have yet to find a single data sanitization function. Quote Link to comment https://forums.phpfreaks.com/topic/168255-php-inventory-systems-with-barcode-enabled/#findComment-888747 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.