Open
Conversation
added 2 commits
November 7, 2025 11:14
- Added lang attribute, viewport meta, and descriptive title - Added alt text to images and labels to buttons/selects - Fixed duplicate ID issue - All critical accessibility errors resolved
…ical API fixes Features Added: - Bulk product upload via CSV with template - Enhanced Unit of Measure (UoM) system with package management - Auto-focus payment input with faster response (300ms) - Enter key support for payment confirmation - CSV bulk upload template generation Bug Fixes: - Fixed category API to return created object with _id - Fixed product ID generation to avoid collisions (milliseconds + random) - Added safeParseFloat/Int helpers for proper number parsing - Fixed multer to accept FormData without file uploads - Fixed transaction page user filter null reference errors - Fixed settings API with upsert pattern to prevent duplicate key errors - Disabled rate limiter (was causing 429 errors) - Fixed date format handling for both DD-MMM-YYYY and YYYY-MM-DD API Improvements: - Enhanced error handling with detailed messages - Added optional file upload middleware - Improved input sanitization with safeEscape helper - Better validation for required fields Database: - Reset to clean state with only admin user (admin/admin123) - Removed all test data for production readiness Documentation: - Added comprehensive guides for UoM system, testing, and receipts - Added bulk upload template and instructions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.