Accessory sort order in phpscheduleit
Problem: I don’t yet know my way around in this program but I had a problem figuring out the sort order for accessories. The php code seems to say that the order should sort by name. Mine was sorting for descending resources ID.
Solution: Enter phpMyAdmin and select the psi_additional_resources database. Click on the Operations tab. Select Name and Ascending in the “Alter table order by”. Click Go.
