Commit Graph

105 Commits (bab3e95f9a4a7245eb2e94c8545eab12f5ea1e95)

Author SHA1 Message Date
Naeem Ullah da8aa6f51d Merge branch 'dev-pending-20-01-2026' of https://ct.mfsys.com.pk/aConnect/aConnect-UX into dev-pending-20-01-2026 6 days ago
Naeem Ullah 9b323539bb Update password change flow and UI text
After a successful password change, users are now logged out and redirected to the login page instead of updating credentials in local storage. Also removed unused password hints and user info text from the reset password modal, and updated the error message for duplicate user IDs in the English translations.
6 days ago
Mazdak Gibran a11e3b83ec fixed issues in reset password 6 days ago
Naeem Ullah df9258b77c Merge branch 'dev-pending-20-01-2026' into osho-marka 6 days ago
Naeem Ullah 0b54f82063 added 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 57555718d2 access only to superadmin
access only to superadmin, admin and user will be see screen according to permission.
added logo to dashboard
6 days ago
Mazdak Gibran 8f764592b8 username changed to user id 6 days ago
Mazdak Gibran 447d15cef6 logging.html style improvement
Wrapped date input fields in a new container and added FontAwesome calendar icons for better UI clarity. Updated SCSS to style the date input wrappers and position the icons appropriately.
1 week ago
Mazdak Gibran 0356224023 Update logging.component.html 1 week ago
Mazdak Gibran 9ff7b72b1d removed superadmin from role options
removed superadmin from role options
1 week ago
Mazdak Gibran 705523a09f permission manager dropdown fixed
permission manager dropdown fixed
1 week ago
Mazdak Gibran 79d258b0cf Enhance reset password flow and add permission control
Replaced user ID input with a dropdown in the reset password form and loaded users dynamically. Added 'resetPasswordButton' permission to side menu and conditionally displayed the reset password button
1 week ago
Mazdak Gibran 3b70e23da0 Add reset password modal to user management
Introduced a new ResetPasswordModalComponent for resetting user passwords from the setup user page. Updated the setup-user component and template to include a reset password button and modal, and refactored password-hide-show to support resetting its state. Also adjusted reset-password component to enable userId input.
1 week ago
Naeem Ullah 1ddb35bbac Add SuperAdmin role support to user management
Introduces the SUPER_ADMIN role in enums, updates admin check logic to include SuperAdmin, and adds SuperAdmin to the role options in the setup user component.
1 week ago
Mazdak Gibran b532a882a0 show activity log for user
show activity log for user after permission
1 week ago
Mazdak Gibran c78b500d61 transaction logs
added transactionCode and transactionUri to the transaaction logs  table
2 weeks ago
Mazdak Gibran 05c8508d30 arabic right to left alignment
arabic right to left alignment,
2 weeks ago
Mazdak Gibran 258f1d3e8c logger manager to activity logs
changed logger manager to activity logs, disabled future dates, fixed pagination buttons
2 weeks ago
Naeem Ullah fadc5990f6 Merge branch 'dev-pending-20-01-2026' of https://ct.mfsys.com.pk/aConnect/aConnect-UX into dev-pending-20-01-2026 2 weeks ago
Naeem Ullah 0329da50a3 Merge pull request 'user permission fix' (#45) from mazdak/UX-2123 into dev-pending-20-01-2026
Reviewed-on: https://ct.mfsys.com.pk/aConnect/aConnect-UX/pulls/45
2 weeks ago
Naeem Ullah 879ed17c49 Enhance app initialization and storage service
Refactored AppComponent initialization to set default language and direction, handle user authentication state, and redirect accordingly. Added removeItem method to StorageService for item removal. Also removed an unused import from authentication.guard.ts.
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
Mazdak Gibran 67b7341f50 user permission fix
user permission fix internal server error
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
Naeem Ullah 772653b51c Merge branch 'dev-pending-20-01-2026-naeem' into dev-pending-20-01-2026 2 weeks ago
Naeem Ullah 69cb52694e Enhance transaction logs and user permissions UI
Added new fields (crPcaglacode, drPcaGlacode, amount, paymentMode) to the TransactionLog model and updated the transaction logs table to display these fields. Improved user permissions UI with better styling, scrollable tables, and enhanced ng-select options. Updated user setup to use a more descriptive placeholder and added a confirmation dialog for user deletion. Also improved i18n translations for new fields and cleaned up validation and error messages.
2 weeks ago
Mazdak Gibran d94e715957 first time login
first time login logic and validations,
2 weeks ago
Mazdak Gibran f3685ba942 user management bugs fixed
bugs resolved:
Setup User: No validation applied; the form saves with empty inputs. User ID length validation is not implemented. The role column is not displayed in the table.

Reset Password: No success message is shown after password update. Strong password validation is not applied.

Change Password: No success message is shown after password update. Strong password validation is not applied. Validation to prevent using the same value for old and new passwords is not implemented.
2 weeks ago
Mazdak Gibran 150fb0f88b add success message
add success message to change password and reset password, and fixed the routing in change password.
2 weeks ago
Mazdak Gibran 0b013393d5 Update side-nav.component.html 3 weeks ago
Mazdak Gibran 3ac1eb2bd9 show username in header 3 weeks ago
Mazdak Gibran aa3b22c65f Update change-password.component.html 3 weeks ago
Mazdak Gibran 6252fed4f4 delete pipes 3 weeks ago
Mazdak Gibran 9130b2db6b fixed small bugs and adjusted styling
fixed small bugs and adjusted styling
3 weeks ago
Mazdak Gibran 8dd969fbf6 transaction-logs updated
transaction-logs updated, removed extra service file and matched architecture with other components
3 weeks ago
Mazdak Gibran 30641db59e setup-user updated
setup-user updated to match architecture of other components.
3 weeks ago
Mazdak Gibran 314e899394 setup user email
setup user email, fixing bugs, pagination and added search filter for transaction logs
3 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 bf8ac0b2ed Merge branch 'dev-pending-01-01-2026' into aconnect-UX/1576 3 weeks ago
atif118-mfsys e3bd2193b8 integrated GET call in logger manager to get logging details 3 weeks ago
Mazdak Gibran 1aacd37b80 styling adjustments 3 weeks ago
Mazdak Gibran 52c51c9ed1 css adjustment
styling sms banking
4 weeks ago
Mazdak Gibran 82a032affd adding fields to user setup
adding fields to user setup  and error handling
4 weeks ago
atif118-mfsys 82d9060b4d Merge branch 'dev-pending-01-01-2026' into aconnect-UX/1876 4 weeks ago
atif118-mfsys 274659a429 added button level permissions on edit and delete buttons 4 weeks ago
Mazdak Gibran 921b28f27b transaction log Api integration
transaction log Api integration and showing the data in tabular form.
4 weeks ago
Mazdak Gibran 37f0489f05 Update setup-user.component.ts 4 weeks ago
Mazdak Gibran 0163c1c469 fixing setup-user component
added porOrgacode to payload for createUser
4 weeks ago