feat: Add automatic anticipo notes to tickets and optimize for 58mm printers

- Add automatic notes for anticipo tickets with commitment and cancellation policy
- Optimize ticket layout for 58mm thermal printers (reduced from 72mm)
- Improve ticket spacing with better margins (0.1cm/0.05cm)
- Add proper capitalization for service titles (e.g. "anticipo" → "Anticipo")
- Enhance total amount formatting with larger font size (15px) and better spacing
- Add visual separation between payment method and staff information

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Marco Gallegos
2025-09-14 08:36:50 -06:00
parent 2b1438a064
commit 9559652f40
4 changed files with 40 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "ap-pos",
"version": "1.5.4",
"version": "1.5.5",
"main": "app.js",
"scripts": {
"start": "node server.js"