Till Counter v1.1.0
===================

Standalone mobile-first browser app for end-of-day till counting.

Install
-------
Upload every file in this folder to any web directory. All URLs are relative,
so the project does not depend on a specific domain or directory name.

Privacy / storage
-----------------
- No analytics, account, server database or cloud sync.
- The app does not create tracking cookies.
- Current count and named saved sessions use browser localStorage on the device.
- The privacy panel in the app can delete current/saved app data and offline cache.
- Clearing browser site data/cookies for the app's site also removes localStorage.
- PWA/service-worker cache contains only static app files, not till counts.

Search-engine blocking
----------------------
- robots meta tags are included in index.html.
- robots.txt disallows all crawlers.
- .htaccess sends X-Robots-Tag headers and disables directory listings on Apache/LiteSpeed.
These measures deter normal search engines, but a public URL is still technically reachable.
Use host-level HTTP Basic Auth/private access if access control is required.

Counting workflow
-----------------
1. Start Count.
2. Enter till number and expected Brinks amount from the closing report.
3. Count quantities starting at 5c. Tab moves upward through denominations to €50.
4. First €300 is protected float. Anything above €300 is shown from €0 as To Brinks Bag.
5. The app suggests an exact highest-denomination-first bag combination when possible.
6. Variance: €0 green; non-zero up to +/-€5 yellow; above +/-€5 red.
7. Add multiple tills; overall totals and suggested Brinks denomination breakdown are combined.
8. Export Image, draft an SMS report, or Print All.

Version: 1.1.0
