Skip to content

MewsSystems/fiscalizations

Repository files navigation

Mews

Build Build License

Mews.Fiscalizations is a .NET library that was built to help reporting of e-invoices to different government authorities.

📃 Description

This repository contains multiple projects. Each project supports reporting of e-invoices to the corresponding country's government authority. Each project folder has its own documentation. Use the link in the table below to get there.

Please note that we're not responsible for how these libraries are used and whether the data provided is correct or not. Also, it is important to note that these libraries were created to meet our usages, so they might be missing some data that can be important in your case (feel free to extend any library and create a PR).

⚙️ Installation

For the reporting of e-invoices to a specific authority, install the package that corresponds to that country through NuGet or by using the following commands.

For example, installing the Spanish fiscalization package in order to report invoices to the Spanish authorities (SII).

Install-Package Mews.Fiscalizations.Spain

To install the package that supports reporting e-invoices for all the supported countries.

Install-Package Mews.Fiscalizations.All

🎯 Features

  • Functional approach via FuncSharp. Definitely check out the examples of usage, so you're not surprised. At the very least IOptions and ITries.
  • Early data validation.
  • Asynchronous I/O.
  • All endpoints are covered with tests.
  • Intuitive immutable DTOs.
  • Pipelines that run on both Windows and Linux operating systems.
  • Code examples for each project.
  • Cross-platform (uses .NET 8).
  • 6 countries + Basque region supported.
  • Logging support for some fiscalizations.

⚠ Warning

Since our production servers are now on .NET Core, we no longer need to use ConfigureAwait when awaiting tasks. as .NET Core does not have a SynchronizationContext, so it won't matter if we use ConfigureAwait or not. But if you need to, you may need to create another branch and include this.

👀 Examples

Please visit the desired fiscalization project to see its code examples.

🧬 Projects

Project Nuget Package Notes
All Mews.Fiscalizations.All
Core Mews.Fiscalizations.Core
Austria Mews.Fiscalizations.Austria
Germany Mews.Fiscalizations.Germany
Hungary Mews.Fiscalizations.Hungary
Italy Mews.Fiscalizations.Italy
Spain Mews.Fiscalizations.Spain
Basque Mews.Fiscalizations.Basque

🧑 Authors


Pavel Kalandra


Abdallah Altrabeishi


Marek Tresnak

👍 Contribute

If you want to support the development of Mews.Fiscalizations, feel free to create a PR with a clear description of what was fixed or introduced. Also, please make sure to introduce tests when applicable.

☕ Donate

There is no need to donate to the project, but thanks for considering it! Instead, if you like the project, star it here on GitHub :-) Thanks!

If you still insist on donating, we accept gummy bears at Mews Systems s.r.o., Náměstí IP Pavlova 5, Vinohrady 120 00 Prague. This project was, of course, powered by a huge pile of gummy bears ;-)

🏢 About us

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.

More information on https://www.mews.com/en/about-us

⚠️ License

MIT

About

Mews.Fiscalizations is a .NET library that was built to help reporting of e-invoices to different government authorities.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages