OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

VehicleManager component support

Go to bottom Favoured: 0

Notification Email

eduan (Visitor)
Posts: 0
graphgraph
User Offline
Re:Notification Email 12 Years, 6 Months ago
Karma: 0  
Thanks again

In the vehiclemanager.class.rent_request.php I can only find the variables for users that are logged in. Can you please just give me the names of the full name, email, postal mailing address, rent from, rent to fields. It would be highly appreciated.

Eduan
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Notification Email 12 Years, 6 Months ago
Karma: 101  
Hi Eduan,

I not know where to you look, but if I open that class I see:

Code:

/** @var int - the vehicle id this rent is assosiated with*/
var $fk_vehicleid=null;
/** @var datetime - since when this vehicle is rent out*/
var $rent_from=null;
/** @var datetime - when the vehicle should be returned*/
var $rent_until=null;
/** @var string - the user who rent this vehicle if it's no user of the database*/
var $user_name=null;
  /** @var string – the e-mail address of the user who rent this vehicle if it's no user of the database*/
var $user_email=null;
  /** @var string – the post mail address of the user who rent this vehicle if it's no user of the database, or some comment*/
var $user_mailing=null;
/** @var int – staus*/
var $status=0;



all fields with comment as you see

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»