timme functs, not incorporated yet

This commit is contained in:
MassiveAtoms
2019-07-20 10:33:19 -03:00
parent dafa1ab97a
commit 6706f6a58e
3 changed files with 35 additions and 17 deletions

View File

@@ -3,6 +3,7 @@
#pragma once
#include "Park_spot.h"
using std::pair;
/*these are the functions that search the database and create objects from it.
@@ -65,4 +66,7 @@ void reports_from_parkspot(int spotid, bool weekly = false);
void reports_from_allparkspots(bool weekly = false);
void current_status_parkspots(vector<Park_spot>& spots);
pair<int, int> create_month_period(int month, int year) ;
pair<int, int> create_week_period(int day, int month, int year);
#endif // CUSTOMER_H