Bug #4897
closedpos help guide
Files
Subtasks
Related issues
Updated by Karthik Palakonda 27 days ago
- Due date set to 11/13/2025
- Status changed from New to In Progress
- % Done changed from 0 to 70
- Estimated time set to 4:00 h
Yesterday, I completed the POS Help Guide page using HTML and CSS. However, I noticed that the images and asset files were not loading properly in the production build due to incorrect file paths. I have been working on fixing the asset path issues in the HTML code and pushing the updated code to the repository. Currently, I’m continuing to work on this project to ensure all pages load their assets correctly in the production environment.
Updated by Karthik Palakonda 27 days ago
- File pos help guide.png pos help guide.png added
- Status changed from In Progress to Closed
- % Done changed from 70 to 100
I worked on the POS Help Guide pages, where I encountered an issue with image asset file paths. The problem was that in the local environment (localhost), file paths are not case-sensitive, but in the production environment, they are case-sensitive. As a result, images with incorrect filename cases were not displaying properly in production. I identified and fixed the file path issues to ensure all images load correctly in production. Additionally, I made some minor updates to the remaining pages and pushed the updated code to the repository.