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").
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?
Hello @hafizawani8a0d,
Unfortunately, you can't add coulmns from backend, it will require customizations.
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.