Overview Pages - thenibirahmed/wp-client-management GitHub Wiki

Note: We need an API to change the overview page's currency.

Endpoint

/select-currency

Clients Overview

   clients-overview 

We can filter the overview with date format.

example ,

   /clients-overview?from=2010-09-15&to=2024-09-30
   also with the currency : 
   /clients-overview?from=2010-09-15&to=2024-09-30&currency=BDT

Single Client Overview

   client/{id}/overview 

We can filter the overview with date range + currency.

example ,

   /client/{id}/overview?from=2010-09-15&to=2024-09-30
   also with the currency : 
   /client/{id}/overview?from=2010-09-15&to=2024-09-30&currency=BDT

Projects Overview

   projects-overview 

We can filter the overview with date range + currency .

example,

   /projects-overview?from=2010-09-15&to=2024-09-30&currency=BDT 

Single Project Overview

   project/{id}/overview 

We can filter the overview with date range + currency .

example,

   /project/{id}/overview?from=2010-09-15&to=2024-09-30&currency=BDT