Friday, February 26, 2010
Small Companies can also see the Big Picture
But if you're an executive at a small or midsized business, what's the solution?
You don't have the deep pockets of a big corporation to develop an elaborate IT infrastructure, but you still need an up-to-the-minute, 360-degree view of your operation to make the right decisions—and make them quickly.
Fortunately, today it is possible for you to get the information you need to make informed decisions with the help of the Open Source ERPs that have stormed the market and are posing a great competition to the traditional proprietary biggies.
With the huge community support these Open Source ERPs are set to make a big ground for themselves in coming time as midsized businesses start to long for the big picture.
Monday, February 8, 2010
SaaS - Software as a Service
You may question here how to choose the right SaaS ERP solution, given all the choices and vendor hype out there.
Wednesday, August 26, 2009
Benefits from ERP
Tangible benefits are those benefits which can be quantified in monetary terms and intangible benefits cannot be quantified in monetary terms but they do have a very positive and significant business impact.
TANGIBLE BENEFITS:
i. Lowering the cost of products and services purchased ;
ii. Significant paper and postage cost reductions ;
iii. Improves the productivity of process and personnel ;
iv. Inventory reduction ;
v. Lead time reduction ;
vi. Reduced stock obsolescence ;
vii. Faster product / service look-up and ordering saving time and money ;
viii. Automated ordering and payment, lowering payment processing and paper costs.
INTANGIBLE BENEFITS:
i. Can reach more vendors, producing more competitive bids ;
ii. Accurate and faster access to data for timely decisions ;
iii. Saves enormous time and effort in data entry ;
iv. More controls thereby lowering the risk of mis-utilization of resources ;
v. Facilitates strategic planning ;
vi. Uniform reporting according to global standards ;
vii. Improved customer response ;
viii. Increases organizational transparency and responsibility.
Wednesday, August 19, 2009
Why do one need an ERP???
Probably not.
So why would you try to run a company in an economic storm without critical business data and feedback?
To pilot your business safely through a recession you need ERP software that provides insight into your business, markets, competitors, and suppliers.
So in today's era of recession all entrepreneurs need an ERP System that would help the management to....
* make better, faster business decisions
* measure efficiencies within the organization so that you can make course corrections immediately
* streamline your supply chain
* cut costs and allocate resources more efficiently
You’ll also see how ERP Systems can help you lay the foundation for future growth.
ERP Systems can help you make to make the right decisions, and adopt the right strategies, for turbulent economic times.
Saturday, July 4, 2009
Installing Open ERP on Ubuntu
Resolving the dependencies for OpenERP Server n running it:
sudo apt-get install python python-psycopg2 python-reportlab \
python-egenix-mxdatetime python-xml python-tz python-pychart \
python-pydot python-lxml python-libxslt1 python-vobject
cd /workspace/openerp/openerp-server-5.0.1-0
ls
./openerp-server.py
Resolving dependencies and creating superuser for postgresql:
sudo apt-get install postgresql
sudo su - postgres
createuser --createdb --no-createrole --pwprompt openuser
(Here the system will ask for a password, remember it as it will be used to configure the config.py file in tools in extracted server folder. This can be configured using the nano editor)
exit
Resolving the dependencies for OpenERP Client and then running it:
sudo apt-get install python python-gtk2 python-glade2 \
python-matplotlib python-egenix-mxdatetime python-xml python-hippocanvas
cd /workspace/openerp/openerp-client-5.0.1-0
ls
./openerp-client.py
Saturday, June 13, 2009
Why do ERP consultants charge a high fee?
This is what is said by an ERP Consultant :
"I am working in South east asia dollars for 2 years and I earn 1.75 lakhs Indian Rupees per month(converted). If I move to Chennai, how much can I quote as a salary? I hear different views from different people. Some say the market is down and companies would pay me not more than 9 lakhs. The others say compaies are ready to pay more than 12 lakhs easily."
Thursday, June 11, 2009
Open Source Technologies
Software development costs in organizations have been touted as being approximately 15% of total costs. This indicates that the value of one over another development methodology is more of a marketing decision (which customers and pricing models) as much as it is about the design of software.
The open source model of operation and decision making allows concurrent input of different agendas, approaches and priorities, and differs from the more closed, centralized models of development. The principles and practices are commonly applied to the peer production development of source code for software that is made available for public collaboration. The result of this peer-based collaboration is usually released as open-source software, however open source methods are increasingly being applied in other fields of endeavor, such as biotechnology.
For more reference go to http://en.wikipedia.org/wiki/Open_source