Commit Graph

11 Commits (d4292cdefe9c2362a99f52900a4140b1177698db)

Author SHA1 Message Date
Naeem Ullah 6e4f1c3c58 Enhance transaction logs UI and fix translations
Improved the transaction logs component with better table UI, pagination, loading/error states, and date filtering. Updated SCSS for responsive design and visual enhancements. Fixed translation keys and placeholders in user management and constants. Adjusted login direction logic and commented out duplicate login check in authentication service.
6 days ago
Mazdak Gibran 60435ce48d Improve log form validation and mask passwords in export
Added validation error messages for required date fields and invalid date ranges in the logging search form. Updated the export to Excel functionality to mask passwords in request bodies. Adjusted date validator to only flag errors when fromDate is strictly after toDate.
6 days ago
Mazdak Gibran 05c8508d30 arabic right to left alignment
arabic right to left alignment,
2 weeks ago
Naeem Ullah 6df0195ed8 Refactor logging component UI and logic
Simplified and modernized the logging.component.html layout, replacing nested cards and redundant markup with a cleaner structure. Refactored logging.component.ts to improve data flow: search, filtering, and pagination are now handled in the component instead of the template pipe. Updated page size options in app.constants.ts for better usability. Minor cleanup in setup-user.component.ts.
2 weeks ago
Naeem Ullah efbf56adbc Update password change flow and date validator logic
Changed the change password API endpoint to use FIRST_LOGIN_URI instead of CHANGE_PASSWORD_URI. Added FIRST_LOGIN_URI to URI enums and app.uri.json. Improved the toDateAfterFromDateValidator to normalize dates, enforce fromDate < toDate, and disallow future dates.
2 weeks ago
atif118-mfsys 2dd260fc51 added export to excel functionality in transaction logs 3 weeks ago
atif118-mfsys 58cc256169 added export data in excel and added som validations in logger manager screen 3 weeks ago
atif118-mfsys e3bd2193b8 integrated GET call in logger manager to get logging details 3 weeks ago
atif118-mfsys 8340f14035 working on setting up http services as per standard 1 month ago
atif118-mfsys 383772db87 added design for third party registration screen 2 months ago
atif118-mfsys d59d64987c initial aConnect commit. 2 months ago