Compare commits

..

No commits in common. "master" and "54-fix-mobile-api-issues" have entirely different histories.

680 changed files with 13536 additions and 119587 deletions

View file

@ -15,78 +15,4 @@ APP_SECRET=b344cd6cd151ae1d61403ed55806c5ce
# Configure your db driver and server_version in config/packages/doctrine.yaml
DATABASE_URL=mysql://db_user:db_password@127.0.0.1:3306/db_name
###< doctrine/doctrine-bundle ###
GMAPS_API_KEY=insert_gmapsapikey_here
# rising tide sms gateway
RT_USER=rt_user
RT_PASS=rt_pass
RT_USAGE_TYPE=rt_usage_type
RT_SHORTCODE=1234
# mosquitto client
MQTT_IP_ADDRESS=localhost
MQTT_PORT=8883
MQTT_CERT=/location/of/cert/file.crt
MQTT_WS_HOST=insert_ip_here
MQTT_WS_PORT=8083
# redis client
REDIS_CLIENT_SCHEME=tcp
REDIS_CLIENT_HOST=127.0.0.1
REDIS_CLIENT_PORT=6379
REDIS_CLIENT_PASSWORD=foobared
# privacy policy ids
POLICY_PROMO=insert_promopolicyid_here
POLICY_THIRD_PARTY=insert_thirdpartypolicyid_here
POLICY_MOBILE=insert_mobilepolicyid_here
# OTP
OTP_MODE=set_to_test_or_random
# geofence
GEOFENCE_ENABLE=set_to_true_or_false
# unknown manufacturer and vehicle ids
CVU_MFG_ID=insert_mfgid_for_unknown_vehicles
CVU_BRAND_ID=insert_brandid_for_unknown_vehicles
# country code prefix
COUNTRY_CODE=+insert_country_code_here
# redis hash
LATEST_ACTIVE_JO=latest_active_jo
# dashboard
DASHBOARD_ENABLE=set_to_true_or_false
# auth token for Inventory API
INVENTORY_API_URL=insert_api_url_here
INVENTORY_API_OCP=insert_ocp_text_here
INVENTORY_API_AUTH_TOKEN_PREFIX=Bearer
INVENTORY_API_AUTH_TOKEN=insert_auth_token_here
# API logging
API_LOGGING=set_to_true_or_false
# customer distance limit in km for mobile
CUST_DISTANCE_LIMIT=5
# customer distance limit in km for admin panel
CUST_DISTANCE_LIMIT_ADMIN_PANEL=5
MAPTILER_API_KEY=map_tiler_api_key
# API version
API_VERSION=insert_api_version_here
#SSL_ENABLE for websockets
SSL_ENABLE=set_to_true_or_false
# for hub filtering round robin
HUB_JO_KEY=hub_jo_count
# hub geofence
HUB_GEOFENCE_ENABLE=set_to_true_or_false
HUB_FILTER_ENABLE=set_to_true_or_false
GMAPS_API_KEY=insertgmapsapikeyhere

8
.gitignore vendored
View file

@ -4,14 +4,6 @@
/public/bundles/
/var/
/vendor/
/sql/
/pem/
/migration/
/kml/
###< symfony/framework-bundle ###
*.swp
/public/warranty_uploads/*
.vscode
*__pycache__
/public/assets/images/insurance-premiums.png

View file

@ -1,2 +0,0 @@
MQTT format for location updates:
`<latitude>:<longitude>`

View file

@ -1,59 +1,24 @@
{
"type": "project",
"license": "proprietary",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/jankstudio/doctrine2-spatial.git"
},
{
"type": "vcs",
"url": "git@gitlab.com:jankstudio1/catalyst-2/api-bundle.git"
},
{
"type": "vcs",
"url": "git@gitlab.com:jankstudio1/catalyst-2/auth-bundle.git"
},
{
"type": "vcs",
"url": "git@gitlab.com:jankstudio1/catalyst-2/menu-bundle.git"
},
{
"type": "vcs",
"url": "https://github.com/arcticzero/php-fcm.git"
}
],
"require": {
"php": "^7.1.3",
"ext-iconv": "*",
"composer/package-versions-deprecated": "1.11.99.4",
"creof/doctrine2-spatial": "^1.2",
"data-dog/audit-bundle": "^0.1.10",
"doctrine/common": "^2",
"doctrine/doctrine-bundle": "^2",
"doctrine/doctrine-migrations-bundle": "^2",
"doctrine/orm": "^2",
"edwinhoksberg/php-fcm": "dev-notif-priority-hotfix",
"guzzlehttp/guzzle": "^6.3",
"hashids/hashids": "^4.1",
"jankstudio/catalyst-api-bundle": "dev-master",
"jankstudio/catalyst-auth-bundle": "dev-master",
"jankstudio/catalyst-menu-bundle": "dev-master",
"jankstudio/doctrine-spatial": "dev-master",
"microsoft/azure-storage-blob": "^1.5",
"predis/predis": "^1.1",
"sensio/framework-extra-bundle": "^5.1",
"setasign/fpdf": "^1.8",
"symfony/asset": "^4.0",
"symfony/console": "^4.0",
"symfony/debug": "^4.0",
"symfony/filesystem": "^4.0",
"symfony/flex": "^1.0",
"symfony/framework-bundle": "^4.0",
"symfony/lts": "^4@dev",
"symfony/maker-bundle": "^1.0",
"symfony/monolog-bundle": "^3.7",
"symfony/process": "^4.0",
"symfony/orm-pack": "^1.0",
"symfony/profiler-pack": "^1.0",
"symfony/security-bundle": "^4.0",
"symfony/translation": "^4.0",
"symfony/twig-bundle": "^4.0",
"symfony/validator": "^4.0",
"symfony/yaml": "^4.0"
@ -61,24 +26,18 @@
"require-dev": {
"doctrine/doctrine-fixtures-bundle": "^3.0",
"symfony/dotenv": "^4.0",
"symfony/stopwatch": "^4.0",
"symfony/thanks": "^1.0",
"symfony/web-profiler-bundle": "^4.0"
"symfony/thanks": "^1.0"
},
"config": {
"preferred-install": {
"*": "dist"
},
"sort-packages": true,
"allow-plugins": {
"composer/package-versions-deprecated": true,
"symfony/flex": true,
"symfony/thanks": true
}
"sort-packages": true
},
"autoload": {
"psr-4": {
"App\\": "src/"
"App\\": "src/",
"Catalyst\\": "catalyst-libs/"
}
},
"autoload-dev": {

6809
composer.lock generated

File diff suppressed because it is too large Load diff

View file

@ -34,32 +34,6 @@ access_keys:
label: Update
- id: role.delete
label: Delete
- id: apiuser
label: API User Access
acls:
- id: apiuser.menu
label: Menu
- id: apiuser.list
label: List
- id: apiuser.add
label: Add
- id: apiuser.update
label: Update
- id: apiuser.delete
label: Delete
- id: apirole
label: API Role Access
acls:
- id: apirole.menu
label: Menu
- id: apirole.list
label: List
- id: apirole.add
label: Add
- id: apirole.update
label: Update
- id: apirole.delete
label: Delete
- id: logistics
label: Logistics Access
acls:
@ -156,8 +130,6 @@ access_keys:
label: Update
- id: customer.delete
label: Delete
- id: customer.dpa
label: Display DPA
- id: location
@ -191,17 +163,6 @@ access_keys:
label: Update
- id: hub.delete
label: Delete
- id: geofence
label: Geofence
acls:
- id: geofence.menu
label: Menu
- id: geofence.list
label: List
- id: geofence.add
label: Add
- id: geofence.delete
label: Delete
- id: rider
label: Rider Access
@ -217,20 +178,6 @@ access_keys:
- id: rider.delete
label: Delete
- id: servicecharge
label: Service Charge
acls:
- id: service_charge.menu
label: Menu
- id: service_charge.list
label: List
- id: service_charge.add
label: Add
- id: service_charge.update
label: Update
- id: service_charge.delete
label: Delete
- id: joborder
label: Job Order
acls:
@ -252,41 +199,14 @@ access_keys:
label: Open
- id: jo_all.list
label: View All
- id: jo_pdf.list
label: PDF
- id: jo_open.edit
label: Edit
- id: joborder.cancel
label: Cancel
- id: jo_onestep.form
label: One-step Process
- id: jo_onestep.edit
label: One-step Process Edit
- id: jo_walkin.form
label: Walk-in
- id: jo_walkin.edit
label: Walk-in Edit
- id: jo_autoassign.test
label: Autoassign Test
- id: jo_hub.list
label: Hub View
- id: jo_cancel.fulfill
label: Fulfill Cancelled JO
- id: jo_resq_proc.list
label: RESQ Dispatch
- id: support
label: Customer Support Access
acls:
- id: support.menu
label: Menu
- id: general.search
label: Search
- id: warranty.search
label: Customer Battery Search
- id: warranty.upload
label: Warranty Upload
- id: ticket
label: Ticket Access
acls:
@ -314,289 +234,3 @@ access_keys:
label: Update
- id: promo.delete
label: Delete
- id: report
label: Reports
acls:
- id: report.menu
label: Menu
- id: report.reject
label: Rejection Report
- id: report.battery.conflict
label: Battery Conflict Report
- id: report.popapp.comparison
label: Popapp Comparison Report
- id: report.meh.customer
label: RESQ MEH Customer Report
- id: report.warranty.class
label: Warranty Class Report
- id: report.vehicle.battery.compatibility
label: Vehicle Battery Compatibility Report
- id: report.warranty.details
label: Warranty Details Report
- id: report.jo.details
label: Job Order Details Report
- id: report.jo_events
label: Job Order Events Report
- id: report.sms_messages
label: SMS Messages Report
- id: report.jo.auto_assign
label: Auto Assigned Job Order Report
- id: report.jo.advance_order
label: Advance Order Job Order Report
- id: report.customer.source
label: Customer Source Report
- id: report.hub.filter
label: Hub Filter Report
- id: report.warranty.raffle
label: Warranty Raffle Report
- id: report.jo.raffle
label: JO Raffle Report
- id: service
label: Other Services
acls:
- id: service.menu
label: Menu
- id: service.list
label: List
- id: service.add
label: Add
- id: service.update
label: Update
- id: service.delete
label: Delete
- id: partner
label: Partners
acls:
- id: partner.menu
label: Menu
- id: partner.list
label: List
- id: partner.add
label: Add
- id: partner.update
label: Update
- id: partner.delete
label: Delete
- id: review
label: Reviews
acls:
- id: review.menu
label: Menu
- id: review.list
label: List
- id: review.view
label: View
- id: review.delete
label: Delete
- id: privacypolicy
label: Privacy Policy
acls:
- id: privacy_policy.menu
label: Menu
- id: privacy_policy.list
label: List
- id: privacy_policy.add
label: Add
- id: privacy_policy.update
label: Update
- id: privacy_policy.delete
label: Delete
- id: warranty
label: Warranty
acls:
- id: warranty.menu
label: Menu
- id: warranty.list
label: List
- id: warranty.add
label: Add
- id: warranty.update
label: Update
- id: staticcontent
label: Static Content
acls:
- id: static_content.menu
label: Menu
- id: static_content.list
label: List
- id: static_content.add
label: Add
- id: static_content.update
label: Update
- id: static_content.delete
label: Delete
- id: analytics
label: Analytics
acls:
- id: analytics.menu
label: Menu
- id: analytics.forecast
label: Forecasting
- id: sap_battery
label: SAP Battery Access
acls:
- id: sap_battery.menu
label: Menu
- id: sap_battery.list
label: List
- id: sap_battery.add
label: Add
- id: sap_battery.update
label: Update
- id: sap_battery.delete
label: Delete
- id: sap_brand
label: SAP Battery Brand Access
acls:
- id: sap_brand.menu
label: Menu
- id: sap_brand.list
label: List
- id: sap_brand.add
label: Add
- id: sap_brand.update
label: Update
- id: sap_brand.delete
label: Delete
- id: sap_bsize
label: SAP Battery Size Access
acls:
- id: sap_bsize.menu
label: Menu
- id: sap_bsize.list
label: List
- id: sap_bsize.add
label: Add
- id: sap_bsize.update
label: Update
- id: sap_bsize.delete
label: Delete
- id: sap_csize
label: SAP Battery Container Size Access
acls:
- id: sap_csize.menu
label: Menu
- id: sap_csize.list
label: List
- id: sap_csize.add
label: Add
- id: sap_csize.update
label: Update
- id: sap_csize.delete
label: Delete
- id: customer_tag
label: Customer Tags Access
acls:
- id: customer_tag.menu
label: Menu
- id: customer_tag.list
label: List
- id: customer_tag.add
label: Add
- id: customer_tag.update
label: Update
- id: customer_tag.delete
label: Delete
- id: dealer
label: Dealer Access
acls:
- id: dealer.menu
label: Menu
- id: dealer.list
label: List
- id: dealer.add
label: Add
- id: dealer.update
label: Update
- id: dealer.delete
label: Delete
- id: database
label: Database Access
acls:
- id: database.menu
label: Menu
- id: ticket_type
label: Ticket Type Access
acls:
- id: ticket_type.menu
label: Menu
- id: ticket_type.list
label: List
- id: ticket_type.add
label: Add
- id: ticket_type.update
label: Update
- id: ticket_type.delete
label: Delete
- id: subticket_type
label: Sub Ticket Type Access
acls:
- id: subticket_type.menu
label: Menu
- id: subticket_type.list
label: List
- id: subticket_type.add
label: Add
- id: subticket_type.update
label: Update
- id: subticket_type.delete
label: Delete
- id: emergency_type
label: Emergency Type Access
acls:
- id: emergency_type.menu
label: Menu
- id: emergency_type.list
label: List
- id: emergency_type.add
label: Add
- id: emergency_type.update
label: Update
- id: emergency_type.delete
label: Delete
- id: ownership_type
label: Ownership Type Access
acls:
- id: ownership_type.menu
label: Menu
- id: ownership_type.list
label: List
- id: ownership_type.add
label: Add
- id: ownership_type.update
label: Update
- id: ownership_type.delete
label: Delete
- id: customer_location
label: Customer Location Access
acls:
- id: cust_location.menu
label: Menu
- id: cust_location.list
label: List
- id: cust_location.add
label: Add
- id: cust_location.update
label: Update
- id: cust_location.delete
label: Delete

View file

@ -1,124 +0,0 @@
access_keys:
- id: warranty
label: Warranty Access
acls:
- id: warranty.list
label: List
- id: warranty.find.serial
label: Find by Serial
- id: warranty.find.platenumber
label: Find by Plate Number
- id: warranty.register.battery
label: Register Battery
- id: warranty.claim
label: Claim
- id: warranty.update
label: Update
- id: warranty.cancel
label: Cancel
- id: warranty.delete
label: Delete
- id: warranty.set.privacypolicy
label: Set Privacy Policy
- id: warranty.list.serial
label: List by Serial
- id: batterybrand
label: Battery Brand Access
acls:
- id: batterybrand.list
label: List
- id: batterysize
label: Battery Size Access
acls:
- id: batterysize.list
label: List
- id: battery
label: Battery Access
acls:
- id: battery.list
label: List
- id: vmanufacturer
label: Vehicle Manufacturer Access
acls:
- id: vmanufacturer.list
label: List
- id: vehicle
label: Vehicle Access
acls:
- id: vehicle.list
label: List
- id: privacypolicy
label: Privacy Policy
acls:
- id: privacypolicy.find
label: Find Privacy Policy
- id: customer
label: Customer
acls:
- id: customer.register
label: Register Customer
- id: customer.verify
label: Verify Customer
- id: municipality
label: Municipality
acls:
- id: municipality.list
label: List
- id: dealer
label: Dealer
acls:
- id: dealer.list
label: List
- id: warrantyserial
label: Warranty Serial
acls:
- id: warrantyserial.upload
label: Upload
- id: tapi_vmanufacturer
label: Third Party Vehicle Manufacturer Access
acls:
- id: tapi_vmanufacturer.list
label: List Third Party Vehicle Manufacturers
- id: tapi_vehicle
label: Third Party Vehicle Make Access
acls:
- id: tapi_vehicle.list
label: List Third Party Vehicles
- id: tapi_promo
label: Third Party Promo Access
acls:
- id: tapi_promo.list
label: List Third Party Promos
- id: tapi_battery
label: Third Party Battery Access
acls:
- id: tapi_battery_compatible.list
label: List Third Party Compatible Batteries
- id: tapi_jo
label: Third Party Job Order Access
acls:
- id: tapi_jo.request
label: Third Party Request Job Order
- id: tapi_jo.get.estimate
label: Third Party Get Estimate
- id: tapi_jo.get.ongoing
label: Third Party Get Ongoing Job Order
- id: tapi_jo.cancel
label: Third Party Cancel Job Order
- id: tapi_jo.get.invoice
label: Third Party Get Job Order Invoice
- id: tapi_jo.location.support
label: Third Party Check Location Support
- id: tapi_jo.nearest_hub.get
label: Third Party Get Nearest Hub and Slots
- id: tapi_jo.schedule_option.status
label: Third Party Schedule Option Status
- id: tapi_jo.get.info
label: Third Party Get Job Order Info
- id: tapi_service
label: Third Party Service Access
acls:
- id: tapi_service.list
label: List Third Party Services

View file

@ -2,6 +2,7 @@
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle::class => ['all' => true],
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
@ -10,8 +11,5 @@ return [
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true],
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
Catalyst\ApiBundle\CatalystApiBundle::class => ['all' => true],
Catalyst\AuthBundle\CatalystAuthBundle::class => ['all' => true],
Catalyst\MenuBundle\CatalystMenuBundle::class => ['all' => true],
DataDog\AuditBundle\DataDogAuditBundle::class => ['all' => true],
];

View file

@ -1,179 +0,0 @@
main_menu:
- id: home
acl: dashboard.menu
label: Dashboard
icon: flaticon-line-graph
- id: user
acl: user.menu
label: User
icon: flaticon-users
- id: user_list
acl: user.list
label: Users
parent: user
- id: role_list
acl: role.list
label: Roles
parent: user
- id: apiuser
acl: apiuser.menu
label: API User
icon: flaticon-users
- id: api_user_list
acl: apiuser.list
label: API Users
parent: apiuser
- id: api_role_list
acl: apirole.list
label: API Roles
parent: apiuser
- id: logistics
acl: logistics.menu
label: Logistics
icon: fa fa-truck
- id: rider_list
acl: rider.list
label: Riders
parent: logistics
- id: service_charge_list
acl: service_charge.list
label: Service Charges
parent: logistics
- id: battery
acl: battery.menu
label: Battery
icon: fa fa-battery-3
- id: battery_list
acl: battery.list
label: Batteries
parent: battery
- id: bmfg_list
acl: bmfg.list
label: Manufacturers
parent: battery
- id: bmodel_list
acl: bmodel.list
label: Models
parent: battery
- id: bsize_list
acl: bsize.list
label: Sizes
parent: battery
- id: promo_list
acl: promo.list
label: Promos
parent: battery
- id: vehicle
acl: vehicle.menu
label: Vehicle
icon: fa fa-car
- id: vehicle_list
acl: vehicle.list
label: Vehicles
parent: vehicle
- id: vmfg_list
acl: vmfg.list
label: Manufacturers
parent: vehicle
- id: location
acl: location.menu
label: Location
icon: fa fa-home
- id: outlet_list
acl: outlet.menu
label: Outlet
parent: location
- id: hub_list
acl: hub.menu
label: Hub
parent: location
- id: geofence_list
acl: geofence.menu
label: Geofence
parent: location
- id: joborder
acl: joborder.menu
label: Job Order
icon: flaticon-calendar-3
- id: jo_onestep_form
acl: jo_onestep.form
label: One-step Process
parent: joborder
- id: jo_walkin_form
acl: jo_walkin.form
label: Walk-in
parent: joborder
- id: jo_open
acl: jo_open.list
label: Open
parent: joborder
- id: jo_all
acl: jo_all.list
label: View All
parent: joborder
- id: support
acl: support.menu
label: Customer Support
icon: flaticon-support
- id: customer_list
acl: customer.list
label: Customers
parent: support
- id: ticket_list
acl: ticket.list
label: Tickets
parent: support
- id: general_search
acl: general.search
label: Search
parent: support
- id: warranty_search
acl: warranty.search
label: Customer Battery Search
parent: support
- id: privacy_policy_list
acl: privacy_policy.list
label: Privacy Policy
parent: support
- id: warranty_list
acl: warranty.list
label: Warranty
parent: support
- id: warranty_upload
acl: warranty.upload
label: Warranty Upload
parent: support
- id: static_content_list
acl: static_content.list
label: Static Content
parent: support
- id: service
acl: service.menu
label: Other Services
icon: flaticon-squares
- id: service_list
acl: service.list
label: Services
parent: service
- id: partner
acl: partner.menu
label: Partners
icon: flaticon-network
- id: partner_list
acl: partner.list
label: Partners
parent: partner
- id: review_list
acl: review.list
label: Reviews
parent: partner

View file

@ -1,177 +0,0 @@
# Put parameters here that don't need to change on each machine where the app is deployed
# https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration
parameters:
map_default:
latitude: 14.6091
longitude: 121.0223
image_upload_directory: '%kernel.project_dir%/public/uploads'
job_order_refresh_interval: 300000
api_acl_file: 'api_acl.yaml'
api_access_key: 'api_access_keys'
app_acl_file: 'acl.yaml'
app_access_key: 'access_keys'
cvu_brand_id: "%env(CVU_BRAND_ID)%"
country_code: "%env(COUNTRY_CODE)%"
services:
# default configuration for services in *this* file
_defaults:
autowire: true # Automatically injects dependencies in your services.
autoconfigure: true # Automatically registers your services as commands, event subscribers, etc.
public: false # Allows optimizing the container by removing unused services; this also means
# fetching services directly from the container via $container->get() won't work.
# The best practice is to be explicit about your dependencies anyway.
# makes classes in src/ available to be used as services
# this creates a service per class whose id is the fully-qualified class name
App\:
resource: '../src/*'
exclude: '../src/{Entity,Migrations,Tests,Menu,Access}'
# controllers are imported separately to make sure services can be injected
# as action arguments even if you don't extend any base controller class
App\Controller\:
resource: '../src/Controller'
tags: ['controller.service_arguments']
# add more service definitions when explicit configuration is needed
# please note that last definitions always *replace* previous ones
App\Menu\Generator:
arguments:
$router: "@router.default"
$cache_dir: "%kernel.cache_dir%"
$config_dir: "%kernel.root_dir%/../config"
App\Service\FileUploader:
arguments:
$target_dir: '%image_upload_directory%'
App\Service\MapTools:
arguments:
$em: "@doctrine.orm.entity_manager"
$gmaps_api_key: "%env(GMAPS_API_KEY)%"
$cust_dist_limit: "%env(CUST_DISTANCE_LIMIT)%"
App\Service\RisingTideGateway:
arguments:
$em: "@doctrine.orm.entity_manager"
$user: "%env(RT_USER)%"
$pass: "%env(RT_PASS)%"
$usage_type: "%env(RT_USAGE_TYPE)%"
$shortcode: "%env(RT_SHORTCODE)%"
App\Service\MQTTClient:
arguments:
$redis_client: "@App\\Service\\RedisClientProvider"
$key: "mqtt_events"
App\Service\APNSClient:
arguments:
$redis_client: "@App\\Service\\RedisClientProvider"
App\Service\RedisClientProvider:
arguments:
$scheme: "%env(REDIS_CLIENT_SCHEME)%"
$host: "%env(REDIS_CLIENT_HOST)%"
$port: "%env(REDIS_CLIENT_PORT)%"
$password: "%env(REDIS_CLIENT_PASSWORD)%"
App\Service\GeofenceTracker:
arguments:
$geofence_flag: "%env(GEOFENCE_ENABLE)%"
App\Service\WarrantyHandler:
arguments:
$em: "@doctrine.orm.entity_manager"
App\Command\SetCustomerPrivacyPolicyCommand:
arguments:
$policy_promo: "%env(POLICY_PROMO)%"
$policy_third_party: "%env(POLICY_THIRD_PARTY)%"
$policy_mobile: "%env(POLICY_MOBILE)%"
App\Command\CreateCustomerFromWarrantyCommand:
arguments:
$cvu_mfg_id: "%env(CVU_MFG_ID)%"
$cvu_brand_id: "%env(CVU_BRAND_ID)%"
# rider tracker service
App\Service\RiderTracker:
arguments:
$redis_client: "@App\\Service\\RedisClientProvider"
# invoice generator
App\Service\InvoiceGenerator\CMBInvoiceGenerator: ~
# invoice generator interface
App\Service\InvoiceGeneratorInterface: "@App\\Service\\InvoiceGenerator\\CMBInvoiceGenerator"
# job order generator
App\Service\JobOrderHandler\CMBJobOrderHandler:
arguments:
$country_code: "%env(COUNTRY_CODE)%"
#job order generator interface
App\Service\JobOrderHandlerInterface: "@App\\Service\\JobOrderHandler\\CMBJobOrderHandler"
# customer generator
App\Service\CustomerHandler\CMBCustomerHandler:
arguments:
$country_code: "%env(COUNTRY_CODE)%"
# customer generator interface
App\Service\CustomerHandlerInterface: "@App\\Service\\CustomerHandler\\CMBCustomerHandler"
# rider assignment
App\Service\RiderAssignmentHandler\CMBRiderAssignmentHandler: ~
# rider assignment interface
App\Service\RiderAssignmentHandlerInterface: "@App\\Service\\RiderAssignmentHandler\\CMBRiderAssignmentHandler"
# rider API service
App\Service\RiderAPIHandler\CMBRiderAPIHandler:
arguments:
$country_code: "%env(COUNTRY_CODE)%"
# rider API interface
App\Service\RiderAPIHandlerInterface: "@App\\Service\\RiderAPIHandler\\CMBRiderAPIHandler"
# map manager
#App\Service\GISManager\Bing: ~
App\Service\GISManager\OpenStreet: ~
#App\Service\GISManager\Google: ~
#App\Service\GISManagerInterface: "@App\\Service\\GISManager\\Bing"
App\Service\GISManagerInterface: "@App\\Service\\GISManager\\OpenStreet"
#App\Service\GISManagerInterface: "@App\\Service\\GISManager\\Google"
App\EventListener\JobOrderActiveCacheListener:
arguments:
$jo_cache: "@App\\Service\\JobOrderCache"
$mqtt: "@App\\Service\\MQTTClient"
tags:
- name: 'doctrine.orm.entity_listener'
event: 'postUpdate'
entity: 'App\Entity\JobOrder'
- name: 'doctrine.orm.entity_listener'
event: 'postRemove'
entity: 'App\Entity\JobOrder'
- name: 'doctrine.orm.entity_listener'
event: 'postPersist'
entity: 'App\Entity\JobOrder'
App\Service\JobOrderCache:
arguments:
$redis_prov: "@App\\Service\\RedisClientProvider"
$active_jo_key: "%env(LOCATION_JO_ACTIVE_KEY)%"
App\Service\RiderCache:
arguments:
$redis_prov: "@App\\Service\\RedisClientProvider"
$loc_key: "%env(LOCATION_RIDER_ACTIVE_KEY)%"
$status_key: "%env(STATUS_RIDER_KEY)%"
# API logging
App\EventSubscriber\LogSubscriber:
arguments:
$api_log_flag: "%env(API_LOGGING)%"

View file

@ -16,19 +16,6 @@ main_menu:
label: Roles
parent: user
- id: apiuser
acl: apiuser.menu
label: API User
icon: flaticon-users
- id: api_user_list
acl: apiuser.list
label: API Users
parent: apiuser
- id: api_role_list
acl: apirole.list
label: API Roles
parent: apiuser
- id: logistics
acl: logistics.menu
label: Logistics
@ -63,28 +50,6 @@ main_menu:
label: Promos
parent: battery
- id: sapbattery
acl: sap_battery.menu
label: SAP Battery
icon: fa fa-battery
- id: sapbattery_list
acl: sap_battery.list
label: SAP Batteries
parent: sapbattery
- id: sapbrand_list
acl: sap_brand.list
label: SAP Battery Brands
parent: sapbattery
- id: sapbsize_list
acl: sap_bsize.list
label: SAP Battery Sizes
parent: sapbattery
- id: sapcsize_list
acl: sap_csize.list
label: SAP Container Sizes
parent: sapbattery
- id: vehicle
acl: vehicle.menu
label: Vehicle
@ -110,14 +75,6 @@ main_menu:
acl: hub.menu
label: Hub
parent: location
- id: dealer_list
acl: dealer.list
label: Dealer
parent: location
- id: geofence_list
acl: geofence.menu
label: Geofence
parent: location
- id: joborder
@ -132,10 +89,6 @@ main_menu:
acl: jo_proc.list
label: Dispatch
parent: joborder
- id: jo_resq_proc
acl: jo_resq_proc.list
label: RESQ Dispatch
parent: joborder
- id: jo_assign
acl: jo_assign.list
label: Rider Assignment
@ -152,10 +105,6 @@ main_menu:
acl: jo_all.list
label: View All
parent: joborder
- id: jo_hub_view
acl: jo_hub.list
label: Hub View
parent: joborder
- id: support
acl: support.menu
@ -169,87 +118,3 @@ main_menu:
acl: ticket.list
label: Tickets
parent: support
- id: general_search
acl: general.search
label: Search
parent: support
- id: warranty_search
acl: warranty.search
label: Customer Battery Search
parent: support
- id: privacy_policy_list
acl: privacy_policy.list
label: Privacy Policy
parent: support
- id: warranty_list
acl: warranty.list
label: Warranty
parent: support
- id: warranty_upload
acl: warranty.upload
label: Warranty Upload
parent: support
- id: static_content_list
acl: static_content.list
label: Static Content
parent: support
- id: customertag_list
acl: customer_tag.list
label: Customer Tags
parent: support
- id: service
acl: service.menu
label: Other Services
icon: flaticon-squares
- id: service_list
acl: service.list
label: Services
parent: service
- id: partner
acl: partner.menu
label: Partners
icon: flaticon-network
- id: partner_list
acl: partner.list
label: Partners
parent: partner
- id: review_list
acl: review.list
label: Reviews
parent: partner
- id: analytics
acl: analytics.menu
label: Analytics
icon: flaticon-graphic
- id: analytics_forecast_form
acl: analytics.forecast
label: Forecasting
parent: analytics
- id: database
acl: database.menu
label: Database
icon: fa fa-database
- id: ticket_type_list
acl: ticket_type.menu
label: Ticket Types
parent: database
- id: subticket_type_list
acl: subticket_type.menu
label: Sub Ticket Types
parent: database
- id: emergency_type_list
acl: emergency_type.menu
label: Emergency Types
parent: database
- id: ownership_type_list
acl: ownership_type.menu
label: Ownership Types
parent: database
- id: customer_location_list
acl: cust_location.menu
label: Customer Locations
parent: database

View file

@ -1,944 +0,0 @@
catalyst_auth:
main:
user_entity: "App\\Entity\\User"
acl_data:
- id: dashboard
label: Dashboard Access
acls:
- id: dashboard.menu
label: Menu
- id: user
label: User Access
acls:
- id: user.menu
label: Menu
- id: user.list
label: List
- id: user.add
label: Add
- id: user.update
label: Update
- id: user.delete
label: Delete
- id: user.role.sadmin
label: Super Admin Role
- id: user.profile
label: User Profile
- id: role
label: Role Access
acls:
- id: role.menu
label: Menu
- id: role.list
label: List
- id: role.add
label: Add
- id: role.update
label: Update
- id: role.delete
label: Delete
- id: apiuser
label: API User Access
acls:
- id: apiuser.menu
label: Menu
- id: apiuser.list
label: List
- id: apiuser.add
label: Add
- id: apiuser.update
label: Update
- id: apiuser.delete
label: Delete
- id: apirole
label: API Role Access
acls:
- id: apirole.menu
label: Menu
- id: apirole.list
label: List
- id: apirole.add
label: Add
- id: apirole.update
label: Update
- id: apirole.delete
label: Delete
- id: logistics
label: Logistics Access
acls:
- id: logistics.menu
label: Menu
- id: battery
label: Battery Access
acls:
- id: battery.menu
label: Menu
- id: battery.list
label: List
- id: battery.add
label: Add
- id: battery.update
label: Update
- id: battery.delete
label: Delete
- id: bmfg
label: Battery Manufacturer Access
acls:
- id: bmfg.menu
label: Menu
- id: bmfg.list
label: List
- id: bmfg.add
label: Add
- id: bmfg.update
label: Update
- id: bmfg.delete
label: Delete
- id: bmodel
label: Battery Model Access
acls:
- id: bmodel.menu
label: Menu
- id: bmodel.list
label: List
- id: bmodel.add
label: Add
- id: bmodel.update
label: Update
- id: bmodel.delete
label: Delete
- id: bsize
label: Battery Size Access
acls:
- id: bsize.menu
label: Menu
- id: bsize.list
label: List
- id: bsize.add
label: Add
- id: bsize.update
label: Update
- id: bsize.delete
label: Delete
- id: vehicle
label: Vehicle Access
acls:
- id: vehicle.menu
label: Menu
- id: vehicle.list
label: List
- id: vehicle.add
label: Add
- id: vehicle.update
label: Update
- id: vehicle.delete
label: Delete
- id: vmfg
label: Vehicle Manufacturer Access
acls:
- id: vmfg.menu
label: Menu
- id: vmfg.list
label: List
- id: vmfg.add
label: Add
- id: vmfg.update
label: Update
- id: vmfg.delete
label: Delete
- id: customer
label: Customer Access
acls:
- id: customer.menu
label: Menu
- id: customer.list
label: List
- id: customer.add
label: Add
- id: customer.update
label: Update
- id: customer.delete
label: Delete
- id: customer.dpa
label: Display DPA
- id: location
label: Location Access
acls:
- id: location.menu
label: Menu
- id: outlet
label: Outlet Access
acls:
- id: outlet.menu
label: Menu
- id: outlet.list
label: List
- id: outlet.add
label: Add
- id: outlet.update
label: Update
- id: outlet.delete
label: Delete
- id: hub
label: Hub Access
acls:
- id: hub.menu
label: Menu
- id: hub.list
label: List
- id: hub.add
label: Add
- id: hub.update
label: Update
- id: hub.delete
label: Delete
- id: geofence
label: Geofence
acls:
- id: geofence.menu
label: Menu
- id: geofence.list
label: List
- id: geofence.add
label: Add
- id: geofence.delete
label: Delete
- id: rider
label: Rider Access
acls:
- id: rider.menu
label: Menu
- id: rider.list
label: List
- id: rider.add
label: Add
- id: rider.update
label: Update
- id: rider.delete
label: Delete
- id: servicecharge
label: Service Charge
acls:
- id: service_charge.menu
label: Menu
- id: service_charge.list
label: List
- id: service_charge.add
label: Add
- id: service_charge.update
label: Update
- id: service_charge.delete
label: Delete
- id: joborder
label: Job Order
acls:
- id: joborder.menu
label: Menu
- id: jo_in.list
label: Incoming
- id: jo_proc.list
label: Dispatch
- id: jo_proc.unlock
label: Dispatch Unlock
- id: jo_assign.list
label: Rider Assignment
- id: jo_assign.unlock
label: Rider Assignment Unlock
- id: jo_fulfill.list
label: Fulfillment
- id: jo_open.list
label: Open
- id: jo_all.list
label: View All
- id: jo_pdf.list
label: PDF
- id: jo_open.edit
label: Edit
- id: joborder.cancel
label: Cancel
- id: jo_onestep.form
label: One-step Process
- id: jo_onestep.edit
label: One-step Process Edit
- id: jo_walkin.form
label: Walk-in
- id: jo_walkin.edit
label: Walk-in Edit
- id: jo_autoassign.test
label: Autoassign Test
- id: jo_hub.list
label: Hub View
- id: jo_cancel.fulfill
label: Fulfill Cancelled JO
- id: jo_resq_proc.list
label: RESQ Dispatch
- id: jo_resq_all.list
label: RESQ All
- id: support
label: Customer Support Access
acls:
- id: support.menu
label: Menu
- id: general.search
label: Search
- id: warranty.search
label: Customer Battery Search
- id: warranty.upload
label: Warranty Upload
- id: ticket
label: Ticket Access
acls:
- id: ticket.menu
label: Menu
- id: ticket.list
label: List
- id: ticket.add
label: Add
- id: ticket.update
label: Update
- id: ticket.delete
label: Delete
- id: promo
label: Promo Access
acls:
- id: promo.menu
label: Menu
- id: promo.list
label: List
- id: promo.add
label: Add
- id: promo.update
label: Update
- id: promo.delete
label: Delete
- id: report
label: Reports
acls:
- id: report.menu
label: Menu
- id: report.reject
label: Rejection Report
- id: report.battery.conflict
label: Battery Conflict Report
- id: report.popapp.comparison
label: Popapp Comparison Report
- id: report.meh.customer
label: RESQ MEH Customer Report
- id: report.warranty.class
label: Warranty Class Report
- id: report.vehicle.battery.compatibility
label: Vehicle Battery Compatibility Report
- id: report.warranty.details
label: Warranty Details Report
- id: report.jo.details
label: Job Order Details Report
- id: report.jo_events
label: Job Order Events Report
- id: report.sms_messages
label: SMS Messages Report
- id: report.jo.auto_assign
label: Auto Assigned Job Order Report
- id: report.jo.advance_order
label: Advance Order Job Order Report
- id: report.customer.source
label: Customer Source Report
- id: report.hub.filter
label: Hub Filter Report
- id: report.warranty.raffle
label: Warranty Raffle Report
- id: report.jo.raffle
label: JO Raffle Report
- id: service
label: Other Services
acls:
- id: service.menu
label: Menu
- id: service.list
label: List
- id: service.add
label: Add
- id: service.update
label: Update
- id: service.delete
label: Delete
- id: partner
label: Partners
acls:
- id: partner.menu
label: Menu
- id: partner.list
label: List
- id: partner.add
label: Add
- id: partner.update
label: Update
- id: partner.delete
label: Delete
- id: motolite_event
label: Motolite Events
acls:
- id: motolite_event.menu
label: Menu
- id: motolite_event.list
label: List
- id: motolite_event.add
label: Add
- id: motolite_event.update
label: Update
- id: motolite_event.delete
label: Delete
- id: review
label: Reviews
acls:
- id: review.menu
label: Menu
- id: review.list
label: List
- id: review.view
label: View
- id: review.delete
label: Delete
- id: privacypolicy
label: Privacy Policy
acls:
- id: privacy_policy.menu
label: Menu
- id: privacy_policy.list
label: List
- id: privacy_policy.add
label: Add
- id: privacy_policy.update
label: Update
- id: privacy_policy.delete
label: Delete
- id: warranty
label: Warranty
acls:
- id: warranty.menu
label: Menu
- id: warranty.list
label: List
- id: warranty.add
label: Add
- id: warranty.update
label: Update
- id: staticcontent
label: Static Content
acls:
- id: static_content.menu
label: Menu
- id: static_content.list
label: List
- id: static_content.add
label: Add
- id: static_content.update
label: Update
- id: static_content.delete
label: Delete
- id: analytics
label: Analytics
acls:
- id: analytics.menu
label: Menu
- id: analytics.forecast
label: Forecasting
- id: sap_battery
label: SAP Battery Access
acls:
- id: sap_battery.menu
label: Menu
- id: sap_battery.list
label: List
- id: sap_battery.add
label: Add
- id: sap_battery.update
label: Update
- id: sap_battery.delete
label: Delete
- id: sap_brand
label: SAP Battery Brand Access
acls:
- id: sap_brand.menu
label: Menu
- id: sap_brand.list
label: List
- id: sap_brand.add
label: Add
- id: sap_brand.update
label: Update
- id: sap_brand.delete
label: Delete
- id: sap_bsize
label: SAP Battery Size Access
acls:
- id: sap_bsize.menu
label: Menu
- id: sap_bsize.list
label: List
- id: sap_bsize.add
label: Add
- id: sap_bsize.update
label: Update
- id: sap_bsize.delete
label: Delete
- id: sap_csize
label: SAP Battery Container Size Access
acls:
- id: sap_csize.menu
label: Menu
- id: sap_csize.list
label: List
- id: sap_csize.add
label: Add
- id: sap_csize.update
label: Update
- id: sap_csize.delete
label: Delete
- id: customer_tag
label: Customer Tags Access
acls:
- id: customer_tag.menu
label: Menu
- id: customer_tag.list
label: List
- id: customer_tag.add
label: Add
- id: customer_tag.update
label: Update
- id: customer_tag.delete
label: Delete
- id: review_tag
label: Review Tags Access
acls:
- id: review_tag.menu
label: Menu
- id: review_tag.list
label: List
- id: review_tag.add
label: Add
- id: review_tag.update
label: Update
- id: review_tag.delete
label: Delete
- id: dealer
label: Dealer Access
acls:
- id: dealer.menu
label: Menu
- id: dealer.list
label: List
- id: dealer.add
label: Add
- id: dealer.update
label: Update
- id: dealer.delete
label: Delete
- id: database
label: Database Access
acls:
- id: database.menu
label: Menu
- id: ticket_type
label: Ticket Type Access
acls:
- id: ticket_type.menu
label: Menu
- id: ticket_type.list
label: List
- id: ticket_type.add
label: Add
- id: ticket_type.update
label: Update
- id: ticket_type.delete
label: Delete
- id: subticket_type
label: Sub Ticket Type Access
acls:
- id: subticket_type.menu
label: Menu
- id: subticket_type.list
label: List
- id: subticket_type.add
label: Add
- id: subticket_type.update
label: Update
- id: subticket_type.delete
label: Delete
- id: emergency_type
label: Emergency Type Access
acls:
- id: emergency_type.menu
label: Menu
- id: emergency_type.list
label: List
- id: emergency_type.add
label: Add
- id: emergency_type.update
label: Update
- id: emergency_type.delete
label: Delete
- id: ownership_type
label: Ownership Type Access
acls:
- id: ownership_type.menu
label: Menu
- id: ownership_type.list
label: List
- id: ownership_type.add
label: Add
- id: ownership_type.update
label: Update
- id: ownership_type.delete
label: Delete
- id: service_offering
label: Service Offering Access
acls:
- id: service_offering.menu
label: Menu
- id: service_offering.list
label: List
- id: service_offering.add
label: Add
- id: service_offering.update
label: Update
- id: service_offering.delete
label: Delete
- id: price_tier
label: Price Tier
acls:
- id: price_tier.menu
label: Menu
- id: price_tier.list
label: List
- id: price_tier.add
label: Add
- id: price_tier.update
label: Update
- id: price_tier.delete
label: Delete
- id: item_type
label: Item Type
acls:
- id: item_type.menu
label: Menu
- id: item_type.list
label: List
- id: item_type.add
label: Add
- id: item_type.update
label: Update
- id: item_type.delete
label: Delete
- id: item
label: Item
acls:
- id: item.menu
label: Menu
- id: item_pricing
label: Item Pricing
acls:
- id: item_pricing.update
label: Update
api:
user_entity: "App\\Entity\\ApiUser"
acl_data:
- id: warranty
label: Warranty Access
acls:
- id: warranty.list
label: List
- id: warranty.find.serial
label: Find by Serial
- id: warranty.find.platenumber
label: Find by Plate Number
- id: warranty.register.battery
label: Register Battery
- id: warranty.claim
label: Claim
- id: warranty.update
label: Update
- id: warranty.cancel
label: Cancel
- id: warranty.delete
label: Delete
- id: warranty.set.privacypolicy
label: Set Privacy Policy
- id: warranty.list.serial
label: List by Serial
- id: batterybrand
label: Battery Brand Access
acls:
- id: batterybrand.list
label: List
- id: batterysize
label: Battery Size Access
acls:
- id: batterysize.list
label: List
- id: battery
label: Battery Access
acls:
- id: battery.list
label: List
- id: vmanufacturer
label: Vehicle Manufacturer Access
acls:
- id: vmanufacturer.list
label: List
- id: vehicle
label: Vehicle Access
acls:
- id: vehicle.list
label: List
- id: privacypolicy
label: Privacy Policy
acls:
- id: privacypolicy.find
label: Find Privacy Policy
- id: customer
label: Customer
acls:
- id: customer.register
label: Register Customer
- id: customer.verify
label: Verify Customer
- id: municipality
label: Municipality
acls:
- id: municipality.list
label: List
- id: dealer
label: Dealer
acls:
- id: dealer.list
label: List
- id: warrantyserial
label: Warranty Serial
acls:
- id: warrantyserial.upload
label: Upload
- id: hub
label: Hub Access
acls:
- id: hub.list
label: List
- id: joborder
label: Job Order Access
acls:
- id: joborder.find
label: Find Job Order
- id: tapi_vmanufacturer
label: Third Party Vehicle Manufacturer Access
acls:
- id: tapi_vmanufacturer.list
label: List Third Party Vehicle Manufacturers
- id: tapi_vehicle
label: Third Party Vehicle Make Access
acls:
- id: tapi_vehicle.list
label: List Third Party Vehicles
- id: tapi_promo
label: Third Party Promo Access
acls:
- id: tapi_promo.list
label: List Third Party Promos
- id: tapi_battery
label: Third Party Battery Access
acls:
- id: tapi_battery_compatible.list
label: List Third Party Compatible Batteries
- id: tapi_jo
label: Third Party Job Order Access
acls:
- id: tapi_jo.request
label: Third Party Request Job Order
- id: tapi_jo.get.estimate
label: Third Party Get Estimate
- id: tapi_jo.get.ongoing
label: Third Party Get Ongoing Job Order
- id: tapi_jo.cancel
label: Third Party Cancel Job Order
- id: tapi_jo.get.invoice
label: Third Party Get Job Order Invoice
- id: tapi_jo.location.support
label: Third Party Check Location Support
- id: tapi_jo.nearest_hub.get
label: Third Party Get Nearest Hub and Slots
- id: tapi_jo.schedule_option.status
label: Third Party Schedule Option Status
- id: tapi_jo.get.info
label: Third Party Get Job Order Info
- id: tapi_service
label: Third Party Service Access
acls:
- id: tapi_service.list
label: List Third Party Services
cust_api_v2:
user_entity: "App\\Entity\\CustomerUser"
acl_data:
- id: cust_api_v2.auth
label: Authentication
acls:
- id: cust_api_v2.auth.register
label: Register
- id: cust_api_v2.auth.confirm
label: Confirm Number
- id: cust_api_v2.auth.validate
label: Validate Code
- id: cust_api_v2.auth.resend_code
label: Resend Code
- id: cust_api_v2.customer
label: Customer
acls:
- id: cust_api_v2.customer.info
label: Info
- id: cust_api_v2.customer.update
label: Update
- id: cust_api_v2.customer.status
label: Status
- id: cust_api_v2.customer.hash
label: Hash
- id: cust_api_v2.device
label: Device
acls:
- id: cust_api_v2.device.id
label: Update
- id: cust_api_v2.invoice
label: Invoice
acls:
- id: cust_api_v2.invoice.estimate
label: Estimate
- id: cust_api_v2.jo
label: Job Order
acls:
- id: cust_api_v2.jo.ongoing
label: List Ongoing
- id: cust_api_v2.jo.invoice
label: Get Invoice
- id: cust_api_v2.jo.cancel
label: Cancel
- id: cust_api_v2.jo.info
label: Info
- id: cust_api_v2.jo.history
label: History
- id: cust_api_v2.jo.latest
label: Latest
- id: cust_api_v2.jo.all_ongoing
label: List All Ongoing
- id: cust_api_v2.jo.ongoing_count
label: List Ongoing Count
- id: cust_api_v2.jo.create
label: Create
- id: cust_api_v2.jo.request
label: Request
- id: cust_api_v2.jo.completed
label: List Completed
- id: cust_api_v2.location
label: Location
acls:
- id: cust_api_v2.location.support
label: Get Support Status
- id: cust_api_v2.location.nearest_hub_and_slots
label: List Nearest Hub and Slots
- id: cust_api_v2.location.create
label: Create
- id: cust_api_v2.location.list
label: List
- id: cust_api_v2.partner
label: Partner
acls:
- id: cust_api_v2.partner.info
label: Info
- id: cust_api_v2.partner.closest
label: List Closest Partners
- id: cust_api_v2.partner.review
label: Review
- id: cust_api_v2.privacy
label: Privacy
acls:
- id: cust_api_v2.privacy.settings
label: Get Privacy Settings
- id: cust_api_v2.promo
label: Promo
acls:
- id: cust_api_v2.promo.list
label: Get Promos
- id: cust_api_v2.rider
label: Rider
acls:
- id: cust_api_v2.rider.status
label: Status
- id: cust_api_v2.rider.rating
label: Rate
- id: cust_api_v2.schedule
label: Schedule
acls:
- id: cust_api_v2.schedule.status
label: Get Schedule Option Status
- id: cust_api_v2.service
label: Service
acls:
- id: cust_api_v2.service.list
label: List
- id: cust_api_v2.vehicle
label: Vehicle
acls:
- id: cust_api_v2.vehicle.mfgs
label: List Manufacturers
- id: cust_api_v2.vehicle.makes
label: List Makes
- id: cust_api_v2.vehicle.create
label: Add
- id: cust_api_v2.vehicle.update
label: Update
- id: cust_api_v2.vehicle.list
label: List
- id: cust_api_v2.vehicle.batteries
label: Compatible Batteries
- id: cust_api_v2.vehicle.delete
label: Delete
- id: cust_api_v2.warranty
label: Warranty
acls:
- id: cust_api_v2.warranty.activate
label: Activate
- id: cust_api_v2.warranty.check
label: Check Status
- id: cust_api_v2.warranty.register
label: Register

View file

@ -1,308 +0,0 @@
catalyst_menu:
main:
- id: home
acl: dashboard.menu
label: '[menu.dashboard]'
icon: flaticon-line-graph
order: 1
- id: user
acl: user.menu
label: '[menu.user]'
icon: flaticon-users
order: 2
- id: user_list
acl: user.list
label: '[menu.user.users]'
parent: user
- id: role_list
acl: role.list
label: '[menu.user.roles]'
parent: user
- id: apiuser
acl: apiuser.menu
label: '[menu.apiuser]'
icon: flaticon-users
order: 3
- id: api_user_list
acl: apiuser.list
label: '[menu.apiuser.users]'
parent: apiuser
- id: api_role_list
acl: apirole.list
label: '[menu.apiuser.roles]'
parent: apiuser
- id: logistics
acl: logistics.menu
label: '[menu.logistics]'
icon: fa fa-truck
order: 4
- id: rider_list
acl: rider.list
label: '[menu.logistics.riders]'
parent: logistics
- id: battery
acl: battery.menu
label: '[menu.battery]'
icon: fa fa-battery-3
order: 5
- id: battery_list
acl: battery.list
label: '[menu.battery.batteries]'
parent: battery
- id: bmfg_list
acl: bmfg.list
label: '[menu.battery.manufacturers]'
parent: battery
- id: bmodel_list
acl: bmodel.list
label: '[menu.battery.models]'
parent: battery
- id: bsize_list
acl: bsize.list
label: '[menu.battery.sizes]'
parent: battery
- id: promo_list
acl: promo.list
label: '[menu.battery.promos]'
parent: battery
- id: sapbattery
acl: sap_battery.menu
label: '[menu.sapbattery]'
icon: fa fa-battery
order: 6
- id: sapbattery_list
acl: sap_battery.list
label: '[menu.sapbattery.batteries]'
parent: sapbattery
- id: sapbrand_list
acl: sap_brand.list
label: '[menu.sapbattery.brands]'
parent: sapbattery
- id: sapbsize_list
acl: sap_bsize.list
label: '[menu.sapbattery.sizes]'
parent: sapbattery
- id: sapcsize_list
acl: sap_csize.list
label: '[menu.sapbattery.csizes]'
parent: sapbattery
- id: vehicle
acl: vehicle.menu
label: '[menu.vehicle]'
icon: fa fa-car
order: 7
- id: vehicle_list
acl: vehicle.list
label: '[menu.vehicle.vehicles]'
parent: vehicle
- id: vmfg_list
acl: vmfg.list
label: '[menu.vehicle.manufacturers]'
parent: vehicle
- id: location
acl: location.menu
label: '[menu.location]'
icon: fa fa-home
order: 8
- id: outlet_list
acl: outlet.menu
label: '[menu.location.outlets]'
parent: location
- id: hub_list
acl: hub.menu
label: '[menu.location.hubs]'
parent: location
- id: dealer_list
acl: dealer.list
label: '[menu.location.dealers]'
parent: location
- id: geofence_list
acl: geofence.menu
label: '[menu.location.geofence]'
parent: location
- id: joborder
acl: joborder.menu
label: '[menu.joborder]'
icon: flaticon-calendar-3
order: 9
- id: jo_in
acl: jo_in.list
label: '[menu.joborder.incoming]'
parent: joborder
- id: jo_proc
acl: jo_proc.list
label: '[menu.joborder.dispatch]'
parent: joborder
- id: jo_resq_proc
acl: jo_resq_proc.list
label: '[menu.joborder.resqdispatch]'
parent: joborder
- id: jo_assign
acl: jo_assign.list
label: '[menu.joborder.assignment]'
parent: joborder
- id: jo_fulfill
acl: jo_fulfill.list
label: '[menu.joborder.fulfillment]'
parent: joborder
- id: jo_open
acl: jo_open.list
label: '[menu.joborder.open]'
parent: joborder
- id: jo_all
acl: jo_all.list
label: '[menu.joborder.viewall]'
parent: joborder
- id: jo_hub_view
acl: jo_hub.list
label: '[menu.joborder.hubview]'
parent: joborder
- id: jo_resq_all
acl: jo_resq_all.list
label: '[menu.joborder.resqall]'
parent: joborder
- id: support
acl: support.menu
label: '[menu.support]'
icon: flaticon-support
order: 11
- id: customer_list
acl: customer.list
label: '[menu.support.customers]'
parent: support
- id: ticket_list
acl: ticket.list
label: '[menu.support.tickets]'
parent: support
- id: general_search
acl: general.search
label: '[menu.support.search]'
parent: support
- id: warranty_search
acl: warranty.search
label: '[menu.support.warrantysearch]'
parent: support
- id: privacy_policy_list
acl: privacy_policy.list
label: '[menu.support.privacypolicy]'
parent: support
- id: warranty_list
acl: warranty.list
label: '[menu.support.warranty]'
parent: support
- id: warranty_upload
acl: warranty.upload
label: '[menu.support.warrantyupload]'
parent: support
- id: static_content_list
acl: static_content.list
label: '[menu.support.staticcontent]'
parent: support
- id: customertag_list
acl: customer_tag.list
label: '[menu.support.customertags]'
parent: support
- id: reviewtag_list
acl: review_tag.list
label: '[menu.support.reviewtags]'
parent: support
- id: service
acl: service.menu
label: '[menu.service]'
icon: flaticon-squares
order: 12
- id: service_list
acl: service.list
label: '[menu.service.services]'
parent: service
- id: partner
acl: partner.menu
label: '[menu.partner]'
icon: flaticon-network
order: 13
- id: partner_list
acl: partner.list
label: '[menu.partner.partners]'
parent: partner
- id: review_list
acl: review.list
label: '[menu.partner.reviews]'
parent: partner
- id: motolite_event
acl: motolite_event.menu
label: '[menu.motolite_event]'
icon: flaticon-event-calendar-symbol
order: 14
- id: motolite_event_list
acl: motolite_event.list
label: '[menu.motolite_event.events]'
parent: motolite_event
- id: analytics
acl: analytics.menu
label: '[menu.analytics]'
icon: flaticon-graphic
order: 15
- id: analytics_forecast_form
acl: analytics.forecast
label: '[menu.analytics.forecasting]'
parent: analytics
- id: database
acl: database.menu
label: '[menu.database]'
icon: fa fa-database
order: 16
- id: ticket_type_list
acl: ticket_type.menu
label: '[menu.database.tickettypes]'
parent: database
- id: subticket_type_list
acl: subticket_type.menu
label: '[menu.database.subtickettypes]'
parent: database
- id: emergency_type_list
acl: emergency_type.menu
label: '[menu.database.emergencytypes]'
parent: database
- id: ownership_type_list
acl: ownership_type.menu
label: '[menu.database.ownershiptypes]'
parent: database
- id: service_offering_list
acl: service_offering.menu
label: '[menu.database.serviceofferings]'
parent: database
- id: item_type_list
acl: item_type.menu
label: '[menu.database.itemtypes]'
parent: database
- id: item
acl: item.menu
label: Item Management
icon: fa fa-boxes
order: 10
- id: price_tier_list
acl: price_tier.list
label: Price Tiers
parent: item
- id: item_pricing
acl: item_pricing.update
label: Item Pricing
parent: item

View file

@ -1,19 +0,0 @@
monolog:
handlers:
main:
type: stream
path: "%kernel.logs_dir%/%kernel.environment%.log"
level: debug
channels: ["!event"]
# uncomment to get logging in your browser
# you may have to allow bigger header sizes in your Web server configuration
#firephp:
# type: firephp
# level: info
#chromephp:
# type: chromephp
# level: info
console:
type: console
process_psr_3_messages: false
channels: ["!event", "!doctrine", "!console"]

View file

@ -3,4 +3,4 @@ web_profiler:
intercept_redirects: false
framework:
profiler: { only_exceptions: true }
profiler: { only_exceptions: false }

View file

@ -11,8 +11,6 @@ doctrine:
driver: 'pdo_mysql'
server_version: '5.7'
charset: utf8mb4
options:
!php/const PDO::MYSQL_ATTR_LOCAL_INFILE: true
# With Symfony 3.3, remove the `resolve:` prefix
url: '%env(resolve:DATABASE_URL)%'
@ -21,7 +19,6 @@ doctrine:
point: CrEOF\Spatial\DBAL\Types\Geometry\PointType
polygon: CrEOF\Spatial\DBAL\Types\Geometry\PolygonType
linestring: CrEOF\Spatial\DBAL\Types\Geometry\LineStringType
multipolygon: CrEOF\Spatial\DBAL\Types\Geometry\MultiPolygonType
orm:
auto_generate_proxy_classes: '%kernel.debug%'
naming_strategy: doctrine.orm.naming_strategy.underscore
@ -41,8 +38,6 @@ doctrine:
stcollect: CrEOF\Spatial\ORM\Query\AST\Functions\PostgreSql\STCollect
stsnaptogrid: CrEOF\Spatial\ORM\Query\AST\Functions\PostgreSql\STSnapToGrid
stoverlaps: CrEOF\Spatial\ORM\Query\AST\Functions\PostgreSql\STOverlaps
# for match against
match_against: App\Doctrine\MatchAgainst
numeric_functions:
# for postgresql
starea: CrEOF\Spatial\ORM\Query\AST\Functions\PostgreSql\STArea

View file

@ -1,8 +0,0 @@
# As of Symfony 5.1, deprecations are logged in the dedicated "deprecation" channel when it exists
#monolog:
# channels: [deprecation]
# handlers:
# deprecation:
# type: stream
# channels: [deprecation]
# path: php://stderr

View file

@ -1,18 +0,0 @@
monolog:
handlers:
main:
type: fingers_crossed
action_level: error
handler: nested
excluded_http_codes: [404, 405]
buffer_size: 50 # How many messages should be saved? Prevent memory leaks
nested:
type: stream
path: php://stderr
level: debug
formatter: monolog.formatter.json
console:
type: console
process_psr_3_messages: false
channels: ["!event", "!doctrine"]

View file

@ -5,104 +5,25 @@ security:
algorithm: bcrypt
cost: 12
providers:
user_provider:
user:
entity:
class: App\Entity\User
property: username
api_provider:
entity:
class: App\Entity\ApiUser
property: api_key
api_v2_provider:
entity:
class: App\Entity\CustomerUser
property: api_key
firewalls:
dev:
pattern: ^/(_(profiler|wdt)|css|images|js)/
security: false
new_rider_api_login:
pattern: ^\/rider_api\/login$
methods: [POST]
security: false
login:
pattern: ^\/login$
methods: [GET]
security: false
tracker:
pattern: ^\/track\/
methods: [GET]
security: false
api:
pattern: ^\/api\/
security: false
sms:
pattern: ^/sms\/
security: false
rider_api:
pattern: ^\/rapi\/
security: false
test_capi:
pattern: ^\/test_capi\/
security: false
insurance:
pattern: ^\/insurance\/
security: false
paymongo:
pattern: ^\/paymongo\/
security: false
cust_api_v2:
pattern: ^\/apiv2\/(?!register|register\/|number_confirm|number_confirm\/|code_validate|code_validate\/|resend_code|resend_code\/|version_check|version_check\/|account|account\/|account_code_validate|account_code_validate\/|account_resend_code|account_resend_code\/)
provider: api_v2_provider
access_denied_handler: Catalyst\ApiBundle\Service\AccessDeniedHandler
stateless: true
guard:
authenticators:
- Catalyst\ApiBundle\Security\Authenticator
cust_api_v2_guest:
pattern: ^\/apiv2\/(register|register\/|number_confirm|number_confirm\/|code_validate|code_validate\/|resend_code|resend_code\/|version_check|version_check\/|account|account\/|account_code_validate|account_code_validate\/|account_resend_code|account_resend_code\/)
security: false
warranty_api:
pattern: ^\/capi\/
provider: api_provider
access_denied_handler: Catalyst\ApiBundle\Service\AccessDeniedHandler
stateless: true
guard:
authenticators:
- Catalyst\ApiBundle\Security\Authenticator
new_rider_api:
pattern: ^\/rider_api\/
provider: api_provider
access_denied_handler: Catalyst\ApiBundle\Service\AccessDeniedHandler
stateless: true
guard:
authenticators:
- Catalyst\ApiBundle\Security\Authenticator
third_party_api:
pattern: ^\/tapi\/
provider: api_provider
access_denied_handler: Catalyst\ApiBundle\Service\AccessDeniedHandler
stateless: true
guard:
authenticators:
- Catalyst\ApiBundle\Security\Authenticator
main:
provider: user_provider
form_login:
login_path: login
check_path: login
@ -113,8 +34,6 @@ security:
secret: '%env(APP_SECRET)%'
lifetime: 604800
path: /
user_checker: Catalyst\AuthBundle\Service\UserChecker
switch_user: { role: ROLE_SUPER_ADMIN }
# activate different ways to authenticate

View file

@ -1,13 +0,0 @@
monolog:
handlers:
main:
type: fingers_crossed
action_level: error
handler: nested
excluded_http_codes: [404, 405]
channels: ["!event"]
nested:
type: stream
path: "%kernel.logs_dir%/%kernel.environment%.log"
level: debug

View file

@ -1,6 +1,7 @@
framework:
default_locale: en
default_locale: '%locale%'
translator:
default_path: '%kernel.project_dir%/translations'
paths:
- '%kernel.project_dir%/translations'
fallbacks:
- en
- '%locale%'

View file

@ -4,8 +4,3 @@ twig:
strict_variables: '%kernel.debug%'
globals:
gmaps_api_key: "%env(GMAPS_API_KEY)%"
maptiler_api_key: "%env(MAPTILER_API_KEY)%"
mqtt_host: "%env(MQTT_WS_HOST)%"
mqtt_port: "%env(MQTT_WS_PORT)%"
dashboard_enable: "%env(DASHBOARD_ENABLE)%"
ssl_enable: "%env(SSL_ENABLE)%"

View file

@ -1,186 +0,0 @@
main_menu:
- id: home
acl: dashboard.menu
label: Dashboard
icon: flaticon-line-graph
- id: user
acl: user.menu
label: User
icon: flaticon-users
- id: user_list
acl: user.list
label: Users
parent: user
- id: role_list
acl: role.list
label: Roles
parent: user
- id: apiuser
acl: apiuser.menu
label: API User
icon: flaticon-users
- id: api_user_list
acl: apiuser.list
label: API Users
parent: apiuser
- id: api_role_list
acl: apirole.list
label: API Roles
parent: apiuser
- id: logistics
acl: logistics.menu
label: Logistics
icon: fa fa-truck
- id: rider_list
acl: rider.list
label: Riders
parent: logistics
- id: battery
acl: battery.menu
label: Battery
icon: fa fa-battery-3
- id: battery_list
acl: battery.list
label: Batteries
parent: battery
- id: bmfg_list
acl: bmfg.list
label: Manufacturers
parent: battery
- id: bmodel_list
acl: bmodel.list
label: Models
parent: battery
- id: bsize_list
acl: bsize.list
label: Sizes
parent: battery
- id: promo_list
acl: promo.list
label: Promos
parent: battery
- id: vehicle
acl: vehicle.menu
label: Vehicle
icon: fa fa-car
- id: vehicle_list
acl: vehicle.list
label: Vehicles
parent: vehicle
- id: vmfg_list
acl: vmfg.list
label: Manufacturers
parent: vehicle
- id: location
acl: location.menu
label: Location
icon: fa fa-home
- id: outlet_list
acl: outlet.menu
label: Outlet
parent: location
- id: hub_list
acl: hub.menu
label: Hub
parent: location
- id: geofence_list
acl: geofence.menu
label: Geofence
parent: location
- id: joborder
acl: joborder.menu
label: Job Order
icon: flaticon-calendar-3
- id: jo_in
acl: jo_in.list
label: Incoming
parent: joborder
- id: jo_proc
acl: jo_proc.list
label: Dispatch
parent: joborder
- id: jo_assign
acl: jo_assign.list
label: Rider Assignment
parent: joborder
- id: jo_fulfill
acl: jo_fulfill.list
label: Fulfillment
parent: joborder
- id: jo_open
acl: jo_open.list
label: Open
parent: joborder
- id: jo_all
acl: jo_all.list
label: View All
parent: joborder
- id: jo_hub.view
label: Hub View
parent: joborder
- id: support
acl: support.menu
label: Customer Support
icon: flaticon-support
- id: customer_list
acl: customer.list
label: Customers
parent: support
- id: ticket_list
acl: ticket.list
label: Tickets
parent: support
- id: general_search
acl: general.search
label: Search
parent: support
- id: warranty_search
acl: warranty.search
label: Customer Battery Search
parent: support
- id: privacy_policy_list
acl: privacy_policy.list
label: Privacy Policy
parent: support
- id: warranty_list
acl: warranty.list
label: Warranty
parent: support
- id: warranty_upload
acl: warranty.upload
label: Warranty Upload
parent: support
- id: static_content_list
acl: static_content.list
label: Static Content
parent: support
- id: service
acl: service.menu
label: Other Services
icon: flaticon-squares
- id: service_list
acl: service.list
label: Services
parent: service
- id: partner
acl: partner.menu
label: Partners
icon: flaticon-network
- id: partner_list
acl: partner.list
label: Partners
parent: partner
- id: review_list
acl: review.list
label: Reviews
parent: partner

View file

@ -1,185 +0,0 @@
# Put parameters here that don't need to change on each machine where the app is deployed
# https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration
parameters:
map_default:
latitude: 14.6091
longitude: 121.0223
image_upload_directory: '%kernel.project_dir%/public/uploads'
job_order_refresh_interval: 300000
api_acl_file: 'api_acl.yaml'
api_access_key: 'api_access_keys'
app_acl_file: 'acl.yaml'
app_access_key: 'access_keys'
cvu_brand_id: "%env(CVU_BRAND_ID)%"
country_code: "%env(COUNTRY_CODE)%"
api_version: "%env(API_VERSION)%"
services:
# default configuration for services in *this* file
_defaults:
autowire: true # Automatically injects dependencies in your services.
autoconfigure: true # Automatically registers your services as commands, event subscribers, etc.
public: false # Allows optimizing the container by removing unused services; this also means
# fetching services directly from the container via $container->get() won't work.
# The best practice is to be explicit about your dependencies anyway.
# makes classes in src/ available to be used as services
# this creates a service per class whose id is the fully-qualified class name
App\:
resource: '../src/*'
exclude: '../src/{Entity,Migrations,Tests,Menu,Access}'
# controllers are imported separately to make sure services can be injected
# as action arguments even if you don't extend any base controller class
App\Controller\:
resource: '../src/Controller'
tags: ['controller.service_arguments']
# add more service definitions when explicit configuration is needed
# please note that last definitions always *replace* previous ones
App\Menu\Generator:
arguments:
$router: "@router.default"
$cache_dir: "%kernel.cache_dir%"
$config_dir: "%kernel.root_dir%/../config"
App\Service\FileUploader:
arguments:
$target_dir: '%image_upload_directory%'
App\Service\MapTools:
arguments:
$em: "@doctrine.orm.entity_manager"
$gmaps_api_key: "%env(GMAPS_API_KEY)%"
$cust_dist_limit: "%env(CUST_DISTANCE_LIMIT)%"
App\Service\RisingTideGateway:
arguments:
$em: "@doctrine.orm.entity_manager"
$user: "%env(RT_USER)%"
$pass: "%env(RT_PASS)%"
$usage_type: "%env(RT_USAGE_TYPE)%"
$shortcode: "%env(RT_SHORTCODE)%"
App\Service\MQTTClient:
arguments:
$redis_client: "@App\\Service\\RedisClientProvider"
$key: "mqtt_events"
App\Service\APNSClient:
arguments:
$redis_client: "@App\\Service\\RedisClientProvider"
App\Service\RedisClientProvider:
arguments:
$scheme: "%env(REDIS_CLIENT_SCHEME)%"
$host: "%env(REDIS_CLIENT_HOST)%"
$port: "%env(REDIS_CLIENT_PORT)%"
$password: "%env(REDIS_CLIENT_PASSWORD)%"
App\Service\GeofenceTracker:
arguments:
$geofence_flag: "%env(GEOFENCE_ENABLE)%"
App\Service\WarrantyHandler:
arguments:
$em: "@doctrine.orm.entity_manager"
App\Command\SetCustomerPrivacyPolicyCommand:
arguments:
$policy_promo: "%env(POLICY_PROMO)%"
$policy_third_party: "%env(POLICY_THIRD_PARTY)%"
$policy_mobile: "%env(POLICY_MOBILE)%"
App\Command\CreateCustomerFromWarrantyCommand:
arguments:
$cvu_mfg_id: "%env(CVU_MFG_ID)%"
$cvu_brand_id: "%env(CVU_BRAND_ID)%"
# rider tracker service
App\Service\RiderTracker:
arguments:
$redis_client: "@App\\Service\\RedisClientProvider"
# invoice generator
App\Service\InvoiceGenerator\ResqInvoiceGenerator: ~
# invoice generator interface
App\Service\InvoiceGeneratorInterface: "@App\\Service\\InvoiceGenerator\\ResqInvoiceGenerator"
# job order generator
App\Service\JobOrderHandler\ResqJobOrderHandler:
arguments:
$country_code: "%env(COUNTRY_CODE)%"
#job order generator interface
App\Service\JobOrderHandlerInterface: "@App\\Service\\JobOrderHandler\\ResqJobOrderHandler"
# customer generator
App\Service\CustomerHandler\ResqCustomerHandler:
arguments:
$country_code: "%env(COUNTRY_CODE)%"
# customer generator interface
App\Service\CustomerHandlerInterface: "@App\\Service\\CustomerHandler\\ResqCustomerHandler"
# rider assignment
App\Service\RiderAssignmentHandler\ResqRiderAssignmentHandler: ~
# rider assignment interface
App\Service\RiderAssignmentHandlerInterface: "@App\\Service\\RiderAssignmentHandler\\ResqRiderAssignmentHandler"
# rider API service
App\Service\RiderAPIHandler\ResqRiderAPIHandler:
arguments:
$country_code: "%env(COUNTRY_CODE)%"
App\Service\RiderAPIHandlerInterface: "@App\\Service\\RiderAPIHandler\\ResqRiderAPIHandler"
# map manager
#App\Service\GISManager\Bing: ~
App\Service\GISManager\OpenStreet: ~
#App\Service\GISManager\Google: ~
#App\Service\GISManagerInterface: "@App\\Service\\GISManager\\Bing"
App\Service\GISManagerInterface: "@App\\Service\\GISManager\\OpenStreet"
#App\Service\GISManagerInterface: "@App\\Service\\GISManager\\Google"
App\EventListener\JobOrderActiveCacheListener:
arguments:
$jo_cache: "@App\\Service\\JobOrderCache"
$mqtt: "@App\\Service\\MQTTClient"
tags:
- name: 'doctrine.orm.entity_listener'
event: 'postUpdate'
entity: 'App\Entity\JobOrder'
- name: 'doctrine.orm.entity_listener'
event: 'postRemove'
entity: 'App\Entity\JobOrder'
- name: 'doctrine.orm.entity_listener'
event: 'postPersist'
entity: 'App\Entity\JobOrder'
App\Service\JobOrderCache:
arguments:
$redis_prov: "@App\\Service\\RedisClientProvider"
$active_jo_key: "%env(LOCATION_JO_ACTIVE_KEY)%"
App\Service\RiderCache:
arguments:
$redis_prov: "@App\\Service\\RedisClientProvider"
$loc_key: "%env(LOCATION_RIDER_ACTIVE_KEY)%"
$status_key: "%env(STATUS_RIDER_KEY)%"
# inventory manager
App\Service\InventoryManager:
arguments:
$api_url: "%env(INVENTORY_API_URL)%"
$api_ocp_key: "%env(INVENTORY_API_OCP)%"
$api_auth_prefix: "%env(INVENTORY_API_AUTH_TOKEN_PREFIX)%"
$api_auth_token: "%env(INVENTORY_API_AUTH_TOKEN)%"
# API logging
App\EventSubscriber\LogSubscriber:
arguments:
$api_log_flag: "%env(API_LOGGING)%"

View file

@ -3,3 +3,7 @@
# controller: App\Controller\DefaultController::index
#
#
home:
path: /
controller: App\Controller\HomeController::index

View file

@ -1,11 +0,0 @@
# analytics
analytics_forecast_form:
path: /analytics/forecast
controller: App\Controller\AnalyticsController::forecastForm
methods: [GET]
analytics_forecast_submit:
path: /analytics/forecast
controller: App\Controller\AnalyticsController::forecastSubmit
methods: [POST]

View file

@ -94,134 +94,3 @@ api_jo_cancel:
path: /api/job_order/cancel
controller: App\Controller\APIController:cancelJobOrder
methods: [POST]
api_jo_history:
path: /api/job_order/history
controller: App\Controller\APIController:getJOHistory
methods: [GET]
api_jo_invoice:
path: /api/job_order/invoice
controller: App\Controller\APIController:getJOInvoice
methods: [GET]
api_device_id:
path: /api/device_id
controller: App\Controller\APIController:updateDeviceID
methods: [POST]
api_privacy:
path: /api/privacy
controller: App\Controller\APIController:privacySettings
methods: [POST]
api_resend_code:
path: /api/resend_code
controller: App\Controller\APIController:resendCode
methods: [POST]
api_location_support:
path: /api/location_support
controller: App\Controller\APIController:locationSupport
methods: [GET]
api_activate_warranty:
path: /api/activate_warranty
controller: App\Controller\APIController:activateWarranty
methods: [POST]
api_service_list:
path: /api/services
controller: App\Controller\APIController:listServices
methods: [GET]
api_partner_info:
path: /api/partners/{pid}
controller: App\Controller\APIController:getPartnerInformation
methods: [GET]
api_partner:
path: /api/partners
controller: App\Controller\APIController:getClosestPartners
methods: [GET]
api_partner_review:
path: /api/partners/{pid}/review
controller: App\Controller\APIController:reviewPartner
methods: [POST]
api_nearest_hub_slots:
path: /api/hub_slots
controller: App\Controller\APIController::getNearestHubAndSlots
methods: [GET]
api_new_jo_request:
path: /api/new_job_order
controller: App\Controller\APIController::newRequestJobOrder
methods: [POST]
api_version_check:
path: /api/version_check
controller: App\Controller\APIController::versionCheck
methods: [GET]
api_schedule_option_status:
path: /api/schedule_option_status
controller: App\Controller\APIController::scheduleOptionStatus
methods: [GET]
# paperless warranty / qr code
api_warr_serial_check:
path: /api/warranty/{serial}
controller: App\Controller\APIController::warrantyCheck
methods: [GET]
api_warr_serial_register:
path: /api/warranty/{serial}
controller: App\Controller\APIController::warrantyRegister
methods: [POST]
api_jo_info:
path: /api/job_order/{id}/info
controller: App\Controller\APIController::getJobOrderInfo
methods: [GET]
api_ongoing_job_orders:
path: /api/job_orders/ongoing
controller: App\Controller\APIController::getAllOngoingJobOrders
methods: [GET]
api_ongoing_jo_count:
path: /api/job_orders/ongoing/count
controller: App\Controller\APIController::getOngoingJobOrderCount
methods: [GET]
api_new_location:
path: /api/new_location
controller: App\Controller\APIController::addLocation
methods: [POST]
api_locations:
path: /api/locations
controller: App\Controller\APIController::getLocations
methods: [GET]
api_cust_vehicle_remove:
path: /api/vehicles/{id}/remove
controller: App\Controller\APIController::removeVehicle
methods: [POST]
api_latest_job_order:
path: /api/job_order/latest
controller: App\Controller\APIController::getLatestJobOrder
methods: [GET]
api_customer_hash_get:
path: /api/customer_hash
controller: App\Controller\APIController::getCustomerHash
methods: [GET]
#api_completed_job_orders:
# path: /api/job_orders/completed
# controller: App\Controller\APIController::getCompletedJobOrders
# methods: [GET]

View file

@ -1,33 +0,0 @@
api_role_list:
path: /api-roles
controller: App\Controller\APIRoleController::index
api_role_rows:
path: /api-roles/rows
controller: App\Controller\APIRoleController::rows
methods: [POST]
api_role_create:
path: /api-roles/create
controller: App\Controller\APIRoleController::addForm
methods: [GET]
api_role_create_submit:
path: /api-roles/create
controller: App\Controller\APIRoleController::addSubmit
methods: [POST]
api_role_update:
path: /api-roles/{id}
controller: App\Controller\APIRoleController::updateForm
methods: [GET]
api_role_update_submit:
path: /api-roles/{id}
controller: App\Controller\APIRoleController::updateSubmit
methods: [POST]
api_role_delete:
path: /api-roles/{id}
controller: App\Controller\APIRoleController::destroy
methods: [DELETE]

View file

@ -1,33 +0,0 @@
api_user_list:
path: /apiusers
controller: App\Controller\APIUserController::index
api_user_rows:
path: /apiusers/rows
controller: App\Controller\APIUserController::rows
methods: [POST]
api_user_create:
path: /apiusers/create
controller: App\Controller\APIUserController::addForm
methods: [GET]
api_user_create_submit:
path: /apiusers/create
controller: App\Controller\APIUserController::addSubmit
methods: [POST]
api_user_update:
path: /apiusers/{id}
controller: App\Controller\APIUserController::updateForm
methods: [GET]
api_user_update_submit:
path: /apiusers/{id}
controller: App\Controller\APIUserController::updateSubmit
methods: [POST]
api_user_delete:
path: /apiusers/{id}
controller: App\Controller\APIUserController::destroy
methods: [DELETE]

View file

@ -1,315 +0,0 @@
# api
apiv2_register:
path: /apiv2/register
controller: App\Controller\CustomerAppAPI\AuthController::register
methods: [POST]
apiv2_confirm:
path: /apiv2/number_confirm
controller: App\Controller\CustomerAppAPI\AuthController::confirmNumber
methods: [POST]
apiv2_validate:
path: /apiv2/code_validate
controller: App\Controller\CustomerAppAPI\AuthController::validateCode
methods: [POST]
apiv2_info_get:
path: /apiv2/info
controller: App\Controller\CustomerAppAPI\CustomerController::getInfo
methods: [GET]
apiv2_info_update:
path: /apiv2/info
controller: App\Controller\CustomerAppAPI\CustomerController::updateInfo
methods: [POST]
apiv2_status:
path: /apiv2/status
controller: App\Controller\CustomerAppAPI\CustomerController::getStatus
methods: [GET]
apiv2_vehicle_mfg_list:
path: /apiv2/vehicle/mfgs
controller: App\Controller\CustomerAppAPI\VehicleController::listVehicleManufacturers
methods: [GET]
apiv2_vehicle_make_list:
path: /apiv2/vehicle/mfgs/{mfg_id}/makes
controller: App\Controller\CustomerAppAPI\VehicleController::listVehicleMakes
methods: [GET]
apiv2_cust_vehicle_add:
path: /apiv2/vehicles
controller: App\Controller\CustomerAppAPI\VehicleController::addVehicle
methods: [POST]
apiv2_cust_vehicle_info:
path: /apiv2/vehicles/{id}
controller: App\Controller\CustomerAppAPI\VehicleController::getVehicle
methods: [GET]
apiv2_cust_vehicle_update:
path: /apiv2/vehicles/{id}
controller: App\Controller\CustomerAppAPI\VehicleController::updateVehicle
methods: [POST]
apiv2_cust_vehicle_list:
path: /apiv2/vehicles
controller: App\Controller\CustomerAppAPI\VehicleController::listVehicles
methods: [GET]
apiv2_promo_list:
path: /apiv2/promos
controller: App\Controller\CustomerAppAPI\PromoController::listPromos
methods: [GET]
apiv2_battery_list:
path: /apiv2/vehicles/{vid}/compatible_batteries
controller: App\Controller\CustomerAppAPI\VehicleController::getCompatibleBatteries
methods: [GET]
apiv2_jo_request:
path: /apiv2/job_order
controller: App\Controller\CustomerAppAPI\JobOrderController::requestJobOrder
methods: [POST]
apiv2_estimate:
path: /apiv2/estimate
controller: App\Controller\CustomerAppAPI\InvoiceController::getEstimate
methods: [POST]
apiv2_ongoing:
path: /apiv2/job_order/ongoing
controller: App\Controller\CustomerAppAPI\JobOrderController::getOngoing
methods: [GET]
apiv2_rider_status:
path: /apiv2/rider
controller: App\Controller\CustomerAppAPI\RiderController::getRiderStatus
methods: [GET]
apiv2_rider_rating_add:
path: /apiv2/rider_rating
controller: App\Controller\CustomerAppAPI\RiderController::addRiderRating
methods: [POST]
apiv2_jo_cancel:
path: /apiv2/job_order/cancel
controller: App\Controller\CustomerAppAPI\JobOrderController:cancelJobOrder
methods: [POST]
apiv2_jo_history:
path: /apiv2/job_order/history
controller: App\Controller\CustomerAppAPI\JobOrderController:getJOHistory
methods: [GET]
apiv2_jo_invoice:
path: /apiv2/job_order/invoice
controller: App\Controller\CustomerAppAPI\JobOrderController:getJOInvoice
methods: [GET]
apiv2_device_id:
path: /apiv2/device_id
controller: App\Controller\CustomerAppAPI\DeviceController:updateDeviceID
methods: [POST]
apiv2_privacy:
path: /apiv2/privacy
controller: App\Controller\CustomerAppAPI\PrivacyController:privacySettings
methods: [POST]
apiv2_resend_code:
path: /apiv2/resend_code
controller: App\Controller\CustomerAppAPI\AuthController:resendCode
methods: [POST]
apiv2_location_support:
path: /apiv2/location_support
controller: App\Controller\CustomerAppAPI\LocationController:locationSupport
methods: [GET]
apiv2_activate_warranty:
path: /apiv2/activate_warranty
controller: App\Controller\CustomerAppAPI\WarrantyController:activateWarranty
methods: [POST]
apiv2_service_list:
path: /apiv2/services
controller: App\Controller\CustomerAppAPI\ServiceController:listServices
methods: [GET]
apiv2_partner_info:
path: /apiv2/partners/{pid}
controller: App\Controller\CustomerAppAPI\PartnerController:getPartnerInformation
methods: [GET]
apiv2_partner:
path: /apiv2/partners
controller: App\Controller\CustomerAppAPI\PartnerController:getClosestPartners
methods: [GET]
apiv2_partner_review:
path: /apiv2/partners/{pid}/review
controller: App\Controller\CustomerAppAPI\PartnerController:reviewPartner
methods: [POST]
apiv2_nearest_hub_slots:
path: /apiv2/hub_slots
controller: App\Controller\CustomerAppAPI\LocationController::getNearestHubAndSlots
methods: [GET]
apiv2_new_jo_request:
path: /apiv2/new_job_order
controller: App\Controller\CustomerAppAPI\JobOrderController::newRequestJobOrder
methods: [POST]
apiv2_version_check:
path: /apiv2/version_check
controller: App\Controller\CustomerAppAPI\AppController::versionCheck
methods: [GET]
apiv2_schedule_option_status:
path: /apiv2/schedule_option_status
controller: App\Controller\CustomerAppAPI\ScheduleController::scheduleOptionStatus
methods: [GET]
# paperless warranty / qr code
apiv2_warr_serial_check:
path: /apiv2/warranty/{serial}
controller: App\Controller\CustomerAppAPI\WarrantyController::warrantyCheck
methods: [GET]
apiv2_warr_serial_register:
path: /apiv2/warranty/{serial}
controller: App\Controller\CustomerAppAPI\WarrantyController::warrantyRegister
methods: [POST]
apiv2_jo_info:
path: /apiv2/job_order/{id}/info
controller: App\Controller\CustomerAppAPI\JobOrderController::getJobOrderInfo
methods: [GET]
apiv2_ongoing_job_orders:
path: /apiv2/job_orders/ongoing
controller: App\Controller\CustomerAppAPI\JobOrderController::getAllOngoingJobOrders
methods: [GET]
apiv2_ongoing_jo_count:
path: /apiv2/job_orders/ongoing/count
controller: App\Controller\CustomerAppAPI\JobOrderController::getOngoingJobOrderCount
methods: [GET]
apiv2_new_location:
path: /apiv2/new_location
controller: App\Controller\CustomerAppAPI\LocationController::addLocation
methods: [POST]
apiv2_locations:
path: /apiv2/locations
controller: App\Controller\CustomerAppAPI\LocationController::getLocations
methods: [GET]
apiv2_location_remove:
path: /apiv2/locations/{id}/remove
controller: App\Controller\CustomerAppAPI\LocationController::removeLocation
methods: [POST]
apiv2_cust_vehicle_remove:
path: /apiv2/vehicles/{id}/remove
controller: App\Controller\CustomerAppAPI\VehicleController::removeVehicle
methods: [POST]
apiv2_latest_job_order:
path: /apiv2/job_order/latest
controller: App\Controller\CustomerAppAPI\JobOrderController::getLatestJobOrder
methods: [GET]
apiv2_customer_hash_get:
path: /apiv2/customer_hash
controller: App\Controller\CustomerAppAPI\CustomerController::getCustomerHash
methods: [GET]
#apiv2_completed_job_orders:
# path: /apiv2/job_orders/completed
# controller: App\Controller\CustomerAppAPI\JobOrderController::getCompletedJobOrders
# methods: [GET]
# motolite events
apiv2_motolite_events:
path: /apiv2/motolite_events
controller: App\Controller\CustomerAppAPI\MotoliteEventController::getEvents
methods: [GET]
# review tags
apiv2_partner_review_tags:
path: /apiv2/review_tags/partner
controller: App\Controller\CustomerAppAPI\ReviewTagController::getPartnerReviewTags
apiv2_rider_review_tags:
path: /apiv2/review_tags/rider
controller: App\Controller\CustomerAppAPI\ReviewTagController::getRiderReviewTags
# account deletion
apiv2_account_delete:
path: /apiv2/account_delete
controller: App\Controller\CustomerAppAPI\AccountController::deleteAccount
methods: [POST]
apiv2_account_delete_resend_code:
path: /apiv2/account_delete_resend_code
controller: App\Controller\CustomerAppAPI\AccountController:resendCode
methods: [POST]
apiv2_account_delete_code_validate:
path: /apiv2/account_delete_code_validate
controller: App\Controller\CustomerAppAPI\AccountController::validateDeleteCode
methods: [POST]
# trade-in support
apiv2_cust_vehicle_trade_in_estimate:
path: /apiv2/vehicles/{id}/trade_in_estimate
controller: App\Controller\CustomerAppAPI\VehicleController::getTradeInEstimate
methods: [GET]
# insurance
apiv2_insurance_vehicle_maker_list:
path: /apiv2/insurance/vehicles/makers
controller: App\Controller\CustomerAppAPI\InsuranceController::getVehicleMakers
methods: [GET]
apiv2_insurance_vehicle_model_list:
path: /apiv2/insurance/vehicles/models/{maker_id}
controller: App\Controller\CustomerAppAPI\InsuranceController::getVehicleModels
methods: [GET]
apiv2_insurance_vehicle_trim_list:
path: /apiv2/insurance/vehicles/trims/{model_id}
controller: App\Controller\CustomerAppAPI\InsuranceController::getVehicleTrims
methods: [GET]
apiv2_insurance_vehicle_mv_type_list:
path: /apiv2/insurance/mvtypes
controller: App\Controller\CustomerAppAPI\InsuranceController::getMVTypes
methods: [GET]
apiv2_insurance_vehicle_client_type_list:
path: /apiv2/insurance/clienttypes
controller: App\Controller\CustomerAppAPI\InsuranceController::getClientTypes
methods: [GET]
apiv2_insurance_application_create:
path: /apiv2/insurance/application
controller: App\Controller\CustomerAppAPI\InsuranceController::createApplication
methods: [POST]
apiv2_insurance_premiums_banner:
path: /apiv2/insurance/premiums_banner
controller: App\Controller\CustomerAppAPI\InsuranceController::getPremiumsBanner
methods: [GET]
apiv2_insurance_body_types:
path: /apiv2/insurance/body_types
controller: App\Controller\CustomerAppAPI\InsuranceController::getBodyTypes
methods: [GET]

View file

@ -39,11 +39,6 @@ battery_delete:
controller: App\Controller\BatteryController::destroy
methods: [DELETE]
battery_ajax_get:
path: /ajax/battery_find
controller: App\Controller\BatteryController::getBattery
methods: [GET]
# battery manufacturers
bmfg_list:

View file

@ -1,209 +0,0 @@
# api test
capi_test:
path: /capi/test
controller: App\Controller\CAPI\TestController::test
capi_test_warranty_serial:
path: /test_capi/test/warranty_serial
controller: App\Controller\CAPI\TestController::warrantySerial
# battery api
# battery models
#capi_battery_models:
# path: /capi/battery_models
# controller: App\Controller\CAPI\BatteryController::getModels
# methods: [GET]
# battery models
capi_battery_brands:
path: /capi/battery_brands
controller: App\Controller\CAPI\BatteryController::getBrands
methods: [GET]
# batteries
capi_batteries:
path: /capi/batteries
controller: App\Controller\CAPI\BatteryController::getBatteries
methods: [GET]
# battery sizes
capi_battery_sizes:
path: /capi/battery_sizes
controller: App\Controller\CAPI\BatteryController::getSizes
methods: [GET]
# add battery
capi_battery_add:
path: /capi/batteries
controller: App\Controller\CAPI\BatteryController::addBattery
methods: [POST]
# vehicle api
capi_vehicle_mfgs:
path: /capi/vehicle_manufacturers
controller: App\Controller\CAPI\VehicleController::getManufacturers
methods: [GET]
capi_vehicle_list:
path: /capi/vehicles
controller: App\Controller\CAPI\VehicleController::list
methods: [GET]
capi_vehicle_by_mfg:
path: /capi/vehicle_manufacturer/{mfg_id}
controller: App\Controller\CAPI\VehicleController::getByManufacturer
methods: [GET]
# plate api
capi_plate_warranty:
path: /capi/plates/{plate_number}/warranties
controller: App\Controller\CAPI\WarrantyController::getPlateWarranties
methods: [GET]
# warranty api
# check warranty by serial
capi_warranty_find:
path: /capi/warranties/{serial}
controller: App\Controller\CAPI\WarrantyController::find
methods: [GET]
# register battery
capi_warranty_register:
path: /capi/warranties
controller: App\Controller\CAPI\WarrantyController::register
methods: [POST]
# claim warranty
capi_warranty_claim:
path: /capi/warranties/{id}/claim
controller: App\Controller\CAPI\WarrantyController::claim
methods: [POST]
# get warranties
capi_warranty_get_all:
path: /capi/warranties
controller: App\Controller\CAPI\WarrantyController::getAll
methods: [GET]
# edit warranty
capi_warranty_update:
path: /capi/warranties/{id}
controller: App\Controller\CAPI\WarrantyController::update
methods: [POST]
# cancel warranty
capi_warranty_cancel:
path: /capi/warranties/{id}/cancel
controller: App\Controller\CAPI\WarrantyController::cancel
methods: [GET]
# delete warranty
capi_warranty_delete:
path: /capi/warranties/{id}/delete
controller: App\Controller\CAPI\WarrantyController::delete
methods: [POST]
# set privacy policy of warranty
capi_warranty_privacy_policy:
path: /capi/warranties/{id}/privacypolicy
controller: App\Controller\CAPI\WarrantyController::setPrivacyPolicy
methods: [POST]
# get list of warranties given list of serials
capi_warranty_get_warranties_from_serials:
path: /capi/warranties_list
controller: App\Controller\CAPI\WarrantyController::getWarrantiesBySerialList
methods: [POST]
# customer vehicle api
# find customer vehicle by id
capi_cv_find_by_id:
path: /capi/customer_vehicle/id/{id}
controller: App\Controller\::findByID
methods: [GET]
# find customer vehicle by plate
capi_cv_find_by_plate:
path: /capi/customer_vehicle/plate/{plate}
controller: App\Controller\CAPI\CustomerVehicle::findByPlate
methods: [GET]
# register customer vehicle
capi_cv_register:
path: /capi/customer_vehicle
controller: App\Controller\CAPI\CustomerVehicle::register
methods: [POST]
# privacy policy
# get privacy policy by id
capi_privacy_policy:
path: /capi/privacy_policy/{id}
controller: App\Controller\CAPI\PrivacyPolicyController::getPrivacyPolicy
methods: [GET]
# customer
# register customer and customer vehicle
capi_customer_register:
path: /capi/quick_registration
controller: App\Controller\CAPI\CustomerController::register
methods: [POST]
# verify if resq customer
capi_customer_verify:
path: /capi/customer/{customer_hash}
controller: App\Controller\CAPI\CustomerController::verifyCustomer
methods: [GET]
# customer warranty api
capi_cwarr_check:
path: /capi/customer_warranty/{serial}
controller: App\Controller\CAPI\CustomerWarrantyController::check
methods: [GET]
capi_cwarr_register:
path: /capi/customer_warranty/{serial}
controller: App\Controller\CAPI\CustomerWarrantyController::register
methods: [POST]
# municipality
capi_municipality_list:
path: /capi/municipality
controller: App\Controller\CAPI\MunicipalityController::getAll
methods: [GET]
# dealer
capi_dealer_list:
path: /capi/dealers
controller: App\Controller\CAPI\DealerController::getAll
methods: [GET]
# warranty serial api
capi_warranty_serial_upload:
path: /capi/warranty_serial/upload
controller: App\Controller\CAPI\WarrantySerialController::uploadWarrantySerialFile
methods: [POST]
# pullout form system
# hub
capi_hub_list:
path: /capi/hubs
controller: App\Controller\CAPI\HubController::getAll
methods: [GET]
# job order details
capi_job_order:
path: /capi/job_order/{id}
controller: App\Controller\CAPI\JobOrderController::getJobOrder
methods: [GET]

View file

@ -1,117 +0,0 @@
# rider app api
capi_rider_register:
path: /rider_api/register
controller: App\Controller\CAPI\RiderAppController::register
methods: [POST]
capi_rider_login:
path: /rider_api/login
controller: App\Controller\CAPI\RiderAppController::login
methods: [POST]
capi_rider_logout:
path: /rider_api/logout
controller: App\Controller\CAPI\RiderAppController::logout
methods: [POST]
capi_rider_jo_get:
path: /rider_api/joborder
controller: App\Controller\CAPI\RiderAppController::getJobOrder
methods: [GET]
capi_rider_jo_accept:
path: /rider_api/accept
controller: App\Controller\CAPI\RiderAppController::acceptJobOrder
methods: [POST]
capi_rider_jo_cancel:
path: /rider_api/cancel
controller: App\Controller\CAPI\RiderAppController::cancelJobOrder
methods: [POST]
capi_rider_arrive:
path: /rider_api/arrive
controller: App\Controller\CAPI\RiderAppController::arrive
methods: [POST]
capi_rider_payment:
path: /rider_api/payment
controller: App\Controller\CAPI\RiderAppController::payment
methods: [POST]
capi_rider_hub_arrive:
path: /rider_api/hub_arrive
controller: App\Controller\CAPI\RiderAppController::hubArrive
methods: [POST]
capi_rider_promos:
path: /rider_api/promos
controller: App\Controller\CAPI\RiderAppController::getPromos
methods: [GET]
capi_rider_batteries:
path: /rider_api/batteries
controller: App\Controller\CAPI\RiderAppController::getBatteries
methods: [GET]
capi_rider_change_service:
path: /rider_api/service
controller: App\Controller\CAPI\RiderAppController::changeService
methods: [POST]
capi_rider_available:
path: /rider_api/available
controller: App\Controller\CAPI\RiderAppController::available
methods: [POST]
capi_rider_hub_depart:
path: /rider_api/hub_depart
controller: App\Controller\CAPI\RiderAppController::hubDepart
methods: [POST]
capi_rider_pre_hub_depart:
path: /rider_api/pre_hub_depart
controller: App\Controller\CAPI\RiderAppController::preHubDepart
methods: [POST]
capi_rider_pre_hub_arrive:
path: /rider_api/pre_hub_arrive
controller: App\Controller\CAPI\RiderAppController::preHubArrive
methods: [POST]
capi_rider_post_hub_depart:
path: /rider_api/post_hub_depart
controller: App\Controller\CAPI\RiderAppController::postHubDepart
methods: [POST]
capi_rider_post_hub_arrive:
path: /rider_api/post_hub_arrive
controller: App\Controller\CAPI\RiderAppController::postHubArrive
methods: [POST]
capi_rider_jo_start:
path: /rider_api/start
controller: App\Controller\CAPI\RiderAppController::startJobOrder
methods: [POST]
# trade-ins
capi_rider_battery_sizes:
path: /rider_api/battery_sizes
controller: App\Controller\CAPI\RiderAppController::getBatterySizes
methods: [GET]
capi_rider_trade_in_types:
path: /rider_api/trade_in_types
controller: App\Controller\CAPI\RiderAppController::getTradeInTypes
methods: [GET]
capi_rider_battery_info:
path: /rider_api/battery/{serial}
controller: App\Controller\CAPI\RiderAppController::getBatteryInfo
methods: [GET]
capi_rider_update_jo:
path: /rider_api/job_order/update
controller: App\Controller\CAPI\RiderAppController::updateJobOrder
methods: [POST]

View file

@ -5,7 +5,7 @@ customer_list:
customer_rows:
path: /customers/rows
controller: App\Controller\CustomerController::rows
methods: [GET,POST]
methods: [POST]
customer_vehicle_search:
path: /customers/vehicles
@ -27,9 +27,6 @@ customer_create_submit:
controller: App\Controller\CustomerController::addSubmit
methods: [POST]
customer_update_blank:
path: /customers
customer_update:
path: /customers/{id}
controller: App\Controller\CustomerController::updateForm
@ -44,8 +41,3 @@ customer_delete:
path: /customers/{id}
controller: App\Controller\CustomerController::destroy
methods: [DELETE]
customer_vehicle_warranty_edit_ajax:
path: /ajax/customer_vehicle/{id}
controller: App\Controller\CustomerController::editCustomerVehicleWarranty
methods: [POST]

View file

@ -1,227 +0,0 @@
# api
cust_api_register:
path: /apiv2/register
controller: App\Controller\CustomerAppAPI\AuthController::register
methods: [POST]
cust_api_confirm:
path: /apiv2/number_confirm
controller: App\Controller\CustomerAppAPI\AuthController::confirmNumber
methods: [POST]
cust_api_validate:
path: /apiv2/code_validate
controller: App\Controller\CustomerAppAPI\AuthController::validateCode
methods: [POST]
cust_api_info_get:
path: /apiv2/info
controller: App\Controller\CustomerAppAPI\CustomerController::getInfo
methods: [GET]
cust_api_info_update:
path: /apiv2/info
controller: App\Controller\CustomerAppAPI\CustomerController::updateInfo
methods: [POST]
cust_api_status:
path: /apiv2/status
controller: App\Controller\CustomerAppAPI\CustomerController::getStatus
methods: [GET]
cust_api_vehicle_mfg_list:
path: /apiv2/vehicle/mfgs
controller: App\Controller\CustomerAppAPI\VehicleController::listVehicleManufacturers
methods: [GET]
cust_api_vehicle_make_list:
path: /apiv2/vehicle/mfgs/{mfg_id}/makes
controller: App\Controller\CustomerAppAPI\VehicleController::listVehicleMakes
methods: [GET]
cust_api_cust_vehicle_add:
path: /apiv2/vehicles
controller: App\Controller\CustomerAppAPI\VehicleController::addVehicle
methods: [POST]
cust_api_cust_vehicle_update:
path: /apiv2/vehicles/{id}
controller: App\Controller\CustomerAppAPI\VehicleController::updateVehicle
methods: [POST]
cust_api_cust_vehicle_list:
path: /apiv2/vehicles
controller: App\Controller\CustomerAppAPI\VehicleController::listVehicles
methods: [GET]
cust_api_promo_list:
path: /apiv2/promos
controller: App\Controller\CustomerAppAPI\PromoController::listPromos
methods: [GET]
cust_api_battery_list:
path: /apiv2/vehicles/{vid}/compatible_batteries
controller: App\Controller\CustomerAppAPI\VehicleController::getCompatibleBatteries
methods: [GET]
cust_api_jo_request:
path: /apiv2/job_order
controller: App\Controller\CustomerAppAPI\JobOrderController::requestJobOrder
methods: [POST]
cust_api_estimate:
path: /apiv2/estimate
controller: App\Controller\CustomerAppAPI\EstimateController::getEstimate
methods: [POST]
cust_api_ongoing:
path: /apiv2/job_order/ongoing
controller: App\Controller\CustomerAppAPI\JobOrderController::getOngoing
methods: [GET]
cust_api_rider_status:
path: /apiv2/rider
controller: App\Controller\CustomerAppAPI\RiderController::getRiderStatus
methods: [GET]
cust_api_rider_rating_add:
path: /apiv2/rider_rating
controller: App\Controller\CustomerAppAPI\RiderController::addRiderRating
methods: [POST]
cust_api_jo_cancel:
path: /apiv2/job_order/cancel
controller: App\Controller\CustomerAppAPI\JobOrderController:cancelJobOrder
methods: [POST]
cust_api_jo_history:
path: /apiv2/job_order/history
controller: App\Controller\CustomerAppAPI\JobOrderController:getJOHistory
methods: [GET]
cust_api_jo_invoice:
path: /apiv2/job_order/invoice
controller: App\Controller\CustomerAppAPI\JobOrderController:getJOInvoice
methods: [GET]
cust_api_device_id:
path: /apiv2/device_id
controller: App\Controller\CustomerAppAPI\DeviceController:updateDeviceID
methods: [POST]
cust_api_privacy:
path: /apiv2/privacy
controller: App\Controller\CustomerAppAPI\PrivacyController:privacySettings
methods: [POST]
cust_api_resend_code:
path: /apiv2/resend_code
controller: App\Controller\CustomerAppAPI\AuthController:resendCode
methods: [POST]
cust_api_location_support:
path: /apiv2/location_support
controller: App\Controller\CustomerAppAPI\LocationController:locationSupport
methods: [GET]
cust_api_activate_warranty:
path: /apiv2/activate_warranty
controller: App\Controller\CustomerAppAPI\WarrantyController:activateWarranty
methods: [POST]
cust_api_service_list:
path: /apiv2/services
controller: App\Controller\CustomerAppAPI\ServiceController:listServices
methods: [GET]
cust_api_partner_info:
path: /apiv2/partners/{pid}
controller: App\Controller\CustomerAppAPI\PartnerController:getPartnerInformation
methods: [GET]
cust_api_partner:
path: /apiv2/partners
controller: App\Controller\CustomerAppAPI\PartnerController:getClosestPartners
methods: [GET]
cust_api_partner_review:
path: /apiv2/partners/{pid}/review
controller: App\Controller\CustomerAppAPI\PartnerController:reviewPartner
methods: [POST]
cust_api_nearest_hub_slots:
path: /apiv2/hub_slots
controller: App\Controller\CustomerAppAPI\LocationController::getNearestHubAndSlots
methods: [GET]
cust_api_new_jo_request:
path: /apiv2/new_job_order
controller: App\Controller\CustomerAppAPI\JobOrderController::newRequestJobOrder
methods: [POST]
cust_api_version_check:
path: /apiv2/version_check
controller: App\Controller\CustomerAppAPI\AppController::versionCheck
methods: [GET]
cust_api_schedule_option_status:
path: /apiv2/schedule_option_status
controller: App\Controller\CustomerAppAPI\ScheduleController::scheduleOptionStatus
methods: [GET]
# paperless warranty / qr code
cust_api_warr_serial_check:
path: /apiv2/warranty/{serial}
controller: App\Controller\CustomerAppAPI\WarrantyController::warrantyCheck
methods: [GET]
cust_api_warr_serial_register:
path: /apiv2/warranty/{serial}
controller: App\Controller\CustomerAppAPI\WarrantyController::warrantyRegister
methods: [POST]
cust_api_jo_info:
path: /apiv2/job_order/{id}/info
controller: App\Controller\CustomerAppAPI\JobOrderController::getJobOrderInfo
methods: [GET]
cust_api_ongoing_job_orders:
path: /apiv2/job_orders/ongoing
controller: App\Controller\CustomerAppAPI\JobOrderController::getAllOngoingJobOrders
methods: [GET]
cust_api_ongoing_jo_count:
path: /apiv2/job_orders/ongoing/count
controller: App\Controller\CustomerAppAPI\JobOrderController::getOngoingJobOrderCount
methods: [GET]
cust_api_new_location:
path: /apiv2/new_location
controller: App\Controller\CustomerAppAPI\LocationController::addLocation
methods: [POST]
cust_api_locations:
path: /apiv2/locations
controller: App\Controller\CustomerAppAPI\LocationController::getLocations
methods: [GET]
cust_api_cust_vehicle_remove:
path: /apiv2/vehicles/{id}/remove
controller: App\Controller\CustomerAppAPI\VehicleController::removeVehicle
methods: [POST]
cust_api_latest_job_order:
path: /apiv2/job_order/latest
controller: App\Controller\CustomerAppAPI\JobOrderController::getLatestJobOrder
methods: [GET]
cust_api_customer_hash_get:
path: /apiv2/customer_hash
controller: App\Controller\CustomerAppAPI\CustomerController::getCustomerHash
methods: [GET]
#cust_api_completed_job_orders:
# path: /apiv2/job_orders/completed
# controller: App\Controller\CustomerAppAPI\JobOrderController::getCompletedJobOrders
# methods: [GET]

View file

@ -1,35 +0,0 @@
customer_location_list:
path: /customer-locations
controller: App\Controller\CustomerLocationController::index
methods: [GET]
customer_location_rows:
path: /customer-locations/rowdata
controller: App\Controller\CustomerLocationController::datatableRows
methods: [POST]
customer_location_add_form:
path: /customer-locations/newform
controller: App\Controller\CustomerLocationController::addForm
methods: [GET]
customer_location_add_submit:
path: /customer-locations
controller: App\Controller\CustomerLocationController::addSubmit
methods: [POST]
customer_location_update_form:
path: /customer-locations/{id}
controller: App\Controller\CustomerLocationController::updateForm
methods: [GET]
customer_location_update_submit:
path: /customer-locations/{id}
controller: App\Controller\CustomerLocationController::updateSubmit
methods: [POST]
customer_location_delete:
path: /customer-locations/{id}
controller: App\Controller\CustomerLocationController::deleteSubmit
methods: [DELETE]

View file

@ -1,33 +0,0 @@
customertag_list:
path: /customer_tags
controller: App\Controller\CustomerTagController::index
customertag_rows:
path: /customer_tags/rows
controller: App\Controller\CustomerTagController::rows
methods: [POST]
customertag_create:
path: /customer_tags/create
controller: App\Controller\CustomerTagController::addForm
methods: [GET]
customertag_create_submit:
path: /customer_tags/create
controller: App\Controller\CustomerTagController::addSubmit
methods: [POST]
customertag_update:
path: /customer_tags/{id}
controller: App\Controller\CustomerTagController::updateForm
methods: [GET]
customertag_update_submit:
path: /customer_tags/{id}
controller: App\Controller\CustomerTagController::updateSubmit
methods: [POST]
customertag_delete:
path: /customer_tags/{id}
controller: App\Controller\CustomerTagController::destroy
methods: [DELETE]

View file

@ -1,33 +0,0 @@
dealer_list:
path: /dealers
controller: App\Controller\DealerController::index
dealer_rows:
path: /dealers/rows
controller: App\Controller\DealerController::rows
methods: [POST]
dealer_create:
path: /dealers/create
controller: App\Controller\DealerController::addForm
methods: [GET]
dealer_create_submit:
path: /dealers/create
controller: App\Controller\DealerController::addSubmit
methods: [POST]
dealer_update:
path: /dealers/{id}
controller: App\Controller\DealerController::updateForm
methods: [GET]
dealer_update_submit:
path: /dealers/{id}
controller: App\Controller\DealerController::updateSubmit
methods: [POST]
dealer_delete:
path: /dealers/{id}
controller: App\Controller\DealerController::destroy
methods: [DELETE]

View file

@ -11,7 +11,3 @@ test_gmap:
test_distance:
path: /test/distance
controller: App\Controller\TestController::distance
test_motiv_connector:
path: /test/motiv_connector
controller: App\Controller\TestController::motivConnector

View file

@ -1,34 +0,0 @@
emergency_type_list:
path: /emergency-types
controller: App\Controller\EmergencyTypeController::index
methods: [GET]
emergency_type_rows:
path: /emergency-types/rowdata
controller: App\Controller\EmergencyTypeController::datatableRows
methods: [POST]
emergency_type_add_form:
path: /emergency-types/newform
controller: App\Controller\EmergencyTypeController::addForm
methods: [GET]
emergency_type_add_submit:
path: /emergency-types
controller: App\Controller\EmergencyTypeController::addSubmit
methods: [POST]
emergency_type_update_form:
path: /emergency-types/{id}
controller: App\Controller\EmergencyTypeController::updateForm
methods: [GET]
emergency_type_update_submit:
path: /emergency-types/{id}
controller: App\Controller\EmergencyTypeController::updateSubmit
methods: [POST]
emergency_type_delete:
path: /emergency-types/{id}
controller: App\Controller\EmergencyTypeController::deleteSubmit
methods: [DELETE]

View file

@ -1,20 +0,0 @@
#geofence
geofence_list:
path: /geofence
controller: App\Controller\GeofenceController::index
geofence_upload_kml:
path: /geofence/upload
controller: App\Controller\GeofenceController::uploadKML
methods: [POST]
geofence_create:
path: /geofence/create
controller: App\Controller\GeofenceController::addForm
methods: [GET]
geofence_delete:
path: /geofence/{id}
controller: App\Controller\GeofenceController::destroy
methods: [DELETE]

View file

@ -1,8 +0,0 @@
home:
path: /
controller: App\Controller\HomeController::index
rider_locations:
path: /rider_locations
controller: App\Controller\HomeController::getRiderLocations

View file

@ -34,12 +34,3 @@ hub_delete:
controller: App\Controller\HubController::destroy
methods: [DELETE]
hub_nearest:
path: /ajax/nearest_hubs
controller: App\Controller\HubController::nearest
methods: [GET]
hub_riders:
path: /ajax/hubs/riders
controller: App\Controller\HubController::getHubRiders
methods: [GET]

View file

@ -1,6 +0,0 @@
# insurance
insurance_listener:
path: /insurance/listen
controller: App\Controller\InsuranceController::listen
methods: [POST]

View file

@ -1,14 +0,0 @@
item_pricing:
path: /item-pricing
controller: App\Controller\ItemPricingController::index
methods: [GET]
item_pricing_update:
path: /item-pricing
controller: App\Controller\ItemPricingController::formSubmit
methods: [POST]
item_pricing_prices:
path: /item-pricing/{pt_id}/{it_id}/prices
controller: App\Controller\ItemPricingController::itemPrices
methods: [GET]

View file

@ -1,34 +0,0 @@
item_type_list:
path: /item-types
controller: App\Controller\ItemTypeController::index
methods: [GET]
item_type_rows:
path: /item-types/rowdata
controller: App\Controller\ItemTypeController::datatableRows
methods: [POST]
item_type_add_form:
path: /item-types/newform
controller: App\Controller\ItemTypeController::addForm
methods: [GET]
item_type_add_submit:
path: /item-types
controller: App\Controller\ItemTypeController::addSubmit
methods: [POST]
item_type_update_form:
path: /item-types/{id}
controller: App\Controller\ItemTypeController::updateForm
methods: [GET]
item_type_update_submit:
path: /item-types/{id}
controller: App\Controller\ItemTypeController::updateSubmit
methods: [POST]
item_type_delete:
path: /item-types/{id}
controller: App\Controller\ItemTypeController::deleteSubmit
methods: [DELETE]

View file

@ -3,14 +3,6 @@ jo_in:
controller: App\Controller\JobOrderController::incomingForm
methods: [GET]
jo_in_vehicle:
path: /job-order/incoming/cvehicle/{cvid}
controller: App\Controller\JobOrderController::incomingVehicleForm
methods: [GET]
jo_in_vehicle_blank:
path: /job-order/incoming/cvehicle
jo_in_submit:
path: /job-order/incoming
controller: App\Controller\JobOrderController::incomingSubmit
@ -155,120 +147,3 @@ jo_all_form:
path: /job-order/all/{id}
controller: App\Controller\JobOrderController::allForm
methods: [GET]
jo_pdf_form:
path: /job-order/pdf/{id}
controller: App\Controller\JobOrderController::pdfForm
methods: [GET]
jo_open_edit_form:
path: /job-order/{id}/open-edit
controller: App\Controller\JobOrderController::openEditForm
methods: [GET]
jo_open_edit_submit:
path: /job-order/{id}/open-edit
controller: App\Controller\JobOrderController::openEditSubmit
methods: [POST]
jo_reject_hub:
path: /job-order/{id}/reject-hub
controller: App\Controller\JobOrderController::rejectHubSubmit
methods: [POST]
jo_onestep_form:
path: /job-order/onestep
controller: App\Controller\JobOrderController::oneStepForm
methods: [GET]
jo_onestep_submit:
path: /job-order/onestep
controller: App\Controller\JobOrderController::oneStepSubmit
methods: [POST]
jo_onestep_edit_form:
path: /job-order/onestep/{id}/edit
controller: App\Controller\JobOrderController::oneStepEditForm
methods: [GET]
jo_onestep_edit_submit:
path: /job-order/onestep/{id}/edit
controller: App\Controller\JobOrderController::oneStepEditSubmit
methods: [POST]
jo_ajax_popup:
path: /job-order/{id}/popup
controller: App\Controller\JobOrderController::popupInfo
methods: [GET]
jo_tracker:
path: /track/{id}
controller: App\Controller\JobOrderController::tracker
methods: [GET]
jo_walkin_form:
path: /job-order/walk-in
controller: App\Controller\JobOrderController::walkInForm
methods: [GET]
jo_walkin_submit:
path: /job-order/walk-in
controller: App\Controller\JobOrderController::walkInSubmit
methods: [POST]
jo_walkin_edit_form:
path: /job-order/walk-in/{id}
controller: App\Controller\JobOrderController::walkInEditForm
methods: [GET]
jo_walkin_edit_submit:
path: /job-order/walk-in/{id}
controller: App\Controller\JobOrderController::walkInEditSubmit
methods: [POST]
jo_autoassign:
path: /job-order/autoassign
controller: App\Controller\JobOrderController::autoAssignForm
methods: [GET]
jo_autoassign_test_submit:
path: /job-order/autoassign
controller: App\Controller\JobOrderController::autoAssignSubmit
methods: [POST]
jo_hub_view:
path: /job-order/hub-view
controller: App\Controller\JobOrderController::hubView
methods: [GET]
jo_hub_view_rows:
path: /job-order/hub-view-rows
controller: App\Controller\JobOrderController::getHubViewRows
methods: [POST]
defaults:
tier: "hub_view_all"
jo_hub_view_form:
path: /job-order/hub-view/{id}
controller: App\Controller\JobOrderController::hubViewForm
methods: [GET]
jo_fulfill_cancel_submit:
path: /job-order/fulfillcancel/{id}
controller: App\Controller\JobOrderController::fulfillCancelSubmit
methods: [POST]
jo_cancel_reasons:
path: /ajax/jo_cancel_reasons
controller: App\Controller\JobOrderController::cancelReasons
methods: [GET]
jo_geofence:
path: /ajax/job-order/geofence
controller: App\Controller\JobOrderController::checkGeofence
methods: [GET]
jo_all_view_form:
path: /job-order/all/view/{id}
controller: App\Controller\JobOrderController::allViewForm
methods: [GET]

View file

@ -1,38 +0,0 @@
motolite_event_list:
path: /motolite_events
controller: App\Controller\MotoliteEventController::index
motolite_event_rows:
path: /motolite_events/rows
controller: App\Controller\MotoliteEventController::rows
methods: [POST]
motolite_event_create:
path: /motolite_events/create
controller: App\Controller\MotoliteEventController::addForm
methods: [GET]
motolite_event_create_submit:
path: /motolite_events/create
controller: App\Controller\MotoliteEventController::addSubmit
methods: [POST]
motolite_event_upload_image:
path: /motolite_events/upload
controller: App\Controller\MotoliteEventController::uploadImage
methods: [POST]
motolite_event_update:
path: /motolite_events/{id}
controller: App\Controller\MotoliteEventController::updateForm
methods: [GET]
motolite_event_update_submit:
path: /motolite_events/{id}
controller: App\Controller\MotoliteEventController::updateSubmit
methods: [POST]
motolite_event_delete:
path: /motolite_events/{id}
controller: App\Controller\MotoliteEventController::destroy
methods: [DELETE]

View file

@ -1,35 +0,0 @@
ownership_type_list:
path: /ownership-types
controller: App\Controller\OwnershipTypeController::index
methods: [GET]
ownership_type_rows:
path: /ownership-types/rowdata
controller: App\Controller\OwnershipTypeController::datatableRows
methods: [POST]
ownership_type_add_form:
path: /ownership-types/newform
controller: App\Controller\OwnershipTypeController::addForm
methods: [GET]
ownership_type_add_submit:
path: /ownership-types
controller: App\Controller\OwnershipTypeController::addSubmit
methods: [POST]
ownership_type_update_form:
path: /ownership-types/{id}
controller: App\Controller\OwnershipTypeController::updateForm
methods: [GET]
ownership_type_update_submit:
path: /ownership-types/{id}
controller: App\Controller\OwnershipTypeController::updateSubmit
methods: [POST]
ownership_type_delete:
path: /ownership-types/{id}
controller: App\Controller\OwnershipTypeController::deleteSubmit
methods: [DELETE]

View file

@ -1,33 +0,0 @@
partner_list:
path: /partners
controller: App\Controller\PartnerController::index
partner_rows:
path: /partners/rows
controller: App\Controller\PartnerController::rows
methods: [POST]
partner_create:
path: /partners/create
controller: App\Controller\PartnerController::addForm
methods: [GET]
partner_create_submit:
path: /partners/create
controller: App\Controller\PartnerController::addSubmit
methods: [POST]
partner_update:
path: /partners/{id}
controller: App\Controller\PartnerController::updateForm
methods: [GET]
partner_update_submit:
path: /partners/{id}
controller: App\Controller\PartnerController::updateSubmit
methods: [POST]
partner_delete:
path: /partners/{id}
controller: App\Controller\PartnerController::destroy
methods: [DELETE]

View file

@ -1,16 +0,0 @@
# paymongo
paymongo_listener:
path: /paymongo/listen
controller: App\Controller\PayMongoController::listen
methods: [POST]
paymongo_payment_success:
path: /paymongo/success
controller: App\Controller\PayMongoController::paymentSuccess
methods: [GET]
paymongo_payment_cancelled:
path: /paymongo/cancelled
controller: App\Controller\PayMongoController::paymentCancelled
methods: [GET]

View file

@ -1,34 +0,0 @@
price_tier_list:
path: /price-tiers
controller: App\Controller\PriceTierController::index
methods: [GET]
price_tier_rows:
path: /price-tiers/rows
controller: App\Controller\PriceTierController::datatableRows
methods: [POST]
price_tier_add_form:
path: /price-tiers/newform
controller: App\Controller\PriceTierController::addForm
methods: [GET]
price_tier_add_submit:
path: /price-tiers
controller: App\Controller\PriceTierController::addSubmit
methods: [POST]
price_tier_update_form:
path: /price-tiers/{id}
controller: App\Controller\PriceTierController::updateForm
methods: [GET]
price_tier_update_submit:
path: /price-tiers/{id}
controller: App\Controller\PriceTierController::updateSubmit
methods: [POST]
price_tier_delete:
path: /price-tiers/{id}
controller: App\Controller\PriceTierController::deleteSubmit
methods: [DELETE]

View file

@ -1,33 +0,0 @@
privacy_policy_list:
path: /privacy_policies
controller: App\Controller\PrivacyPolicyController::index
privacy_policy_rows:
path: /privacy_policies/rows
controller: App\Controller\PrivacyPolicyController::rows
methods: [POST]
privacy_policy_create:
path: /privacy_policies/create
controller: App\Controller\PrivacyPolicyController::addForm
methods: [GET]
privacy_policy_create_submit:
path: /privacy_policies/create
controller: App\Controller\PrivacyPolicyController:addSubmit
methods: [POST]
privacy_policy_update:
path: /privacy_policies/{id}
controller: App\Controller\PrivacyPolicyController::updateForm
methods: [GET]
privacy_policy_update_submit:
path : /privacy_policies/{id}
controller: App\Controller\PrivacyPolicyController:updateSubmit
methods: [POST]
privacy_policy_delete:
path: /privacy_policies/{id}
controller: App\Controller\PrivacyPolicyController:destroy
methods: [DELETE]

View file

@ -1,169 +0,0 @@
rep_reject_summary_form:
path: /report/rejection_summary
controller: App\Controller\ReportController::rejectSummaryForm
methods: [GET]
rep_reject_summary_submit:
path: /report/rejection_summary
controller: App\Controller\ReportController::rejectSummarySubmit
methods: [POST]
rep_reject_detail_form:
path: /report/rejection_detail
controller: App\Controller\ReportController::rejectDetailForm
methods: [GET]
rep_reject_detail_submit:
path: /report/rejection_detail
controller: App\Controller\ReportController::rejectDetailSubmit
methods: [POST]
rep_battery_conflict_form:
path: /report/battery_conflict
controller: App\Controller\ReportController::batteryConflictForm
methods: [GET]
rep_battery_conflict_submit:
path: /report/battery_conflict
controller: App\Controller\ReportController::batteryConflictSubmit
methods: [POST]
rep_popapp_comp_form:
path: /report/popapp_comparison
controller: App\Controller\ReportController::popappComparisonForm
methods: [GET]
rep_popapp_export_csv:
path: /report/popapp_export
controller: App\Controller\ReportController::popappExportCSV
methods: [POST]
rep_resq_meh_form:
path: /report/meh_customer
controller: App\Controller\ReportController::mehCustomerForm
methods: [GET]
rep_resq_meh_export_csv:
path: /report/meh_customer_export
controller: App\Controller\ReportController::mehCustomerExportCSV
methods: [POST]
rep_warranty_class_form:
path: /report/warranty_class_report
controller: App\Controller\ReportController::warrantyClassForm
methods: [GET]
rep_warranty_class_export_csv:
path: /report/warranty_class_report
controller: App\Controller\ReportController::warrantyClassExportCSV
methods: [POST]
rep_vehicle_battery_compatibility_form:
path: /report/vehicle_battery_compatibility_report
controller: App\Controller\ReportController::vehicleBatteryCompatibilityForm
methods: [GET]
rep_vehicle_battery_compatibility_export_csv:
path: /report/vehicle_battery_compatibility_report
controller: App\Controller\ReportController::vehicleBatteryCompatibilityExportCSV
methods: [POST]
rep_warranty_details_form:
path: /report/warranty_details_report
controller: App\Controller\ReportController::warrantyDetailsForm
methods: [GET]
rep_warranty_details_submit:
path: /report/warranty_details_report
controller: App\Controller\ReportController::warrantyDetailsSubmit
methods: [POST]
rep_jo_details_form:
path: /report/jo_details_report
controller: App\Controller\ReportController::jobOrderDetailsForm
methods: [GET]
rep_jo_details_submit:
path: /report/jo_details_report
controller: App\Controller\ReportController::jobOrderDetailsSubmit
methods: [POST]
rep_jo_events_form:
path: /report/jo_events_report
controller: App\Controller\ReportController::jobOrderEventsForm
methods: [GET]
rep_jo_events_submit:
path: /report/jo_events_report
controller: App\Controller\ReportController::jobOrderEventsSubmit
methods: [POST]
rep_sms_messages_form:
path: /report/sms_messages_report
controller: App\Controller\ReportController::smsMessagesForm
methods: [GET]
rep_sms_messages_submit:
path: /report/sms_messages_report
controller: App\Controller\ReportController::smsMessagesSubmit
methods: [POST]
rep_jo_auto_assign_form:
path: /report/jo_auto_assign_report
controller: App\Controller\ReportController::jobOrderAutoAssignForm
methods: [GET]
rep_jo_auto_assign_submit:
path: /report/jo_auto_assign_report
controller: App\Controller\ReportController::jobOrderAutoAssignSubmit
methods: [POST]
rep_jo_advance_order_form:
path: /report/jo_advance_order_report
controller: App\Controller\ReportController::jobOrderAdvanceOrderForm
methods: [GET]
rep_jo_advance_order_submit:
path: /report/jo_advance_order_report
controller: App\Controller\ReportController::jobOrderAdvanceOrderSubmit
methods: [POST]
rep_customer_source_form:
path: /report/customer_source_report
controller: App\Controller\ReportController::customerSourceForm
methods: [GET]
rep_customer_source_submit:
path: /report/customer_source_report
controller: App\Controller\ReportController::customerSourceSubmit
methods: [POST]
rep_hub_filter_form:
path: /report/hub_filter_report
controller: App\Controller\ReportController::hubFilterForm
methods: [GET]
rep_hub_filter_submit:
path: /report/hub_filter_report
controller: App\Controller\ReportController::hubFilterSubmit
methods: [POST]
rep_warranty_raffle_form:
path: /report/warranty_raffle_report
controller: App\Controller\ReportController::warrantyRaffleForm
methods: [GET]
rep_warranty_raffle_submit:
path: /report/warranty_raffle_report
controller: App\Controller\ReportController::warrantyRaffleSubmit
methods: [POST]
rep_jo_raffle_form:
path: /report/jo_raffle_report
controller: App\Controller\ReportController::joRaffleForm
methods: [GET]
rep_jo_raffle_submit:
path: /report/jo_raffle_report
controller: App\Controller\ReportController::joRaffleSubmit
methods: [POST]

View file

@ -1,23 +0,0 @@
jo_resq_proc:
path: /resq-job-order/processing
controller: App\Controller\ResqJobOrderController::listProcessing
methods: [GET]
jo_resq_proc_rows:
path: /resq-job-order/processing-rows
controller: App\Controller\ResqJobOrderController::datatableRows
methods: [POST]
defaults:
tier: "proc"
jo_resq_all:
path: /resq-job-order/all
controller: App\Controller\ResqJobOrderController::listAll
methods: [GET]
jo_resq_all_rows:
path: /resq-job-orer/all
controller: App\Controller\ResqJobOrderController::datatableRows
methods: [POST]
defaults:
tier: "all"

View file

@ -1,18 +0,0 @@
review_list:
path: /reviews
controller: App\Controller\ReviewController::index
review_rows:
path: /reviews/rows
controller: App\Controller\ReviewController::rows
methods: [POST]
review_view_form:
path: /reviews/{id}/view
controller: App\Controller\ReviewController::openViewForm
methods: [GET]
review_delete:
path: /reviews/{id}
controller: App\Controller\ReviewController::destroy
methods: [DELETE]

View file

@ -1,33 +0,0 @@
reviewtag_list:
path: /review_tags
controller: App\Controller\ReviewTagController::index
reviewtag_rows:
path: /review_tags/rows
controller: App\Controller\ReviewTagController::rows
methods: [POST]
reviewtag_create:
path: /review_tags/create
controller: App\Controller\ReviewTagController::addForm
methods: [GET]
reviewtag_create_submit:
path: /review_tags/create
controller: App\Controller\ReviewTagController::addSubmit
methods: [POST]
reviewtag_update:
path: /review_tags/{id}
controller: App\Controller\ReviewTagController::updateForm
methods: [GET]
reviewtag_update_submit:
path: /review_tags/{id}
controller: App\Controller\ReviewTagController::updateSubmit
methods: [POST]
reviewtag_delete:
path: /review_tags/{id}
controller: App\Controller\ReviewTagController::destroy
methods: [DELETE]

View file

@ -36,28 +36,3 @@ rider_delete:
path: /riders/{id}
controller: App\Controller\RiderController::destroy
methods: [DELETE]
rider_ajax_popup:
path: /riders/{id}/popup
controller: App\Controller\RiderController::popupInfo
methods: [GET]
rider_active_jo:
path: /riders/{id}/activejo/{jo_id}
controller: App\Controller\RiderController::riderActiveJO
methods: [GET]
rider_priority_up_jo:
path: /riders/{id}/priority_up/{jo_id}
controller: App\Controller\RiderController::priorityUpJO
methods: [GET]
rider_priority_down_jo:
path: /riders/{id}/priority_down/{jo_id}
controller: App\Controller\RiderController::priorityDownJO
methods: [GET]
rider_ajax_available:
path: /riders/{id}/available
controller: App\Controller\RiderController::ajaxAvailable
methods: [GET]

View file

@ -1,97 +0,0 @@
# rider app api
rapi_register:
path: /rapi/register
controller: App\Controller\RAPIController::register
methods: [POST]
rapi_login:
path: /rapi/login
controller: App\Controller\RAPIController::login
methods: [POST]
rapi_logout:
path: /rapi/logout
controller: App\Controller\RAPIController::logout
methods: [POST]
rapi_jo_get:
path: /rapi/joborder
controller: App\Controller\RAPIController::getJobOrder
methods: [GET]
rapi_jo_accept:
path: /rapi/accept
controller: App\Controller\RAPIController::acceptJobOrder
methods: [POST]
rapi_jo_cancel:
path: /rapi/cancel
controller: App\Controller\RAPIController::cancelJobOrder
methods: [POST]
rapi_arrive:
path: /rapi/arrive
controller: App\Controller\RAPIController::arrive
methods: [POST]
rapi_payment:
path: /rapi/payment
controller: App\Controller\RAPIController::payment
methods: [POST]
rapi_hub_arrive:
path: /rapi/hub_arrive
controller: App\Controller\RAPIController::hubArrive
methods: [POST]
rapi_promos:
path: /rapi/promos
controller: App\Controller\RAPIController::getPromos
methods: [GET]
rapi_batteries:
path: /rapi/batteries
controller: App\Controller\RAPIController::getBatteries
methods: [GET]
rapi_change_service:
path: /rapi/service
controller: App\Controller\RAPIController::changeService
methods: [POST]
rapi_available:
path: /rapi/available
controller: App\Controller\RAPIController::available
methods: [POST]
rapi_hub_depart:
path: /rapi/hub_depart
controller: App\Controller\RAPIController::hubDepart
methods: [POST]
rapi_pre_hub_depart:
path: /rapi/pre_hub_depart
controller: App\Controller\RAPIController::preHubDepart
methods: [POST]
rapi_pre_hub_arrive:
path: /rapi/pre_hub_arrive
controller: App\Controller\RAPIController::preHubArrive
methods: [POST]
rapi_post_hub_depart:
path: /rapi/post_hub_depart
controller: App\Controller\RAPIController::postHubDepart
methods: [POST]
rapi_post_hub_arrive:
path: /rapi/post_hub_arrive
controller: App\Controller\RAPIController::postHubArrive
methods: [POST]
rapi_jo_start:
path: /rapi/start
controller: App\Controller\RAPIController::startJobOrder
methods: [POST]

View file

@ -1,148 +0,0 @@
# sap battery
sapbattery_list:
path: /sap-batteries
controller: App\Controller\SAPBatteryController::index
sapbattery_rows:
path: /sap-batteries/rows
controller: App\Controller\SAPBatteryController::rows
methods: [POST]
sapbattery_upload_image:
path: /sap-batteries/upload
controller: App\Controller\SAPBatteryController::uploadImage
methods: [POST]
sapbattery_create:
path: /sap-batteries/create
controller: App\Controller\SAPBatteryController::addForm
methods: [GET]
sapbattery_create_submit:
path: /sap-batteries/create
controller: App\Controller\SAPBatteryController::addSubmit
methods: [POST]
sapbattery_update:
path: /sap-batteries/{id}
controller: App\Controller\SAPBatteryController::updateForm
methods: [GET]
sapbattery_update_submit:
path: /sap-batteries/{id}
controller: App\Controller\SAPBatteryController::updateSubmit
methods: [POST]
sapbattery_delete:
path: /sap-batteries/{id}
controller: App\Controller\SAPBatteryController::destroy
methods: [DELETE]
# sap battery brands
sapbrand_list:
path: /sap-battery-brands
controller: App\Controller\SAPBatteryBrandController::index
sapbrand_rows:
path: /sap-battery-brands/rows
controller: App\Controller\SAPBatteryBrandController::rows
methods: [POST]
sapbrand_create:
path: /sap-battery-brands/create
controller: App\Controller\SAPBatteryBrandController::addForm
methods: [GET]
sapbrand_create_submit:
path: /sap-battery-brands/create
controller: App\Controller\SAPBatteryBrandController::addSubmit
methods: [POST]
sapbrand_update:
path: /sap-battery-brands/{id}
controller: App\Controller\SAPBatteryBrandController::updateForm
methods: [GET]
sapbrand_update_submit:
path: /sap-battery-brands/{id}
controller: App\Controller\SAPBatteryBrandController::updateSubmit
methods: [POST]
sapbrand_delete:
path: /sap-battery-brands/{id}
controller: App\Controller\SAPBatteryBrandController::destroy
methods: [DELETE]
# sap battery sizes
sapbsize_list:
path: /sap-battery-sizes
controller: App\Controller\SAPBatterySizeController::index
sapbsize_rows:
path: /sap-battery-sizes/rows
controller: App\Controller\SAPBatterySizeController::rows
methods: [POST]
sapbsize_create:
path: /sap-battery-sizes/create
controller: App\Controller\SAPBatterySizeController::addForm
methods: [GET]
sapbsize_create_submit:
path: /sap-battery-sizes/create
controller: App\Controller\SAPBatterySizeController::addSubmit
methods: [POST]
sapbsize_update:
path: /sap-battery-sizes/{id}
controller: App\Controller\SAPBatterySizeController::updateForm
methods: [GET]
sapbsize_update_submit:
path: /sap-battery-sizes/{id}
controller: App\Controller\SAPBatterySizeController::updateSubmit
methods: [POST]
sapbsize_delete:
path: /sap-battery-sizes/{id}
controller: App\Controller\SAPBatterySizeController::destroy
methods: [DELETE]
# sap battery container sizes
sapcsize_list:
path: /sap-battery-container-sizes
controller: App\Controller\SAPBatteryContainerSizeController::index
sapcsize_rows:
path: /sap-battery-container-sizes/rows
controller: App\Controller\SAPBatteryContainerSizeController::rows
methods: [POST]
sapcsize_create:
path: /sap-battery-container-sizes/create
controller: App\Controller\SAPBatteryContainerSizeController::addForm
methods: [GET]
sapcsize_create_submit:
path: /sap-battery-container-sizes/create
controller: App\Controller\SAPBatteryContainerSizeController::addSubmit
methods: [POST]
sapcsize_update:
path: /sap-battery-container-sizes/{id}
controller: App\Controller\SAPBatteryContainerSizeController::updateForm
methods: [GET]
sapcsize_update_submit:
path: /sap-battery-container-sizes/{id}
controller: App\Controller\SAPBatteryContainerSizeController::updateSubmit
methods: [POST]
sapcsize_delete:
path: /sap-battery-container-sizes/{id}
controller: App\Controller\SAPBatteryContainerSizeController::destroy
methods: [DELETE]

View file

@ -1,12 +0,0 @@
general_search:
path: /search
controller: App\Controller\SearchController::index
search_history:
path: /search/history
controller: App\Controller\SearchController::search
methods: [GET]
search_legacyjo_details:
path: /search/legacyjo/{id}/details
controller: App\Controller\SearchController::legacyJODetails

View file

@ -1,33 +0,0 @@
service_list:
path: /services
controller: App\Controller\ServiceController::index
service_rows:
path: /services/rows
controller: App\Controller\ServiceController::rows
methods: [POST]
service_create:
path: /services/create
controller: App\Controller\ServiceController::addForm
methods: [GET]
service_create_submit:
path: /services/create
controller: App\Controller\ServiceController::addSubmit
methods: [POST]
service_update:
path: /services/{id}
controller: App\Controller\ServiceController::updateForm
methods: [GET]
service_update_submit:
path: /services/{id}
controller: App\Controller\ServiceController::updateSubmit
methods: [POST]
service_delete:
path: /services/{id}
controller: App\Controller\ServiceController::destroy
methods: [DELETE]

View file

@ -1,34 +0,0 @@
service_charge_list:
path: /service_charges
controller: App\Controller\ServiceChargeController::index
service_charge_rows:
path: /service_charges/rows
controller: App\Controller\ServiceChargeController::rows
methods: [POST]
service_charge_create:
path: /service_charges/create
controller: App\Controller\ServiceChargeController::addForm
methods: [GET]
service_charge_create_submit:
path: /service_charges/create
controller: App\Controller\ServiceChargeController::addSubmit
methods: [POST]
service_charge_update:
path: /service_charges/{id}
controller: App\Controller\ServiceChargeController::updateForm
methods: [GET]
service_charge_update_submit:
path: /service_charges/{id}
controller: App\Controller\ServiceChargeController::updateSubmit
methods: [POST]
service_charge_delete:
path: /service_charges/{id}
controller: App\Controller\ServiceChargeController::destroy
methods: [DELETE]

View file

@ -1,34 +0,0 @@
service_offering_list:
path: /service-offerings
controller: App\Controller\ServiceOfferingController::index
methods: [GET]
service_offering_rows:
path: /service-offerings/rowdata
controller: App\Controller\ServiceOfferingController::datatableRows
methods: [POST]
service_offering_add_form:
path: /service-offerings/newform
controller: App\Controller\ServiceOfferingController::addForm
methods: [GET]
service_offering_add_submit:
path: /service-offerings
controller: App\Controller\ServiceOfferingController::addSubmit
methods: [POST]
service_offering_update_form:
path: /service-offerings/{id}
controller: App\Controller\ServiceOfferingController::updateForm
methods: [GET]
service_offering_update_submit:
path: /service-offerings/{id}
controller: App\Controller\ServiceOfferingController::updateSubmit
methods: [POST]
service_offering_delete:
path: /service-offerings/{id}
controller: App\Controller\ServiceOfferingController::deleteSubmit
methods: [DELETE]

View file

@ -1,6 +0,0 @@
# sms handling - rising tide
sms_delivery_receipt:
path: /sms/delivery_receipt
controller: App\Controller\SMSController::deliveryReceipt
methods: [POST]

View file

@ -1,2 +0,0 @@
static_battery_image:
path: /battery

View file

@ -1,33 +0,0 @@
static_content_list:
path: /static_content
controller: App\Controller\StaticContentController::index
static_content_rows:
path: /static_content/rows
controller: App\Controller\StaticContentController::rows
methods: [POST]
static_content_create:
path: /static_content/create
controller: App\Controller\StaticContentController::addForm
methods: [GET]
static_content_create_submit:
path: /static_content/create
controller: App\Controller\StaticContentController::addSubmit
methods: [POST]
static_content_update:
path: /static_content/{id}
controller: App\Controller\StaticContentController::updateForm
methods: [GET]
static_content_update_submit:
path: /static_content/{id}
controller: App\Controller\StaticContentController::updateSubmit
methods: [POST]
static_content_delete:
path: /static_content/{id}
controller: App\Controller\StaticContentController::destroy
methods: [DELETE]

View file

@ -1,35 +0,0 @@
subticket_type_list:
path: /subticket-types
controller: App\Controller\SubTicketTypeController::index
methods: [GET]
subticket_type_rows:
path: /subticket-types/rowdata
controller: App\Controller\SubTicketTypeController::datatableRows
methods: [POST]
subticket_type_add_form:
path: /subticket-types/newform
controller: App\Controller\SubTicketTypeController::addForm
methods: [GET]
subticket_type_add_submit:
path: /subticket-types
controller: App\Controller\SubTicketTypeController::addSubmit
methods: [POST]
subticket_type_update_form:
path: /subticket-types/{id}
controller: App\Controller\SubTicketTypeController::updateForm
methods: [GET]
subticket_type_update_submit:
path: /subticket-types/{id}
controller: App\Controller\SubTicketTypeController::updateSubmit
methods: [POST]
subticket_type_delete:
path: /subticket-types/{id}
controller: App\Controller\SubTicketTypeController::deleteSubmit
methods: [DELETE]

View file

@ -1,60 +0,0 @@
# third party api
# job order
tapi_jo_request:
path: /tapi/job_order
controller: App\Controller\TAPI\JobOrderController::requestJobOrder
methods: [POST]
tapi_estimate:
path: /tapi/estimate
controller: App\Controller\TAPI\JobOrderController::getEstimate
methods: [POST]
tapi_jo_invoice:
path: /tapi/job_order/invoice/{jo_id}
controller: App\Controller\TAPI\JobOrderController:getJOInvoice
methods: [GET]
tapi_jo_cancel:
path: /tapi/job_order/cancel
controller: App\Controller\TAPI\JobOrderController:cancelJobOrder
methods: [POST]
tapi_jo_info:
path: /tapi/job_order/{jo_id}/info
controller: App\Controller\TAPI\JobOrderController::getJobOrderInfo
methods: [GET]
tapi_location_support:
path: /tapi/location_support
controller: App\Controller\TAPI\JobOrderController:locationSupport
methods: [POST]
tapi_nearest_hub_slots:
path: /tapi/hub_slots
controller: App\Controller\TAPI\JobOrderController::getNearestHubAndSlots
methods: [POST]
# vehicle manufacturer and vehicle
tapi_vehicle_mfg_list:
path: /tapi/vehicle/mfgs
controller: App\Controller\TAPI\VehicleController::listVehicleManufacturers
methods: [GET]
tapi_vehicle_make_list:
path: /tapi/vehicle/mfgs/{mfg_id}/makes
controller: App\Controller\TAPI\VehicleController::listVehicleMakes
methods: [GET]
# battery
tapi_battery_list:
path: /tapi/vehicles/{vid}/compatible_batteries
controller: App\Controller\TAPI\BatteryController::getCompatibleBatteries
methods: [POST]
# promos
tapi_promo_list:
path: /tapi/promos
controller: App\Controller\TAPI\PromoController::listPromos
methods: [GET]

View file

@ -1,35 +0,0 @@
ticket_type_list:
path: /ticket-types
controller: App\Controller\TicketTypeController::index
methods: [GET]
ticket_type_rows:
path: /ticket-types/rowdata
controller: App\Controller\TicketTypeController::datatableRows
methods: [POST]
ticket_type_add_form:
path: /ticket-types/newform
controller: App\Controller\TicketTypeController::addForm
methods: [GET]
ticket_type_add_submit:
path: /ticket-types
controller: App\Controller\TicketTypeController::addSubmit
methods: [POST]
ticket_type_update_form:
path: /ticket-types/{id}
controller: App\Controller\TicketTypeController::updateForm
methods: [GET]
ticket_type_update_submit:
path: /ticket-types/{id}
controller: App\Controller\TicketTypeController::updateSubmit
methods: [POST]
ticket_type_delete:
path: /ticket-types/{id}
controller: App\Controller\TicketTypeController::deleteSubmit
methods: [DELETE]

View file

@ -34,11 +34,6 @@ vehicle_delete:
controller: App\Controller\VehicleController::destroy
methods: [DELETE]
vehicle_batteries:
path: /vehicle/batteries
controller: App\Controller\VehicleController::getBatteries
methods: [POST]
# vehicle manufacturers
vmfg_list:

View file

@ -1,40 +0,0 @@
# warranty
warranty_list:
path: /warranties
controller: App\Controller\WarrantyController::index
warranty_rows:
path: /warranties/rows
controller: App\Controller\WarrantyController::rows
methods: [POST]
warranty_create:
path: /warranties/create
controller: App\Controller\WarrantyController::addForm
methods: [GET]
warranty_create_submit:
path: /warranties/create
controller: App\Controller\WarrantyController::addSubmit
methods: [POST]
warranty_update:
path: /warranties/{id}
controller: App\Controller\WarrantyController::updateForm
methods: [GET]
warranty_update_submit:
path: /warranties/{id}
controller: App\Controller\WarrantyController::updateSubmit
methods: [POST]
warranty_upload:
path: /warranty/upload
controller: App\Controller\WarrantyController::uploadForm
methods: [GET]
warranty_upload_submit:
path: /warranty/upload
controller: App\Controller\WarrantyController::uploadSubmit
methods: [POST]

View file

@ -1,10 +0,0 @@
# warranty search
warranty_search:
path: /warranty_search
controller: App\Controller\WarrantySearchController::index
search_warranty:
path: /warranty_search/warranty
controller: App\Controller\WarrantySearchController::search
methods: [GET]

View file

@ -1,22 +1,12 @@
# Put parameters here that don't need to change on each machine where the app is deployed
# https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration
parameters:
locale: 'en'
map_default:
latitude: 14.6091
longitude: 121.0223
image_upload_directory: '%kernel.project_dir%/public/uploads'
job_order_refresh_interval: 300000
api_acl_file: 'api_acl.yaml'
api_access_key: 'api_access_keys'
app_acl_file: 'acl.yaml'
app_access_key: 'access_keys'
cvu_brand_id: "%env(CVU_BRAND_ID)%"
country_code: "%env(COUNTRY_CODE)%"
api_version: "%env(API_VERSION)%"
android_app_version: "%env(ANDROID_APP_VERSION)%"
ios_app_version: "%env(IOS_APP_VERSION)%"
insurance_premiums_banner_url: "%env(INSURANCE_PREMIUMS_BANNER_URL)%"
enabled_hub_filters: "%env(ENABLED_HUB_FILTERS)%"
services:
# default configuration for services in *this* file
@ -47,6 +37,17 @@ services:
$cache_dir: "%kernel.cache_dir%"
$config_dir: "%kernel.root_dir%/../config"
App\Access\Generator:
arguments:
$router: "@router.default"
$cache_dir: "%kernel.cache_dir%"
$config_dir: "%kernel.root_dir%/../config"
App\Access\Voter:
arguments:
$acl_gen: "@App\\Access\\Generator"
tags: ['security.voter']
App\Service\FileUploader:
arguments:
$target_dir: '%image_upload_directory%'
@ -55,304 +56,3 @@ services:
arguments:
$em: "@doctrine.orm.entity_manager"
$gmaps_api_key: "%env(GMAPS_API_KEY)%"
$cust_dist_limit: "%env(CUST_DISTANCE_LIMIT)%"
App\Service\RisingTideGateway:
arguments:
$em: "@doctrine.orm.entity_manager"
$user: "%env(RT_USER)%"
$pass: "%env(RT_PASS)%"
$usage_type: "%env(RT_USAGE_TYPE)%"
$shortcode: "%env(RT_SHORTCODE)%"
$dr_url: "https://resqaws.jankstudio.com/sms/delivery_receipt"
App\Service\MQTTClient:
arguments:
$redis_client: "@App\\Service\\RedisClientProvider"
$key: "mqtt_events"
App\Service\MQTTClientApiv2:
arguments:
$redis_client: "@App\\Service\\RedisClientProvider"
$key: "mqtt_events"
App\Service\APNSClient:
arguments:
$redis_client: "@App\\Service\\RedisClientProvider"
App\Service\RedisClientProvider:
arguments:
$scheme: "%env(REDIS_CLIENT_SCHEME)%"
$host: "%env(REDIS_CLIENT_HOST)%"
$port: "%env(REDIS_CLIENT_PORT)%"
$password: "%env(REDIS_CLIENT_PASSWORD)%"
App\Service\GeofenceTracker:
arguments:
$geofence_flag: "%env(GEOFENCE_ENABLE)%"
App\Service\WarrantyHandler:
arguments:
$em: "@doctrine.orm.entity_manager"
App\Command\SetCustomerPrivacyPolicyCommand:
arguments:
$policy_promo: "%env(POLICY_PROMO)%"
$policy_third_party: "%env(POLICY_THIRD_PARTY)%"
$policy_mobile: "%env(POLICY_MOBILE)%"
App\Command\CreateCustomerFromWarrantyCommand:
arguments:
$cvu_mfg_id: "%env(CVU_MFG_ID)%"
$cvu_brand_id: "%env(CVU_BRAND_ID)%"
App\Command\LoadWarrantySerialCommand:
arguments:
$callback_url: "%env(WARRANTY_SERIAL_CALLBACK_URL)%"
App\Command\ProcessLatePaymongoTransactionsCommand:
arguments:
$em: "@doctrine.orm.entity_manager"
$paymongo: "@App\\Service\\PayMongoConnector"
$webhook_id: "%env(PAYMONGO_WEBHOOK_ID)%"
# rider tracker service
App\Service\RiderTracker:
arguments:
$redis_client: "@App\\Service\\RedisClientProvider"
# invoice generator
App\Service\InvoiceGenerator\ResqInvoiceGenerator: ~
# invoice generator interface
App\Service\InvoiceGeneratorInterface: "@App\\Service\\InvoiceManager"
# invoice manager
App\Service\InvoiceManager: ~
# job order generator
App\Service\JobOrderHandler\ResqJobOrderHandler:
arguments:
$country_code: "%env(COUNTRY_CODE)%"
$cust_distance_limit: "%env(CUST_DISTANCE_LIMIT_ADMIN_PANEL)%"
$hub_filter_enabled: "%env(HUB_FILTER_ENABLE)%"
#job order generator interface
App\Service\JobOrderHandlerInterface: "@App\\Service\\JobOrderHandler\\ResqJobOrderHandler"
# customer generator
App\Service\CustomerHandler\ResqCustomerHandler:
arguments:
$country_code: "%env(COUNTRY_CODE)%"
# customer generator interface
App\Service\CustomerHandlerInterface: "@App\\Service\\CustomerHandler\\ResqCustomerHandler"
# rider assignment
App\Service\RiderAssignmentHandler\ResqRiderAssignmentHandler: ~
# rider assignment interface
App\Service\RiderAssignmentHandlerInterface: "@App\\Service\\RiderAssignmentHandler\\ResqRiderAssignmentHandler"
# rider API service
App\Service\RiderAPIHandler\ResqRiderAPIHandler:
arguments:
$country_code: "%env(COUNTRY_CODE)%"
App\Service\RiderAPIHandlerInterface: "@App\\Service\\RiderAPIHandler\\ResqRiderAPIHandler"
# map manager
#App\Service\GISManager\Bing: ~
App\Service\GISManager\OpenStreet: ~
#App\Service\GISManager\Google: ~
#App\Service\GISManagerInterface: "@App\\Service\\GISManager\\Bing"
App\Service\GISManagerInterface: "@App\\Service\\GISManager\\OpenStreet"
#App\Service\GISManagerInterface: "@App\\Service\\GISManager\\Google"
App\EventListener\JobOrderActiveCacheListener:
arguments:
$jo_cache: "@App\\Service\\JobOrderCache"
$mqtt: "@App\\Service\\MQTTClient"
tags:
- name: 'doctrine.orm.entity_listener'
event: 'postUpdate'
entity: 'App\Entity\JobOrder'
- name: 'doctrine.orm.entity_listener'
event: 'postRemove'
entity: 'App\Entity\JobOrder'
- name: 'doctrine.orm.entity_listener'
event: 'postPersist'
entity: 'App\Entity\JobOrder'
App\Service\JobOrderCache:
arguments:
$redis_prov: "@App\\Service\\RedisClientProvider"
$active_jo_key: "%env(LOCATION_JO_ACTIVE_KEY)%"
$latest_jo_key: "%env(LATEST_ACTIVE_JO)%"
App\Service\RiderCache:
arguments:
$redis_prov: "@App\\Service\\RedisClientProvider"
$loc_key: "%env(LOCATION_RIDER_ACTIVE_KEY)%"
$status_key: "%env(STATUS_RIDER_KEY)%"
# inventory manager
App\Service\InventoryManager:
arguments:
$api_url: "%env(INVENTORY_API_URL)%"
$api_ocp_key: "%env(INVENTORY_API_OCP)%"
$api_auth_prefix: "%env(INVENTORY_API_AUTH_TOKEN_PREFIX)%"
$api_auth_token: "%env(INVENTORY_API_AUTH_TOKEN)%"
# API logging
App\EventSubscriber\LogSubscriber:
arguments:
$api_log_flag: "%env(API_LOGGING)%"
# motiv connector
App\Service\MotivConnector:
arguments:
$base_url: "%env(MOTIV_BASE_URL)%"
$sub_key: "%env(MOTIV_KEY)%"
$token: "%env(MOTIV_TOKEN)%"
# insurance connector
App\Service\InsuranceConnector:
arguments:
$base_url: "%env(INSURANCE_BASE_URL)%"
$username: "%env(INSURANCE_USERNAME)%"
$password: "%env(INSURANCE_PASSWORD)%"
# entity listener for gateway transactions
App\EntityListener\GatewayTransactionListener:
arguments:
$em: "@doctrine.orm.entity_manager"
$ic: "@App\\Service\\InsuranceConnector"
tags:
- name: doctrine.orm.entity_listener
event: 'postUpdate'
entity: 'App\Entity\GatewayTransaction'
# paymongo connector
App\Service\PayMongoConnector:
arguments:
$base_url: "%env(PAYMONGO_BASE_URL)%"
$public_key: "%env(PAYMONGO_PUBLIC_KEY)%"
$secret_key: "%env(PAYMONGO_SECRET_KEY)%"
# entity listener for customer vehicle warranty code history
App\EntityListener\CustomerVehicleSerialListener:
arguments:
$ts: "@security.token_storage"
tags:
- name: doctrine.orm.entity_listener
event: 'preUpdate'
entity: 'App\Entity\CustomerVehicle'
- name: doctrine.orm.entity_listener
event: 'postUpdate'
entity: 'App\Entity\CustomerVehicle'
- name: doctrine.orm.entity_listener
event: 'postPersist'
entity: 'App\Entity\CustomerVehicle'
# warranty api logger
App\Service\WarrantyAPILogger:
arguments:
$em: "@doctrine.orm.entity_manager"
# warranty logger for raffle
App\Service\WarrantyRaffleLogger:
arguments:
$em: "@doctrine.orm.entity_manager"
# warranty raffle filter
App\Service\WarrantyRaffleFilter: ~
# promo logger
App\Service\PromoLogger:
arguments:
$em: "@doctrine.orm.entity_manager"
# hub service
App\Service\HubSelector:
arguments:
$em: "@doctrine.orm.entity_manager"
$im: "@App\\Service\\InventoryManager"
$hub_distributor: "@App\\Service\\HubDistributor"
$hub_filter_logger: "@App\\Service\\HubFilterLogger"
# hub distributor
App\Service\HubDistributor:
arguments:
$redis: "@App\\Service\\RedisClientProvider"
$hub_jo_key: "%env(HUB_JO_KEY)%"
# hub filter logger
App\Service\HubFilterLogger:
arguments:
$em: "@doctrine.orm.entity_manager"
# hub filter geofence checking
App\Service\HubFilteringGeoChecker:
arguments:
$geofence_flag: "%env(HUB_GEOFENCE_ENABLE)%"
# bulk warranty uploader
App\Service\WarrantyBulkUploader:
arguments:
$em: "@doctrine.orm.entity_manager"
# warranty serial file logger
App\Service\WarrantySerialUploadLogger:
arguments:
$em: "@doctrine.orm.entity_manager"
# warranty serial load logger
App\Service\WarrantySerialLoadLogger:
arguments:
$em: "@doctrine.orm.entity_manager"
# FCM sender
App\Service\FCMSender:
arguments:
$server_key: "%env(FCM_SERVER_KEY)%"
$sender_id: "%env(FCM_SENDER_ID)%"
# price tier manager
App\Service\PriceTierManager:
arguments:
$em: "@doctrine.orm.entity_manager"
# hub filters
App\Service\HubFilter\BaseHubFilter:
arguments:
$hub_filter_logger: "@App\\Service\\HubFilterLogger"
$em: "@doctrine.orm.entity_manager"
$rt: "@App\\Service\\RisingTideGateway"
$trans: "@Symfony\\Contracts\\Translation\\TranslatorInterface"
App\Service\HubFilter\Filters\DateAndTimeHubFilter:
public: true
App\Service\HubFilter\Filters\JoTypeHubFilter:
public: true
App\Service\HubFilter\Filters\MaxResultsHubFilter:
public: true
App\Service\HubFilter\Filters\PaymentMethodHubFilter:
public: true
App\Service\HubFilter\Filters\RiderAvailabilityHubFilter:
public: true
App\Service\HubFilter\Filters\InventoryHubFilter:
public: true
arguments:
$im: "@App\\Service\\InventoryManager"
App\Service\HubFilter\Filters\RoundRobinHubFilter:
public: true
arguments:
$hub_distributor: "@App\\Service\\HubDistributor"

View file

@ -0,0 +1,818 @@
BRAND,MAKE,MODEL,RECOMMENDED BATTERY,ALTERNATIVE BATTERY TYPE,BRANDMAKEMODELRECOMMENDED BATTERY
ACURA,TL 3.2,,1SM / NS50 / D23L EXCEL,1SM /MGS50 / D23L GOLD,ACURATL 3.21SM / NS50 / D23L EXCEL
ACURA,ZDX 3.7 Sports Coupe,,1SM / NS50 / D23L EXCEL,1SM /MGS50 / D23L GOLD,ACURAZDX 3.7 Sports Coupe1SM / NS50 / D23L EXCEL
ACURA,NSX,,1SM / NS50 / D23R GOLD,1SM /MGS50 / D23L GOLD,ACURANSX1SM / NS50 / D23R GOLD
ACURA,INTEGRA,NONE,1SM /MGS50 / D23L GOLD,1SM / NS50 / D23L EXCEL,ACURAINTEGRANONE1SM /MGS50 / D23L GOLD
ACURA,MDX,,2SM / N50 / D26L EXCEL,2SM / N50 / D26L GOLD,ACURAMDX2SM / N50 / D26L EXCEL
ACURA,RDX,,2SM / N50 / D26L EXCEL,2SM / N50 / D26L GOLD,ACURARDX2SM / N50 / D26L EXCEL
ALFA ROMEO,MiTo,2010 - 2018,4SN / NS40 / B20L GOLD,,ALFA ROMEOMiTo2010 - on4SN / NS40 / B20L GOLD
ALFA ROMEO,155 - TWIN SPARK 16V,1996 - 2018,DIN 66 GOLD SPECIAL TYPE,,ALFA ROMEO155 - TWIN SPARK 16V1996 - ONDIN 66 GOLD SPECIAL TYPE
ALFA ROMEO,Giulietta,2010 - 2018,DIN 55 GOLD SPECIAL TYPE,,ALFA ROMEOGiulietta2010 - onDIN55 GOLD
ALFA ROMEO,SPYDER,,DIN 66 GOLD SPECIAL TYPE,,ALFA ROMEOSPYDERDIN66 GOLD
ALFA ROMEO,4C,2012,DIN 66 GOLD SPECIAL TYPE,,ALFA ROMEO4C2012DIN66 GOLD
ALFA ROMEO,164 - VG,1997 - 2018,DIN 66 GOLD SPECIAL TYPE,,ALFA ROMEO164 - VG1997 - onDIN66 GOLD
ALFA ROMEO,GTV - 2.0L V6 TURBO,1998 - 2018,DIN 66 GOLD SPECIAL TYPE,,ALFA ROMEOGTV - 2.0L V6 TURBO1998 - ONDIN66 GOLD
AUDI,A1,NONE,DIN 66 GOLD SPECIAL TYPE,,AUDIA1NONEDIN 66 GOLD SPECIAL TYPE
AUDI,A3,NONE,DIN 66 GOLD SPECIAL TYPE,,AUDIA3NONEDIN 66 GOLD SPECIAL TYPE
AUDI,A4,NONE,DIN 66 GOLD SPECIAL TYPE,,AUDIA4NONEDIN 66 GOLD SPECIAL TYPE
AUDI,TT,NONE,DIN 66 GOLD SPECIAL TYPE,,AUDITTNONEDIN 66 GOLD SPECIAL TYPE
AUDI,A5,NONE,DIN 88 GOLD SPECIAL TYPE,,AUDIA5NONEDIN 88 GOLD SPECIAL TYPE
AUDI,A6,2007 - 2018,DIN 88 GOLD SPECIAL TYPE,,AUDIA62007 - ONDIN 88 GOLD SPECIAL TYPE
AUDI,A7 SPORT BACK,NONE,DIN 88 GOLD SPECIAL TYPE,,AUDIA7 SPORT BACKNONEDIN 88 GOLD SPECIAL TYPE
AUDI,A8,NONE,DIN 88 GOLD SPECIAL TYPE,,AUDIA8NONEDIN 88 GOLD SPECIAL TYPE
AUDI,Q3,NONE,DIN 88 GOLD SPECIAL TYPE,,AUDIQ3NONEDIN 88 GOLD SPECIAL TYPE
AUDI,Q5,NONE,DIN 88 GOLD SPECIAL TYPE,,AUDIQ5NONEDIN 88 GOLD SPECIAL TYPE
AUDI,Q7,NONE,DIN 88 GOLD SPECIAL TYPE,,AUDIQ7NONEDIN 88 GOLD SPECIAL TYPE
AUDI,R8,NONE,DIN 88 GOLD SPECIAL TYPE,,AUDIR8NONEDIN 88 GOLD SPECIAL TYPE
AUDI,R6,NONE,DIN 88 GOLD SPECIAL TYPE,,AUDIR6NONEDIN 88 GOLD SPECIAL TYPE
AUDI,S8,NONE,DIN 88 GOLD SPECIAL TYPE,,AUDIS8NONEDIN 88 GOLD SPECIAL TYPE
AUDI,Q1,,DIN 55 GOLD SPECIAL TYPE,"DIN55 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM","AUDIQ1DIN55 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM"
AUDI,A1,NONE,DIN 55 GOLD SPECIAL TYPE,"DIN55/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM.","AUDIA1NONEDIN55/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM."
AUDI,A3,NONE,DIN 55 GOLD SPECIAL TYPE,"DIN55/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM.","AUDIA3NONEDIN55/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM."
AUDI,A4,NONE,DIN 55 GOLD SPECIAL TYPE,"DIN55/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM.","AUDIA4NONEDIN55/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM."
AUDI,TT,NONE,DIN 55 GOLD SPECIAL TYPE,"DIN55/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM.","AUDITTNONEDIN55/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM."
AUDI,Q3,NONE,DIN 55 GOLD SPECIAL TYPE,"DIN55/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM.","AUDIQ3NONEDIN55/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM."
AUDI,A6,2007 - 2018,DIN 88 GOLD SPECIAL TYPE,"DIN88/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM.","AUDIA62007 - OnDIN88/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM."
BACKHOE,BACKHOE,NONE,3SM,,BACKHOEBACKHOENONE3SM
BAIC,MZ40,NONE,NS40 GOLD,,BAICMZ40NONENS40 GOLD
BENTLEY,ARNAGE,NONE,2SM / MG50 / D26R GOLD REVERSE,,BENTLEYARNAGENONE2SM / MG50 / D26R GOLD REVERSE
BENTLEY,CONTINENTAL GT/GTC,,DIN 55 GOLD SPECIAL TYPE,"DIN55 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM","BENTLEYCONTINENTAL GT/GTCDIN55 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM"
BENTLEY,FLYING SPUR,NONE,DIN 55 GOLD SPECIAL TYPE,"DIN55/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM.","BENTLEYFLYING SPURNONEDIN55/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM."
BENTLEY,Continental,,DIN 66 GOLD SPECIAL TYPE,"DIN66 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM","BENTLEYContinentalDIN66 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM"
BENTLEY,MULSANNE,NONE,DIN 66 GOLD SPECIAL TYPE,"DIN66/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM.","BENTLEYMULSANNENONEDIN66/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM."
BENTLEY,ARNAGE,,2SM / N50 / D26L EXCEL,"N50 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM","BENTLEYARNAGEN50 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM"
BMW,X3,2005,DIN 66 GOLD SPECIAL TYPE,"DIN66/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM.",BMWX32005AGM
BMW,1 SERIES,NONE,DIN 66 GOLD SPECIAL TYPE,"DIN44/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM.",BMW1 SERIESNONEDIN 66 GOLD SPECIAL TYPE
BMW,Z4/M5,2005,DIN 66 GOLD SPECIAL TYPE,"DIN55/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM.",BMWZ4/M52005DIN 66 GOLD SPECIAL TYPE
BMW,3 SERIES BATTERY ON ENGINE,NONE,DIN 88 GOLD SPECIAL TYPE,,BMW3 SERIES BATTERY ON ENGINENONEDIN 88 GOLD SPECIAL TYPE
BMW,3 SERIES BATTERY UNDER SEAT/REAR,NONE,DIN 88 GOLD SPECIAL TYPE,,BMW3 SERIES BATTERY UNDER SEAT/REARNONEDIN 88 GOLD SPECIAL TYPE
BMW,316I / 320I / 325I / 328I,1991 - 2018,DIN 88 GOLD SPECIAL TYPE,"DIN66 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",BMW316I / 320I / 325I / 328I1991 - ONDIN 88 GOLD SPECIAL TYPE
BMW,5 SERIES,2000 - 2018,DIN 88 GOLD SPECIAL TYPE,"DIN55/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM.",BMW5 SERIES2000 - ONDIN 88 GOLD SPECIAL TYPE
BMW,523I,1996 - 2018,DIN 88 GOLD SPECIAL TYPE,"DIN88/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM.",BMW523I1996 - ONDIN 88 GOLD SPECIAL TYPE
BMW,6 SERIES,NONE,DIN 88 GOLD SPECIAL TYPE,,BMW6 SERIESNONEDIN 88 GOLD SPECIAL TYPE
BMW,7 SERIES,NONE,DIN 88 GOLD SPECIAL TYPE,,BMW7 SERIESNONEDIN 88 GOLD SPECIAL TYPE
BMW,BMW X5,2007 - 2018,DIN 88 GOLD SPECIAL TYPE,,BMWBMW X52007 - ONDIN 88 GOLD SPECIAL TYPE
BMW,M6,NONE,DIN 88 GOLD SPECIAL TYPE,,BMWM6NONEDIN 88 GOLD SPECIAL TYPE
BMW,X1 TO X7,NONE,DIN 88 GOLD SPECIAL TYPE,,BMWX1 TO X7NONEDIN 88 GOLD SPECIAL TYPE
BMW,Z3 ROADSTER,1996 - 2018,DIN 88 GOLD SPECIAL TYPE,"DIN66/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM.",BMWZ3 ROADSTER1996 - ONDIN 88 GOLD SPECIAL TYPE
BMW,X6,NONE,DIN 88 GOLD SPECIAL TYPE,,BMWX6NONEDIN 88 GOLD SPECIAL TYPE
BMW,M3,NONE,DIN55 GOLD SPECIAL TYPE,,BMWM3NONEDIN55 GOLD SPECIAL TYPE
BMW,X1,NONE,DIN 66 GOLD SPECIAL TYPE,"DIN66/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM.","BMWX1NONEDIN66/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM."
BMW,3 SERIES,NONE,DIN 66 GOLD SPECIAL TYPE,"DIN66/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM.","BMW3 SERIESNONEDIN66/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM."
CHERY CARS,TIGGO,,2SM / N50 / D26L GOLD,1SM /MGS50 / D23L GOLD,CHERRY CARSTIGGO2SM / N50 / D26L GOLD
CHERY CARS,QQ6,,4SN / NS40 / B21L GOLD,,CHERRY CARSQQ64SN / NS40 / B21L GOLD
CHERY CARS,CHERRY QQ3,,4SN / NS40 / B21L GOLD,,CHERRY CARSCHERRY QQ34SN / NS40 / B21L GOLD
CHERY CARS,V2,,DIN44 GOLD SPECIAL TYPE,,CHERRY CARSV2DIN44 GOLD
CHERY CARS,COWIN,,DIN44 GOLD SPECIAL TYPE,4SN / NS40 / B20L GOLD,CHERRY CARSCHERRY COWINDIN44 GOLD
CHERY CARS,CHERRY A5,,DIN55 GOLD SPECIAL TYPE,,CHERRY CARSCHERRY A5DIN55 GOLD
CHERY CARS,V5,,DIN 66 GOLD SPECIAL TYPE,4SN / NS40 / B20L GOLD,CHERRY CARSV5DIN66 GOLD
CHERY CARS,EASTAR,,DIN 66 GOLD SPECIAL TYPE,1SM /MGS50 / D23L GOLD,CHERRY CARSEASTARDIN66 GOLD
CHERY CARS,KARRY,,DIN 66 GOLD SPECIAL TYPE,2HN / NS60 /B24L GOLD,CHERRY CARSKARRYDIN66 GOLD
CHERY CARS,A5,NONE,DIN 55 GOLD SPECIAL TYPE,,CHERY CARSA5NONEDIN 55 GOLD SPECIAL TYPE
CHERY CARS,FULWIN2,NONE,DIN 55 GOLD SPECIAL TYPE,,CHERY CARSCHERY FULWIN2NONEDIN 55 GOLD SPECIAL TYPE
CHEVROLET,SAIL,2016,DIN44 GOLD SPECIAL TYPE,2HN / NS60 /B24L GOLD,CHEVROLETSAIL20162HN / N40 / B24L GOLD
CHEVROLET,CAMARO,NONE,2SM/NS50/D26L/ EXCEL,2SM / N50 / D26L GOLD,CHEVROLETCAMARONONE2SM/NS50/D26L/ ENDURO
CHEVROLET,SPARK 1.0 MT HATCH,NONE,4SN / NS40 / B20L GOLD,,CHEVROLETSPARK 1.0 MT HATCHNONE4SN / NS40 / B20L GOLD
CHEVROLET,SPARK,2012 - 2018,DIN 44 GOLD SPECIAL TYPE,,CHEVROLETSPARK2012 - ONDIN 44 GOLD SPECIAL TYPE
CHEVROLET,CRUZE A/T GAS,2010,DIN 55 GOLD SPECIAL TYPE,,CHEVROLETCRUZE A/T GAS2010DIN 55 GOLD SPECIAL TYPE
CHEVROLET,SONIC,NONE,DIN 55 GOLD SPECIAL TYPE,,CHEVROLETSONICNONEDIN 55 GOLD SPECIAL TYPE
CHEVROLET,SPIN,NONE,DIN 55 GOLD SPECIAL TYPE,,CHEVROLETSPINNONEDIN 55 GOLD SPECIAL TYPE
CHEVROLET,TRAX,NONE,DIN55 GOLD SPECIAL TYPE,,CHEVROLETTRAXNONEDIN 55 GOLD SPECIAL TYPE
CHEVROLET,OPTRA 1.6 LS WAGON MT,2003,DIN 55R GOLD REVERSE SPECIAL TYPE,DIN55 GOLD SPECIAL TYPE,CHEVROLETOPTRA 1.6 LS WAGON MT2003DIN 55R GOLD REVERSE SPECIAL TYPE
CHEVROLET,CAPTIVA 2.4 GAS AT 4X2 CUV,2007 - 2018,DIN 55R GOLD REVERSE SPECIAL TYPE,DIN 66R GOLD REVERSE SPECIAL TYPE,CHEVROLETCAPTIVA 2.4 GAS AT 4X2 CUV2007 - ONDIN 55R GOLD REVERSE SPECIAL TYPE
CHEVROLET,AVEO 1.4 SEDAN MT,2004,DIN 55R GOLD REVERSE SPECIAL TYPE,,CHEVROLETAVEO 1.4 SEDAN MT2004DIN 55R GOLD REVERSE SPECIAL TYPE
CHEVROLET,AVEO 1.4 SEDAN AT,2004,DIN 55R GOLD REVERSE SPECIAL TYPE,,CHEVROLETAVEO 1.4 SEDAN AT2004DIN 55R GOLD REVERSE SPECIAL TYPE
CHEVROLET,AVEO 1.2 LS MT (HATCHBACK),2004,DIN 55R GOLD REVERSE SPECIAL TYPE,,CHEVROLETAVEO 1.2 LS MT (HATCHBACK)2004DIN 55R GOLD REVERSE SPECIAL TYPE
CHEVROLET,AVEO 1.2 L MT (HATCHBACK),2004,DIN 55R GOLD REVERSE SPECIAL TYPE,1SM /NS50 / D23R GOLD REVERSE,CHEVROLETAVEO 1.2 L MT (HATCHBACK)2004DIN 55R GOLD REVERSE SPECIAL TYPE
CHEVROLET,OPTRA 1.6 LS WAGON AT,2003 - 2018,DIN 55R GOLD REVERSE SPECIAL TYPE,DIN55 GOLD SPECIAL TYPE,CHEVROLETOPTRA 1.6 LS WAGON AT2003 - ONDIN 55R GOLD REVERSE SPECIAL TYPE
CHEVROLET,OPTRA 1.6 LS SEDAN MT,2003 - 2018,DIN 55R GOLD REVERSE SPECIAL TYPE,DIN55 GOLD SPECIAL TYPE,CHEVROLETOPTRA 1.6 LS SEDAN MT2003 - ONDIN 55R GOLD REVERSE SPECIAL TYPE
CHEVROLET,OPTRA 1.6 LS SEDAN AT,2003,DIN 55R GOLD REVERSE SPECIAL TYPE,DIN55 GOLD SPECIAL TYPE,CHEVROLETOPTRA 1.6 LS SEDAN AT2003DIN 55R GOLD REVERSE SPECIAL TYPE
CHEVROLET,AVEO 1.2 LS AT (HATCHBACK),2004,DIN 55R GOLD REVERSE SPECIAL TYPE,DIN55 GOLD / 1SM /MGS50 / D23L GOLD,CHEVROLETAVEO 1.2 LS AT (HATCHBACK)2004DIN 55R GOLD REVERSE SPECIAL TYPE
CHEVROLET,CAPTIVA 2.4 GAS AT 4X4 CUV,2007 - 2018,DIN 66 GOLD SPECIAL TYPE,DIN 66R GOLD REVERSE SPECIAL TYPE,CHEVROLETCAPTIVA 2.4 GAS AT 4X4 CUV2007 - ONDIN 66 GOLD SPECIAL TYPE
CHEVROLET,COLORADO,NONE,DIN 66 GOLD SPECIAL TYPE,,CHEVROLETCOLORADONONEDIN 66 GOLD SPECIAL TYPE
CHEVROLET,MALIBU,NONE,DIN 66 GOLD SPECIAL TYPE,,CHEVROLETMALIBUNONEDIN 66 GOLD SPECIAL TYPE
CHEVROLET,ORLANDO,NONE,DIN 66 GOLD SPECIAL TYPE,,CHEVROLETORLANDONONEDIN 66 GOLD SPECIAL TYPE
CHEVROLET,ZAFIRA,NONE,DIN 66 GOLD SPECIAL TYPE,,CHEVROLETZAFIRANONEDIN 66 GOLD SPECIAL TYPE
CHEVROLET,CAPTIVA 2.0 CRDI AT 4X4 CUV,2007 - 2018,DIN 66R GOLD REVERSE SPECIAL TYPE,,CHEVROLETCAPTIVA 2.0 CRDI AT 4X4 CUV2007 - ONDIN 66R GOLD REVERSE SPECIAL TYPE
CHEVROLET,CAPTIVA 2.0 CRDI AT 4X2 CUV,2007 - 2018,DIN 66R GOLD REVERSE SPECIAL TYPE,,CHEVROLETCAPTIVA 2.0 CRDI AT 4X2 CUV2007 - ONDIN 66R GOLD REVERSE SPECIAL TYPE
CHEVROLET,SONIC 1.4L 4DR/5DR,2012-On,DIN55 GOLD SPECIAL TYPE,,CHEVROLETSONIC 1.4L 4DR/5DR2012-OnDIN55 GOLD
CHEVROLET,CAMARO 2LT 3.6V6 / 2SS 6.2V8,NONE,DIN 55 GOLD SPECIAL TYPE,DIN 66 GOLD SPECIAL TYPE,CHEVROLETCAMARO 2LT 3.6V6 / 2SS 6.2V8DIN55 GOLD
CHEVROLET,MALIBU 2.4L,2014,DIN 55 GOLD SPECIAL TYPE,DIN 55R GOLD REVERSE SPECIAL TYPE,CHEVROLETMALIBU 2.4L2014DIN55 GOLD
CHEVROLET,SPIN 1.5 LTZ (GAS),2013,DIN55 GOLD SPECIAL TYPE,,CHEVROLETSPIN 1.5 LTZ (GAS)2013DIN55 GOLD
CHEVROLET,SPIN 1.3 LS/LTZ (DIESEL),2013,DIN 55 GOLD SPECIAL TYPE,DIN 66 GOLD SPECIAL TYPE,CHEVROLETSPIN 1.3 LS/LTZ (DIESEL)2013DIN55/DIN55 Gold
CHEVROLET,COLORADO (2.5/2.8 CRDi),,DIN 66 GOLD SPECIAL TYPE,,CHEVROLETCOLORADO (2.5/2.8 CRDi)DIN66 GOLD
CHEVROLET,TRAILBLAZER,2013,DIN 66 GOLD SPECIAL TYPE,GROUP 34/78 GOLD SPECIAL TYPE,CHEVROLETTRAILBLAZER2013DIN66 GOLD
CHEVROLET,CRUZE 2.0 CRDi,NONE,DIN 66 GOLD SPECIAL TYPE,,CHEVROLETCRUZE 2.0 CRDiNONEDIN66/DIN66 Gold
CHEVROLET,SUBURVAN 5.3 V8 4x2 AT,2007 - 2018,GROUP 65 GOLD SPECIAL TYPE,DIN77H GOLD,CHEVROLETSUBURVAN 5.3 V8 4x2 AT2015DIN77 Tall/DIN77H Gold
CHEVROLET,VENTURE,2003 - 2018,GROUP 34/78 GOLD SPECIAL TYPE,,CHEVROLETVENTURE2003 - ONG34 / 78/G34 / 78 Gold
CHEVROLET,TRAVERSE,NONE,GROUP 34/78 GOLD SPECIAL TYPE,,CHEVROLETTRAVERSENONEG34 / 78/G35 / 78 Gold
CHEVROLET,SUBURVAN 5.3 V9 4X2 AT,2007 - 2018,GROUP 65 GOLD SPECIAL TYPE,,CHEVROLETSUBURVAN 5.3 V9 4X2 AT2007 - ONG65/G65 Gold
CHEVROLET,LUMINA,2006,GROUP 34/78 GOLD SPECIAL TYPE,,CHEVROLETLUMINA2006GROUP 34/78
CHEVROLET,HUMMER (H1/H2/H3),2000 - 2010,GROUP 34/78 GOLD SPECIAL TYPE,,CHEVROLETHUMMER (H1/H2/H3)2000 - 2010GROUP 34/78
CHEVROLET,TAHOE 5.3 V8 4X2 AT,NONE,GROUP 34/78 GOLD SPECIAL TYPE,,CHEVROLETTAHOE 5.3 V8 4X2 ATNONEGROUP 34/78 GOLD SPECIAL TYPE
CHEVROLET,SILVERADO,NONE,GROUP 34/78 GOLD SPECIAL TYPE,,CHEVROLETSILVERADONONEGROUP 34/78 GOLD SPECIAL TYPE
CHEVROLET,AVEO 1.2 LS MT (HATCHBACK),NONE,1SM /MGS50 / D23L GOLD,DIN 55 GOLD SPECIAL TYPE,CHEVROLETAVEO 1.2 LS MT (HATCHBACK)NONENS51/D23L Gold
CHEVROLET,AVEO 1.4 SEDAN AT,NONE,1SM /MGS50 / D23L GOLD,DIN 55 GOLD SPECIAL TYPE,CHEVROLETAVEO 1.4 SEDAN ATNONENS53/D23L Gold
CHEVROLET,AVEO 1.4 SEDAN MT,NONE,1SM /MGS50 / D23L GOLD,DIN 55 GOLD SPECIAL TYPE,CHEVROLETAVEO 1.4 SEDAN MTNONENS54/D23L Gold
CHRYSLER,DAKOTA,1996 - 2018,2SM / MG50 / D26L GOLD,,CHRYSLERDAKOTA1996 - ON2SM / MG50 / D26L GOLD
CHRYSLER,GRAND CHEROKEE,1996 - 2018,GROUP 65 GOLD SPECIAL TYPE,2SM / MG50 / D26L GOLD,CHRYSLERGRAND CHEROKEE1996 - ON2SM / MG50 / D26L GOLD
CHRYSLER,RAM,1996 - 2018,2SM / MG50 / D26L GOLD,,CHRYSLERRAM1996 - ON2SM / MG50 / D26L GOLD
CHRYSLER,RAM CHARGER (GASOLINE),1996 - ON,2SM / MG50 / D26L GOLD,,CHRYSLERRAM CHARGER (GASOLINE)1996 - ON2SM / MG50 / D26L GOLD
CHRYSLER,CARAVAN,1996 - 2018,GROUP 34/78 GOLD SPECIAL TYPE,2SM / N50 / D26L GOLD,CHRYSLERCARAVAN1996 - ON2SM / N50 / D26L GOLD
CHRYSLER,RAM CHARGER (DIESEL),1996 - 2018,3SM / N70XL / D31L EXCEL,,CHRYSLERRAM CHARGER (DIESEL)1996 - ON3SM / N70 / D31L EXCEL
CHRYSLER,SEBRING,NONE,DIN 66 GOLD SPECIAL TYPE,,CHRYSLERSEBRINGNONEDIN 66 GOLD SPECIAL TYPE
CHRYSLER,PACIFICA,2007 - 2018,DIN 66 GOLD SPECIAL TYPE,,CHRYSLERPACIFICA2007 - ONDIN 66 GOLD SPECIAL TYPE
CHRYSLER,800C,NONE,DIN 88 GOLD SPECIAL TYPE,,CHRYSLER800CNONEDIN 88 GOLD SPECIAL TYPE
CHRYSLER,300C,NONE,DIN 88 GOLD SPECIAL TYPE,,CHRYSLER300CNONEDIN 88 GOLD SPECIAL TYPE
CHRYSLER,TOWN & COUNTRY,2007-2018,GROUP 34/78 GOLD SPECIAL TYPE,DIN 66 GOLD SPECIAL TYPE,CHRYSLERTOWN & COUNTRY2007-0nDIN66 /DIN66 Gold
CHRYSLER,DURANGO,NONE,GROUP 65 GOLD SPECIAL TYPE,,CHRYSLERDURANGONONEG65/G65 Gold
CHRYSLER,GRAND VOYAGER,NONE,GROUP 34/78 GOLD SPECIAL TYPE,,CHRYSLERGRAND VOYAGERNONEGROUP 34/78 GOLD SPECIAL TYPE
CHRYSLER,TOWN & COUNTRY (GAS),NONE,GROUP 34/78 GOLD SPECIAL TYPE,,CHRYSLERTOWN & COUNTRY (GAS)NONEGROUP 34/78 GOLD SPECIAL TYPE
CHRYSLER,TOWN & COUNTRY (DIESEL),NONE,GROUP 34/78 GOLD SPECIAL TYPE,,CHRYSLERTOWN & COUNTRY (DIESEL)NONEGROUP 34/78 GOLD SPECIAL TYPE
DAEWOO,CIELO,1996 - 1999,DIN 55 GOLD SPECIAL TYPE,1SM / NS50 / D23L GOLD,DAEWOOCIELO1996 - 19991SM / NS50 / D23L GOLD
DAEWOO,ESPERO,1995 - 1999,DIN 55 GOLD SPECIAL TYPE,1SM / NS50 / D23L GOLD,DAEWOOESPERO1995 - 19991SM / NS50 / D23L GOLD
DAEWOO,RACER,1994 - 1999,1SM / NS50 / D23L GOLD,DIN 55 GOLD SPECIAL TYPE,DAEWOORACER1994 - 19991SM / NS50 / D23L GOLD
DAEWOO,SUPER SALOON,1989 - 1999,2SM / N50 / D26L EXCEL,DIN 55 GOLD SPECIAL TYPE,DAEWOOSUPER SALOON1989 - 19992SM / N50 / D26L EXCEL
DAEWOO,PRINCE,1996 - 1999,2SM / N50 / D26L GOLD,DIN 55 GOLD SPECIAL TYPE,DAEWOOPRINCE1996 - 19992SM / N50 / D26L GOLD
DAIHATSU,FEROZA,1989 - 2018,2HN / NS60 /B24L GOLD,,DAIHATSUFEROZA1989 - ON2HN / N40 / B24L GOLD
DAIHATSU,HI JET,1989 - 1999,2HN / NS60 /B24L GOLD,,DAIHATSUHI JET1989 - 19992HN / N40 / B24L GOLD
DAIHATSU,CHARADE,1991 - 1999,2HN / NS60 /B24L GOLD,,DAIHATSUCHARADE1991 - 19992HN / NS60 /B24L GOLD
DODGE,CALIBER,2007 - 2018,DIN 66 GOLD SPECIAL TYPE,,DODGECALIBER2007 - ONDIN 66 GOLD SPECIAL TYPE
DODGE,CHARGER,NONE,GROUP 34/78 GOLD SPECIAL TYPE,,DODGECHARGERNONEG34/78/G34/78 Gold
DODGE,CARAVAN,NONE,GROUP 34/78 GOLD SPECIAL TYPE,,DODGECARAVANNONEG34/78/G34/78 Gold
DODGE,CHALLENGER,NONE,GROUP 34/78 GOLD SPECIAL TYPE,,DODGECHALLENGERNONEG34/78/G34/78 Gold
DODGE,VIPER,NONE,GROUP 34/78 GOLD SPECIAL TYPE,,DODGEVIPERNONEG34/78/G34/78 Gold
DODGE,DAKOTA,NONE,GROUP 65 GOLD SPECIAL TYPE,,DODGEDAKOTANONEG65/G65 Gold
DODGE,NEON,NONE,GROUP 34/78 GOLD SPECIAL TYPE,,DODGENEONNONEGROUP 34/78 GOLD SPECIAL TYPE
DODGE,MAGNUM,NONE,GROUP 34/78 GOLD SPECIAL TYPE,,DODGEMAGNUMNONEGROUP 34/78 GOLD SPECIAL TYPE
DODGE,JOURNEY,NONE,GROUP 34/78 GOLD SPECIAL TYPE,,DODGEJOURNEYNONEGROUP 34/78 GOLD SPECIAL TYPE
DODGE,DURANGO,NONE,GROUP 65 GOLD SPECIAL TYPE,,DODGEDURANGONONEGROUP 65 GOLD SPECIAL TYPE
DODGE,NITRO,NONE,GROUP 34/78 GOLD SPECIAL TYPE,,DODGENITRONONESPECIAL TYPE G34/78
FERRARI,550 MARANELLO,NONE,DIN 88 GOLD SPECIAL TYPE,,FERRARI550 MARANELLONONEDIN 88 GOLD SPECIAL TYPE
FERRARI,599 GTB FIORANO,NONE,DIN 88 GOLD SPECIAL TYPE,,FERRARI599 GTB FIORANONONEDIN 88 GOLD SPECIAL TYPE
FERRARI,612 SCAGLIETTI,NONE,DIN 88 GOLD SPECIAL TYPE,,FERRARI612 SCAGLIETTINONEDIN 88 GOLD SPECIAL TYPE
FERRARI,"F355, F430, F599, F612",1999 - 2018,DIN 88 GOLD SPECIAL TYPE,,"FERRARIF355, F430, F599, F6121999 - ONDIN 88 GOLD SPECIAL TYPE"
FERRARI,"FF, F12 BERLINETTA",2014 - 2018,DIN 88 GOLD SPECIAL TYPE,,"FERRARIFF, F12 BERLINETTA2014 - OnDIN88 GOLD"
FERRARI,"458 Italia, 488",,DIN 88 GOLD SPECIAL TYPE,,"FERRARI458 Italia, 488DIN88 GOLD"
FIAT UNO,ALL MODELS,1992 - 1996,1SM /MGS50 / D23L GOLD,,FIAT UNOALL MODELS1992 - 19961SM / NS50 / D23L GOLD
FORD,ESCAPE 2.3L,1996 - 2018,1SM / NS50 / D23L EXCEL,1SM /MGS50 / D23L GOLD,FORDESCAPE 2.3L2007-0n1SM / NS50 / D23L EXCEL
FORD,LYNX,1998 - 2018,1SM / NS50 / D23L GOLD,1SM / NS50 / D23L EXCEL,FORDLYNX1998 - ON1SM / NS50 / D23L GOLD
FORD,ESCAPE 2.0L/3.0L,2003 - 2018,2SM / MG50 / D26L GOLD,2SM / N50 / D26L EXCEL ,FORDESCAPE 2.0L/3.0L2003 - ON2SM / MG50 / D26L GOLD
FORD,ESCAPE 3.0 V6,2007 - 2018,2SM / MG50 / D26L GOLD,2SM / N50 / D26L EXCEL,FORDESCAPE 3.0 V62007 - ON2SM / MG50 / D26L GOLD
FORD,"EVEREST 2,5/3.0 DURATORQ",2007 - 2018,3SM / MG70 / D31R GOLD REVERSE,,"FORDEVEREST 2,5/3.0 DURATORQ2007 - ON3SM / MG70 / D31R GOLD REVERSE"
FORD,EVEREST 2.3L,2000 - 2018,3SM / MG70 / D31R GOLD REVERSE,,FORDEVEREST 2.3L2000 - ON3SM / MG70 / D31R GOLD REVERSE
FORD,RANGER,1999 - 2014,3SM / MG70 / D31R GOLD REVERSE,,FORDRANGER1999 - ON3SM / MG70 / D31R GOLD REVERSE
FORD,RANGER 2.5/3.0 DURATORQ,2007 - 2018,3SM / MG70 / D31R GOLD REVERSE,,FORDRANGER 2.5/3.0 DURATORQ2007 - ON3SM / MG70 / D31R GOLD REVERSE
FORD,ECOSPORT,2014,DIN 44 GOLD SPECIAL TYPE,,FORDECOSPORT2014DIN 44 GOLD SPECIAL TYPE
FORD,FOCUS,2005 - 2013,DIN 44 GOLD SPECIAL TYPE,,FORDFOCUS2013 - DOWNDIN 44 GOLD SPECIAL TYPE
FORD,FORD FIESTA 1.6 MT STYLE 4 DR,2010,DIN 44 GOLD SPECIAL TYPE,,FORDFORD FIESTA 1.6 MT STYLE 4 DR2010DIN 44 GOLD SPECIAL TYPE
FORD,FORD FIESTA 1.6 MT TREND 5 DR,2010,DIN 44 GOLD SPECIAL TYPE,,FORDFORD FIESTA 1.6 MT TREND 5 DR2010DIN 44 GOLD SPECIAL TYPE
FORD,FORD FIESTA 1.6 POWERSHIFT SPORTS 4DR,2010,DIN 44 GOLD SPECIAL TYPE,,FORDFORD FIESTA 1.6 POWERSHIFT SPORTS 4DR2010DIN 44 GOLD SPECIAL TYPE
FORD,FORD FIESTA 1.6 POWERSHIFT SPORTS 5DR,2010,DIN 44 GOLD SPECIAL TYPE,,FORDFORD FIESTA 1.6 POWERSHIFT SPORTS 5DR2010DIN 44 GOLD SPECIAL TYPE
FORD,FORD FIESTA 1.6 POWERSHIFT SPORTS 5DT,2010,DIN 44 GOLD SPECIAL TYPE,,FORDFORD FIESTA 1.6 POWERSHIFT SPORTS 5DT2010DIN 44 GOLD SPECIAL TYPE
FORD,FORD FIESTA 1.6 MT TREND 4 DR,2010,DIN 44 GOLD SPECIAL TYPE,,FORDFORD FIESTA 1.6 MT TREND 4 DR2010DIN 44 GOLD SPECIAL TYPE
FORD,FORD FIESTA,2013,DIN 55 GOLD SPECIAL TYPE,,FORDFORD FIESTA2013DIN 55 GOLD SPECIAL TYPE
FORD,ESCORT,NONE,DIN 55R GOLD REVERSE SPECIAL TYPE,,FORDESCORTNONEDIN 55R GOLD REVERSE SPECIAL TYPE
FORD,MUSTANG,NONE,DIN 66 GOLD SPECIAL TYPE,,FORDMUSTANGNONEDIN 66 GOLD SPECIAL TYPE
FORD,EVEREST,2014 - 2018,DIN 66 GOLD SPECIAL TYPE,,FORDEVEREST2014 - UPDIN 66 GOLD SPECIAL TYPE
FORD,FOCUS,2014 - 2018,DIN 66 GOLD SPECIAL TYPE,,FORDFOCUS2014 - UPDIN 66 GOLD SPECIAL TYPE
FORD,FOCUS (DIESEL),2005 - 2018,DIN 66 GOLD SPECIAL TYPE,,FORDFOCUS (DIESEL)NONEDIN 66 GOLD SPECIAL TYPE
FORD,RANGER,2014 - 2018,DIN 66 GOLD SPECIAL TYPE,,FORDRANGER2014 - ONDIN 66 GOLD SPECIAL TYPE
FORD,RANGER T6 2.2,2012-2018,DIN 66 GOLD SPECIAL TYPE,,FORDALL NEW RANGER T6 2.22012-OnDIN66 GOLD
FORD,ESCAPE 2.0/1.6 ECOBOOST,2014-2018,DIN 66 GOLD SPECIAL TYPE,,FORDALL NEW ESCAPE 2.0/1.6 ECOBOOST2014-OnDIN66 GOLD
FORD,EVEREST 2.2,2015-2018,DIN 66 GOLD SPECIAL TYPE,,FORDALL NEW EVEREST 2.22015-OnDIN66 GOLD
FORD,FORD FIESTA 1.0 ECOBOOST,2014-2018,DIN 66 GOLD SPECIAL TYPE,,FORDFORD FIESTA 1.0 ECOBOOST2014-OnDIN66 GOLD
FORD,EVEREST 3.2 4X4,2015-2018,DIN 77 GOLD SPECIAL TYPE,,FORDALL NEW EVEREST 3.2 4X42015-OnDIN77 GOLD
FORD,RANGER T6 3.2 4X4,2012-2018,DIN 77 GOLD SPECIAL TYPE,,FORDALL NEW RANGER T6 3.2 4X42012-OnDIN77 GOLD
FORD,EXPLORER 2.0 ECOBOOST,2012 - 2018,GROUP 65 GOLD SPECIAL TYPE,,FORDEXPLORER 2.0 ECOBOOST2012 - OnG58 GOLD
FORD,E - 150 CHATEAU WAGON MY,2010,GROUP 65 GOLD SPECIAL TYPE,,FORDE - 150 CHATEAU WAGON MY2010GROUP 65 GOLD SPECIAL TYPE
FORD,EXPEDITION,1999 - 2018,GROUP 65 GOLD SPECIAL TYPE,,FORDEXPEDITION1999 - ONGROUP 65 GOLD SPECIAL TYPE
FORD,SPORT TRAC (4X4),NONE,GROUP 65 GOLD SPECIAL TYPE,,FORDSPORT TRAC (4X4)NONEGROUP 65 GOLD SPECIAL TYPE
FORD,F150 SUPER CAB (4X4),NONE,GROUP 65 GOLD SPECIAL TYPE,,FORDF150 SUPER CAB (4X4)NONEGROUP 65 GOLD SPECIAL TYPE
FORD,F 150,1999 - 2018,GROUP 65 GOLD SPECIAL TYPE,,FORDF 1501999 - ONGROUP 65 GOLD SPECIAL TYPE
FORD,EXPLORER,2000 - 2018,GROUP 65 GOLD SPECIAL TYPE,,FORDEXPLORER2000 - ONGROUP 65 GOLD SPECIAL TYPE
FOTON,TOPLANDER,NONE,3SM / MG70 / D31L GOLD,,FOTONTOPLANDERNONE3SM / MG70 / D31L GOLD
FOTON,GRATOUR,NONE,3SM / MG70 / D31R GOLD REVERSE,,FOTONGRATOURNONE3SM / MG70 / D31R GOLD REVERSE
FOTON,MPX,NONE,3SM / MG70 / D31R GOLD REVERSE,,FOTONMPXNONE3SM / MG70 / D31R GOLD REVERSE
FOTON,THUNDER,NONE,3SM / MG70 / D31R GOLD REVERSE,,FOTONTHUNDERNONE3SM / MG70 / D31R GOLD REVERSE
FOTON,THUNDER IRONMAN,NONE,3SM / MG70 / D31R GOLD REVERSE,,FOTONTHUNDER IRONMANNONE3SM / MG70 / D31R GOLD REVERSE
FOTON,THUNDER STRIKE,NONE,3SM / MG70 / D31R GOLD REVERSE,,FOTONTHUNDER STRIKENONE3SM / MG70 / D31R GOLD REVERSE
FOTON,TOANO,NONE,3SM / MG70 / D31R GOLD REVERSE,,FOTONTOANONONE3SM / MG70 / D31R GOLD REVERSE
FOTON,BLIZZARD,NONE,3SM / MG70 / D31R GOLD REVERSE,3SM / N70XL / D31L EXCEL,FOTONBLIZZARDNONE3SM / MG70 / D31R GOLD REVERSE
FOTON,VIEW TRANSVAN,NONE,3SM / N70XL / D31L EXCEL,,FOTONVIEW TRANSVANNONE3SM / N70XL / D31L EXCEL
FOTON,VIEW TRAVELLER,NONE,3SM / N70XL / D31L EXCEL,,FOTONVIEW TRAVELLERNONE3SM / N70XL / D31L EXCEL
FOTON,TORNADO,NONE,3SM / MG70 / D31L GOLD,,FOTONTORNADONONE3SM/MG70/D31L GOLD
GEELY,EMGRAND 7,NONE,1SM /MGS50 / D23L GOLD,,GEELYEMGRAND 7NONE1SM /MGS50 / D23L GOLD
GEELY,EMGRAND 8,NONE,1SM /MGS50 / D23L GOLD,,GEELYEMGRAND 8NONE1SM /MGS50 / D23L GOLD
GEELY,EMGRAND X7,NONE,1SM /MGS50 / D23L GOLD,,GEELYEMGRAND X7NONE1SM /MGS50 / D23L GOLD
GEELY,TX4,NONE,1SM /MGS50 / D23R GOLD REVERSE,,GEELYTX4NONE1SM /MGS50 / D23R GOLD REVERSE
GMC,SAVANA,NONE,GROUP 34/78 GOLD SPECIAL TYPE,,GMCSAVANANONEGROUP 34/78 GOLD SPECIAL TYPE
GOLDEN DRAGON,SAPPHIRE,NONE,3SM / MG70 / D31L GOLD,,GOLDEN DRAGONSAPPHIRENONE3SM / MG70 / D31L GOLD
GREATWALL,M4,NONE,2HN / NS60 /B24L GOLD,,GREATWALLM4NONE2HN / NS60 /B24L GOLD
GREATWALL,HOVER,NONE,3SM / MG70 / D31R GOLD REVERSE,,GREATWALLHOVERNONE3SM / MG70 / D31R GOLD REVERSE
HAIMA,M3,,1SM /MGS50 / D23L GOLD,1SM / NS50 / D23L EXCEL,HAIMAM31SM / NS50 / D23L GOLD
HAIMA,HAIMA7,,1SM /MGS50 / D23L GOLD,1SM / NS50 / D23L EXCEL,HAIMAHAIMA71SM / NS50 / D23L GOLD
HAIMA,HAIMA1 SUB-COMPACT,,2HN / NS60 /B24L GOLD,,HAIMAHAIMA1 SUB-COMPACT2HN / N40 / B24L GOLD
HAIMA,HAIMA2 SUB-COMPACT,,2HN / NS60 /B24L GOLD,,HAIMAHAIMA2 SUB-COMPACT2HN / N40 / B24L GOLD
HAIMA,S5 CROSSOVER,,2HN / NS60 /B24L GOLD,,HAIMAS5 CROSSOVER2HN / N40 / B24L GOLD
HAIMA,F-STAR (ALL VARIANTS),,2HN / NS60 /B24L GOLD,,HAIMAF-STAR (ALL VARIANTS)2HN / N40 / B24L GOLD
HINO,TRUCK,NONE,3SM / MG70 / D31L GOLD,,HINOTRUCKNONE3SM
HONDA,ACCORD,1992 - 2018,1SM /MGS50 / D23L GOLD,2HN / NS60 /B24L GOLD,HONDAACCORD1998 - ON1SM / NS50 / D23L GOLD
HONDA,ACCORD 2.4 S AT,NONE,1SM / NS50XL / D23L EXCEL,1SM /MGS50 / D23L GOLD,HONDAACCORD 2.4 S ATNONE1SM / NS50XL / D23L EXCEL
HONDA,ACCORD 3.5 S - V AT V6,NONE,1SM / NS50XL / D23L EXCEL,,HONDAACCORD 3.5 S - V AT V6NONE1SM / NS50XL / D23L EXCEL
HONDA,S2000,NONE,1SM /MGS50 / D23L GOLD,,HONDAS2000NONE1SM /MGS50 / D23L GOLD
HONDA,CIVIC 1.8,2007-2018,2HN / NS60 /B24L GOLD,2HN / NS60 /B24L EXCEL,HONDACIVIC 1.820162HN / N40 / B24L EXCEL
HONDA,CIVIC RS 1.5 TURBO,2016,2HN / NS60 /B24L GOLD,2HN / NS60 /B24L EXCEL,HONDACIVIC RS 1.5 TURBO20162HN / N40 / B24L EXCEL
HONDA,CIVIC,1991 - 2000,2HN / NS60 /B24L GOLD,,HONDACIVIC1991 - 20002HN / N40 / B24L GOLD
HONDA,CIVIC 1.8 & 2.0,2007-2018,2HN / NS60 /B24L GOLD,2HN / NS60 /B24L EXCEL,HONDACIVIC 1.8 & 2.020072HN / N40 / B24L GOLD
HONDA,CIVIC 1.6L,2001 - 2006,2HN / NS60ARS /B24RS GOLD REVERSE,,HONDACIVIC 1.6L2001 - 20062HN / N40 / B24R GOLD
HONDA,ACCORD 2.0L,2004,2HN / NS60 /B24L GOLD,,HONDAACCORD 2.0L20042HN / NS60 /B24L GOLD
HONDA,BRIO AMAZE,NONE,2HN / NS60 /B24L GOLD,,HONDABRIO AMAZENONE2HN / NS60 /B24L GOLD
HONDA,CITY,1996 - 2018,4SN / NS40 / B20L GOLD,2HN / NS60 /B24L GOLD,HONDACITY2002 - DOWN2HN / NS60 /B24L GOLD
HONDA,CIVIC,2006 - 2018,2HN / NS60 /B24L GOLD,,HONDACIVIC2006 - ON2HN / NS60 /B24L GOLD
HONDA,CRV,1997 - 2018,2HN / NS60 /B24L GOLD,,HONDACRV1997 - ON2HN / NS60 /B24L GOLD
HONDA,CR-V 2.0-2.4,2007 - 2018,2HN / NS60 /B24L GOLD,,HONDACR-V 2.0-2.42007 - ON2HN / NS60 /B24L GOLD
HONDA,CR-Z,NONE,2HN / NS60 /B24L GOLD,,HONDACR-ZNONE2HN / NS60 /B24L GOLD
HONDA,HRV,2000 - 2018,2HN / NS60 /B24L GOLD,,HONDAHRV2000 - ON2HN / NS60 /B24L GOLD
HONDA,STREAM,NONE,2HN / NS60 /B24L GOLD,,HONDASTREAMNONE2HN / NS60 /B24L GOLD
HONDA,EXTREME,NONE,2HN / NS60 /B24L GOLD,,HONDAEXTREMENONE2HN / NS60 /B24L GOLD
HONDA,CIVIC,2001 - 2005,2HN / NS60ARS /B24RS GOLD REVERSE,,HONDACIVIC2001 - 20052HN / NS60ARS /B24RS GOLD REVERSE
HONDA,LEGEND,1994 - 2016,2SM / MG50 / D26L GOLD,2SM / N50 / D26L EXCEL,HONDALEGEND1994 - 19952SM / MG50 / D26L GOLD
HONDA,ACCORD 3.5 S (8-Gen & 9-Gen),2008 -2018,2SM / N50 / D26L EXCEL,2SM / N50 / D26L GOLD,HONDANEW ACCORD 3.5 S (8-Gen & 9-Gen)2008 to Present2SM / N50 / D26L EXCEL
HONDA,ODYSSEY,1987 - 2013,2SM / MG50 / D26L GOLD,,HONDAODYSSEY1987 - 20132SM / N50 / D26L GOLD
HONDA,ACCORD 3.0L,2004,2SM / N50 / D26L GOLD,2SM / N50 / D26L EXCEL,HONDAACCORD 3.0L20042SM / N50 / D26L GOLD
HONDA,PILOT,,2SM / N50XL / D26L EXCEL,2SM / N50 / D26L GOLD,HONDAPILOTNONE2SM / N50XL / D26L EXCEL
HONDA,BRIO,2014 - 2018,4SN / NS40 / B20L GOLD,,HONDABRIO2014 - ON34B17L/ For Development
HONDA,MOBILIO,2015 - 2018,4SN / NS40 / B20L / GOLD ,4SN / NS40 / B20L / ENDURO,HONDAMOBILIO2015 - ON34B17L/ For Development
HONDA,BR-V,2016,4SN / NS40 / B20L GOLD,2HN / NS60 /B24L GOLD,HONDABR-V201634B17L/ For Development
HONDA,JAZZ,NONE,4SN / NS40 / B20L GOLD,,HONDAJAZZNONE4SN / NS40 / B20L GOLD
HONDA,FIT,NONE,4SN / NS40 / B20L GOLD,,HONDAFITNONE4SN / NS40 / B20L GOLD
HONDA,CITY 1.3 A MT,2008,4SN / NS40 / B20L GOLD,,HONDAALL NEW CITY 1.3 A MT20084SN / NS40 / B20L GOLD
HONDA,CITY 1.3 S MT,2008,4SN / NS40 / B20L GOLD,,HONDAALL NEW CITY 1.3 S MT20084SN / NS40 / B20L GOLD
HONDA,CITY 1.3 S AT,2008,4SN / NS40 / B20L GOLD,,HONDAALL NEW CITY 1.3 S AT20084SN / NS40 / B20L GOLD
HONDA,CITY 1.5 E AT,2008,4SN / NS40 / B20L GOLD,,HONDAALL NEW CITY 1.5 E AT20084SN / NS40 / B20L GOLD
HONDA,JAZZ 1.3 S MT,2008,4SN / NS40 / B20L GOLD,,HONDAALL NEW JAZZ 1.3 S MT20084SN / NS40 / B20L GOLD
HONDA,JAZZ 1.3 S AT,2008,4SN / NS40 / B20L GOLD,,HONDAALL NEW JAZZ 1.3 S AT20084SN / NS40 / B20L GOLD
HONDA,JAZZ 1.3 V AT,2008,4SN / NS40 / B20L GOLD,,HONDAALL NEW JAZZ 1.3 V AT20084SN / NS40 / B20L GOLD
HUMMER,H2,NONE,GROUP 34/78 GOLD SPECIAL TYPE,,HUMMERH2NONEGROUP 34/78 GOLD SPECIAL TYPE
HYUNDAI,TUCSON 2.0 GAS 4X2 AT,2004 - 2018 ,D20L / N50SL GOLD , 1SM /MGS50 / D23L GOLD,HYUNDAITUCSON 2.0 GAS 4X2 AT2004-ON1SM / NS50 / D23L EXCEL
HYUNDAI,TUCSON 2.0 GAS 4x2 MT,2004 - 2018 ,1SM /MGS50 / D23L GOLD,1SM / NS50 / D23L EXCEL,HYUNDAITUCSON 2.0 GAS 4x2 MT1SM / NS50 / D23L EXCEL
HYUNDAI,CRETA (DIESEL),2017,1SM /MGS50 / D23L GOLD,1SM / NS50 / D23L EXCEL,HYUNDAICRETA (DIESEL)20171SM / NS50 / D23L EXCEL
HYUNDAI,GENESIS COUPE 2.0 TURBO 6 MT,,DIN 66 GOLD SPECIAL TYPE,2SM / MG50 / D26L GOLD,HYUNDAIGENESIS COUPE 2.0 TURBO 6 MT1SM / NS50 / D23L EXCEL
HYUNDAI,COUPE GLS 2.0 GAS AT,1996 - 2018,1SM /MGS50 / D23L GOLD,1SM / NS50 / D23L EXCEL,HYUNDAICOUPE GLS 2.0 GAS AT1996 - ON1SM / NS50 / D23L GOLD
HYUNDAI,COUPE GLS 2.7 V6 AT,1996 - 2018,1SM /MGS50 / D23L GOLD,1SM / NS50 / D23L EXCEL,HYUNDAICOUPE GLS 2.7 V6 AT1996 - ON1SM / NS50 / D23L GOLD
HYUNDAI,EXCEL,1993 - 1999,1SM /MGS50 / D23L GOLD,1SM / NS50 / D23L EXCEL,HYUNDAIEXCEL1993 - 19991SM / NS50 / D23L GOLD
HYUNDAI,GETZ Gas 1.1 MT,,D20L / N50SL GOLD ,1SM / NS50 / D23L GOLD,HYUNDAIGETZ Gas 1.1 MT2003 - 20091SM / NS50 / D23L GOLD
HYUNDAI,MATRIX (1.6 Gas),,D20L / N50SL GOLD ,1SM / NS50 / D23L GOLD,HYUNDAIMATRIX (1.6 Gas)1SM / NS50 / D23L GOLD
HYUNDAI,CRETA (GAS),2017,1SM /MGS50 / D23L GOLD,1SM / NS50 / D23L EXCEL,HYUNDAICRETA (GAS)20171SM / NS50 / D23L GOLD
HYUNDAI,ELANTRA GLS 1.6 CRDI,1996 -2012,1SM /MGS50 / D23L GOLD,,HYUNDAIELANTRA GLS 1.6 CRDI1996 -20121SM /MGS50 / D23L GOLD
HYUNDAI,GENESIS TURBO SAT,,2SM / N50 / D26L EXCEL,1SM /MGS50 / D23L GOLD,HYUNDAIGENESIS TURBO SATNONE1SM /MGS50 / D23L GOLD
HYUNDAI,GETZ ,2014,DIN 44 GOLD SPECIAL TYPE,DIN 55 GOLD SPECIAL TYPE,HYUNDAIGETZ 2014NONE1SM /MGS50 / D23L GOLD
HYUNDAI,ATOZ,,1SM /MGS50 / D23L GOLD,,HYUNDAIATOZNONE1SM /NS50 / D23L GOLD
HYUNDAI,i30,,2HN / N40 / B24L GOLD,,HYUNDAIi302HN / N40 / B24L GOLD
HYUNDAI,ACCENT GL 1.5 CRDI MT,2004-2013,2SM / MG50 / D26L GOLD,,HYUNDAIACCENT GL 1.5 CRDI MT2004-20132SM / MG50 / D26L GOLD
HYUNDAI,ACCENT GLS 1.5 CRDI MT,2005-2013,2SM / MG50 / D26L GOLD,,HYUNDAIACCENT GLS 1.5 CRDI MT2005-20132SM / MG50 / D26L GOLD
HYUNDAI,AZERA GLS 3.3 AT,2004 - 2018,2SM / MG50 / D26L GOLD,,HYUNDAIAZERA GLS 3.3 AT2004 - ON2SM / MG50 / D26L GOLD
HYUNDAI,SONATA GLS 2.4 GAS AT,1996 - 2018,2SM / MG50 / D26L GOLD,2SM / N50 / D26L EXCEL,HYUNDAISONATA GLS 2.4 GAS AT20052SM / MG50 / D26L GOLD
HYUNDAI,SONATA GLS 2.7 GAS AT,1996 - 2018,2SM / MG50 / D26L GOLD,2SM / N50 / D26L EXCEL,HYUNDAISONATA GLS 2.7 GAS AT1996 - ON2SM / MG50 / D26L GOLD
HYUNDAI,TIBURON,,2SM / MG50 / D26L GOLD,2SM / N50 / D26L ENDURO,HYUNDAITIBURONNONE2SM / N50 / D26L ENDURO
HYUNDAI,GENESIS 3.8 V6 GLS AT,,DIN 66 GOLD SPECIAL TYPE,2SM / N50 / D26L EXCEL,HYUNDAIGENESIS 3.8 V6 GLS AT2SM / N50 / D26L EXCEL
HYUNDAI,GENESIS COUPE 3.8 V6 6 MT,,DIN 66 GOLD SPECIAL TYPE,2SM / N50 / D26L EXCEL,HYUNDAIGENESIS COUPE 3.8 V6 6 MT2SM / N50 / D26L EXCEL
HYUNDAI,GETZ CRDi 1.5 MT (FL),2004 - 2009,DIN 44 GOLD SPECIAL TYPE,2SM / N50 / D26L GOLD,HYUNDAIGETZ CRDi 1.5 MT (FL)2004 - 20092SM / N50 / D26L GOLD
HYUNDAI,GRACE (GASOLINE),1995 - 2018,2SM / N50 / D26L GOLD,3SM / MG70 / D31L GOLD,HYUNDAIGRACE (GASOLINE)1995 - ON2SM / N50 / D26L GOLD
HYUNDAI,MATRIX (CRDI DIESEL),2004-2018,2SM / N50 / D26L GOLD,3SM / N70XL / D31L EXCEL,HYUNDAIMATRIX (CRDI DIESEL)2004-ON2SM / N50 / D26L GOLD
HYUNDAI,H 100 / GRACE,1995 - 2018,3SM / MG70 / D31L GOLD,3SM / N70 / D31L EXCEL,HYUNDAIH 100 / GRACE1995 - ON3SM / MG70 / D31L GOLD
HYUNDAI,TUCSON CRDI DSL 4X4 AT,2004-2018,3SM / N70XL / D31L EXCEL,3SM / MG70 / D31L GOLD,HYUNDAITUCSON CRDI DSL 4X4 AT2004-ON3SM / MG70 / D31L GOLD
HYUNDAI,STAREX CRDI VGT GLS AT 12S,2007 - 2018,3SM / MG70 / D31R GOLD REVERSE,,HYUNDAISTAREX CRDI VGT GLS AT 12S2007 - ON3SM / MG70 / D31R GOLD REVERSE
HYUNDAI,STAREX CRDI VGT GLS AT SS 10S,2007 - 2018,3SM / MG70 / D31R GOLD REVERSE,,HYUNDAISTAREX CRDI VGT GLS AT SS 10S2007 - ON3SM / MG70 / D31R GOLD REVERSE
HYUNDAI,STAREX CRDI VGT GLS MT 10S,2007 - 2018,3SM / MG70 / D31R GOLD REVERSE,,HYUNDAISTAREX CRDI VGT GLS MT 10S2007 - ON3SM / MG70 / D31R GOLD REVERSE
HYUNDAI,STAREX CRDI VGT GLS MT 12S,2007 - 2018,3SM / MG70 / D31R GOLD REVERSE,,HYUNDAISTAREX CRDI VGT GLS MT 12S2007 - ON3SM / MG70 / D31R GOLD REVERSE
HYUNDAI,STAREX CRDI VGT GOLD AT 10S,2007 - 2018,3SM / MG70 / D31R GOLD REVERSE,,HYUNDAISTAREX CRDI VGT GOLD AT 10S2007 - ON3SM / MG70 / D31R GOLD REVERSE
HYUNDAI,STAREX TCI GL MT 10,2007 - 2018,3SM / MG70 / D31R GOLD REVERSE,,HYUNDAISTAREX TCI GL MT 102007 - ON3SM / MG70 / D31R GOLD REVERSE
HYUNDAI,STAREX TCI GL MT 12,2007 - 2018,3SM / MG70 / D31R GOLD REVERSE,,HYUNDAISTAREX TCI GL MT 122007 - ON3SM / MG70 / D31R GOLD REVERSE
HYUNDAI,STAREX TCI GLS AT 10,2007 - 2018,3SM / MG70 / D31R GOLD REVERSE,,HYUNDAISTAREX TCI GLS AT 102007 - ON3SM / MG70 / D31R GOLD REVERSE
HYUNDAI,TUCSON CRDI DSL 4X2 AT,2011 - 2018,3SM / MG70 / D31R GOLD REVERSE,,HYUNDAITUCSON CRDI DSL 4X2 AT2011 - ON3SM / MG70 / D31R GOLD REVERSE
HYUNDAI,PORTER 2.6 DIESEL (CAB CHASSIS),,3SM / N70XL / D31L EXCEL,3SM / MG70 / D31L GOLD,HYUNDAIPORTER 2.6 DIESEL (CAB CHASSIS)3SM / N70 / D31L EXCEL
HYUNDAI,PORTER 2.6 DIESEL (SHUTTLE),,3SM / N70XL / D31L EXCEL,3SM / MG70 / D31L GOLD,HYUNDAIPORTER 2.6 DIESEL (SHUTTLE)3SM / N70 / D31L EXCEL
HYUNDAI,PORTER 2.6 DIESEL (CLOSED VAN),,3SM / N70XL / D31L EXCEL,3SM / MG70 / D31L GOLD,HYUNDAIPORTER 2.6 DIESEL (CLOSED VAN)3SM / N70 / D31L EXCEL
HYUNDAI,PORTER 2.6 DIESEL (DROP SIDE),,3SM / N70XL / D31L EXCEL,3SM / MG70 / D31L GOLD,HYUNDAIPORTER 2.6 DIESEL (DROP SIDE)3SM / N70 / D31L EXCEL
HYUNDAI,PORTER 2.6 DIESEL (XG),,3SM / N70XL / D31L EXCEL,3SM / MG70 / D31L GOLD,HYUNDAIPORTER 2.6 DIESEL (XG)3SM / N70 / D31L EXCEL
HYUNDAI,SANTA FE 2.7 GLS 4X4 AT GAS,2005-2018,3SM / N70XL / D31L EXCEL,2SM / MG50 / D26L GOLD,HYUNDAISANTA FE 2.7 GLS 4X4 AT GAS2005-ON3SM / N70 / D31L EXCEL
HYUNDAI,SANTA FE 2.2 GLS 4X4 AT CRDI DSL,2005-2018,3SM / N70XL / D31L EXCEL,3SM / MG70 / D31L GOLD,HYUNDAISANTA FE 2.2 GLS 4X4 AT CRDI DSL2005-ON3SM / N70 / D31L EXCEL
HYUNDAI,SANTA FE 2.2 GLS 4x2 AT CRDi DSL,,3SM / N70XL / D31L EXCEL,3SM / MG70 / D31L GOLD,HYUNDAISANTA FE 2.2 GLS 4x2 AT CRDi DSL3SM / N70 / D31L EXCEL
HYUNDAI,TUCSON CRDi DSL 4x2 AT,2004 - 2011,3SM / N70 / D31L EXCEL,,HYUNDAITUCSON CRDi DSL 4x2 AT3SM / N70 / D31L EXCEL
HYUNDAI,TUCSON CRDI DSL 4X4 AT,2010,3SM / MG70 / D31R GOLD REVERSE,,HYUNDAITUCSON CRDI DSL 4X4 AT20103SM / N70 / D31R GOLD
HYUNDAI,GRAND STAREX TCI GL MT 12,2007-2018,3SM / N70 / D31R GOLD,,HYUNDAI08 GRAND STAREX TCI GL MT 122007-0n3SM / N70 / D31R GOLD
HYUNDAI,GRAND STAREX TCI GLS AT 10,2007-2018,3SM / N70 / D31R GOLD,,HYUNDAI08 GRAND STAREX TCI GLS AT 102007-0n3SM / N70 / D31R GOLD
HYUNDAI,TRUCK,,3SM / N70L / D31L GOLD,,HYUNDAITRUCKNONE3SM / N70L / D31L GOLD
HYUNDAI,VERA CRUZ GLS 3.0 V6 CRDI DSL AT 4X4,2006 - 2018,3SM / N70XL / D31L EXCEL,3SM / MG70 / D31L GOLD,HYUNDAIVERA CRUZ GLS 3.0 V6 CRDI DSL AT 4X42006 - ON3SM / N70XL / D31L EXCEL
HYUNDAI,GALLOPER,,3SM / N70XL / D31L EXCEL,3SM / MG70 / D31L GOLD,HYUNDAIGALLOPERNONE3SM/N70/ D31L EXCEL
HYUNDAI,I10 1.1 GL NT,,4SN / NS40 / B20L GOLD,,HYUNDAII10 1.1 GL NTNONE4SN / NS40 / B20L GOLD
HYUNDAI,I10 1.1 GLS AT,,4SN / NS40 / B20L GOLD,,HYUNDAII10 1.1 GLS ATNONE4SN / NS40 / B20L GOLD
HYUNDAI,I10 1.1 GLS MT,,4SN / NS40 / B20L GOLD,,HYUNDAII10 1.1 GLS MTNONE4SN / NS40 / B20L GOLD
HYUNDAI,I10 1.2 GLS AT,,4SN / NS40 / B20L GOLD,,HYUNDAII10 1.2 GLS ATNONE4SN / NS40 / B20L GOLD
HYUNDAI,I10 1.2 GLS MT,,4SN / NS40 / B20L GOLD,,HYUNDAII10 1.2 GLS MTNONE4SN / NS40 / B20L GOLD
HYUNDAI,I20,,4SN / NS40 / B20L GOLD,,HYUNDAII20NONE4SN / NS40 / B20L GOLD
HYUNDAI,EON,2015-2018,4SN / NS40R / B20R GOLD REVERSE,,HYUNDAIEON2015-ON4SN / NS40 / B21R GOLD
HYUNDAI,ELANTRA GLS 1.6/1.8 Gas,2011 - 2018 ,D20L / N50SL GOLD ,DIN 55 GOLD SPECIAL TYPE,HYUNDAIELANTRA GLS 1.6/1.8 Gas2011-PresentD20/D23L Gold
HYUNDAI,ACCENT GLS 1.5 CRDI MT,2014-2018,DIN 55 GOLD SPECIAL TYPE,,HYUNDAIACCENT GLS 1.5 CRDI MT2014-ONDIN 55 GOLD SPECIAL TYPE
HYUNDAI,ACCENT GL 1.5 CRDI MT,2014-2018,DIN 55 GOLD SPECIAL TYPE,,HYUNDAIACCENT GL 1.5 CRDI MT2014-ONDIN 55 GOLD SPECIAL TYPE
HYUNDAI,ELANTRA,2013 - 2018,DIN 55 GOLD SPECIAL TYPE,,HYUNDAIELANTRA2013 - ONDIN 55 GOLD SPECIAL TYPE
HYUNDAI,H350,2016,DIN110 GOLD,,HYUNDAIH3502016DIN110 GOLD
INFINITI,QX56,NONE,3SM / N70XL / D31L EXCEL,3SM / MG70 / D31L GOLD,INFINITIQX56NONE3SM / N70XL / D31L EXCEL
ISUZU,CROSSWIND,,1SM / NS50 / D23L EXCEL,1SM /NS50 / D23L GOLD,ISUZUCROSS-WIND1SM / NS50 / D23L EXCEL
ISUZU,HIGHLANDER,1996 - 2018,1SM / NS50XL / D23L EXCEL,1SM /NS50 / D23L GOLD,ISUZUHIGHLANDER1996 - ON1SM / NS50 / D23L EXCEL
ISUZU,NHR ,,2SM / MG50 / D26L GOLD,3SM / MG70 / D31L GOLD,ISUZUNHR / NKR1SM / NS50 / D23L EXCEL
ISUZU,NKR,,2SM / MG50 / D26L GOLD,3SM / MG70 / D31L GOLD,
ISUZU,SPORTIVO,NONE,1SM / NS50XL / D23L EXCEL,,ISUZUSPORTIVONONE1SM / NS50XL / D23L EXCEL
ISUZU,MU-X 2.5Li 4X2/3.0Li 4X4,2014 - 2018,2SM / N50 / D26L EXCEL,2SM / MG50 / D26L GOLD,ISUZUMu-X 2.5Li 4X2/3.0Li 4X42014 - On2SM / N50 / D26L EXCEL
ISUZU,D-MAX 3.0 ITEQ 4X2,,2SM / N50 / D26L EXCEL,2SM / MG50 / D26L GOLD,ISUZUD-MAX 3.0 ITEQ 4X22SM / N50 / D26L EXCEL
ISUZU,D-MAX 2.5Li 4X2/3.0Li 4X4 (New Gen Body),2014 - 2018,2SM / N50 / D26L EXCEL,2SM / MG50 / D26L GOLD,ISUZUD-MAX 2.5Li 4X2/3.0Li 4X4 (New Gen Body)2014 - on2SM / N50 / D26L EXCEL
ISUZU,FSR 34SL / FVR 34SL,,2SM / N50 / D26L EXCEL,2SM / MG50 / D26L GOLD,ISUZUFSR 34SL / FVR 34SL2SM / N50 / D26L EXCEL
ISUZU,FTR,1995 - 2018,2SM / N50 / D26L EXCEL,2SM / MG50 / D26L GOLD,ISUZUFTR1995 - 20002SM / N50 / D26L EXCEL
ISUZU,ELF,NONE,2SM / N50 / D26L EXCEL,2SM / MG50 / D26L GOLD,ISUZUELFNONE2SM/ NS50 / D26 ENDURO
ISUZU,CANTER,NONE,2SM / N50 / D26L GOLD,2SM/ NS50 / D26 ENDURO,ISUZUCANTERNONE2SM/ NS50 / D26 ENDURO
ISUZU,NQR,NONE,3SM / MG70 / D31L GOLD,2SM / MG50 / D26L GOLD,ISUZUNQRNONE3SM / MG70 / D31L GOLD
ISUZU,TROOPER (DIESEL),1996 - 2018,3SM / MG70 / D31R GOLD REVERSE,3SM / N70XL / D31L EXCEL,ISUZUTROOPER (DIESEL)1996 - ON3SM / MG70 / D31R GOLD REVERSE
ISUZU,TROOPER (GASOLINE),1996 - 2018,3SM / MG70 / D31R GOLD REVERSE,3SM / N70XL / D31L EXCEL,ISUZUTROOPER (GASOLINE)1996 - ON3SM / MG70 / D31R GOLD REVERSE
ISUZU,iVan,NONE,3SM / MG70 / D31R GOLD REVERSE,,ISUZUiVanNONE3SM / MG70 / D31R GOLD REVERSE
ISUZU,IPV,NONE,3SM / MG70 / D31R GOLD REVERSE,,ISUZUIPVNONE3SM / MG70 / D31R GOLD REVERSE
ISUZU,ALTERRA,,3SM / N70XL / D31L EXCEL,3SM / MG70 / D31L GOLD,ISUZUALTERRA3SM / N70 / D31L EXCEL
ISUZU,D-MAX 3.0 ITEQ 4X4,,3SM / N70XL / D31L EXCEL,3SM / MG70 / D31L GOLD,ISUZUD-MAX 3.0 ITEQ 4X43SM / N70 / D31L EXCEL
ISUZU,FUEGO,1998 - 2018,3SM / N70XL / D31L EXCEL,3SM / MG70 / D31L GOLD,ISUZUFUEGO1998 - ON3SM / N70 / D31L EXCEL
ISUZU,ALTERRA ZEN,,3SM / N70XL / D31L EXCEL,3SM / MG70 / D31L GOLD,ISUZUALTERRA ZEN3SM / N70 / D31L GOLD
ISUZU,ALTERRA URVAN CRUIZER,,3SM / N70XL / D31L EXCEL,3SM / MG70 / D31L GOLD,ISUZUALTERRA URVAN CRUIZER3SM / N70 / D31L GOLD
ISUZU,PICK UP (ALL MODELS),1990 - 2018,3SM / N70XL / D31L EXCEL,2SM / MG50 / D26L GOLD,ISUZUPICK UP (ALL MODELS)1990 - ON3SM / N70XL / D31L EXCEL
ISUZU,BIGHORN,NONE,3SM / N70XL / D31L EXCEL,3SM / MG70 / D31L GOLD,ISUZUBIGHORNNONE3SM/N70/ GOLD
ISUZU,FORWARD,NONE,6SM / N100 / E41 TRUCKMASTER,,ISUZUFORWARDNONE6SM / N100 / E41 TRUCKMASTER
JAC,TRUCK,NONE,3SM / N70 / D31L GOLD,,JACTRUCKNONE3SM / N70 / D31L GOLD
JAGUAR,JAGUAR S-TYPE,NONE,DIN 88 GOLD SPECIAL TYPE,"DIN88 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",JAGUARJAGUAR S-TYPENONEDIN 88 GOLD SPECIAL TYPE
JAGUAR,JAGUAR XJR-TYPE,NONE,DIN 88 GOLD SPECIAL TYPE,"DIN110 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",JAGUARJAGUAR XJR-TYPENONEDIN 88 GOLD SPECIAL TYPE
JAGUAR,JAGUAR XJ-TYPE,NONE,DIN 88 GOLD SPECIAL TYPE,"DIN110/ If the vehicle is equipped with start/stop technology, the recommended battery is AGM.",JAGUARJAGUAR XJ-TYPENONEDIN 88 GOLD SPECIAL TYPE
JAGUAR,JAGUAR XKR-TYPE,NONE,DIN 88 GOLD SPECIAL TYPE,"DIN110 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",JAGUARJAGUAR XKR-TYPENONEDIN 88 GOLD SPECIAL TYPE
JAGUAR,JAGUAR XK-TYPE,NONE,DIN 88 GOLD SPECIAL TYPE,"DIN88 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",JAGUARJAGUAR XK-TYPENONEDIN 88 GOLD SPECIAL TYPE
JAGUAR,JAGUAR XS-TYPE,NONE,DIN 88 GOLD SPECIAL TYPE,"DIN88 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",JAGUARJAGUAR XS-TYPENONEDIN 88 GOLD SPECIAL TYPE
JAGUAR,JAGUAR X-TYPE,NONE,DIN 88 GOLD SPECIAL TYPE,"DIN88 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",JAGUARJAGUAR X-TYPENONEDIN 88 GOLD SPECIAL TYPE
JAGUAR,XF TYPE,NONE,DIN 88 GOLD SPECIAL TYPE,"DIN88 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",JAGUARXF TYPENONEDIN 88 GOLD SPECIAL TYPE
JEEP,WRANGLER,NONE,SPEICAL TYPE OF G34/78,1SM / NS50 / D23L GOLD,JEEPWRANGLERNONE1SM / NS50 / D23L GOLD
JEEP,COMMANDER,NONE,2SM / MG50 / D26R GOLD REVERSE,,JEEPCOMMANDERNONE2SM / MG50 / D26R/ GOLD
JEEP,CHEROKEE,NONE,2SM / MG50 / D26R GOLD REVERSE,,JEEPCHEROKEENONE2SM / MG50 / D26R GOLD REVERSE
KIA,PICANTO DLX AT,2008 - 2018,4SN / NS40 / B20L GOLD,,KIAPICANTO DLX AT2008 - ON/
KIA,CARENS 2.0 Li GAS EX AT,2007-2018,1SM / NS50 / D23L GOLD,1SM / NS50XL / D23L EXCEL,KIACARENS 2.0 Li GAS EX AT2007-0n1SM / NS50 / D23L GOLD
KIA,PRIDE,1990 - 2000,1SM /MGS50 / D23L GOLD,,KIAPRIDE1990 - 20001SM / NS50 / D23L GOLD
KIA,SOUL GAS,,1SM / NS50 / D23L GOLD,1SM / NS50XL / D23L EXCEL,KIASOUL GAS1SM / NS50 / D23L GOLD
KIA,SOUL 2.0 GAS ,,D20L / N50SL GOLD ,,
KIA,SPORTAGE 2.0 L GAS AT,2007-2018,1SM / NS50 / D23L GOLD,1SM / NS50XL / D23L EXCEL,KIASPORTAGE 2.0 L GAS AT2007-0n1SM / NS50 / D23L GOLD
KIA,KIA FORTE,2008 - 2018,1SM /MGS50 / D23L GOLD,1SM / NS50 / D23L EXCEL,KIAKIA FORTE2008 - on1SM / NS50 / D23L GOLD
KIA,SEPHIA,NONE,1SM / NS50XL / D23L EXCEL,1SM /MGS50 / D23L GOLD,KIASEPHIANONE1SM / NS50XL / D23L EXCEL
KIA,RIO 1.4L EX SEDAN AT,2007 - 2018,1SM /MGS50 / D23L GOLD,,KIARIO 1.4L EX SEDAN AT2007 - ON1SM /MGS50 / D23L GOLD
KIA,RIO 1.4L EX SEDAN MT,2007 - 2018,1SM /MGS50 / D23L GOLD,,KIARIO 1.4L EX SEDAN MTNONE1SM /MGS50 / D23L GOLD
KIA,MOJAVE GAS,NONE,2SM / MG50 / D26L GOLD,2SM / MG50 / D26L GOLD,KIAMOJAVE GASNONE2SM / MG50 / D26L GOLD
KIA,SORENTO,2004,2SM / N50 / D26L GOLD,2SM / N50XL / D26L EXCEL,KIASORENTO20042SM / N50 / D26L GOLD
KIA,OPTIMA,NONE,2SM / N50 / D26L EXCEL,2SM / MG50 / D26L GOLD,KIAOPTIMANONE2SM/N50/EXCEL
KIA,SEDONA,2004,3SM / N70XL / D31L EXCEL,3SM / MG70 / D31L GOLD,KIASEDONA20043SM / MG70 / D31L GOLD
KIA,BESTA 2.2L (DIESEL),1994 - 2018,3SM / N70XL / D31L EXCEL,3SM / MG70 / D31L GOLD,KIABESTA 2.2L (DIESEL)1994 - 20003SM / N70 / D31L EXCEL
KIA,PREGIO 2.2L (DIESEL),1994 - 2000,3SM / N70XL / D31L EXCEL,3SM / MG70 / D31L GOLD,KIAPREGIO 2.2L (DIESEL)1994 - 20003SM / N70 / D31L EXCEL
KIA,CARENS 2.0 Li LX CRDi AT,,3SM / N70 / D31L GOLD,3SM / N70XL / D31L EXCEL,KIACARENS 2.0 Li LX CRDi AT3SM / N70 / D31L GOLD
KIA,CARENS 2.0 Li EX CRDi AT,,3SM / N70 / D31L GOLD,3SM / N70XL / D31L EXCEL,KIACARENS 2.0 Li EX CRDi AT3SM / N70 / D31L GOLD
KIA,CARENS 2.0 GAS (1st Gen Body only),,D20L / N50SL GOLD ,,
KIA,CARNIVAL,2000 - 2018,3SM / N70XL / D31L EXCEL,3SM / MG70 / D31L GOLD,KIACARNIVAL2000 - ON3SM / N70 / D31L GOLD
KIA,SPORTAGE 2.0 LDSL AT CRDi 4x4,2007-2018,3SM / N70XL / D31L EXCEL,3SM / MG70 / D31L GOLD,KIASPORTAGE 2.0 LDSL AT CRDi 4x43SM / N70 / D31L GOLD
KIA,SPORTAGE 2.0 LDSL AT CRDi 4x2,2007-2018,3SM / N70XL / D31L EXCEL,3SM / MG70 / D31L GOLD,KIASPORTAGE 2.0 LDSL AT CRDi 4x23SM / N70 / D31R GOLD
KIA,CARNIVAL EX AT CRDI (LWB),2007-2018,3SM / N70XL / D31L EXCEL,3SM / MG70 / D31L GOLD,KIACARNIVAL EX AT CRDI (LWB)20073SM / N70XL / D31L EXCEL
KIA,CARNIVAL EX AT CRDI (SWB) 8 SEATER,2007,3SM / N70XL / D31L EXCEL,3SM / MG70 / D31L GOLD,KIACARNIVAL EX AT CRDI (SWB) 8 SEATER20073SM / N70XL / D31L EXCEL
KIA,CARNIVAL LX AT CRDI (LWB),2007-2018,3SM / N70XL / D31L EXCEL,3SM / MG70 / D31L GOLD,KIACARNIVAL LX AT CRDI (LWB)20073SM / N70XL / D31L EXCEL
KIA,CARNIVAL LX AT CRDI (SWB) 8 SEATER,2007-2018,3SM / N70XL / D31L EXCEL,3SM / MG70 / D31L GOLD,KIACARNIVAL LX AT CRDI (SWB) 8 SEATER20073SM / N70XL / D31L EXCEL
KIA,CARNIVAL LX MT CRDI (SWB) 8 SEATER,2007 - 2018,3SM / N70XL / D31L EXCEL,3SM / MG70 / D31L GOLD,KIACARNIVAL LX MT CRDI (SWB) 8 SEATER2007 - ON3SM / N70XL / D31L EXCEL
KIA,K2700,NONE,3SM / N70XL / D31L EXCEL,3SM / MG70 / D31L GOLD,KIAK2700NONE3SM / N70XL / D31L EXCEL
KIA,CERES,NONE,4SN / NS40 / B20L GOLD,4SN / NS40 / B20 ENDURO,KIACERESNONE4SN / NS40 / B20 ENDURO
KIA,PICANTO DLX MT,2007 - 2018,4SN / NS40 / B20L GOLD,,KIAPICANTO DLX MT2007 - ON4SN / NS40 / B20L GOLD
KIA,SPORTAGE 2.0 GAS,,D20L / N50SL GOLD ,,
LAMBORGHINI,GALLARDO,2003 - 2013,DIN110 GOLD,"DIN100/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM.",LAMBORGHINIGALLARDO2003 - 2013DIN110 GOLD
LAMBORGHINI,AVENTADOR,2011 - 2018,DIN110 GOLD,"DIN100/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM.",LAMBORGHINIAVENTADOR2011 - OnDIN110 GOLD
LAMBORGHINI,MURCIELAGO,2001 - 2010,DIN110 GOLD,"DIN100/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM.",LAMBORGHINIMURCIELAGO2001 - 2010DIN110 GOLD
LAMBORGHINI,HURRACAN,2014 - 2018,DIN110 GOLD,"DIN100/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM.",LAMBORGHINIHURRACAN2014 - OnDIN110 GOLD
LAMBORGHINI,DIABLO,1990 - 2001,DIN77 GOLD,,LAMBORGHINIDIABLO1990 - 2001DIN77 GOLD
LAMBORGHINI,COUNTACH LP400-P,1994 - 1990,DIN77 GOLD,,LAMBORGHINICOUNTACH LP400-P1994 - 1990DIN77 GOLD
LAND ROVER,LR2,1996 - 1999,2SM / MG50 / D26L GOLD,"N50 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",LAND ROVERLR21996 - 19992SM / MG50 / D26L GOLD
LAND ROVER,LR3,1997 - 1999,2SM / MG50 / D26L GOLD,"If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",LAND ROVERLR31997 - 19992SM / MG50 / D26L GOLD
LAND ROVER,DISCOVERY,NONE,3SM / N70XL / D31L EXCEL,,LAND ROVERDISCOVERYNONE3SM / N70XL / D31L EXCEL
LAND ROVER,"RANGE ROVER (4.4, 4.6IS, 4.8IS)",NONE,DIN 88 GOLD SPECIAL TYPE,"DIN66 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM","LAND ROVERRANGE ROVER (4.4, 4.6IS, 4.8IS)NONEDIN 88 GOLD SPECIAL TYPE"
LAND ROVER,RANGE ROVER SPORT,NONE,DIN 88 GOLD SPECIAL TYPE,"If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",LAND ROVERRANGE ROVER SPORTNONEDIN 88 GOLD SPECIAL TYPE
LAND ROVER,FREELANDER,NONE,DIN 88 GOLD SPECIAL TYPE,,LAND ROVERFREELANDERNONEDIN 88 GOLD SPECIAL TYPE
LEXUS,LS460,NONE,3SM / MG70 / D31R GOLD REVERSE,"If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM.","LEXUSLS460NONE/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM."
LEXUS,GX460,NONE,2SM / N50 / D26L EXCEL,2SM / MG50 / D26L GOLD,LEXUSGX460NONE2SM / N50 / D26L ENDURO
LEXUS,RC350/RC-F,2015,2SM / N50 / D26L EXCEL,2SM / MG50 / D26L GOLD,LEXUSRC350/RC-F20152SM / N50 / D26L EXCEL
LEXUS,IS300/350,,2SM / N50 / D26L EXCEL,2SM / MG50 / D26L GOLD,LEXUSIS300/3502SM / N50 / D26L GOLD
LEXUS,ES350,,2SM / N50 / D26L GOLD,"N50L/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM.",LEXUSES3502SM / N50 / D26L GOLD
LEXUS,GS460,,2SM / N50 / D26L GOLD,"N50/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM.",LEXUSGS4602SM / N50 / D26L GOLD
LEXUS,IS 300C,NONE,2SM / N50 / D26L EXCEL,"N50/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM.",LEXUSIS 300CNONE2SM / N50XL / D26L EXCEL
LEXUS,IS300,NONE,2SM / N50XL / D26L EXCEL,"N50/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM.",LEXUSIS300NONE2SM / N50XL / D26L EXCEL
LEXUS,LS460 (5-SEATER),NONE,2SM / N50XL / D26L EXCEL,"N50/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM.",LEXUSLS460 (5-SEATER)NONE2SM / N50XL / D26L EXCEL
LEXUS,NX 2.0LI,2015,3SM / N70 / D31L EXCEL,2SM / N50 / D26L EXCEL,LEXUSNX 2.0LI20153SM / N70 / D31L EXCEL
LEXUS,RX 3.5Li,2015,3SM / N70 / D31L EXCEL,2SM / N50 / D26L EXCEL,LEXUSRX 3.5Li20153SM / N70 / D31L EXCEL
LEXUS,LS460 (4-SEATER),NONE,3SM / N70XL / D31L EXCEL,"N70R/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM.",LEXUSLS460 (4-SEATER)NONE3SM / N70XL / D31L EXCEL
LEXUS,LX570,NONE,3SM / N70XL / D31L EXCEL,3SM / MG70 / D31R GOLD REVERSE,LEXUSLX570NONE3SM / N70XL / D31L EXCEL
LEXUS,RX350,NONE,3SM / N70XL / D31L EXCEL,2SM / N50 / D26L EXCEL,LEXUSRX350NONE3SM / N70XL / D31L EXCEL
LINCOLN,NAVIGATOR,NONE,GROUP 34/78 GOLD SPECIAL TYPE,,LINCOLNNAVIGATORNONEGROUP 34/78 GOLD SPECIAL TYPE
MASERATI,GRAN TURISMO,2007 - 2018,DIN 88 GOLD SPECIAL TYPE,"DIN88 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",MASERATIGRAN TURISMO2007 - OnAGM
MASERATI,GHIBLI (M157),2013 - 2018,DIN 88 GOLD SPECIAL TYPE,"DIN88 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",MASERATIGHIBLI (M157)2013 - OnAGM
MASERATI,QUATTROPORTE,2003 - 2018,DIN 88 GOLD SPECIAL TYPE,"DIN88 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",MASERATIQUATTROPORTE2003 - 2012DIN88/DIN88 Gold
MAZDA,MAZDA6,2007-2018,1SM / NS50 / D23L EXCEL,,MAZDAMAZDA62007-0n1SM / NS50 / D23L EXCEL
MAZDA,POWER VAN E2000 GS 2L,1992 - 1999,3SM / N70XL / D31L EXCEL,3SM / MG70 / D31L GOLD,MAZDAPOWER VAN E2000 GS 2L1992 - 19991SM / NS50 / D23L GOLD
MAZDA,FAMILIA,NONE,1SM / NS50L / D23L / GOLD,,MAZDAFAMILIANONE1SM / NS50L / D23L / GOLD
MAZDA,CX5,NONE,1SM /MGS50 / D23L GOLD,,MAZDACX5NONE1SM /MGS50 / D23L GOLD
MAZDA,323,1993 - 2018,1SM /MGS50 / D23L GOLD,,MAZDA3231993 - ON1SM /MGS50 / D23L GOLD
MAZDA,ASTINA,NONE,1SM /MGS50 / D23L GOLD,,MAZDAASTINANONE1SM /MGS50 / D23L GOLD
MAZDA,CX - 7,NONE,1SM /MGS50 / D23L GOLD,"NS50/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM.",MAZDACX - 7NONE1SM /MGS50 / D23L GOLD
MAZDA,MAZDA 3 / 2 / 6 ISTOP,NONE,1SM /MGS50 / D23L GOLD,,MAZDAMAZADA 3 / 2 / 6 ISTOPNONE1SM /MGS50 / D23L GOLD
MAZDA,MAZDA 2 SEDAN,NONE,1SM /MGS50 / D23L GOLD,,MAZDAMAZDA 2 SEDANNONE1SM /MGS50 / D23L GOLD
MAZDA,MAZDA 3,2004,1SM /MGS50 / D23L GOLD,,MAZDAMAZDA 320041SM /MGS50 / D23L GOLD
MAZDA,MAZDA 3 2.0,NONE,1SM /MGS50 / D23L GOLD,,MAZDAMAZDA 3 2.0NONE1SM /MGS50 / D23L GOLD
MAZDA,RX7,NONE,1SM / NS50XL / D23L EXCEL,,MAZDARX7NONE1SM/NX50/ D23L EXCEL
MAZDA,MAZDA 2,,2HN / NS60 /B24L GOLD,,MAZDAMAZDA 22HN / N40 / B24L GOLD
MAZDA,LANTIS,NONE,2HN / NS60 /B24L GOLD,,MAZDALANTISNONE2HN / NS60 /B24L GOLD
MAZDA,MAZDA 2 HATCHBACK,NONE,2HN / NS60 /B24L GOLD,,MAZDAMAZDA 2 HATCHBACKNONE2HN / NS60 /B24L GOLD
MAZDA,626,1993 - 2018,2SM / MG50 / D26L GOLD,,MAZDA6261993 - ON2SM / MG50 / D26L GOLD
MAZDA,MAZDA 6,2004,2SM / MG50 / D26L GOLD,1SM / NS50 / D23L GOLD,MAZDAMAZDA 620042SM / MG50 / D26L GOLD
MAZDA,MAZDA 6 2.3,NONE,2SM / MG50 / D26L GOLD,1SM / NS50 / D23L GOLD,MAZDAMAZDA 6 2.3NONE2SM / MG50 / D26L GOLD
MAZDA,TRIBUTE,2004,2SM / MG50 / D26L GOLD,,MAZDATRIBUTE20042SM / MG50 / D26L GOLD
MAZDA,PREMACY,NONE,2SM / MG50 / D26L GOLD,2SM / N50 / D26L ENDURO,MAZDAPREMACYNONE2SM / N50 / D26L ENDURO
MAZDA,RX8,NONE,2SM / NXL50 / D26L EXCEL,2SM / MG50 / D26L GOLD,MAZDARX8NONE2SM / N50XL / D26L EXCEL
MAZDA,CX-9,2007 - 2018,2SM / N50XL / D26L EXCEL,,MAZDACX-92007 - ON2SM / N50XL / D26L EXCEL
MAZDA,MAZDA 6,2007 - 2018,2SM / N50XL / D26L EXCEL,2SM / MG50 / D26L GOLD,MAZDAMAZDA 62007 - ON2SM / N50XL / D26L EXCEL
MAZDA,B2200 PICK-UP,1989 - 1986,3SM / MG70 / D31L GOLD,,MAZDAB2200 PICK-UP1989 - 19863SM / MG70 / D31L GOLD
MAZDA,B2500 PICK-UP,1989 - 2018,3SM / MG70 / D31L GOLD,,MAZDAB2500 PICK-UP1989 - ON3SM / MG70 / D31L GOLD
MAZDA,MPV,1996 - 1999,3SM / MG70 / D31L GOLD,,MAZDAMPV1996 - 19993SM / MG70 / D31L GOLD
MAZDA,BT50,NONE,3SM / MG70 / D31R GOLD REVERSE,,MAZDABT50NONE3SM / MG70 / D31R GOLD REVERSE
MAZDA,FRIENDEE,NONE,3SM / MG70 / D31L GOLD,,MAZDAFRIENDEENONE3SM/ENDURO
MAZDA,MX-5 MIATA,2007 - 2018,4SN / NS40 / B20L GOLD,2HN / NS60 /B24L GOLD,MAZDAMX-5 MIATA2007 - ON4SN / NS40 / B20L GOLD
MAZDA,RENESIS,NONE,2SM / N50 / D26L EXCEL,2SM / MG50 / D26L GOLD,MAZDARENESISNONED26L
MAZDA,BT-50 2.2Li 4X2,2011,DIN 66 GOLD SPECIAL TYPE,,MAZDABT-50 2.2Li 4X22011DIN66 GOLD
MAZDA,BT-50 3.2Li 4X4,2011,DIN77 GOLD,,MAZDABT-50 3.2Li 4X42011DIN77 GOLD
MERCEDES BENZ,MUSSO,NONE,3SM / N70XL / D31L EXCEL,3SM / MG70 / D31L GOLD,MERCEDES BENZMUSSONONE3SM / MG70 / D31L GOLD
MERCEDES BENZ,MB100,NONE,3SM / N70XL / D31L EXCEL,3SM / MG70 / D31L GOLD,MERCEDES BENZMB100NONE3SM / MG70 / D31L GOLD
MERCEDES BENZ,M CLASS,1996 - 2018,3SM / N70XL / D31L EXCEL,,MERCEDES BENZM CLASS1996 - ON3SM / N70XL / D31L EXCEL
MERCEDES BENZ,A CLASS,NONE,DIN 66 GOLD SPECIAL TYPE,"DIN66 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",MERCEDES BENZA CLASSNONEDIN 66 GOLD SPECIAL TYPE
MERCEDES BENZ,B CLASS,NONE,DIN 66 GOLD SPECIAL TYPE,"DIN66 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",MERCEDES BENZB CLASSNONEDIN 66 GOLD SPECIAL TYPE
MERCEDES BENZ,C CLASS,1995 - 2018,DIN 66 GOLD SPECIAL TYPE,"DIN66 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",MERCEDES BENZC CLASS1995 - ONDIN 66 GOLD SPECIAL TYPE
MERCEDES BENZ,SLK,1997 - 2018,DIN 66 GOLD SPECIAL TYPE,"DIN110 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",MERCEDES BENZSLK1997 - ONDIN 66 GOLD SPECIAL TYPE
MERCEDES BENZ,C230,2006,DIN 88 GOLD SPECIAL TYPE,"DIN88 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",MERCEDES BENZC2302006DIN 88 GOLD SPECIAL TYPE
MERCEDES BENZ,CL CLASS,2006,DIN 88 GOLD SPECIAL TYPE,"DIN88 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",MERCEDES BENZCL CLASS2006DIN 88 GOLD SPECIAL TYPE
MERCEDES BENZ,CLK CLASS,NONE,DIN 88 GOLD SPECIAL TYPE,"DIN88/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM.",MERCEDES BENZCLK CLASSNONEDIN 88 GOLD SPECIAL TYPE
MERCEDES BENZ,CLS CLASS,NONE,DIN 88 GOLD SPECIAL TYPE,"DIN88/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM.",MERCEDES BENZCLS CLASSNONEDIN 88 GOLD SPECIAL TYPE
MERCEDES BENZ,E CLASS,1995 - 2018,DIN 88 GOLD SPECIAL TYPE,"DIN88 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",MERCEDES BENZE CLASS1995 - ONDIN 88 GOLD SPECIAL TYPE
MERCEDES BENZ,G CLASS,NONE,DIN 88 GOLD SPECIAL TYPE,"DIN110 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",MERCEDES BENZG CLASSNONEDIN 88 GOLD SPECIAL TYPE
MERCEDES BENZ,GL CLASS,NONE,DIN 88 GOLD SPECIAL TYPE,"DIN88 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",MERCEDES BENZGL CLASSNONEDIN 88 GOLD SPECIAL TYPE
MERCEDES BENZ,ML 350/500,NONE,DIN 88 GOLD SPECIAL TYPE,,MERCEDES BENZML 350/500NONEDIN 88 GOLD SPECIAL TYPE
MERCEDES BENZ,R CLASS,NONE,DIN 88 GOLD SPECIAL TYPE,"DIN88 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",MERCEDES BENZR CLASSNONEDIN 88 GOLD SPECIAL TYPE
MERCEDES BENZ,S SERIES,2006,DIN 88 GOLD SPECIAL TYPE,"DIN88 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",MERCEDES BENZS SERIES2006DIN 88 GOLD SPECIAL TYPE
MERCEDES BENZ,SL CLASS,NONE,DIN 88 GOLD SPECIAL TYPE,"DIN88/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM.",MERCEDES BENZSL CLASSNONEDIN 88 GOLD SPECIAL TYPE
MERCEDES BENZ,VIANO,,DIN 88 GOLD SPECIAL TYPE,"DIN110 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",MERCEDES BENZVIANONONEDIN 88 GOLD SPECIAL TYPE
MERCEDES BENZ,S550,NONE,DIN 88 GOLD SPECIAL TYPE,,MERCEDES BENZS550NONEDIN 88 GOLD SPECIAL TYPE
MERCEDES BENZ,AMG-GT,2013-2018,DIN 66 GOLD SPECIAL TYPE,"DIN110 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM","MERCEDES BENZAMG-GT2013 to PresentDIN110 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM"
MERCEDES BENZ,GLC (Old GLK220),,DIN 88 GOLD SPECIAL TYPE,"DIN88 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM","MERCEDES BENZGLC (Old GLK220)DIN88 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM"
MERCEDES BENZ,ML 350/500 (GLE),,DIN 88 GOLD SPECIAL TYPE,"DIN88 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM","MERCEDES BENZML 350/500 (GLE)DIN88 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM"
MERCEDES BENZ,SL460, NONE,DIN88 SPECIAL GOLD,,MERCEDES BENZSL460 NONEDIN88 SPECIAL GOLD
MERCEDES BENZ,M CLASS (GLE),1996 - 2018,3SM / N70XL / D31L EXCEL,"N70/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM.","MERCEDES BENZM CLASS (GLE)1996 - onN70/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM."
MINI,MINI COOPER,NONE,DIN 55 GOLD SPECIAL TYPE,,MINIMINI COOPERNONEDIN 55 GOLD SPECIAL TYPE
MITSUBISHI,MIRAGE,2015 - 2018,1SM /MGS50 / D23L GOLD,,MITSUBISHIMIRAGE2015 - on1SM / NS50 / D23L GOLD
MITSUBISHI,MIRAGE G4,2015 - 2018,1SM /MGS50 / D23L GOLD,,MITSUBISHIMirage G42015 - on1SM / NS50 / D23L GOLD
MITSUBISHI,LANCER MX*,2000 - 2018,1SM / NS50 / D23L GOLD,,MITSUBISHILANCER MX*2000 - on1SM / NS50 / D23L GOLD
MITSUBISHI,ASX 2.0 GLS 4X2 CVT,NONE,1SM /MGS50 / D23L GOLD,,MITSUBISHIASX 2.0 GLS 4X2 CVTNONE1SM /MGS50 / D23L GOLD
MITSUBISHI,ASX 2.0 GLS 4X4 CVT,NONE,1SM /MGS50 / D23L GOLD,,MITSUBISHIASX 2.0 GLS 4X4 CVTNONE1SM /MGS50 / D23L GOLD
MITSUBISHI,ASX 2.0 GLX MT,NONE,1SM /MGS50 / D23L GOLD,,MITSUBISHIASX 2.0 GLX MTNONE1SM /MGS50 / D23L GOLD
MITSUBISHI,EXCEED (GASOLINE),NONE,1SM /MGS50 / D23L GOLD,,MITSUBISHIEXCEED (GASOLINE)NONE1SM /MGS50 / D23L GOLD
MITSUBISHI,FUZION GLS SPORTS,2007 - 2018,1SM /MGS50 / D23L GOLD,,MITSUBISHIFUZION GLS SPORTS2007 - ON1SM /MGS50 / D23L GOLD
MITSUBISHI,FUZION GLX,NONE,1SM /MGS50 / D23L GOLD,,MITSUBISHIFUZION GLXNONE1SM /MGS50 / D23L GOLD
MITSUBISHI,GRANDIS,2005 - 2018,1SM /MGS50 / D23L GOLD,,MITSUBISHIGRANDIS2005 - ON1SM /MGS50 / D23L GOLD
MITSUBISHI,LANCER (BOX TYPE),1983 - 88,1SM /MGS50 / D23L GOLD,,MITSUBISHILANCER (BOX TYPE)1983 - 881SM /MGS50 / D23L GOLD
MITSUBISHI,LANCER 2.0,2006,1SM /MGS50 / D23L GOLD,,MITSUBISHILANCER 2.020061SM /MGS50 / D23L GOLD
MITSUBISHI,LANCER EX (GS41; GLX/MX/GT/GT-A/RALLI-ART),NONE,1SM /MGS50 / D23L GOLD,,MITSUBISHILANCER EX (GS41; GLX/MX/GT/GT-A/RALLI-ART)NONE1SM /MGS50 / D23L GOLD
MITSUBISHI,LANCER GLS CVT,2009,1SM /MGS50 / D23L GOLD,,MITSUBISHILANCER GLS CVTNONE1SM /MGS50 / D23L GOLD
MITSUBISHI,LANCER GLX M/T,NONE,1SM /MGS50 / D23L GOLD,,MITSUBISHILANCER GLX M/TNONE1SM /MGS50 / D23L GOLD
MITSUBISHI,LANCER GLXI / GLX / GSR / SOHC*,1989 - 2018,1SM /MGS50 / D23L GOLD,,MITSUBISHILANCER GLXI / GLX / GSR / SOHC*1989 - ON1SM /MGS50 / D23L GOLD
MITSUBISHI,OUTLANDER GLS,NONE,1SM /MGS50 / D23L GOLD,,MITSUBISHIOUTLANDER GLSNONE1SM /MGS50 / D23L GOLD
MITSUBISHI,OUTLANDER GLS SPORTS,NONE,1SM /MGS50 / D23L GOLD,,MITSUBISHIOUTLANDER GLS SPORTSNONE1SM /MGS50 / D23L GOLD
MITSUBISHI,OUTLANDER GLX,2004 - 2018,1SM /MGS50 / D23L GOLD,,MITSUBISHIOUTLANDER GLX2004 - ON1SM /MGS50 / D23L GOLD
MITSUBISHI,LANCER MX*,2004 - 2007,2HN / NS60 /B24L GOLD,,MITSUBISHILANCER MX*2004 - 20072HN / N40 / B24L GOLD
MITSUBISHI,LANCER EL / GL / GLI,1989 - 2018,2HN / NS60 /B24L GOLD,,MITSUBISHILANCER EL / GL / GLI1989 - ON2HN / NS60 /B24L GOLD
MITSUBISHI,LANCER GLS,2004-2006,2HN / NS60 /B24L GOLD,,MITSUBISHILANCER GLS2004-20062HN / NS60 /B24L GOLD
MITSUBISHI,CHARIOT,NONE,2SM / MG50 / D26L GOLD,,MITSUBISHICHARIOTNONE2SM / MG50 / D26L GOLD
MITSUBISHI,SPACE GEAR**,NONE,2SM / MG50 / D26L GOLD,,MITSUBISHISPACE GEAR**NONE2SM / MG50 / D26L GOLD
MITSUBISHI,SPACE WAGON,1993 - 2018,2SM / MG50 / D26L GOLD,,MITSUBISHISPACE WAGON1993 - ON2SM / MG50 / D26L GOLD
MITSUBISHI,ECLIPSE GT,NONE,2SM / MG50 / D26L GOLD,,MITSUBISHIECLIPSE GTNONE2SM / MG50 / D26L GOLD
MITSUBISHI,GALANT,1989 - 2018,2SM / MG50 / D26L GOLD,,MITSUBISHIGALANT1989 - ON2SM / MG50 / D26L GOLD
MITSUBISHI,GALANT (2.4 MIVEC),2006,2SM / MG50 / D26L GOLD,,MITSUBISHIGALANT (2.4 MIVEC)20062SM / MG50 / D26L GOLD
MITSUBISHI,L300 (GASOLINE),1987 - 2018,2SM / MG50 / D26L GOLD,,MITSUBISHIL300 (GASOLINE)1987 - ON2SM / MG50 / D26L GOLD
MITSUBISHI,MONTERO SPORTS GLS (depending on tray size),2014,2SM / N50 / D26L EXCEL,2SM / MG50 / D26L GOLD,MITSUBISHIMONTERO SPORTS GLS (depending on tray size)20142SM / N50 / D26L EXCEL
MITSUBISHI,MONTEROSPORT 2.4Li MIVEC Euro4,2010,2SM / N50 / D26L EXCEL,,MITSUBISHIMONTEROSPORT 2.4Li MIVEC Euro420102SM / N50 / D26L EXCEL
MITSUBISHI,PAJERO (GASOLINE),1988 - 2018,2SM / N50 / D26L EXCEL,1SM / NS50XL / D23L EXCEL,MITSUBISHIPAJERO (GASOLINE)1988 - ON2SM / N50 / D26L EXCEL
MITSUBISHI,MONTERO SPORTS,2010 AND 2014,2SM / N50XL / D26L EXCEL,2SM / MG50 / D26L GOLD,MITSUBISHIMONTERO SPORTS2010 AND 20142SM / N50XL / D26L EXCEL
MITSUBISHI,L200,NONE,2SM/ N50 / D26L EXCEL,3SM / MG70 / D31L GOLD,MITSUBISHIL200NONE2SM/ N50 / D26L EXCEL
MITSUBISHI,CANTER,NONE,3SM / MG70 / D31L GOLD,,MITSUBISHICANTERNONE3SM / MG70 / D31L GOLD
MITSUBISHI,ADVENTURE GLX,1999 - 2018,3SM / N70XL / D31L EXCEL,3SM / MG70 / D31L GOLD,MITSUBISHIADVENTURE GLX1999 - ON3SM / MG70 / D31L GOLD
MITSUBISHI,ADVENTURE SUPER SPORTS,2002 - 2018,3SM / MG70 / D31L GOLD,,MITSUBISHIADVENTURE SUPER SPORTS2002 - ON3SM / MG70 / D31L GOLD
MITSUBISHI,L300 VERSA VAN,NONE,3SM / MG70 / D31L GOLD,,MITSUBISHIL300 VERSA VANNONE3SM / MG70 / D31L GOLD
MITSUBISHI,MONTERO SPORTS,NONE,3SM / MG70 / D31L GOLD,3SM / N70XL / D31L EXCEL,MITSUBISHIMONTERO SPORTSNONE3SM / MG70 / D31L GOLD
MITSUBISHI,MONTERO SPORTS 4X2,NONE,3SM / MG70 / D31L GOLD,,MITSUBISHIMONTERO SPORTS 4X2NONE3SM / MG70 / D31L GOLD
MITSUBISHI,STRADA GL,1988 - 2018,3SM / MG70 / D31L GOLD,,MITSUBISHISTRADA GL1988 - ON3SM / MG70 / D31L GOLD
MITSUBISHI,STRADA GLS SPORTS,1990 - 2018,3SM / MG70 / D31L GOLD,,MITSUBISHISTRADA GLS SPORTS1990 - ON3SM / MG70 / D31L GOLD
MITSUBISHI,STRADA GLS SPORTS CUSTOM EDITION,1991 - 2018,3SM / MG70 / D31L GOLD,,MITSUBISHISTRADA GLS SPORTS CUSTOM EDITION1991 - ON3SM / MG70 / D31L GOLD
MITSUBISHI,STRADA GLX,1989 - 2018,3SM / MG70 / D31L GOLD,,MITSUBISHISTRADA GLX1989 - ON3SM / MG70 / D31L GOLD
MITSUBISHI,PAJERO SUBIC,NONE,3SM / MG70 / D31R GOLD REVERSE,,MITSUBISHIPAJERO SUBICNONE3SM / MG70 / D31R GOLD REVERSE
MITSUBISHI,SPACE GEAR,2004,3SM / MG70 / D31R GOLD REVERSE,,MITSUBISHISPACE GEAR20043SM / MG70 / D31R GOLD REVERSE
MITSUBISHI,MONTEROSPORT 2.4Li MIVEC Euro4,2016,3SM / N70 / D31L GOLD,,MITSUBISHIMONTEROSPORT 2.4Li MIVEC Euro420163SM / N70 / D31L GOLD
MITSUBISHI,ADVENTURE GLS SPORTS,1999 - 2018,3SM / N70XL / D31L EXCEL,3SM / MG70 / D31L GOLD,MITSUBISHIADVENTURE GLS SPORTS3SM / N70 / D31L GOLD
MITSUBISHI,STRADA GX GLX GLS (New Body),2015,3SM / MG70 / D31L GOLD,,MITSUBISHISTRADA GX GLX GLS (New Body)20153SM / N70 / D31L GOLD
MITSUBISHI,PAJERO SE,,3SM / N70XL / D31L EXCEL,3SM / MG70 / D31L GOLD,MITSUBISHIPAJERO SE3SM / N70 / D31L GOLD
MITSUBISHI,MONTERO SPORTS GLS,,3SM / N70XL / D31L EXCEL,3SM / MG70 / D31L GOLD,MITSUBISHIMONTERO SPORTS GLS3SM / N70 / D31L GOLD
MITSUBISHI,EXCEED (DIESEL),NONE,3SM / N70XL / D31L EXCEL,,MITSUBISHIEXCEED (DIESEL)NONE3SM / N70XL / D31L EXCEL
MITSUBISHI,L300 (DIESEL),1987 - 2018,3SM / N70XL / D31L EXCEL,,MITSUBISHIL300 (DIESEL)1987 - ON3SM / N70XL / D31L EXCEL
MITSUBISHI,PAJERO (DIESEL),1988 - 2018,3SM / N70XL / D31L EXCEL,3SM / MG70 / D31L GOLD,MITSUBISHIPAJERO (DIESEL)1988 - ON3SM / N70XL / D31L EXCEL
MITSUBISHI,"LANCER EVOLUTION (IV,V,VI, VII, VIII, IX & X)",1995 - 2018,2HN / NS60 /B24L GOLD,2SM / MG50 / D26L GOLD,"MITSUBISHILANCER EVOLUTION (IV,V,VI, VII, VIII, IX & X)1995 - ON4SN / NS40 / B20L EXCEL"
MITSUBISHI,ADVENTURE GX,1999 - 2018,3SM / N70XL / D31L EXCEL,3SM / MG70 / D31L GOLD,MITSUBISHIADVENTURE GX1999 - ONGold
MITSUBISHI,MONTERO SPORTS GLS SE,,3SM / N70XL / D31L EXCEL,3SM / MG70 / D31L GOLD,MITSUBISHIMONTERO SPORTS GLS SEGold
MITSUBISHI,ENDEAVOR,2007 - 2018,GROUP 34/78 GOLD SPECIAL TYPE,,MITSUBISHIENDEAVOR2007 - ONGROUP 34/78 GOLD SPECIAL TYPE
MITSUBISHI,MONTEROSPORT 2.4Li MIVEC Euro4 (All Variants),2016,3SM / N70XL / D31L EXCEL,3SM / MG70 / D31L GOLD,MITSUBISHIMONTEROSPORT 2.4Li MIVEC Euro4 (All Variants)2016N70/D31L Gold
NISSAN,PATROL ROYALE,2012,1SM / NS50 / D23L EXCEL,,NISSANPATROL ROYALE20121SM / NS50 / D23L EXCEL
NISSAN,CUBE,NONE,1SM / NS50 / D23L GOLD,,NISSANCUBENONE1SM / NS50 / D23L GOLD
NISSAN,350Z,,1SM / NS50 / D23L GOLD,,NISSAN350Z1SM / NS50 / D23L GOLD
NISSAN,370Z,,1SM / NS50 / D23L GOLD,,NISSAN370Z1SM / NS50 / D23L GOLD
NISSAN,ALTIMA,1993 - 1996,1SM /MGS50 / D23L GOLD,,NISSANALTIMA1993 - 19961SM / NS50 / D23L GOLD
NISSAN,BROUGHAM,2002 - 2018,1SM /MGS50 / D23L GOLD,,NISSANBROUGHAM2002 - ON1SM / NS50 / D23L GOLD
NISSAN,CEFIRO,1989 - 2018,1SM /MGS50 / D23L GOLD,,NISSANCEFIRO1989 - ON1SM / NS50 / D23L GOLD
NISSAN,EXALTA,2000 - 2018,1SM /MGS50 / D23L GOLD,,NISSANEXALTA2000 - ON1SM / NS50 / D23L GOLD
NISSAN,ALTIMA,2015,1SM /MGS50 / D23L GOLD,,NISSANALTIMA20151SM / NS50 / D23L GOLD
NISSAN,SYLPHY,2015,1SM / NS50 / D23L GOLD,2HN / NS60 /B24L GOLD,NISSANSYLPHY20151SM / NS50 / D23L GOLD
NISSAN,X-TRAIL (All Variants),2015,1SM / NS50 / D23L GOLD,,NISSANX-TRAIL (All Variants)20151SM / NS50 / D23L GOLD
NISSAN,JUKE 1.6,2016,1SM / NS50 / D23L GOLD,,NISSANJUKE 1.620161SM / NS50 / D23L GOLD
NISSAN,350Z MT,,1SM / NS50 / D23L GOLD,,NISSAN350Z MT1SM / NS50 / D23L GOLD
NISSAN,350Z AT,,1SM / NS50 / D23L GOLD,,NISSAN350Z AT1SM / NS50 / D23L GOLD
NISSAN,MURANO,NONE,1SM / NS50XL / D23L EXCEL,,NISSANMURANONONE1SM / NS50XL / D23L EXCEL
NISSAN,350Z AT,NONE,1SM /MGS50 / D23L GOLD,,NISSAN350Z ATNONE1SM /MGS50 / D23L GOLD
NISSAN,350Z MT,NONE,1SM /MGS50 / D23L GOLD,,NISSAN350Z MTNONE1SM /MGS50 / D23L GOLD
NISSAN,AD RESORT (GASOLINE),1994 - 2018,1SM /MGS50 / D23L GOLD,,NISSANAD RESORT (GASOLINE)1994 - ON1SM /MGS50 / D23L GOLD
NISSAN,BLUEBIRD,1990 - 1993,1SM /MGS50 / D23L GOLD,,NISSANBLUEBIRD1990 - 19931SM /MGS50 / D23L GOLD
NISSAN,MAXIMA,1987 - 1991,1SM /MGS50 / D23L GOLD,,NISSANMAXIMA1987 - 19911SM /MGS50 / D23L GOLD
NISSAN,SENTRA GS,1995 - 2018,1SM /MGS50 / D23L GOLD,,NISSANSENTRA GS1995 - ON1SM /MGS50 / D23L GOLD
NISSAN,SENTRA GSX MT,1994 - 2018,1SM /MGS50 / D23L GOLD,,NISSANSENTRA GSX MT1994 - ON1SM /MGS50 / D23L GOLD
NISSAN,SENTRA GX AT,1993 - 2018,1SM /MGS50 / D23L GOLD,,NISSANSENTRA GX AT1993 - ON1SM /MGS50 / D23L GOLD
NISSAN,SENTRA GX MT,1991 - 2018,1SM /MGS50 / D23L GOLD,,NISSANSENTRA GX MT1991 - ON1SM /MGS50 / D23L GOLD
NISSAN,SENTRA GX MT (PWR),1992 - 2018,1SM /MGS50 / D23L GOLD,,NISSANSENTRA GX MT (PWR)1992 - ON1SM /MGS50 / D23L GOLD
NISSAN,SUNNY PICK UP,1991 - 1997,1SM /MGS50 / D23L GOLD,2SM / MG50 / D26L GOLD,NISSANSUNNY PICK UP1991 - 19971SM /MGS50 / D23L GOLD
NISSAN,TEANA 2.3 L 230 JK,NONE,1SM /MGS50 / D23L GOLD,,NISSANTEANA 2.3 L 230 JKNONE1SM /MGS50 / D23L GOLD
NISSAN,TEANA 2.3 L 230 JM,NONE,1SM /MGS50 / D23L GOLD,,NISSANTEANA 2.3 L 230 JMNONE1SM /MGS50 / D23L GOLD
NISSAN,VANETTE,1993 - 2018,1SM /MGS50 / D23L GOLD,,NISSANVANETTE19993 - ON1SM /MGS50 / D23L GOLD
NISSAN,X-TRAIL 2.0 L 2WD,2004,1SM /MGS50 / D23L GOLD,,NISSANX-TRAIL 2.0 L 2WD20041SM /MGS50 / D23L GOLD
NISSAN,X-TRAIL 2.5 L 4WD 250,2005,1SM /MGS50 / D23L GOLD,,NISSANX-TRAIL 2.5 L 4WD 25020051SM /MGS50 / D23L GOLD
NISSAN,X-TRAIL 2.5 L 4WD 250X,2006,1SM /MGS50 / D23L GOLD,,NISSANX-TRAIL 2.5 L 4WD 250X20061SM /MGS50 / D23L GOLD
NISSAN,VERITA,2000 - 2018,2HN / NS60 /B24L GOLD,,NISSANVERITA2000 - on2HN / N40 / B24L GOLD
NISSAN,ALMERA (N17) 1.2/1.5 (VERSA in the US),2012,2HN / NS60 /B24L GOLD,,NISSANALMERA (N17) 1.2/1.5 (VERSA in the US)20122HN / N40 / B24L GOLD
NISSAN,GRAND LIVINA 1.8 XV ELEGANCE,NONE,2HN / NS60 /B24L GOLD,,NISSANGRAND LIVINA 1.8 XV ELEGANCENONE2HN / NS60 /B24L GOLD
NISSAN,SENTRA,,2HN / NS60 /B24L GOLD,,NISSANSENTRA20142HN / NS60 /B24L GOLD
NISSAN,SYLPHY,NONE,2HN / NS60 /B24L GOLD,,NISSANSYLPHYNONE2HN / NS60 /B24L GOLD
NISSAN,VERITAS,2000 - 2018,2HN / NS60 /B24L GOLD,,NISSANVERITAS2000 - ON2HN / NS60 /B24L GOLD
NISSAN,MARCH,NONE,2HN / NS60 /B24L GOLD,,NISSANMARCHNONE2HN / NS60 /B24L GOLD
NISSAN,GRAND LIVINA 1.8 XL ELITE,NONE,2HN / NS60 /B24L GOLD,,NISSANGRAND LIVINA 1.8 XL ELITENONE2HN / NS60 /B24L GOLD
NISSAN,GRAND LIVINA 1.8 XR LUXURY,NONE,2HN / NS60 /B24L GOLD,,NISSANGRAND LIVINA 1.8 XR LUXURYNONE2HN / NS60 /B24L GOLD
NISSAN,300 ZX,NONE,2SM / MG50 / D26L GOLD,,NISSAN300 ZXNONE2SM
NISSAN,PRIMERA,NONE,2SM / MG50 / D26L GOLD,,NISSANPRIMERANONE2SM / MG50 / D26L GOLD
NISSAN,CALIFORNIA,NONE,2SM / MG50 / D26L GOLD,,NISSANCALIFORNIANONE2SM / MG50 / D26L GOLD
NISSAN,CEDRIC,1994 - 1996,2SM / MG50 / D26L GOLD,,NISSANCEDRIC1994 - 19962SM / MG50 / D26L GOLD
NISSAN,SERENA 200SX,2006 - 2018,2SM / MG50 / D26L GOLD,1SM /MGS50 / D23L GOLD,NISSANSERENA 200SX2006 - ON2SM / MG50 / D26L GOLD
NISSAN,SERENA 250 E,2005 - 2018,2SM / MG50 / D26L GOLD,,NISSANSERENA 250 E2005 - ON2SM / MG50 / D26L GOLD
NISSAN,SERENA 250 L,2004 - 2018,2SM / MG50 / D26L GOLD,,NISSANSERENA 250 L2004 - ON2SM / MG50 / D26L GOLD
NISSAN,SERENA 350Z,2007 - 2018,2SM / MG50 / D26L GOLD,1SM /MGS50 / D23L GOLD,NISSANSERENA 350Z2007 - ON2SM / MG50 / D26L GOLD
NISSAN,SERENA 370Z,2008 - 2018,2SM / MG50 / D26L GOLD,1SM /MGS50 / D23L GOLD,NISSANSERENA 370Z2008 - ON2SM / MG50 / D26L GOLD
NISSAN,PATROL SAFARI 4.5 GAS,2007 - 2018,2SM / N50 / D26L EXCEL,,NISSANPATROL SAFARI 4.5 GAS2007 - on2SM / N50 / D26L EXCEL
NISSAN,200SX,,2SM / N50 / D26L GOLD,,NISSAN200SX2SM / N50 / D26L GOLD
NISSAN,INFINITI,NONE,2SM / N50XL / D26L EXCEL,,NISSANINFINITINONE2SM / N50XL / D26L EXCEL
NISSAN,SAFARI 4.5 GAS,2007 - 2018,2SM / N50XL / D26L EXCEL,,NISSANSAFARI 4.5 GAS2007 - ON2SM / N50XL / D26L EXCEL
NISSAN,AD RESORT (DIESEL),1994 - 2018,2SM / N50XL / D26L EXCEL,,NISSANAD RESORT (DIESEL)1994 - ON2SM / N50XL / D26L EXCEL
NISSAN,EL GRAND,NONE,2SM / N50 / D26L EXCEL,2SM / MG50 / D26L GOLD,NISSANEL GRANDNONE2SM/ N50XL/ EXCEL
NISSAN,ARMADA,2004-2018,3SM / MG70 / D31L GOLD,,NISSANARMADA2004-ON3SM
NISSAN,BIDA AUV,1989 - 1996,3SM / MG70 / D31L GOLD,,NISSANBIDA AUV1989 - 19963SM / MG70 / D31L GOLD
NISSAN,CLASSIC,1988 - 1993,3SM / MG70 / D31L GOLD,,NISSANCLASSIC1988 - 19933SM / MG70 / D31L GOLD
NISSAN,ESTATE 2.7 ( E25 ) CLOSED VAN,NONE,3SM / MG70 / D31L GOLD,,NISSANESTATE 2.7 ( E25 ) CLOSED VANNONE3SM / MG70 / D31L GOLD
NISSAN,ESTATE 2.7 ( E25 ) NEW ESTATE,NONE,3SM / MG70 / D31L GOLD,,NISSANESTATE 2.7 ( E25 ) NEW ESTATENONE3SM / MG70 / D31L GOLD
NISSAN,URVAN ESCAPADE,2004,3SM / MG70 / D31L GOLD,,NISSANURVAN ESCAPADE20043SM / MG70 / D31L GOLD
NISSAN,URVAN ESTATE,2005,3SM / MG70 / D31L GOLD,,NISSANURVAN ESTATE20053SM / MG70 / D31L GOLD
NISSAN,EAGLE,1991 - 1999,3SM / MG70 / D31R GOLD REVERSE,3SM / N70 / D31L GOLD,NISSANEAGLE1991 - 19993SM / MG70 / D31R GOLD REVERSE
NISSAN,FRONTIER,1999 - 2018,3SM / MG70 / D31R GOLD REVERSE,,NISSANFRONTIER1999 - ON3SM / MG70 / D31R GOLD REVERSE
NISSAN,FRONTIER BRAVADO,NONE,3SM / MG70 / D31R GOLD REVERSE,,NISSANFRONTIER BRAVADONONE3SM / MG70 / D31R GOLD REVERSE
NISSAN,PATHFINDER,1989 - 1999,3SM / MG70 / D31R GOLD REVERSE,3SM / N70 / D31L GOLD,NISSANPATHFINDER1989 - 19993SM / MG70 / D31R GOLD REVERSE
NISSAN,TERRANO,1995 - 2018,3SM / MG70 / D31R GOLD REVERSE,,NISSANTERRANO1995 - ON3SM / MG70 / D31R GOLD REVERSE
NISSAN,FRONTIER NAVARRA 2.5 CRDI TURBO,2007-2018,3SM / N70XL / D31L EXCEL,,NISSANFRONTIER NAVARRA 2.5 CRDI TURBO2007-0n3SM / N70 / D31L EXCEL
NISSAN,FRONTIER NAVARRA BRUTE 2.5 4X 4 MT,2011,3SM / N70XL / D31L EXCEL,3SM / MG70 / D31R GOLD REVERSE,NISSANFRONTIER NAVARRA BRUTE 2.5 4X 4 MT20113SM / N70 / D31L EXCEL
NISSAN,FRONTIER NAVARRA BRUTE 2.5 XL 4 X 4 MT,2011,3SM / N70XL / D31L EXCEL,,NISSANFRONTIER NAVARRA BRUTE 2.5 XL 4 X 4 MT20113SM / N70 / D31L EXCEL
NISSAN,FRONTIER NAVARRA KROME EDITION 2.5 Crdi 4 X 4 MT,2011,3SM / N70XL / D31L EXCEL,,NISSANFRONTIER NAVARRA KROME EDITION 2.5 Crdi 4 X 4 MT20113SM / N70 / D31L EXCEL
NISSAN,FRONTIER NAVARRA KROME EDITION 2.5 Crdi 4 X 4 AT,2011,3SM / N70XL / D31L EXCEL,,NISSANFRONTIER NAVARRA KROME EDITION 2.5 Crdi 4 X 4 AT20113SM / N70 / D31L EXCEL
NISSAN,PATROL SAFARI 3.0 DSL,2007 - 2018,3SM / N70XL / D31L EXCEL,,NISSANPATROL SAFARI 3.0 DSL2007 - on3SM / N70 / D31L EXCEL
NISSAN,NP300 NAVARA 2.5Li (ALL VARIANTS),2015,3SM / N70 / D31L GOLD,,NISSANNP300 NAVARA 2.5Li (ALL VARIANTS)20153SM / N70 / D31L GOLD
NISSAN,NV350 URVAN (CARAVAN),2015,3SM / N70 / D31L GOLD,,NISSANNV350 URVAN (CARAVAN)20153SM / N70 / D31L GOLD
NISSAN,NAVARRA 2.5 CRDI TURBO,2007 - 2018,3SM / N70XL / D31L EXCEL,,NISSANNAVARRA 2.5 CRDI TURBO2007 - ON3SM / N70XL / D31L EXCEL
NISSAN,NAVARRA BRUTE 2.5 XL 4 X 4 MT,2011,3SM / N70XL / D31L EXCEL,,NISSANNAVARRA BRUTE 2.5 XL 4 X 4 MT20113SM / N70XL / D31L EXCEL
NISSAN,NAVARRA BRUTE 2.5 4X 4 MT,2011,3SM / N70XL / D31L EXCEL,,NISSANNAVARRA BRUTE 2.5 4X 4 MT20113SM / N70XL / D31L EXCEL
NISSAN,NAVARRA KROME EDITION 2.5 CRDI 4 X 4 AT,2011,3SM / N70XL / D31L EXCEL,,NISSANNAVARRA KROME EDITION 2.5 CRDI 4 X 4 AT20113SM / N70XL / D31L EXCEL
NISSAN,NAVARRA KROME EDITION 2.5 CRDI 4 X 4 MT,2011,3SM / N70XL / D31L EXCEL,,NISSANNAVARRA KROME EDITION 2.5 CRDI 4 X 4 MT20113SM / N70XL / D31L EXCEL
NISSAN,PATROL,1989 - 2018,3SM / N70XL / D31L EXCEL,,NISSANPATROL1989 - ON3SM / N70XL / D31L EXCEL
NISSAN,SAFARI 3.0 DSL,2007 - 2018,3SM / N70XL / D31L EXCEL,,NISSANSAFARI 3.0 DSL2007 - ON3SM / N70XL / D31L EXCEL
NISSAN,PATROL SUPER SAFARI,NONE,3SM / N70XL / D31L EXCEL,,NISSANPATROL SUPER SAFARINONE3SM / N70XL / D31L EXCEL
NISSAN,GTR 3.8V6,2012 - 2015,4SN / NS40 / B20L GOLD,2HN / NS60 /B24L GOLD,NISSANGTR 3.8V62012 - 20154SN / NS40 / B20L GOLD
NISSAN,SENTRA GX MT (PWR),1991 - ON,Gold,,NISSANSENTRA GX MT (PWR)1991 - ONGold
NISSAN,350Z MT,NONE,1SM /MGS50 / D23L GOLD,,NISSAN350Z MTNONENS50/D23L Gold
NISSAN,350Z AT,NONE,1SM /MGS50 / D23L GOLD,,NISSAN350Z ATNONENS50/D23L Gold
NISSAN,ACURA,NONE,2HN / NS60 /B24L GOLD,,NISSANACURANONENS60 GOLD ALS
NISSAN,ALMERA,NONE,2HN / NS60 /B24L GOLD,,NISSANALMERANONENS60 GOLD ALS
OPEL,ASTRA,1999 - 2018,DIN 66 GOLD SPECIAL TYPE,,OPELASTRA1999 - ONDIN 66 GOLD SPECIAL TYPE
OPEL,TIGRA,1999 - 2018,DIN 66 GOLD SPECIAL TYPE,,OPELTIGRA1999 - ONDIN 66 GOLD SPECIAL TYPE
OPEL,VECTRA,1998 - 2018,DIN 66 GOLD SPECIAL TYPE,,OPELVECTRA1998 - ONDIN 66 GOLD SPECIAL TYPE
OPEL,OMEGA,1998 - 2018,DIN 88 GOLD SPECIAL TYPE,,OPELOMEGA1998 - ONDIN 88 GOLD SPECIAL TYPE
PEUGEOT,301,2012 - 2018,AGM,"DIN70 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",PEUGEOT3012012 - OnAGM
PEUGEOT,308,2012 - 2018,AGM,"DIN70 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",PEUGEOT3082012 - OnAGM
PEUGEOT,2008,2012 - 2018,AGM,"DIN70 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",PEUGEOT20082012 - OnAGM
PEUGEOT,5008,2012 - 2018,AGM,"DIN70 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",PEUGEOT50082012 - OnAGM
PEUGEOT,508,2012 - 2018,AGM,"DIN70/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM.",PEUGEOT5082012 - OnAGM
PEUGEOT,208,2012 - 2018,AGM,"DIN70 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",PEUGEOT2082012 - OnAGM
PEUGEOT,EXPERT,2012 - 2018,AGM,"DIN70 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",PEUGEOTEXPERT2012 - OnAGM
PEUGEOT,RCZ,2012 - 2018,AGM,"DIN55 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",PEUGEOTRCZ2012 - OnAGM
PEUGEOT,1007,NONE,DIN 55 GOLD SPECIAL TYPE,DIN 44 GOLD SPECIAL TYPE,PEUGEOT1007NONEDIN 55 GOLD SPECIAL TYPE
PEUGEOT,407,NONE,DIN 55 GOLD SPECIAL TYPE,DIN 66 GOLD SPECIAL TYPE,PEUGEOT407NONEDIN 55 GOLD SPECIAL TYPE
PEUGEOT,206,NONE,DIN 55 GOLD SPECIAL TYPE,DIN 44 GOLD SPECIAL TYPE,PEUGEOT206NONEDIN 55 GOLD SPECIAL TYPE
PEUGEOT,307,NONE,DIN 55 GOLD SPECIAL TYPE,DIN 44 GOLD SPECIAL TYPE,PEUGEOT307NONEDIN 55 GOLD SPECIAL TYPE
PEUGEOT,PARTNER VAN,NONE,DIN 66 GOLD SPECIAL TYPE,DIN 88 GOLD SPECIAL TYPE,PEUGEOTPARTNER VANNONEDIN 66 GOLD SPECIAL TYPE
PORSCHE,997,NONE,3SM / MG70 / D31R GOLD REVERSE,,PORSCHE997NONE3SM / MG70 / D31R GOLD REVERSE
PORSCHE,BOXSTER,2004 - 2018,AGM,"DIN77 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",PORSCHEBOXSTER2004 - PresentAGM
PORSCHE,CAYMAN (ALL TRIMS),NONE,DIN 66 GOLD SPECIAL TYPE,"DIN66 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",PORSCHECAYMAN (ALL TRIMS)NONEDIN 66 GOLD SPECIAL TYPE
PORSCHE,PANAMERA,NONE,DIN 66 GOLD SPECIAL TYPE,"DIN66 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",PORSCHEPANAMERANONEDIN 66 GOLD SPECIAL TYPE
PORSCHE,911 (TURBO),1993 - 2018,DIN 88 GOLD SPECIAL TYPE,,PORSCHE911 (TURBO)1993 - ONDIN 88 GOLD SPECIAL TYPE
PORSCHE,911 GT2,1993-2018,DIN 88 GOLD SPECIAL TYPE,,PORSCHE911 GT2NONEDIN 88 GOLD SPECIAL TYPE
PORSCHE,CAYENNE (ALL TRIMS),NONE,DIN 88 GOLD SPECIAL TYPE,"DIN88 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",PORSCHECAYENNE (ALL TRIMS)NONEDIN 88 GOLD SPECIAL TYPE
PORSCHE,MACAN (ALL VARIANTS),2013,DIN 66 GOLD SPECIAL TYPE,"DIN66 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM","PORSCHEMACAN (ALL VARIANTS)2013DIN66 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM"
PORSCHE,BOXSTER,1996 - 2003,DIN 88 GOLD SPECIAL TYPE,,PORSCHEBOXSTER1996 - 2003DIN88 GOLD
PROTON WIRA,"1.3GLi, 1.5 Gli",1994 - 1998,1SM /MGS50 / D23L GOLD,,"PROTON WIRA1.3GLi, 1.5 Gli1994 - 19981SM / NS50 / D23L GOLD"
PROTON WIRA,1.6,1994 - 1998,1SM /MGS50 / D23L GOLD,,PROTON WIRA1.61994 - 1998Gold
SSANGYONG,TIVOLI XLS (Long Wheelbase),2016,2SM / N50 / D26L EXCEL,,SSANGYONGTIVOLI XLS (Long Wheelbase)20162SM / N50 / D26L EXCEL
SSANGYONG,ACTYON,1997 - 2018,3SM / MG70 / D31R GOLD REVERSE,,SSANGYONGACTYON1997 - ON3SM / MG70 / D31R GOLD REVERSE
SSANGYONG,KYRON,1998 - 2018,3SM / MG70 / D31R GOLD REVERSE,,SSANGYONGKYRON1998 - ON3SM / MG70 / D31R GOLD REVERSE
SSANGYONG,MUSSO,1999 - 2018,3SM / MG70 / D31R GOLD REVERSE,,SSANGYONGMUSSO1999 - ON3SM / MG70 / D31R GOLD REVERSE
SSANGYONG,REXTON,2000 - 2018,3SM / MG70 / D31R GOLD REVERSE,,SSANGYONGREXTON2000 - ON3SM / MG70 / D31R GOLD REVERSE
SSANGYONG,RHINO,2001 - 2018,3SM / MG70 / D31R GOLD REVERSE,,SSANGYONGRHINO2001 - ON3SM / MG70 / D31R GOLD REVERSE
SSANGYONG,RODIUS,2002 - 2018,3SM / MG70 / D31R GOLD REVERSE,,SSANGYONGRODIUS2002 - ON3SM / MG70 / D31R GOLD REVERSE
SSANGYONG,TIVOLI,2016,DIN 44 GOLD SPECIAL TYPE,,SSANGYONGTIVOLI2016DIN44 GOLD
SUBARU,STI,NONE,1SM / MG50 / D23L / GOLD,,SUBARUSTINONE1SM / MG50 / D23L / GOLD
SUBARU,IMPREZA 2.5 WRX,2007-2018,1SM /MGS50 / D23L GOLD,,SUBARUIMPREZA 2.5 WRX2007-0n1SM / NS50 / D23L GOLD
SUBARU,FORESTER 2.0,2007-2018,1SM /MGS50 / D23L GOLD,,SUBARUFORESTER 2.02007-0n1SM / NS50 / D23L GOLD
SUBARU,IMPREZA,,1SM / NS50 / D23L GOLD,,SUBARUIMPREZA1SM / NS50 / D23L GOLD
SUBARU,BRZ,2017-2018,1SM / NS50L / D23L EXCEL,,SUBARUBRZ2017 UP1SM / NS50L / D23L EXCEL
SUBARU,TRIBECA,2006 - 2014,1SM / NS50XL / D23L EXCEL,,SUBARUTRIBECANONE1SM / NS50XL / D23L EXCEL
SUBARU,OUTBACK 3.0,2007 - 2018,1SM / NS50XL / D23L EXCEL,2SM / MG50 / D26R GOLD REVERSE,SUBARUOUTBACK 3.02007 - ON1SM / NS50XL / D23L EXCEL
SUBARU,LEGACY,NONE,1SM / NS50XL / D23L EXCEL,1SM /MGS50 / D23L GOLD,SUBARULEGACYNONE1SM / NS50XL / D23L EXCEL
SUBARU,IMPREZA 2.5 WRX STI,2007 - 2018,1SM / NS50XL / D23L EXCEL,,SUBARUIMPREZA 2.5 WRX STI2007 - ON1SM / NS50XL / D23L EXCEL
SUBARU,FORESTER 2.5,2007 - 2018,1SM / NS50XL / D23L EXCEL,,SUBARUFORESTER 2.0 AND 2.52007 - ON1SM / NS50XL / D23L EXCEL
SUBARU,LEVORG,NONE,2SM / N50XL / D26L EXCEL,,SUBARULEVORGNONE2SM / N50XL / D26L EXCEL
SUZUKI,KIZASHI,NONE,1SM /MGS50 / D23L GOLD,,SUZUKIKIZASHINONE1SM / NS50 / D23L GOLD
SUZUKI,GRAND VITARA,2001 - 2018,1SM / NS50 / D23L GOLD,2HN / NS60 /B24L GOLD,SUZUKIGRAND VITARA2001 - ON1SM / NS50 / D23L GOLD
SUZUKI,BRAVO,NONE,2HN / NS60 /B24L GOLD,,SUZUKIBRAVONONE2HN / NS60 /B24L GOLD
SUZUKI,ESTEEM WAGON,1996 - 1999,2HN / NS60 /B24L GOLD,,SUZUKIESTEEM WAGON1996 - 19992HN / NS60 /B24L GOLD
SUZUKI,SAMURAI,1998 - 2018,2HN / NS60 /B24L GOLD,,SUZUKISAMURAI1998 - ON2HN / NS60 /B24L GOLD
SUZUKI,VITARA,1995 - 2018,2HN / NS60 /B24L GOLD,,SUZUKIVITARA1995 - ON2HN / NS60 /B24L GOLD
SUZUKI,WAGON R,NONE,2HN / NS60 /B24L GOLD,,SUZUKIWAGON RNONE2HN / NS60 /B24L GOLD
SUZUKI,XL 7,NONE,2HN / NS60 /B24L GOLD,,SUZUKIXL 7NONE2HN / NS60 /B24L GOLD
SUZUKI,SOLIO,2016,2HN / NS60 /B24L GOLD,,SUZUKISOLIO20162HN / NS60 /B24L GOLD
SUZUKI,SWIFT,2005,2HN / NS60ARS /B24RS EXCEL REVERSE,4SN / NS40 / B20R GOLD REVERSE,SUZUKISWIFT20052HN / NS60ARS /B24RS EXCEL REVERSE
SUZUKI,APV,NONE,2HN / NS60ARS /B24RS EXCEL REVERSE,,SUZUKIAPVNONE2HN / NS60ARS /B24RS EXCEL REVERSE
SUZUKI,GRAND VITARA,2007 - 2018,2SM / MG50 / D26L GOLD,,SUZUKIGRAND VITARA2007 - ON2SM / MG50 / D26L GOLD
SUZUKI,ALTO,NONE,4SN / NS40 / B20L GOLD,,SUZUKIALTONONE4SN / NS40 / B20L GOLD
SUZUKI,S X 4 AT 1.6 DR AERO,NONE,4SN / NS40 / B20L GOLD,2HN / NS60 /B24L GOLD,SUZUKIS X 4 AT 1.6 DR AERONONE4SN / NS40 / B20L GOLD
SUZUKI,S X 4 AT 1.6 DR CROSS OVER,NONE,4SN / NS40 / B20L GOLD,,SUZUKIS X 4 AT 1.6 DR CROSS OVERNONE4SN / NS40 / B20L GOLD
SUZUKI,ERTIGA,NONE,4SN / NS40 / B20L GOLD,,SUZUKIERTIGANONE4SN / NS40 / B20L GOLD
SUZUKI,CELERIO,NONE,4SN / NS40R / B20R GOLD REVERSE,,SUZUKICELERIONONE4SN / NS40R / B20R GOLD REVERSE
SUZUKI,JIMNY,2004,4SN / NS40R / B20R GOLD REVERSE,4SN / NS40 / B20L GOLD,SUZUKIJIMNY20044SN / NS40R / B20R GOLD REVERSE
SUZUKI,CIAZ / SWIFT (US Version),2016,DIN 55 GOLD SPECIAL TYPE,,SUZUKICIAZ / SWIFT (US Version)2016DIN55 GOLD
SUZUKI,SUPER CARRY,1998 - 2018,4SN / NS40 / B20L GOLD,,SUZUKISUPER CARRY1998 - ONNS40/B20LS Gold
SUZUKI,BAYAN CAB,1996 - 1999,4SN / NS40 / B20L GOLD,,SUZUKIBAYAN CAB1996 - 1999NS40/B20LS Gold
TATA,SUPER ACE (DIESEL) 3-CYLINDER,2014 - 2018,2SM / MG50 / D26R GOLD REVERSE,,TATASUPER ACE (DIESEL) 3-CYLINDER2014 - on2SM / N50 / D26R GOLD
TATA,PICK UP,1994 - 1996,2SM / N50XL / D26L EXCEL,,TATAPICK UP1994 - 19962SM / N50XL / D26L EXCEL
TATA,XENON PICK UP,2014 - 2018,3SM / MG70 / D31R GOLD REVERSE,,TATAXENON PICK UP2014 - on3SM / N70 / D31R GOLD
TATA,ACE,2014 - 2018,4SN / NS40 / B20L GOLD,,TATAACE2014 - on4SN / NS40 / B20L GOLD
TATA,VISTA (PETROL),2014 - 2018,DIN 44 GOLD SPECIAL TYPE,,TATAVISTA (PETROL)2014 - onDIN44 GOLD
TATA,MANZA (PETROL),2014 - 2018,DIN 44 GOLD SPECIAL TYPE,,TATAMANZA (PETROL)2014 - onDIN44 GOLD
TATA,VISTA (DIESEL),2014 - 2018,DIN 55 GOLD SPECIAL TYPE,,TATAVISTA (DIESEL)2014 - onDIN55H GOLD
TATA,MANZA (DIESEL),2014 - 2018,DIN 55 GOLD SPECIAL TYPE,,TATAMANZA (DIESEL)2014 - onDIN55H GOLD
TATA,INDIGO / INDICA (DIESEL),2014 - 2018,DIN 55R GOLD REVERSE SPECIAL TYPE,,TATAINDIGO / INDICA (DIESEL)2014 - onDIN55R/DIN55R Gold
TOYOTA,INNOVA (V-type),2005 - 2018,1SM /MGS50 / D23L GOLD,2SM / MG50 / D26L GOLD,TOYOTAINNOVA (V-type)2005 - on1SM / NS50 / D23L GOLD
TOYOTA,INNOVA (G-type),2005 - 2018,1SM /MGS50 / D23L GOLD,,TOYOTAINNOVA (G-type)2005 - on1SM / NS50 / D23L GOLD
TOYOTA,INNOVA (E-type),2005 - 2018,1SM /MGS50 / D23L GOLD,2HN / NS60 /B24L GOLD,TOYOTAINNOVA (E-type)2005 - on1SM / NS50 / D23L GOLD
TOYOTA,TAMARAW / REVO (GASOLINE),1998 - 2018,1SM /MGS50 / D23L GOLD,2HN / NS60 /B24L GOLD,TOYOTATAMARAW / REVO (GASOLINE)1998 - ON1SM / NS50 / D23L GOLD
TOYOTA,TAMARAW / REVO SPORT (GASOLINE),1998 - 2018,1SM /MGS50 / D23L GOLD,2SM / MG50 / D26L GOLD,TOYOTATAMARAW / REVO SPORT (GASOLINE)1998 - ON1SM / NS50 / D23L GOLD
TOYOTA,ALPHARD 2.4 (GASOLINE),2010,1SM / NS50XL / D23L EXCEL,,TOYOTAALPHARD 2.4 (GASOLINE)20101SM / NS50XL / D23L EXCEL
TOYOTA,RAV 4,2007- 2018,1SM / NS50XL / D23L EXCEL,,TOYOTARAV-42007- ON1SM / NS50XL / D23L EXCEL
TOYOTA,ZION,NONE,1SM / NS50XL / D23L EXCEL,,TOYOTAZIONNONE1SM / NS50XL / D23L EXCEL
TOYOTA,BB,NONE,1SM /MGS50 / D23L GOLD,,TOYOTABBNONE1SM /MGS50 / D23L GOLD
TOYOTA,86,NONE,1SM /MGS50 / D23L GOLD,,TOYOTA86NONE1SM /MGS50 / D23L GOLD
TOYOTA,CAMRY,1996 - 2018,1SM /MGS50 / D23L GOLD,,TOYOTACAMRY1996 - ON1SM /MGS50 / D23L GOLD
TOYOTA,COROLLA all models / ALTIS*,1989 - 2018,2HN / NS60 /B24L GOLD,2SM / MG50 / D26L GOLD,TOYOTACOROLLA all models / ALTIS*1989 - on2HN / N40 / B24L GOLD
TOYOTA,LITE ACE,1990 - 2018,2HN / NS60 /B24L GOLD,,TOYOTALITE ACE1990 - on2HN / N40 / B24L GOLD
TOYOTA,RAV 4,1996 - 2018,2HN / NS60 /B24L GOLD,1SM /MGS50 / D23L GOLD,TOYOTARAV 41996 - on2HN / N40 / B24L GOLD
TOYOTA,VIOS,2003 - 2018,2HN / NS60 /B24L GOLD,,TOYOTAVIOS2003 - on2HN / N40 / B24L GOLD
TOYOTA,INNOVA (J-type),2005 - 2018,2HN / NS60 /B24L GOLD,1SM /MGS50 / D23L GOLD,TOYOTAINNOVA (J-type)2005 - on2HN / N40 / B24L GOLD
TOYOTA,ALTIS,NONE,2HN / NS60 /B24L GOLD,,TOYOTAALTISNONE2HN / NS60 /B24L GOLD
TOYOTA,COROLLA,NONE,2HN / NS60 /B24L GOLD,2SM / MG50 / D26L GOLD,TOYOTACOROLLANONE2HN / NS60 /B24L GOLD
TOYOTA,CORONA,1989 - 2018,2HN / NS60 /B24L GOLD,1SM /MGS50 / D23L GOLD,TOYOTACORONA1989 - ON2HN / NS60 /B24L GOLD
TOYOTA,ECHO,2000 - 2018,2HN / NS60 /B24L GOLD,,TOYOTAECHO2000 - ON2HN / NS60 /B24L GOLD
TOYOTA,VIOS,2007- 2018,2HN / NS60 /B24L GOLD,,TOYOTAVIOS2007- ON2HN / NS60 /B24L GOLD
TOYOTA,YARIS,NONE,2HN / NS60 /B24L GOLD,,TOYOTAYARISNONE2HN / NS60 /B24L GOLD
TOYOTA,CELICA,NONE,2HN / NS60 /B24L GOLD,,TOYOTACELICANONE2HN / NS60 /B24L GOLD
TOYOTA,TOWN ACE GAS,NONE,2HN / NS60 /B24L GOLD,,TOYOTATOWN ACE GASNONE2HN / NS60 /B24L GOLD
TOYOTA,AVANZA 1.5,NONE,2HN / NS60ARS /B24RS EXCEL REVERSE,4SN / NS40R / B20R GOLD REVERSE,TOYOTAAVANZA 1.5NONE2HN / NS60ARS /B24RS EXCEL REVERSE
TOYOTA,VIOS,2006,2HN / NS60ARS /B24RS GOLD REVERSE,,TOYOTAVIOS2006 - DOWN2HN / NS60ARS /B24RS GOLD REVERSE
TOYOTA,PRIUS,NONE,2HN / NS60ARS /B24RS GOLD REVERSE,,TOYOTAPRIUSNONE2HN / NS60ARS /B24RS GOLD REVERSE
TOYOTA,SIENNA,NONE,2SM / MG50 / D26L GOLD,,TOYOTASIENNANONE2SM / MG50 / D26L GOLD
TOYOTA,MR2,NONE,2SM / MG50 / D26L GOLD,,TOYOTAMR2NONE2SM / MG50 / D26L GOLD
TOYOTA,LAND CRUISER / PRADO (GASOLINE),1991 - 2018,2SM / MG50 / D26L GOLD,,TOYOTALAND CRUISER / PRADO (GASOLINE)1991 - ON2SM / MG50 / D26L GOLD
TOYOTA,INNOVA DIESEL,2005 - 2018,2SM / MG50 / D26L GOLD,,TOYOTAINNOVA DIESEL2005 - ON2SM / MG50 / D26L GOLD
TOYOTA,CRESSIDA,1992 - 2018,2SM / MG50 / D26L GOLD,,TOYOTACRESSIDA1992 - ON2SM / MG50 / D26L GOLD
TOYOTA,CROWN ALL MODELS,1989 - 2018,2SM / MG50 / D26L GOLD,,TOYOTACROWN ALL MODELS1989 - ON2SM / MG50 / D26L GOLD
TOYOTA,LAND CRUISER 200 5.7 V8,2008 - 2018,2SM / MG50 / D26R GOLD REVERSE,2SM / N50 / D26L EXCEL,TOYOTALAND CRUISER 200 5.7 V8NONE2SM / MG50 / D26R GOLD REVERSE
TOYOTA,NOAH,NONE,2SM / MG50 / D26L GOLD,,TOYOTANOAHNONE2SM / N50 / D26L ENDURO
TOYOTA,FORTUNER (Gas),2006 - 2018,2SM / N50 / D26L EXCEL,2SM / MG50 / D26L GOLD,TOYOTAFORTUNER (Gas)2006 - on2SM / N50 / D26L EXCEL
TOYOTA,TAMARAW / REVO (DIESEL),1998 - 2018,2SM / N50XL / D26L EXCEL,,TOYOTATAMARAW / REVO (DIESEL)1998 - ON2SM / N50 / D26L EXCEL
TOYOTA,TAMARAW / REVO SPORT (DIESEL),1998 - 2018,2SM / N50XL / D26L EXCEL,,TOYOTATAMARAW / REVO SPORT (DIESEL)1998 - ON2SM / N50 / D26L EXCEL
TOYOTA,PREVIA (Gasoline),,2SM / N50 / D26L GOLD,,TOYOTAPREVIA (Gasoline)2SM / N50 / D26L GOLD
TOYOTA,EXSIOR,NONE,2SM / N50 / D26L GOLD,,TOYOTAEXSIORNONE2SM / N50 / D26L GOLD
TOYOTA,HI ACE GRANDIA,1999 - 2018,2SM / N50 / D26R GOLD,,TOYOTAHI ACE GRANDIA1999 - On2SM / N50 / D26R GOLD
TOYOTA,LUCIDA,NONE,2SM / N50L / D26L GOLD,,TOYOTALUCIDANONE2SM / N50L / D26L GOLD
TOYOTA,CAMRY,2007 - 2018,2SM / N50XL / D26L EXCEL,,TOYOTACAMRY2007 - ON2SM / N50XL / D26L EXCEL
TOYOTA,PREVIA,NONE,2SM / N50XL / D26L EXCEL,3SM / MG70 / D31L GOLD,TOYOTAPREVIANONE2SM / N50XL / D26L EXCEL
TOYOTA,HI-LUX,NONE,3SM / MG70 / D31L GOLD,,TOYOTAHI-LUXNONE3SM / MG70 / D31L GOLD
TOYOTA,4RUNNER,NONE,3SM / MG70 / D31L GOLD,,TOYOTA4RUNNERNONE3SM / MG70 / D31L GOLD
TOYOTA,EMINA,NONE,3SM / MG70 / D31L GOLD,,TOYOTAEMINANONE3SM / MG70 / D31L GOLD
TOYOTA,COASTER,NONE,3SM / MG70 / D31L GOLD,3SM / MG70 / D31R GOLD REVERSE,TOYOTACOASTERNONE3SM / MG70 / D31L GOLD
TOYOTA,HI ACE (All Trims),2006 - 2018,3SM / MG70 / D31R GOLD REVERSE,2SM / N50 / D26L GOLD,TOYOTAHI ACE (ALL TRIMS)2006 - ON3SM / MG70 / D31R GOLD REVERSE
TOYOTA,HI ACE (DIESEL),1999 - 2018,3SM / MG70 / D31R GOLD REVERSE,3SM / N70 / D31L EXCEL,TOYOTAHI ACE (DIESEL)1999 - ON3SM / MG70 / D31R GOLD REVERSE
TOYOTA,HI ACE (GASOLINE),1994 - 2018,3SM / MG70 / D31R GOLD REVERSE,2SM / N50 / D26L GOLD,TOYOTAHI ACE (GASOLINE)1994 - ON3SM / MG70 / D31R GOLD REVERSE
TOYOTA,HI ACE GRANDIA **,1999 - 2018,3SM / MG70 / D31R GOLD REVERSE,2SM / MG50 / D26R GOLD REVERSE,TOYOTAHI ACE GRANDIA **1999 - ON3SM / MG70 / D31R GOLD REVERSE
TOYOTA,CROWN all models (Diesel),1989 - 2018,3SM / N70 / D31L GOLD,,TOYOTACROWN all models (Diesel)1989 - on3SM / N70 / D31L GOLD
TOYOTA,FORTUNER (Diesel),2005 - 2016,3SM / N70XL / D31L EXCEL,3SM / MG70 / D31L GOLD,TOYOTAFORTUNER (Diesel)2005 - on3SM / N70 / D31L GOLD
TOYOTA,PREVIA (Diesel),,3SM / N70 / D31L GOLD,,TOYOTAPREVIA (Diesel)3SM / N70 / D31L GOLD
TOYOTA,FJ CRUISER,NONE,3SM / N70XL / D31L EXCEL,,TOYOTAFJ CRUISERNONE3SM / N70XL / D31L EXCEL
TOYOTA,HI LUX (GASOLINE),1993 - 2018,3SM / N70XL / D31L EXCEL,2SM / N50 / D26L GOLD,TOYOTAHI LUX (GASOLINE)1993 - ON3SM / N70XL / D31L EXCEL
TOYOTA,HI LUX 4X4 / 2X4 (DIESEL),1993 - 2018,3SM / N70XL / D31L EXCEL,2SM / N50 / D26L EXCEL,TOYOTAHI LUX 4X4 / 2X4 (DIESEL)1993 - ON3SM / N70XL / D31L EXCEL
TOYOTA,LAND CRUISER / PRADO (DIESEL),1991 - 2018,3SM / N70XL / D31L EXCEL,,TOYOTALAND CRUISER / PRADO (DIESEL)1991 - ON3SM / N70XL / D31L EXCEL
TOYOTA,SEQUIOA,NONE,3SM / MG70 / D31L GOLD,,TOYOTASEQUIOANONE3SM/N70/GOLD
TOYOTA,WIGO,2014 - 2018,4SN / NS40 / B20L GOLD,4SN / NS40 / B20L ENDURO,TOYOTAWIGO2015 - ON4SN / NS40 / B20L ENDURO
TOYOTA,VIOS,2015 - 2016,4SN / NS40 / B20L GOLD,,TOYOTAVIOS2015 - 20164SN / NS40 / B20L GOLD
TOYOTA,AVANZA 1.3,NONE,4SN / NS40 / B20L GOLD,,TOYOTAAVANZA 1.3NONE4SN / NS40 / B20L GOLD
TOYOTA,PRIUS 1.8,NONE,4SN / NS40 / B20L GOLD,,TOYOTAPRIUS 1.8NONE4SN / NS40 / B20L GOLD
TOYOTA,VITZ,NONE,4SN / NS40 / B20L GOLD,,TOYOTAVITZNONE4SN / NS40 / B20L GOLD
TOYOTA,INNOVA AN140 TR (Gasoline),2016,DIN 55 GOLD SPECIAL TYPE,,TOYOTAINNOVA AN140 TR (Gasoline)2016DIN55H GOLD
TOYOTA,HI-LUX DIESEL ,2017 - 2018,DIN 66 GOLD SPECIAL TYPE,,TOYOTAHI-LUX DIESEL 2017 UPDIN66
TOYOTA,FORTUNER (Diesel),2016 - 2018,DIN 66 GOLD SPECIAL TYPE,,TOYOTAFORTUNER (Diesel)2016DIN66 GOLD
TOYOTA,HILUX 2.4/2.8Li,2015,DIN 66 GOLD SPECIAL TYPE,,TOYOTAHILUX 2.4/2.8Li2015DIN66 GOLD
TOYOTA,INNOVA AN140 GD (Diesel),2016,DIN 66 GOLD SPECIAL TYPE,,TOYOTAINNOVA AN140 GD (Diesel)2016DIN66 GOLD
TOYOTA,SOLUNA,2001 - 2018,4SN / NS40 / B20L GOLD,,TOYOTASOLUNA2001 - ONNS40/B20LS Gold
VOLKSWAGEN,KOMBI,,3SM / MG70 / D31L GOLD,,VOLKSWAGENKOMBINONE3SM / MG70 / D31L GOLD
VOLKSWAGEN,GOLF,,DIN 55 GOLD SPECIAL TYPE,DIN55/EFB D23L - Available at Motolite company-owned outlets EFB D23L - Available at Motolite company-owned outlets,VOLKSWAGENGOLFNONEDIN 55 GOLD SPECIAL TYPE
VOLKSWAGEN,BORA,,DIN 55 GOLD SPECIAL TYPE,DIN55/EFB D23L - Available at Motolite company-owned outlets EFB D23L - Available at Motolite company-owned outlets,VOLKSWAGENBORANONEDIN 55 GOLD SPECIAL TYPE
VOLKSWAGEN,TOUAREG,,DIN 110 GOLD SPECIAL TYPE,DIN110/EFB D23L - Available at Motolite company-owned outlets EFB D23L - Available at Motolite company-owned outlets,VOLKSWAGENTOUAREGNONEDIN110/EFB D23L - Available at Motolite company-owned outlets EFB D23L - Available at Motolite company-owned outlets
VOLKSWAGEN,Golf GTI (Gas),,DIN 44 GOLD SPECIAL TYPE,DIN44(H)/none No Tall DIN44,VOLKSWAGENGolf GTI (Gas)NONEDIN44(H)/none No Tall DIN44
VOLKSWAGEN,Golf 1.4. TSI (Gas),,DIN 44 GOLD SPECIAL TYPE,DIN44(H)/none No Tall DIN44,VOLKSWAGENGolf 1.4. TSI (Gas)NONEDIN44(H)/none No Tall DIN44
VOLKSWAGEN,BEETLE,,DIN 55 GOLD SPECIAL TYPE,DIN55/EFB D23L - Available at Motolite company-owned outlets EFB D23L - Available at Motolite company-owned outlets,VOLKSWAGENBEETLENONEDIN55/EFB D23L - Available at Motolite company-owned outlets EFB D23L - Available at Motolite company-owned outlets
VOLKSWAGEN,PASSAT,,DIN 55 GOLD SPECIAL TYPE,DIN55/EFB D23L - Available at Motolite company-owned outlets EFB D23L - Available at Motolite company-owned outlets,VOLKSWAGENPASSATNONEDIN55/EFB D23L - Available at Motolite company-owned outlets EFB D23L - Available at Motolite company-owned outlets
VOLKSWAGEN,Jetta 2.0 TDI MT (Diesel),,DIN 55 GOLD SPECIAL TYPE,,VOLKSWAGENJetta 2.0 TDI MT (Diesel)DIN55H GOLD
VOLKSWAGEN,Jetta 1.2 TSI MT (Gas),,DIN 55 GOLD SPECIAL TYPE,,VOLKSWAGENJetta 1.2 TSI MT (Gas)DIN55H GOLD
VOLKSWAGEN,Jetta 1.4 TSI DSG (Gas),,DIN 55 GOLD SPECIAL TYPE,,VOLKSWAGENJetta 1.4 TSI DSG (Gas)DIN55H GOLD
VOLKSWAGEN,Jetta 2.0 TSI DSG (Gas),,DIN 55 GOLD SPECIAL TYPE,,VOLKSWAGENJetta 2.0 TSI DSG (Gas)DIN55H GOLD
VOLKSWAGEN,Tiguan 2.0 TDI AT (Diesel),,DIN 55 GOLD SPECIAL TYPE,,VOLKSWAGENTiguan 2.0 TDI AT (Diesel)DIN55H GOLD
VOLKSWAGEN,Touran 2.0 TDI (Gasoline),,DIN 66 GOLD SPECIAL TYPE,DIN 55 GOLD SPECIAL TYPE,VOLKSWAGENTouran 2.0 TDI (Gasoline)DIN55H GOLD
VOLKSWAGEN,Polo Notch 1.6 TDI MT (Diesel),,DIN 55 GOLD SPECIAL TYPE,,VOLKSWAGENPolo Notch 1.6 TDI MT (Diesel)DIN55H GOLD
VOLKSWAGEN,Polo Notch 1.6 MPI AT (Gas),,DIN 55 GOLD SPECIAL TYPE,,VOLKSWAGENPolo Notch 1.6 MPI AT (Gas)DIN55H GOLD
VOLKSWAGEN,Caddy 1.6 (Diesel),,DIN 55 GOLD SPECIAL TYPE,,VOLKSWAGENCaddy 1.6 (Diesel)DIN55H GOLD
VOLKSWAGEN,Caddy 2.0 (Diesel),,DIN 55 GOLD SPECIAL TYPE,,VOLKSWAGENCaddy 2.0 (Diesel)DIN55H GOLD
VOLKSWAGEN,Beetle 1.2 TSI MT (Gas),,DIN 55 GOLD SPECIAL TYPE,,VOLKSWAGENBeetle 1.2 TSI MT (Gas)DIN55H GOLD
VOLKSWAGEN,Beetle 1.4 TSI DSG (Gas),,DIN 55 GOLD SPECIAL TYPE,,VOLKSWAGENBeetle 1.4 TSI DSG (Gas)DIN55H GOLD
VOLKSWAGEN,Jetta 1.6 TDI (Diesel),,DIN 55 GOLD SPECIAL TYPE,,VOLKSWAGENJetta 1.6 TDI (Diesel)DIN55H GOLD
VOLKSWAGEN,POLO,1996 - 2018,DIN 88 GOLD SPECIAL TYPE,DIN88/EFB D23L - Available at Motolite company-owned outlets EFB D23L - Available at Motolite company-owned outlets,VOLKSWAGENPOLO1996 - ONDIN66EFB D23L - Available at Motolite company-owned outletsEFB
VOLKSWAGEN,Passat 2.0 (Gas),,DIN 66 GOLD SPECIAL TYPE,DIN66H / EFB,VOLKSWAGENPassat 2.0 (Gas)DIN66H / EFB
VOLKSWAGEN,Crafter (Diesel),,DIN 66 GOLD SPECIAL TYPE,DIN66H / EFB,VOLKSWAGENCrafter (Diesel)DIN66H / EFB
VOLKSWAGEN,T5 Multivan (Diesel),,DIN 66 GOLD SPECIAL TYPE,DIN66H / EFB,VOLKSWAGENT5 Multivan (Diesel)DIN66H / EFB
VOLKSWAGEN,TIGUAN,2007 - 2018,DIN 66 GOLD SPECIAL TYPE,DIN66H/EFB D23L - Available at Motolite company-owned outlets EFB D23L - Available at Motolite company-owned outlets,VOLKSWAGENTIGUAN2007 - PresentDIN66H/EFB D23L - Available at Motolite company-owned outlets EFB D23L - Available at Motolite company-owned outlets
VOLKSWAGEN,Tiguan 1.4 TSI MT (Gas),NONE,DIN 66 GOLD SPECIAL TYPE,,VOLKSWAGENTiguan 1.4 TSI MT (Gas)NONEDIN66H/none No DIN EFB
VOLKSWAGEN,Touareg 3.0 TDI (Diesel),,DIN 66 GOLD SPECIAL TYPE,DIN77H/DIN77H Gold,VOLKSWAGENTouareg 3.0 TDI (Diesel)DIN77H GOLD
VOLKSWAGEN,CARAVELLE,1996 - 2018,DIN 88 GOLD SPECIAL TYPE,DIN88/EFB D23L - Available at Motolite company-owned outlets EFB D23L - Available at Motolite company-owned outlets,VOLKSWAGENCARAVELLE1996 - ONDIN88/EFB D23L - Available at Motolite company-owned outlets EFB D23L - Available at Motolite company-owned outlets
VOLVO,960,NONE,1SM / NS50XL / D23L EXCEL,DIN 88 GOLD SPECIAL TYPE,VOLVO960NONE1SM / NS50XL / D23L EXCEL
VOLVO,XC60,NONE,DIN 55 GOLD SPECIAL TYPE,"DIN55 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",VOLVOXC60NONEDIN 55 GOLD SPECIAL TYPE
VOLVO,V70,NONE,DIN 55 GOLD SPECIAL TYPE,"DIN55 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",VOLVOV70NONEDIN 55 GOLD SPECIAL TYPE
VOLVO,V50,NONE,DIN 55 GOLD SPECIAL TYPE,"DIN55 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",VOLVOV50NONEDIN 55 GOLD SPECIAL TYPE
VOLVO,S70,1999 - 2018,DIN 66 GOLD SPECIAL TYPE,"DIN66 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",VOLVOS701999 - ONDIN 66 GOLD SPECIAL TYPE
VOLVO,S40 / V40,1997 - 2018,DIN 66 GOLD SPECIAL TYPE,"DIN66 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",VOLVOS40 / V401997 - ONDIN 66 GOLD SPECIAL TYPE
VOLVO,S60,2005 - 2018,DIN 66 GOLD SPECIAL TYPE,"DIN66 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",VOLVOS602005 - ONDIN 66 GOLD SPECIAL TYPE
VOLVO,S60,1996 - 2018,DIN 88 GOLD SPECIAL TYPE,"DIN88 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",VOLVOS601996 - ONDIN 88 GOLD SPECIAL TYPE
VOLVO,S80,NONE,DIN 88 GOLD SPECIAL TYPE,"DIN110 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",VOLVOS80NONEDIN 88 GOLD SPECIAL TYPE
VOLVO,XC70,2005 - 2018,DIN 88 GOLD SPECIAL TYPE,"DIN88 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",VOLVOXC702005 - ONDIN 88 GOLD SPECIAL TYPE
VOLVO,XC90,2005 - 2018,DIN 88 GOLD SPECIAL TYPE,"DIN88 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM",VOLVOXC902005 - ONDIN 88 GOLD SPECIAL TYPE
VOLVO,C70,,DIN 55 GOLD SPECIAL TYPE,"DIN55 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM","VOLVOC70DIN55 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM"
VOLVO,C30,,DIN 66 GOLD SPECIAL TYPE,"DIN66/If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If the vehicle is equipped with start/stop technology, the recommended battery is AGM.","VOLVOC30DIN66 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM"
VOLVO,850 / 850R,1999 - 2018,DIN 88 GOLD SPECIAL TYPE,"DIN88 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM","VOLVO850 / 850R1999 - ONDIN88 / If the vehicle is equipped with start/stop technology, the recommended battery is AGM. If not, the recommended brand is Motolite Gold. AGM"
Internal server error - Forgejo: Beyond coding. We Forge.

500

Internal server error

Forgejo version: 9.0.1+gitea-1.22.0