Jump to content

PHP Business management system


keenlearner

Recommended Posts

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.

Link to comment
https://forums.phpfreaks.com/topic/96922-php-business-management-system/
Share on other sites

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

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.