# Overview

## Introduction

The Advanced Billing System is a modern, feature-rich invoice management solution for FiveM servers. Built with a beautiful tablet interface and framework-agnostic architecture, it provides a seamless billing experience for both players and administrators.

## Key Features

### 💰 Invoice Management

* Create and send invoices to players
* Support for cash and bank payments
* Recurring/installment payment system
* Multi-recipient invoices
* Rich text descriptions
* Photo attachments

### 📊 Admin Dashboard

* Real-time analytics and statistics
* Cashbox management
* Customizable billing menus
* Revenue tracking
* Invoice history

### 🎨 Modern UI

* Beautiful tablet interface
* Dark theme with glassmorphism
* Smooth animations
* Responsive design
* In-tablet notifications
* Camera overlay for photos

### 🔌 Framework Support

* **QBox** (qbx\_core)
* **QBCore** (qb-core)
* **ESX** (es\_extended)
* **Custom** frameworks (easy to add)

### 🌍 Multi-Language

* English (EN)
* Turkish (TR)
* Easy to add more languages

## System Requirements

* **Framework:** QBox, QBCore, ESX, or custom
* **Database:** MySQL/MariaDB
* **Optional:** ox\_lib (for enhanced notifications)
* **Optional:** ox\_inventory (for receipt items)

## Screenshots

> Add your screenshots here in GitBook

## Support

Need help? Check out:

* [Troubleshooting Guide](https://github.com/dollar-src/docs/blob/main/billing/gitbook-troubleshooting.md)
* [Framework Bridge Documentation](https://github.com/dollar-src/docs/blob/main/billing/gitbook-bridge-overview.md)
* [API Reference](https://github.com/dollar-src/docs/blob/main/billing/gitbook-api-exports.md)

## License

This project is open source under the MIT License.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sourcedev.pro/advanced-billing-system/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
