An open API service indexing awesome lists of open source software.

https://github.com/hsnice16/cash-register-manager

This app helps the seller by telling, how can he/she return the change to the customer with the minimum number of notes?
https://github.com/hsnice16/cash-register-manager

css3 html5 javascript reactjs

Last synced: 2 months ago
JSON representation

This app helps the seller by telling, how can he/she return the change to the customer with the minimum number of notes?

Awesome Lists containing this project

README

          

# cash-register-manager

This app helps a seller in counting the number of notes to return to the buyer of his/her product.

* The seller will enter the amount of the bill
* Then the seller will enter the amount that is given by the buyer
* After this, this app will show the amount to return and the number of notes to return
* Notes are of currency: 1, 5, 10, 20, 100, 500, 2000 (INR)

Check this app: [check🚀](https://manage-registered-cash.netlify.app/)