ReportDetailsController
class ReportDetailsController extends Controller
Class ReportDetailsController defines base order routes and reports
Methods
Backend route for showing order details
API route for loading abandoned orders
API route for loading orders
API route for loading and rendering order details as graph representation
API route for loading order details filtered by date
API route for loading order details filtered by month
Backend route for adding new order
API route for user search
API route for loading user information
Details
at line 45
array
orderDetailsAction(ArrayCollection $orderDetails)
Backend route for showing order details
at line 60
JsonResponse
orderAbandonedPaginationAction(ArrayCollection $orderDetailsJQgrid)
API route for loading abandoned orders
at line 75
JsonResponse
orderBackendPaginationAction(ArrayCollection $orderDetailsJQgrid)
API route for loading orders
at line 90
JsonResponse
graphStatisticDetailsAction(ArrayCollection $orderStatisticGraph)
API route for loading and rendering order details as graph representation
at line 117
JsonResponse
graphStatisticDetailsByDateAction(ArrayCollection $orderStatisticDateGraph)
API route for loading order details filtered by date
at line 132
JsonResponse
graphFinancialStatistiByMonthAction(ArrayCollection $financialStatisticMonth)
API route for loading order details filtered by month
at line 149
array
orderNewAction(ArrayCollection $orderAddNew)
Backend route for adding new order
at line 164
JsonResponse
orderUserListSearch(ArrayCollection $orderUserSearchJSON)
API route for user search
at line 179
JsonResponse
getUserInfoForOrderBackend(ArrayCollection $userInfoForOrderBackend)
API route for loading user information