keenlearner Posted March 19, 2008 Share Posted March 19, 2008 Hello, I was asked to build a small business management system, I think this is very common topic. Where staff can record product sales, record customer who buys the product, store product's details, calculate monthly revenue. I had searched around for the ready code, but couldn't get a nice one. If I got it, I would only customize the code to that specific company needs. Is there any package that you know of ? It could be either in PHP or Perl implementation using MySQL. Thank you. Quote Link to comment https://forums.phpfreaks.com/topic/96922-php-business-management-system/ Share on other sites More sharing options...
dbo Posted March 19, 2008 Share Posted March 19, 2008 You need to look for ERP or CRM solutions. That being said, this isn't really a design question. Quote Link to comment https://forums.phpfreaks.com/topic/96922-php-business-management-system/#findComment-495936 Share on other sites More sharing options...
keenlearner Posted March 19, 2008 Author Share Posted March 19, 2008 Sorry for the wrong section, but what do your ERP and CRM stand for ? Thank you. Quote Link to comment https://forums.phpfreaks.com/topic/96922-php-business-management-system/#findComment-495942 Share on other sites More sharing options...
dbo Posted March 19, 2008 Share Posted March 19, 2008 Enterprise Resource Planning Customer Relationship Management Quote Link to comment https://forums.phpfreaks.com/topic/96922-php-business-management-system/#findComment-495947 Share on other sites More sharing options...
keenlearner Posted March 19, 2008 Author Share Posted March 19, 2008 Thanks for the suggestion, but this is for small business sale management, I need something simpler like this, but this one lack of a few features like to record sales, add stock item, calculate revenue. http://webscripts.softpedia.com/script/E-Commerce/PHP-Business-Management-System-41734.html Quote Link to comment https://forums.phpfreaks.com/topic/96922-php-business-management-system/#findComment-495969 Share on other sites More sharing options...
dbo Posted March 19, 2008 Share Posted March 19, 2008 It's your call, but from personal experience I'll tell you that these little systems seem great initially then crash in a burn of fire when the business grows. New needs arise and the system can't handle it. Here are some examples: * Need to export data to quickbooks * Need to integrate with third party system You might say, hey I'll just change the code. If the chosen system allows you to do that it might work, but it just puts a bandaid on a larger problem. Uh oh, you've now broken the upgrade path. But wait, anytime they want a change I'll do the work. Oh wait, they get pissed off at you because they're paying you too much, now what? Now they are SOL with a custom built system that no one knows of and cannot maintain. They're forced to scrap the whole thing or pay someone else far more than they need to, all because you've put them in a bad position by making a poor technology choice from the get go. Go with something well known and support. It's your responsibility. Quote Link to comment https://forums.phpfreaks.com/topic/96922-php-business-management-system/#findComment-495982 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.