Taxi Booking Website And Database Backend ScriptTaxi Booking Website And Database Backend Script
Taxi Booking Website script, Java WebApi and Database backend PL/SQL scriptTaxi Booking Website And Database Backend Script
Taxi Booking Website script, Java WebApi and Database backend PL/SQL scriptOverview
ATTENTION! Development product of 2018 (it is recommended to use this year's development tools for assembly), the price for it is significantly reduced and symbolic (the product was developed and is fully operational), in this case support and maintenance are not provided, you need to be highly qualified to compile this product or use it for reference only when developing your own package or software products. Possible short consultations in a private chat.
Easy to use Website taxi booking script with Database backend.
Example :
MySQL
_____
CREATE FUNCTION `add_store`(
…
 IF v_user='root@localhost' OR v_user='fa_admin@localhost' OR
   (v_user='fa_client@localhost' AND v_user_type=1) THEN
  INSERT INTO stock (product_id,store_id,count)
  VALUES (p_product_id,p_store_id,p_count);
  Â
  CALL add_audit('add_stock',CONCAT('success: code=0 username=',p_user,' product_id=',p_product_id,' store_id=',p_store_id));
 ELSE
  CALL add_audit('add_stock',CONCAT('error: code=-3 username=',p_user));
  RETURN -3;
 END IF;
…
Javascript
——————————
…
  this.addStore=function(ptr,message_ptr,callback,callback_ptr){
   var request_param={};
   request_param=getStore_RP(ptr,request_param);
   postData(this.username,this.password,this.token,this.language,url_add_store,request_param,message_ptr,saveRetVal,this.ret_val_list,callback,callback_ptr);
  };
…
Demo
————
Website and Control Panel
1.Taxi Order. BookNow demo: From point A to point B, calculating the cost of
the order (using the services of calculating cost of transfer with
providers Google, Yandex, connect to other providers of calculation),
with the additional options of transfer (air conditioning, child
seat), etc.
CUSTOMER ORDER
2.Transport Order, BookNow, demo (For registered users):
TRANSPORT RENTAL
3.User cabinet, with sent orders history, messages, profile:
CUSTOMER CABINET (ORDERS HISTORY)
demo with map providers (Google, Yandex, OpenStreetMap):
CABINET with Here map
CABINET with OSM map
CABINET with MapBox map
4.Map of movements (Three map providers implements):
MAP Here
MAP OSM
MAP MapBox
IÂ suggest the best solution. Best price plus quality.
Features
-Â All source codes for database backend (MySQL sql scripts), WebApi (Java servlet and RESTful, JSON platform Javascript libraries for Apache Tomcat), Website (HTML templates and CSS files)
- Support for installation 24/7, Custom developments by request
- Documentation : Installation Guide, Developer Guide, User Guide
- Payment provider built (PayPal)
- Map Providers built (Google, OSM, Yandex)
- Formatted easy code
Requirements
- Install scripts by details user's documentation (doc)
- Creates Your owner website for taxi bookingÂ
Instructions
- Install MySQL database on server side
- Install Apache Tomcat Java web server on server side (see details Install Guide)
- Upload PL/SQL scripts to MySQL database, Upload service.war servlet to Apache Tomcat web server and website files (from ROOT)
Other items by this author
Category | Scripts & Code / JavaScript / Miscellaneous |
First release | 28 July 2017 |
Last update | 28 July 2017 |
Files included | .css, .html, .sql, .java, .xml, Javascript .js |
Tags | calculator, pricing, price, Car, System, delivery, booking, uber, trip, travel, plane, airport, jet, transport, transfer, rental, airplane, cab, taxi, quote, car rental, journey, bus, estimate, food delivery, taxi booking, cab booking, train, price calculator, shuttle |