InvoicePlane
Money, Budgeting & Management
About this project

A libre self-hosted web application designed to help you manage invoices, clients, and payments efficiently.
Key Features
- Invoice & Quote Management: Create, send, and manage professional invoices and quotes effortlessly.
- Client Management: Maintain detailed client records, including contact information and transaction history.
- Payment Tracking: Monitor payments, set up reminders, and integrate with multiple payment gateways.
- Customization: Tailor templates, themes, and settings to match your brand preferences.
- Reporting: Generate insightful reports to track your financial performance.
Getting Started
To get started with InvoicePlane:
-
Download the Latest Version:
- Visit the InvoicePlane website to download the latest release.
-
Extract and Upload:
- Extract the downloaded package and upload the files to your web server or hosting environment.
-
Configuration:
- Duplicate
ipconfig.php.example
and rename it toipconfig.php
. - Open
ipconfig.php
in a text editor and set your base URL.
- Duplicate
-
Run the Installer:
- Navigate to
http://your-domain.com/index.php/setup
in your browser and follow the on-screen instructions to complete the installation.
- Navigate to
For a detailed installation guide, including prerequisites and troubleshooting tips, refer to INSTALLATION.md.
Removing index.php
from URLs (Optional)
To remove index.php
from your URLs:
-
Enable mod_rewrite:
- Ensure the
mod_rewrite
module is enabled on your web server.
- Ensure the
-
Update Configuration:
- Set
REMOVE_INDEXPHP
totrue
in youripconfig.php
file.
- Set
-
Rename
.htaccess
:- Rename the
htaccess
file in the root directory to.htaccess
.
- Rename the
Note: If you experience iss
Technologies & License
MIT
PHP