Source code needed for this process: gencsnoapp.pl
For this example, we will be looking at City of Milpitas.
1. Verify Program in phpMyAdmin
- Open phpMyAdmin and navigate to the database
Milpa, then go to the tableprogs.
- Locate the URL for the program to find the
progsnumber (referred to asprop).- Example: If the URL shows the program number as 9, this is the
progsnumber.
- Example: If the URL shows the program number as 9, this is the
- Search the
progstable byprogramand enter the number 9 to verify the program exists.
- If the program does not exist, you need to create the program first before generating any reports.
2. Create Program if it Does Not Exist
- Sort the data by
idin descending order so that the newest entries are shown at the top.
- Identify the next available program number.
- Duplicate the newest program entry.
- When duplicating, make sure to set the following:
name
program number
fyr
program numberinsiderpttext
nameinsiderpttext
- When duplicating, make sure to set the following:
- Verify the newly created program appears on the page.
Now that we have the newly created program, we can now start generating reports if needed.
Comments
0 comments
Please sign in to leave a comment.