• Joined on 2025-05-21
ske087 pushed to main at ske087/label_printer 2026-02-06 07:38:12 +00:00
92714bcb51 Update build scripts and rebuild artifacts
ske087 pushed to main at ske087/label_printer 2026-02-06 06:35:23 +00:00
396bf19214 final_label
ske087 pushed to main at ske087/label_printer 2026-02-06 06:34:16 +00:00
37c7a5bd7a Change log format from text to CSV table format - easier to read and analyze
ske087 pushed to main at ske087/label_printer 2026-02-06 06:25:51 +00:00
69e0f7f8b1 Add logging functionality: log print actions to logs folder with 5-day auto-cleanup
ske087 pushed to main at ske087/label_printer 2026-02-06 06:21:18 +00:00
44771dcd11 Add two features: (1) Printer selection persistence after printing (2) Auto-cleanup of PDF files older than 5 days on startup
ske087 pushed to main at ske087/label_printer 2026-02-05 21:50:22 +00:00
ca42c8e3c7 Build Windows executable - LabelPrinter.exe with Python 3.13 and Kivy 2.3.1
ske087 pushed to main at ske087/label_printer 2026-02-05 14:56:23 +00:00
9f45a02f13 Remove GitHub Actions workflow
6f07bb9cba Update: add Python version compatibility notes (3.14 may have issues)
1536f26fee Add Windows build scripts and documentation for single-file executable
e838d25c44 Major optimization: use --onedir (faster), add pip cache, increase timeout to 45min
8e3893e85c Optimize build: add timeout, simplify dependencies, reduce hidden imports
Compare 12 commits »
ske087 pushed to main at ske087/label_printer 2026-02-04 23:31:58 +00:00
5e1cdfb9e5 Add comprehensive README documentation
8619debd71 Add PyInstaller support for standalone Windows executable
184178275b Add Windows support with cross-platform printer detection
Compare 3 commits »
ske087 pushed to main at ske087/label_printer 2026-02-04 23:05:10 +00:00
33c9c3d099 Improve GUI and barcode generation
ske087 pushed to fg-scan-validation-warehouse at ske087/quality_app-v2 2026-02-04 21:58:17 +00:00
e53e3acc8e Implement print labels module with PDF generation, QZ Tray integration, and theme support
ske087 pushed to main at ske087/label_printer 2026-02-04 15:23:19 +00:00
a79fdf3759 Update label printer GUI with improved preview layout - 50% larger canvas, proportional barcodes, 25 char limit, 0.5cm left margin
ske087 pushed to main at ske087/label_printer 2026-02-04 13:48:00 +00:00
602c83a8ce Add comprehensive testing summary report
ske087 pushed to main at ske087/label_printer 2026-02-04 13:46:45 +00:00
719a086f87 Fix tkinter dependency and add comprehensive tests
ske087 pushed to main at ske087/label_printer 2026-02-04 13:41:16 +00:00
6bcec9e306 Merge remote-tracking branch 'origin/main'
31fab25430 Add Kivy GUI interface for label printer
e5f2e69b10 final state
efe7b7a671 Final code
17231fbae1 simple function to print 9/5 labels
Compare 9 commits »
ske087 pushed to fg-scan-validation-warehouse at ske087/quality_app-v2 2026-02-04 08:54:39 +00:00
572b5af570 updated app
4784d1395c fix: Add inline styles to barcode frames for correct positioning
834bcc808a fix: Improve barcode positioning in label preview
6dc5885b74 fix: Add barcode positioning CSS for label preview
b2ac1fad5b fix: Restructure print_module layout - label preview on left side
Compare 10 commits »
ske087 pushed to fg-scan-validation-warehouse at ske087/quality_app-v2 2026-02-01 23:06:35 +00:00
f54e1bebc3 feat: Add Set Orders on Boxes feature with debouncing and page refresh
ske087 pushed to fg-scan-validation-warehouse at ske087/quality_app-v2 2026-01-30 13:21:17 +00:00
39a3a0084c Fix PyMySQL DictCursor usage in warehouse functions
ske087 pushed to fg-scan-validation-warehouse at ske087/quality_app-v2 2026-01-30 10:32:02 +00:00
f97b9692b8 Add comprehensive migration analysis completion document
ske087 pushed to fg-scan-validation-warehouse at ske087/quality_app-v2 2026-01-30 10:31:15 +00:00
07f77603eb Implement approved/rejected quantity triggers and warehouse inventory
ske087 pushed to fg-scan-validation-warehouse at ske087/quality_app-v2 2026-01-30 08:50:26 +00:00
b15cc93b9d FG Scan form validation improvements with warehouse module updates