Receipt Manager vs VAT Calculator
Side-by-side comparison of two open source alternatives
Receipt Manager
Features:iOS and Android applicationfast and easy receipt parser using OCRstore receipts permanently in a SQL databaseminimal designno third party appsParsing receipts is not only time consuming, it is moreover a very powerful task. Since mobile devices have a unacceptable performance, the parser uses a (traditional) client server architecture.How it works:The User makes a photo of a receiptThe Application uploads the receipt to the severThe Server parses the receipt and sends the output (as JSON response) back to the applicationThe Application stores the receipt in a SQL databasePrivacy:A lot of companies store and sell your data. This is the main reason why I started this project. I want to control my private data. Since you are hosting your own server, you don’t have to worry about that. No third party services are used.
VAT Calculator
Calculate VAT for any country in the world
| Feature | Receipt Manager | VAT Calculator |
|---|---|---|
| License | GPL-3.0-only | MIT |
| Install sources | GitHubIzzyOnDroid | F-DroidGitHub |
| Categories | ProductivityFinance | ProductivityFinance |
| Features | Ad-FreeOpen SourceNo Tracking | Ad-FreeOpen SourceNo Tracking |
| Platforms | Android | Android |
| Website | ||
| Source code |