Added some admin options
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user