Running a Small Business on the Linux Platform?
WinDOOR asks: "As part of a small-mid sized family business, finding a way to rid ourselves from the dependence of using Microsoft products is a very daunting challenge. I've been searching for a good Linux based ERP/CRM software that's adequate for use with about 20 or so users and that can handle light manufacturing and POS type order inputting. I've looked at Compiere, but consider the Oracle tax to be one and the same as the Microsoft tax.
We don't have the money nor expertise to design our own solutions like the big corporations that have switched sides. What packages or vendors have you had the most success with? Is Postgre or MySQL an acceptable database backend? Is there a viable replacement for MS Access yet? What language would be best to learn if I had to create my own solution? Do CS Students do this kind of work to pay the bills?"
MySQL, on the other hand, is great for quick-n-dirty setups, but lends itself to poorly designed solutions that are a bear to maintain.
Bottom line: learn about data normalization before you do anything. If you're building something that will be extended and maintained over time, use PostgreSQL. If you're building a throwaway app, use MySQL. If your throwaway app will turn into a production system that will have to be maintained, use PostgreSQL.
Yeah, right.
There are many applications (pgaccess, Rekall, phpPgAdmin, dozens more, even OpenOffice!) which will grant you drag-n-drop style access to your database, whatever it is. This is the essence of what makes MS-Access attractive.
PostgreSQL, MySQL, ibFireBird are all good as back-ends. It's almost certain that the first two shipped with your Linux distribution.
Got time? Spend some of it coding or testing
The trickiest part of using the whole thing is getting the connection set up to the database, and a simple google search will give examples of how to do it.
That url should be OpenMFG.com not .org. Sorry about that.
Randy Hall
A company is working on a Firebird modification called Fyracle that will allow it to integrate with Compiere.
I have to wonder if you aren't looking for the wrong solution though. Enterprise Resource Planning, for a business your size, is kind of like fishing with grenades. Sure, it will get the job done.....
Wouldn't something like GNUCash with a POS add-on and a inventory database pretty much cover everything?
It is amazing what you can accomplish if you do not care who gets the credit. -- Harry Truman
I've been researching situations like yours as this is an area I focus on for the analyst firm I work for. I can offer you some suggestions to help and a few stats. We have an evaluation tool FOSS Evaluation Center for ERP and CRM systems, as well as others with a combined total of about 7,000 functional criteria. We recently launched a new system (though we're still working out some kinks and refining it) to compare how vendors support these criteria but giving a priority advantage to the ones that support open source platforms, or are themselves open source platforms (both Compiere and SugarCRM are included). You can use this for free for a couple hours (more time requires a fee). It will also show you other vendors that run on Linux or support MySQL or PostgreSQL. If you want some stats about vendors supporting those systems, I recently wrote an article (sorry, there is a required free registration to read it). That shows the demand for the last year for enterprise systems that support those platforms, versus the enterprise vendors that actually support them. I'd be interested in discussing this more in depth as well, since I'm trying to build up more research in this regard and am thus, all ears to find out what people are seeking from vendors.
I've been looking for a CRM solution for my company, Venn Technologies, Inc.. IMO, the best Open Source CRM out there right now is SugarCRM. I covers the basics at least. It doesn't have hooks for issue tracking and billing just yet but they are working on that. Currently, I'm evaluating SQL-Ledger and GNUCash for tracking the financials.
Why Yes there is. Open Office will create beutiful front ends for databases just fine, and it is a whole lot less work than hiring some CS student to set it up for you than hiring one to bring a custom solution on line. Also, though I have never used it extensively DBDesigner is a good access drop in from what I can see.
Sera
Slashdot, where armchair scientists get shouted down and armchair theologians get modded up.