phase 2 dev
This commit is contained in:
parent
5a7478907e
commit
ba48745809
59 changed files with 2692 additions and 1994 deletions
|
|
@ -172,10 +172,10 @@ class ReportBookingController extends Controller
|
|||
->orderColumn('end_date', 'end_date $1')
|
||||
->orderColumn('price', 'price $1')
|
||||
->orderColumn('booking_date', 'booking_date $1')
|
||||
->orderColumn('customer.fullName', 'customer.firstname $1')
|
||||
->orderColumn('customer.firstname', 'customer.firstname $1')
|
||||
->orderColumn('customer.name', 'customer.name $1')
|
||||
//->orderColumn('lead.status_id', 'lead.status_id $1')
|
||||
->orderColumn('customer.fullName', 'contacts.firstname $1')
|
||||
->orderColumn('customer.firstname', 'contacts.firstname $1')
|
||||
->orderColumn('customer.name', 'contacts.name $1')
|
||||
//->orderColumn('lead.status_id', 'inquiries.status_id $1')
|
||||
//->orderColumn('is_cleared', 'is_cleared $1')
|
||||
->rawColumns(['id', 'lead.status_id', 'service_provider.names'])
|
||||
->make(true);
|
||||
|
|
@ -384,9 +384,9 @@ class ReportBookingController extends Controller
|
|||
->orderColumn('end_date', 'end_date $1')
|
||||
->orderColumn('price', 'price $1')
|
||||
->orderColumn('booking_date', 'booking_date $1')
|
||||
->orderColumn('customer.firstname', 'customer.firstname $1')
|
||||
->orderColumn('customer.name', 'customer.name $1')
|
||||
//->orderColumn('lead.status_id', 'lead.status_id $1')
|
||||
->orderColumn('customer.firstname', 'contacts.firstname $1')
|
||||
->orderColumn('customer.name', 'contacts.name $1')
|
||||
//->orderColumn('lead.status_id', 'inquiries.status_id $1')
|
||||
//->orderColumn('is_cleared', 'is_cleared $1')
|
||||
->rawColumns(['id', 'old_crm', 'check_total', 'lead.status_id'])
|
||||
->make(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue