VIP Taxi – Android Source Code And Backend

Overview

Welcome to the fireArt open source CRM for Booking/Trip/Delivery services
automatization! This is a good choice for business. In fact – orders, products, user’s GPS
locations as customers or workers is the base objects for manipulation. Easy start for
businessman to organize business information structured storage.
fireArt open source CRM Database backend supports raw data objects storage for saving
and manipulation by the Admin panel (demo by the link http://247.autozvit.com/admin).
Customer’s Website (a lot of Website Templates) is complemented by the Dashboard
functionality (demo by the link http://247.autozvit.com/dashboard).
To build a responsive and accessible fireArt open source CRM Database backend
Android/iOS apps (demo by the link https://play.google.com/store/apps/details?
id=autozvit.com.fireart), Admin panel/Dashboard and Customer’s Websites need to use
fireArt API key. For generate and upload private fireArt API key use link
http://247.autozvit.com and put to fireArt software application (Android/iOS apps, javascript
Web API library for Admin panel/Dashboard and Customer’s Websites).

Features

Accessibility
Put private fireArt API key to the Android app project. Start Android Studio and open
the Android app project. Find fireart_api.xml (…/res/values/) in the project. Write
fireArt API key data string to file (update put_key_here data string). Specially for test
purpose upload fireArt API key to the Android app Settings menu API key item
supporting.
fireArt VIP taxi Admin panel/Dashboard demo links with API key:
VIP taxi Admin panel
http://247.autozvit.com/admin/?
user=admin&pass=admin&api_key=0179FF67839C3CECB68E94EEB5FE7589
VIP taxi Dashboard
http://247.autozvit.com/dashboard/?
user=admin&pass=admin&api_key=0179FF67839C3CECB68E94EEB5FE7589
VIP taxi Admin panel User’s Cabinet
http://247.autozvit.com/admin/?
user=admin&pass=admin&api_key=0179FF67839C3CECB68E94EEB5FE7589&p=admin/cabinet

Application Forms
Start UI form with SignIn and Register buttons. At the top of Start form link for next UI
form with easy registration (by SignUp) or Try Demo provides.

SignIn and Register UI forms for login and new user registration (Forgot password link for email sending from passwords recovery service by Phone number).

Before user registration Cognalis (details on http://cognalys.com) phone verify provider
mobile app framework check user’s phone number (Registration has been completed after success phone number verified). Left side Sliding panel UI Menu and User Profile UI form (Transport information can be inputs only for Driver user’s type).

Settings, Messages and Orders history UI forms for putting API key to the Android app,
chat for users and user’s orders preview.

Taxi Booking on Pickup-Dropoff UI form with selecting Address for Booking. Book
now for Taxi Booking from Pickup to Dropoff Locations. Searching Location Address of
Pickup-Dropoff using Google Places framework (Require Google Map API key, details
on https://developers.google.com).

Customer’s after UI Booking forms in Order Status mode : Accepted, Processed an
Order for Taxi. Trip by Transport Review and Driver (as User) User Review (Review UI
form). Customer’s Payment UI form for order payment with PayPal payment provider
framework using in the Android app by default (Require PayPal API key and signup as
merchant, details on https://developer.paypal.com).

The Android app in Customer or Driver mode works. To switch on/off mode need to
click on Car/Figure flat round button.
Driver mode UI forms (A pins is an active Customer’s Orders), Inquiry UI form on
active Customer’s Order in Driver Location Area opened (for Take Order).

After an Order is set to Completed Driver should Review (see Review UI form) an User
as Customer similar to Customer mode works.
Guidelines
The Android app project have been Built with native Java source codes on Android
Studio platform (details on https://developer.android.com/studio/index.html).

DASHBOARD

Put private fireArt API key to the Dashboard project. Start NetBeans and open the
Dashobard project. Find jfa_app.js (…/js/) in the project. Write fireArt API key data
string to file (update var API_KEY = ”; source code string).
Dashboard Forms
Start as Summary UI form with Summary Left side menu activated. At the top of Start
form Summary information about system.

At the bottom of Start Summary form User’s Chat Messages and User’s Audit.

Profile UI form with Profile Left side menu activated. At the top of Profile form Table
information about User and Editable form at the bottom.

Audit UI form with Audit Left side menu activated. At the top of Audit form Tree
information about User’s events.

Messages UI form with Messages Left side menu activated. At the top of Messages form Chat information about User’s messages.

Booking UI form with Booking Left side menu activated. At the top of Booking form
Order from A Address for Pickup and B Address for Dropoff (Google Places frameworks
using for select Addresses and Places).

At the bottom of Booking form Order Calculation button for Order Amount price, Route
Length and Route Time duration calculate.

Sales UI form with Sales Left side menu activated. At the top of Sales form Table
information about User’s Orders.

Orders UI form with Ordes Left side menu activated. At the top of Orders form Orders
history information about User’s orders has been sent.

Transports UI form with Transports Left side menu activated. At the top of Transports
form Transport Order by User on Date and Time (with a number of Hours time
duration).

Map UI form with Map Left side menu activated. At the left of Map form Map
information about active Users, Transports and Orders (with Accepted Order Status). At
the right of Map Form a lot of Transports (with Location, Watch, NoWatch Icon-buttons)

SignIn UI form (SignIn Icon-button clicked from Top menu). SignUp UI form (SignUp Icon-button clicked from Top menu).

Guidelines
The Dashboard project have been Built with native HTML, CSS, Javascript source
codes on NetBeans platform, using fireArt Web API by javascript modules jfa_app.js,
jfa_lib.js, jfa_messages.js, jfa_tools.js (more details about NetBeans platform on
http://www.oracle.com/technetwork/java/javase/downloads/index.html).

Requirements

  • Android Studio (for Android mobile app)
  • NetBeans (for Web API and Website)
  • MySQL (for Database backend)

Instructions

  • Setup MySQL Database and setup backend dump as sql file
  • Setup Apache Tomcat web server (or other with Java servlet technology support) and setup skyDrakkar servlet with Web API, Control Panel and demo website
  • Setup Android Studio and open Android mobile app project for reskin and add a new functionality

Related