{"id":22570738,"url":"https://github.com/mewssystems/fiscalizations","last_synced_at":"2025-04-12T20:45:21.071Z","repository":{"id":39861224,"uuid":"368435314","full_name":"MewsSystems/fiscalizations","owner":"MewsSystems","description":"Mews.Fiscalizations is a .NET library that was built to help reporting of e-invoices to different government authorities.","archived":false,"fork":false,"pushed_at":"2025-04-10T10:17:21.000Z","size":1703,"stargazers_count":61,"open_issues_count":0,"forks_count":7,"subscribers_count":66,"default_branch":"master","last_synced_at":"2025-04-10T10:43:06.770Z","etag":null,"topics":["fiscalization"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MewsSystems.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-18T07:13:37.000Z","updated_at":"2025-04-10T09:34:36.000Z","dependencies_parsed_at":"2023-12-19T01:55:52.043Z","dependency_job_id":"167f66e0-9e0f-443d-858d-0d48449bbeeb","html_url":"https://github.com/MewsSystems/fiscalizations","commit_stats":{"total_commits":311,"total_committers":8,"mean_commits":38.875,"dds":0.5241157556270096,"last_synced_commit":"aa3c7e130bf08fed006841fc251c0fd20cddc71f"},"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MewsSystems%2Ffiscalizations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MewsSystems%2Ffiscalizations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MewsSystems%2Ffiscalizations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MewsSystems%2Ffiscalizations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MewsSystems","download_url":"https://codeload.github.com/MewsSystems/fiscalizations/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248631688,"owners_count":21136556,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fiscalization"],"created_at":"2024-12-08T01:12:23.479Z","updated_at":"2025-04-12T20:45:21.054Z","avatar_url":"https://github.com/MewsSystems.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://mews.com\"\u003e\n        \u003cimg alt=\"Mews\" height=\"100px\" src=\"https://user-images.githubusercontent.com/435787/129971779-2c64348e-05a3-49d0-b026-91913ffd68dc.png\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n[![Build](https://img.shields.io/github/actions/workflow/status/MewsSystems/fiscalizations/build-and-test-all.yml?branch=master\u0026label=build%20and%20tests)](https://github.com/MewsSystems/fiscalizations/actions/workflows/build-and-test-all.yml)\n[![Build](https://img.shields.io/github/actions/workflow/status/MewsSystems/fiscalizations/publish-all.yml?branch=master\u0026label=publish)](https://github.com/MewsSystems/fiscalizations/actions/workflows/publish-all.yml)\n[![License](https://img.shields.io/github/license/MewsSystems/fiscalizations)](https://github.com/MewsSystems/fiscalizations/blob/master/LICENSE)\n\n**Mews.Fiscalizations** is a .NET library designed to support reporting of e-invoices to government authorities in multiple countries.\n\n## 📃 Overview\n\nThis 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.\n\n\u003eDisclaimer: 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.\n\n## ⚙️ Installation\n\nTo use a fiscalization package for a specific country, install it via NuGet\n\nHere’s how to get started with the Spanish fiscalization package, for example:\n```bash\nInstall-Package Mews.Fiscalizations.Spain\n```\n\nTo install the package that covers all supported countries:\n```bash\nInstall-Package Mews.Fiscalizations.All\n```\n\n## 🎯 Key Features\n\n-   Functional programming approach using [FuncSharp](https://github.com/MewsSystems/FuncSharp). with an emphasis on 'Option' and 'Try'.\n-   Early validation of data inputs.\n-   Asynchronous I/O operations.\n-   Comprehensive test coverage for all endpoints.\n-   Intuitive and immutable Data Transfer Objects (DTOs).\n-   CI/CD pipelines compatible with both Windows and Linux.\n-   Code examples provided within each project.\n-   Cross-platform compatibility (.NET 8).\n-   Support for fiscalizations across six countries and the Basque region.\n-   Logging capabilities for selected implementations.\n\n## ⚠ Important Notes\nOur 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.\n\n## 👀 Examples\n\nEach fiscalization project includes code examples. Refer to the project-specific documentation for practical implementations and use cases.\n\n## 🧬 Projects\n\n| **Project**                                                                      | **Nuget Package** | **Description**                                                 |\n|----------------------------------------------------------------------------------| ----------------- |-----------------------------------------------------------------|\n| All                                                                              | [Mews.Fiscalizations.All](https://www.nuget.org/packages/Mews.Fiscalizations.All) | A package for all supported countries                           |\n| [Core](https://github.com/MewsSystems/fiscalizations/tree/master/src/Core)       | [Mews.Fiscalizations.Core](https://www.nuget.org/packages/Mews.Fiscalizations.Core) | Core library supporting shared functionality                    |\n| [Austria](https://github.com/MewsSystems/fiscalizations/tree/master/src/Austria) | [Mews.Fiscalizations.Austria](https://www.nuget.org/packages/Mews.Fiscalizations.Austria) | Austria-specific fiscalization library (RKSV)                   |\n| [Germany](https://github.com/MewsSystems/fiscalizations/tree/master/src/Germany) | [Mews.Fiscalizations.Germany](https://www.nuget.org/packages/Mews.Fiscalizations.Germany) | Germany-specific fiscalization library (KassenSichV)            |\n| [Hungary](https://github.com/MewsSystems/fiscalizations/tree/master/src/Hungary) | [Mews.Fiscalizations.Hungary](https://www.nuget.org/packages/Mews.Fiscalizations.Hungary) | Hungary-specific fiscalization library (NAV)                    |\n| [Italy](https://github.com/MewsSystems/fiscalizations/tree/master/src/Italy)     | [Mews.Fiscalizations.Italy](https://www.nuget.org/packages/Mews.Fiscalizations.Italy) | Italy-specific fiscalization library (SDI)                      |\n| [Spain](https://github.com/MewsSystems/fiscalizations/tree/master/src/Spain)     | [Mews.Fiscalizations.Spain](https://www.nuget.org/packages/Mews.Fiscalizations.Spain) | Spain-specific fiscalization library (SII)                      |\n| [Basque](https://github.com/MewsSystems/fiscalizations/tree/master/src/Basque)   | [Mews.Fiscalizations.Basque](https://www.nuget.org/packages/Mews.Fiscalizations.Basque) | Basque region-specific fiscalization library (TicketBAI)        |\n| [Sweden](https://github.com/MewsSystems/fiscalizations/tree/master/src/Sweden)   | [Mews.Fiscalizations.Sweden](https://www.nuget.org/packages/Mews.Fiscalizations.Sweden) | Sweden-specific fiscalization library (Srv4POS -\u003e Skatteverket) |\n\n## 🧑 Authors\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/KaliCZ\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/12395130?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ePavel Kalandra\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/abdallahbeshi\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/51375082?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAbdallah Altrabeishi\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/marektresnak\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/12021177?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMarek Tresnak\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n## 👍 Contributing\n\nWe 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.\n\n## ☕ Donate\n\nIf 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. 🍬\n\n## 🏢 About us\n\nWe’re building transformational technology for millions of hospitality professionals and their guests.\n\n**Hoteliers**\n\nThe 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.\n\n**Guests**\n\nHospitality 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.\n\nFor more, visit https://www.mews.com/en/about-us\n\n## ⚠️ License\n\nLicensed under the [MIT](https://github.com/MewsSystems/fiscalizations/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmewssystems%2Ffiscalizations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmewssystems%2Ffiscalizations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmewssystems%2Ffiscalizations/lists"}