GGTillCounter

Till Counter

Thanks to the original creator of the app https://morgandival.github.io/till-counter/

The link for this project: https://darany888.github.io/GGTillCounter/

We have recently moved from a POS that allows end of day cash up to one that have no cash coin functionality. One of the staff found this app useful so I have tweaked to fit the needs for a Cafe.

The app records the date and set the default float amount to $200 which can be changed. The user in charge of end of day count, can count each denominator separately which will tally up the total for each row and the final amount at the bottom. After subtracting the float amount, the Actual amount can be compared to what’s expected, in our case it is the end of day receipts produced by the POS.This will give us a variance which allow a user to enter a reason for.

It will also give the final deposit breakdown based on the available denominator. And finally, after all has been completed, there is an appscript that links to a Google Sheet which record all the values.

I kept the dimension small and remove all default zeros, so that this can easily be done on a cell phone quickly.

Upgrades:

Most of the readme below came from the original creator. Kudos to him for this.

How It’s Made:

Tech used: React, TypeScript

Calculators are nice, but what happens if you make a mistake? You have to start all over again!

So I built this app to help me count up all of my dollarydoos!

React states keep track of the values entered, display a count of each denomination, and maintain a running total at the bottom.

Each currency option dynamically generates the relevant denominations and displays the symbols of that currency.

Known Issues:

Resolved Issues:

Lessons Learned: