Adding a drop down list column in Fee Sheet and save the data in database

Hi, I would like to add a column of drop down list at the bottom of “Rendering” column about “Product Sold By:” and save the data in database. What coding i should customize? and how to write a code to let the data save in the table of database? Thank you.

@Evon_Lee,

The following files need to be customized for adding a drop-down and update its corresponding values in the Database.

  1. …/interface/forms/fee_sheet/new.php.
  2. …/library/FeeSheet.class.php.

Thanks,
ViSolve

1 Like