Skip to content

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

License

Notifications You must be signed in to change notification settings

BerriesAndCo/fiscalizations

 
 

Mews

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 it's 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 if 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 specifc authority, install the package that corresponds to that country through NuGet or 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 Standard).
  • 6 countries 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 Windows Build Linux Build Notes
All Mews.Fiscalizations.All Build Build Linux build runs on ubuntu-18.04 because of Spanish & Italian projects (see below).
Core Mews.Fiscalizations.Core Build Build
Austria Mews.Fiscalizations.Austria Build Build
Czechia Mews.Fiscalizations.Czechia Build Build
Germany Mews.Fiscalizations.Germany Build Build
Hungary Mews.Fiscalizations.Hungary Build Build
Italy Mews.Fiscalizations.Italy Build Build Linux build runs on ubuntu-18.04 because API protocol is not secure enough to run on Ubuntu-latest.
Spain Mews.Fiscalizations.Spain Build Build Linux build runs on ubuntu-18.04 because our test certificate is not secure enough to run on Ubuntu-latest.

🧑 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 on what was fixed or introduced. Also, please make sure to introduce tests when applicable.

☕ Donate

There is no need to donate 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.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%