@sachin9822/reports-lib 0.0.218 → 0.0.219

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5785,14 +5785,14 @@ class AccountingReportComponent {
5785
5785
  autoHeight: true
5786
5786
  };
5787
5787
  this.columnDefs = [
5788
- { headerName: 'BusinessDate', field: 'businessDate', tooltipField: 'businessDate' },
5788
+ { headerName: 'BusinessDate', field: 'businessDate', minWidth: 95, tooltipField: 'businessDate' },
5789
5789
  { headerName: 'TxnDate&Time', field: 'transactionDateAndTime', tooltipField: 'transactionDateAndTime', minWidth: 110, },
5790
- { headerName: 'Transaction Number', field: 'transactionNumber', tooltipField: 'transactionNumber' },
5791
- { headerName: 'SendClient', field: 'sendClient', tooltipField: 'sendClient' },
5792
- { headerName: 'Principle SendClient (If Applicable)', field: 'principleSendClient', tooltipField: 'principleSendClient', width: 90, minWidth: 80, maxWidth: 110 },
5793
- { headerName: 'ReceiveClient', field: 'receiveClient', tooltipField: 'receiveClient' },
5794
- { headerName: 'Principle ReceiveClient (If Applicable)', field: 'principleReceiveClient', tooltipField: 'principleReceiveClient', width: 100, minWidth: 90, maxWidth: 120 },
5795
- { headerName: 'Is Sender Corporate', field: 'senderType', flex: 1, minWidth: 80,
5790
+ { headerName: 'Transaction Number', field: 'transactionNumber', minWidth: 100, tooltipField: 'transactionNumber' },
5791
+ { headerName: 'SendClient', field: 'sendClient', minWidth: 80, tooltipField: 'sendClient' },
5792
+ { headerName: 'Principle SendClient (If Applicable)', field: 'principleSendClient', tooltipField: 'principleSendClient', minWidth: 90, },
5793
+ { headerName: 'ReceiveClient', field: 'receiveClient', minWidth: 90, tooltipField: 'receiveClient' },
5794
+ { headerName: 'Principle ReceiveClient (If Applicable)', field: 'principleReceiveClient', tooltipField: 'principleReceiveClient', minWidth: 90 },
5795
+ { headerName: 'Is Sender Corporate', field: 'senderType', minWidth: 80,
5796
5796
  valueFormatter: (params) => { if (!params.value)
5797
5797
  return ''; const value = params.value.toUpperCase(); if (value === 'CORPORATE')
5798
5798
  return 'YES'; if (value === 'INDIVIDUAL')
@@ -5801,7 +5801,7 @@ class AccountingReportComponent {
5801
5801
  return ''; const value = params.value.toUpperCase(); if (value === 'CORPORATE')
5802
5802
  return 'YES'; if (value === 'INDIVIDUAL')
5803
5803
  return 'NO'; return ''; } },
5804
- { headerName: 'Is Beneficiary Corporate', field: 'beneficiaryType', flex: 1, minWidth: 80,
5804
+ { headerName: 'Is Beneficiary Corporate', field: 'beneficiaryType', minWidth: 80,
5805
5805
  valueFormatter: (params) => { if (!params.value)
5806
5806
  return ''; const value = params.value.toUpperCase(); if (value === 'CORPORATE')
5807
5807
  return 'YES'; if (value === 'INDIVIDUAL')
@@ -5810,21 +5810,21 @@ class AccountingReportComponent {
5810
5810
  return ''; const value = params.value.toUpperCase(); if (value === 'CORPORATE')
5811
5811
  return 'YES'; if (value === 'INDIVIDUAL')
5812
5812
  return 'NO'; return ''; } },
5813
- { headerName: 'ReceiveCcy', field: 'receiveCurrency', tooltipField: 'receiveCurrency' },
5814
- { headerName: 'AmountPaid', field: 'amountPaid', tooltipField: 'amountPaid', cellClass: 'ag-right-aligned-cell' },
5815
- { headerName: 'SendCcy', field: 'sendCurrency', tooltipField: 'sendCurrency', },
5816
- { headerName: 'ServiceFee', field: 'serviceFee', tooltipField: 'serviceFee', cellClass: 'ag-right-aligned-cell' },
5817
- { headerName: 'Tax', field: 'tax', tooltipField: 'tax', cellClass: 'ag-right-aligned-cell' },
5818
- { headerName: 'PrincipleSend Amount', field: 'principleSendAmount', tooltipField: 'principleSendAmount', cellClass: 'ag-right-aligned-cell' },
5819
- { headerName: 'Transaction Status', field: 'transactionStatus', tooltipField: 'transactionStatus' },
5820
- { headerName: 'SettlementCcy', field: 'settlementCurrency', tooltipField: 'settlementCurrency', cellClass: 'ag-right-aligned-cell' },
5821
- { headerName: 'ClientSettl (in SCcy)', field: 'clientSettlementInSCcy', tooltipField: 'clientSettlementInSCcy', cellClass: 'ag-right-aligned-cell' },
5822
- { headerName: 'ClientSettl (in USD)', field: 'clientSettlementInUSD', tooltipField: 'clientSettlementInUSD', cellClass: 'ag-right-aligned-cell' },
5823
- { headerName: 'ShareType', field: 'shareType', tooltipField: 'shareType' },
5824
- { headerName: 'ShareValue', field: 'shareValue', tooltipField: 'shareValue', cellClass: 'ag-right-aligned-cell' },
5825
- { headerName: 'Send/Receive FeeCcy', field: 'sendReceiveFeeCcy', tooltipField: 'sendReceiveFeeCcy' },
5826
- { headerName: 'ShareAmt (in USD)', field: 'shareAmountInUSD', tooltipField: 'shareAmountInUSD', cellClass: 'ag-right-aligned-cell' },
5827
- { headerName: 'Settlement Rate', field: 'settlementRate', tooltipField: 'settlementRate', cellClass: 'ag-right-aligned-cell' },
5813
+ { headerName: 'ReceiveCcy', field: 'receiveCurrency', minWidth: 80, tooltipField: 'receiveCurrency' },
5814
+ { headerName: 'AmountPaid', field: 'amountPaid', minWidth: 85, tooltipField: 'amountPaid', cellClass: 'ag-right-aligned-cell' },
5815
+ { headerName: 'SendCcy', field: 'sendCurrency', minWidth: 80, tooltipField: 'sendCurrency', },
5816
+ { headerName: 'ServiceFee', field: 'serviceFee', minWidth: 80, tooltipField: 'serviceFee', cellClass: 'ag-right-aligned-cell' },
5817
+ { headerName: 'Tax', field: 'tax', minWidth: 70, tooltipField: 'tax', cellClass: 'ag-right-aligned-cell' },
5818
+ { headerName: 'PrincipleSend Amount', field: 'principleSendAmount', minWidth: 90, tooltipField: 'principleSendAmount', cellClass: 'ag-right-aligned-cell' },
5819
+ { headerName: 'Transaction Status', field: 'transactionStatus', minWidth: 90, tooltipField: 'transactionStatus' },
5820
+ { headerName: 'SettlementCcy', field: 'settlementCurrency', minWidth: 90, tooltipField: 'settlementCurrency', cellClass: 'ag-right-aligned-cell' },
5821
+ { headerName: 'ClientSettl (in SCcy)', field: 'clientSettlementInSCcy', minWidth: 80, tooltipField: 'clientSettlementInSCcy', cellClass: 'ag-right-aligned-cell' },
5822
+ { headerName: 'ClientSettl (in USD)', field: 'clientSettlementInUSD', minWidth: 80, tooltipField: 'clientSettlementInUSD', cellClass: 'ag-right-aligned-cell' },
5823
+ { headerName: 'ShareType', field: 'shareType', minWidth: 85, tooltipField: 'shareType' },
5824
+ { headerName: 'ShareValue', field: 'shareValue', minWidth: 85, tooltipField: 'shareValue', cellClass: 'ag-right-aligned-cell' },
5825
+ { headerName: 'Send/Receive FeeCcy', field: 'sendReceiveFeeCcy', minWidth: 85, tooltipField: 'sendReceiveFeeCcy' },
5826
+ { headerName: 'ShareAmt (in USD)', field: 'shareAmountInUSD', minWidth: 80, tooltipField: 'shareAmountInUSD', cellClass: 'ag-right-aligned-cell' },
5827
+ { headerName: 'Settlement Rate', field: 'settlementRate', minWidth: 85, tooltipField: 'settlementRate', cellClass: 'ag-right-aligned-cell' },
5828
5828
  ];
5829
5829
  this.gridApis = [];
5830
5830
  this.gridColumnApis = [];