This topic is locked

Add fixed number of records daily

11/5/2011 1:35:28 PM
PHPRunner General questions
S
Sitaraman author

We have a list of assets assigned to each branch under us. Each branch sends us the state of each asset assigned to them everyday in the morning. Any change in the state is subsequently updated on the day. We store the state of each asset on daily basis and calculate the serviceability percentage each month. So each branch needs to add a fixed number of records daily. When a branch clicks on the add button I want to automatically populate n number of rows with the asset name where n is the number of assets assigned to the branch. Say if the branch has 10 assets then clicking add should populate ten rows with the asset name on the first column. Other fields can be then populated by the branch accordingly. Hope I am clear. Any suggestions??