transaction log table update #61

Merged
naeem.ullah merged 1 commits from mazdak/UX-2367 into dev-pending-01-02-2026 5 days ago

@ -184,9 +184,9 @@
<th scope="col">{{ "crAccount" | translate }}</th>
<th scope="col">{{ "drPcaGlacode" | translate }}</th>
<th scope="col">{{ "crPcaglacode" | translate }}</th>
<th scope="col">{{ "transactionUri" | translate }}</th>
<th scope="col">{{ "transactionCode" | translate }}</th>
<th scope="col">{{ "paymentMode" | translate }}</th>
<th scope="col">{{ "transactionUri" | translate }}</th>
<!-- <th scope="col">{{ "paymentMode" | translate }}</th> -->
<th scope="col">{{ "date" | translate }}</th>
<th scope="col">{{ "channel" | translate }}</th>
<th scope="col">{{ "createdAt" | translate }}</th>
@ -203,7 +203,7 @@
'crPcaglacode',
'transactionUri',
'transactionCode',
'ppmPymdcode',
'sgtGntrdate',
'channelCode',
'createdAt'
@ -217,7 +217,7 @@
<td>{{ log.crPcaglacode || '-' }}</td>
<td><small class="text-muted">{{ log.transactionUri || 'N/A' }}</small></td>
<td><span class="badge bg-secondary">{{ log.transactionCode || 'N/A' }}</span></td>
<td>{{ log.ppmPymdcode || '-' }}</td>
<!-- <td>{{ log.ppmPymdcode || '-' }}</td> -->
<td>{{ log.sgtGntrdate | date: 'MMM dd, yyyy' }}</td>
<td>{{ log.channelCode || '-' }}</td>
<td>{{ log.createdAt | date: 'MMM dd, yyyy HH:mm' }}</td>

@ -1,4 +1,5 @@
{
"logintoAccount":"Login to your account",
"userName":"Username",
"userNamePlaceHolder":"Enter Username",
@ -191,11 +192,11 @@
"noTransactionLogsFound": "No transaction logs found.",
"logID": "Log ID",
"organization": "Organization",
"transactionID": "Transaction ID",
"transactionID": "Tran ID",
"drAccount": "DR Account",
"crAccount": "CR Account",
"crPcaglacode": "CR GL Account",
"drPcaGlacode": "DR GL Account",
"crPcaglacode": "CR GL",
"drPcaGlacode": "DR GL",
"paymentMode": "Payment Mode",
"channel": "Channel",
"createdAt": "Created At",
@ -271,8 +272,8 @@
"oldAndNewPass":"Old password and new password cannot be the same",
"activityLogs": "Activity Logs",
"activityLogDetails": "Activity Log Details",
"transactionCode": "Transaction Code",
"transactionUri": "Transaction URI",
"transactionCode": "Tran Code",
"transactionUri": "Tran URI",
"resetPasswordButton": "Reset Password",
"dateTime": "Date Time",
"responseCode": "Response Code",
@ -298,19 +299,6 @@
"collapse": "Collapse",
"expand": "Expand",
"dateFilter": "Date Filter",
"clearFilter": "Clear Filter",
"activeFilter": "Active Filter",
"from": "From",
"to": "to",
"last7Days": "Last 7 Days",
"last30Days": "Last 30 Days",
"thisMonth": "This Month",
"last3Months": "Last 3 Months",
"hideDateFilters": "Hide Date Filters",
"showDateFilters": "Show Date Filters",
"filteringByDate": "Filtering by date range...",
"tryAdjustingFilters": "Try adjusting your date filters or search terms",
"noDataInRange": "No transactions found in the selected date range",
"dateRangeError": "Please select a valid date range",
"exportAllData": "Export All Data"
"showDateFilters":"Show Date Filter",
"hideDateFilters":"Hide Date Filter"
}

Loading…
Cancel
Save