webBooks

From Cliquesoft
Revision as of 06:26, 1 July 2014 by Digitalpipe (Talk | contribs) (Created page with "In the age of technology, all companies need to have software the help manage daily tasks. After reviewing what was currently available on the market, we decided to create our o...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

In the age of technology, all companies need to have software the help manage daily tasks. After reviewing what was currently available on the market, we decided to create our own version of this software. Introducing webBooks! This software can help with a wide range of tasks including, but not limited to, accounting, invoicing, leasing, work orders, and more! And just like the rest of our software, it can be extended with modules in our online Software Shoppe.


License

This projects' codebase is licensed under the CPLv2 unless a valid CPLv1 license has been purchased. More information about both of these licenses can be found under the "Our Licenses" link of our homepage.



Installation

Just like the rest of our software, we have engineered our installation process to be as simple as possible. After downloading the desired version, you can either install from the command line or from a web browser. In both instances it is important to remember that you will need to move the downloaded file into a directory that can be acccessed by your favorite webserver (e.g. Apache, lighttpd, etc) before performing any of the below steps:

Command Line

$ cd /path/to/uncompressed/package
$ tar xzf webBooks_x.x.x.x.tgz
$ cd webBooks
$ ./install.php

Web Browser

$ cd /path/to/uncompressed/package
$ tar xzf webBooks_x.x.x.x.tgz

Now you will need to open a web browser and direct it to the appropriate URI that points to the uncompressed directory referenced in the above steps while appending 'setup.php' at the end. This will start the graphical installation routine.



Modules

webBooks was built to be modular in design. As a result there are official and third party extensions that can be used with the software and accessed through our Software Shoppe. By default, the software comes with three modules that are mandatory - System Configuration, Business Configuration, and Employees.




Developers

Dave Henderson [dhenderson (at) cliquesoft (dot) org]