Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
fbf4af8
Add browser extension utilities for SKU scanning and label enhancement
abeperl Oct 1, 2025
72649ca
Add CSS/JS inject features, DataFlow.Mobile .NET 9 upgrade, services …
abeperl Oct 29, 2025
497af74
Add docs and bugfix notes for auto-print, tab manager, and auto-submi…
abeperl Oct 30, 2025
0f1ae8d
Add detailed error-handling docs for auto-submit workflow
abeperl Oct 30, 2025
f95e5f8
Auto-print & scan UX improvements: rely on TabManager, robust modal d…
abeperl Nov 3, 2025
2ba4d3a
Add silent auto-print (JSPrintManager), reorganize/expand docs, and a…
abeperl Nov 3, 2025
30c85fe
Integrate Silent Auto Print into router.js with legacy fallback and a…
abeperl Nov 3, 2025
6efaae2
Add JSPrintManager CDN loader + vendor lib; refactor silent-auto-prin…
abeperl Nov 4, 2025
5833f5c
Fix silent auto-print: use native .click() instead of jQuery .trigger()
abeperl Nov 4, 2025
4b46e3e
Add documentation for button click fix
abeperl Nov 4, 2025
f8cae6f
Fix timing issues in silent auto-print
abeperl Nov 4, 2025
7292e20
Add documentation for timing fix
abeperl Nov 4, 2025
c66a74a
Fix race condition: await clickPrintButtons() before waiting for capture
abeperl Nov 4, 2025
61319e3
Add documentation for race condition fix
abeperl Nov 4, 2025
d45ed4d
Add Simple Auto Print and Box-Label silent print, update router, and …
abeperl Nov 4, 2025
f771c59
Remove bundled JSPrintManager, add box-label docs/tests, and improve …
abeperl Nov 5, 2025
e56c281
Add Sentry error tracking to status-dropdown and include docs
abeperl Nov 5, 2025
233fde7
Add PowerShell scripts for publishing and uninstalling ScheduledPrint…
abeperl Nov 13, 2025
fcd72c4
Enhance Scheduled Print Service with improved logging, error handling…
abeperl Nov 13, 2025
69272fd
feat: Initialize SQLite database schema and migration scripts
abeperl Nov 24, 2025
9d15665
feat: Add setup scripts for personalized orders and schedule configur…
abeperl Nov 27, 2025
e870477
Implement comprehensive updates to Scheduled Print Service scripts
abeperl Dec 1, 2025
3d05a44
feat: Remove debug logs for filtered items and enhance customer name …
abeperl Dec 1, 2025
b494053
feat: Remove Sentry integration from status-dropdown.js and enhance e…
abeperl Dec 2, 2025
383d969
Implement token caching fix, consolidate APIs with chained filters, v…
abeperl Dec 2, 2025
5dd9861
feat: Add HTML injection feature and fix API #2 filter conflict
abeperl Dec 2, 2025
f7a24ee
feat: Implement fixes for array index filtering, SPA auth token renew…
abeperl Dec 3, 2025
b1e82b8
feat: Add database file patterns to .gitignore for environment-specif…
abeperl Dec 3, 2025
c4ee590
Add audio enhancement feature with MP3 support and synthesized sounds
abeperl Dec 4, 2025
f58280e
refactor: Reorder printing methods in WindowsPdfPrinter for improved …
abeperl Dec 4, 2025
d0e1b44
Implement print redirection for carton labels to new server; add deta…
abeperl Dec 5, 2025
680dbc9
Remove unused CSS and utility functions from scan-overlay-extension
abeperl Dec 14, 2025
de5e4ea
Add test HTML files for box label formatting and silent print functio…
abeperl Dec 14, 2025
b2ec695
feat: Enhance documentation and workflows for Production Status Colum…
abeperl Dec 15, 2025
5fa97d1
feat: Add scripts for capturing picklist data and injecting Productio…
abeperl Dec 15, 2025
f75e340
feat: Implement PrefixedLogger for enhanced logging with API number p…
abeperl Dec 15, 2025
8c20374
feat: Enhance CallApi action to save API response in browser memory f…
abeperl Dec 15, 2025
588f239
feat: Enhance logging in API services with API number prefix for bett…
abeperl Dec 15, 2025
1f6e9fb
feat: Enhance OrderApiService logging and add JSON parsing debug info…
abeperl Dec 15, 2025
a434779
feat: Refactor SubActionExecutor to include PrinterConfig and enhance…
abeperl Dec 16, 2025
9737307
feat: Implement IsApiEnabled method in DatabaseApiConfigService and o…
abeperl Dec 16, 2025
8aff34a
Add warning audio file for notifications
abeperl Dec 16, 2025
990001b
feat: Add comprehensive documentation for Audio CDN implementation an…
abeperl Dec 16, 2025
c12730d
refactor(css-js): remove duplicate overlay-manager in favor of ui-fee…
abeperl Dec 16, 2025
c15b5a5
feat: Enhance manual picking page by collapsing Order# column and add…
abeperl Dec 16, 2025
e2c4328
feat(api): Implement Sales Order Export API with SaveJsonToFile actio…
abeperl Dec 22, 2025
80c6b29
feat(queue): Implement queue-based processing mode with batch handlin…
abeperl Dec 23, 2025
cf7aaca
feat(api): Migrate HTTP headers from hardcoded logic to database conf…
abeperl Dec 23, 2025
89caa86
fix(api): Correct Params and Payload column usage for API #7 and upda…
abeperl Dec 23, 2025
41e1e90
feat(api): Add debug logging for property extraction in ExtractIdFrom…
abeperl Dec 23, 2025
08ed6b4
feat(api): Add global custom headers from API configuration and fix I…
abeperl Dec 23, 2025
b68c74a
feat(api): Update API execution logic for manual mode and enhance ord…
abeperl Dec 24, 2025
149b4f0
feat(api): Prepend BaseUrl to relative endpoints in API calls
abeperl Dec 24, 2025
92757e9
feat(api): Enhance order processing by checking for existing records …
abeperl Dec 24, 2025
f69ae75
Refactor code structure for improved readability and maintainability
abeperl Dec 25, 2025
490d031
feat(api): Implement daily fetch logic by adding LastFetchedAt column…
abeperl Dec 31, 2025
7f53620
feat(api): Update API selection logic to include only enabled APIs fo…
abeperl Jan 1, 2026
4129900
feat(api): Add LocalJsonFilePath support for using local JSON files a…
abeperl Jan 6, 2026
3588be6
feat(api): Add APIs for product detail ingestion, customer ledger exp…
abeperl Jan 12, 2026
95717a1
feat(api): Add ExportInvoicesCsv action and SQL migration for exporti…
abeperl Jan 13, 2026
e4e92d1
feat(api): Add ClosedXML package and implement XLSX export for invoices
abeperl Jan 13, 2026
2fd38c0
feat(api): Extract customerName and referenceNo from customerData in …
abeperl Jan 13, 2026
3285643
feat(api): Add LocalJsonFolderPath and OutputFolder properties to Sub…
abeperl Jan 20, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
44 changes: 42 additions & 2 deletions .claude/settings.local.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,48 @@
"Bash(del \"C:\\Users\\User\\source\\repos\\BrowserExtensions\\DataFlow-Mobile\\DataFlow.Mobile\\Models\\PageModel.cs\")",
"Bash(move:*)",
"Bash(sed:*)",
"Bash(emulator:*)"
"Bash(emulator:*)",
"Bash(adb:*)",
"Bash(timeout:*)",
"Read(//c/Users/User/**)",
"Bash(cat:*)",
"Bash(mkdir:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(del \"c:\\Users\\User\\source\\repos\\BrowserExtensions\\css-js-toinject\\index.js\")",
"Bash(del \"c:\\Users\\User\\source\\repos\\BrowserExtensions\\css-js-toinject\\sku-qty-focus.js\")",
"Bash(node -e:*)",
"Bash(del \"c:\\Users\\User\\source\\repos\\BrowserExtensions\\css-js-toinject\\IMPLEMENTATION-SUMMARY.md\")",
"Bash(mv:*)",
"WebSearch",
"WebFetch(domain:cdn.jsdelivr.net)",
"Bash(curl:*)",
"Bash(git -C \"C:\\Users\\User\\source\\repos\\BrowserExtensions\" status --short css-js-toinject/)",
"Bash(git init:*)",
"Bash(gh repo create:*)",
"Bash(echo:*)",
"Bash(del HTMLZebraPrinterService-v1.0.0.zip)",
"Bash(sc query:*)",
"Bash(findstr:*)",
"Bash(del HTMLZebraPrinterService-v.zip)",
"Bash(del diagnose.ps1)",
"Bash(del test-service-startup.ps1)",
"Bash(del check-aspnetcore.ps1)",
"Bash(del fix-service.ps1)",
"Bash(del test-manual-run.ps1)",
"Bash(del fix-http-permissions.ps1)",
"Bash(del switch-to-localservice.ps1)",
"Bash(del reinstall-service-correct-path.ps1)",
"Bash(del install.ps1)",
"Bash(del uninstall.ps1)",
"Bash(del install-standalone.ps1)",
"Bash(del HTMLZebraPrinterService-v1.1.0-HTTPS.zip)",
"Bash(del HTMLZebraPrinterService-v1.1.0-HTTPS.zip 2)",
"Bash(NUL)",
"Bash(test:*)",
"Bash(python:*)",
"Bash(sqlite3:*)"
],
"deny": []
}
}
}
Loading