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

VehicleManager component support

Go to bottom Favoured: 0

Edit / Add / Remove fields

evolve (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Edit / Add / Remove fields 10 Years, 9 Months ago
Karma: 0  
Hi, i would like to know how to add, edit and remove fields in Vehiclemanager.

In the JED u advertise:
..that helps you to create Vehicles base (cars, trucks, buses and other Vehicles ). Free Software Vehicle Manager is simple in installation and using.

Vehicle Manager Basic - free software have a lot of options and settings what make management more effective. Admin can create category of Vehicles (cars, trucks, buses, boots, bike, used autos, car rent, cars for sale, truck for sale and other)..

And that is just the Free version. I bought the Pro version, a client would like to use it for motorcycles, so a couple of fields are not necessary for a bike, for example interior color, etc.

As far as i can see, there are no settings fot adding/editing/removing fields.

Could u help me to achieve this, so the client isn't stuck with a useless component..

Regards, Kai Gerards
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Online Now Click here to see the profile of this user
Re:Edit / Add / Remove fields 10 Years, 9 Months ago
Karma: 101  
Hello Kai,

most simply way for hide some fields in Vehiclemanager: not fill them. We not show empty fields.

Most simply way for add some fields in Vehiclemanager - rename with help language file fields what no need for you.

If you need real remove some fields, you will need rewrite self code, exactly for add new fields.

Below small customization manual:

In Vehicle manager you may do that self, or you may hire us for that.

ours component have Open source,

it have two parts admin and frontend.

in admin you will see two files:
{yours
site}/administrator/components/com_vehiclemanager/admin.vehiclemanager.html.php
site}/administrator/components/com_vehiclemanager/admin.vehiclemanager.php


admin.vehiclemanager.html.php - responsible for show data
admin.vehiclemanager.php - responsible for prepare data

exactly for frontend
{yours site}/components/com_vehiclemanager/vehiclemanager.html.php
{yours site}/components/com_vehiclemanager/vehiclemanager.php

vehiclemanager.html.php - responsible for show data
vehiclemanager.php - responsible for prepare data

al layouts you may see and edit at folder:
{your site}/components/com_vehiclemanager/views/

All connection between what user press in Browser - do wit help TASK variable.

also if you wish all Joomla class methods work. E.g when you create new
Vehicle with help
mosVehiclemanager class. you need also edit file
site}/components/com_vehiclemanager/vehiclemanager.class.php

and add to class definition all new fields what you added to database

for work with review, responsible class from file
vehiclemanager.class.review.php
for work with buy request, responsible class from file
vehiclemanager.class.buying_request.php
for work with rent, responsible class from file
vehiclemanager.class.rent.php
for work with rent request, responsible class from file
vehiclemanager.class.rent_request.php


Most simply way now add new field to vehicle definition - that rename any fields
what you no need with help language manager tab in admin area .

also with help language file you may change options in all vehicle combobox
(options) fields

Also - any empty fields will not show at frontend

If you need change make/model - you need change below file:
{yours site}/administrator/components/com_vehiclemanager/makers_and_models.txt

Also we added to ours component very many module template positions - so you
may add any module to very many places in Vehicle manager - with help Joomla
module manager

If you give full details what exactly you wish, we will self create that for
you.

Thanks,
Andrew
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
evolve (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Re:Edit / Add / Remove fields 10 Years, 9 Months ago
Karma: 0  
most simply way for hide some fields in Vehiclemanager: not fill them. We not show empty fields.

Well, the client is going to fill the vehicles, and i don't want my client to see a whole bunch of fields that doesn't apply to them.


If you need real remove some fields, you will need rewrite self code, exactly for add new fields.

Very disappointing! Rewrite code to add or remove a field.
If my client wants a extra field, he always needs to contact me (as the developer) to to this.
Not very customer friendly.

If there is a way to get a refund for this component, it would be very helpfull.

Thank you.

Regards,
Kai
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Online Now Click here to see the profile of this user
Re:Edit / Add / Remove fields 10 Years, 9 Months ago
Karma: 101  
Hello Kai,

I am sorry, we not give refund, ours component open source so we can't stop license for you.
Please check ours OrdaSoft terms and conditions ordasoft.com/News/Latest/terms-and-conditions.html

Also we special have free version - where every body can check how ours component work.

Thanks,
Andrew,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Merugu (User)
Junior Boarder
Posts: 34
graphgraph
User Offline Click here to see the profile of this user
Re:Edit / Add / Remove fields 10 Years, 8 Months ago
Karma: 0  
no a bad solution but man! your presentation

if this is how you teach us how to modify the things?
please make a proper documentation if there is already one, for god sake please let me know where is it.

Cheers,
Anirudh.
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Online Now Click here to see the profile of this user
Re:Edit / Add / Remove fields 10 Years, 8 Months ago
Karma: 101  
Hello Anirudh,

You may ask any questions, but we may give only advices, we can't create for you any custom solution, that ask many time. Belo custom manual for Vehicle Manager:

In Vehicle manager you may do that self, or you may hire us for that.

ours component have Open source,

it have two parts admin and frontend.

in admin you will see two files:
{yours
site}/administrator/components/com_vehiclemanager/vehiclemanager.html.php
site}/administrator/components/com_vehiclemanager/vehiclemanager.php


vehiclemanager.html.php - responsible for show data
vehiclemanager.php - responsible for prepare data

exactly for frontend
{yours site}/components/com_vehiclemanager/vehiclemanager.html.php
{yours site}/components/com_vehiclemanager/vehiclemanager.php

vehiclemanager.html.php - responsible for show data
vehiclemanager.php - responsible for prepare data

al layouts you may see and edit at folder:
{your site}/components/com_vehiclemanager/views/

All connection between what user press in Browser - do wit help TASK variable.

also if you wish all Joomla class methods work. E.g when you create new
Vehicle with help
mosVehiclemanager class. you need also edit file
site}/components/com_vehiclemanager/vehiclemanager.class.php

and add to class definition all new fields what you added to database

for work with review, responsible class from file
vehiclemanager.class.review.php
for work with buy request, responsible class from file
vehiclemanager.class.buying_request.php
for work with rent, responsible class from file
vehiclemanager.class.rent.php
for work with rent request, responsible class from file
vehiclemanager.class.rent_request.php


Most simply way now add new field to vehicle definition - that rename any fields
what you no need with help language manager tab in admin area .

also with help language file you may change options in all vehicle combobox
(options) fields

Also - any empty fields will not show at frontend

also we added posibily create extra fields and features fields, so now you may build any custom solution self. Extra fields you need enable in admin area, and rename with help Language manager

If you need change make/model - you need change below file:
{yours site}/administrator/components/com_vehiclemanager/makers_and_models.txt

Also we added to ours component very many module template positions - so you
may add any module to very many places in Vehicle manager - with help Joomla
module manager

If you give full details what exactly you wish, we will self create that for
you.

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