Upload/Download Buttons on Bank Reconciliation Details

Hi Team, All,

What is it that controls the appearance of the Download and Upload buttons on the Bank Reconciliation Details table shown in the screenshot below. Would appreciate any pointers.

Regards,
cksgb

What is your requirement? You do not want to see it or change the appearance?

Hi @KanchanChauhan,

I want to create similar functionality in my own doctype but it’s not quite clear to me how to do so. I cannot find anything in the bank_reconciliation.js or bank_reconciliation.py that adds the buttons. Any guidance would be appreciated.

Regards,
cksgb

This is how it is being done, you might have to dig deeper.

https://github.com/frappe/frappe/blob/develop/frappe/public/js/frappe/form/grid.js#L428