Skip to content

Easy and lean invoicing for small businesses, consultants and freelancers, created using AppGini

License

Notifications You must be signed in to change notification settings

bezenaws/one

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Invoicing System (OIS)

Easy and lean invoicing for small businesses, consultants and freelancers, created using AppGini.

Features

  • Easily define your billable items, whether products or services.
  • View customers activity and the full invoices history of each client.
  • Check which customers ordered which items.
  • Multiple customizable templates for invoices.
    • To define a new invoice template, make a copy of hooks/invoice-templates/corporate_clients.php
    • Rename the copy to any suitable name, making sure to preserve the .php extension and keep it in the same folder.
    • Edit the template in any code editor as you see fit.
    • Add the template name to the file hooks/invoices.invoice_template.csv
  • Apply discounts and taxes.
  • Show invoice total in digits and letters.
  • Price history for items to keep log of price changes and apply the correct price to invoices based on their issue date.

This application was created using AppGini, and therefore it shares the features of any AppGini application as well, including:

  • Responsive Bootstrap apps that work beautifully on any device.
  • Support for multiple users and user groups, with easy-to-configure per-table permissions.
  • Quick and advanced search.
  • Export your data to CSV to work on them in Excel or other spreadsheets.
  • Import already-existing data from CSV files through a powerful import wizard.

Disclaimer: AppGini itself is not an open source application, but applications generated by AppGini can be distributed as open source with any license of choice.

Installation

This is a PHP/MySQL web application that you run from a browser. You can install it either locally on your own PC, or to a web/intranet server.

1. Installing to a PC

System requirements

This application can be installed on Windows, Linux and MacOS. Before installing, you should have the following software set up and running:

  • A webserver (Apache, IIS, nginx, ... etc)
  • PHP 5.2 or higher.
  • MySQL 3.x and above; or MariaDB 5.1 and above.

If you don't have the above software installed, we recommend installing Xampp latest version.

Installation steps

  1. Download the latest release as a zip file from the download link at the top of this document.

  2. Extract the contents of the zip file into a folder inside your document root. (more info about how to find your 'document root').

  3. In your web browser, go to: http://localhost/app-folder/ (change app-folder above to the name of the folder inside your document root where you extracted the zip in step 2).

  4. You should now see the setup wizard in your browser. Just follow the steps!

2. Installing to a web/intranet server

System requirements

This application can be installed on both Windows and Linux servers. Before installing, make sure your server has the following software:

  • PHP 5.2 or higher
  • MySQL 3.x and above; or MariaDB 5.1 and above.

Make sure your has access to a MySQL/MariaDB database. You might need to set up one in your server control panel. Please refer to your server documentation or the technical support staff for help on this if necessary.

If your server has cPanel installed, here is a screencast explaining how to install your application using cPanel.

Installation steps

  1. Download the latest release as a zip file from the download link at the top of this document.

  2. Extract the contents of the zip file and upload them to a folder inside your server document root. (more info about how to find your 'document root').

  3. In your web browser, visit http://server.com/app-folder/ (change server.com above to the actual domain name or IP address of your server, and change app-folder to the name of the folder inside your document root where you uploaded the files in step 2).

  4. You should now see the setup wizard in your browser. Just follow the steps!

Customization

Since this application was created using AppGini, you can easily customize it by opening the included AXP project file in AppGini. Examples of possible customization you can do from there include:

You can also perform more advanced customization, like adding reports, changing validation rules, adding business logic, ... etc. through hooks. Please refer to the hooks documentation for more details.

Contributions to this project are always welcome :)

About

Easy and lean invoicing for small businesses, consultants and freelancers, created using AppGini

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 77.9%
  • CSS 10.6%
  • JavaScript 6.8%
  • HTML 4.7%