A simple (PHP-based) invoicing/small business management tool for digital freelancers.
See the project page for more details.
Clone the repo. Create a MySQL database (preferrably with a UTF-8 encoding) like so:
CREATE DATABASE beancounter
DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
Copy the information from config.sample.php in the root folder to a new file called config.php remembering to change the database settings. At this stage you can also edit a few options in the config.php file - if you so wish.
Ensure the following directories are writable:
- site/cache
- site/downloads
- site/uploads
- site/uploads/images
Go to http://whatever-you-have-called-your-beancounter-installation.com/ and the install script should run automatically.
- Code reworked to make it simpler and work better for other people
Released under the Creative Commons Attribution-NonCommercial 3.0 License.
The following also applies:
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.