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?

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?

1 REPLY 1

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

I think is not possible add a new colunm with sql.

Magento have module responsible for these reports, there have classes to add columns and manage collection to obtain data from the columns.

Only with access to the code to customize these columns reports.