https://github.com/ipax77/beinx
Create, manage, and export simplified e-invoices (XRechnung/ZUGFeRD) for freelancers – offline & open source
https://github.com/ipax77/beinx
blazor einvoice freelancers maui offline-app opensource xrechnung zugferd
Last synced: 4 months ago
JSON representation
Create, manage, and export simplified e-invoices (XRechnung/ZUGFeRD) for freelancers – offline & open source
- Host: GitHub
- URL: https://github.com/ipax77/beinx
- Owner: ipax77
- License: agpl-3.0
- Created: 2025-05-24T17:50:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-22T05:28:04.000Z (about 1 year ago)
- Last Synced: 2025-06-22T06:27:03.653Z (about 1 year ago)
- Topics: blazor, einvoice, freelancers, maui, offline-app, opensource, xrechnung, zugferd
- Language: C#
- Homepage:
- Size: 3.53 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://github.com/ipax77/BeInX/actions/workflows/dotnet.yml)
# BeInX
**Blazor eInvoice XRechnung App**
BeInX is a lightweight, open-source application designed to create, manage, and export simplified e-invoices for freelancers in compliance with the XRechnung and ZUGFeRD standard. It runs locally and completely offline.

## Supported Languages
* English
* German
* Spanish
* French
## Installation
To install the latest release:
1. Download the app from the [latest GitHub release](https://github.com/ipax77/beinx/releases/latest)
2. Follow the official [.NET MAUI Windows app installation guide](https://learn.microsoft.com/en-us/dotnet/maui/windows/deployment/publish-cli#installing-the-app).
## Limitations
* Only **one VAT category** per invoice
* Only **credit transfer** is supported as a payment method
* PDF generation optimized for **time-based services**
* Currently runs on Windows Desktop only (via .NET MAUI)
* Installation via GitHub Releases requires manual setup and may be time-consuming until the app is published on the Microsoft Store
# Contributing
We welcome contributions! If you're interested in helping improve BeInX, please read the [contributing guidelines](./CONTRIBUTING.md) before getting started.
# Privacy Policy
BeInX does not collect or transmit any personal data. See our full [privacy policy](./PRIVACY_POLICY.md) for more information.
# Change Log
v1.0.3
>- ZUGFeRD PDF export with embedded ZUGFeRD v2.3 BASIC XML
v1.0.2
>- Add ZUGFeRD PDF export (PDF/A3b)
>- Fix Invoice Lines ux
>- Invoice Lines import with Clear/Parse buttons
>- Update msix cert
v1.0.0
>- Repository initialized