class ReportDetailsController extends Controller

Class ReportDetailsController defines base order routes and reports

Methods

array
orderDetailsAction(ArrayCollection $orderDetails)

Backend route for showing order details

JsonResponse
orderAbandonedPaginationAction(ArrayCollection $orderDetailsJQgrid)

API route for loading abandoned orders

JsonResponse
orderBackendPaginationAction(ArrayCollection $orderDetailsJQgrid)

API route for loading orders

JsonResponse
graphStatisticDetailsAction(ArrayCollection $orderStatisticGraph)

API route for loading and rendering order details as graph representation

JsonResponse
graphStatisticDetailsByDateAction(ArrayCollection $orderStatisticDateGraph)

API route for loading order details filtered by date

JsonResponse
graphFinancialStatistiByMonthAction(ArrayCollection $financialStatisticMonth)

API route for loading order details filtered by month

array
orderNewAction(ArrayCollection $orderAddNew)

Backend route for adding new order

JsonResponse
orderUserListSearch(ArrayCollection $orderUserSearchJSON)

API route for user search

JsonResponse
getUserInfoForOrderBackend(ArrayCollection $userInfoForOrderBackend)

API route for loading user information

Details

at line 45
array orderDetailsAction(ArrayCollection $orderDetails)

Backend route for showing order details

Parameters

ArrayCollection $orderDetails

Return Value

array

See also

OrderDetailsConverter

at line 60
JsonResponse orderAbandonedPaginationAction(ArrayCollection $orderDetailsJQgrid)

API route for loading abandoned orders

Parameters

ArrayCollection $orderDetailsJQgrid

Return Value

JsonResponse

See also

OrderDetailsJQgridConverter

at line 75
JsonResponse orderBackendPaginationAction(ArrayCollection $orderDetailsJQgrid)

API route for loading orders

Parameters

ArrayCollection $orderDetailsJQgrid

Return Value

JsonResponse

See also

OrderDetailsJQgridConverter

at line 90
JsonResponse graphStatisticDetailsAction(ArrayCollection $orderStatisticGraph)

API route for loading and rendering order details as graph representation

Parameters

ArrayCollection $orderStatisticGraph

Return Value

JsonResponse

See also

OrderStatisticGraphConverter

at line 117
JsonResponse graphStatisticDetailsByDateAction(ArrayCollection $orderStatisticDateGraph)

API route for loading order details filtered by date

Parameters

ArrayCollection $orderStatisticDateGraph

Return Value

JsonResponse

See also

OrderStatisticDateGraphConverter

at line 132
JsonResponse graphFinancialStatistiByMonthAction(ArrayCollection $financialStatisticMonth)

API route for loading order details filtered by month

Parameters

ArrayCollection $financialStatisticMonth

Return Value

JsonResponse

See also

FinancialStatisticMonthConverter

at line 149
array orderNewAction(ArrayCollection $orderAddNew)

Backend route for adding new order

Parameters

ArrayCollection $orderAddNew

Return Value

array

See also

OrderAddNewConverter

at line 164
JsonResponse orderUserListSearch(ArrayCollection $orderUserSearchJSON)

API route for user search

Parameters

ArrayCollection $orderUserSearchJSON

Return Value

JsonResponse

See also

OrderUserSearchJSONConverter

at line 179
JsonResponse getUserInfoForOrderBackend(ArrayCollection $userInfoForOrderBackend)

API route for loading user information

Parameters

ArrayCollection $userInfoForOrderBackend

Return Value

JsonResponse

See also

UserInfoForOrderBackendConverter