cancel
Showing results for 
Search instead for 
Did you mean: 

How to Add a Payment Method Column to Settlement Report?

How to Add a Payment Method Column to Settlement Report?

How to Add a Payment Method Column to Settlement Report?

 

I'm working with the Settlement Report within the FBL Advance Report section in Magento 2. I need to add a column that displays the payment method for each transaction. 

 

In the attached image, you can see the current columns in the report. I would like to add a new column for the payment method right after the last column (labeled "Status").19JB4aq3.png

However, I only have access to MySQL and the Magento Admin Panel (no access to the full codebase or ability to modify files directly). Could someone guide me on how I can achieve this, possibly by making changes directly in the database or through the admin panel?

 

2 REPLIES 2

Re: How to Add a Payment Method Column to Settlement Report?

Hello @hafizawani8a0d,

 

Unfortunately, you can't add coulmns from backend, it will require customizations.

Problem Solved ? Click on 'Kudos' & Accept as Solution ! Smiley Happy

Re: How to Add a Payment Method Column to Settlement Report?

Can you please guide me on how the customizations will be done? My boss has assigned me this task, but since I'm a beginner and don't have much experience with Magento, I need help to understand how to proceed with the customization.