Mews.Fiscalizations is a .NET library designed to support reporting of e-invoices to government authorities in multiple countries.
This repository contains a set of projects, each focused on facilitating e-invoice reporting to the appropriate governmental authority in different regions. Refer to the documentation in each project folder for details on specific implementations.
Disclaimer: These libraries were developed for internal use, so additional customization may be necessary to meet your specific needs. We cannot guarantee the accuracy of data produced by the libraries. Contributions are welcome if you'd like to extend functionality.
To use a fiscalization package for a specific country, install it via NuGet
Here’s how to get started with the Spanish fiscalization package, for example:
Install-Package Mews.Fiscalizations.Spain
To install the package that covers all supported countries:
Install-Package Mews.Fiscalizations.All
- Functional programming approach using FuncSharp. with an emphasis on 'Option' and 'Try'.
- Early validation of data inputs.
- Asynchronous I/O operations.
- Comprehensive test coverage for all endpoints.
- Intuitive and immutable Data Transfer Objects (DTOs).
- CI/CD pipelines compatible with both Windows and Linux.
- Code examples provided within each project.
- Cross-platform compatibility (.NET 8).
- Support for fiscalizations across six countries and the Basque region.
- Logging capabilities for selected implementations.
Our production environments run on .NET 8, which doesn’t require ConfigureAwait
since there’s no SynchronizationContext
. However, if you rely on ConfigureAwait
in your application, consider creating a separate branch to accommodate this.
Each fiscalization project includes code examples. Refer to the project-specific documentation for practical implementations and use cases.
Project | Nuget Package | Description |
---|---|---|
All | Mews.Fiscalizations.All | A package for all supported countries |
Core | Mews.Fiscalizations.Core | Core library supporting shared functionality |
Austria | Mews.Fiscalizations.Austria | Austria-specific fiscalization library (RKSV) |
Germany | Mews.Fiscalizations.Germany | Germany-specific fiscalization library (KassenSichV) |
Hungary | Mews.Fiscalizations.Hungary | Hungary-specific fiscalization library (NAV) |
Italy | Mews.Fiscalizations.Italy | Italy-specific fiscalization library (SDI) |
Spain | Mews.Fiscalizations.Spain | Spain-specific fiscalization library (SII) |
Basque | Mews.Fiscalizations.Basque | Basque region-specific fiscalization library (TicketBAI) |
Sweden | Mews.Fiscalizations.Sweden | Sweden-specific fiscalization library (Srv4POS -> Skatteverket) |
Pavel Kalandra |
Abdallah Altrabeishi |
Marek Tresnak |
We welcome contributions! If you’d like to support the project, please create a pull request with a clear description of your changes and ensure that tests are included if applicable.
If you’d like to show support, please star this project on GitHub! While no monetary donations are needed, we do accept gummy bears at Mews Systems s.r.o., Náměstí IP Pavlova 5, Vinohrady 120 00 Prague. 🍬
We’re building transformational technology for millions of hospitality professionals and their guests.
Hoteliers
The hoteliers who choose Mews share our passion for innovation and they don’t accept the status quo. They’re using our technology to rethink physical spaces, services, and guest experiences.
Guests
Hospitality brands are heavily scrutinized. The day a guest checks-out, their rating goes online. Ultimately we’re designing Mews for our customer’s customer because every guest experience must be remarkable.
For more, visit https://www.mews.com/en/about-us
Licensed under the MIT