PHPRad Classic Initial 2.7.3 Forum

PHPRad Forum => General Discussion => Topic started by: habesha on December 03, 2022, 10:14:03 AM

Title: Changing action buttons
Post by: habesha on December 03, 2022, 10:14:03 AM
Very beginners questions

I have two tables

Client (id, client_id,client_name, description)

client_bill (id,client_id,client_name,reg_fee, service_fee)

So, on billing page, i want to show list of client in the table with action button (not the default). When this action button is clicked, it should pick that client information from the row in the table and I will add reg_fee, service_fee by my self

Can I do that with no or low code?

I apologies if my question is silly. I am beginner for both PHPrad and PHP
Title: Re: Changing action buttons
Post by: willvin on December 06, 2022, 02:21:19 PM
You can do that but it requires you editing the page as custom to right your code.