hns
3 years ago
179 changed files with 5279 additions and 476 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,8 @@ |
|||
// Copyright (c) 2021, Hard n Soft Technologies Pvt Ltd and contributors
|
|||
// For license information, please see license.txt
|
|||
|
|||
frappe.ui.form.on('App Dealer', { |
|||
// refresh: function(frm) {
|
|||
|
|||
// }
|
|||
}); |
@ -0,0 +1,78 @@ |
|||
{ |
|||
"actions": [], |
|||
"allow_rename": 1, |
|||
"autoname": "D-#####", |
|||
"creation": "2021-12-30 09:58:43.222658", |
|||
"doctype": "DocType", |
|||
"editable_grid": 1, |
|||
"engine": "InnoDB", |
|||
"field_order": [ |
|||
"dealer_name", |
|||
"dealer_code", |
|||
"zone", |
|||
"area", |
|||
"active_status" |
|||
], |
|||
"fields": [ |
|||
{ |
|||
"fieldname": "dealer_name", |
|||
"fieldtype": "Data", |
|||
"label": "Dealer Name" |
|||
}, |
|||
{ |
|||
"fieldname": "dealer_code", |
|||
"fieldtype": "Data", |
|||
"label": "Dealer Code" |
|||
}, |
|||
{ |
|||
"fieldname": "zone", |
|||
"fieldtype": "Data", |
|||
"label": "Zone" |
|||
}, |
|||
{ |
|||
"fieldname": "area", |
|||
"fieldtype": "Data", |
|||
"label": "Area" |
|||
}, |
|||
{ |
|||
"fieldname": "active_status", |
|||
"fieldtype": "Data", |
|||
"label": "Active Status" |
|||
} |
|||
], |
|||
"index_web_pages_for_search": 1, |
|||
"links": [], |
|||
"modified": "2022-01-07 15:24:29.839700", |
|||
"modified_by": "Administrator", |
|||
"module": "Add Ons", |
|||
"name": "App Dealer", |
|||
"owner": "Administrator", |
|||
"permissions": [ |
|||
{ |
|||
"create": 1, |
|||
"delete": 1, |
|||
"email": 1, |
|||
"export": 1, |
|||
"print": 1, |
|||
"read": 1, |
|||
"report": 1, |
|||
"role": "System Manager", |
|||
"share": 1, |
|||
"write": 1 |
|||
}, |
|||
{ |
|||
"create": 1, |
|||
"email": 1, |
|||
"export": 1, |
|||
"print": 1, |
|||
"read": 1, |
|||
"report": 1, |
|||
"role": "_Admin", |
|||
"share": 1, |
|||
"write": 1 |
|||
} |
|||
], |
|||
"sort_field": "modified", |
|||
"sort_order": "DESC", |
|||
"track_changes": 1 |
|||
} |
@ -0,0 +1,8 @@ |
|||
# Copyright (c) 2021, Hard n Soft Technologies Pvt Ltd and contributors |
|||
# For license information, please see license.txt |
|||
|
|||
# import frappe |
|||
from frappe.model.document import Document |
|||
|
|||
class AppDealer(Document): |
|||
pass |
@ -0,0 +1,8 @@ |
|||
# Copyright (c) 2021, Hard n Soft Technologies Pvt Ltd and Contributors |
|||
# See license.txt |
|||
|
|||
# import frappe |
|||
import unittest |
|||
|
|||
class TestAppDealer(unittest.TestCase): |
|||
pass |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,8 @@ |
|||
// Copyright (c) 2021, Hard n Soft Technologies Pvt Ltd and contributors
|
|||
// For license information, please see license.txt
|
|||
|
|||
frappe.ui.form.on('App Device', { |
|||
// refresh: function(frm) {
|
|||
|
|||
// }
|
|||
}); |
@ -0,0 +1,106 @@ |
|||
{ |
|||
"actions": [], |
|||
"autoname": "I-.####", |
|||
"creation": "2021-11-08 17:49:56.262550", |
|||
"doctype": "DocType", |
|||
"editable_grid": 1, |
|||
"engine": "InnoDB", |
|||
"field_order": [ |
|||
"device_id", |
|||
"device_type", |
|||
"publish_type", |
|||
"os", |
|||
"os_version", |
|||
"column_break_5", |
|||
"app_current_version", |
|||
"last_login", |
|||
"last_sync" |
|||
], |
|||
"fields": [ |
|||
{ |
|||
"fieldname": "device_id", |
|||
"fieldtype": "Data", |
|||
"in_list_view": 1, |
|||
"label": "Device ID", |
|||
"reqd": 1 |
|||
}, |
|||
{ |
|||
"fieldname": "last_login", |
|||
"fieldtype": "Datetime", |
|||
"in_list_view": 1, |
|||
"label": "Last Login" |
|||
}, |
|||
{ |
|||
"fieldname": "last_sync", |
|||
"fieldtype": "Datetime", |
|||
"label": "Last Sync" |
|||
}, |
|||
{ |
|||
"fieldname": "device_type", |
|||
"fieldtype": "Data", |
|||
"label": "Device Type" |
|||
}, |
|||
{ |
|||
"fieldname": "os", |
|||
"fieldtype": "Data", |
|||
"label": "OS" |
|||
}, |
|||
{ |
|||
"fieldname": "os_version", |
|||
"fieldtype": "Data", |
|||
"label": "OS Version" |
|||
}, |
|||
{ |
|||
"fieldname": "column_break_5", |
|||
"fieldtype": "Column Break" |
|||
}, |
|||
{ |
|||
"fieldname": "app_current_version", |
|||
"fieldtype": "Data", |
|||
"label": "App Current Version" |
|||
}, |
|||
{ |
|||
"fieldname": "publish_type", |
|||
"fieldtype": "Select", |
|||
"in_list_view": 1, |
|||
"in_standard_filter": 1, |
|||
"label": "Publish Type", |
|||
"options": "Global\nInternal" |
|||
} |
|||
], |
|||
"index_web_pages_for_search": 1, |
|||
"links": [], |
|||
"modified": "2022-01-07 15:21:49.906593", |
|||
"modified_by": "Administrator", |
|||
"module": "Add Ons", |
|||
"name": "App Device", |
|||
"owner": "Administrator", |
|||
"permissions": [ |
|||
{ |
|||
"create": 1, |
|||
"delete": 1, |
|||
"email": 1, |
|||
"export": 1, |
|||
"print": 1, |
|||
"read": 1, |
|||
"report": 1, |
|||
"role": "System Manager", |
|||
"share": 1, |
|||
"write": 1 |
|||
}, |
|||
{ |
|||
"create": 1, |
|||
"email": 1, |
|||
"export": 1, |
|||
"print": 1, |
|||
"read": 1, |
|||
"report": 1, |
|||
"role": "_Admin", |
|||
"share": 1, |
|||
"write": 1 |
|||
} |
|||
], |
|||
"sort_field": "modified", |
|||
"sort_order": "DESC", |
|||
"track_changes": 1 |
|||
} |
@ -0,0 +1,8 @@ |
|||
# Copyright (c) 2021, Hard n Soft Technologies Pvt Ltd and contributors |
|||
# For license information, please see license.txt |
|||
|
|||
# import frappe |
|||
from frappe.model.document import Document |
|||
|
|||
class AppDevice(Document): |
|||
pass |
@ -0,0 +1,8 @@ |
|||
# Copyright (c) 2021, Hard n Soft Technologies Pvt Ltd and Contributors |
|||
# See license.txt |
|||
|
|||
# import frappe |
|||
import unittest |
|||
|
|||
class TestAppDevice(unittest.TestCase): |
|||
pass |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,8 @@ |
|||
// Copyright (c) 2022, Hard n Soft Technologies Pvt Ltd and contributors
|
|||
// For license information, please see license.txt
|
|||
|
|||
frappe.ui.form.on('App Log', { |
|||
// refresh: function(frm) {
|
|||
|
|||
// }
|
|||
}); |
@ -0,0 +1,92 @@ |
|||
{ |
|||
"actions": [], |
|||
"autoname": "APPLOG-YY-.#####", |
|||
"creation": "2022-01-03 15:05:38.537670", |
|||
"doctype": "DocType", |
|||
"editable_grid": 1, |
|||
"engine": "InnoDB", |
|||
"field_order": [ |
|||
"user", |
|||
"device", |
|||
"type", |
|||
"latitude", |
|||
"longitude", |
|||
"date_time_stamp", |
|||
"remarks" |
|||
], |
|||
"fields": [ |
|||
{ |
|||
"fieldname": "user", |
|||
"fieldtype": "Link", |
|||
"label": "User", |
|||
"options": "App Users" |
|||
}, |
|||
{ |
|||
"fieldname": "device", |
|||
"fieldtype": "Link", |
|||
"label": "Device", |
|||
"options": "App Device" |
|||
}, |
|||
{ |
|||
"fieldname": "type", |
|||
"fieldtype": "Select", |
|||
"label": "Type", |
|||
"options": "Installed\nReinstalled\nLogged in\nLogged Out\nAPI Accessed" |
|||
}, |
|||
{ |
|||
"fieldname": "date_time_stamp", |
|||
"fieldtype": "Datetime", |
|||
"label": "Date Time Stamp" |
|||
}, |
|||
{ |
|||
"fieldname": "remarks", |
|||
"fieldtype": "Small Text", |
|||
"label": "Remarks" |
|||
}, |
|||
{ |
|||
"fieldname": "latitude", |
|||
"fieldtype": "Data", |
|||
"label": "Latitude" |
|||
}, |
|||
{ |
|||
"fieldname": "longitude", |
|||
"fieldtype": "Data", |
|||
"label": "Longitude" |
|||
} |
|||
], |
|||
"index_web_pages_for_search": 1, |
|||
"links": [], |
|||
"modified": "2022-01-13 12:56:37.716178", |
|||
"modified_by": "Administrator", |
|||
"module": "Add Ons", |
|||
"name": "App Log", |
|||
"owner": "Administrator", |
|||
"permissions": [ |
|||
{ |
|||
"create": 1, |
|||
"delete": 1, |
|||
"email": 1, |
|||
"export": 1, |
|||
"print": 1, |
|||
"read": 1, |
|||
"report": 1, |
|||
"role": "System Manager", |
|||
"share": 1, |
|||
"write": 1 |
|||
}, |
|||
{ |
|||
"create": 1, |
|||
"email": 1, |
|||
"export": 1, |
|||
"print": 1, |
|||
"read": 1, |
|||
"report": 1, |
|||
"role": "_Admin", |
|||
"share": 1, |
|||
"write": 1 |
|||
} |
|||
], |
|||
"sort_field": "modified", |
|||
"sort_order": "DESC", |
|||
"track_changes": 1 |
|||
} |
@ -0,0 +1,8 @@ |
|||
# Copyright (c) 2022, Hard n Soft Technologies Pvt Ltd and contributors |
|||
# For license information, please see license.txt |
|||
|
|||
# import frappe |
|||
from frappe.model.document import Document |
|||
|
|||
class AppLog(Document): |
|||
pass |
@ -0,0 +1,8 @@ |
|||
# Copyright (c) 2022, Hard n Soft Technologies Pvt Ltd and Contributors |
|||
# See license.txt |
|||
|
|||
# import frappe |
|||
import unittest |
|||
|
|||
class TestAppLog(unittest.TestCase): |
|||
pass |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,8 @@ |
|||
// Copyright (c) 2022, Hard n Soft Technologies Pvt Ltd and contributors
|
|||
// For license information, please see license.txt
|
|||
|
|||
frappe.ui.form.on('App Preference', { |
|||
// refresh: function(frm) {
|
|||
|
|||
// }
|
|||
}); |
@ -0,0 +1,126 @@ |
|||
{ |
|||
"actions": [], |
|||
"autoname": "App Pref-.####", |
|||
"creation": "2022-01-07 14:00:34.119125", |
|||
"doctype": "DocType", |
|||
"editable_grid": 1, |
|||
"engine": "InnoDB", |
|||
"field_order": [ |
|||
"application_server_url", |
|||
"update_server_url", |
|||
"asset_url", |
|||
"login_base_url", |
|||
"masters_base_url", |
|||
"transactions_base_url", |
|||
"addons_base_url", |
|||
"auto_logout_time", |
|||
"column_break_4", |
|||
"mahindra_login_api", |
|||
"technician_login_api", |
|||
"remarks", |
|||
"active" |
|||
], |
|||
"fields": [ |
|||
{ |
|||
"fieldname": "update_server_url", |
|||
"fieldtype": "Data", |
|||
"label": "Update Server URL" |
|||
}, |
|||
{ |
|||
"fieldname": "asset_url", |
|||
"fieldtype": "Data", |
|||
"label": "Asset URL" |
|||
}, |
|||
{ |
|||
"fieldname": "column_break_4", |
|||
"fieldtype": "Column Break" |
|||
}, |
|||
{ |
|||
"default": "0", |
|||
"fieldname": "mahindra_login_api", |
|||
"fieldtype": "Check", |
|||
"label": "Mahindra Login API" |
|||
}, |
|||
{ |
|||
"default": "0", |
|||
"fieldname": "technician_login_api", |
|||
"fieldtype": "Check", |
|||
"label": "Technician Login API" |
|||
}, |
|||
{ |
|||
"fieldname": "remarks", |
|||
"fieldtype": "Small Text", |
|||
"label": "Remarks" |
|||
}, |
|||
{ |
|||
"fieldname": "active", |
|||
"fieldtype": "Select", |
|||
"label": "Active", |
|||
"options": "Active\nInactive" |
|||
}, |
|||
{ |
|||
"fieldname": "login_base_url", |
|||
"fieldtype": "Data", |
|||
"label": "Login Base URL" |
|||
}, |
|||
{ |
|||
"fieldname": "masters_base_url", |
|||
"fieldtype": "Data", |
|||
"label": "Masters Base URL" |
|||
}, |
|||
{ |
|||
"fieldname": "transactions_base_url", |
|||
"fieldtype": "Data", |
|||
"label": "Transactions Base URL" |
|||
}, |
|||
{ |
|||
"fieldname": "addons_base_url", |
|||
"fieldtype": "Data", |
|||
"label": "Addons Base URL" |
|||
}, |
|||
{ |
|||
"fieldname": "auto_logout_time", |
|||
"fieldtype": "Time", |
|||
"label": "Auto Logout Time" |
|||
}, |
|||
{ |
|||
"fieldname": "application_server_url", |
|||
"fieldtype": "Data", |
|||
"label": "Application Server URL" |
|||
} |
|||
], |
|||
"index_web_pages_for_search": 1, |
|||
"links": [], |
|||
"modified": "2022-01-11 11:57:35.291012", |
|||
"modified_by": "Administrator", |
|||
"module": "Add Ons", |
|||
"name": "App Preference", |
|||
"owner": "Administrator", |
|||
"permissions": [ |
|||
{ |
|||
"create": 1, |
|||
"delete": 1, |
|||
"email": 1, |
|||
"export": 1, |
|||
"print": 1, |
|||
"read": 1, |
|||
"report": 1, |
|||
"role": "System Manager", |
|||
"share": 1, |
|||
"write": 1 |
|||
}, |
|||
{ |
|||
"create": 1, |
|||
"email": 1, |
|||
"export": 1, |
|||
"print": 1, |
|||
"read": 1, |
|||
"report": 1, |
|||
"role": "_Admin", |
|||
"share": 1, |
|||
"write": 1 |
|||
} |
|||
], |
|||
"sort_field": "modified", |
|||
"sort_order": "DESC" |
|||
} |
@ -0,0 +1,8 @@ |
|||
# Copyright (c) 2022, Hard n Soft Technologies Pvt Ltd and contributors |
|||
# For license information, please see license.txt |
|||
|
|||
# import frappe |
|||
from frappe.model.document import Document |
|||
|
|||
class AppPreference(Document): |
|||
pass |
@ -0,0 +1,8 @@ |
|||
# Copyright (c) 2022, Hard n Soft Technologies Pvt Ltd and Contributors |
|||
# See license.txt |
|||
|
|||
# import frappe |
|||
import unittest |
|||
|
|||
class TestAppPreference(unittest.TestCase): |
|||
pass |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,8 @@ |
|||
// Copyright (c) 2022, Hard n Soft Technologies Pvt Ltd and contributors
|
|||
// For license information, please see license.txt
|
|||
|
|||
frappe.ui.form.on('Application Menu', { |
|||
// refresh: function(frm) {
|
|||
|
|||
// }
|
|||
}); |
@ -0,0 +1,75 @@ |
|||
{ |
|||
"actions": [], |
|||
"autoname": "App Menu-.####", |
|||
"creation": "2022-01-07 13:54:30.540139", |
|||
"doctype": "DocType", |
|||
"editable_grid": 1, |
|||
"engine": "InnoDB", |
|||
"field_order": [ |
|||
"title", |
|||
"active_status", |
|||
"myid" |
|||
], |
|||
"fields": [ |
|||
{ |
|||
"fieldname": "title", |
|||
"fieldtype": "Data", |
|||
"in_list_view": 1, |
|||
"in_standard_filter": 1, |
|||
"label": "Title", |
|||
"translatable": 1 |
|||
}, |
|||
{ |
|||
"fieldname": "active_status", |
|||
"fieldtype": "Select", |
|||
"in_list_view": 1, |
|||
"in_standard_filter": 1, |
|||
"label": "Active Status", |
|||
"options": "Active\nInactive" |
|||
}, |
|||
{ |
|||
"fieldname": "myid", |
|||
"fieldtype": "Int", |
|||
"hidden": 1, |
|||
"in_list_view": 1, |
|||
"label": "myID", |
|||
"set_only_once": 1 |
|||
} |
|||
], |
|||
"index_web_pages_for_search": 1, |
|||
"links": [], |
|||
"modified": "2022-01-10 17:17:13.447747", |
|||
"modified_by": "Administrator", |
|||
"module": "Add Ons", |
|||
"name": "Application Menu", |
|||
"owner": "Administrator", |
|||
"permissions": [ |
|||
{ |
|||
"create": 1, |
|||
"delete": 1, |
|||
"email": 1, |
|||
"export": 1, |
|||
"print": 1, |
|||
"read": 1, |
|||
"report": 1, |
|||
"role": "System Manager", |
|||
"share": 1, |
|||
"write": 1 |
|||
}, |
|||
{ |
|||
"create": 1, |
|||
"email": 1, |
|||
"export": 1, |
|||
"print": 1, |
|||
"read": 1, |
|||
"report": 1, |
|||
"role": "_Admin", |
|||
"share": 1, |
|||
"write": 1 |
|||
} |
|||
], |
|||
"sort_field": "modified", |
|||
"sort_order": "DESC", |
|||
"title_field": "title", |
|||
"track_changes": 1 |
|||
} |
@ -0,0 +1,8 @@ |
|||
# Copyright (c) 2022, Hard n Soft Technologies Pvt Ltd and contributors |
|||
# For license information, please see license.txt |
|||
|
|||
# import frappe |
|||
from frappe.model.document import Document |
|||
|
|||
class ApplicationMenu(Document): |
|||
pass |
@ -0,0 +1,8 @@ |
|||
# Copyright (c) 2022, Hard n Soft Technologies Pvt Ltd and Contributors |
|||
# See license.txt |
|||
|
|||
# import frappe |
|||
import unittest |
|||
|
|||
class TestApplicationMenu(unittest.TestCase): |
|||
pass |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,8 @@ |
|||
// Copyright (c) 2022, Hard n Soft Technologies Pvt Ltd and contributors
|
|||
// For license information, please see license.txt
|
|||
|
|||
frappe.ui.form.on('Bookmark', { |
|||
// refresh: function(frm) {
|
|||
|
|||
// }
|
|||
}); |
@ -0,0 +1,103 @@ |
|||
{ |
|||
"actions": [], |
|||
"autoname": "Bookmark-.####", |
|||
"creation": "2022-01-07 14:12:46.411490", |
|||
"doctype": "DocType", |
|||
"editable_grid": 1, |
|||
"engine": "InnoDB", |
|||
"field_order": [ |
|||
"user_id", |
|||
"active_status", |
|||
"vehicle_segment_id", |
|||
"vehicle_id", |
|||
"system_id", |
|||
"sub_system_id", |
|||
"menu_id", |
|||
"km_details", |
|||
"variant_mapping_id" |
|||
], |
|||
"fields": [ |
|||
{ |
|||
"fieldname": "user_id", |
|||
"fieldtype": "Data", |
|||
"label": "User ID" |
|||
}, |
|||
{ |
|||
"fieldname": "active_status", |
|||
"fieldtype": "Select", |
|||
"label": "Active Status", |
|||
"options": "Active\nInactive" |
|||
}, |
|||
{ |
|||
"fieldname": "vehicle_segment_id", |
|||
"fieldtype": "Int", |
|||
"label": "Vehicle Segment ID" |
|||
}, |
|||
{ |
|||
"fieldname": "vehicle_id", |
|||
"fieldtype": "Int", |
|||
"label": "Vehicle ID" |
|||
}, |
|||
{ |
|||
"fieldname": "system_id", |
|||
"fieldtype": "Int", |
|||
"label": "System ID" |
|||
}, |
|||
{ |
|||
"fieldname": "sub_system_id", |
|||
"fieldtype": "Int", |
|||
"label": "Sub System ID" |
|||
}, |
|||
{ |
|||
"fieldname": "menu_id", |
|||
"fieldtype": "Int", |
|||
"label": "Menu ID" |
|||
}, |
|||
{ |
|||
"fieldname": "km_details", |
|||
"fieldtype": "Data", |
|||
"label": "KM Details" |
|||
}, |
|||
{ |
|||
"fieldname": "variant_mapping_id", |
|||
"fieldtype": "Int", |
|||
"label": "Variant Mapping ID" |
|||
} |
|||
], |
|||
"index_web_pages_for_search": 1, |
|||
"links": [], |
|||
"modified": "2022-01-10 15:51:38.605212", |
|||
"modified_by": "Administrator", |
|||
"module": "Add Ons", |
|||
"name": "Bookmark", |
|||
"owner": "Administrator", |
|||
"permissions": [ |
|||
{ |
|||
"create": 1, |
|||
"delete": 1, |
|||
"email": 1, |
|||
"export": 1, |
|||
"print": 1, |
|||
"read": 1, |
|||
"report": 1, |
|||
"role": "System Manager", |
|||
"share": 1, |
|||
"write": 1 |
|||
}, |
|||
{ |
|||
"create": 1, |
|||
"email": 1, |
|||
"export": 1, |
|||
"print": 1, |
|||
"read": 1, |
|||
"report": 1, |
|||
"role": "_Admin", |
|||
"share": 1, |
|||
"write": 1 |
|||
} |
|||
], |
|||
"sort_field": "modified", |
|||
"sort_order": "DESC", |
|||
"title_field": "user_id", |
|||
"track_changes": 1 |
|||
} |
@ -0,0 +1,8 @@ |
|||
# Copyright (c) 2022, Hard n Soft Technologies Pvt Ltd and contributors |
|||
# For license information, please see license.txt |
|||
|
|||
# import frappe |
|||
from frappe.model.document import Document |
|||
|
|||
class Bookmark(Document): |
|||
pass |
@ -0,0 +1,8 @@ |
|||
# Copyright (c) 2022, Hard n Soft Technologies Pvt Ltd and Contributors |
|||
# See license.txt |
|||
|
|||
# import frappe |
|||
import unittest |
|||
|
|||
class TestBookmark(unittest.TestCase): |
|||
pass |
Binary file not shown.
Binary file not shown.
@ -0,0 +1,8 @@ |
|||
// Copyright (c) 2022, Hard n Soft Technologies Pvt Ltd and contributors
|
|||
// For license information, please see license.txt
|
|||
|
|||
frappe.ui.form.on('Model Hit', { |
|||
// refresh: function(frm) {
|
|||
|
|||
// }
|
|||
}); |
@ -0,0 +1,101 @@ |
|||
{ |
|||
"actions": [], |
|||
"autoname": "MH-.####", |
|||
"creation": "2022-01-13 16:05:28.254820", |
|||
"doctype": "DocType", |
|||
"editable_grid": 1, |
|||
"engine": "InnoDB", |
|||
"field_order": [ |
|||
"user_id", |
|||
"app_version", |
|||
"device_id", |
|||
"date", |
|||
"download_vehicle_id", |
|||
"download_vehicle_version", |
|||
"download_vehicle_date", |
|||
"download_vehicle_language_id", |
|||
"download_vehicle_current_version" |
|||
], |
|||
"fields": [ |
|||
{ |
|||
"fieldname": "user_id", |
|||
"fieldtype": "Data", |
|||
"label": "User ID" |
|||
}, |
|||
{ |
|||
"fieldname": "app_version", |
|||
"fieldtype": "Data", |
|||
"label": "App Version" |
|||
}, |
|||
{ |
|||
"fieldname": "device_id", |
|||
"fieldtype": "Data", |
|||
"label": "Device ID" |
|||
}, |
|||
{ |
|||
"fieldname": "date", |
|||
"fieldtype": "Data", |
|||
"label": "Date" |
|||
}, |
|||
{ |
|||
"fieldname": "download_vehicle_id", |
|||
"fieldtype": "Data", |
|||
"label": "Download Vehicle ID" |
|||
}, |
|||
{ |
|||
"fieldname": "download_vehicle_version", |
|||
"fieldtype": "Data", |
|||
"label": "Download Vehicle Version" |
|||
}, |
|||
{ |
|||
"fieldname": "download_vehicle_date", |
|||
"fieldtype": "Data", |
|||
"label": "Download Vehicle Date" |
|||
}, |
|||
{ |
|||
"fieldname": "download_vehicle_language_id", |
|||
"fieldtype": "Data", |
|||
"label": "Download Vehicle Language ID" |
|||
}, |
|||
{ |
|||
"fieldname": "download_vehicle_current_version", |
|||
"fieldtype": "Data", |
|||
"label": "Download Vehicle Current Version" |
|||
} |
|||
], |
|||
"index_web_pages_for_search": 1, |
|||
"links": [], |
|||
"modified": "2022-01-13 16:05:28.254820", |
|||
"modified_by": "Administrator", |
|||
"module": "Add Ons", |
|||
"name": "Model Hit", |
|||
"owner": "Administrator", |
|||
"permissions": [ |
|||
{ |
|||
"create": 1, |
|||
"delete": 1, |
|||
"email": 1, |
|||
"export": 1, |
|||
"print": 1, |
|||
"read": 1, |
|||
"report": 1, |
|||
"role": "System Manager", |
|||
"share": 1, |
|||
"write": 1 |
|||
}, |
|||
{ |
|||
"create": 1, |
|||
"email": 1, |
|||
"export": 1, |
|||
"print": 1, |
|||
"read": 1, |
|||
"report": 1, |
|||
"role": "_Admin", |
|||
"share": 1, |
|||
"write": 1 |
|||
} |
|||
], |
|||
"sort_field": "modified", |
|||
"sort_order": "DESC", |
|||
"track_changes": 1 |
|||
} |
@ -0,0 +1,8 @@ |
|||
# Copyright (c) 2022, Hard n Soft Technologies Pvt Ltd and contributors |
|||
# For license information, please see license.txt |
|||
|
|||
# import frappe |
|||
from frappe.model.document import Document |
|||
|
|||
class ModelHit(Document): |
|||
pass |
@ -0,0 +1,8 @@ |
|||
# Copyright (c) 2022, Hard n Soft Technologies Pvt Ltd and Contributors |
|||
# See license.txt |
|||
|
|||
# import frappe |
|||
import unittest |
|||
|
|||
class TestModelHit(unittest.TestCase): |
|||
pass |
Binary file not shown.
Binary file not shown.
@ -0,0 +1,8 @@ |
|||
// Copyright (c) 2022, Hard n Soft Technologies Pvt Ltd and contributors
|
|||
// For license information, please see license.txt
|
|||
|
|||
frappe.ui.form.on('Model Usage', { |
|||
// refresh: function(frm) {
|
|||
|
|||
// }
|
|||
}); |
@ -0,0 +1,119 @@ |
|||
{ |
|||
"actions": [], |
|||
"autoname": "MU-.####", |
|||
"creation": "2022-01-13 16:07:52.464530", |
|||
"doctype": "DocType", |
|||
"editable_grid": 1, |
|||
"engine": "InnoDB", |
|||
"field_order": [ |
|||
"user_id", |
|||
"app_version", |
|||
"device_id", |
|||
"date", |
|||
"module_id", |
|||
"vehicle_id", |
|||
"variant_id", |
|||
"variant_mapping_id", |
|||
"system_id", |
|||
"sub_system_id", |
|||
"procedure_id", |
|||
"steps_id" |
|||
], |
|||
"fields": [ |
|||
{ |
|||
"fieldname": "user_id", |
|||
"fieldtype": "Data", |
|||
"label": "User ID" |
|||
}, |
|||
{ |
|||
"fieldname": "app_version", |
|||
"fieldtype": "Data", |
|||
"label": "App Version" |
|||
}, |
|||
{ |
|||
"fieldname": "device_id", |
|||
"fieldtype": "Data", |
|||
"label": "Device ID" |
|||
}, |
|||
{ |
|||
"fieldname": "date", |
|||
"fieldtype": "Data", |
|||
"label": "Date" |
|||
}, |
|||
{ |
|||
"fieldname": "module_id", |
|||
"fieldtype": "Data", |
|||
"label": "Module ID" |
|||
}, |
|||
{ |
|||
"fieldname": "vehicle_id", |
|||
"fieldtype": "Data", |
|||
"label": "Vehicle ID" |
|||
}, |
|||
{ |
|||
"fieldname": "variant_id", |
|||
"fieldtype": "Data", |
|||
"label": "Variant ID" |
|||
}, |
|||
{ |
|||
"fieldname": "variant_mapping_id", |
|||
"fieldtype": "Data", |
|||
"label": "Variant Mapping ID" |
|||
}, |
|||
{ |
|||
"fieldname": "system_id", |
|||
"fieldtype": "Data", |
|||
"label": "System ID" |
|||
}, |
|||
{ |
|||
"fieldname": "sub_system_id", |
|||
"fieldtype": "Data", |
|||
"label": "Sub System ID" |
|||
}, |
|||
{ |
|||
"fieldname": "procedure_id", |
|||
"fieldtype": "Data", |
|||
"label": "Procedure ID" |
|||
}, |
|||
{ |
|||
"fieldname": "steps_id", |
|||
"fieldtype": "Data", |
|||
"label": "Steps ID" |
|||
} |
|||
], |
|||
"index_web_pages_for_search": 1, |
|||
"links": [], |
|||
"modified": "2022-01-13 16:07:52.464530", |
|||
"modified_by": "Administrator", |
|||
"module": "Add Ons", |
|||
"name": "Model Usage", |
|||
"owner": "Administrator", |
|||
"permissions": [ |
|||
{ |
|||
"create": 1, |
|||
"delete": 1, |
|||
"email": 1, |
|||
"export": 1, |
|||
"print": 1, |
|||
"read": 1, |
|||
"report": 1, |
|||
"role": "System Manager", |
|||
"share": 1, |
|||
"write": 1 |
|||
}, |
|||
{ |
|||
"create": 1, |
|||
"email": 1, |
|||
"export": 1, |
|||
"print": 1, |
|||
"read": 1, |
|||
"report": 1, |
|||
"role": "_Admin", |
|||
"share": 1, |
|||
"write": 1 |
|||
} |
|||
], |
|||
"sort_field": "modified", |
|||
"sort_order": "DESC", |
|||
"track_changes": 1 |
|||
} |
@ -0,0 +1,8 @@ |
|||
# Copyright (c) 2022, Hard n Soft Technologies Pvt Ltd and contributors |
|||
# For license information, please see license.txt |
|||
|
|||
# import frappe |
|||
from frappe.model.document import Document |
|||
|
|||
class ModelUsage(Document): |
|||
pass |
@ -0,0 +1,8 @@ |
|||
# Copyright (c) 2022, Hard n Soft Technologies Pvt Ltd and Contributors |
|||
# See license.txt |
|||
|
|||
# import frappe |
|||
import unittest |
|||
|
|||
class TestModelUsage(unittest.TestCase): |
|||
pass |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,8 @@ |
|||
// Copyright (c) 2022, Hard n Soft Technologies Pvt Ltd and contributors
|
|||
// For license information, please see license.txt
|
|||
|
|||
frappe.ui.form.on('Teknet Group', { |
|||
// refresh: function(frm) {
|
|||
|
|||
// }
|
|||
}); |
@ -0,0 +1,72 @@ |
|||
{ |
|||
"actions": [], |
|||
"autoname": "TKGroup-.####", |
|||
"creation": "2022-01-07 13:48:03.157314", |
|||
"doctype": "DocType", |
|||
"editable_grid": 1, |
|||
"engine": "InnoDB", |
|||
"field_order": [ |
|||
"teknet_group_code", |
|||
"teknet_group_description", |
|||
"active_status" |
|||
], |
|||
"fields": [ |
|||
{ |
|||
"fieldname": "teknet_group_code", |
|||
"fieldtype": "Data", |
|||
"in_list_view": 1, |
|||
"in_standard_filter": 1, |
|||
"label": "Teknet Group Code" |
|||
}, |
|||
{ |
|||
"fieldname": "teknet_group_description", |
|||
"fieldtype": "Data", |
|||
"in_list_view": 1, |
|||
"label": "Teknet Group Description" |
|||
}, |
|||
{ |
|||
"fieldname": "active_status", |
|||
"fieldtype": "Select", |
|||
"in_list_view": 1, |
|||
"in_standard_filter": 1, |
|||
"label": "Active Status", |
|||
"options": "Active\nInactive" |
|||
} |
|||
], |
|||
"index_web_pages_for_search": 1, |
|||
"links": [], |
|||
"modified": "2022-01-07 14:16:08.204900", |
|||
"modified_by": "Administrator", |
|||
"module": "Add Ons", |
|||
"name": "Teknet Group", |
|||
"owner": "Administrator", |
|||
"permissions": [ |
|||
{ |
|||
"create": 1, |
|||
"delete": 1, |
|||
"email": 1, |
|||
"export": 1, |
|||
"print": 1, |
|||
"read": 1, |
|||
"report": 1, |
|||
"role": "System Manager", |
|||
"share": 1, |
|||
"write": 1 |
|||
}, |
|||
{ |
|||
"create": 1, |
|||
"email": 1, |
|||
"export": 1, |
|||
"print": 1, |
|||
"read": 1, |
|||
"report": 1, |
|||
"role": "_Admin", |
|||
"share": 1, |
|||
"write": 1 |
|||
} |
|||
], |
|||
"sort_field": "modified", |
|||
"sort_order": "DESC", |
|||
"title_field": "teknet_group_code", |
|||
"track_changes": 1 |
|||
} |
@ -0,0 +1,8 @@ |
|||
# Copyright (c) 2022, Hard n Soft Technologies Pvt Ltd and contributors |
|||
# For license information, please see license.txt |
|||
|
|||
# import frappe |
|||
from frappe.model.document import Document |
|||
|
|||
class TeknetGroup(Document): |
|||
pass |
@ -0,0 +1,8 @@ |
|||
# Copyright (c) 2022, Hard n Soft Technologies Pvt Ltd and Contributors |
|||
# See license.txt |
|||
|
|||
# import frappe |
|||
import unittest |
|||
|
|||
class TestTeknetGroup(unittest.TestCase): |
|||
pass |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,8 @@ |
|||
// Copyright (c) 2022, Hard n Soft Technologies Pvt Ltd and contributors
|
|||
// For license information, please see license.txt
|
|||
|
|||
frappe.ui.form.on('Teknet Module', { |
|||
// refresh: function(frm) {
|
|||
|
|||
// }
|
|||
}); |
@ -0,0 +1,60 @@ |
|||
{ |
|||
"actions": [], |
|||
"autoname": "TKModule-.####", |
|||
"creation": "2022-01-07 14:16:01.110723", |
|||
"doctype": "DocType", |
|||
"editable_grid": 1, |
|||
"engine": "InnoDB", |
|||
"field_order": [ |
|||
"teknet_module_name", |
|||
"active_status" |
|||
], |
|||
"fields": [ |
|||
{ |
|||
"fieldname": "teknet_module_name", |
|||
"fieldtype": "Data", |
|||
"label": "Teknet Module Name" |
|||
}, |
|||
{ |
|||
"fieldname": "active_status", |
|||
"fieldtype": "Select", |
|||
"label": "Active Status", |
|||
"options": "Active\nInactive" |
|||
} |
|||
], |
|||
"index_web_pages_for_search": 1, |
|||
"links": [], |
|||
"modified": "2022-01-07 14:16:01.110723", |
|||
"modified_by": "Administrator", |
|||
"module": "Add Ons", |
|||
"name": "Teknet Module", |
|||
"owner": "Administrator", |
|||
"permissions": [ |
|||
{ |
|||
"create": 1, |
|||
"delete": 1, |
|||
"email": 1, |
|||
"export": 1, |
|||
"print": 1, |
|||
"read": 1, |
|||
"report": 1, |
|||
"role": "System Manager", |
|||
"share": 1, |
|||
"write": 1 |
|||
}, |
|||
{ |
|||
"create": 1, |
|||
"email": 1, |
|||
"export": 1, |
|||
"print": 1, |
|||
"read": 1, |
|||
"report": 1, |
|||
"role": "_Admin", |
|||
"share": 1, |
|||
"write": 1 |
|||
} |
|||
], |
|||
"sort_field": "modified", |
|||
"sort_order": "DESC", |
|||
"track_changes": 1 |
|||
} |
@ -0,0 +1,8 @@ |
|||
# Copyright (c) 2022, Hard n Soft Technologies Pvt Ltd and contributors |
|||
# For license information, please see license.txt |
|||
|
|||
# import frappe |
|||
from frappe.model.document import Document |
|||
|
|||
class TeknetModule(Document): |
|||
pass |
@ -0,0 +1,8 @@ |
|||
# Copyright (c) 2022, Hard n Soft Technologies Pvt Ltd and Contributors |
|||
# See license.txt |
|||
|
|||
# import frappe |
|||
import unittest |
|||
|
|||
class TestTeknetModule(unittest.TestCase): |
|||
pass |
@ -0,0 +1,9 @@ |
|||
// Copyright (c) 2022, Hard n Soft Technologies Pvt Ltd and contributors
|
|||
// For license information, please see license.txt
|
|||
/* eslint-disable */ |
|||
|
|||
frappe.query_reports["_Test"] = { |
|||
"filters": [ |
|||
|
|||
] |
|||
}; |
@ -0,0 +1,29 @@ |
|||
{ |
|||
"add_total_row": 0, |
|||
"columns": [], |
|||
"creation": "2022-01-11 21:25:08.833206", |
|||
"disable_prepared_report": 0, |
|||
"disabled": 0, |
|||
"docstatus": 0, |
|||
"doctype": "Report", |
|||
"filters": [], |
|||
"idx": 0, |
|||
"is_standard": "Yes", |
|||
"modified": "2022-01-11 21:25:08.833206", |
|||
"modified_by": "Administrator", |
|||
"module": "Add Ons", |
|||
"name": "_Test", |
|||
"owner": "Administrator", |
|||
"prepared_report": 0, |
|||
"ref_doctype": "App Log", |
|||
"report_name": "_Test", |
|||
"report_type": "Script Report", |
|||
"roles": [ |
|||
{ |
|||
"role": "System Manager" |
|||
}, |
|||
{ |
|||
"role": "_Admin" |
|||
} |
|||
] |
|||
} |
@ -0,0 +1,8 @@ |
|||
# Copyright (c) 2022, Hard n Soft Technologies Pvt Ltd and contributors |
|||
# For license information, please see license.txt |
|||
|
|||
# import frappe |
|||
|
|||
def execute(filters=None): |
|||
columns, data = [], [] |
|||
return columns, data |
@ -0,0 +1,9 @@ |
|||
// Copyright (c) 2022, Hard n Soft Technologies Pvt Ltd and contributors
|
|||
// For license information, please see license.txt
|
|||
/* eslint-disable */ |
|||
|
|||
frappe.query_reports["Installation Report"] = { |
|||
"filters": [ |
|||
|
|||
] |
|||
}; |
@ -0,0 +1,29 @@ |
|||
{ |
|||
"add_total_row": 0, |
|||
"columns": [], |
|||
"creation": "2022-01-11 21:21:21.835448", |
|||
"disable_prepared_report": 0, |
|||
"disabled": 0, |
|||
"docstatus": 0, |
|||
"doctype": "Report", |
|||
"filters": [], |
|||
"idx": 0, |
|||
"is_standard": "Yes", |
|||
"modified": "2022-01-11 21:21:21.835448", |
|||
"modified_by": "Administrator", |
|||
"module": "Add Ons", |
|||
"name": "Installation Report", |
|||
"owner": "Administrator", |
|||
"prepared_report": 0, |
|||
"ref_doctype": "App Log", |
|||
"report_name": "Installation Report", |
|||
"report_type": "Script Report", |
|||
"roles": [ |
|||
{ |
|||
"role": "System Manager" |
|||
}, |
|||
{ |
|||
"role": "_Admin" |
|||
} |
|||
] |
|||
} |
@ -0,0 +1,8 @@ |
|||
# Copyright (c) 2022, Hard n Soft Technologies Pvt Ltd and contributors |
|||
# For license information, please see license.txt |
|||
|
|||
# import frappe |
|||
|
|||
def execute(filters=None): |
|||
columns, data = [], [] |
|||
return columns, data |
@ -0,0 +1,9 @@ |
|||
// Copyright (c) 2022, Hard n Soft Technologies Pvt Ltd and contributors
|
|||
// For license information, please see license.txt
|
|||
/* eslint-disable */ |
|||
|
|||
frappe.query_reports["Login Report"] = { |
|||
"filters": [ |
|||
|
|||
] |
|||
}; |
@ -0,0 +1,29 @@ |
|||
{ |
|||
"add_total_row": 0, |
|||
"columns": [], |
|||
"creation": "2022-01-11 21:40:49.798235", |
|||
"disable_prepared_report": 0, |
|||
"disabled": 0, |
|||
"docstatus": 0, |
|||
"doctype": "Report", |
|||
"filters": [], |
|||
"idx": 0, |
|||
"is_standard": "Yes", |
|||
"modified": "2022-01-11 21:40:49.798235", |
|||
"modified_by": "Administrator", |
|||
"module": "Add Ons", |
|||
"name": "Login Report", |
|||
"owner": "Administrator", |
|||
"prepared_report": 0, |
|||
"ref_doctype": "App Log", |
|||
"report_name": "Login Report", |
|||
"report_type": "Script Report", |
|||
"roles": [ |
|||
{ |
|||
"role": "System Manager" |
|||
}, |
|||
{ |
|||
"role": "_Admin" |
|||
} |
|||
] |
|||
} |
@ -0,0 +1,8 @@ |
|||
# Copyright (c) 2022, Hard n Soft Technologies Pvt Ltd and contributors |
|||
# For license information, please see license.txt |
|||
|
|||
# import frappe |
|||
|
|||
def execute(filters=None): |
|||
columns, data = [], [] |
|||
return columns, data |
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue