@@ -18,7 +18,7 @@ use TimesheetBundle\Entity\Timesheet;
|
|||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
use TimesheetBundle\Form\TimesheetToolbarForm;
|
use TimesheetBundle\Form\TimesheetToolbarForm;
|
||||||
use TimesheetBundle\Repository\TimesheetRepository;
|
use TimesheetBundle\Repository\TimesheetRepository;
|
||||||
use TimesheetBundle\Model\Query\Timesheet as TimesheetQuery;
|
use TimesheetBundle\Model\Query\TimesheetQuery;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Helper functions for Timesheet controller
|
* Helper functions for Timesheet controller
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ use Symfony\Component\OptionsResolver\OptionsResolver;
|
|||||||
use TimesheetBundle\Form\Type\ActivityType;
|
use TimesheetBundle\Form\Type\ActivityType;
|
||||||
use TimesheetBundle\Form\Type\CustomerType;
|
use TimesheetBundle\Form\Type\CustomerType;
|
||||||
use TimesheetBundle\Form\Type\ProjectType;
|
use TimesheetBundle\Form\Type\ProjectType;
|
||||||
use TimesheetBundle\Model\Query\Timesheet as TimesheetQuery;
|
use TimesheetBundle\Model\Query\TimesheetQuery;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Defines the form used for filtering the timesheet.
|
* Defines the form used for filtering the timesheet.
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ use TimesheetBundle\Entity\Project;
|
|||||||
*
|
*
|
||||||
* @author Kevin Papst <kevin@kevinpapst.de>
|
* @author Kevin Papst <kevin@kevinpapst.de>
|
||||||
*/
|
*/
|
||||||
class Timesheet
|
class TimesheetQuery
|
||||||
{
|
{
|
||||||
|
|
||||||
const DEFAULT_PAGESIZE = 25;
|
const DEFAULT_PAGESIZE = 25;
|
||||||
@@ -22,7 +22,7 @@ use Pagerfanta\Pagerfanta;
|
|||||||
use TimesheetBundle\Model\Statistic\Month;
|
use TimesheetBundle\Model\Statistic\Month;
|
||||||
use TimesheetBundle\Model\Statistic\Year;
|
use TimesheetBundle\Model\Statistic\Year;
|
||||||
use TimesheetBundle\Model\TimesheetGlobalStatistic;
|
use TimesheetBundle\Model\TimesheetGlobalStatistic;
|
||||||
use TimesheetBundle\Model\Query\Timesheet as TimesheetQuery;
|
use TimesheetBundle\Model\Query\TimesheetQuery;
|
||||||
use TimesheetBundle\Model\TimesheetStatistic;
|
use TimesheetBundle\Model\TimesheetStatistic;
|
||||||
use DateTime;
|
use DateTime;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user