Moneta is a Windows 10 desktop app 💻 which supports invoicing 📄, expenses 💸, client management 🏢 and business reporting 📈.
- Lottie UWP - Lottie Animations for UWP
- iTextSharp-LGPL - Invoice PDF Creation (Temporarily Disabled)
- Microsoft.Data.Sqlite - Local DB
- Windows Community Toolkit - UI Elements
- Newtonsoft.Json - JSON Parsing
- Bogus - Demo Data
- Lottie Files - Lottie Animations
- Chart.js - Dashboard Charts
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the GNU GENERAL PUBLIC LICENSE Version 3 - see the LICENSE.md file for details
- Rewrite core application using UWP to improve overall user experience
- Updates to core UI/UX
- Replace the portable LAMP server needed for MYSQL with SQLite
- Autoupdater - Microsoft Store
- Add support for invoice payment tracking
- Add in-app animations
- Easy invoice searching
- Add business dashboard
- Increase overall security.
- Authentication on start
- Encrypted DB
- Add non-intrusive, privacy friendly telemetrics to further improve UX
- High test coverage
- Print to PDF (
iTextSharp-LGPL
not well supported with UWP, causing following conflict)
Binary analyzer
Error Found: The binary analyzer test detected the following errors:
File iTextSharp.dll has failed the NXCheck check.
Impact if not fixed: If the app doesn’t use the available Windows protections, it can increase the vulnerability of the customer's computer to malware.
How to fix: Apply the required linker options - SAFESEH, DYNAMICBASE, NXCOMPAT, and APPCONTAINER - when you link the app. See links below for more information:
- Private, self-hosted server capabilities
- Native cross platform support a. Android b. iOS / MacOS
Why Decimal
over Double
?
https://stackoverflow.com/questions/3730019/why-not-use-double-or-float-to-represent-currency/3730040#3730040