Code Monkey home page Code Monkey logo

csbill's Introduction

CSBill

Build Status Scrutinizer Quality Score Dependencies

Open-Source General Billing Manager

CSBill is an open-source application that allows you to manage clients and contacts and send invoices and quotes.

Requirements

CSBill is built on Symfony2 which is build for PHP 5.3.3 and up, but CSBill only support PHP 5.4.0 and up.

Note: The latest version of PHP is always recommended

Installation

Docker

Docker makes it really easy to get started as quickly as possible in running CSBill.

The docker image is available at https://hub.docker.com/r/csbill/csbill/ with instructions on how to get started.

Archived Package

Download the latest release from https://github.com/CSBill/CSBill/releases in either zip or tar.gz format, and extract the contents of the archive under your webserver directory.

For developers

To install from source, you first need to clone the repository, then you need composer in order to install all the dependencies.

To clone the repository, issue the following command. Remember to clone the repository to the path you want, that is accessible from your webserver.

$ git clone https://github.com/CSBill/CSBill.git

Then go into the repository directory

$ cd CSBill

Now you need to get composer

$ curl -s http://getcomposer.org/installer | php

When composer is finished downloading, you can install the optional dependencies:

$ php composer.phar install

After all the depencies has been installed, the last step is to install all the web assets

$ php app/console assets:install --symlink web

Now you should have a fully working copy of CSBill.

Lesscss

The stylesheets are built using lesscss, and uses LessPHP to compile the stylesheets to plain CSS.

Features

Some of the basic features included in CSBill is:

  • Clients and Contacts management
  • Create and manage Quotes
  • Create and manage Invoices
  • Accept payments online
  • Tax and discount handling
  • RESTful API
  • Receive Notifications either via text message, email or through HipChat
  • More to come

Contributing

See CONTRIBUTING

License

CSBill is open-sourced software licensed under the MIT license

Please see the LICENSE file for the full license.

Demo

http://demo.csbill.org

csbill's People

Contributors

pierredup avatar scrutinizer-auto-fixer avatar waffle-with-pears avatar

Watchers

James Cloos avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.