Skip to main content

Complete ERP & Accounting Software

FacturaScripts is an open source ERP and accounting platform designed for small and medium businesses. Manage invoices, inventory, customers, and finances all in one place.

Invoicing
Professional invoices & quotes
Accounting
Complete financial management
Inventory
Stock & warehouse control

Get started in minutes

Follow these steps to install and configure FacturaScripts for your business

1

Install FacturaScripts

Clone the repository and install dependencies with Composer and npm:
git clone https://github.com/NeoRazorX/facturascripts.git
cd facturascripts
composer install
npm install
2

Configure your database

Create a database and configure the connection. FacturaScripts supports MySQL, MariaDB, and PostgreSQL:
// config.php
define('FS_DB_TYPE', 'mysql');
define('FS_DB_HOST', 'localhost');
define('FS_DB_NAME', 'facturascripts');
define('FS_DB_USER', 'your_user');
define('FS_DB_PASS', 'your_password');
3

Start the development server

Launch the built-in PHP server or configure your web server:
php -S localhost:8000 index.php
Open http://localhost:8000 in your browser to access the setup wizard.
4

Complete the setup wizard

The first-time setup wizard will guide you through:
  • Creating the admin account
  • Configuring your company details
  • Setting up tax rates and payment methods
  • Importing initial data
Once complete, you’ll be ready to create your first invoice!

Core features

Everything you need to run your business efficiently

Invoice Management

Create professional invoices, quotes, and delivery notes with customizable templates

Accounting

Complete double-entry accounting system with journal entries, ledger accounts, and financial reports

Inventory Control

Manage products, stock levels, warehouses, and automatic inventory movements

CRM

Track customers, suppliers, contacts, and maintain detailed business relationships

Reports & Analytics

Generate comprehensive business reports with sales analytics, profit tracking, and more

Plugin System

Extend functionality with plugins for e-commerce, payment gateways, shipping, and more

Ready to get started?

Set up FacturaScripts in minutes and start managing your business more efficiently