fix: Resolve persistent date formatting undefined issue in ticket printing

- Fixed unsafe string concatenation in print.js date function
- Replaced manual padding logic with String().padStart() method
- Updated cache busting to v1757039367 for proper reload
- Fixed default tab routing for regular users to 'Ventas'
- Enhanced ticket layout with right-aligned total and payment method
- Improved print styling with 72mm width and better spacing

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Marco Gallegos
2025-09-04 20:34:43 -06:00
parent a70c74357e
commit b2963e7f9d
5 changed files with 76 additions and 41 deletions

View File

@@ -1,6 +1,6 @@
services:
ap-pos:
image: marcogll/ap_pos:1.3.7
image: marcogll/ap_pos:1.4.0
container_name: ap-pos
restart: unless-stopped
ports: