ReceiptManager (initially known as ReceiptChecker) is a command-line program that lets you manage and create receipt entries. You can calculate the total price of each entry based on its unit price and quantity. It can also calculate the sum of all receipt entries, as well as the total number of items.
- Edit Receipt Entry: You can add, edit, and delete entries you want.
- Live Preview: You can see the live changes to your entries in real-time.
- Export files as .TXT or .JSON: You can export the results with formatted design using .TXT file or, if you want to import it later, you cane export it as a .JSON file.
- Sort by Price: You can sort the items based on the total price of entries in descending order to see which items have the highest or lowest price.
- One-click Run: THere is no need to install programs, extensions, or any other dependencies to run this program.
- To run the program, simply click the
ReceiptManager.exe
. There is no need for you to install other extensions, programs, or dependencies. - Type a number to use the functions of the program
- Works on Windows only: The program was only created and tested in Windows operating system. I have no plans yet for supporting other operating systems.
- This is a hobby project, so this program may not be fully optimized. The development for this project is not very serious (for now), as I only work on it when I have free time. This project was initially based on a school project for my IT subject, so there are some areas of the code that are part of the original version.
- As I want to improve my knowledge in programming, I decided to use this project as my stepping stone.
MIT License
Copyright (c) 2024 Vince Warren Taule
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.