Skip to content

codingwithcn/Receipt-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Receipt-App

This is a simple, easy to use receipt app, that helps you keep your books together.

Visual

View of app screen

Key Feutures

Receipt-App lets you:

  • Add a new receipt
  • Delete a old receipt
  • Change a receipt value (The person that payed you, The amount they payed, They date they payed). When changing a receipt value, do not forget to save the change, or else the new entry would not be saved.
  • Print Currently viewed Receipt records. (Currently viewed being it will print the receipts that you are currently able to see)
  • Filter through your saved receipts to find the receipt you are currently looking for.

How to create a receipt

Create a Receipt view

  • First click on the Add New Payment button
  • Once you are able to see the popup, fill it out
  • Once done hit Create Receipt button

Note if you decided you no longer want to create a receipt, all you have to is click anywhere else but the popup

How to delete a receipt

It is as simple as right click on a receipt. They a popup will show. Click on the delete button of the popup.

Developer Note

Since Receipt-App was made using electron, debug an error has become way easier, so if an issue ever occurs all you have to do is right click on "Menu +", which creates a new popup, on that popup right click on "View +", then finally left click on "Toggle Developers Tools" and when a new window shows up, head over to the console, to see what exactly cause the issue.

Because it is so easy to see an issue, it becomes easier to report it, so when ever you spot an issue, send me an email and I will see try to fix it when ever I have an oppurtunity.

Credit:

  • App was made with Electron js
  • App was made with Sqlite3
  • Chidozie J. Nnaji (codingwithcn@gmail.com) was the Author of this app

License

CC0 1.0 (Public Domain)