Added some admin options

This commit is contained in:
MassiveAtoms
2019-07-07 15:15:51 -03:00
parent 3e594b946d
commit 88b718105b
5 changed files with 137 additions and 17 deletions

View File

@@ -59,5 +59,8 @@ vector<Park_spot> populate_spots();
Park_spot query_parkspot_with_id(int id, vector<Park_spot>& parkspots);
void reports_from_parkspot(int spotid, bool weekly=false);
void reports_from_allparkspots(bool weekly=false);
#endif // CUSTOMER_H
void current_status_parkspots(vector<Park_spot>& spots);
#endif // CUSTOMER_H