Skip to main content

Are Paperless things still present on Paper or Some things really changed?

Paperless Office


In the beginning of the professional career, I came across the book "Business @ The Speed of Thought" by Bill Gates in 1999. First time I learnt about the term "Paperless Office". I was very much impressed and decided to work where there was all the scope.

Y2K Changed the Scenario


In the 1995, it was the beginning of the  World Wide Web(WWW) in India. The terms Website, E-mail and Cyber Cafe  were new for everybody. Mobiles were not in the everybody's pocket. Y2K was an opportunity for so many to go for new Application Software as well as Hardware.In house development was not enough in the changed scenario.

On Premise Software


Using On Premise Software, everything is limited with Local Area Network (LAN). As speed is tremendous everything used is of higher side. Licensing policies for on premise software are costly affairs. Everything depends on operating systems started OS Independent. But fact remains with us is, that how much we dependent on every version of OS.

What are the options?


Truely OS Independent, Light Weight and Device Independent softwares which can be used everywhere where there are users. Cloud based ERP services has all these features and much more...


Popular posts from this blog

India's Top Sugar Companies by Net Profit

1. Balrampur Chini Mill http://www.chini.com 2. Dalmia Sugar 3. Dwarikesh Sugar http://www.dwarikesh.com 4. DCM Shriram http://www.dcmshriram.com/sugar

Use of Professional Business E-mail for official communication

Use of Professional Business E-mail for official communication E-Mail everybody’s cup of tea Communication between the organizations is very much different in many sense. Organization conveys official issues related to important matters. It is difficult for somebody to authenticate the E-Mail addresses. As personal e-mail addresses are maintained by their respective sites, it is difficult to control its use. Many of times when somebody joins the organization or leaves from the organization, it becomes uneasy to communicate. Business E-Mail makes the sense Domain based e-mail services are used by many organizations for office communication.e.g. if some organization has domain www.swapp.co.in   then email address would be admin@swapp.co.in , purchase@swapp.co.in, services@swapp.co.in, sandeep.nigade@swapp.co.in,etc. Storage size can be increased accordingly and user management is controlled by IT Dept. Mails are in encrypted format, so no need of worry. So on...

Database Replication

           Database Replication enables data from one data server (master) to be copied to one or more database (slave) servers. Depending upon the configuration asynchronous or synchronous replication is possible. You can replicate all databases or single database or single table.           There are two types of replication Statement Based                     Every query excluding Select Query is executed on Master Server First then logged  binary file and then executed on  Slave Server. So Logged file is small. Row Based. Every change in Master Server row is logged and only that is effect executed on Slave. So Logged file is big. Advantages of Database Replication Scale-Out Solutions                          All the data writes and update of Master Serv...