feat: Initialize project with core dependencies, Vultr API client, customer database service, and migration documentation.

This commit is contained in:
2026-02-06 18:11:28 +08:00
parent 73366f4395
commit 41c2fa5fcc
2618 changed files with 852274 additions and 1449 deletions

8
.dockerignore Executable file
View File

@@ -0,0 +1,8 @@
node_modules
.git
.wwebjs_auth
.wwebjs_cache
db
*.log
docker-compose.yml
README.md

View File

@@ -1,19 +0,0 @@
# Vultr MCP Server Configuration
# Vultr API Key (required)
# Get your API key from: https://my.vultr.com/settings/#settingsapi
VULTR_API_KEY=your_vultr_api_key_here
# Server Configuration
HOST=0.0.0.0
PORT=8000
LOG_LEVEL=info
# Optional: Debug settings
DEBUG=false
LOG_FILE=/var/log/vultr-mcp-server.log
# Optional: Rate limiting
RATE_LIMIT_REQUESTS=100
RATE_LIMIT_PERIOD=3600 # seconds

29
.env.production Normal file
View File

@@ -0,0 +1,29 @@
GEMINI_API_KEY=AIzaSyB09QrLS0fhg90UeOFuGoK1csU5HsvUyb4
PORT=3001
NO_ADMIN=08113936644,087862955888,46394589065438
ADMIN_USERNAME=admin
ADMIN_PASSWORD=password123
SESSION_SECRET=mySecretKey
MIKROTIK_HOST=103.138.63.178
MIKROTIK_USER=chatbot
MIKROTIK_PASSWORD=K0s0ng11@2026
MIKROTIK_PORT=80
MIKROTIK_HOST_3=103.138.63.184
MIKROTIK_USER_3=chatbot
MIKROTIK_PASSWORD_3=K0s0ng11@2026
MIKROTIK_PORT_3=80
# --------------------------------------------------------
# SEPARATED DATABASE CONFIGURATION (Added by Auto-Migration)
# --------------------------------------------------------
# BILLING DATABASE (Customer Data)
BILLING_DB_HOST=127.0.0.1
BILLING_DB_USER=chatbot
BILLING_DB_PASS=afSXzFn_tLlve(@H
BILLING_DB_NAME=billinggold
# CHAT DATABASE (Logs & Queue)
CHAT_DB_HOST=127.0.0.1
CHAT_DB_USER=chatbot
CHAT_DB_PASS=chatbot123
CHAT_DB_NAME=chatbot_db

18
.gitignore vendored
View File

@@ -1,10 +1,10 @@
__pycache__/
*.pyc
node_modules
.wwebjs_auth
.wwebjs_cache
db/*.db
db/*.db-journal
.env
.idea/
.vscode/
venv/
env/
dist/
build/
*.egg-info/
config.json
*.pyc
__pycache__/
.billing_cache_*.json

0
=0.104.0 Normal file
View File

0
=0.24.0 Normal file
View File

68
=0.25.0 Normal file
View File

@@ -0,0 +1,68 @@
Collecting mcp
Using cached mcp-1.25.0-py3-none-any.whl (233 kB)
Collecting python-dotenv
Using cached python_dotenv-1.2.1-py3-none-any.whl (21 kB)
Collecting fastapi
Using cached fastapi-0.128.0-py3-none-any.whl (103 kB)
Collecting uvicorn
Using cached uvicorn-0.40.0-py3-none-any.whl (68 kB)
Collecting httpx
Using cached httpx-0.28.1-py3-none-any.whl (73 kB)
Collecting anyio>=4.5
Using cached anyio-4.12.1-py3-none-any.whl (113 kB)
Collecting httpx-sse>=0.4
Using cached httpx_sse-0.4.3-py3-none-any.whl (9.0 kB)
Collecting jsonschema>=4.20.0
Using cached jsonschema-4.26.0-py3-none-any.whl (90 kB)
Collecting pydantic-settings>=2.5.2
Using cached pydantic_settings-2.12.0-py3-none-any.whl (51 kB)
Collecting pydantic<3.0.0,>=2.11.0
Using cached pydantic-2.12.5-py3-none-any.whl (463 kB)
Collecting pyjwt[crypto]>=2.10.1
Using cached PyJWT-2.10.1-py3-none-any.whl (22 kB)
Collecting python-multipart>=0.0.9
Using cached python_multipart-0.0.21-py3-none-any.whl (24 kB)
Collecting sse-starlette>=1.6.1
Using cached sse_starlette-3.2.0-py3-none-any.whl (12 kB)
Collecting starlette>=0.27
Using cached starlette-0.52.1-py3-none-any.whl (74 kB)
Collecting typing-extensions>=4.9.0
Using cached typing_extensions-4.15.0-py3-none-any.whl (44 kB)
Collecting typing-inspection>=0.4.1
Using cached typing_inspection-0.4.2-py3-none-any.whl (14 kB)
Collecting starlette>=0.27
Using cached starlette-0.50.0-py3-none-any.whl (74 kB)
Collecting annotated-doc>=0.0.2
Downloading annotated_doc-0.0.4-py3-none-any.whl (5.3 kB)
Collecting click>=7.0
Using cached click-8.3.1-py3-none-any.whl (108 kB)
Collecting h11>=0.8
Using cached h11-0.16.0-py3-none-any.whl (37 kB)
Collecting certifi
Using cached certifi-2026.1.4-py3-none-any.whl (152 kB)
Collecting httpcore==1.*
Using cached httpcore-1.0.9-py3-none-any.whl (78 kB)
Collecting idna
Using cached idna-3.11-py3-none-any.whl (71 kB)
Collecting attrs>=22.2.0
Using cached attrs-25.4.0-py3-none-any.whl (67 kB)
Collecting jsonschema-specifications>=2023.03.6
Using cached jsonschema_specifications-2025.9.1-py3-none-any.whl (18 kB)
Collecting referencing>=0.28.4
Using cached referencing-0.37.0-py3-none-any.whl (26 kB)
Collecting rpds-py>=0.25.0
Using cached rpds_py-0.30.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (390 kB)
Collecting annotated-types>=0.6.0
Using cached annotated_types-0.7.0-py3-none-any.whl (13 kB)
Collecting pydantic-core==2.41.5
Downloading pydantic_core-2.41.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 8.5 MB/s eta 0:00:00
Collecting cryptography>=3.4.0
Using cached cryptography-46.0.3-cp311-abi3-manylinux_2_34_x86_64.whl (4.5 MB)
Collecting cffi>=2.0.0
Using cached cffi-2.0.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (215 kB)
Collecting pycparser
Downloading pycparser-3.0-py3-none-any.whl (48 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.2/48.2 kB 7.1 MB/s eta 0:00:00
Installing collected packages: typing-extensions, rpds-py, python-multipart, python-dotenv, pyjwt, pycparser, idna, httpx-sse, h11, click, certifi, attrs, annotated-types, annotated-doc, uvicorn, typing-inspection, referencing, pydantic-core, httpcore, cffi, anyio, starlette, pydantic, jsonschema-specifications, httpx, cryptography, sse-starlette, pydantic-settings, jsonschema, fastapi, mcp
Successfully installed annotated-doc-0.0.4 annotated-types-0.7.0 anyio-4.12.1 attrs-25.4.0 certifi-2026.1.4 cffi-2.0.0 click-8.3.1 cryptography-46.0.3 fastapi-0.128.0 h11-0.16.0 httpcore-1.0.9 httpx-0.28.1 httpx-sse-0.4.3 idna-3.11 jsonschema-4.26.0 jsonschema-specifications-2025.9.1 mcp-1.25.0 pycparser-3.0 pydantic-2.12.5 pydantic-core-2.41.5 pydantic-settings-2.12.0 pyjwt-2.10.1 python-dotenv-1.2.1 python-multipart-0.0.21 referencing-0.37.0 rpds-py-0.30.0 sse-starlette-3.2.0 starlette-0.50.0 typing-extensions-4.15.0 typing-inspection-0.4.2 uvicorn-0.40.0

8
=1.0.0 Normal file
View File

@@ -0,0 +1,8 @@
Collecting vultr-python-client
Using cached vultr-python-client-1.0.2.tar.gz (276 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Installing collected packages: vultr-python-client
Running setup.py install for vultr-python-client: started
Running setup.py install for vultr-python-client: finished with status 'done'
Successfully installed vultr-python-client-1.0.2

27
Dockerfile Executable file
View File

@@ -0,0 +1,27 @@
FROM node:18-slim
# Install dependencies for Puppeteer
# Using 'chromium' from Debian repos ensures support for AMD64, ARM64, and ARMv7
RUN apt-get update \
&& apt-get install -y chromium \
fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst fonts-freefont-ttf libxss1 python3 make g++ \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /app
COPY package*.json ./
# Install dependencies
RUN npm install
COPY . .
# Environment variable to tell Puppeteer to skip downloading Chromium
# and use the installed system chromium
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium
EXPOSE 3000
CMD ["node", "index.js"]

52
MIGRATION.md Normal file
View File

@@ -0,0 +1,52 @@
# Panduan Migrasi ke Server Billing
File-file berikut telah disiapkan dalam paket ini `app_deploy.tar.gz`:
1. **Codebase**: `index.js`, `services/`, dll.
2. **Config**: `.env.production` (Sudah disesuaikan untuk localhost).
3. **Database**: `chatbot_db_backup.sql` (Backup data chat terakhir).
4. **Setup Script**: `setup_chat_db.js`.
## Langkah-langkah Migrasi
1. **Upload & Extract**:
Upload file `app_deploy.tar.gz` ke server billing, lalu extract:
```bash
tar -xzvf app_deploy.tar.gz
cd [folder_hasil_extract]
```
2. **Setup Environment**:
Ubah nama file config produksi menjadi `.env`:
```bash
mv .env.production .env
```
*Cek kembali isi .env jika ada password yang perlu disesuaikan.*
3. **Install Dependencies**:
```bash
npm install
```
4. **Setup Database Chat**:
Import backup database chat (pastikan database `chatbot_db` sudah dibuat atau user memiliki hak akses buat DB):
```bash
# Login mysql dan create db jika belum ada
mysql -u [USER_DB] -p -e "CREATE DATABASE IF NOT EXISTS chatbot_db;"
# Import backup
mysql -u [USER_DB] -p chatbot_db < chatbot_db_backup.sql
# Update struktur (jika ada yg kurang)
node setup_chat_db.js
```
5. **Jalankan Aplikasi**:
```bash
npx pm2 start index.js --name wa
npx pm2 save
npx pm2 startup
```
## Catatan
- Karena migrasi server, session WhatsApp (scan QR) mungkin perlu dilakukan ulang.
- Pastikan Port 3001 (atau sesuai .env) terbuka atau di-reverse proxy jika ingin diakses dari luar.

View File

@@ -61,6 +61,25 @@ VULTR_API_KEY=your_vultr_api_key_here
HOST=0.0.0.0
PORT=8000
LOG_LEVEL=info
# Billing Database Configuration (optional, for billing tools)
# Single server format:
BILLING_DB_HOST=localhost
BILLING_DB_USER=root
BILLING_DB_PASS=password
BILLING_DB_NAME=billing_db
# Multiple servers format (BILLING_DB_1_, BILLING_DB_2_, etc.):
# BILLING_DB_1_HOST=server1.example.com
# BILLING_DB_1_USER=user1
# BILLING_DB_1_PASS=pass1
# BILLING_DB_1_NAME=db1
# BILLING_DB_1_ALIAS="Primary Server"
# BILLING_DB_2_HOST=server2.example.com
# BILLING_DB_2_USER=user2
# BILLING_DB_2_PASS=pass2
# BILLING_DB_2_NAME=db2
# BILLING_DB_2_ALIAS="Backup Server"
```
### Getting Vultr API Key
@@ -109,6 +128,14 @@ The server will start on `http://0.0.0.0:8000` by default.
- `list_plans` - List available Vultr plans
- `list_os` - List available Vultr operating systems
#### Billing Database Management
- `billing_check_connection` - Check billing database connection
- `billing_list_servers` - List configured billing database servers and snapshot status
- `billing_refresh_snapshot` - Update the local data snapshot from the live database
- `billing_search_customers` - Search customers from the local snapshot
- `billing_get_customer_details` - Get detailed customer information from the local snapshot
- `billing_get_summary` - Get customer statistics summary from the local snapshot
### Example API Calls
#### Using curl

201
chatbot.py Normal file
View File

@@ -0,0 +1,201 @@
#!/usr/bin/env python3
"""
Chatbot yang mengintegrasikan Deepseek API dengan MCP server Vultr.
"""
import os
import sys
import json
import requests
from typing import Dict, List, Any
from dotenv import load_dotenv
# Load .env file
load_dotenv()
# Konfigurasi
DEEPSEEK_API_KEY = os.environ.get("DEEPSEEK_API_KEY")
if not DEEPSEEK_API_KEY:
print("Error: DEEPSEEK_API_KEY tidak ditemukan di environment.")
print("Silakan set DEEPSEEK_API_KEY dengan token Anda dari https://platform.deepseek.com/")
sys.exit(1)
MCP_SERVER_URL = "http://localhost:8000"
DEEPSEEK_API_URL = "https://api.deepseek.com/v1/chat/completions"
def get_mcp_tools() -> List[Dict[str, Any]]:
try:
response = requests.get(f"{MCP_SERVER_URL}/tools", timeout=10)
response.raise_for_status()
return response.json()
except Exception as e:
print(f"Error mengambil tools dari MCP server: {e}")
return []
def convert_tools_to_functions(tools: List[Dict[str, Any]]) -> List[Dict[str, Any]]:
functions = []
for tool in tools:
# DeepSeek/OpenAI expect tools in format: {"type": "function", "function": {...}}
func = {
"type": "function",
"function": {
"name": tool["name"],
"description": tool.get("description", ""),
"parameters": tool.get("inputSchema", {"type": "object", "properties": {}})
}
}
functions.append(func)
return functions
def call_mcp_tool(tool_name: str, arguments: Dict[str, Any]) -> Dict[str, Any]:
try:
payload = {
"name": tool_name,
"arguments": arguments
}
response = requests.post(
f"{MCP_SERVER_URL}/tools/call",
json=payload,
timeout=30
)
response.raise_for_status()
return response.json()
except Exception as e:
return {
"error": str(e),
"content": [{"type": "text", "text": f"Error memanggil tool {tool_name}: {e}"}]
}
def chat_with_deepseek(messages: List[Dict[str, str]], functions: List[Dict[str, Any]]) -> Dict[str, Any]:
headers = {
"Authorization": f"Bearer {DEEPSEEK_API_KEY}",
"Content-Type": "application/json"
}
payload = {
"model": "deepseek-chat",
"messages": messages,
"tools": functions if functions else None
}
if not functions:
del payload["tools"]
# DEBUG: Print payload
# print(f"DEBUG PAYLOAD: {json.dumps(payload, indent=2)}")
try:
response = requests.post(DEEPSEEK_API_URL, headers=headers, json=payload, timeout=60)
if response.status_code != 200:
print(f"DEBUG RESPONSE: {response.text}")
response.raise_for_status()
return response.json()
except Exception as e:
return {"error": str(e)}
def main():
print("=" * 60)
print("CHATBOT DEEPSEEK-MCP VULTR")
print("=" * 60)
print("Chatbot ini menggunakan Deepseek API dan MCP server Vultr.")
print("Anda dapat menanyakan tentang Vultr instances, DNS, dll.")
print("Contoh: 'List instances saya di Vultr' atau 'Buat domain example.com'")
print("Ketik 'quit' untuk keluar.")
print("=" * 60)
print("\nMengambil tools dari MCP server...")
tools = get_mcp_tools()
if not tools:
print("Tidak ada tools yang ditemukan. Pastikan MCP server berjalan.")
return
functions = convert_tools_to_functions(tools)
print(f"Ditemukan {len(functions)} tools:")
for func_wrapper in functions:
func = func_wrapper["function"]
print(f" - {func['name']}: {func['description']}")
messages = [
{
"role": "system",
"content": "Anda adalah asisten AI yang membantu mengelola Vultr cloud services melalui MCP server. Anda dapat menggunakan tools yang tersedia untuk melakukan operasi seperti melihat informasi akun, mengelola instances, dan mengelola DNS. Gunakan tools yang sesuai ketika pengguna meminta. Jika pengguna meminta sesuatu yang membutuhkan tool, panggil tool tersebut. Jika tidak ada tool yang sesuai, berikan jawaban umum. Gunakan bahasa Indonesia yang baik dan sopan."
}
]
while True:
user_input = input("\nAnda: ").strip()
if user_input.lower() in ['quit', 'exit', 'keluar']:
print("Terima kasih! Sampai jumpa.")
break
if not user_input:
continue
messages.append({"role": "user", "content": user_input})
print("\nBot: ", end="", flush=True)
response = chat_with_deepseek(messages, functions)
if "error" in response:
print(f"Error dari Deepseek API: {response['error']}")
messages.append({"role": "assistant", "content": f"Maaf, terjadi error: {response['error']}"})
continue
choice = response.get("choices", [{}])[0]
message = choice.get("message", {})
if "tool_calls" in message:
tool_calls = message["tool_calls"]
assistant_message = {
"role": "assistant",
"content": message.get("content") or "",
"tool_calls": tool_calls
}
messages.append(assistant_message)
for tool_call in tool_calls:
tool_name = tool_call["function"]["name"]
tool_args = json.loads(tool_call["function"]["arguments"])
print(f"\n Memanggil tool: {tool_name} dengan args: {tool_args}")
tool_result = call_mcp_tool(tool_name, tool_args)
result_text = ""
if "content" in tool_result:
for content in tool_result["content"]:
if content["type"] == "text":
result_text += content["text"] + "\n"
else:
result_text = json.dumps(tool_result, indent=2)
print(f" Hasil: {result_text[:200]}..." if len(result_text) > 200 else f" Hasil: {result_text}")
messages.append({
"role": "tool",
"tool_call_id": tool_call["id"],
"content": result_text
})
follow_up = chat_with_deepseek(messages, functions)
if "error" in follow_up:
print(f"Error follow-up: {follow_up['error']}")
continue
follow_up_choice = follow_up.get("choices", [{}])[0]
follow_up_message = follow_up_choice.get("message", {})
if "content" in follow_up_message:
print(follow_up_message["content"])
messages.append({"role": "assistant", "content": follow_up_message["content"]})
else:
print("Selesai memproses tool calls.")
else:
assistant_response = message.get("content", "")
print(assistant_response)
messages.append({"role": "assistant", "content": assistant_response})
if __name__ == "__main__":
main()

130
chatbot_db_backup.sql Normal file
View File

@@ -0,0 +1,130 @@
/*M!999999\- enable the sandbox mode */
-- MariaDB dump 10.19 Distrib 10.11.14-MariaDB, for debian-linux-gnu (x86_64)
--
-- Host: 127.0.0.1 Database: chatbot_db
-- ------------------------------------------------------
-- Server version 10.11.14-MariaDB-0+deb12u2
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `contacts`
--
DROP TABLE IF EXISTS `contacts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `contacts` (
`phone` varchar(50) NOT NULL,
`name` varchar(255) DEFAULT NULL,
`saved_name` varchar(255) DEFAULT NULL,
`is_my_contact` tinyint(1) DEFAULT 0,
`created_at` timestamp NULL DEFAULT current_timestamp(),
`updated_at` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
PRIMARY KEY (`phone`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `contacts`
--
LOCK TABLES `contacts` WRITE;
/*!40000 ALTER TABLE `contacts` DISABLE KEYS */;
/*!40000 ALTER TABLE `contacts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `message_queue`
--
DROP TABLE IF EXISTS `message_queue`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `message_queue` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`target_number` varchar(50) NOT NULL,
`message` text NOT NULL,
`status` varchar(20) DEFAULT 'pending',
`created_at` timestamp NULL DEFAULT current_timestamp(),
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `message_queue`
--
LOCK TABLES `message_queue` WRITE;
/*!40000 ALTER TABLE `message_queue` DISABLE KEYS */;
/*!40000 ALTER TABLE `message_queue` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `messages_log`
--
DROP TABLE IF EXISTS `messages_log`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `messages_log` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`source_number` varchar(50) NOT NULL,
`target_number` varchar(50) NOT NULL,
`message_content` text DEFAULT NULL,
`direction` varchar(20) DEFAULT NULL,
`has_media` tinyint(1) DEFAULT 0,
`status` varchar(50) DEFAULT 'SENT',
`error_log` text DEFAULT NULL,
`timestamp` timestamp NULL DEFAULT current_timestamp(),
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `messages_log`
--
LOCK TABLES `messages_log` WRITE;
/*!40000 ALTER TABLE `messages_log` DISABLE KEYS */;
INSERT INTO `messages_log` VALUES
(1,'628113936644@c.us','6281703806655','info router semua','INCOMING',0,'SENT',NULL,'2026-01-10 00:26:15'),
(2,'6281703806655','628113936644@c.us','','OUTGOING',0,'SENT',NULL,'2026-01-10 00:26:18'),
(3,'628113936644@c.us','6281703806655','cek router 1','INCOMING',0,'SENT',NULL,'2026-01-10 00:26:36'),
(4,'6281703806655','628113936644@c.us','Halo Admin! Berikut informasi Router 1:\n- CPU Load: 10%\n- Uptime: 1 minggu 3 hari 17 jam 46 menit 15 detik\n- Version: 7.20.6 (stable)','OUTGOING',0,'SENT',NULL,'2026-01-10 00:26:40'),
(5,'628113936644@c.us','6281703806655','cek traffic vlan88','INCOMING',0,'SENT',NULL,'2026-01-10 00:28:23'),
(6,'6281703806655','628113936644@c.us','Halo Admin!\n\nBerikut adalah informasi traffic untuk interface vlan88:\n\n**Router 1 - vlan_88_PtP_Dell:**\n- Rx: 1.47 Gbps\n- Tx: 103.34 Mbps\n\n**Router 3 - vlan_888:**\n- Rx: 48.93 Mbps\n- Tx: 150.63 Mbps','OUTGOING',0,'SENT',NULL,'2026-01-10 00:28:30'),
(7,'628113936644@c.us','6281703806655','berapa jumlah pelanggan','INCOMING',0,'SENT',NULL,'2026-01-10 01:12:35'),
(8,'6281703806655','628113936644@c.us','Maaf, saat ini saya tidak dapat terhubung ke database.','OUTGOING',0,'SENT',NULL,'2026-01-10 01:12:49'),
(9,'628113936644@c.us','6281703806655','berapa jumlah pelanggan','INCOMING',0,'SENT',NULL,'2026-01-10 01:15:32'),
(10,'6281703806655','628113936644@c.us','Maaf, saat ini saya tidak dapat terhubung ke database.','OUTGOING',0,'SENT',NULL,'2026-01-10 01:15:46'),
(11,'628113936644@c.us','6281703806655','berapa jumlah pelanggan','INCOMING',0,'SENT',NULL,'2026-01-10 01:21:48'),
(12,'6281703806655','628113936644@c.us','Halo Admin! Jumlah pelanggan adalah 1128.\n','OUTGOING',0,'SENT',NULL,'2026-01-10 01:22:01'),
(13,'628113936644@c.us','6281703806655','info I GUSTI KETUT PUTRA ADNYANA','INCOMING',0,'SENT',NULL,'2026-01-10 01:22:23'),
(14,'6281703806655','628113936644@c.us','Berikut adalah informasi pelanggan yang Anda minta:\n\n- Name: I GUSTI KETUT PUTRA ADNYANA\n- No Services: 1100029\n- Email: putraadnyana212@dimensitech.my.id\n- Due Date: 10\n- Address: palak\n- No WA: 628970266173\n- User Mikrotik: 1100029\n- Router: 1\n- Nama Paket: PAKET GOLD UPTO 30 Mbps / 220k\n','OUTGOING',0,'SENT',NULL,'2026-01-10 01:22:33'),
(15,'628113936644@c.us','6281703806655','cek traffic vlan88','INCOMING',0,'SENT',NULL,'2026-01-10 01:23:52'),
(16,'6281703806655','628113936644@c.us','Halo Admin! Berikut adalah informasi traffic untuk vlan88:\n\nRouter 1 - Interface vlan_88_PtP_Dell:\n- Rx: 1.39 Gbps\n- Tx: 112.23 Mbps\n\nRouter 3 - Interface vlan_888:\n- Rx: 9.44 Mbps\n- Tx: 149.12 Mbps','OUTGOING',0,'SENT',NULL,'2026-01-10 01:23:58'),
(17,'628113936644@c.us','6281703806655','Cek traffic i wayan soma bali putra','INCOMING',0,'SENT',NULL,'2026-01-10 01:24:27'),
(18,'6281703806655','628113936644@c.us','Maaf, terjadi kesalahan dalam menghubungi database. Mohon coba lagi nanti.\n','OUTGOING',0,'SENT',NULL,'2026-01-10 01:24:41');
/*!40000 ALTER TABLE `messages_log` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2026-01-10 9:26:30

107
check_billing_db.py Normal file
View File

@@ -0,0 +1,107 @@
#!/usr/bin/env python3
"""
Check Billing Database Connection - Python Version
Replacement for check_billing_db.js with same functionality.
Usage:
python check_billing_db.py
Environment variables required:
BILLING_DB_HOST - Database host address
BILLING_DB_USER - Database username
BILLING_DB_PASS - Database password
BILLING_DB_NAME - Database name
Example .env file:
BILLING_DB_HOST=localhost
BILLING_DB_USER=root
BILLING_DB_PASS=password
BILLING_DB_NAME=billing_db
Install dependencies:
pip install -r requirements.txt
"""
import os
import sys
import pymysql
from pymysql import MySQLError
from dotenv import load_dotenv
def check_billing():
"""Test connection to BILLING Database"""
print('Testing connection to BILLING Database...')
# Load environment variables
load_dotenv()
# Get environment variables
host = os.getenv('BILLING_DB_HOST')
user = os.getenv('BILLING_DB_USER')
password = os.getenv('BILLING_DB_PASS')
database = os.getenv('BILLING_DB_NAME')
print(f'Host: {host}')
print(f'User: {user}')
print(f'Database: {database}')
if not all([host, user, password, database]):
print('ERROR: Missing required environment variables')
print('Required: BILLING_DB_HOST, BILLING_DB_USER, BILLING_DB_PASS, BILLING_DB_NAME')
sys.exit(1)
try:
# Validate connection parameters
if not all([host, user, password, database]):
print('ERROR: Missing database connection parameters')
return False
# Type assurance after validation
assert host is not None and user is not None and password is not None and database is not None
# Establish connection with timeout
connection = pymysql.connect(
host=host,
user=user,
password=password,
database=database,
connect_timeout=10 # 10 seconds timeout
)
print('Connection successful!')
# Test SELECT query
with connection.cursor(pymysql.cursors.DictCursor) as cursor:
cursor.execute('SELECT COUNT(*) as count FROM customer')
rows = cursor.fetchall()
if rows:
count = rows[0]['count']
print(f'Test SELECT successful. Customer Count: {count}')
else:
print('Test SELECT returned no results')
connection.close()
print('BILLING DB TEST PASSED')
return True
except MySQLError as e:
print(f'BILLING DB Test Failed: {e}')
# Provide helpful hints based on error
if 'timed out' in str(e).lower() or 'timeout' in str(e).lower():
print('Hint: Check firewall or IP whitelist on the remote server.')
elif 'access denied' in str(e).lower():
print('Hint: Check username/password or database permissions.')
elif 'unknown database' in str(e).lower():
print('Hint: Check database name or create the database first.')
elif 'cannot connect' in str(e).lower():
print('Hint: Check host/port or network connectivity.')
return False
if __name__ == '__main__':
success = check_billing()
sys.exit(0 if success else 1)

18
docker-compose.yml Executable file
View File

@@ -0,0 +1,18 @@
version: '3.8'
services:
wa-bot:
build: .
container_name: wa-bot
restart: always
init: true
shm_size: '2gb'
ports:
- "3000:3000"
volumes:
- ./.wwebjs_auth:/app/.wwebjs_auth
- ./.wwebjs_cache:/app/.wwebjs_cache
- ./db:/app/db
environment:
- NODE_ENV=production
- API_KEY=rahasia123

10
env.example Normal file
View File

@@ -0,0 +1,10 @@
# WhatsApp Bot Environment Variables
GEMINI_API_KEY=YOUR_GEMINI_API_KEY_HERE
WEBHOOK_URL=
API_KEY=
# Mikrotik Configuration
MIKROTIK_HOST=192.168.1.1
MIKROTIK_USER=admin
MIKROTIK_PASSWORD=
MIKROTIK_PORT=8728

View File

@@ -1,205 +0,0 @@
import re
# Read the server.py file
with open('src/vultr_mcp/server.py', 'r') as f:
content = f.read()
# Find the tools list section
# Look for the list_os tool definition and insert DNS tools before the return
list_os_tool_pattern = r"(Tool\(\s*name=\"list_os\",\s*description=\"List available Vultr operating systems\",\s*inputSchema=\{"type": "object", "properties": \{\}\s*\}\s*\)\s*,?\s*)"
match = re.search(list_os_tool_pattern, content, re.DOTALL)
if match:
list_os_tool = match.group(1)
# DNS tools definitions (from lines 512-651)
dns_tools = ''' # DNS Management Tools
Tool(
name="list_dns_domains",
description="List all DNS domains",
inputSchema={"type": "object", "properties": {}}
),
Tool(
name="create_dns_domain",
description="Create a new DNS domain",
inputSchema={
"type": "object",
"properties": {
"domain": {
"type": "string",
"description": "Domain name (e.g., 'example.com')"
},
"ip": {
"type": "string",
"description": "IP address for the domain"
}
},
"required": ["domain", "ip"]
}
),
Tool(
name="delete_dns_domain",
description="Delete a DNS domain",
inputSchema={
"type": "object",
"properties": {
"domain": {
"type": "string",
"description": "Domain name"
}
},
"required": ["domain"]
}
),
Tool(
name="get_dns_domain",
description="Get DNS domain details",
inputSchema={
"type": "object",
"properties": {
"domain": {
"type": "string",
"description": "Domain name"
}
},
"required": ["domain"]
}
),
Tool(
name="list_dns_records",
description="List DNS records for a domain",
inputSchema={
"type": "object",
"properties": {
"domain": {
"type": "string",
"description": "Domain name"
}
},
"required": ["domain"]
}
),
Tool(
name="create_dns_record",
description="Create a new DNS record",
inputSchema={
"type": "object",
"properties": {
"domain": {
"type": "string",
"description": "Domain name"
},
"type": {
"type": "string",
"description": "Record type (A, AAAA, CNAME, MX, TXT, etc.)"
},
"name": {
"type": "string",
"description": "Record name (e.g., 'www', '@', 'mail')"
},
"data": {
"type": "string",
"description": "Record data (IP address, hostname, etc.)"
},
"ttl": {
"type": "integer",
"description": "Time to live in seconds",
"default": 300
},
"priority": {
"type": "integer",
"description": "Priority for MX records",
"default": 0
}
},
"required": ["domain", "type", "name", "data"]
}
),
Tool(
name="update_dns_record",
description="Update a DNS record",
inputSchema={
"type": "object",
"properties": {
"domain": {
"type": "string",
"description": "Domain name"
},
"record_id": {
"type": "string",
"description": "Record ID"
},
"type": {
"type": "string",
"description": "Record type (A, AAAA, CNAME, MX, TXT, etc.)"
},
"name": {
"type": "string",
"description": "Record name"
},
"data": {
"type": "string",
"description": "Record data"
},
"ttl": {
"type": "integer",
"description": "Time to live in seconds"
},
"priority": {
"type": "integer",
"description": "Priority for MX records"
}
},
"required": ["domain", "record_id"]
}
),
Tool(
name="delete_dns_record",
description="Delete a DNS record",
inputSchema={
"type": "object",
"properties": {
"domain": {
"type": "string",
"description": "Domain name"
},
"record_id": {
"type": "string",
"description": "Record ID"
}
},
"required": ["domain", "record_id"]
}
),
'''
# Insert DNS tools after list_os tool
new_content = content.replace(list_os_tool, list_os_tool + dns_tools)
# Remove the duplicate DNS tools definitions (lines 512-651)
# Find the start of duplicate DNS tools
duplicate_start = new_content.find('# DNS Management Tools')
if duplicate_start != -1:
# Find the end of the duplicate section (look for next Tool definition or end of file)
duplicate_end = duplicate_start
lines = new_content[duplicate_start:].split('\n')
in_tool = False
for i, line in enumerate(lines):
if 'Tool(' in line:
in_tool = True
if in_tool and line.strip().endswith(')'):
in_tool = False
if i > 100 and not in_tool and line.strip() and not line.strip().startswith('Tool('):
duplicate_end = duplicate_start + sum(len(l) + 1 for l in lines[:i])
break
if duplicate_end > duplicate_start:
new_content = new_content[:duplicate_start] + new_content[duplicate_end:]
# Write the fixed content
with open('src/vultr_mcp/server.py', 'w') as f:
f.write(new_content)
print("DNS tools have been moved to the correct location in list_tools function")
else:
print("Could not find list_os tool definition")

View File

@@ -1,215 +0,0 @@
import re
# Read the file
with open('src/vultr_mcp/server.py', 'r') as f:
lines = f.readlines()
# Find the line with 'return tools'
insert_line = -1
for i, line in enumerate(lines):
if 'return tools' in line:
insert_line = i
break
if insert_line == -1:
print("Error: Could not find 'return tools'")
exit(1)
# Find the list_os tool (should be a few lines before return tools)
list_os_line = -1
for i in range(insert_line-1, max(0, insert_line-10), -1):
if 'list_os' in lines[i]:
list_os_line = i
break
if list_os_line == -1:
print("Error: Could not find 'list_os' tool")
exit(1)
print(f"Found list_os at line {list_os_line+1}")
print(f"Found return tools at line {insert_line+1}")
# Find the end of the list_os tool definition
# Look for the closing parenthesis and comma
end_of_list_os = -1
for i in range(list_os_line, min(len(lines), list_os_line + 10)):
if '),' in lines[i] or ')' in lines[i] and i < insert_line:
end_of_list_os = i
break
if end_of_list_os == -1:
print("Error: Could not find end of list_os tool")
exit(1)
print(f"End of list_os tool at line {end_of_list_os+1}")
# DNS tools to insert
dns_tools = ''' ),
# DNS Management Tools
Tool(
name="list_dns_domains",
description="List all DNS domains",
inputSchema={"type": "object", "properties": {}}
),
Tool(
name="create_dns_domain",
description="Create a new DNS domain",
inputSchema={
"type": "object",
"properties": {
"domain": {
"type": "string",
"description": "Domain name (e.g., 'example.com')"
},
"ip": {
"type": "string",
"description": "IP address for the domain"
}
},
"required": ["domain", "ip"]
}
),
Tool(
name="delete_dns_domain",
description="Delete a DNS domain",
inputSchema={
"type": "object",
"properties": {
"domain": {
"type": "string",
"description": "Domain name"
}
},
"required": ["domain"]
}
),
Tool(
name="get_dns_domain",
description="Get DNS domain details",
inputSchema={
"type": "object",
"properties": {
"domain": {
"type": "string",
"description": "Domain name"
}
},
"required": ["domain"]
}
),
Tool(
name="list_dns_records",
description="List DNS records for a domain",
inputSchema={
"type": "object",
"properties": {
"domain": {
"type": "string",
"description": "Domain name"
}
},
"required": ["domain"]
}
),
Tool(
name="create_dns_record",
description="Create a new DNS record",
inputSchema={
"type": "object",
"properties": {
"domain": {
"type": "string",
"description": "Domain name"
},
"type": {
"type": "string",
"description": "Record type (A, AAAA, CNAME, MX, TXT, etc.)"
},
"name": {
"type": "string",
"description": "Record name (e.g., 'www', '@', 'mail')"
},
"data": {
"type": "string",
"description": "Record data (IP address, hostname, etc.)"
},
"ttl": {
"type": "integer",
"description": "Time to live in seconds",
"default": 300
},
"priority": {
"type": "integer",
"description": "Priority for MX records",
"default": 0
}
},
"required": ["domain", "type", "name", "data"]
}
),
Tool(
name="update_dns_record",
description="Update a DNS record",
inputSchema={
"type": "object",
"properties": {
"domain": {
"type": "string",
"description": "Domain name"
},
"record_id": {
"type": "string",
"description": "Record ID"
},
"type": {
"type": "string",
"description": "Record type (A, AAAA, CNAME, MX, TXT, etc.)"
},
"name": {
"type": "string",
"description": "Record name"
},
"data": {
"type": "string",
"description": "Record data"
},
"ttl": {
"type": "integer",
"description": "Time to live in seconds"
},
"priority": {
"type": "integer",
"description": "Priority for MX records"
}
},
"required": ["domain", "record_id"]
}
),
Tool(
name="delete_dns_record",
description="Delete a DNS record",
inputSchema={
"type": "object",
"properties": {
"domain": {
"type": "string",
"description": "Domain name"
},
"record_id": {
"type": "string",
"description": "Record ID"
}
},
"required": ["domain", "record_id"]
}
)'''
# Insert the DNS tools after the list_os tool
new_lines = lines[:end_of_list_os+1] + [dns_tools + '\n'] + lines[end_of_list_os+1:]
# Write the updated file
with open('src/vultr_mcp/server.py', 'w') as f:
f.writelines(new_lines)
print("DNS tools have been successfully inserted into the tools list!")
print(f"Total lines in file: {len(new_lines)}")

29
main.py
View File

@@ -1,29 +0,0 @@
#!/usr/bin/env python3
"""
Vultr MCP Server - Main Entry Point
"""
import uvicorn
import logging
from src.vultr_mcp.server import app
logging.basicConfig(level=logging.INFO)
logger = logging.getLogger(__name__)
if __name__ == "__main__":
logger.info("Starting Vultr MCP Server...")
logger.info("Server will be available at http://0.0.0.0:8000")
logger.info("MCP endpoints:")
logger.info(" GET / - Server info")
logger.info(" GET /tools - List available tools")
logger.info(" GET /resources - List available resources")
logger.info(" GET /prompts - List available prompts")
logger.info(" POST /tools/call - Execute a tool")
logger.info(" GET /resources/{uri} - Get resource content")
uvicorn.run(
app,
host="0.0.0.0",
port=8000,
log_level="info"
)

View File

@@ -0,0 +1,35 @@
require('dotenv').config();
const mysql = require('mysql2/promise');
async function checkBilling() {
console.log('Testing connection to BILLING Database...');
console.log(`Host: ${process.env.BILLING_DB_HOST}`);
console.log(`User: ${process.env.BILLING_DB_USER}`);
console.log(`Web DB: ${process.env.BILLING_DB_NAME}`);
try {
const connection = await mysql.createConnection({
host: process.env.BILLING_DB_HOST,
user: process.env.BILLING_DB_USER,
password: process.env.BILLING_DB_PASS,
database: process.env.BILLING_DB_NAME,
connectTimeout: 10000 // 10s timeout
});
console.log('Connection successful!');
// Test Select
const [rows] = await connection.execute('SELECT COUNT(*) as count FROM customer');
console.log('Test Select successful. Customer Count:', rows[0].count);
await connection.end();
console.log('BILLING DB TEST PASSED');
} catch (e) {
console.error('BILLING DB Test Failed:', e.message);
if (e.code === 'ETIMEDOUT') {
console.error('Hint: Check firewall or IP whitelist on the remote server.');
}
}
}
checkBilling();

View File

@@ -0,0 +1,26 @@
require('dotenv').config();
const mikrotik = require('./services/mikrotikService');
async function test() {
console.log("Fetching Active PPPoE Users...");
try {
const users = await mikrotik.getActivePppoe();
console.log(`Found ${users.length} active users.`);
if (users.length > 0) {
console.log("Sample User Data:");
console.log(users[0]);
// check if specific user exists (mocking the user request)
const target = users.find(u => u.name === '2000109' || u.name.includes('2000109'));
if (target) {
console.log("\nTarget User (2000109) Found:");
console.log(target);
}
}
} catch (error) {
console.error("Test Failed:", error);
}
}
test();

View File

@@ -0,0 +1,22 @@
require('dotenv').config();
const mikrotik = require('./services/mikrotikService');
async function test() {
console.log("Searching for interface 'vlan_88_PtP_Dell'...");
try {
const interfaces = await mikrotik.getInterfaces();
const target = interfaces.find(i => i.name === 'vlan_88_PtP_Dell');
if (target) {
console.log("Interface Found:");
console.log(target);
} else {
console.log("Interface 'vlan_88_PtP_Dell' NOT FOUND.");
console.log("Total interfaces:", interfaces.length);
}
} catch (error) {
console.error("Test Failed:", error);
}
}
test();

1193
not_used/customer.sql Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,170 @@
const mysql = require('mysql2/promise');
// Create a connection pool
const pool = mysql.createPool({
host: process.env.BILLING_DB_HOST,
user: process.env.BILLING_DB_USER,
password: process.env.BILLING_DB_PASS,
database: process.env.BILLING_DB_NAME,
waitForConnections: true,
connectionLimit: 10,
queueLimit: 0
});
async function getCustomerByPhone(phoneNumber) {
try {
// Normalize phone number for search
// User sends e.g. "62812345678" or "0812345678"
// Database has "no_wa" column which seems to vary (some have 62 prefix, some 08) based on customer.sql sample
// We will try to match broad patterns.
// If phoneNumber is 628..., we also try 08...
// If phoneNumber is 08..., we also try 628...
let searchNumbers = [phoneNumber];
let p = phoneNumber;
// Clean @c.us suffix
if (p.endsWith('@c.us')) p = p.replace('@c.us', '');
if (p.startsWith('62')) {
searchNumbers.push('0' + p.substring(2));
} else if (p.startsWith('0')) {
searchNumbers.push('62' + p.substring(1));
}
// Add the cleaned number itself just in case
if (!searchNumbers.includes(p)) searchNumbers.push(p);
// Construct query
const query = `
SELECT c.name, c.user_profile, c.c_status, c.due_date, c.address, c.no_services,
pi.name as package_name, pi.price as package_price, pi.description as package_description
FROM customer c
LEFT JOIN services s ON c.no_services = s.no_services
LEFT JOIN package_item pi ON s.item_id = pi.p_item_id
WHERE c.no_wa IN (?)
LIMIT 1
`;
const [rows] = await pool.query(query, [searchNumbers]);
if (rows.length > 0) {
return rows[0];
}
return null;
} catch (error) {
console.error("Database Error:", error);
return null; // Fail gracefully
}
}
// Test connection
async function testConnection() {
try {
const connection = await pool.getConnection();
console.log("Database connected successfully!");
connection.release();
return true;
} catch (error) {
console.error("Database connection failed:", error.message);
return false;
}
}
async function searchCustomer(query, limit = 5) {
try {
const searchTerm = `%${query}%`;
const sql = `
SELECT name, user_profile, c_status, due_date, address, no_services, no_wa
FROM customer
WHERE name LIKE ? OR no_wa LIKE ? OR c_status LIKE ? OR user_profile LIKE ?
LIMIT ?
`;
const [rows] = await pool.query(sql, [searchTerm, searchTerm, searchTerm, searchTerm, limit]);
return rows;
} catch (error) {
console.error("Database Search Error:", error);
return [];
}
}
async function getSummary() {
try {
const sql = `SELECT c_status, COUNT(*) as total FROM customer GROUP BY c_status`;
const [rows] = await pool.query(sql);
return rows;
} catch (error) {
console.error("DB Summary Error:", error);
return [];
}
}
// Safe Read-Only SQL execution for Admin AI
async function executeReadOnlyQuery(sql) {
try {
// STRICT SECURITY CHECK
// 1. Must start with SELECT
// 2. Must not contain prohibited keywords (INSERT, UPDATE, DELETE, DROP, ALTER, TRUNCATE, REPLACE, CREATE, GRANT, REVOKE)
// 3. Simple whitespace normalization for checking
const normalizedSql = sql.trim().toUpperCase();
if (!normalizedSql.startsWith('SELECT')) {
throw new Error("Security Violation: Only SELECT queries are allowed.");
}
const prohibited = ['INSERT', 'UPDATE', 'DELETE', 'DROP', 'ALTER', 'TRUNCATE', 'REPLACE', 'CREATE', 'GRANT', 'REVOKE', ';'];
// Note: Semicolon check prevents multiple statement injection like "SELECT *; DROP TABLE..."
for (const word of prohibited) {
// Check for whole words to avoid false positives (e.g. "UPDATE_DATE" column might trigger "UPDATE")
// A simple includes check might be too aggressive, but safer.
// Let's use regex for word boundaries or just strict includes for dangerous keywords used as verbs
// For now, strict check on prohibited keywords existing loosely
if (normalizedSql.includes(word + ' ') || normalizedSql.includes(' ' + word) || normalizedSql.endsWith(word)) { // Basic heuristic
// Better regex:
const regex = new RegExp(`\\b${word}\\b`);
if (regex.test(normalizedSql)) {
throw new Error(`Security Violation: Keyword '${word}' is prohibited.`);
}
}
}
if (sql.includes(';')) {
throw new Error("Security Violation: Multiple statements (;) are not allowed.");
}
const [rows] = await pool.query(sql);
return rows;
} catch (error) {
console.error("SQL Exec Error:", error.message);
return { error: error.message };
}
}
async function getSearchCount(query) {
try {
const searchTerm = `%${query}%`;
const sql = `
SELECT COUNT(*) as total
FROM customer
WHERE name LIKE ? OR no_wa LIKE ? OR c_status LIKE ? OR user_profile LIKE ? OR address LIKE ?
`;
// Added 'address' to search capabilities as well per user request "jumlah pelanggan di alamat tertentu"
const [rows] = await pool.query(sql, [searchTerm, searchTerm, searchTerm, searchTerm, searchTerm]);
return rows[0].total;
} catch (error) {
console.error("DB Count Error:", error);
return 0;
}
}
module.exports = {
getCustomerByPhone,
searchCustomer,
getSummary,
getSearchCount,
testConnection,
executeReadOnlyQuery
};

BIN
not_used/db/whatsapp.db Executable file

Binary file not shown.

View File

@@ -0,0 +1,18 @@
#
# TABLE STRUCTURE FOR: bank
#
DROP TABLE IF EXISTS `bank`;
CREATE TABLE `bank` (
`bank_id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(128) NOT NULL,
`no_rek` varchar(128) NOT NULL,
`owner` varchar(128) NOT NULL,
`create_by` int(11) NOT NULL,
PRIMARY KEY (`bank_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
INSERT INTO `bank` (`bank_id`, `name`, `no_rek`, `owner`, `create_by`) VALUES (1, 'BANK MANDIRI', '1450014175281', 'PT. GLOBAL LINTAS SOLUSI', 0);

View File

@@ -0,0 +1,29 @@
#
# TABLE STRUCTURE FOR: bot_telegram
#
DROP TABLE IF EXISTS `bot_telegram`;
CREATE TABLE `bot_telegram` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`token` varchar(128) NOT NULL,
`username_bot` varchar(128) NOT NULL,
`username_owner` varchar(128) NOT NULL,
`id_telegram_owner` varchar(128) NOT NULL,
`id_group_teknisi` varchar(50) NOT NULL,
`create_by` int(11) NOT NULL,
`is_active` int(11) NOT NULL,
`notif_new_customer` int(11) NOT NULL,
`notif_income_payment_gateway` int(11) NOT NULL,
`notif_new_ticket` int(11) NOT NULL,
`notif_update_ticket` int(11) NOT NULL,
`text_new_customer` text NOT NULL,
`text_income_payment_gateway` text NOT NULL,
`text_new_ticket` text NOT NULL,
`text_update_ticket` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
INSERT INTO `bot_telegram` (`id`, `token`, `username_bot`, `username_owner`, `id_telegram_owner`, `id_group_teknisi`, `create_by`, `is_active`, `notif_new_customer`, `notif_income_payment_gateway`, `notif_new_ticket`, `notif_update_ticket`, `text_new_customer`, `text_income_payment_gateway`, `text_new_ticket`, `text_update_ticket`) VALUES (1, '', '', '', '', '', 0, 0, 0, 0, 0, 0, '', '', '', '');

View File

@@ -0,0 +1,19 @@
#
# TABLE STRUCTURE FOR: briva
#
DROP TABLE IF EXISTS `briva`;
CREATE TABLE `briva` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`is_active` int(11) NOT NULL,
`mode` int(11) NOT NULL,
`auto_pay` int(11) NOT NULL,
`account_number` text NOT NULL,
`consumer_key` text NOT NULL,
`consumer_secret` text NOT NULL,
`institution` tinytext NOT NULL,
`briva` tinytext NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

View File

@@ -0,0 +1,14 @@
#
# TABLE STRUCTURE FOR: cat_expenditure
#
DROP TABLE IF EXISTS `cat_expenditure`;
CREATE TABLE `cat_expenditure` (
`category_id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(50) NOT NULL,
`remark` text NOT NULL,
`create_by` int(11) NOT NULL,
PRIMARY KEY (`category_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

View File

@@ -0,0 +1,17 @@
#
# TABLE STRUCTURE FOR: cat_income
#
DROP TABLE IF EXISTS `cat_income`;
CREATE TABLE `cat_income` (
`category_id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(50) NOT NULL,
`remark` text NOT NULL,
`create_by` int(11) NOT NULL,
PRIMARY KEY (`category_id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
INSERT INTO `cat_income` (`category_id`, `name`, `remark`, `create_by`) VALUES (1, 'Tagihan', 'Otomatis by System', 0);

View File

@@ -0,0 +1,58 @@
#
# TABLE STRUCTURE FOR: company
#
DROP TABLE IF EXISTS `company`;
CREATE TABLE `company` (
`id` int(11) NOT NULL,
`company_name` varchar(100) NOT NULL,
`sub_name` varchar(128) NOT NULL,
`description` text NOT NULL,
`picture` text NOT NULL,
`logo` text NOT NULL,
`whatsapp` varchar(100) NOT NULL,
`facebook` varchar(100) NOT NULL,
`twitter` varchar(100) NOT NULL,
`instagram` varchar(100) NOT NULL,
`phone` varchar(100) NOT NULL,
`email` varchar(100) NOT NULL,
`owner` varchar(128) NOT NULL,
`video` text NOT NULL,
`address` text NOT NULL,
`due_date` int(11) NOT NULL,
`ppn` int(11) NOT NULL,
`admin_fee` int(11) NOT NULL,
`terms` text NOT NULL,
`policy` text NOT NULL,
`expired` varchar(50) NOT NULL,
`isolir` int(11) NOT NULL,
`import` int(11) NOT NULL,
`apps_name` varchar(20) NOT NULL,
`cek_bill` int(11) NOT NULL,
`cek_usage` int(11) NOT NULL,
`latitude` text NOT NULL,
`longitude` text NOT NULL,
`phonecode` int(11) NOT NULL,
`country` int(11) NOT NULL,
`currency` varchar(50) NOT NULL,
`timezone` varchar(50) NOT NULL,
`tawk` text NOT NULL,
`speedtest` text NOT NULL,
`maintenance` int(11) NOT NULL,
`watermark` int(11) NOT NULL,
`version` text NOT NULL,
`last_update` text NOT NULL,
`bcava` text NOT NULL,
`licence` text NOT NULL,
`auto_update` int(11) NOT NULL,
`google-site-verification` text NOT NULL,
`google-tag-manager` text NOT NULL,
`tax_id_number` text NOT NULL,
`favicon` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
INSERT INTO `company` (`id`, `company_name`, `sub_name`, `description`, `picture`, `logo`, `whatsapp`, `facebook`, `twitter`, `instagram`, `phone`, `email`, `owner`, `video`, `address`, `due_date`, `ppn`, `admin_fee`, `terms`, `policy`, `expired`, `isolir`, `import`, `apps_name`, `cek_bill`, `cek_usage`, `latitude`, `longitude`, `phonecode`, `country`, `currency`, `timezone`, `tawk`, `speedtest`, `maintenance`, `watermark`, `version`, `last_update`, `bcava`, `licence`, `auto_update`, `google-site-verification`, `google-tag-manager`, `tax_id_number`, `favicon`) VALUES (1, 'Global Lintas Solusi', 'Your Internet Partner', '<p><strong>Demikian pula</strong>, tidak adakah orang yang mencintai atau mengejar atau ingin mengalami penderitaan, bukan semata-mata karena penderitaan itu sendiri, tetapi karena sesekali terjadi keadaan di mana susah-payah dan penderitaan dapat memberikan kepadanya kesenangan yang besar. Sebagai contoh sederhana, siapakah di antara kita yang pernah melakukan pekerjaan fisik ya<strong>ng berat, selain untuk memperoleh manfaat daripadanya? Tetapi siapakah yang berhak untuk mencari kesalahan pada diri orang</strong> yang memilih untuk menikmati kesenangan yang tidak menimbulkan akibat-akibat yang mengganggu, atau orang yang menghindari penderitaan yang tidak menghasilkan kesenangan?s</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><!--?= $company[\'company_name\'] ?--><!--?=$company[\'company_name\']?\r\n--></p>\r\n', 'picture-191121-62a0af9970.jpg', 'logo-23092025.jpg', '08997465232', '', 'luigifauzi', '', '6282130415558', '', 'Global libtas solusi', 'https://www.youtube.com/watch?v=SiPuvEFaC3g', 'Jl. Gn. Catur I No. 168, Padangsambian Kaja, Denpasar Barat. ', 0, 11, 0, '<p>df</p>\r\n', '0', '', 0, 0, 'BILLING GOLD', 1, 1, '-7.205830295257313', '107.8256392478943', 62, 0, '', 'Asia/Bangkok', '', '', 0, 0, '', '', '', 'd0692a70837ed0ae|+hfhXaNxrU4azk7WFaQqbmvVYhBhwwlNMnRqAF8noaA7x7Q2dHFT4qDU8+DcEd+2HiQdMfKFnqshvvD+Curj+o22vLNz935aXVnCto9CAs+9Q30PZAL8PwlfGfqTDh/0L2AzMCVVHSi+MhORJLOE/IX/Vm5x5SNfFzsPPq7FIecr6Td4A4uZsc7XykyYtg3a', 0, '', '', '', '');

View File

@@ -0,0 +1,19 @@
#
# TABLE STRUCTURE FOR: confirm_payment
#
DROP TABLE IF EXISTS `confirm_payment`;
CREATE TABLE `confirm_payment` (
`confirm_id` int(11) NOT NULL AUTO_INCREMENT,
`invoice_id` int(11) NOT NULL,
`no_services` varchar(25) NOT NULL,
`metode_payment` varchar(50) NOT NULL,
`date_payment` varchar(50) NOT NULL,
`status` varchar(20) NOT NULL,
`remark` text NOT NULL,
`date_created` int(11) NOT NULL,
`picture` text NOT NULL,
PRIMARY KEY (`confirm_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

View File

@@ -0,0 +1,272 @@
#
# TABLE STRUCTURE FOR: country
#
DROP TABLE IF EXISTS `country`;
CREATE TABLE `country` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`iso` char(2) NOT NULL,
`name` varchar(80) NOT NULL,
`nicename` varchar(80) NOT NULL,
`iso3` char(3) DEFAULT NULL,
`numcode` smallint(6) DEFAULT NULL,
`phonecode` int(5) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=254 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (1, 'AF', 'AFGHANISTAN', 'Afghanistan', 'AFG', 4, 93);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (2, 'AL', 'ALBANIA', 'Albania', 'ALB', 8, 355);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (3, 'DZ', 'ALGERIA', 'Algeria', 'DZA', 12, 213);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (4, 'AS', 'AMERICAN SAMOA', 'American Samoa', 'ASM', 16, 1684);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (5, 'AD', 'ANDORRA', 'Andorra', 'AND', 20, 376);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (6, 'AO', 'ANGOLA', 'Angola', 'AGO', 24, 244);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (7, 'AI', 'ANGUILLA', 'Anguilla', 'AIA', 660, 1264);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (8, 'AQ', 'ANTARCTICA', 'Antarctica', 'ATA', 10, 0);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (9, 'AG', 'ANTIGUA AND BARBUDA', 'Antigua and Barbuda', 'ATG', 28, 1268);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (10, 'AR', 'ARGENTINA', 'Argentina', 'ARG', 32, 54);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (11, 'AM', 'ARMENIA', 'Armenia', 'ARM', 51, 374);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (12, 'AW', 'ARUBA', 'Aruba', 'ABW', 533, 297);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (13, 'AU', 'AUSTRALIA', 'Australia', 'AUS', 36, 61);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (14, 'AT', 'AUSTRIA', 'Austria', 'AUT', 40, 43);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (15, 'AZ', 'AZERBAIJAN', 'Azerbaijan', 'AZE', 31, 994);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (16, 'BS', 'BAHAMAS', 'Bahamas', 'BHS', 44, 1242);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (17, 'BH', 'BAHRAIN', 'Bahrain', 'BHR', 48, 973);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (18, 'BD', 'BANGLADESH', 'Bangladesh', 'BGD', 50, 880);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (19, 'BB', 'BARBADOS', 'Barbados', 'BRB', 52, 1246);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (20, 'BY', 'BELARUS', 'Belarus', 'BLR', 112, 375);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (21, 'BE', 'BELGIUM', 'Belgium', 'BEL', 56, 32);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (22, 'BZ', 'BELIZE', 'Belize', 'BLZ', 84, 501);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (23, 'BJ', 'BENIN', 'Benin', 'BEN', 204, 229);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (24, 'BM', 'BERMUDA', 'Bermuda', 'BMU', 60, 1441);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (25, 'BT', 'BHUTAN', 'Bhutan', 'BTN', 64, 975);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (26, 'BO', 'BOLIVIA', 'Bolivia', 'BOL', 68, 591);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (27, 'BA', 'BOSNIA AND HERZEGOVINA', 'Bosnia and Herzegovina', 'BIH', 70, 387);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (28, 'BW', 'BOTSWANA', 'Botswana', 'BWA', 72, 267);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (29, 'BV', 'BOUVET ISLAND', 'Bouvet Island', 'BVT', 74, 0);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (30, 'BR', 'BRAZIL', 'Brazil', 'BRA', 76, 55);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (31, 'IO', 'BRITISH INDIAN OCEAN TERRITORY', 'British Indian Ocean Territory', 'IOT', 86, 246);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (32, 'BN', 'BRUNEI DARUSSALAM', 'Brunei Darussalam', 'BRN', 96, 673);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (33, 'BG', 'BULGARIA', 'Bulgaria', 'BGR', 100, 359);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (34, 'BF', 'BURKINA FASO', 'Burkina Faso', 'BFA', 854, 226);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (35, 'BI', 'BURUNDI', 'Burundi', 'BDI', 108, 257);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (36, 'KH', 'CAMBODIA', 'Cambodia', 'KHM', 116, 855);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (37, 'CM', 'CAMEROON', 'Cameroon', 'CMR', 120, 237);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (38, 'CA', 'CANADA', 'Canada', 'CAN', 124, 1);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (39, 'CV', 'CAPE VERDE', 'Cape Verde', 'CPV', 132, 238);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (40, 'KY', 'CAYMAN ISLANDS', 'Cayman Islands', 'CYM', 136, 1345);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (41, 'CF', 'CENTRAL AFRICAN REPUBLIC', 'Central African Republic', 'CAF', 140, 236);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (42, 'TD', 'CHAD', 'Chad', 'TCD', 148, 235);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (43, 'CL', 'CHILE', 'Chile', 'CHL', 152, 56);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (44, 'CN', 'CHINA', 'China', 'CHN', 156, 86);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (45, 'CX', 'CHRISTMAS ISLAND', 'Christmas Island', 'CXR', 162, 61);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (46, 'CC', 'COCOS (KEELING) ISLANDS', 'Cocos (Keeling) Islands', NULL, NULL, 672);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (47, 'CO', 'COLOMBIA', 'Colombia', 'COL', 170, 57);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (48, 'KM', 'COMOROS', 'Comoros', 'COM', 174, 269);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (49, 'CG', 'CONGO', 'Congo', 'COG', 178, 242);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (50, 'CD', 'CONGO, THE DEMOCRATIC REPUBLIC OF THE', 'Congo, the Democratic Republic of the', 'COD', 180, 242);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (51, 'CK', 'COOK ISLANDS', 'Cook Islands', 'COK', 184, 682);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (52, 'CR', 'COSTA RICA', 'Costa Rica', 'CRI', 188, 506);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (53, 'CI', 'COTE D\'IVOIRE', 'Cote D\'Ivoire', 'CIV', 384, 225);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (54, 'HR', 'CROATIA', 'Croatia', 'HRV', 191, 385);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (55, 'CU', 'CUBA', 'Cuba', 'CUB', 192, 53);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (56, 'CY', 'CYPRUS', 'Cyprus', 'CYP', 196, 357);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (57, 'CZ', 'CZECH REPUBLIC', 'Czech Republic', 'CZE', 203, 420);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (58, 'DK', 'DENMARK', 'Denmark', 'DNK', 208, 45);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (59, 'DJ', 'DJIBOUTI', 'Djibouti', 'DJI', 262, 253);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (60, 'DM', 'DOMINICA', 'Dominica', 'DMA', 212, 1767);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (61, 'DO', 'DOMINICAN REPUBLIC', 'Dominican Republic', 'DOM', 214, 1809);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (62, 'EC', 'ECUADOR', 'Ecuador', 'ECU', 218, 593);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (63, 'EG', 'EGYPT', 'Egypt', 'EGY', 818, 20);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (64, 'SV', 'EL SALVADOR', 'El Salvador', 'SLV', 222, 503);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (65, 'GQ', 'EQUATORIAL GUINEA', 'Equatorial Guinea', 'GNQ', 226, 240);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (66, 'ER', 'ERITREA', 'Eritrea', 'ERI', 232, 291);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (67, 'EE', 'ESTONIA', 'Estonia', 'EST', 233, 372);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (68, 'ET', 'ETHIOPIA', 'Ethiopia', 'ETH', 231, 251);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (69, 'FK', 'FALKLAND ISLANDS (MALVINAS)', 'Falkland Islands (Malvinas)', 'FLK', 238, 500);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (70, 'FO', 'FAROE ISLANDS', 'Faroe Islands', 'FRO', 234, 298);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (71, 'FJ', 'FIJI', 'Fiji', 'FJI', 242, 679);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (72, 'FI', 'FINLAND', 'Finland', 'FIN', 246, 358);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (73, 'FR', 'FRANCE', 'France', 'FRA', 250, 33);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (74, 'GF', 'FRENCH GUIANA', 'French Guiana', 'GUF', 254, 594);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (75, 'PF', 'FRENCH POLYNESIA', 'French Polynesia', 'PYF', 258, 689);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (76, 'TF', 'FRENCH SOUTHERN TERRITORIES', 'French Southern Territories', 'ATF', 260, 0);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (77, 'GA', 'GABON', 'Gabon', 'GAB', 266, 241);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (78, 'GM', 'GAMBIA', 'Gambia', 'GMB', 270, 220);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (79, 'GE', 'GEORGIA', 'Georgia', 'GEO', 268, 995);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (80, 'DE', 'GERMANY', 'Germany', 'DEU', 276, 49);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (81, 'GH', 'GHANA', 'Ghana', 'GHA', 288, 233);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (82, 'GI', 'GIBRALTAR', 'Gibraltar', 'GIB', 292, 350);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (83, 'GR', 'GREECE', 'Greece', 'GRC', 300, 30);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (84, 'GL', 'GREENLAND', 'Greenland', 'GRL', 304, 299);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (85, 'GD', 'GRENADA', 'Grenada', 'GRD', 308, 1473);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (86, 'GP', 'GUADELOUPE', 'Guadeloupe', 'GLP', 312, 590);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (87, 'GU', 'GUAM', 'Guam', 'GUM', 316, 1671);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (88, 'GT', 'GUATEMALA', 'Guatemala', 'GTM', 320, 502);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (89, 'GN', 'GUINEA', 'Guinea', 'GIN', 324, 224);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (90, 'GW', 'GUINEA-BISSAU', 'Guinea-Bissau', 'GNB', 624, 245);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (91, 'GY', 'GUYANA', 'Guyana', 'GUY', 328, 592);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (92, 'HT', 'HAITI', 'Haiti', 'HTI', 332, 509);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (93, 'HM', 'HEARD ISLAND AND MCDONALD ISLANDS', 'Heard Island and Mcdonald Islands', 'HMD', 334, 0);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (94, 'VA', 'HOLY SEE (VATICAN CITY STATE)', 'Holy See (Vatican City State)', 'VAT', 336, 39);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (95, 'HN', 'HONDURAS', 'Honduras', 'HND', 340, 504);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (96, 'HK', 'HONG KONG', 'Hong Kong', 'HKG', 344, 852);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (97, 'HU', 'HUNGARY', 'Hungary', 'HUN', 348, 36);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (98, 'IS', 'ICELAND', 'Iceland', 'ISL', 352, 354);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (99, 'IN', 'INDIA', 'India', 'IND', 356, 91);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (100, 'ID', 'INDONESIA', 'Indonesia', 'IDN', 360, 62);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (101, 'IR', 'IRAN, ISLAMIC REPUBLIC OF', 'Iran, Islamic Republic of', 'IRN', 364, 98);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (102, 'IQ', 'IRAQ', 'Iraq', 'IRQ', 368, 964);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (103, 'IE', 'IRELAND', 'Ireland', 'IRL', 372, 353);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (104, 'IL', 'ISRAEL', 'Israel', 'ISR', 376, 972);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (105, 'IT', 'ITALY', 'Italy', 'ITA', 380, 39);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (106, 'JM', 'JAMAICA', 'Jamaica', 'JAM', 388, 1876);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (107, 'JP', 'JAPAN', 'Japan', 'JPN', 392, 81);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (108, 'JO', 'JORDAN', 'Jordan', 'JOR', 400, 962);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (109, 'KZ', 'KAZAKHSTAN', 'Kazakhstan', 'KAZ', 398, 7);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (110, 'KE', 'KENYA', 'Kenya', 'KEN', 404, 254);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (111, 'KI', 'KIRIBATI', 'Kiribati', 'KIR', 296, 686);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (112, 'KP', 'KOREA, DEMOCRATIC PEOPLE\'S REPUBLIC OF', 'Korea, Democratic People\'s Republic of', 'PRK', 408, 850);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (113, 'KR', 'KOREA, REPUBLIC OF', 'Korea, Republic of', 'KOR', 410, 82);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (114, 'KW', 'KUWAIT', 'Kuwait', 'KWT', 414, 965);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (115, 'KG', 'KYRGYZSTAN', 'Kyrgyzstan', 'KGZ', 417, 996);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (116, 'LA', 'LAO PEOPLE\'S DEMOCRATIC REPUBLIC', 'Lao People\'s Democratic Republic', 'LAO', 418, 856);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (117, 'LV', 'LATVIA', 'Latvia', 'LVA', 428, 371);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (118, 'LB', 'LEBANON', 'Lebanon', 'LBN', 422, 961);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (119, 'LS', 'LESOTHO', 'Lesotho', 'LSO', 426, 266);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (120, 'LR', 'LIBERIA', 'Liberia', 'LBR', 430, 231);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (121, 'LY', 'LIBYAN ARAB JAMAHIRIYA', 'Libyan Arab Jamahiriya', 'LBY', 434, 218);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (122, 'LI', 'LIECHTENSTEIN', 'Liechtenstein', 'LIE', 438, 423);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (123, 'LT', 'LITHUANIA', 'Lithuania', 'LTU', 440, 370);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (124, 'LU', 'LUXEMBOURG', 'Luxembourg', 'LUX', 442, 352);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (125, 'MO', 'MACAO', 'Macao', 'MAC', 446, 853);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (126, 'MK', 'MACEDONIA, THE FORMER YUGOSLAV REPUBLIC OF', 'Macedonia, the Former Yugoslav Republic of', 'MKD', 807, 389);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (127, 'MG', 'MADAGASCAR', 'Madagascar', 'MDG', 450, 261);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (128, 'MW', 'MALAWI', 'Malawi', 'MWI', 454, 265);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (129, 'MY', 'MALAYSIA', 'Malaysia', 'MYS', 458, 60);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (130, 'MV', 'MALDIVES', 'Maldives', 'MDV', 462, 960);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (131, 'ML', 'MALI', 'Mali', 'MLI', 466, 223);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (132, 'MT', 'MALTA', 'Malta', 'MLT', 470, 356);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (133, 'MH', 'MARSHALL ISLANDS', 'Marshall Islands', 'MHL', 584, 692);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (134, 'MQ', 'MARTINIQUE', 'Martinique', 'MTQ', 474, 596);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (135, 'MR', 'MAURITANIA', 'Mauritania', 'MRT', 478, 222);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (136, 'MU', 'MAURITIUS', 'Mauritius', 'MUS', 480, 230);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (137, 'YT', 'MAYOTTE', 'Mayotte', 'MYT', 175, 269);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (138, 'MX', 'MEXICO', 'Mexico', 'MEX', 484, 52);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (139, 'FM', 'MICRONESIA, FEDERATED STATES OF', 'Micronesia, Federated States of', 'FSM', 583, 691);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (140, 'MD', 'MOLDOVA, REPUBLIC OF', 'Moldova, Republic of', 'MDA', 498, 373);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (141, 'MC', 'MONACO', 'Monaco', 'MCO', 492, 377);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (142, 'MN', 'MONGOLIA', 'Mongolia', 'MNG', 496, 976);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (143, 'MS', 'MONTSERRAT', 'Montserrat', 'MSR', 500, 1664);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (144, 'MA', 'MOROCCO', 'Morocco', 'MAR', 504, 212);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (145, 'MZ', 'MOZAMBIQUE', 'Mozambique', 'MOZ', 508, 258);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (146, 'MM', 'MYANMAR', 'Myanmar', 'MMR', 104, 95);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (147, 'NA', 'NAMIBIA', 'Namibia', 'NAM', 516, 264);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (148, 'NR', 'NAURU', 'Nauru', 'NRU', 520, 674);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (149, 'NP', 'NEPAL', 'Nepal', 'NPL', 524, 977);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (150, 'NL', 'NETHERLANDS', 'Netherlands', 'NLD', 528, 31);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (151, 'AN', 'NETHERLANDS ANTILLES', 'Netherlands Antilles', 'ANT', 530, 599);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (152, 'NC', 'NEW CALEDONIA', 'New Caledonia', 'NCL', 540, 687);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (153, 'NZ', 'NEW ZEALAND', 'New Zealand', 'NZL', 554, 64);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (154, 'NI', 'NICARAGUA', 'Nicaragua', 'NIC', 558, 505);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (155, 'NE', 'NIGER', 'Niger', 'NER', 562, 227);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (156, 'NG', 'NIGERIA', 'Nigeria', 'NGA', 566, 234);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (157, 'NU', 'NIUE', 'Niue', 'NIU', 570, 683);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (158, 'NF', 'NORFOLK ISLAND', 'Norfolk Island', 'NFK', 574, 672);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (159, 'MP', 'NORTHERN MARIANA ISLANDS', 'Northern Mariana Islands', 'MNP', 580, 1670);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (160, 'NO', 'NORWAY', 'Norway', 'NOR', 578, 47);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (161, 'OM', 'OMAN', 'Oman', 'OMN', 512, 968);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (162, 'PK', 'PAKISTAN', 'Pakistan', 'PAK', 586, 92);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (163, 'PW', 'PALAU', 'Palau', 'PLW', 585, 680);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (164, 'PS', 'PALESTINIAN TERRITORY, OCCUPIED', 'Palestinian Territory, Occupied', NULL, NULL, 970);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (165, 'PA', 'PANAMA', 'Panama', 'PAN', 591, 507);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (166, 'PG', 'PAPUA NEW GUINEA', 'Papua New Guinea', 'PNG', 598, 675);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (167, 'PY', 'PARAGUAY', 'Paraguay', 'PRY', 600, 595);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (168, 'PE', 'PERU', 'Peru', 'PER', 604, 51);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (169, 'PH', 'PHILIPPINES', 'Philippines', 'PHL', 608, 63);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (170, 'PN', 'PITCAIRN', 'Pitcairn', 'PCN', 612, 0);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (171, 'PL', 'POLAND', 'Poland', 'POL', 616, 48);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (172, 'PT', 'PORTUGAL', 'Portugal', 'PRT', 620, 351);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (173, 'PR', 'PUERTO RICO', 'Puerto Rico', 'PRI', 630, 1787);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (174, 'QA', 'QATAR', 'Qatar', 'QAT', 634, 974);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (175, 'RE', 'REUNION', 'Reunion', 'REU', 638, 262);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (176, 'RO', 'ROMANIA', 'Romania', 'ROM', 642, 40);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (177, 'RU', 'RUSSIAN FEDERATION', 'Russian Federation', 'RUS', 643, 70);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (178, 'RW', 'RWANDA', 'Rwanda', 'RWA', 646, 250);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (179, 'SH', 'SAINT HELENA', 'Saint Helena', 'SHN', 654, 290);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (180, 'KN', 'SAINT KITTS AND NEVIS', 'Saint Kitts and Nevis', 'KNA', 659, 1869);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (181, 'LC', 'SAINT LUCIA', 'Saint Lucia', 'LCA', 662, 1758);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (182, 'PM', 'SAINT PIERRE AND MIQUELON', 'Saint Pierre and Miquelon', 'SPM', 666, 508);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (183, 'VC', 'SAINT VINCENT AND THE GRENADINES', 'Saint Vincent and the Grenadines', 'VCT', 670, 1784);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (184, 'WS', 'SAMOA', 'Samoa', 'WSM', 882, 684);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (185, 'SM', 'SAN MARINO', 'San Marino', 'SMR', 674, 378);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (186, 'ST', 'SAO TOME AND PRINCIPE', 'Sao Tome and Principe', 'STP', 678, 239);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (187, 'SA', 'SAUDI ARABIA', 'Saudi Arabia', 'SAU', 682, 966);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (188, 'SN', 'SENEGAL', 'Senegal', 'SEN', 686, 221);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (189, 'CS', 'SERBIA AND MONTENEGRO', 'Serbia and Montenegro', 'MNE', 499, 381);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (190, 'SC', 'SEYCHELLES', 'Seychelles', 'SYC', 690, 248);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (191, 'SL', 'SIERRA LEONE', 'Sierra Leone', 'SLE', 694, 232);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (192, 'SG', 'SINGAPORE', 'Singapore', 'SGP', 702, 65);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (193, 'SK', 'SLOVAKIA', 'Slovakia', 'SVK', 703, 421);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (194, 'SI', 'SLOVENIA', 'Slovenia', 'SVN', 705, 386);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (195, 'SB', 'SOLOMON ISLANDS', 'Solomon Islands', 'SLB', 90, 677);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (196, 'SO', 'SOMALIA', 'Somalia', 'SOM', 706, 252);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (197, 'ZA', 'SOUTH AFRICA', 'South Africa', 'ZAF', 710, 27);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (198, 'GS', 'SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS', 'South Georgia and the South Sandwich Islands', 'SGS', 239, 0);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (199, 'ES', 'SPAIN', 'Spain', 'ESP', 724, 34);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (200, 'LK', 'SRI LANKA', 'Sri Lanka', 'LKA', 144, 94);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (201, 'SD', 'SUDAN', 'Sudan', 'SDN', 736, 249);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (202, 'SR', 'SURINAME', 'Suriname', 'SUR', 740, 597);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (203, 'SJ', 'SVALBARD AND JAN MAYEN', 'Svalbard and Jan Mayen', 'SJM', 744, 47);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (204, 'SZ', 'SWAZILAND', 'Swaziland', 'SWZ', 748, 268);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (205, 'SE', 'SWEDEN', 'Sweden', 'SWE', 752, 46);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (206, 'CH', 'SWITZERLAND', 'Switzerland', 'CHE', 756, 41);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (207, 'SY', 'SYRIAN ARAB REPUBLIC', 'Syrian Arab Republic', 'SYR', 760, 963);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (208, 'TW', 'TAIWAN, PROVINCE OF CHINA', 'Taiwan, Province of China', 'TWN', 158, 886);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (209, 'TJ', 'TAJIKISTAN', 'Tajikistan', 'TJK', 762, 992);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (210, 'TZ', 'TANZANIA, UNITED REPUBLIC OF', 'Tanzania, United Republic of', 'TZA', 834, 255);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (211, 'TH', 'THAILAND', 'Thailand', 'THA', 764, 66);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (212, 'TL', 'TIMOR-LESTE', 'Timor-Leste', 'TLS', 626, 670);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (213, 'TG', 'TOGO', 'Togo', 'TGO', 768, 228);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (214, 'TK', 'TOKELAU', 'Tokelau', 'TKL', 772, 690);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (215, 'TO', 'TONGA', 'Tonga', 'TON', 776, 676);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (216, 'TT', 'TRINIDAD AND TOBAGO', 'Trinidad and Tobago', 'TTO', 780, 1868);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (217, 'TN', 'TUNISIA', 'Tunisia', 'TUN', 788, 216);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (218, 'TR', 'TURKEY', 'Turkey', 'TUR', 792, 90);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (219, 'TM', 'TURKMENISTAN', 'Turkmenistan', 'TKM', 795, 7370);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (220, 'TC', 'TURKS AND CAICOS ISLANDS', 'Turks and Caicos Islands', 'TCA', 796, 1649);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (221, 'TV', 'TUVALU', 'Tuvalu', 'TUV', 798, 688);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (222, 'UG', 'UGANDA', 'Uganda', 'UGA', 800, 256);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (223, 'UA', 'UKRAINE', 'Ukraine', 'UKR', 804, 380);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (224, 'AE', 'UNITED ARAB EMIRATES', 'United Arab Emirates', 'ARE', 784, 971);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (225, 'GB', 'UNITED KINGDOM', 'United Kingdom', 'GBR', 826, 44);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (226, 'US', 'UNITED STATES', 'United States', 'USA', 840, 1);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (227, 'UM', 'UNITED STATES MINOR OUTLYING ISLANDS', 'United States Minor Outlying Islands', 'UMI', 581, 1);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (228, 'UY', 'URUGUAY', 'Uruguay', 'URY', 858, 598);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (229, 'UZ', 'UZBEKISTAN', 'Uzbekistan', 'UZB', 860, 998);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (230, 'VU', 'VANUATU', 'Vanuatu', 'VUT', 548, 678);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (231, 'VE', 'VENEZUELA', 'Venezuela', 'VEN', 862, 58);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (232, 'VN', 'VIET NAM', 'Viet Nam', 'VNM', 704, 84);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (233, 'VG', 'VIRGIN ISLANDS, BRITISH', 'Virgin Islands, British', 'VGB', 92, 1284);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (234, 'VI', 'VIRGIN ISLANDS, U.S.', 'Virgin Islands, U.s.', 'VIR', 850, 1340);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (235, 'WF', 'WALLIS AND FUTUNA', 'Wallis and Futuna', 'WLF', 876, 681);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (236, 'EH', 'WESTERN SAHARA', 'Western Sahara', 'ESH', 732, 212);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (237, 'YE', 'YEMEN', 'Yemen', 'YEM', 887, 967);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (238, 'ZM', 'ZAMBIA', 'Zambia', 'ZMB', 894, 260);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (239, 'ZW', 'ZIMBABWE', 'Zimbabwe', 'ZWE', 716, 263);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (240, 'RS', 'SERBIA', 'Serbia', 'SRB', 688, 381);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (241, 'AP', 'ASIA PACIFIC REGION', 'Asia / Pacific Region', '0', 0, 0);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (242, 'ME', 'MONTENEGRO', 'Montenegro', 'MNE', 499, 382);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (243, 'AX', 'ALAND ISLANDS', 'Aland Islands', 'ALA', 248, 358);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (244, 'BQ', 'BONAIRE, SINT EUSTATIUS AND SABA', 'Bonaire, Sint Eustatius and Saba', 'BES', 535, 599);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (245, 'CW', 'CURACAO', 'Curacao', 'CUW', 531, 599);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (246, 'GG', 'GUERNSEY', 'Guernsey', 'GGY', 831, 44);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (247, 'IM', 'ISLE OF MAN', 'Isle of Man', 'IMN', 833, 44);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (248, 'JE', 'JERSEY', 'Jersey', 'JEY', 832, 44);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (249, 'XK', 'KOSOVO', 'Kosovo', '---', 0, 381);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (250, 'BL', 'SAINT BARTHELEMY', 'Saint Barthelemy', 'BLM', 652, 590);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (251, 'MF', 'SAINT MARTIN', 'Saint Martin', 'MAF', 663, 590);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (252, 'SX', 'SINT MAARTEN', 'Sint Maarten', 'SXM', 534, 1);
INSERT INTO `country` (`id`, `iso`, `name`, `nicename`, `iso3`, `numcode`, `phonecode`) VALUES (253, 'SS', 'SOUTH SUDAN', 'South Sudan', 'SSD', 728, 211);

View File

@@ -0,0 +1,21 @@
#
# TABLE STRUCTURE FOR: coupon
#
DROP TABLE IF EXISTS `coupon`;
CREATE TABLE `coupon` (
`coupon_id` int(11) NOT NULL AUTO_INCREMENT,
`code` varchar(20) NOT NULL,
`is_active` int(11) NOT NULL,
`percent` int(11) NOT NULL,
`one_time` int(11) NOT NULL,
`max_active` int(11) NOT NULL,
`max_limit` int(11) NOT NULL,
`created` int(11) NOT NULL,
`expired` varchar(50) NOT NULL,
`remark` text NOT NULL,
`create_by` int(11) NOT NULL,
PRIMARY KEY (`coupon_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

View File

@@ -0,0 +1,15 @@
#
# TABLE STRUCTURE FOR: cover_operator
#
DROP TABLE IF EXISTS `cover_operator`;
CREATE TABLE `cover_operator` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`role_id` int(11) NOT NULL,
`coverage_id` int(11) NOT NULL,
`operator` int(11) NOT NULL,
`create_by` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

View File

@@ -0,0 +1,15 @@
#
# TABLE STRUCTURE FOR: cover_package
#
DROP TABLE IF EXISTS `cover_package`;
CREATE TABLE `cover_package` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`coverage_id` int(11) NOT NULL,
`package_id` int(11) NOT NULL,
`created` int(11) NOT NULL,
`create_by` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

View File

@@ -0,0 +1,62 @@
#
# TABLE STRUCTURE FOR: coverage
#
DROP TABLE IF EXISTS `coverage`;
CREATE TABLE `coverage` (
`coverage_id` int(11) NOT NULL AUTO_INCREMENT,
`c_name` varchar(128) NOT NULL,
`address` text NOT NULL,
`id_prov` varchar(50) NOT NULL,
`id_kab` varchar(50) NOT NULL,
`id_kec` varchar(50) NOT NULL,
`id_kel` varchar(50) NOT NULL,
`comment` text NOT NULL,
`latitude` text NOT NULL,
`longitude` text NOT NULL,
`radius` int(11) NOT NULL,
`public` int(11) NOT NULL,
`code_area` int(11) NOT NULL,
`create_by` int(11) NOT NULL,
`coverage_mitra` int(11) NOT NULL,
PRIMARY KEY (`coverage_id`)
) ENGINE=InnoDB AUTO_INCREMENT=36 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
INSERT INTO `coverage` (`coverage_id`, `c_name`, `address`, `id_prov`, `id_kab`, `id_kec`, `id_kel`, `comment`, `latitude`, `longitude`, `radius`, `public`, `code_area`, `create_by`, `coverage_mitra`) VALUES (1, 'UTAMA', '', '', '', '', '', '', '', '', 0, 1, 0, 1, 0);
INSERT INTO `coverage` (`coverage_id`, `c_name`, `address`, `id_prov`, `id_kab`, `id_kec`, `id_kel`, `comment`, `latitude`, `longitude`, `radius`, `public`, `code_area`, `create_by`, `coverage_mitra`) VALUES (2, 'GELUMPANG', 'gelumpang', '', '', '', '', '', '', '', 0, 1, 820, 1, 0);
INSERT INTO `coverage` (`coverage_id`, `c_name`, `address`, `id_prov`, `id_kab`, `id_kec`, `id_kel`, `comment`, `latitude`, `longitude`, `radius`, `public`, `code_area`, `create_by`, `coverage_mitra`) VALUES (3, 'BANDA', 'banda', '', '', '', '', '', '', '', 0, 1, 818, 1, 0);
INSERT INTO `coverage` (`coverage_id`, `c_name`, `address`, `id_prov`, `id_kab`, `id_kec`, `id_kel`, `comment`, `latitude`, `longitude`, `radius`, `public`, `code_area`, `create_by`, `coverage_mitra`) VALUES (4, 'PENINJOAN', 'peninjoan', '', '', '', '', '', '', '', 0, 1, 816, 1, 0);
INSERT INTO `coverage` (`coverage_id`, `c_name`, `address`, `id_prov`, `id_kab`, `id_kec`, `id_kel`, `comment`, `latitude`, `longitude`, `radius`, `public`, `code_area`, `create_by`, `coverage_mitra`) VALUES (5, 'Dlodpangkung', 'dlodpangkung', '', '', '', '', '', '', '', 0, 1, 85, 1, 0);
INSERT INTO `coverage` (`coverage_id`, `c_name`, `address`, `id_prov`, `id_kab`, `id_kec`, `id_kel`, `comment`, `latitude`, `longitude`, `radius`, `public`, `code_area`, `create_by`, `coverage_mitra`) VALUES (6, 'Bon Biu', 'bon biu', '', '', '', '', '', '', '', 0, 1, 817, 1, 0);
INSERT INTO `coverage` (`coverage_id`, `c_name`, `address`, `id_prov`, `id_kab`, `id_kec`, `id_kel`, `comment`, `latitude`, `longitude`, `radius`, `public`, `code_area`, `create_by`, `coverage_mitra`) VALUES (7, 'Telabah', 'area banjar telabah', '', '', '', '', '', '', '', 0, 1, 82, 1, 0);
INSERT INTO `coverage` (`coverage_id`, `c_name`, `address`, `id_prov`, `id_kab`, `id_kec`, `id_kel`, `comment`, `latitude`, `longitude`, `radius`, `public`, `code_area`, `create_by`, `coverage_mitra`) VALUES (8, 'Pinda', 'area banjar pinda', '', '', '', '', '', '', '', 0, 1, 83, 1, 0);
INSERT INTO `coverage` (`coverage_id`, `c_name`, `address`, `id_prov`, `id_kab`, `id_kec`, `id_kel`, `comment`, `latitude`, `longitude`, `radius`, `public`, `code_area`, `create_by`, `coverage_mitra`) VALUES (9, 'Jungut', 'jungut', '', '', '', '', '', '', '', 0, 1, 84, 1, 0);
INSERT INTO `coverage` (`coverage_id`, `c_name`, `address`, `id_prov`, `id_kab`, `id_kec`, `id_kel`, `comment`, `latitude`, `longitude`, `radius`, `public`, `code_area`, `create_by`, `coverage_mitra`) VALUES (10, 'Pekuwudan', 'Pekuwudan', '', '', '', '', '', '', '', 0, 1, 86, 1, 0);
INSERT INTO `coverage` (`coverage_id`, `c_name`, `address`, `id_prov`, `id_kab`, `id_kec`, `id_kel`, `comment`, `latitude`, `longitude`, `radius`, `public`, `code_area`, `create_by`, `coverage_mitra`) VALUES (11, 'Palak', 'Palak', '', '', '', '', '', '', '', 0, 1, 811, 1, 0);
INSERT INTO `coverage` (`coverage_id`, `c_name`, `address`, `id_prov`, `id_kab`, `id_kec`, `id_kel`, `comment`, `latitude`, `longitude`, `radius`, `public`, `code_area`, `create_by`, `coverage_mitra`) VALUES (12, 'Tebuana', 'Tebuana', '', '', '', '', '', '', '', 0, 1, 812, 1, 0);
INSERT INTO `coverage` (`coverage_id`, `c_name`, `address`, `id_prov`, `id_kab`, `id_kec`, `id_kel`, `comment`, `latitude`, `longitude`, `radius`, `public`, `code_area`, `create_by`, `coverage_mitra`) VALUES (13, 'Gelulung', 'Gelulung', '', '', '', '', '', '', '', 0, 1, 813, 1, 0);
INSERT INTO `coverage` (`coverage_id`, `c_name`, `address`, `id_prov`, `id_kab`, `id_kec`, `id_kel`, `comment`, `latitude`, `longitude`, `radius`, `public`, `code_area`, `create_by`, `coverage_mitra`) VALUES (14, 'Tameng', 'Tameng', '', '', '', '', '', '', '', 0, 1, 814, 1, 0);
INSERT INTO `coverage` (`coverage_id`, `c_name`, `address`, `id_prov`, `id_kab`, `id_kec`, `id_kel`, `comment`, `latitude`, `longitude`, `radius`, `public`, `code_area`, `create_by`, `coverage_mitra`) VALUES (15, 'Babakan', 'Babakan', '', '', '', '', '', '', '', 0, 1, 815, 1, 0);
INSERT INTO `coverage` (`coverage_id`, `c_name`, `address`, `id_prov`, `id_kab`, `id_kec`, `id_kel`, `comment`, `latitude`, `longitude`, `radius`, `public`, `code_area`, `create_by`, `coverage_mitra`) VALUES (16, 'Kebalian', 'Kebalian', '', '', '', '', '', '', '', 0, 1, 819, 1, 0);
INSERT INTO `coverage` (`coverage_id`, `c_name`, `address`, `id_prov`, `id_kab`, `id_kec`, `id_kel`, `comment`, `latitude`, `longitude`, `radius`, `public`, `code_area`, `create_by`, `coverage_mitra`) VALUES (17, 'Bedil', 'Bedil', '', '', '', '', '', '', '', 0, 1, 821, 1, 0);
INSERT INTO `coverage` (`coverage_id`, `c_name`, `address`, `id_prov`, `id_kab`, `id_kec`, `id_kel`, `comment`, `latitude`, `longitude`, `radius`, `public`, `code_area`, `create_by`, `coverage_mitra`) VALUES (18, 'Cemenggon', 'Cemenggon', '', '', '', '', '', '', '', 0, 1, 822, 1, 0);
INSERT INTO `coverage` (`coverage_id`, `c_name`, `address`, `id_prov`, `id_kab`, `id_kec`, `id_kel`, `comment`, `latitude`, `longitude`, `radius`, `public`, `code_area`, `create_by`, `coverage_mitra`) VALUES (19, 'Celuk', 'Celuk', '', '', '', '', '', '', '', 0, 1, 823, 1, 0);
INSERT INTO `coverage` (`coverage_id`, `c_name`, `address`, `id_prov`, `id_kab`, `id_kec`, `id_kel`, `comment`, `latitude`, `longitude`, `radius`, `public`, `code_area`, `create_by`, `coverage_mitra`) VALUES (20, 'Dlodtangluk', 'Dlodtangluk', '', '', '', '', '', '', '', 0, 1, 824, 1, 0);
INSERT INTO `coverage` (`coverage_id`, `c_name`, `address`, `id_prov`, `id_kab`, `id_kec`, `id_kel`, `comment`, `latitude`, `longitude`, `radius`, `public`, `code_area`, `create_by`, `coverage_mitra`) VALUES (21, 'Batuan', 'Batuan', '', '', '', '', '', '', '', 0, 1, 825, 1, 0);
INSERT INTO `coverage` (`coverage_id`, `c_name`, `address`, `id_prov`, `id_kab`, `id_kec`, `id_kel`, `comment`, `latitude`, `longitude`, `radius`, `public`, `code_area`, `create_by`, `coverage_mitra`) VALUES (22, 'Grokgak', 'Grokgak area', '', '', '', '', '', '', '', 0, 1, 826, 1, 0);
INSERT INTO `coverage` (`coverage_id`, `c_name`, `address`, `id_prov`, `id_kab`, `id_kec`, `id_kel`, `comment`, `latitude`, `longitude`, `radius`, `public`, `code_area`, `create_by`, `coverage_mitra`) VALUES (23, 'Puaya', 'Puaya', '', '', '', '', '', '', '', 0, 1, 827, 1, 0);
INSERT INTO `coverage` (`coverage_id`, `c_name`, `address`, `id_prov`, `id_kab`, `id_kec`, `id_kel`, `comment`, `latitude`, `longitude`, `radius`, `public`, `code_area`, `create_by`, `coverage_mitra`) VALUES (24, 'Batu Bulan', 'Batu bulan', '', '', '', '', '', '', '', 0, 1, 828, 1, 0);
INSERT INTO `coverage` (`coverage_id`, `c_name`, `address`, `id_prov`, `id_kab`, `id_kec`, `id_kel`, `comment`, `latitude`, `longitude`, `radius`, `public`, `code_area`, `create_by`, `coverage_mitra`) VALUES (25, 'Jleka', 'Jleka', '', '', '', '', '', '', '', 0, 1, 829, 1, 0);
INSERT INTO `coverage` (`coverage_id`, `c_name`, `address`, `id_prov`, `id_kab`, `id_kec`, `id_kel`, `comment`, `latitude`, `longitude`, `radius`, `public`, `code_area`, `create_by`, `coverage_mitra`) VALUES (26, 'Lantangidung', 'Lantangidung', '', '', '', '', '', '', '', 0, 1, 831, 1, 0);
INSERT INTO `coverage` (`coverage_id`, `c_name`, `address`, `id_prov`, `id_kab`, `id_kec`, `id_kel`, `comment`, `latitude`, `longitude`, `radius`, `public`, `code_area`, `create_by`, `coverage_mitra`) VALUES (27, 'Pekandelan', 'Pekandelan', '', '', '', '', '', '', '', 0, 1, 832, 1, 0);
INSERT INTO `coverage` (`coverage_id`, `c_name`, `address`, `id_prov`, `id_kab`, `id_kec`, `id_kel`, `comment`, `latitude`, `longitude`, `radius`, `public`, `code_area`, `create_by`, `coverage_mitra`) VALUES (28, 'Sakah', 'Sakah', '', '', '', '', '', '', '', 0, 1, 833, 1, 0);
INSERT INTO `coverage` (`coverage_id`, `c_name`, `address`, `id_prov`, `id_kab`, `id_kec`, `id_kel`, `comment`, `latitude`, `longitude`, `radius`, `public`, `code_area`, `create_by`, `coverage_mitra`) VALUES (29, 'Lodsema', 'Lodsema', '', '', '', '', '', '', '', 0, 1, 834, 1, 0);
INSERT INTO `coverage` (`coverage_id`, `c_name`, `address`, `id_prov`, `id_kab`, `id_kec`, `id_kel`, `comment`, `latitude`, `longitude`, `radius`, `public`, `code_area`, `create_by`, `coverage_mitra`) VALUES (30, 'Mawang', 'Mawang', '', '', '', '', '', '', '', 0, 1, 835, 1, 0);
INSERT INTO `coverage` (`coverage_id`, `c_name`, `address`, `id_prov`, `id_kab`, `id_kec`, `id_kel`, `comment`, `latitude`, `longitude`, `radius`, `public`, `code_area`, `create_by`, `coverage_mitra`) VALUES (31, 'Batu Ngonjol', 'Batu Ngonjol', '', '', '', '', '', '', '', 0, 1, 841, 1, 0);
INSERT INTO `coverage` (`coverage_id`, `c_name`, `address`, `id_prov`, `id_kab`, `id_kec`, `id_kel`, `comment`, `latitude`, `longitude`, `radius`, `public`, `code_area`, `create_by`, `coverage_mitra`) VALUES (32, 'BATUYANG', 'batuyang', '', '', '', '', '', '', '', 0, 1, 842, 1, 0);
INSERT INTO `coverage` (`coverage_id`, `c_name`, `address`, `id_prov`, `id_kab`, `id_kec`, `id_kel`, `comment`, `latitude`, `longitude`, `radius`, `public`, `code_area`, `create_by`, `coverage_mitra`) VALUES (33, 'RANGKAN', 'rangkan', '', '', '', '', '', '', '', 0, 1, 51, 1, 0);
INSERT INTO `coverage` (`coverage_id`, `c_name`, `address`, `id_prov`, `id_kab`, `id_kec`, `id_kel`, `comment`, `latitude`, `longitude`, `radius`, `public`, `code_area`, `create_by`, `coverage_mitra`) VALUES (34, 'BATUAJI', 'batuaji', '', '', '', '', '', '', '', 0, 1, 843, 1, 0);
INSERT INTO `coverage` (`coverage_id`, `c_name`, `address`, `id_prov`, `id_kab`, `id_kec`, `id_kel`, `comment`, `latitude`, `longitude`, `radius`, `public`, `code_area`, `create_by`, `coverage_mitra`) VALUES (35, 'GUWANG', '', '', '', '', '', '', '', '', 0, 1, 844, 1, 0);

View File

@@ -0,0 +1,18 @@
#
# TABLE STRUCTURE FOR: coverage_doc
#
DROP TABLE IF EXISTS `coverage_doc`;
CREATE TABLE `coverage_doc` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`coverage_id` int(11) NOT NULL,
`remark` text NOT NULL,
`document` text NOT NULL,
`created` int(11) NOT NULL,
`createby` int(11) NOT NULL,
`updated` int(11) NOT NULL,
`updateby` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

View File

@@ -0,0 +1,186 @@
#
# TABLE STRUCTURE FOR: currencies
#
DROP TABLE IF EXISTS `currencies`;
CREATE TABLE `currencies` (
`code` varchar(15) NOT NULL,
`name` varchar(100) NOT NULL,
`number` char(5) NOT NULL,
`subunits_in_unit` int(11) NOT NULL,
`countries` longtext NOT NULL COMMENT '(DC2Type:json_array)',
PRIMARY KEY (`code`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('AED', 'UAE Dirham', '784', 100, '[\"UNITED ARAB EMIRATES\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('AFN', 'Afghani', '971', 100, '[\"AFGHANISTAN\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('ALL', 'Lek', '008', 100, '[\"ALBANIA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('AMD', 'Armenian Dram', '051', 100, '[\"ARMENIA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('ANG', 'Netherlands Antillean Guilder', '532', 100, '[\"CURA\\u00c7AO\",\"SINT MAARTEN (DUTCH PART)\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('AOA', 'Kwanza', '973', 100, '[\"ANGOLA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('ARS', 'Argentine Peso', '032', 100, '[\"ARGENTINA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('AUD', 'Australian Dollar', '036', 100, '[\"AUSTRALIA\",\"CHRISTMAS ISLAND\",\"COCOS (KEELING) ISLANDS\",\"HEARD ISLAND AND McDONALD ISLANDS\",\"KIRIBATI\",\"NAURU\",\"NORFOLK ISLAND\",\"TUVALU\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('AWG', 'Aruban Florin', '533', 100, '[\"ARUBA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('AZN', 'Azerbaijanian Manat', '944', 100, '[\"AZERBAIJAN\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('BAM', 'Convertible Mark', '977', 100, '[\"BOSNIA AND HERZEGOVINA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('BBD', 'Barbados Dollar', '052', 100, '[\"BARBADOS\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('BDT', 'Taka', '050', 100, '[\"BANGLADESH\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('BGN', 'Bulgarian Lev', '975', 100, '[\"BULGARIA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('BHD', 'Bahraini Dinar', '048', 1000, '[\"BAHRAIN\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('BIF', 'Burundi Franc', '108', 1, '[\"BURUNDI\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('BMD', 'Bermudian Dollar', '060', 100, '[\"BERMUDA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('BND', 'Brunei Dollar', '096', 100, '[\"BRUNEI DARUSSALAM\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('BOB', 'Boliviano', '068', 100, '[\"BOLIVIA, PLURINATIONAL STATE OF\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('BOV', 'Mvdol', '984', 100, '[\"BOLIVIA, PLURINATIONAL STATE OF\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('BRL', 'Brazilian Real', '986', 100, '[\"BRAZIL\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('BSD', 'Bahamian Dollar', '044', 100, '[\"BAHAMAS\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('BTN', 'Ngultrum', '064', 100, '[\"BHUTAN\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('BWP', 'Pula', '072', 100, '[\"BOTSWANA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('BYR', 'Belarussian Ruble', '974', 1, '[\"BELARUS\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('BZD', 'Belize Dollar', '084', 100, '[\"BELIZE\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('CAD', 'Canadian Dollar', '124', 100, '[\"CANADA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('CDF', 'Congolese Franc', '976', 100, '[\"CONGO, DEMOCRATIC REPUBLIC OF THE \"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('CHE', 'WIR Euro', '947', 100, '[\"SWITZERLAND\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('CHF', 'Swiss Franc', '756', 100, '[\"LIECHTENSTEIN\",\"SWITZERLAND\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('CHW', 'WIR Franc', '948', 100, '[\"SWITZERLAND\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('CLF', 'Unidad de Fomento', '990', 10000, '[\"CHILE\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('CLP', 'Chilean Peso', '152', 1, '[\"CHILE\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('CNY', 'Yuan Renminbi', '156', 100, '[\"CHINA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('COP', 'Colombian Peso', '170', 100, '[\"COLOMBIA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('COU', 'Unidad de Valor Real', '970', 100, '[\"COLOMBIA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('CRC', 'Costa Rican Colon', '188', 100, '[\"COSTA RICA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('CUC', 'Peso Convertible', '931', 100, '[\"CUBA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('CUP', 'Cuban Peso', '192', 100, '[\"CUBA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('CVE', 'Cape Verde Escudo', '132', 100, '[\"CAPE VERDE\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('CZK', 'Czech Koruna', '203', 100, '[\"CZECH REPUBLIC\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('DJF', 'Djibouti Franc', '262', 1, '[\"DJIBOUTI\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('DKK', 'Danish Krone', '208', 100, '[\"DENMARK\",\"FAROE ISLANDS\",\"GREENLAND\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('DOP', 'Dominican Peso', '214', 100, '[\"DOMINICAN REPUBLIC\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('DZD', 'Algerian Dinar', '012', 100, '[\"ALGERIA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('EGP', 'Egyptian Pound', '818', 100, '[\"EGYPT\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('ERN', 'Nakfa', '232', 100, '[\"ERITREA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('ETB', 'Ethiopian Birr', '230', 100, '[\"ETHIOPIA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('EUR', 'Euro', '978', 100, '[\"\\u00c5LAND ISLANDS\",\"ANDORRA\",\"AUSTRIA\",\"BELGIUM\",\"CYPRUS\",\"ESTONIA\",\"EUROPEAN UNION\",\"FINLAND\",\"FRANCE\",\"FRENCH GUIANA\",\"FRENCH SOUTHERN TERRITORIES\",\"GERMANY\",\"GREECE\",\"GUADELOUPE\",\"HOLY SEE (VATICAN CITY STATE)\",\"IRELAND\",\"ITALY\",\"LATVIA\",\"LUXEMBOURG\",\"MALTA\",\"MARTINIQUE\",\"MAYOTTE\",\"MONACO\",\"MONTENEGRO\",\"NETHERLANDS\",\"PORTUGAL\",\"R\\u00c9UNION\",\"SAINT BARTH\\u00c9LEMY\",\"SAINT MARTIN (FRENCH PART)\",\"SAINT PIERRE AND MIQUELON\",\"SAN MARINO\",\"SLOVAKIA\",\"SLOVENIA\",\"SPAIN\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('FJD', 'Fiji Dollar', '242', 100, '[\"FIJI\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('FKP', 'Falkland Islands Pound', '238', 100, '[\"FALKLAND ISLANDS (MALVINAS)\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('GBP', 'Pound Sterling', '826', 100, '[\"GUERNSEY\",\"ISLE OF MAN\",\"JERSEY\",\"UNITED KINGDOM\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('GEL', 'Lari', '981', 100, '[\"GEORGIA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('GHS', 'Ghana Cedi', '936', 100, '[\"GHANA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('GIP', 'Gibraltar Pound', '292', 100, '[\"GIBRALTAR\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('GMD', 'Dalasi', '270', 100, '[\"GAMBIA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('GNF', 'Guinea Franc', '324', 1, '[\"GUINEA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('GTQ', 'Quetzal', '320', 100, '[\"GUATEMALA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('GYD', 'Guyana Dollar', '328', 100, '[\"GUYANA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('HKD', 'Hong Kong Dollar', '344', 100, '[\"HONG KONG\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('HNL', 'Lempira', '340', 100, '[\"HONDURAS\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('HRK', 'Croatian Kuna', '191', 100, '[\"CROATIA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('HTG', 'Gourde', '332', 100, '[\"HAITI\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('HUF', 'Forint', '348', 100, '[\"HUNGARY\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('IDR', 'Rupiah', '360', 100, '[\"INDONESIA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('ILS', 'New Israeli Sheqel', '376', 100, '[\"ISRAEL\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('INR', 'Indian Rupee', '356', 100, '[\"BHUTAN\",\"INDIA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('IQD', 'Iraqi Dinar', '368', 1000, '[\"IRAQ\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('IRR', 'Iranian Rial', '364', 100, '[\"IRAN, ISLAMIC REPUBLIC OF\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('ISK', 'Iceland Krona', '352', 1, '[\"ICELAND\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('JMD', 'Jamaican Dollar', '388', 100, '[\"JAMAICA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('JOD', 'Jordanian Dinar', '400', 1000, '[\"JORDAN\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('JPY', 'Yen', '392', 1, '[\"JAPAN\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('KES', 'Kenyan Shilling', '404', 100, '[\"KENYA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('KGS', 'Som', '417', 100, '[\"KYRGYZSTAN\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('KHR', 'Riel', '116', 100, '[\"CAMBODIA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('KMF', 'Comoro Franc', '174', 1, '[\"COMOROS\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('KPW', 'North Korean Won', '408', 100, '[\"KOREA, DEMOCRATIC PEOPLE\\u2019S REPUBLIC OF\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('KRW', 'Won', '410', 1, '[\"KOREA, REPUBLIC OF\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('KWD', 'Kuwaiti Dinar', '414', 1000, '[\"KUWAIT\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('KYD', 'Cayman Islands Dollar', '136', 100, '[\"CAYMAN ISLANDS\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('KZT', 'Tenge', '398', 100, '[\"KAZAKHSTAN\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('LAK', 'Kip', '418', 100, '[\"LAO PEOPLE\\u2019S DEMOCRATIC REPUBLIC\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('LBP', 'Lebanese Pound', '422', 100, '[\"LEBANON\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('LKR', 'Sri Lanka Rupee', '144', 100, '[\"SRI LANKA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('LRD', 'Liberian Dollar', '430', 100, '[\"LIBERIA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('LSL', 'Loti', '426', 100, '[\"LESOTHO\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('LTL', 'Lithuanian Litas', '440', 100, '[\"LITHUANIA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('LYD', 'Libyan Dinar', '434', 1000, '[\"LIBYA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('MAD', 'Moroccan Dirham', '504', 100, '[\"MOROCCO\",\"WESTERN SAHARA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('MDL', 'Moldovan Leu', '498', 100, '[\"MOLDOVA, REPUBLIC OF\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('MGA', 'Malagasy Ariary', '969', 100, '[\"MADAGASCAR\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('MKD', 'Denar', '807', 100, '[\"MACEDONIA, THE FORMER \\nYUGOSLAV REPUBLIC OF\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('MMK', 'Kyat', '104', 100, '[\"MYANMAR\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('MNT', 'Tugrik', '496', 100, '[\"MONGOLIA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('MOP', 'Pataca', '446', 100, '[\"MACAO\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('MRO', 'Ouguiya', '478', 100, '[\"MAURITANIA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('MUR', 'Mauritius Rupee', '480', 100, '[\"MAURITIUS\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('MVR', 'Rufiyaa', '462', 100, '[\"MALDIVES\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('MWK', 'Kwacha', '454', 100, '[\"MALAWI\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('MXN', 'Mexican Peso', '484', 100, '[\"MEXICO\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('MXV', 'Mexican Unidad de Inversion (UDI)', '979', 100, '[\"MEXICO\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('MYR', 'Malaysian Ringgit', '458', 100, '[\"MALAYSIA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('MZN', 'Mozambique Metical', '943', 100, '[\"MOZAMBIQUE\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('NAD', 'Namibia Dollar', '516', 100, '[\"NAMIBIA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('NGN', 'Naira', '566', 100, '[\"NIGERIA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('NIO', 'Cordoba Oro', '558', 100, '[\"NICARAGUA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('NOK', 'Norwegian Krone', '578', 100, '[\"BOUVET ISLAND\",\"NORWAY\",\"SVALBARD AND JAN MAYEN\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('NPR', 'Nepalese Rupee', '524', 100, '[\"NEPAL\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('NZD', 'New Zealand Dollar', '554', 100, '[\"COOK ISLANDS\",\"NEW ZEALAND\",\"NIUE\",\"PITCAIRN\",\"TOKELAU\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('OMR', 'Rial Omani', '512', 1000, '[\"OMAN\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('PAB', 'Balboa', '590', 100, '[\"PANAMA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('PEN', 'Nuevo Sol', '604', 100, '[\"PERU\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('PGK', 'Kina', '598', 100, '[\"PAPUA NEW GUINEA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('PHP', 'Philippine Peso', '608', 100, '[\"PHILIPPINES\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('PKR', 'Pakistan Rupee', '586', 100, '[\"PAKISTAN\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('PLN', 'Zloty', '985', 100, '[\"POLAND\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('PYG', 'Guarani', '600', 1, '[\"PARAGUAY\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('QAR', 'Qatari Rial', '634', 100, '[\"QATAR\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('RON', 'New Romanian Leu', '946', 100, '[\"ROMANIA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('RSD', 'Serbian Dinar', '941', 100, '[\"SERBIA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('RUB', 'Russian Ruble', '643', 100, '[\"RUSSIAN FEDERATION\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('RWF', 'Rwanda Franc', '646', 1, '[\"RWANDA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('SAR', 'Saudi Riyal', '682', 100, '[\"SAUDI ARABIA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('SBD', 'Solomon Islands Dollar', '090', 100, '[\"SOLOMON ISLANDS\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('SCR', 'Seychelles Rupee', '690', 100, '[\"SEYCHELLES\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('SDG', 'Sudanese Pound', '938', 100, '[\"SUDAN\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('SEK', 'Swedish Krona', '752', 100, '[\"SWEDEN\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('SGD', 'Singapore Dollar', '702', 100, '[\"SINGAPORE\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('SHP', 'Saint Helena Pound', '654', 100, '[\"SAINT HELENA, ASCENSION AND \\nTRISTAN DA CUNHA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('SLL', 'Leone', '694', 100, '[\"SIERRA LEONE\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('SOS', 'Somali Shilling', '706', 100, '[\"SOMALIA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('SRD', 'Surinam Dollar', '968', 100, '[\"SURINAME\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('SSP', 'South Sudanese Pound', '728', 100, '[\"SOUTH SUDAN\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('STD', 'Dobra', '678', 100, '[\"SAO TOME AND PRINCIPE\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('SVC', 'El Salvador Colon', '222', 100, '[\"EL SALVADOR\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('SYP', 'Syrian Pound', '760', 100, '[\"SYRIAN ARAB REPUBLIC\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('SZL', 'Lilangeni', '748', 100, '[\"SWAZILAND\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('THB', 'Baht', '764', 100, '[\"THAILAND\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('TJS', 'Somoni', '972', 100, '[\"TAJIKISTAN\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('TMT', 'Turkmenistan New Manat', '934', 100, '[\"TURKMENISTAN\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('TND', 'Tunisian Dinar', '788', 1000, '[\"TUNISIA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('TOP', 'Paanga', '776', 100, '[\"TONGA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('TRY', 'Turkish Lira', '949', 100, '[\"TURKEY\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('TTD', 'Trinidad and Tobago Dollar', '780', 100, '[\"TRINIDAD AND TOBAGO\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('TWD', 'New Taiwan Dollar', '901', 100, '[\"TAIWAN, PROVINCE OF CHINA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('TZS', 'Tanzanian Shilling', '834', 100, '[\"TANZANIA, UNITED REPUBLIC OF\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('UAH', 'Hryvnia', '980', 100, '[\"UKRAINE\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('UGX', 'Uganda Shilling', '800', 1, '[\"UGANDA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('USD', 'US Dollar', '840', 100, '[\"AMERICAN SAMOA\",\"BONAIRE, SINT EUSTATIUS AND SABA\",\"BRITISH INDIAN OCEAN TERRITORY\",\"ECUADOR\",\"EL SALVADOR\",\"GUAM\",\"HAITI\",\"MARSHALL ISLANDS\",\"MICRONESIA, FEDERATED STATES OF\",\"NORTHERN MARIANA ISLANDS\",\"PALAU\",\"PANAMA\",\"PUERTO RICO\",\"TIMOR-LESTE\",\"TURKS AND CAICOS ISLANDS\",\"UNITED STATES\",\"UNITED STATES MINOR OUTLYING ISLANDS\",\"VIRGIN ISLANDS (BRITISH)\",\"VIRGIN ISLANDS (U.S.)\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('USN', 'US Dollar (Next day)', '997', 100, '[\"UNITED STATES\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('UYI', 'Uruguay Peso en Unidades Indexadas (URUIURUI)', '940', 1, '[\"URUGUAY\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('UYU', 'Peso Uruguayo', '858', 100, '[\"URUGUAY\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('UZS', 'Uzbekistan Sum', '860', 100, '[\"UZBEKISTAN\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('VEF', 'Bolivar', '937', 100, '[\"VENEZUELA, BOLIVARIAN REPUBLIC OF\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('VND', 'Dong', '704', 1, '[\"VIET NAM\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('VUV', 'Vatu', '548', 1, '[\"VANUATU\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('WST', 'Tala', '882', 100, '[\"SAMOA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('XAF', 'CFA Franc BEAC', '950', 1, '[\"CAMEROON\",\"CENTRAL AFRICAN REPUBLIC\",\"CHAD\",\"CONGO\",\"EQUATORIAL GUINEA\",\"GABON\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('XCD', 'East Caribbean Dollar', '951', 100, '[\"ANGUILLA\",\"ANTIGUA AND BARBUDA\",\"DOMINICA\",\"GRENADA\",\"MONTSERRAT\",\"SAINT KITTS AND NEVIS\",\"SAINT LUCIA\",\"SAINT VINCENT AND THE GRENADINES\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('XDR', 'SDR (Special Drawing Right)', '960', 1, '[\"INTERNATIONAL MONETARY FUND (IMF)\\u00a0\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('XOF', 'CFA Franc BCEAO', '952', 1, '[\"BENIN\",\"BURKINA FASO\",\"C\\u00d4TE D\'IVOIRE\",\"GUINEA-BISSAU\",\"MALI\",\"NIGER\",\"SENEGAL\",\"TOGO\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('XPF', 'CFP Franc', '953', 1, '[\"FRENCH POLYNESIA\",\"NEW CALEDONIA\",\"WALLIS AND FUTUNA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('XSU', 'Sucre', '994', 1, '[\"SISTEMA UNITARIO DE COMPENSACION REGIONAL DE PAGOS \\\"SUCRE\\\"\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('XUA', 'ADB Unit of Account', '965', 1, '[\"MEMBER COUNTRIES OF THE AFRICAN DEVELOPMENT BANK GROUP\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('YER', 'Yemeni Rial', '886', 100, '[\"YEMEN\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('ZAR', 'Rand', '710', 100, '[\"LESOTHO\",\"NAMIBIA\",\"SOUTH AFRICA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('ZMW', 'Zambian Kwacha', '967', 100, '[\"ZAMBIA\"]');
INSERT INTO `currencies` (`code`, `name`, `number`, `subunits_in_unit`, `countries`) VALUES ('ZWL', 'Zimbabwe Dollar', '932', 100, '[\"ZIMBABWE\"]');

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,15 @@
#
# TABLE STRUCTURE FOR: customer_chart
#
DROP TABLE IF EXISTS `customer_chart`;
CREATE TABLE `customer_chart` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`id_chart` varchar(50) NOT NULL,
`fromcs` varchar(50) NOT NULL,
`tocs` varchar(128) NOT NULL,
`type` varchar(50) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

View File

@@ -0,0 +1,18 @@
#
# TABLE STRUCTURE FOR: customer_doc
#
DROP TABLE IF EXISTS `customer_doc`;
CREATE TABLE `customer_doc` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`customer_id` int(11) NOT NULL,
`remark` text NOT NULL,
`document` text NOT NULL,
`created` int(11) NOT NULL,
`createby` int(11) NOT NULL,
`updated` int(11) NOT NULL,
`updateby` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

View File

@@ -0,0 +1,16 @@
#
# TABLE STRUCTURE FOR: customer_line
#
DROP TABLE IF EXISTS `customer_line`;
CREATE TABLE `customer_line` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`id_line` varchar(50) NOT NULL,
`customer_id` varchar(50) NOT NULL,
`width` int(11) NOT NULL,
`height` int(11) NOT NULL,
`dir` varchar(50) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

View File

@@ -0,0 +1,20 @@
#
# TABLE STRUCTURE FOR: customer_status
#
DROP TABLE IF EXISTS `customer_status`;
CREATE TABLE `customer_status` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`status` text NOT NULL,
`remark` text NOT NULL,
`active_bill` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
INSERT INTO `customer_status` (`id`, `status`, `remark`, `active_bill`) VALUES (1, 'Aktif', 'Aktif Berlangganan', 1);
INSERT INTO `customer_status` (`id`, `status`, `remark`, `active_bill`) VALUES (2, 'Non-Aktif', 'Berhenti Berlangganan', 0);
INSERT INTO `customer_status` (`id`, `status`, `remark`, `active_bill`) VALUES (3, 'Menunggu', 'Calon pelanggan / Pelanggan register mandiri', 0);
INSERT INTO `customer_status` (`id`, `status`, `remark`, `active_bill`) VALUES (4, 'Free', 'Pelanggan gratis', 0);

View File

@@ -0,0 +1,28 @@
#
# TABLE STRUCTURE FOR: customer_usage
#
DROP TABLE IF EXISTS `customer_usage`;
CREATE TABLE `customer_usage` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`no_services` varchar(50) NOT NULL,
`count_usage` varchar(100) NOT NULL,
`date_usage` varchar(50) NOT NULL,
`last_update` varchar(40) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
INSERT INTO `customer_usage` (`id`, `no_services`, `count_usage`, `date_usage`, `last_update`) VALUES (2, '1700029', '280140018759', '2025-10-18', '1760766103');
INSERT INTO `customer_usage` (`id`, `no_services`, `count_usage`, `date_usage`, `last_update`) VALUES (3, '81500002', '573356320', '2025-10-28', '1761642256');
INSERT INTO `customer_usage` (`id`, `no_services`, `count_usage`, `date_usage`, `last_update`) VALUES (4, '81500002', '87683150182', '2025-11-23', '1763906977');
INSERT INTO `customer_usage` (`id`, `no_services`, `count_usage`, `date_usage`, `last_update`) VALUES (5, '81200003', '60340664', '2025-12-04', '1764840491');
INSERT INTO `customer_usage` (`id`, `no_services`, `count_usage`, `date_usage`, `last_update`) VALUES (6, '2000011', '0', '2025-12-10', '1765334197');
INSERT INTO `customer_usage` (`id`, `no_services`, `count_usage`, `date_usage`, `last_update`) VALUES (7, '400011', '101010597783', '2025-12-17', '1765931976');
INSERT INTO `customer_usage` (`id`, `no_services`, `count_usage`, `date_usage`, `last_update`) VALUES (8, '8600002', '0', '2025-12-27', '1766797036');
INSERT INTO `customer_usage` (`id`, `no_services`, `count_usage`, `date_usage`, `last_update`) VALUES (9, '220319181539', '249125009', '2025-12-27', '1766807902');
INSERT INTO `customer_usage` (`id`, `no_services`, `count_usage`, `date_usage`, `last_update`) VALUES (10, '8600002', '7772', '2025-12-29', '1766983573');
INSERT INTO `customer_usage` (`id`, `no_services`, `count_usage`, `date_usage`, `last_update`) VALUES (11, '220319181539', '4779926', '2025-12-30', '1767080763');
INSERT INTO `customer_usage` (`id`, `no_services`, `count_usage`, `date_usage`, `last_update`) VALUES (12, '2000031', '56599818437', '2026-01-04', '1767473242');

View File

@@ -0,0 +1,16 @@
#
# TABLE STRUCTURE FOR: customer_va
#
DROP TABLE IF EXISTS `customer_va`;
CREATE TABLE `customer_va` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`fix_va` text NOT NULL,
`vendor` text NOT NULL,
`id_customer` int(11) NOT NULL,
`created` int(11) NOT NULL,
`createby` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

View File

@@ -0,0 +1,28 @@
#
# TABLE STRUCTURE FOR: email
#
DROP TABLE IF EXISTS `email`;
CREATE TABLE `email` (
`id` int(11) NOT NULL,
`protocol` varchar(50) NOT NULL,
`host` varchar(50) NOT NULL,
`email` varchar(50) NOT NULL,
`password` varchar(50) NOT NULL,
`port` varchar(50) NOT NULL,
`name` varchar(50) NOT NULL,
`send_payment` int(11) NOT NULL,
`send_verify` int(11) NOT NULL,
`forgot_password` int(11) NOT NULL,
`text_create` text NOT NULL,
`text_pay` text NOT NULL,
`text_verify` text NOT NULL,
`text_forgot` text NOT NULL,
`create_invoice` int(11) NOT NULL,
`crypto` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
INSERT INTO `email` (`id`, `protocol`, `host`, `email`, `password`, `port`, `name`, `send_payment`, `send_verify`, `forgot_password`, `text_create`, `text_pay`, `text_verify`, `text_forgot`, `create_invoice`, `crypto`) VALUES (1, 'smtp', 'mail.1112-project.com', 'no-reply@1112-project.com', 'email1112.project', '587', '1112-Project', 0, 0, 0, '', '', '', '', 0, '');

View File

@@ -0,0 +1,17 @@
#
# TABLE STRUCTURE FOR: expenditure
#
DROP TABLE IF EXISTS `expenditure`;
CREATE TABLE `expenditure` (
`expenditure_id` int(11) NOT NULL AUTO_INCREMENT,
`date_payment` varchar(125) NOT NULL,
`nominal` varchar(125) NOT NULL,
`remark` text NOT NULL,
`created` int(11) NOT NULL,
`category` int(11) NOT NULL,
`create_by` int(11) NOT NULL,
PRIMARY KEY (`expenditure_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,19 @@
#
# TABLE STRUCTURE FOR: genieacs
#
DROP TABLE IF EXISTS `genieacs`;
CREATE TABLE `genieacs` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`alias` text NOT NULL,
`is_active` int(11) NOT NULL,
`remark` text NOT NULL,
`url_genieacs` text NOT NULL,
`created` int(11) NOT NULL,
`createby` int(11) NOT NULL,
`updated` int(11) NOT NULL,
`updateby` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

View File

@@ -0,0 +1,29 @@
#
# TABLE STRUCTURE FOR: help
#
DROP TABLE IF EXISTS `help`;
CREATE TABLE `help` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`no_ticket` varchar(50) NOT NULL,
`help_type` int(11) NOT NULL,
`help_solution` int(11) NOT NULL,
`no_services` varchar(50) NOT NULL,
`description` text NOT NULL,
`date_created` int(11) NOT NULL,
`status` varchar(50) NOT NULL,
`teknisi` int(11) NOT NULL,
`picture` text NOT NULL,
`create_by` int(11) NOT NULL,
`action` int(11) NOT NULL,
`estimation` int(11) NOT NULL,
`ticket_password` text NOT NULL,
`date_help` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
INSERT INTO `help` (`id`, `no_ticket`, `help_type`, `help_solution`, `no_services`, `description`, `date_created`, `status`, `teknisi`, `picture`, `create_by`, `action`, `estimation`, `ticket_password`, `date_help`) VALUES (1, '251120001', 2, 9, '82000009', '', 1763621151, 'pending', 0, 'help-251120-2dd6ed8da0.jpg', 0, 0, 0, '', '2025-11-20');
INSERT INTO `help` (`id`, `no_ticket`, `help_type`, `help_solution`, `no_services`, `description`, `date_created`, `status`, `teknisi`, `picture`, `create_by`, `action`, `estimation`, `ticket_password`, `date_help`) VALUES (2, '251210001', 1, 2, '2000011', 'Router mati , internet tidak muncul ????', 1765334163, 'pending', 0, 'help-251210-e021bbc7ef.jpg', 0, 0, 0, '', '2025-12-10');

View File

@@ -0,0 +1,12 @@
#
# TABLE STRUCTURE FOR: help_action
#
DROP TABLE IF EXISTS `help_action`;
CREATE TABLE `help_action` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`action` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

View File

@@ -0,0 +1,24 @@
#
# TABLE STRUCTURE FOR: help_solution
#
DROP TABLE IF EXISTS `help_solution`;
CREATE TABLE `help_solution` (
`hs_id` int(11) NOT NULL AUTO_INCREMENT,
`hs_help_id` int(11) NOT NULL,
`hs_name` varchar(110) NOT NULL,
`solution` text NOT NULL,
PRIMARY KEY (`hs_id`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
INSERT INTO `help_solution` (`hs_id`, `hs_help_id`, `hs_name`, `solution`) VALUES (1, 1, 'Internet Lelet', '<ol>\r\n <li>\r\n <p>Lakukan tes kecepatan Internet Anda.</p>\r\n </li>\r\n <li>Cara melakukan tes kecepatan internet (speed test) :\r\n <ul>\r\n <li>Matikan semua koneksi dari Wi-Fi dan LAN (Komputer/Laptop).</li>\r\n <li>Koneksikan internet di 1 gadget saja.</li>\r\n <li>Buka website yang menyediakan speed test lalu mulai lakukan proses speed test.Apabila hasil tes kecepatan internet setidaknya lebih dari 75%&nbsp;dari kecepatan paket Anda, maka internet sudah normal.</li>\r\n </ul>\r\n </li>\r\n <li>\r\n <p>Jika hasil tes kecepatan internet kurang dari 75%&nbsp;dari kecepatan paket Anda, maka Anda lakukan restart modem ONT dengan cara menekan tombol power, matikan lalu hidupkan kembali.<img src=\"https://indihome.co.id/uploads/images/restart-modem_60199_D.gif\" style=\"width:100%\" /></p>\r\n </li>\r\n <li>\r\n <p>Apabila restart ONT gagal, ikuti langkah berikutnya untuk penanganan lebih lanjut.</p>\r\n </li>\r\n</ol>\r\n');
INSERT INTO `help_solution` (`hs_id`, `hs_help_id`, `hs_name`, `solution`) VALUES (2, 1, 'Internet tidak bisa diakses', '<p>Pastikan semua kondisi lampu indikator modem ONT menyala hijau.</p>\r\n\r\n<p>Jika Lampu Indikator Power Mati :</p>\r\n\r\n<ol>\r\n <li>Pastikan modem ONT terhubung dengan aliran listrik atau cek adaptor sudah tersambung dengan aliran listrik.</li>\r\n <li>Bila belum menyala, lakukan cabut dan pasang adaptor modem ONT ke sambungan listrik.</li>\r\n <li>Pastikan tombol power dalam keadaan ON dengan cara menekan tombol power pada modem ONT.\r\n <p><img src=\"https://indihome.co.id/uploads/images/restart-modem_60199_D.gif\" style=\"width:80%\" /></p>\r\n </li>\r\n <li>Apabila restart modem ONT gagal, ikuti langkah berikutnya untuk penanganan lebih lanjut.</li>\r\n</ol>\r\n\r\n<p>Jika Lampu Indikator LOS/PON Menyala Merah :</p>\r\n\r\n<ol>\r\n <li>Pastikan kabel patch cord/kabel FO dibalik modem ONT sudah terpasang sampai berbunyi klik pada port optical modem ONT.\r\n <p><img src=\"https://indihome.co.id/uploads/images/setting-modem_14603_D.gif\" style=\"width:80%\" /></p>\r\n </li>\r\n <li>Apabila lampu LOS masih menyala merah, matikan modem ONT dengan cara tekan tombol power. Tunggu sekitar 30 detik lalu nyalakan kembali.\r\n <p><img src=\"https://indihome.co.id/uploads/images/restart-modem_60199_D.gif\" style=\"width:80%\" /></p>\r\n </li>\r\n <li>Apabila restart ONT gagal, ikuti langkah berikutnya untuk penanganan lebih lanjut.</li>\r\n</ol>\r\n\r\n<p>Jika Hanya Lampu Indikator Internet Mati :</p>\r\n\r\n<ol>\r\n <li>Tekan dan tahan tombol reset pada modem ONT menggunakan tusuk gigi agak lama lalu lepas.</li>\r\n <li>Tunggu hingga lampu indikator menyala semua.</li>\r\n <li>Apabila lampu indikator internet sudah menyala maka koneksikan Wi-Fi ke gadget menggunakan username dan password SSID yang ada dibalik stiker modem ONT.</li>\r\n <li>Apabila restart ONT gagal, ikuti langkah berikutnya untuk penanganan lebih lanjut.</li>\r\n</ol>\r\n');
INSERT INTO `help_solution` (`hs_id`, `hs_help_id`, `hs_name`, `solution`) VALUES (6, 1, 'Seluruh layanan (internet/tv) tidak berfungsi', '<ol>\r\n <li>Pastikan semua kondisi lampu indikator modem ONT menyala hijau.</li>\r\n <li>Pastikan modem ONT tersambung dengan aliran listrik.</li>\r\n <li>Bila belum menyala, lakukan cabut colok adaptor modem ONT ke aliran listrik.</li>\r\n <li>Pastikan tombol power dalam keadaan ON dengan cara menekan tombol power pada modem ONT.\r\n <p><img src=\"https://indihome.co.id/uploads/images/restart-modem_60199_D.gif\" style=\"width:80%\" /></p>\r\n </li>\r\n <li>Pastikan kabel dibalik modem ONT sudah terpasang dengan baik, yaitu :\r\n <ul>\r\n <li>Kabel patch cord/kabel FO.</li>\r\n <li>Kabel telepon tersambung port modem ONT pada Phone1/Pots1.</li>\r\n <li>Kabel LAN dari STB tersambung ke port modem ONT sesuai. LAN 4 untuk STB 1 dan LAN 1 untuk STB kedua.\r\n <p><img src=\"https://indihome.co.id/uploads/images/setting-modem_14603_D.gif\" style=\"width:80%\" /></p>\r\n </li>\r\n </ul>\r\n </li>\r\n <li>Apabila lampu LOS/PON masih menyala merah, matikan modem ONT dengan cara tekan tombol power. Tunggu sekitar 30 detik lalu nyalakan kembali.</li>\r\n <li>Apabila cara diatas masih gagal, ikuti langkah berikutnya untuk penanganan lebih lanjut.</li>\r\n</ol>\r\n');
INSERT INTO `help_solution` (`hs_id`, `hs_help_id`, `hs_name`, `solution`) VALUES (7, 1, 'Internet putus-putus', '<ol>\r\n <li>Restart modem ONT dengan cara menekan tombol power. Matikan sekitar 30 detik lalu nyalakan kembali.<img src=\"https://indihome.co.id/uploads/images/restart-modem_38819_D.gif\" style=\"width:100%\" /></li>\r\n <li>Apabila restart ONT gagal, ikuti langkah berikutnya untuk penanganan lebih lanjut.</li>\r\n</ol>\r\n');
INSERT INTO `help_solution` (`hs_id`, `hs_help_id`, `hs_name`, `solution`) VALUES (8, 2, 'Tidak bisa bayar tagihan', '<ol>\r\n <li>Pastikan nomor layanan Anda sudah terdaftar.</li>\r\n <li>Pastikan langkah - langkah bayar yang dilakukan sesuai dengan mode&nbsp;bayar yang dipilih.</li>\r\n <li>Usahakan melakukan pembayaran sebelum tanggal jatuh tempo.</li>\r\n <li>Ganti mode&nbsp;&nbsp;bayar lain jika moda bayar yang ada pakai masih gagal.</li>\r\n <li>Apabila cara diatas masih gagal, ikuti langkah berikutnya untuk penanganan lebih lanjut.</li>\r\n</ol>\r\n');
INSERT INTO `help_solution` (`hs_id`, `hs_help_id`, `hs_name`, `solution`) VALUES (9, 2, 'Billing sudah dibayar namun paket masih terisolir', '<p>1. Pastikan anda sudah membayar sesuai nominal tagihan&nbsp;</p>\r\n\r\n<p>2. Silahkan konfirmasi ulang di data tagihan anda</p>\r\n\r\n<p>3.&nbsp;Apabila cara diatas masih gagal, ikuti langkah berikutnya untuk penanganan lebih lanjut.</p>\r\n');
INSERT INTO `help_solution` (`hs_id`, `hs_help_id`, `hs_name`, `solution`) VALUES (10, 2, 'Buka Isolir', '<p>1. Pastikan anda sudah melakukan pembayaran</p>\r\n\r\n<p>2. Silahkan lampirkan bukti pembayaran</p>\r\n');
INSERT INTO `help_solution` (`hs_id`, `hs_help_id`, `hs_name`, `solution`) VALUES (11, 6, 'Kabel Putus', '<p>Sambung / Ganti Baru</p>\r\n');

View File

@@ -0,0 +1,19 @@
#
# TABLE STRUCTURE FOR: help_timeline
#
DROP TABLE IF EXISTS `help_timeline`;
CREATE TABLE `help_timeline` (
`ht_id` int(11) NOT NULL AUTO_INCREMENT,
`help_id` int(11) NOT NULL,
`date_update` int(11) NOT NULL,
`remark` text NOT NULL,
`teknisi` int(11) NOT NULL,
`status` varchar(50) NOT NULL,
`date_created` varchar(40) NOT NULL,
`action` text NOT NULL,
`help_picture` text NOT NULL,
PRIMARY KEY (`ht_id`)
) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

View File

@@ -0,0 +1,19 @@
#
# TABLE STRUCTURE FOR: help_type
#
DROP TABLE IF EXISTS `help_type`;
CREATE TABLE `help_type` (
`help_id` int(11) NOT NULL AUTO_INCREMENT,
`help_type` varchar(50) NOT NULL,
`help_remark` text NOT NULL,
PRIMARY KEY (`help_id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
INSERT INTO `help_type` (`help_id`, `help_type`, `help_remark`) VALUES (1, 'Internet', 'yang berurusan dengan internet');
INSERT INTO `help_type` (`help_id`, `help_type`, `help_remark`) VALUES (2, 'Tagihan', 'Berkaitan');
INSERT INTO `help_type` (`help_id`, `help_type`, `help_remark`) VALUES (6, 'Kabel', 'Ganti');
INSERT INTO `help_type` (`help_id`, `help_type`, `help_remark`) VALUES (7, 'Sinyal Lemah', 'Pointing Ulang / Tinggikan Antena');

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,19 @@
#
# TABLE STRUCTURE FOR: keys
#
DROP TABLE IF EXISTS `keys`;
CREATE TABLE `keys` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`key` varchar(40) NOT NULL,
`user_id` int(11) NOT NULL,
`level` int(11) NOT NULL,
`ignore_limits` tinyint(1) NOT NULL DEFAULT 0,
`is_private_key` tinyint(1) NOT NULL DEFAULT 0,
`ip_addresses` text DEFAULT NULL,
`date_created` int(11) NOT NULL,
`remark` text DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

View File

@@ -0,0 +1,20 @@
#
# TABLE STRUCTURE FOR: logs-rest
#
DROP TABLE IF EXISTS `logs-rest`;
CREATE TABLE `logs-rest` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`uri` varchar(255) NOT NULL,
`method` varchar(6) NOT NULL,
`params` text DEFAULT NULL,
`api_key` varchar(40) NOT NULL,
`ip_address` varchar(45) NOT NULL,
`time` int(11) NOT NULL,
`rtime` float DEFAULT NULL,
`authorized` varchar(1) NOT NULL,
`response_code` smallint(3) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,15 @@
#
# TABLE STRUCTURE FOR: m_brand_device
#
DROP TABLE IF EXISTS `m_brand_device`;
CREATE TABLE `m_brand_device` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`onu_type` int(11) NOT NULL,
`name` text NOT NULL,
`remark` text NOT NULL,
`created` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

View File

@@ -0,0 +1,14 @@
#
# TABLE STRUCTURE FOR: m_media_connection
#
DROP TABLE IF EXISTS `m_media_connection`;
CREATE TABLE `m_media_connection` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` text NOT NULL,
`remark` text NOT NULL,
`created` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

View File

@@ -0,0 +1,25 @@
#
# TABLE STRUCTURE FOR: m_odc
#
DROP TABLE IF EXISTS `m_odc`;
CREATE TABLE `m_odc` (
`id_odc` int(11) NOT NULL AUTO_INCREMENT,
`code_odc` text NOT NULL,
`coverage_odc` int(11) NOT NULL,
`no_port_olt` int(11) NOT NULL,
`color_tube_fo` text NOT NULL,
`no_pole` text NOT NULL,
`latitude` text NOT NULL,
`longitude` text NOT NULL,
`total_port` int(11) NOT NULL,
`document` text NOT NULL,
`remark` text NOT NULL,
`created` int(11) NOT NULL,
`role_id` int(11) NOT NULL,
`create_by` int(11) NOT NULL,
`lock_odc` int(11) NOT NULL,
PRIMARY KEY (`id_odc`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

View File

@@ -0,0 +1,25 @@
#
# TABLE STRUCTURE FOR: m_odp
#
DROP TABLE IF EXISTS `m_odp`;
CREATE TABLE `m_odp` (
`id_odp` int(11) NOT NULL AUTO_INCREMENT,
`code_odp` text NOT NULL,
`code_odc` int(11) NOT NULL,
`coverage_odp` int(11) NOT NULL,
`no_port_odc` int(11) NOT NULL,
`color_tube_fo` text NOT NULL,
`no_pole` text NOT NULL,
`latitude` text NOT NULL,
`longitude` text NOT NULL,
`total_port` int(11) NOT NULL,
`document` text NOT NULL,
`remark` text NOT NULL,
`created` int(11) NOT NULL,
`create_by` int(11) NOT NULL,
`role_id` int(11) NOT NULL,
PRIMARY KEY (`id_odp`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

View File

@@ -0,0 +1,16 @@
#
# TABLE STRUCTURE FOR: maps
#
DROP TABLE IF EXISTS `maps`;
CREATE TABLE `maps` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`vendor` text NOT NULL,
`token` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
INSERT INTO `maps` (`id`, `vendor`, `token`) VALUES (1, '', 'your token / api key');

View File

@@ -0,0 +1,21 @@
#
# TABLE STRUCTURE FOR: mitra-external
#
DROP TABLE IF EXISTS `mitra-external`;
CREATE TABLE `mitra-external` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`api_key` text NOT NULL,
`url` text NOT NULL,
`alias` text NOT NULL,
`remark` text NOT NULL,
`created` int(11) NOT NULL,
`bhp` text NOT NULL,
`uso` text NOT NULL,
`admin` text NOT NULL,
`tax` text NOT NULL,
`pph` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

View File

@@ -0,0 +1,26 @@
#
# TABLE STRUCTURE FOR: modem
#
DROP TABLE IF EXISTS `modem`;
CREATE TABLE `modem` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`type` int(11) NOT NULL,
`name` varchar(50) NOT NULL,
`customer_id` int(11) NOT NULL,
`show_customer` int(11) NOT NULL,
`ip_local` text NOT NULL,
`ip_public` text NOT NULL,
`ssid_name` varchar(50) NOT NULL,
`ssid_password` varchar(50) NOT NULL,
`login_user` varchar(50) NOT NULL,
`login_password` varchar(50) NOT NULL,
`remark` text NOT NULL,
`created` int(11) NOT NULL,
`createby` int(11) NOT NULL,
`updated` int(11) NOT NULL,
`updateby` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

View File

@@ -0,0 +1,28 @@
#
# TABLE STRUCTURE FOR: moota
#
DROP TABLE IF EXISTS `moota`;
CREATE TABLE `moota` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`is_active` int(11) NOT NULL,
`token` text NOT NULL,
`send_whatsapp` text NOT NULL,
`send_telegram` text NOT NULL,
`secret` text NOT NULL,
`no_whatsapp` text NOT NULL,
`text_income` text NOT NULL,
`text_expend` text NOT NULL,
`change_bill` int(11) NOT NULL,
`whitelist_ip` text NOT NULL,
`vendor` text NOT NULL,
`userid` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
INSERT INTO `moota` (`id`, `is_active`, `token`, `send_whatsapp`, `send_telegram`, `secret`, `no_whatsapp`, `text_income`, `text_expend`, `change_bill`, `whitelist_ip`, `vendor`, `userid`) VALUES (1, 0, 'token', '', '', 'secret token webhook', '', 'Data Mutasi Masuk\r\n No Rekening : {norek}\r\n Nominal : {nominal}\r\n Tanggal : {date}\r\n Keterangan : {remark}\r\n Saldo : {saldo}', 'Data Mutasi Keluar\r\n No Rekening : {norek}\r\n Nominal : {nominal}\r\n Tanggal : {date}\r\n Keterangan : {remark}\r\n Saldo : {saldo}', 0, '', 'Moota', '');
INSERT INTO `moota` (`id`, `is_active`, `token`, `send_whatsapp`, `send_telegram`, `secret`, `no_whatsapp`, `text_income`, `text_expend`, `change_bill`, `whitelist_ip`, `vendor`, `userid`) VALUES (2, 0, 'token', '', '', 'secret token webhook', '', 'Data Mutasi Masuk\r\n No Rekening : {norek}\r\n Nominal : {nominal}\r\n Tanggal : {date}\r\n Keterangan : {remark}\r\n Saldo : {saldo}', 'Data Mutasi Keluar\r\n No Rekening : {norek}\r\n Nominal : {nominal}\r\n Tanggal : {date}\r\n Keterangan : {remark}\r\n Saldo : {saldo}', 0, '', 'Mutasibank', '');
INSERT INTO `moota` (`id`, `is_active`, `token`, `send_whatsapp`, `send_telegram`, `secret`, `no_whatsapp`, `text_income`, `text_expend`, `change_bill`, `whitelist_ip`, `vendor`, `userid`) VALUES (3, 0, 'token', '', '', 'secret token webhook', '', 'Data Mutasi Masuk\r\n No Rekening : {norek}\r\n Nominal : {nominal}\r\n Tanggal : {date}\r\n Keterangan : {remark}\r\n Saldo : {saldo}', 'Data Mutasi Keluar\r\n No Rekening : {norek}\r\n Nominal : {nominal}\r\n Tanggal : {date}\r\n Keterangan : {remark}\r\n Saldo : {saldo}', 0, '', 'Mesinotomatis', '');

View File

@@ -0,0 +1,18 @@
#
# TABLE STRUCTURE FOR: odc_doc
#
DROP TABLE IF EXISTS `odc_doc`;
CREATE TABLE `odc_doc` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`odc_id` int(11) NOT NULL,
`remark` text NOT NULL,
`document` text NOT NULL,
`created` int(11) NOT NULL,
`createby` int(11) NOT NULL,
`updated` int(11) NOT NULL,
`updateby` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

View File

@@ -0,0 +1,18 @@
#
# TABLE STRUCTURE FOR: odp_doc
#
DROP TABLE IF EXISTS `odp_doc`;
CREATE TABLE `odp_doc` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`odp_id` int(11) NOT NULL,
`remark` text NOT NULL,
`document` text NOT NULL,
`created` int(11) NOT NULL,
`createby` int(11) NOT NULL,
`updated` int(11) NOT NULL,
`updateby` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

View File

@@ -0,0 +1,27 @@
#
# TABLE STRUCTURE FOR: olt
#
DROP TABLE IF EXISTS `olt`;
CREATE TABLE `olt` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`is_active` int(11) NOT NULL,
`ip_address` text NOT NULL,
`alias` varchar(40) NOT NULL,
`vendor` varchar(50) NOT NULL,
`username` varchar(50) NOT NULL,
`password` varchar(50) NOT NULL,
`value` varchar(40) NOT NULL,
`token` text NOT NULL,
`bridge_olt` text NOT NULL,
`port` int(11) NOT NULL,
`type` text NOT NULL,
`api_key` text NOT NULL,
`version` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
INSERT INTO `olt` (`id`, `is_active`, `ip_address`, `alias`, `vendor`, `username`, `password`, `value`, `token`, `bridge_olt`, `port`, `type`, `api_key`, `version`) VALUES (1, 1, 'IP ADDRESS / DOMAIN\n', 'Master', 'HSGQ', 'USERNAME', 'baf318sdasdsada695df1c6a3cf5c4da', 'aWthcHV0cmk=', '', '', 0, '', '', '');

View File

@@ -0,0 +1,56 @@
#
# TABLE STRUCTURE FOR: other
#
DROP TABLE IF EXISTS `other`;
CREATE TABLE `other` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`say_wa` text NOT NULL,
`body_wa` text NOT NULL,
`footer_wa` text NOT NULL,
`thanks_wa` text NOT NULL,
`add_customer` text NOT NULL,
`code_unique` int(11) NOT NULL,
`text_code_unique` text NOT NULL,
`remark_invoice` text NOT NULL,
`date_reset` int(11) NOT NULL,
`date_create` int(11) NOT NULL,
`date_reminder` int(11) NOT NULL,
`key_apps` varchar(50) NOT NULL,
`reset_password` text NOT NULL,
`code_otp` text NOT NULL,
`sch_isolir` int(11) NOT NULL,
`sch_createbill` int(11) NOT NULL,
`sch_usage` int(11) NOT NULL,
`sch_reset_usage` int(11) NOT NULL,
`sch_before_due` int(11) NOT NULL,
`sch_due` int(11) NOT NULL,
`sch_resend` int(11) NOT NULL,
`inv_thermal` int(11) NOT NULL,
`checkout` text NOT NULL,
`create_help` text NOT NULL,
`create_help_customer` text NOT NULL,
`sch_backup` int(11) NOT NULL,
`size_thermal` int(11) NOT NULL,
`text_help_customer` text NOT NULL,
`frontend` int(11) NOT NULL,
`showentri` int(11) NOT NULL,
`versi_menu` int(11) NOT NULL,
`default_lang` text NOT NULL,
`last_ex_generate` text NOT NULL,
`last_ex_isolir` text NOT NULL,
`last_ex_usage` text NOT NULL,
`last_ex_backup` text NOT NULL,
`text_isolir` text NOT NULL,
`sch_router` text NOT NULL,
`package` text NOT NULL,
`last_ex_usage_day` text NOT NULL,
`text_ticket_done` text NOT NULL,
`text_ticket_update` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
INSERT INTO `other` (`id`, `say_wa`, `body_wa`, `footer_wa`, `thanks_wa`, `add_customer`, `code_unique`, `text_code_unique`, `remark_invoice`, `date_reset`, `date_create`, `date_reminder`, `key_apps`, `reset_password`, `code_otp`, `sch_isolir`, `sch_createbill`, `sch_usage`, `sch_reset_usage`, `sch_before_due`, `sch_due`, `sch_resend`, `inv_thermal`, `checkout`, `create_help`, `create_help_customer`, `sch_backup`, `size_thermal`, `text_help_customer`, `frontend`, `showentri`, `versi_menu`, `default_lang`, `last_ex_generate`, `last_ex_isolir`, `last_ex_usage`, `last_ex_backup`, `text_isolir`, `sch_router`, `package`, `last_ex_usage_day`, `text_ticket_done`, `text_ticket_update`) VALUES (1, 'Plg Yth, tagihan dengan no layanan {noservices} a/n _{name}_ Periode {period} sebesar *{nominal}*, Maks Tanggal {duedate}-{month}-{year}.\r\n{e}\r\n{e}Mohon untuk melakukan pembayaran melalui web {link} atau transfer ke Rek dibawah ini : \r\n{e}\r\n{e}*BANK MANDIRI : 1450014175281 * NOREK A/N PT. GLOBAL LINTAS SOLUSI\r\n{e}\r\n{e}WAJIB MENGIRIMKAN BUKTI PEMBAYARAN KE NO WA SYSTEM 08997465232\r\n{e}\r\n{e}Abaikan jika sudah melakukan pembayaran. Tks\r\n{e}\r\n{e}*{companyname}*\r\n{e}_{slogan}_\r\n{e}{link}', 'Plg Yth, tagihan dengan no layanan {noservices} a/n _{name}_ Periode {period} sebesar *{nominal}*, sudah memasuki jatuh tempo dan akun anda akan terisolir.\r\n{e}\r\n{e}Mohon untuk melakukan pembayaran melalui web {link} atau transfer ke Rek dibawah ini : \r\n{e}\r\n{e}*BANK MANDIRI : 1450014175281 * NOREK A/N PT. GLOBAL LINTAS SOLUSI\r\n{e}\r\n{e}WAJIB MENGIRIMKAN BUKTI PEMBAYARAN KE NO WA SYSTEM 08997465232\r\n{e}Abaikan jika sudah melakukan pembayaran. Tks\r\n{e}\r\n{e}*{companyname}*\r\n{e}_{slogan}_\r\n{e}{link}', 'Plg Yth, tagihan dengan no layanan {noservices} a/n _{name}_ Periode {period} sebesar *{nominal}*, akan jatuh tempo pada tanggal {duedate}.\r\n{e}\r\n{e}Mohon untuk melakukan pembayaran melalui web {link} atau transfer ke Rek dibawah ini : \r\n{e}\r\n{e}*BANK MANDIRI : 1450014175281 * NOREK A/N PT. GLOBAL LINTAS SOLUSI\r\n{e}\r\n{e}WAJIB MENGIRIMKAN BUKTI PEMBAYARAN KE NO WA SYSTEM 08997465232\r\n\r\n{e}Abaikan jika sudah melakukan pembayaran. Tks\r\n{e}\r\n{e}*{companyname}*\r\n{e}_{slogan}_\r\n{e}{link}', 'Plg Yth, Terima kasih Anda Telah membayar tagihan Internet periode {period} sebesar {nominal}.\r\n{e}\r\n{e}*{companyname}*\r\n{e}_{slogan}_\r\n{e}{link}', 'Terimaksih telah berlangganan {companyname}\r\n\r\nBerikut adalah informasi akun anda\r\n\r\nNama : {name}\r\nNo Layanan : {noservices}\r\nEmail : {email}\r\nPassword : {password}\r\n\r\nMohon segera ganti password anda, untuk menjaga keamanan. Terimakasih \r\n\r\n{e}\r\n{e}*{companyname}*\r\n{e}_{slogan}_\r\n{e}{link}', 0, 'Untuk memudahkan verifikasi pembayaran', '', 1, 1, 3, 'kz8ooEecVzBzD8v4', '*Info Reset Password*\r\n\r\nBerikut adalah informasi akun anda\r\n\r\nEmail : {email}\r\nPassword Baru : {password}\r\n\r\nMohon segera ganti password anda, untuk menjaga keamanan. Terimakasih \r\n\r\n{e}\r\n{e}*{companyname}*\r\n{e}_{slogan}_\r\n{e}{link}', '0', 1, 1, 0, 0, 1, 1, 0, 0, '', '', '', 0, 88, '', 0, 10, 0, 'indonesia', '2026-01-01 07:55:58', '2026-01-07 06:29:27', '', '2026-01-06 18:59:26', '', '', 'MTNDMmpQaEVoN1h6UVF6dVNwSlNRNGFyeVF1NVFsb0xWd1hNRzFJNmRWc2xzMlR0RWNLU0ZQS2p2STcwQjZrMFN1OFkrV2IxSUJzM1hzN3hCVnFOazVtdTZ2Y0wyRWNZbXBDUTUwa01UOTNVQ2tIdyt0Y0hJRDJRaGgzZ2k3YmlmQjBxTXRvUytuN1VDZWIva28vNjh3ckdSSHdpeWU4MkFvdnFtUyt5YzI4WFoxcUZFM2o4UW9qSnhyYmhsUm04eDVSdVRyTXcrYXBMVzhaSER4NEZvU0VObzdzcTZNdC91ZkZYcFYyMTlPcU0xUGgxbU9sUVVBZ2pTUlpOa1oxZFY0SkxRck1sWDZVdEZjQTBZcThpRjJIYm1zbGU4bzlBbHk1dFk0Zmh0STQ2QTQ5SnhtMm1HT1RwekxldTJ6bU1BbGIwclliZjJxVlFLOEJSUUFmVjJkWFFBWE9ZWkdVV2tRWE1YQXA5VjVWNkhjTFluVjlwSU9zdUE4TjRpbllyNE9zMVZOK3Nva0wvTVpCUHk0S3hkemUzYVFmbEVDNUx2UVdnOUhPemN5STA4NDMzaXdRT2ZwVEhDMnZzYThoV09vU3J5S3pITThJQ0JiRXlLQ2pHRUpuV1ovejU0TnNKZEVBbjNLK2ltQkR2dVEvUWFGQ21CcDlwQVVVQytXQUYreWJaUTlrYlc4WmFFaDR3RFhvVmlXekxkNXY2Z2U0S3NjWTR0eWhwZ2hyZ0J2RGRCM3o3cWVidGYxUjdQdVpDa1U4dmtpQ3dXVnNqNitMdkhGQjI1WDl1bFZKRjc3Q3hoSWNPcU51eGg0K2UyazBRb2gyVkUxZFFjUk5rN0pYZWhwNzdxQWRQVi9iYmdjcnkxNzV6dHQ1L0o5WnUvUkdJSGt2VUJNMDJORTNqUVUwZjBVUCttVGxhYW4zbzYzSlNyRStPci94ZGd1Uy9pSzdFUzRDWVVvbGRzSVcyNStVeG9lSE53SC93ZGUyRlp1My9vR0YyUjM4R3hmODJFNTBvV2xUWXljczZhTENtMTkzVjhWckMrRXpoUW9BQ21hVG12Z3YxTkFRaEVrOUM4aHlwT2U2bmdYNXBIbm1zQjdNS0xSKzRDQUxwc3Ivei9wQkxHczE4N1hSRk45aTQvMGRqR1picW1OemNVQTdQTklsZmZuUm1sOCtDYTczOGt3WnN0bkk3Q1pLZWZEZXowNG95YlZncVQvN0lISUY5V2pxTnZhK3NTeWFjdmNUYkdMbldvYUxPMjcwQjlQVUZzZ3F1N0d1WkUxSnJRSnFhZDVsS0ZIMFFSUT09OjqT76z63iVT2+HCoJAw36oO', '', '', '');

View File

@@ -0,0 +1,36 @@
#
# TABLE STRUCTURE FOR: package
#
DROP TABLE IF EXISTS `package`;
CREATE TABLE `package` (
`id` int(11) NOT NULL,
`payment_gateway` int(11) NOT NULL,
`router` int(11) NOT NULL,
`count_router` int(11) NOT NULL,
`count_customer` int(11) NOT NULL,
`telegram_bot` int(11) NOT NULL,
`wa_gateway` int(11) NOT NULL,
`maps` int(11) NOT NULL,
`chart` int(11) NOT NULL,
`mitra` int(11) NOT NULL,
`invoice_custom` int(11) NOT NULL,
`invoice_no` int(11) NOT NULL,
`coverage_operator` int(11) NOT NULL,
`coverage_teknisi` int(11) NOT NULL,
`modem` int(11) NOT NULL,
`coverage_package` int(11) NOT NULL,
`olt` int(11) NOT NULL,
`count_olt` int(11) NOT NULL,
`absensi` int(11) NOT NULL,
`briva` int(11) NOT NULL,
`sms_gateway` int(11) NOT NULL,
`moota` int(11) NOT NULL,
`bcava` int(11) NOT NULL,
PRIMARY KEY (`payment_gateway`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
INSERT INTO `package` (`id`, `payment_gateway`, `router`, `count_router`, `count_customer`, `telegram_bot`, `wa_gateway`, `maps`, `chart`, `mitra`, `invoice_custom`, `invoice_no`, `coverage_operator`, `coverage_teknisi`, `modem`, `coverage_package`, `olt`, `count_olt`, `absensi`, `briva`, `sms_gateway`, `moota`, `bcava`) VALUES (1, 1, 1, 1, 250, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);

View File

@@ -0,0 +1,19 @@
#
# TABLE STRUCTURE FOR: package_category
#
DROP TABLE IF EXISTS `package_category`;
CREATE TABLE `package_category` (
`p_category_id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(125) NOT NULL,
`description` text NOT NULL,
`date_created` int(11) NOT NULL,
`date_updated` int(11) NOT NULL,
`create_by` int(11) NOT NULL,
PRIMARY KEY (`p_category_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
INSERT INTO `package_category` (`p_category_id`, `name`, `description`, `date_created`, `date_updated`, `create_by`) VALUES (1, 'Internet', ' ', 1607703893, 0, 0);

View File

@@ -0,0 +1,49 @@
#
# TABLE STRUCTURE FOR: package_item
#
DROP TABLE IF EXISTS `package_item`;
CREATE TABLE `package_item` (
`p_item_id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(125) NOT NULL,
`price` varchar(125) NOT NULL,
`picture` text NOT NULL,
`description` text NOT NULL,
`category_id` int(11) NOT NULL,
`date_created` int(11) NOT NULL,
`date_update` int(11) NOT NULL,
`public` int(11) NOT NULL,
`is_active` int(11) NOT NULL,
`create_by` int(11) NOT NULL,
`role_id` int(11) NOT NULL,
`package_mitra` int(11) NOT NULL,
PRIMARY KEY (`p_item_id`),
KEY `category_id` (`category_id`)
) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
INSERT INTO `package_item` (`p_item_id`, `name`, `price`, `picture`, `description`, `category_id`, `date_created`, `date_update`, `public`, `is_active`, `create_by`, `role_id`, `package_mitra`) VALUES (1, 'PAKET GOLD UPTO 10Mbps /165k', '165000', '', ' LAYANAN INTERNET UPTO 10Mbps , Rp165.000 PER BULAN', 1, 1759016640, 0, 1, 1, 0, 0, 0);
INSERT INTO `package_item` (`p_item_id`, `name`, `price`, `picture`, `description`, `category_id`, `date_created`, `date_update`, `public`, `is_active`, `create_by`, `role_id`, `package_mitra`) VALUES (3, 'PAKET GOLD UPTO 30 Mbps / 220k', '220000', '', ' LAYANAN INTERNET UPTO 30Mbps , Rp220.000 PER BULAN', 1, 1759016655, 0, 1, 1, 0, 0, 0);
INSERT INTO `package_item` (`p_item_id`, `name`, `price`, `picture`, `description`, `category_id`, `date_created`, `date_update`, `public`, `is_active`, `create_by`, `role_id`, `package_mitra`) VALUES (4, 'PAKET GOLD UPTO 50 Mbps /444k', '444000', '', ' ', 1, 1759016676, 0, 1, 1, 0, 0, 0);
INSERT INTO `package_item` (`p_item_id`, `name`, `price`, `picture`, `description`, `category_id`, `date_created`, `date_update`, `public`, `is_active`, `create_by`, `role_id`, `package_mitra`) VALUES (5, 'PAKET GOLD UPTO 30 Mbps /330k', '330000', '', ' ', 1, 1759016689, 0, 1, 1, 0, 0, 0);
INSERT INTO `package_item` (`p_item_id`, `name`, `price`, `picture`, `description`, `category_id`, `date_created`, `date_update`, `public`, `is_active`, `create_by`, `role_id`, `package_mitra`) VALUES (6, 'PAKET GOLD UPTO 50 Mbps 2025 /385k', '385000', '', ' ', 1, 1759016708, 0, 1, 1, 0, 0, 0);
INSERT INTO `package_item` (`p_item_id`, `name`, `price`, `picture`, `description`, `category_id`, `date_created`, `date_update`, `public`, `is_active`, `create_by`, `role_id`, `package_mitra`) VALUES (7, 'PAKET GOLD UPTO 20Mbps /200k', '200000', '', ' ', 1, 1759016724, 0, 1, 1, 0, 0, 0);
INSERT INTO `package_item` (`p_item_id`, `name`, `price`, `picture`, `description`, `category_id`, `date_created`, `date_update`, `public`, `is_active`, `create_by`, `role_id`, `package_mitra`) VALUES (8, 'PAKET GOLD UPTO 40 Mbps /300k', '300000', '', ' ', 1, 1759016746, 0, 1, 1, 1, 0, 0);
INSERT INTO `package_item` (`p_item_id`, `name`, `price`, `picture`, `description`, `category_id`, `date_created`, `date_update`, `public`, `is_active`, `create_by`, `role_id`, `package_mitra`) VALUES (9, 'PAKET GOLD UPTO 10Mbps /150k', '150000', '', ' ', 1, 1759016758, 0, 1, 1, 1, 0, 0);
INSERT INTO `package_item` (`p_item_id`, `name`, `price`, `picture`, `description`, `category_id`, `date_created`, `date_update`, `public`, `is_active`, `create_by`, `role_id`, `package_mitra`) VALUES (10, 'PAKET GOLD UPTO 700 Mbps sewa alat 850k', '850000', '', ' ', 1, 1759101804, 0, 1, 1, 1, 0, 0);
INSERT INTO `package_item` (`p_item_id`, `name`, `price`, `picture`, `description`, `category_id`, `date_created`, `date_update`, `public`, `is_active`, `create_by`, `role_id`, `package_mitra`) VALUES (11, 'PEMASANGAN AWAL 165K + 125K = 290K', '290000', '', ' ', 1, 1759463718, 0, 1, 1, 1, 0, 0);
INSERT INTO `package_item` (`p_item_id`, `name`, `price`, `picture`, `description`, `category_id`, `date_created`, `date_update`, `public`, `is_active`, `create_by`, `role_id`, `package_mitra`) VALUES (12, 'PAKET GOLD UPTO 50 Mbps /500k schol', '500000', '', ' ', 1, 1759760189, 0, 1, 1, 1, 0, 0);
INSERT INTO `package_item` (`p_item_id`, `name`, `price`, `picture`, `description`, `category_id`, `date_created`, `date_update`, `public`, `is_active`, `create_by`, `role_id`, `package_mitra`) VALUES (13, 'PAKET GOLD UPTO 150mbps villa / 1.900k', '1900000', '', ' ', 1, 1759760351, 0, 1, 1, 1, 0, 0);
INSERT INTO `package_item` (`p_item_id`, `name`, `price`, `picture`, `description`, `category_id`, `date_created`, `date_update`, `public`, `is_active`, `create_by`, `role_id`, `package_mitra`) VALUES (14, 'PAKET GOLD UPTO 100 Mbps villa 1.600k', '1600000', '', ' ', 1, 1759760323, 0, 1, 1, 1, 0, 0);
INSERT INTO `package_item` (`p_item_id`, `name`, `price`, `picture`, `description`, `category_id`, `date_created`, `date_update`, `public`, `is_active`, `create_by`, `role_id`, `package_mitra`) VALUES (15, 'PAKET GOLD UPTO 7 Mbps /100k', '100000', '', ' ', 1, 1759760399, 0, 1, 1, 1, 0, 0);
INSERT INTO `package_item` (`p_item_id`, `name`, `price`, `picture`, `description`, `category_id`, `date_created`, `date_update`, `public`, `is_active`, `create_by`, `role_id`, `package_mitra`) VALUES (16, 'PAKET GOLD UPTO 70 Mbps /850k', '850000', '', ' 100mbps plus unifi 1 sewa', 1, 1759760469, 0, 1, 1, 1, 0, 0);
INSERT INTO `package_item` (`p_item_id`, `name`, `price`, `picture`, `description`, `category_id`, `date_created`, `date_update`, `public`, `is_active`, `create_by`, `role_id`, `package_mitra`) VALUES (17, 'PAKET GOLD UPTO 100 Mbps /800k kost', '800000', '', ' ', 1, 1759760502, 0, 1, 1, 1, 0, 0);
INSERT INTO `package_item` (`p_item_id`, `name`, `price`, `picture`, `description`, `category_id`, `date_created`, `date_update`, `public`, `is_active`, `create_by`, `role_id`, `package_mitra`) VALUES (18, 'PAKET 200 k 3lokasi = 600k', '600000', '', ' ', 1, 1759761819, 0, 1, 1, 1, 0, 0);
INSERT INTO `package_item` (`p_item_id`, `name`, `price`, `picture`, `description`, `category_id`, `date_created`, `date_update`, `public`, `is_active`, `create_by`, `role_id`, `package_mitra`) VALUES (19, 'PAKET 200k 5 lokasi = 1.000.000', '1000000', '', ' ', 1, 1759761871, 0, 1, 1, 1, 0, 0);
INSERT INTO `package_item` (`p_item_id`, `name`, `price`, `picture`, `description`, `category_id`, `date_created`, `date_update`, `public`, `is_active`, `create_by`, `role_id`, `package_mitra`) VALUES (20, 'PAKET GOLD CORPORATE 500MBPS', '7700000', '', ' ', 1, 1759761917, 0, 1, 1, 1, 0, 0);
INSERT INTO `package_item` (`p_item_id`, `name`, `price`, `picture`, `description`, `category_id`, `date_created`, `date_update`, `public`, `is_active`, `create_by`, `role_id`, `package_mitra`) VALUES (21, 'Paket 220 dan 200 = 420000', '420000', '', ' ', 1, 1759775336, 0, 1, 1, 1, 0, 0);
INSERT INTO `package_item` (`p_item_id`, `name`, `price`, `picture`, `description`, `category_id`, `date_created`, `date_update`, `public`, `is_active`, `create_by`, `role_id`, `package_mitra`) VALUES (22, 'PAKET GOLD UPTO 50 Mbps /555k schol', '555000', '', ' ', 1, 1759775625, 0, 1, 1, 1, 0, 0);
INSERT INTO `package_item` (`p_item_id`, `name`, `price`, `picture`, `description`, `category_id`, `date_created`, `date_update`, `public`, `is_active`, `create_by`, `role_id`, `package_mitra`) VALUES (23, 'Paket gabung 3 ( 425.000 )', '425000', '', ' ', 1, 1759775761, 0, 1, 1, 1, 0, 0);
INSERT INTO `package_item` (`p_item_id`, `name`, `price`, `picture`, `description`, `category_id`, `date_created`, `date_update`, `public`, `is_active`, `create_by`, `role_id`, `package_mitra`) VALUES (24, 'PAKER BISNIS UPTO 70MBPS', '1500000', '', ' ', 1, 1760408754, 0, 1, 1, 1, 0, 0);

View File

@@ -0,0 +1,46 @@
#
# TABLE STRUCTURE FOR: payment_gateway
#
DROP TABLE IF EXISTS `payment_gateway`;
CREATE TABLE `payment_gateway` (
`id` int(11) NOT NULL,
`vendor` varchar(50) NOT NULL,
`api_key` text NOT NULL,
`server_key` text NOT NULL,
`client_key` text NOT NULL,
`is_active` int(11) NOT NULL,
`mode` int(11) NOT NULL,
`expired` int(11) NOT NULL,
`bca_va` int(11) NOT NULL,
`bri_va` int(11) NOT NULL,
`bni_va` int(11) NOT NULL,
`kodemerchant` text NOT NULL,
`mandiri_va` int(11) NOT NULL,
`cimb_va` int(11) NOT NULL,
`mybank_va` int(11) NOT NULL,
`ovo` int(11) NOT NULL,
`permata_va` int(11) NOT NULL,
`gopay` int(11) NOT NULL,
`shopeepay` int(11) NOT NULL,
`indomaret` int(11) NOT NULL,
`alfamart` int(11) NOT NULL,
`admin_fee` int(11) NOT NULL,
`va` int(11) NOT NULL,
`ewallet` int(11) NOT NULL,
`retail` int(11) NOT NULL,
`qrcode` int(11) NOT NULL,
`alfamidi` int(11) NOT NULL,
`muamalat_va` int(11) NOT NULL,
`sinarmas_va` int(11) NOT NULL,
`dana` int(11) NOT NULL,
`linkaja` int(11) NOT NULL,
`email` text NOT NULL,
`password` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
INSERT INTO `payment_gateway` (`id`, `vendor`, `api_key`, `server_key`, `client_key`, `is_active`, `mode`, `expired`, `bca_va`, `bri_va`, `bni_va`, `kodemerchant`, `mandiri_va`, `cimb_va`, `mybank_va`, `ovo`, `permata_va`, `gopay`, `shopeepay`, `indomaret`, `alfamart`, `admin_fee`, `va`, `ewallet`, `retail`, `qrcode`, `alfamidi`, `muamalat_va`, `sinarmas_va`, `dana`, `linkaja`, `email`, `password`) VALUES (1, 'Tripay', 'vE7fjr7ueEpXd06fsGR0a3oPZoP8J3hhgg3b2nrW', 'CAmA2-WFJMU-3FjpT-ASqqA-9m0hQ', 'client key', 1, 1, 5, 0, 0, 0, 'T9207', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '');

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,18 @@
#
# TABLE STRUCTURE FOR: product
#
DROP TABLE IF EXISTS `product`;
CREATE TABLE `product` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(225) NOT NULL,
`picture` text NOT NULL,
`remark` text NOT NULL,
`link` text NOT NULL,
`description` text NOT NULL,
`date_created` int(11) NOT NULL,
`create_by` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

View File

@@ -0,0 +1,16 @@
#
# TABLE STRUCTURE FOR: promo
#
DROP TABLE IF EXISTS `promo`;
CREATE TABLE `promo` (
`promo_id` int(9) NOT NULL AUTO_INCREMENT,
`name` text NOT NULL,
`picture` text NOT NULL,
`remark` text NOT NULL,
`slug` text NOT NULL,
`description` text NOT NULL,
PRIMARY KEY (`promo_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

View File

@@ -0,0 +1,16 @@
#
# TABLE STRUCTURE FOR: report_transaction
#
DROP TABLE IF EXISTS `report_transaction`;
CREATE TABLE `report_transaction` (
`report_id` int(128) NOT NULL AUTO_INCREMENT,
`date` varchar(128) NOT NULL,
`income` varchar(128) NOT NULL,
`expenditure` varchar(128) NOT NULL,
`remark` text NOT NULL,
`created` int(11) NOT NULL,
PRIMARY KEY (`report_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

View File

@@ -0,0 +1,24 @@
#
# TABLE STRUCTURE FOR: role_group
#
DROP TABLE IF EXISTS `role_group`;
CREATE TABLE `role_group` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`role_id` int(11) NOT NULL,
`role_name` text NOT NULL,
`remark` text NOT NULL,
`profit_sharing` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
INSERT INTO `role_group` (`id`, `role_id`, `role_name`, `remark`, `profit_sharing`) VALUES (1, 1, 'Administrator', 'Full Akses', 0);
INSERT INTO `role_group` (`id`, `role_id`, `role_name`, `remark`, `profit_sharing`) VALUES (2, 2, 'Pelanggan', 'Customer', 0);
INSERT INTO `role_group` (`id`, `role_id`, `role_name`, `remark`, `profit_sharing`) VALUES (3, 3, 'Operator', 'Customer Service', 0);
INSERT INTO `role_group` (`id`, `role_id`, `role_name`, `remark`, `profit_sharing`) VALUES (4, 4, 'Mitra', 'Mitra / Subnet', 0);
INSERT INTO `role_group` (`id`, `role_id`, `role_name`, `remark`, `profit_sharing`) VALUES (5, 5, 'Teknisi', 'Teknisi', 0);
INSERT INTO `role_group` (`id`, `role_id`, `role_name`, `remark`, `profit_sharing`) VALUES (6, 7, 'Kolektor', 'Kang Tagih', 0);
INSERT INTO `role_group` (`id`, `role_id`, `role_name`, `remark`, `profit_sharing`) VALUES (7, 8, 'Finance', 'Keuangan', 0);

View File

@@ -0,0 +1,104 @@
#
# TABLE STRUCTURE FOR: role_management
#
DROP TABLE IF EXISTS `role_management`;
CREATE TABLE `role_management` (
`role_id` int(11) NOT NULL AUTO_INCREMENT,
`show_customer` int(11) NOT NULL,
`add_customer` int(11) NOT NULL,
`edit_customer` int(11) NOT NULL,
`del_customer` int(11) NOT NULL,
`show_item` int(11) NOT NULL,
`add_item` int(11) NOT NULL,
`edit_item` int(11) NOT NULL,
`del_item` int(11) NOT NULL,
`show_bill` int(11) NOT NULL,
`add_bill` int(11) NOT NULL,
`del_bill` int(11) NOT NULL,
`show_coverage` int(11) NOT NULL,
`add_coverage` int(11) NOT NULL,
`edit_coverage` int(11) NOT NULL,
`del_coverage` int(11) NOT NULL,
`coverage_operator` int(11) NOT NULL,
`show_slide` int(11) NOT NULL,
`add_slide` int(11) NOT NULL,
`edit_slide` int(11) NOT NULL,
`del_slide` int(11) NOT NULL,
`show_router` int(11) NOT NULL,
`add_router` int(11) NOT NULL,
`edit_router` int(11) NOT NULL,
`del_router` int(11) NOT NULL,
`show_saldo` int(11) NOT NULL,
`show_income` int(11) NOT NULL,
`add_income` int(11) NOT NULL,
`edit_income` int(11) NOT NULL,
`del_income` int(11) NOT NULL,
`show_user` int(11) NOT NULL,
`edit_user` int(11) NOT NULL,
`del_user` int(11) NOT NULL,
`add_user` int(11) NOT NULL,
`show_product` int(11) NOT NULL,
`add_product` int(11) NOT NULL,
`edit_product` int(11) NOT NULL,
`del_product` int(11) NOT NULL,
`show_usage` int(11) NOT NULL,
`show_history` int(11) NOT NULL,
`show_speedtest` int(11) NOT NULL,
`show_log` int(11) NOT NULL,
`cek_bill` int(11) NOT NULL,
`cek_usage` int(11) NOT NULL,
`show_help` int(11) NOT NULL,
`edit_help` int(11) NOT NULL,
`del_help` int(11) NOT NULL,
`add_help` int(11) NOT NULL,
`register_coverage` int(11) NOT NULL,
`register_maps` int(11) NOT NULL,
`register_show` int(11) NOT NULL,
`coverage_teknisi` int(11) NOT NULL,
`customer_free` int(11) NOT NULL,
`customer_isolir` int(11) NOT NULL,
`edit_bill` int(11) NOT NULL,
`pay_bill` int(11) NOT NULL,
`confirm_bill` int(11) NOT NULL,
`add_odc` int(11) NOT NULL,
`edit_odc` int(11) NOT NULL,
`del_odc` int(11) NOT NULL,
`add_odp` int(11) NOT NULL,
`edit_odp` int(11) NOT NULL,
`del_odp` int(11) NOT NULL,
`add_midi` int(11) NOT NULL,
`edit_midi` int(11) NOT NULL,
`del_midi` int(11) NOT NULL,
`add_voip` int(11) NOT NULL,
`edit_voip` int(11) NOT NULL,
`del_voip` int(11) NOT NULL,
`add_gsm` int(11) NOT NULL,
`edit_gsm` int(11) NOT NULL,
`del_gsm` int(11) NOT NULL,
`add_item_inventori` int(11) NOT NULL,
`edit_item_inventori` int(11) NOT NULL,
`del_item_inventori` int(11) NOT NULL,
`add_vendor` int(11) NOT NULL,
`edit_vendor` int(11) NOT NULL,
`del_vendor` int(11) NOT NULL,
`show_traffic` int(11) NOT NULL,
`add_doc` int(11) NOT NULL,
`edit_doc` int(11) NOT NULL,
`del_doc` int(11) NOT NULL,
PRIMARY KEY (`role_id`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
INSERT INTO `role_management` (`role_id`, `show_customer`, `add_customer`, `edit_customer`, `del_customer`, `show_item`, `add_item`, `edit_item`, `del_item`, `show_bill`, `add_bill`, `del_bill`, `show_coverage`, `add_coverage`, `edit_coverage`, `del_coverage`, `coverage_operator`, `show_slide`, `add_slide`, `edit_slide`, `del_slide`, `show_router`, `add_router`, `edit_router`, `del_router`, `show_saldo`, `show_income`, `add_income`, `edit_income`, `del_income`, `show_user`, `edit_user`, `del_user`, `add_user`, `show_product`, `add_product`, `edit_product`, `del_product`, `show_usage`, `show_history`, `show_speedtest`, `show_log`, `cek_bill`, `cek_usage`, `show_help`, `edit_help`, `del_help`, `add_help`, `register_coverage`, `register_maps`, `register_show`, `coverage_teknisi`, `customer_free`, `customer_isolir`, `edit_bill`, `pay_bill`, `confirm_bill`, `add_odc`, `edit_odc`, `del_odc`, `add_odp`, `edit_odp`, `del_odp`, `add_midi`, `edit_midi`, `del_midi`, `add_voip`, `edit_voip`, `del_voip`, `add_gsm`, `edit_gsm`, `del_gsm`, `add_item_inventori`, `edit_item_inventori`, `del_item_inventori`, `add_vendor`, `edit_vendor`, `del_vendor`, `show_traffic`, `add_doc`, `edit_doc`, `del_doc`) VALUES (1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `role_management` (`role_id`, `show_customer`, `add_customer`, `edit_customer`, `del_customer`, `show_item`, `add_item`, `edit_item`, `del_item`, `show_bill`, `add_bill`, `del_bill`, `show_coverage`, `add_coverage`, `edit_coverage`, `del_coverage`, `coverage_operator`, `show_slide`, `add_slide`, `edit_slide`, `del_slide`, `show_router`, `add_router`, `edit_router`, `del_router`, `show_saldo`, `show_income`, `add_income`, `edit_income`, `del_income`, `show_user`, `edit_user`, `del_user`, `add_user`, `show_product`, `add_product`, `edit_product`, `del_product`, `show_usage`, `show_history`, `show_speedtest`, `show_log`, `cek_bill`, `cek_usage`, `show_help`, `edit_help`, `del_help`, `add_help`, `register_coverage`, `register_maps`, `register_show`, `coverage_teknisi`, `customer_free`, `customer_isolir`, `edit_bill`, `pay_bill`, `confirm_bill`, `add_odc`, `edit_odc`, `del_odc`, `add_odp`, `edit_odp`, `del_odp`, `add_midi`, `edit_midi`, `del_midi`, `add_voip`, `edit_voip`, `del_voip`, `add_gsm`, `edit_gsm`, `del_gsm`, `add_item_inventori`, `edit_item_inventori`, `del_item_inventori`, `add_vendor`, `edit_vendor`, `del_vendor`, `show_traffic`, `add_doc`, `edit_doc`, `del_doc`) VALUES (2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `role_management` (`role_id`, `show_customer`, `add_customer`, `edit_customer`, `del_customer`, `show_item`, `add_item`, `edit_item`, `del_item`, `show_bill`, `add_bill`, `del_bill`, `show_coverage`, `add_coverage`, `edit_coverage`, `del_coverage`, `coverage_operator`, `show_slide`, `add_slide`, `edit_slide`, `del_slide`, `show_router`, `add_router`, `edit_router`, `del_router`, `show_saldo`, `show_income`, `add_income`, `edit_income`, `del_income`, `show_user`, `edit_user`, `del_user`, `add_user`, `show_product`, `add_product`, `edit_product`, `del_product`, `show_usage`, `show_history`, `show_speedtest`, `show_log`, `cek_bill`, `cek_usage`, `show_help`, `edit_help`, `del_help`, `add_help`, `register_coverage`, `register_maps`, `register_show`, `coverage_teknisi`, `customer_free`, `customer_isolir`, `edit_bill`, `pay_bill`, `confirm_bill`, `add_odc`, `edit_odc`, `del_odc`, `add_odp`, `edit_odp`, `del_odp`, `add_midi`, `edit_midi`, `del_midi`, `add_voip`, `edit_voip`, `del_voip`, `add_gsm`, `edit_gsm`, `del_gsm`, `add_item_inventori`, `edit_item_inventori`, `del_item_inventori`, `add_vendor`, `edit_vendor`, `del_vendor`, `show_traffic`, `add_doc`, `edit_doc`, `del_doc`) VALUES (3, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `role_management` (`role_id`, `show_customer`, `add_customer`, `edit_customer`, `del_customer`, `show_item`, `add_item`, `edit_item`, `del_item`, `show_bill`, `add_bill`, `del_bill`, `show_coverage`, `add_coverage`, `edit_coverage`, `del_coverage`, `coverage_operator`, `show_slide`, `add_slide`, `edit_slide`, `del_slide`, `show_router`, `add_router`, `edit_router`, `del_router`, `show_saldo`, `show_income`, `add_income`, `edit_income`, `del_income`, `show_user`, `edit_user`, `del_user`, `add_user`, `show_product`, `add_product`, `edit_product`, `del_product`, `show_usage`, `show_history`, `show_speedtest`, `show_log`, `cek_bill`, `cek_usage`, `show_help`, `edit_help`, `del_help`, `add_help`, `register_coverage`, `register_maps`, `register_show`, `coverage_teknisi`, `customer_free`, `customer_isolir`, `edit_bill`, `pay_bill`, `confirm_bill`, `add_odc`, `edit_odc`, `del_odc`, `add_odp`, `edit_odp`, `del_odp`, `add_midi`, `edit_midi`, `del_midi`, `add_voip`, `edit_voip`, `del_voip`, `add_gsm`, `edit_gsm`, `del_gsm`, `add_item_inventori`, `edit_item_inventori`, `del_item_inventori`, `add_vendor`, `edit_vendor`, `del_vendor`, `show_traffic`, `add_doc`, `edit_doc`, `del_doc`) VALUES (4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `role_management` (`role_id`, `show_customer`, `add_customer`, `edit_customer`, `del_customer`, `show_item`, `add_item`, `edit_item`, `del_item`, `show_bill`, `add_bill`, `del_bill`, `show_coverage`, `add_coverage`, `edit_coverage`, `del_coverage`, `coverage_operator`, `show_slide`, `add_slide`, `edit_slide`, `del_slide`, `show_router`, `add_router`, `edit_router`, `del_router`, `show_saldo`, `show_income`, `add_income`, `edit_income`, `del_income`, `show_user`, `edit_user`, `del_user`, `add_user`, `show_product`, `add_product`, `edit_product`, `del_product`, `show_usage`, `show_history`, `show_speedtest`, `show_log`, `cek_bill`, `cek_usage`, `show_help`, `edit_help`, `del_help`, `add_help`, `register_coverage`, `register_maps`, `register_show`, `coverage_teknisi`, `customer_free`, `customer_isolir`, `edit_bill`, `pay_bill`, `confirm_bill`, `add_odc`, `edit_odc`, `del_odc`, `add_odp`, `edit_odp`, `del_odp`, `add_midi`, `edit_midi`, `del_midi`, `add_voip`, `edit_voip`, `del_voip`, `add_gsm`, `edit_gsm`, `del_gsm`, `add_item_inventori`, `edit_item_inventori`, `del_item_inventori`, `add_vendor`, `edit_vendor`, `del_vendor`, `show_traffic`, `add_doc`, `edit_doc`, `del_doc`) VALUES (5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `role_management` (`role_id`, `show_customer`, `add_customer`, `edit_customer`, `del_customer`, `show_item`, `add_item`, `edit_item`, `del_item`, `show_bill`, `add_bill`, `del_bill`, `show_coverage`, `add_coverage`, `edit_coverage`, `del_coverage`, `coverage_operator`, `show_slide`, `add_slide`, `edit_slide`, `del_slide`, `show_router`, `add_router`, `edit_router`, `del_router`, `show_saldo`, `show_income`, `add_income`, `edit_income`, `del_income`, `show_user`, `edit_user`, `del_user`, `add_user`, `show_product`, `add_product`, `edit_product`, `del_product`, `show_usage`, `show_history`, `show_speedtest`, `show_log`, `cek_bill`, `cek_usage`, `show_help`, `edit_help`, `del_help`, `add_help`, `register_coverage`, `register_maps`, `register_show`, `coverage_teknisi`, `customer_free`, `customer_isolir`, `edit_bill`, `pay_bill`, `confirm_bill`, `add_odc`, `edit_odc`, `del_odc`, `add_odp`, `edit_odp`, `del_odp`, `add_midi`, `edit_midi`, `del_midi`, `add_voip`, `edit_voip`, `del_voip`, `add_gsm`, `edit_gsm`, `del_gsm`, `add_item_inventori`, `edit_item_inventori`, `del_item_inventori`, `add_vendor`, `edit_vendor`, `del_vendor`, `show_traffic`, `add_doc`, `edit_doc`, `del_doc`) VALUES (6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `role_management` (`role_id`, `show_customer`, `add_customer`, `edit_customer`, `del_customer`, `show_item`, `add_item`, `edit_item`, `del_item`, `show_bill`, `add_bill`, `del_bill`, `show_coverage`, `add_coverage`, `edit_coverage`, `del_coverage`, `coverage_operator`, `show_slide`, `add_slide`, `edit_slide`, `del_slide`, `show_router`, `add_router`, `edit_router`, `del_router`, `show_saldo`, `show_income`, `add_income`, `edit_income`, `del_income`, `show_user`, `edit_user`, `del_user`, `add_user`, `show_product`, `add_product`, `edit_product`, `del_product`, `show_usage`, `show_history`, `show_speedtest`, `show_log`, `cek_bill`, `cek_usage`, `show_help`, `edit_help`, `del_help`, `add_help`, `register_coverage`, `register_maps`, `register_show`, `coverage_teknisi`, `customer_free`, `customer_isolir`, `edit_bill`, `pay_bill`, `confirm_bill`, `add_odc`, `edit_odc`, `del_odc`, `add_odp`, `edit_odp`, `del_odp`, `add_midi`, `edit_midi`, `del_midi`, `add_voip`, `edit_voip`, `del_voip`, `add_gsm`, `edit_gsm`, `del_gsm`, `add_item_inventori`, `edit_item_inventori`, `del_item_inventori`, `add_vendor`, `edit_vendor`, `del_vendor`, `show_traffic`, `add_doc`, `edit_doc`, `del_doc`) VALUES (7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `role_management` (`role_id`, `show_customer`, `add_customer`, `edit_customer`, `del_customer`, `show_item`, `add_item`, `edit_item`, `del_item`, `show_bill`, `add_bill`, `del_bill`, `show_coverage`, `add_coverage`, `edit_coverage`, `del_coverage`, `coverage_operator`, `show_slide`, `add_slide`, `edit_slide`, `del_slide`, `show_router`, `add_router`, `edit_router`, `del_router`, `show_saldo`, `show_income`, `add_income`, `edit_income`, `del_income`, `show_user`, `edit_user`, `del_user`, `add_user`, `show_product`, `add_product`, `edit_product`, `del_product`, `show_usage`, `show_history`, `show_speedtest`, `show_log`, `cek_bill`, `cek_usage`, `show_help`, `edit_help`, `del_help`, `add_help`, `register_coverage`, `register_maps`, `register_show`, `coverage_teknisi`, `customer_free`, `customer_isolir`, `edit_bill`, `pay_bill`, `confirm_bill`, `add_odc`, `edit_odc`, `del_odc`, `add_odp`, `edit_odp`, `del_odp`, `add_midi`, `edit_midi`, `del_midi`, `add_voip`, `edit_voip`, `del_voip`, `add_gsm`, `edit_gsm`, `del_gsm`, `add_item_inventori`, `edit_item_inventori`, `del_item_inventori`, `add_vendor`, `edit_vendor`, `del_vendor`, `show_traffic`, `add_doc`, `edit_doc`, `del_doc`) VALUES (8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `role_management` (`role_id`, `show_customer`, `add_customer`, `edit_customer`, `del_customer`, `show_item`, `add_item`, `edit_item`, `del_item`, `show_bill`, `add_bill`, `del_bill`, `show_coverage`, `add_coverage`, `edit_coverage`, `del_coverage`, `coverage_operator`, `show_slide`, `add_slide`, `edit_slide`, `del_slide`, `show_router`, `add_router`, `edit_router`, `del_router`, `show_saldo`, `show_income`, `add_income`, `edit_income`, `del_income`, `show_user`, `edit_user`, `del_user`, `add_user`, `show_product`, `add_product`, `edit_product`, `del_product`, `show_usage`, `show_history`, `show_speedtest`, `show_log`, `cek_bill`, `cek_usage`, `show_help`, `edit_help`, `del_help`, `add_help`, `register_coverage`, `register_maps`, `register_show`, `coverage_teknisi`, `customer_free`, `customer_isolir`, `edit_bill`, `pay_bill`, `confirm_bill`, `add_odc`, `edit_odc`, `del_odc`, `add_odp`, `edit_odp`, `del_odp`, `add_midi`, `edit_midi`, `del_midi`, `add_voip`, `edit_voip`, `del_voip`, `add_gsm`, `edit_gsm`, `del_gsm`, `add_item_inventori`, `edit_item_inventori`, `del_item_inventori`, `add_vendor`, `edit_vendor`, `del_vendor`, `show_traffic`, `add_doc`, `edit_doc`, `del_doc`) VALUES (9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `role_management` (`role_id`, `show_customer`, `add_customer`, `edit_customer`, `del_customer`, `show_item`, `add_item`, `edit_item`, `del_item`, `show_bill`, `add_bill`, `del_bill`, `show_coverage`, `add_coverage`, `edit_coverage`, `del_coverage`, `coverage_operator`, `show_slide`, `add_slide`, `edit_slide`, `del_slide`, `show_router`, `add_router`, `edit_router`, `del_router`, `show_saldo`, `show_income`, `add_income`, `edit_income`, `del_income`, `show_user`, `edit_user`, `del_user`, `add_user`, `show_product`, `add_product`, `edit_product`, `del_product`, `show_usage`, `show_history`, `show_speedtest`, `show_log`, `cek_bill`, `cek_usage`, `show_help`, `edit_help`, `del_help`, `add_help`, `register_coverage`, `register_maps`, `register_show`, `coverage_teknisi`, `customer_free`, `customer_isolir`, `edit_bill`, `pay_bill`, `confirm_bill`, `add_odc`, `edit_odc`, `del_odc`, `add_odp`, `edit_odp`, `del_odp`, `add_midi`, `edit_midi`, `del_midi`, `add_voip`, `edit_voip`, `del_voip`, `add_gsm`, `edit_gsm`, `del_gsm`, `add_item_inventori`, `edit_item_inventori`, `del_item_inventori`, `add_vendor`, `edit_vendor`, `del_vendor`, `show_traffic`, `add_doc`, `edit_doc`, `del_doc`) VALUES (10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);

View File

@@ -0,0 +1,120 @@
#
# TABLE STRUCTURE FOR: role_menu
#
DROP TABLE IF EXISTS `role_menu`;
CREATE TABLE `role_menu` (
`role_id` int(11) NOT NULL,
`customer` int(11) NOT NULL,
`customer_menu` int(11) NOT NULL,
`customer_add` int(11) NOT NULL,
`customer_active` int(11) NOT NULL,
`customer_non_active` int(11) NOT NULL,
`customer_waiting` int(11) NOT NULL,
`customer_whatsapp` int(11) NOT NULL,
`customer_chart` int(11) NOT NULL,
`customer_maps` int(11) NOT NULL,
`services_menu` int(11) NOT NULL,
`services_add` int(11) NOT NULL,
`services_item` int(11) NOT NULL,
`services_category` int(11) NOT NULL,
`coverage` int(11) NOT NULL,
`coverage_add` int(11) NOT NULL,
`coverage_menu` int(11) NOT NULL,
`coverage_maps` int(11) NOT NULL,
`bill` int(11) NOT NULL,
`bill_menu` int(11) NOT NULL,
`bill_unpaid` int(11) NOT NULL,
`bill_paid` int(11) NOT NULL,
`bill_due_date` int(11) NOT NULL,
`bill_draf` int(11) NOT NULL,
`bill_debt` int(11) NOT NULL,
`bill_confirm` int(11) NOT NULL,
`bill_code_coupon` int(11) NOT NULL,
`bill_history` int(11) NOT NULL,
`bill_delete` int(11) NOT NULL,
`bill_send` int(11) NOT NULL,
`finance_menu` int(11) NOT NULL,
`finance_income` int(11) NOT NULL,
`finance_expend` int(11) NOT NULL,
`finance_report` int(11) NOT NULL,
`help` int(11) NOT NULL,
`help_menu` int(11) NOT NULL,
`help_category` int(11) NOT NULL,
`router` int(11) NOT NULL,
`router_menu` int(11) NOT NULL,
`router_customer` int(11) NOT NULL,
`router_schedule` int(11) NOT NULL,
`website_menu` int(11) NOT NULL,
`website_slide` int(11) NOT NULL,
`website_product` int(11) NOT NULL,
`user` int(11) NOT NULL,
`user_menu` int(11) NOT NULL,
`user_add` int(11) NOT NULL,
`user_admin` int(11) NOT NULL,
`user_operator` int(11) NOT NULL,
`user_teknisi` int(11) NOT NULL,
`user_mitra` int(11) NOT NULL,
`user_outlet` int(11) NOT NULL,
`user_customer` int(11) NOT NULL,
`user_kolektor` int(11) NOT NULL,
`user_finance` int(11) NOT NULL,
`role_menu` int(11) NOT NULL,
`role_access` int(11) NOT NULL,
`role_sub_menu` int(11) NOT NULL,
`integration_menu` int(11) NOT NULL,
`integration_whatsapp` int(11) NOT NULL,
`integration_email` int(11) NOT NULL,
`integration_telegram` int(11) NOT NULL,
`integration_sms` int(11) NOT NULL,
`integration_payment_gateway` int(11) NOT NULL,
`integration_olt` int(11) NOT NULL,
`integration_radius` int(11) NOT NULL,
`setting_menu` int(11) NOT NULL,
`setting_company` int(11) NOT NULL,
`setting_about_company` int(11) NOT NULL,
`setting_bank_account` int(11) NOT NULL,
`setting_terms_condition` int(11) NOT NULL,
`setting_privacy_policy` int(11) NOT NULL,
`setting_logs` int(11) NOT NULL,
`setting_backup` int(11) NOT NULL,
`setting_other` int(11) NOT NULL,
`customer_free` int(11) NOT NULL,
`customer_isolir` int(11) NOT NULL,
`integration_briva` int(11) NOT NULL,
`integration_moota` int(11) NOT NULL,
`master_menu` int(11) NOT NULL,
`master_odc` int(11) NOT NULL,
`master_odp` int(11) NOT NULL,
`role_group` int(11) NOT NULL,
`maps_menu` int(11) NOT NULL,
`maps_customer` int(11) NOT NULL,
`maps_coverage` int(11) NOT NULL,
`maps_odc` int(11) NOT NULL,
`maps_odp` int(11) NOT NULL,
`master_statuscustomer` int(11) NOT NULL,
`master_branddevice` int(11) NOT NULL,
`master_script` int(11) NOT NULL,
`schedule_menu` int(11) NOT NULL,
`schedule_message` int(11) NOT NULL,
`schedule_billing` int(11) NOT NULL,
`router_usage` int(11) NOT NULL,
`shortcut` int(11) NOT NULL,
`logs_menu` int(11) NOT NULL,
`partner_menu` int(11) NOT NULL,
PRIMARY KEY (`role_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
INSERT INTO `role_menu` (`role_id`, `customer`, `customer_menu`, `customer_add`, `customer_active`, `customer_non_active`, `customer_waiting`, `customer_whatsapp`, `customer_chart`, `customer_maps`, `services_menu`, `services_add`, `services_item`, `services_category`, `coverage`, `coverage_add`, `coverage_menu`, `coverage_maps`, `bill`, `bill_menu`, `bill_unpaid`, `bill_paid`, `bill_due_date`, `bill_draf`, `bill_debt`, `bill_confirm`, `bill_code_coupon`, `bill_history`, `bill_delete`, `bill_send`, `finance_menu`, `finance_income`, `finance_expend`, `finance_report`, `help`, `help_menu`, `help_category`, `router`, `router_menu`, `router_customer`, `router_schedule`, `website_menu`, `website_slide`, `website_product`, `user`, `user_menu`, `user_add`, `user_admin`, `user_operator`, `user_teknisi`, `user_mitra`, `user_outlet`, `user_customer`, `user_kolektor`, `user_finance`, `role_menu`, `role_access`, `role_sub_menu`, `integration_menu`, `integration_whatsapp`, `integration_email`, `integration_telegram`, `integration_sms`, `integration_payment_gateway`, `integration_olt`, `integration_radius`, `setting_menu`, `setting_company`, `setting_about_company`, `setting_bank_account`, `setting_terms_condition`, `setting_privacy_policy`, `setting_logs`, `setting_backup`, `setting_other`, `customer_free`, `customer_isolir`, `integration_briva`, `integration_moota`, `master_menu`, `master_odc`, `master_odp`, `role_group`, `maps_menu`, `maps_customer`, `maps_coverage`, `maps_odc`, `maps_odp`, `master_statuscustomer`, `master_branddevice`, `master_script`, `schedule_menu`, `schedule_message`, `schedule_billing`, `router_usage`, `shortcut`, `logs_menu`, `partner_menu`) VALUES (1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `role_menu` (`role_id`, `customer`, `customer_menu`, `customer_add`, `customer_active`, `customer_non_active`, `customer_waiting`, `customer_whatsapp`, `customer_chart`, `customer_maps`, `services_menu`, `services_add`, `services_item`, `services_category`, `coverage`, `coverage_add`, `coverage_menu`, `coverage_maps`, `bill`, `bill_menu`, `bill_unpaid`, `bill_paid`, `bill_due_date`, `bill_draf`, `bill_debt`, `bill_confirm`, `bill_code_coupon`, `bill_history`, `bill_delete`, `bill_send`, `finance_menu`, `finance_income`, `finance_expend`, `finance_report`, `help`, `help_menu`, `help_category`, `router`, `router_menu`, `router_customer`, `router_schedule`, `website_menu`, `website_slide`, `website_product`, `user`, `user_menu`, `user_add`, `user_admin`, `user_operator`, `user_teknisi`, `user_mitra`, `user_outlet`, `user_customer`, `user_kolektor`, `user_finance`, `role_menu`, `role_access`, `role_sub_menu`, `integration_menu`, `integration_whatsapp`, `integration_email`, `integration_telegram`, `integration_sms`, `integration_payment_gateway`, `integration_olt`, `integration_radius`, `setting_menu`, `setting_company`, `setting_about_company`, `setting_bank_account`, `setting_terms_condition`, `setting_privacy_policy`, `setting_logs`, `setting_backup`, `setting_other`, `customer_free`, `customer_isolir`, `integration_briva`, `integration_moota`, `master_menu`, `master_odc`, `master_odp`, `role_group`, `maps_menu`, `maps_customer`, `maps_coverage`, `maps_odc`, `maps_odp`, `master_statuscustomer`, `master_branddevice`, `master_script`, `schedule_menu`, `schedule_message`, `schedule_billing`, `router_usage`, `shortcut`, `logs_menu`, `partner_menu`) VALUES (2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `role_menu` (`role_id`, `customer`, `customer_menu`, `customer_add`, `customer_active`, `customer_non_active`, `customer_waiting`, `customer_whatsapp`, `customer_chart`, `customer_maps`, `services_menu`, `services_add`, `services_item`, `services_category`, `coverage`, `coverage_add`, `coverage_menu`, `coverage_maps`, `bill`, `bill_menu`, `bill_unpaid`, `bill_paid`, `bill_due_date`, `bill_draf`, `bill_debt`, `bill_confirm`, `bill_code_coupon`, `bill_history`, `bill_delete`, `bill_send`, `finance_menu`, `finance_income`, `finance_expend`, `finance_report`, `help`, `help_menu`, `help_category`, `router`, `router_menu`, `router_customer`, `router_schedule`, `website_menu`, `website_slide`, `website_product`, `user`, `user_menu`, `user_add`, `user_admin`, `user_operator`, `user_teknisi`, `user_mitra`, `user_outlet`, `user_customer`, `user_kolektor`, `user_finance`, `role_menu`, `role_access`, `role_sub_menu`, `integration_menu`, `integration_whatsapp`, `integration_email`, `integration_telegram`, `integration_sms`, `integration_payment_gateway`, `integration_olt`, `integration_radius`, `setting_menu`, `setting_company`, `setting_about_company`, `setting_bank_account`, `setting_terms_condition`, `setting_privacy_policy`, `setting_logs`, `setting_backup`, `setting_other`, `customer_free`, `customer_isolir`, `integration_briva`, `integration_moota`, `master_menu`, `master_odc`, `master_odp`, `role_group`, `maps_menu`, `maps_customer`, `maps_coverage`, `maps_odc`, `maps_odp`, `master_statuscustomer`, `master_branddevice`, `master_script`, `schedule_menu`, `schedule_message`, `schedule_billing`, `router_usage`, `shortcut`, `logs_menu`, `partner_menu`) VALUES (3, 1, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `role_menu` (`role_id`, `customer`, `customer_menu`, `customer_add`, `customer_active`, `customer_non_active`, `customer_waiting`, `customer_whatsapp`, `customer_chart`, `customer_maps`, `services_menu`, `services_add`, `services_item`, `services_category`, `coverage`, `coverage_add`, `coverage_menu`, `coverage_maps`, `bill`, `bill_menu`, `bill_unpaid`, `bill_paid`, `bill_due_date`, `bill_draf`, `bill_debt`, `bill_confirm`, `bill_code_coupon`, `bill_history`, `bill_delete`, `bill_send`, `finance_menu`, `finance_income`, `finance_expend`, `finance_report`, `help`, `help_menu`, `help_category`, `router`, `router_menu`, `router_customer`, `router_schedule`, `website_menu`, `website_slide`, `website_product`, `user`, `user_menu`, `user_add`, `user_admin`, `user_operator`, `user_teknisi`, `user_mitra`, `user_outlet`, `user_customer`, `user_kolektor`, `user_finance`, `role_menu`, `role_access`, `role_sub_menu`, `integration_menu`, `integration_whatsapp`, `integration_email`, `integration_telegram`, `integration_sms`, `integration_payment_gateway`, `integration_olt`, `integration_radius`, `setting_menu`, `setting_company`, `setting_about_company`, `setting_bank_account`, `setting_terms_condition`, `setting_privacy_policy`, `setting_logs`, `setting_backup`, `setting_other`, `customer_free`, `customer_isolir`, `integration_briva`, `integration_moota`, `master_menu`, `master_odc`, `master_odp`, `role_group`, `maps_menu`, `maps_customer`, `maps_coverage`, `maps_odc`, `maps_odp`, `master_statuscustomer`, `master_branddevice`, `master_script`, `schedule_menu`, `schedule_message`, `schedule_billing`, `router_usage`, `shortcut`, `logs_menu`, `partner_menu`) VALUES (4, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `role_menu` (`role_id`, `customer`, `customer_menu`, `customer_add`, `customer_active`, `customer_non_active`, `customer_waiting`, `customer_whatsapp`, `customer_chart`, `customer_maps`, `services_menu`, `services_add`, `services_item`, `services_category`, `coverage`, `coverage_add`, `coverage_menu`, `coverage_maps`, `bill`, `bill_menu`, `bill_unpaid`, `bill_paid`, `bill_due_date`, `bill_draf`, `bill_debt`, `bill_confirm`, `bill_code_coupon`, `bill_history`, `bill_delete`, `bill_send`, `finance_menu`, `finance_income`, `finance_expend`, `finance_report`, `help`, `help_menu`, `help_category`, `router`, `router_menu`, `router_customer`, `router_schedule`, `website_menu`, `website_slide`, `website_product`, `user`, `user_menu`, `user_add`, `user_admin`, `user_operator`, `user_teknisi`, `user_mitra`, `user_outlet`, `user_customer`, `user_kolektor`, `user_finance`, `role_menu`, `role_access`, `role_sub_menu`, `integration_menu`, `integration_whatsapp`, `integration_email`, `integration_telegram`, `integration_sms`, `integration_payment_gateway`, `integration_olt`, `integration_radius`, `setting_menu`, `setting_company`, `setting_about_company`, `setting_bank_account`, `setting_terms_condition`, `setting_privacy_policy`, `setting_logs`, `setting_backup`, `setting_other`, `customer_free`, `customer_isolir`, `integration_briva`, `integration_moota`, `master_menu`, `master_odc`, `master_odp`, `role_group`, `maps_menu`, `maps_customer`, `maps_coverage`, `maps_odc`, `maps_odp`, `master_statuscustomer`, `master_branddevice`, `master_script`, `schedule_menu`, `schedule_message`, `schedule_billing`, `router_usage`, `shortcut`, `logs_menu`, `partner_menu`) VALUES (5, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `role_menu` (`role_id`, `customer`, `customer_menu`, `customer_add`, `customer_active`, `customer_non_active`, `customer_waiting`, `customer_whatsapp`, `customer_chart`, `customer_maps`, `services_menu`, `services_add`, `services_item`, `services_category`, `coverage`, `coverage_add`, `coverage_menu`, `coverage_maps`, `bill`, `bill_menu`, `bill_unpaid`, `bill_paid`, `bill_due_date`, `bill_draf`, `bill_debt`, `bill_confirm`, `bill_code_coupon`, `bill_history`, `bill_delete`, `bill_send`, `finance_menu`, `finance_income`, `finance_expend`, `finance_report`, `help`, `help_menu`, `help_category`, `router`, `router_menu`, `router_customer`, `router_schedule`, `website_menu`, `website_slide`, `website_product`, `user`, `user_menu`, `user_add`, `user_admin`, `user_operator`, `user_teknisi`, `user_mitra`, `user_outlet`, `user_customer`, `user_kolektor`, `user_finance`, `role_menu`, `role_access`, `role_sub_menu`, `integration_menu`, `integration_whatsapp`, `integration_email`, `integration_telegram`, `integration_sms`, `integration_payment_gateway`, `integration_olt`, `integration_radius`, `setting_menu`, `setting_company`, `setting_about_company`, `setting_bank_account`, `setting_terms_condition`, `setting_privacy_policy`, `setting_logs`, `setting_backup`, `setting_other`, `customer_free`, `customer_isolir`, `integration_briva`, `integration_moota`, `master_menu`, `master_odc`, `master_odp`, `role_group`, `maps_menu`, `maps_customer`, `maps_coverage`, `maps_odc`, `maps_odp`, `master_statuscustomer`, `master_branddevice`, `master_script`, `schedule_menu`, `schedule_message`, `schedule_billing`, `router_usage`, `shortcut`, `logs_menu`, `partner_menu`) VALUES (6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `role_menu` (`role_id`, `customer`, `customer_menu`, `customer_add`, `customer_active`, `customer_non_active`, `customer_waiting`, `customer_whatsapp`, `customer_chart`, `customer_maps`, `services_menu`, `services_add`, `services_item`, `services_category`, `coverage`, `coverage_add`, `coverage_menu`, `coverage_maps`, `bill`, `bill_menu`, `bill_unpaid`, `bill_paid`, `bill_due_date`, `bill_draf`, `bill_debt`, `bill_confirm`, `bill_code_coupon`, `bill_history`, `bill_delete`, `bill_send`, `finance_menu`, `finance_income`, `finance_expend`, `finance_report`, `help`, `help_menu`, `help_category`, `router`, `router_menu`, `router_customer`, `router_schedule`, `website_menu`, `website_slide`, `website_product`, `user`, `user_menu`, `user_add`, `user_admin`, `user_operator`, `user_teknisi`, `user_mitra`, `user_outlet`, `user_customer`, `user_kolektor`, `user_finance`, `role_menu`, `role_access`, `role_sub_menu`, `integration_menu`, `integration_whatsapp`, `integration_email`, `integration_telegram`, `integration_sms`, `integration_payment_gateway`, `integration_olt`, `integration_radius`, `setting_menu`, `setting_company`, `setting_about_company`, `setting_bank_account`, `setting_terms_condition`, `setting_privacy_policy`, `setting_logs`, `setting_backup`, `setting_other`, `customer_free`, `customer_isolir`, `integration_briva`, `integration_moota`, `master_menu`, `master_odc`, `master_odp`, `role_group`, `maps_menu`, `maps_customer`, `maps_coverage`, `maps_odc`, `maps_odp`, `master_statuscustomer`, `master_branddevice`, `master_script`, `schedule_menu`, `schedule_message`, `schedule_billing`, `router_usage`, `shortcut`, `logs_menu`, `partner_menu`) VALUES (7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0);
INSERT INTO `role_menu` (`role_id`, `customer`, `customer_menu`, `customer_add`, `customer_active`, `customer_non_active`, `customer_waiting`, `customer_whatsapp`, `customer_chart`, `customer_maps`, `services_menu`, `services_add`, `services_item`, `services_category`, `coverage`, `coverage_add`, `coverage_menu`, `coverage_maps`, `bill`, `bill_menu`, `bill_unpaid`, `bill_paid`, `bill_due_date`, `bill_draf`, `bill_debt`, `bill_confirm`, `bill_code_coupon`, `bill_history`, `bill_delete`, `bill_send`, `finance_menu`, `finance_income`, `finance_expend`, `finance_report`, `help`, `help_menu`, `help_category`, `router`, `router_menu`, `router_customer`, `router_schedule`, `website_menu`, `website_slide`, `website_product`, `user`, `user_menu`, `user_add`, `user_admin`, `user_operator`, `user_teknisi`, `user_mitra`, `user_outlet`, `user_customer`, `user_kolektor`, `user_finance`, `role_menu`, `role_access`, `role_sub_menu`, `integration_menu`, `integration_whatsapp`, `integration_email`, `integration_telegram`, `integration_sms`, `integration_payment_gateway`, `integration_olt`, `integration_radius`, `setting_menu`, `setting_company`, `setting_about_company`, `setting_bank_account`, `setting_terms_condition`, `setting_privacy_policy`, `setting_logs`, `setting_backup`, `setting_other`, `customer_free`, `customer_isolir`, `integration_briva`, `integration_moota`, `master_menu`, `master_odc`, `master_odp`, `role_group`, `maps_menu`, `maps_customer`, `maps_coverage`, `maps_odc`, `maps_odp`, `master_statuscustomer`, `master_branddevice`, `master_script`, `schedule_menu`, `schedule_message`, `schedule_billing`, `router_usage`, `shortcut`, `logs_menu`, `partner_menu`) VALUES (8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `role_menu` (`role_id`, `customer`, `customer_menu`, `customer_add`, `customer_active`, `customer_non_active`, `customer_waiting`, `customer_whatsapp`, `customer_chart`, `customer_maps`, `services_menu`, `services_add`, `services_item`, `services_category`, `coverage`, `coverage_add`, `coverage_menu`, `coverage_maps`, `bill`, `bill_menu`, `bill_unpaid`, `bill_paid`, `bill_due_date`, `bill_draf`, `bill_debt`, `bill_confirm`, `bill_code_coupon`, `bill_history`, `bill_delete`, `bill_send`, `finance_menu`, `finance_income`, `finance_expend`, `finance_report`, `help`, `help_menu`, `help_category`, `router`, `router_menu`, `router_customer`, `router_schedule`, `website_menu`, `website_slide`, `website_product`, `user`, `user_menu`, `user_add`, `user_admin`, `user_operator`, `user_teknisi`, `user_mitra`, `user_outlet`, `user_customer`, `user_kolektor`, `user_finance`, `role_menu`, `role_access`, `role_sub_menu`, `integration_menu`, `integration_whatsapp`, `integration_email`, `integration_telegram`, `integration_sms`, `integration_payment_gateway`, `integration_olt`, `integration_radius`, `setting_menu`, `setting_company`, `setting_about_company`, `setting_bank_account`, `setting_terms_condition`, `setting_privacy_policy`, `setting_logs`, `setting_backup`, `setting_other`, `customer_free`, `customer_isolir`, `integration_briva`, `integration_moota`, `master_menu`, `master_odc`, `master_odp`, `role_group`, `maps_menu`, `maps_customer`, `maps_coverage`, `maps_odc`, `maps_odp`, `master_statuscustomer`, `master_branddevice`, `master_script`, `schedule_menu`, `schedule_message`, `schedule_billing`, `router_usage`, `shortcut`, `logs_menu`, `partner_menu`) VALUES (9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `role_menu` (`role_id`, `customer`, `customer_menu`, `customer_add`, `customer_active`, `customer_non_active`, `customer_waiting`, `customer_whatsapp`, `customer_chart`, `customer_maps`, `services_menu`, `services_add`, `services_item`, `services_category`, `coverage`, `coverage_add`, `coverage_menu`, `coverage_maps`, `bill`, `bill_menu`, `bill_unpaid`, `bill_paid`, `bill_due_date`, `bill_draf`, `bill_debt`, `bill_confirm`, `bill_code_coupon`, `bill_history`, `bill_delete`, `bill_send`, `finance_menu`, `finance_income`, `finance_expend`, `finance_report`, `help`, `help_menu`, `help_category`, `router`, `router_menu`, `router_customer`, `router_schedule`, `website_menu`, `website_slide`, `website_product`, `user`, `user_menu`, `user_add`, `user_admin`, `user_operator`, `user_teknisi`, `user_mitra`, `user_outlet`, `user_customer`, `user_kolektor`, `user_finance`, `role_menu`, `role_access`, `role_sub_menu`, `integration_menu`, `integration_whatsapp`, `integration_email`, `integration_telegram`, `integration_sms`, `integration_payment_gateway`, `integration_olt`, `integration_radius`, `setting_menu`, `setting_company`, `setting_about_company`, `setting_bank_account`, `setting_terms_condition`, `setting_privacy_policy`, `setting_logs`, `setting_backup`, `setting_other`, `customer_free`, `customer_isolir`, `integration_briva`, `integration_moota`, `master_menu`, `master_odc`, `master_odp`, `role_group`, `maps_menu`, `maps_customer`, `maps_coverage`, `maps_odc`, `maps_odp`, `master_statuscustomer`, `master_branddevice`, `master_script`, `schedule_menu`, `schedule_message`, `schedule_billing`, `router_usage`, `shortcut`, `logs_menu`, `partner_menu`) VALUES (10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);

View File

@@ -0,0 +1,26 @@
#
# TABLE STRUCTURE FOR: router
#
DROP TABLE IF EXISTS `router`;
CREATE TABLE `router` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`is_active` int(11) NOT NULL,
`alias` varchar(50) NOT NULL,
`ip_address` text NOT NULL,
`username` varchar(20) NOT NULL,
`password` varchar(100) NOT NULL,
`port` int(11) NOT NULL,
`date_reset` int(11) NOT NULL,
`create_by` int(11) NOT NULL,
`router_mitra` int(11) NOT NULL,
`ros_version` text NOT NULL,
`services` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
INSERT INTO `router` (`id`, `is_active`, `alias`, `ip_address`, `username`, `password`, `port`, `date_reset`, `create_by`, `router_mitra`, `ros_version`, `services`) VALUES (1, 1, 'dms1', '103.138.63.178', 'dmsaw', 'gampang13579', 8729, 0, 0, 0, 'V7', 'API');
INSERT INTO `router` (`id`, `is_active`, `alias`, `ip_address`, `username`, `password`, `port`, `date_reset`, `create_by`, `router_mitra`, `ros_version`, `services`) VALUES (2, 0, 'dms2', '103.138.63.184', 'dmsaw', 'gampang2025', 8729, 0, 1, 0, 'V7', 'API');

View File

@@ -0,0 +1,15 @@
#
# TABLE STRUCTURE FOR: script
#
DROP TABLE IF EXISTS `script`;
CREATE TABLE `script` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`name` text NOT NULL,
`vendor` text NOT NULL,
`onu_type` text NOT NULL,
`script` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,16 @@
#
# TABLE STRUCTURE FOR: slide
#
DROP TABLE IF EXISTS `slide`;
CREATE TABLE `slide` (
`slide_id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(225) NOT NULL,
`picture` text NOT NULL,
`description` text NOT NULL,
`link` text NOT NULL,
`create_by` int(11) NOT NULL,
PRIMARY KEY (`slide_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

View File

@@ -0,0 +1,34 @@
#
# TABLE STRUCTURE FOR: sms_gateway
#
DROP TABLE IF EXISTS `sms_gateway`;
CREATE TABLE `sms_gateway` (
`sms_id` int(9) NOT NULL AUTO_INCREMENT,
`sms_name` text NOT NULL,
`sms_url` text NOT NULL,
`sms_token` text NOT NULL,
`sms_user` text NOT NULL,
`sms_password` text NOT NULL,
`sms_api_key` text NOT NULL,
`is_active` int(11) NOT NULL,
`sms_vendor` text NOT NULL,
`sms_createinvoice` int(11) NOT NULL,
`sms_paymentinvoice` int(11) NOT NULL,
`sms_duedateinvoice` int(11) NOT NULL,
`sms_interval` int(11) NOT NULL,
`sms_reminderinvoice` int(11) NOT NULL,
`sms_sender` text NOT NULL,
`sms_time_start` text NOT NULL,
`sms_time_end` text NOT NULL,
`text_bill` text NOT NULL,
`text_payment` text NOT NULL,
`text_duedate` text NOT NULL,
`text_add_customer` text NOT NULL,
PRIMARY KEY (`sms_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
INSERT INTO `sms_gateway` (`sms_id`, `sms_name`, `sms_url`, `sms_token`, `sms_user`, `sms_password`, `sms_api_key`, `is_active`, `sms_vendor`, `sms_createinvoice`, `sms_paymentinvoice`, `sms_duedateinvoice`, `sms_interval`, `sms_reminderinvoice`, `sms_sender`, `sms_time_start`, `sms_time_end`, `text_bill`, `text_payment`, `text_duedate`, `text_add_customer`) VALUES (1, '', '', '', '', '', '', 0, '', 0, 0, 0, 0, 0, '', '', '', '', '', '', '');

View File

@@ -0,0 +1,29 @@
#
# TABLE STRUCTURE FOR: theme
#
DROP TABLE IF EXISTS `theme`;
CREATE TABLE `theme` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`user_id` int(11) NOT NULL,
`dark_mode` int(11) NOT NULL,
`nav_active` text NOT NULL,
`primary-color` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
INSERT INTO `theme` (`id`, `user_id`, `dark_mode`, `nav_active`, `primary-color`) VALUES (1, 55, 1, '', '');
INSERT INTO `theme` (`id`, `user_id`, `dark_mode`, `nav_active`, `primary-color`) VALUES (2, 1, 1, '', '');
INSERT INTO `theme` (`id`, `user_id`, `dark_mode`, `nav_active`, `primary-color`) VALUES (3, 57, 1, '', '');
INSERT INTO `theme` (`id`, `user_id`, `dark_mode`, `nav_active`, `primary-color`) VALUES (4, 30, 1, '', '');
INSERT INTO `theme` (`id`, `user_id`, `dark_mode`, `nav_active`, `primary-color`) VALUES (5, 59, 1, '', '');
INSERT INTO `theme` (`id`, `user_id`, `dark_mode`, `nav_active`, `primary-color`) VALUES (6, 74, 1, '', '');
INSERT INTO `theme` (`id`, `user_id`, `dark_mode`, `nav_active`, `primary-color`) VALUES (7, 81, 1, '', '');
INSERT INTO `theme` (`id`, `user_id`, `dark_mode`, `nav_active`, `primary-color`) VALUES (8, 84, 1, '', '');
INSERT INTO `theme` (`id`, `user_id`, `dark_mode`, `nav_active`, `primary-color`) VALUES (9, 90, 1, '', '');
INSERT INTO `theme` (`id`, `user_id`, `dark_mode`, `nav_active`, `primary-color`) VALUES (10, 97, 1, '', '');
INSERT INTO `theme` (`id`, `user_id`, `dark_mode`, `nav_active`, `primary-color`) VALUES (11, 112, 1, '', '');
INSERT INTO `theme` (`id`, `user_id`, `dark_mode`, `nav_active`, `primary-color`) VALUES (12, 36, 1, '', '');

View File

@@ -0,0 +1,45 @@
#
# TABLE STRUCTURE FOR: timezone
#
DROP TABLE IF EXISTS `timezone`;
CREATE TABLE `timezone` (
`timezid` int(11) NOT NULL AUTO_INCREMENT,
`tz` varchar(255) NOT NULL,
`gmt` text NOT NULL,
PRIMARY KEY (`timezid`)
) ENGINE=MyISAM AUTO_INCREMENT=31 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
INSERT INTO `timezone` (`timezid`, `tz`, `gmt`) VALUES (1, 'Pacific/Kwajalein', '(GMT -12:00) Eniwetok, Kwajalein');
INSERT INTO `timezone` (`timezid`, `tz`, `gmt`) VALUES (2, 'Pacific/Samoa', '(GMT -11:00) Midway Island, Samoa');
INSERT INTO `timezone` (`timezid`, `tz`, `gmt`) VALUES (3, 'Pacific/Honolulu', '(GMT -10:00) Hawaii');
INSERT INTO `timezone` (`timezid`, `tz`, `gmt`) VALUES (4, 'America/Anchorage', '(GMT -9:00) Alaska');
INSERT INTO `timezone` (`timezid`, `tz`, `gmt`) VALUES (5, 'America/Los_Angeles', '(GMT -8:00) Pacific Time (US & Canada) Los Angeles, Seattle');
INSERT INTO `timezone` (`timezid`, `tz`, `gmt`) VALUES (6, 'America/Denver', '(GMT -7:00) Mountain Time (US & Canada) Denver');
INSERT INTO `timezone` (`timezid`, `tz`, `gmt`) VALUES (7, 'America/Chicago', '(GMT -6:00) Central Time (US & Canada), Chicago, Mexico City');
INSERT INTO `timezone` (`timezid`, `tz`, `gmt`) VALUES (8, 'America/New_York', '(GMT -5:00) Eastern Time (US & Canada), New York, Bogota, Lima');
INSERT INTO `timezone` (`timezid`, `tz`, `gmt`) VALUES (9, 'Atlantic/Bermuda', '(GMT -4:00) Atlantic Time (Canada), Caracas, La Paz');
INSERT INTO `timezone` (`timezid`, `tz`, `gmt`) VALUES (10, 'Canada/Newfoundland', '(GMT -3:30) Newfoundland');
INSERT INTO `timezone` (`timezid`, `tz`, `gmt`) VALUES (11, 'Brazil/East', '(GMT -3:00) Brazil, Buenos Aires, Georgetown');
INSERT INTO `timezone` (`timezid`, `tz`, `gmt`) VALUES (12, 'Atlantic/Azores', '(GMT -2:00) Mid-Atlantic');
INSERT INTO `timezone` (`timezid`, `tz`, `gmt`) VALUES (13, 'Atlantic/Cape_Verde', '(GMT -1:00 hour) Azores, Cape Verde Islands');
INSERT INTO `timezone` (`timezid`, `tz`, `gmt`) VALUES (14, 'Europe/London', '(GMT) Western Europe Time, London, Lisbon, Casablanca');
INSERT INTO `timezone` (`timezid`, `tz`, `gmt`) VALUES (15, 'Europe/Brussels', '(GMT +1:00 hour) Brussels, Copenhagen, Madrid, Paris');
INSERT INTO `timezone` (`timezid`, `tz`, `gmt`) VALUES (16, 'Europe/Helsinki', '(GMT +2:00) Kaliningrad, South Africa');
INSERT INTO `timezone` (`timezid`, `tz`, `gmt`) VALUES (17, 'Asia/Baghdad', '(GMT +3:00) Baghdad, Riyadh, Moscow, St. Petersburg');
INSERT INTO `timezone` (`timezid`, `tz`, `gmt`) VALUES (18, 'Asia/Tehran', '(GMT +3:30) Tehran');
INSERT INTO `timezone` (`timezid`, `tz`, `gmt`) VALUES (19, 'Asia/Baku', '(GMT +4:00) Abu Dhabi, Muscat, Baku, Tbilisi');
INSERT INTO `timezone` (`timezid`, `tz`, `gmt`) VALUES (20, 'Asia/Kabul', '(GMT +4:30) Kabul');
INSERT INTO `timezone` (`timezid`, `tz`, `gmt`) VALUES (21, 'Asia/Karachi', '(GMT +5:00) Ekaterinburg, Islamabad, Karachi, Tashkent');
INSERT INTO `timezone` (`timezid`, `tz`, `gmt`) VALUES (22, 'Asia/Calcutta', '(GMT +5:30) Bombay, Calcutta, Madras, New Delhi');
INSERT INTO `timezone` (`timezid`, `tz`, `gmt`) VALUES (23, 'Asia/Dhaka', '(GMT +6:00) Almaty, Dhaka, Colombo');
INSERT INTO `timezone` (`timezid`, `tz`, `gmt`) VALUES (24, 'Asia/Bangkok', '(GMT +7:00) Bangkok, Hanoi, Jakarta');
INSERT INTO `timezone` (`timezid`, `tz`, `gmt`) VALUES (25, 'Asia/Hong_Kong', '(GMT +8:00) Beijing, Perth, Singapore, Hong Kong');
INSERT INTO `timezone` (`timezid`, `tz`, `gmt`) VALUES (26, 'Asia/Tokyo', '(GMT +9:00) Tokyo, Seoul, Osaka, Sapporo, Yakutsk');
INSERT INTO `timezone` (`timezid`, `tz`, `gmt`) VALUES (27, 'Australia/Adelaide', '(GMT +9:30) Adelaide, Darwin');
INSERT INTO `timezone` (`timezid`, `tz`, `gmt`) VALUES (28, 'Pacific/Guam', '(GMT +10:00) Eastern Australia, Guam, Vladivostok');
INSERT INTO `timezone` (`timezid`, `tz`, `gmt`) VALUES (29, 'Asia/Magadan', '(GMT +11:00) Magadan, Solomon Islands, New Caledonia');
INSERT INTO `timezone` (`timezid`, `tz`, `gmt`) VALUES (30, 'Pacific/Fiji', '(GMT +12:00) Auckland, Wellington, Fiji, Kamchatka');

View File

@@ -0,0 +1,186 @@
#
# TABLE STRUCTURE FOR: user
#
DROP TABLE IF EXISTS `user`;
CREATE TABLE `user` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`email` varchar(128) NOT NULL,
`password` varchar(100) NOT NULL,
`name` varchar(128) NOT NULL,
`phone` varchar(25) NOT NULL,
`address` text NOT NULL,
`image` varchar(225) NOT NULL,
`role_id` text NOT NULL,
`is_active` int(1) NOT NULL,
`date_created` int(11) NOT NULL,
`gender` varchar(10) NOT NULL,
`no_services` varchar(50) NOT NULL,
`fee` int(11) NOT NULL,
`ppn` varchar(40) NOT NULL,
`pph` varchar(40) NOT NULL,
`bhp` varchar(40) NOT NULL,
`uso` varchar(40) NOT NULL,
`admin` varchar(40) NOT NULL,
`fee_active` varchar(40) NOT NULL,
`fee_mitra` varchar(50) NOT NULL,
`lang` text NOT NULL,
`codephone` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=196 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (1, 'dimensizello@gmail.com', '$2a$12$zjjt.g.qbcIPx68LmSiMSeHDrRgS0Pw6w60qvxTegudXhx7sKuKEm', 'dwi hardika', '082247278877', 'sukawati', 'default1.jpg', '1', 1, 1565599788, 'Male', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (29, 'test@dimensitech.my.id', '$2y$10$BjkTerVPh9k9uib2hAnfz.QhA0DCl3Pa1brmMtJFvBYi72FaHdWf.', 'dwi', '082247278877', 'glp', 'default.jpg', '2', 1, 1758606445, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (30, 'apriliaastari527@gmail.com', '$2y$10$2AUDCDaZQsWV4.nYEaSJdefIb78uQ7w5fRDM0Ob4sQQS9JZIrks3i', 'astari', '', '', 'default.jpg', '7', 1, 1758610075, '', '', 0, '0', '0', '0', '0', '', '', '0', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (31, 'warniasihbdl@dimensitech.my.id', '$2y$10$EpU.7Ap0yZnQdqgqQUZHbucX1bpUhemfDs/ah02S5uLn28ROM.ljS', 'NI KADEK WARNIASIH', '085933523832', 'Banjar bedil', 'default.jpg', '2', 1, 1758690295, '', '', 0, '', '', '', '', '', '', '', 'indonesia', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (32, 'agussuardana6166@gmail.com', '$2y$10$IiyhO8oNzM/P4ve0thjpG.y2tdM9cAlGuS1tKBoDRYt1RndHiiQcC', 'I Putu Agus Suardana', '0881037595317', 'Puaya , desa batuan', 'default.jpg', '2', 1, 1758713976, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (33, 'justinputra391@gmail.com', '$2y$10$kFEOve2FgiPd2c.bgmrt3ehs14sMiLOA4Ek8qpVCqgjw2XFHhOgCm', 'Ni Wayan Susanti', '082236066451', 'Bon biu', 'default.jpg', '2', 1, 1758714352, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (36, 'karianapinda@dimensitech.my.id', '$2y$10$R9HOkEudKI4CgfL.P55DkujeMOyGsH.bK.w2HHnDiApT4cj3wzNBi', 'Ketut Kariana', '0881038370275', 'Pinda ', 'default.jpg', '2', 1, 1758807208, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (38, 'agungwirayudha@dimensitech.my.id', '$2y$10$pKTFldq4iY1bt8o50KitHug68w7iXauIWPO/DLISLtNfUuCUpzyMy', 'IDA BAGUS AGUNG WIRAYUDHA', '0895394600583', 'BTN GELUMPANG', 'default.jpg', '2', 1, 1758821886, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (39, 'ogikpinda@dimensitech.my.id', '$2y$10$T21jaOnEptYp12CjH.0Kv.dUBH8d7TCk86TxwyUOJRyKxMa6J2bqS', 'OGIK', '085921030055', 'pinda rumah ogik', 'default.jpg', '2', 1, 1758822528, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (40, 'sangayunyomanseri@dimensitech.my.id', '$2y$10$PJ75.9e0XKLKzPyTexACvuPJUT0w6dr7Yuauh.on7NGuLY6PSIeI.', 'Sang Ayu Nyoman Seri', '087817722492', 'pekuwudan', 'default.jpg', '2', 1, 1758824625, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (41, 'idabagussemaraputra@yahoo.com', '$2y$10$JCfiVJ51rGuIYnpiNAcOruMV10kEmqFrt6XN2r0t5bv7ARKhhDSqG', 'IDA BAGUS GEDE SEMARA PUTRA', '0895410969348', 'gelumpang', 'default.jpg', '2', 1, 1758827929, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (42, 'moyopalak@dimensitech.my.id', '$2y$10$awWCE5gJ58q1hb3CR2TMN.yEaX00yYTUk/nUHuivbDP..uSNF0xIS', 'BUDIARTHA', '081805353949', 'palak', 'default.jpg', '2', 1, 1758828375, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (43, 'lili@dimensitech.my.id', '$2y$10$6rZB2YfcI29ZlmbrrnGVTupTMS6ACT7O26T3k6zV1E6PMC336YsgG', 'ibu lili', '081360504340', 'gelumpang jalan pantai purnama', 'default.jpg', '2', 1, 1758828678, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (44, 'guswijendra2017@gmail.com', '$2y$10$uaY/TUTeEkB8aJh2mcuSrOAY8kshCjsjh44mbgD3PBiIZL0.N84/W', 'I Made Gus Wijendra', '081977323007', 'Banda', 'default.jpg', '2', 1, 1758841261, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (45, 'guswijendra212@dimensitech.my.id', '$2y$10$qOs0Lm6vqZIp40zUpekmPOMoYFUDFyS8t1NZ28xxGrOAIMCZ3Pq6.', 'I Made Gus Wijendra 2', '081977323007', 'Banda', 'default.jpg', '2', 1, 1758841626, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (47, 'istianah@dimensitech.my.id', '$2y$10$ObEmhwouSAk4bLGITV0MMOzX2lTP.IvVA/9gi.F8FEibeM.XZoNCW', 'ISTIANAH', '082228414599', 'puaya warung jawa', 'default.jpg', '2', 1, 1758850966, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (48, 'indahjayanthi@dimensitech.my.id', '$2y$10$2e6as5Id0Sr65atfkGbugum1KSBKRZNQkntEU5mQpw50hXlDu1nSe', 'NI KADEK INDAH JAYANTHI', '081339485528', 'palak pak ruja', 'default.jpg', '2', 1, 1758851741, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (49, 'mandiri@dimensitech.my.id', '$2y$10$9GcWoHR2UG847l/stVOsKORrhFtEzwjNk5THeYePoWmSJ7p.QWpaa', 'MANDIRI', '', '', 'default.jpg', '7', 1, 1758852689, '', '', 0, '0', '0', '0', '0', '', '', '0', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (50, 'bca@dimensitech.my.id', '$2y$10$JArmYEpHo3mOTYSvHsFYCeWRtmHJwXfYpjc4Qab8SEZw.cWyAlpsS', 'BCA', '', '', 'default.jpg', '7', 1, 1758852724, '', '', 0, '0', '0', '0', '0', '', '', '0', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (51, 'lpdsukawati@dimensitech.my.id', '$2y$10$sCb3LRHWLhNayTyjpjQ.5.26eea6uvuSe9zehaUhSqsKYs6Ta/M76', 'LPD SUKAWATI', '', '', 'default.jpg', '7', 1, 1758852766, '', '', 0, '0', '0', '0', '0', '', '', '0', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (52, 'bni@dimensitech.my.id', '$2y$10$7cAOdFOotbOwf2.XfqaUYeQ.gTqHrnUZJjJ44OcYds9lVs5G8IIDq', 'BNI', '', '', 'default.jpg', '7', 1, 1758852800, '', '', 0, '0', '0', '0', '0', '', '', '0', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (53, 'bri@dimensitech.my.id', '$2y$10$BdIbTLvfix5KBpT.tFfL2eipUQN/q6BqQJM2ntKQXMY1A6UzHw5dS', 'BRI', '', '', 'default.jpg', '7', 1, 1758852836, '', '', 0, '0', '0', '0', '0', '', '', '0', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (54, 'agm@dimensitech.my.id', '$2y$10$CdbsS3/cqhl6wAKF.xkrIeNqHljyXzZz7QLHxKGBxGPB9dHzrmNhm', 'AGM', '', '', 'default.jpg', '7', 1, 1758852867, '', '', 0, '0', '0', '0', '0', '', '', '0', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (55, 'reihankina@gmail.com', '$2y$10$paGC4h0Hhmpjxc7QYDcW8uee9Og8IpVsfpPRYTHPQVv7Z0D3LBWuW', 'STORING', '', '', 'default.jpg', '7', 1, 1758852948, '', '', 0, '0', '0', '0', '0', '', '', '0', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (58, 'nyomandiara8@gmail.com', '$2y$10$/E2aZhWj3MEDIABVwSPPauqGl/LyeX957jn0JFBAeijmmfpbM5x4q', 'I NYOMAN DIARA', '081936032818', 'banda', 'default.jpg', '2', 1, 1758866310, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (60, 'renita@dimensitech.my.id', '$2y$10$v7Cam1uvNKoqMvS8xvTnUu.RDbpFMdpNHmEiGHwnN5LgW8u2fszEO', 'NI PUTU RENITA CAROLINA', '085935286678', 'Banda', 'default.jpg', '2', 1, 1758886390, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (61, 'sudariani@dimensitech.my.id', '$2y$10$mpJsVh0KfeEQdEQ6LaQ/E.e/onw4iwNg64v1B1eNxa2wa56suopeW', 'NI KADEK AYU SUDARIANI', '081237237462', 'peninjuan', 'default.jpg', '2', 1, 1758889143, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (62, 'nyomansrinadi0305@gmail.com', '$2y$10$bst6nacSKVb4o1TWVT2IQeCu8Ogtss29xpBv/BTfNUTtXgj6Ybjzy', 'NI NYOMAN SRI NADI', '085692206718', 'sakah', 'default.jpg', '2', 1, 1758889732, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (63, 'somabaliputra@dimensitech.my.id', '$2y$10$OvHXer4KBdcorLt4PZ00pe1ny53oYkaps7Hz19bqVCxixaVIS41rW', 'I WAYAN SOMA BALI PUTRA', '085739103520', 'pekuwudan', 'default.jpg', '2', 1, 1758890435, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (65, 'kartini@dimensitech.my.id', '$2y$10$NI8abb1XN/dGME9hQVzUcOArNlj6k78ciWseOr6LjiSdWse.7Gweu', 'NI KETUT KARTINI', '081338286095', '', 'default.jpg', '2', 1, 1758891743, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (66, 'mahaguna.suarsana@gmail.com', '$2y$10$WaghgKrx6plQfH2kwwk8J.8D8d.UqI8WyAvkN6tDDR/pHEICvU8zW', 'PUTU MAHAGUNA SUARSANA', '085737077741', '', 'default.jpg', '2', 1, 1758892483, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (69, 'novantini@dimensitech.my.id', '$2y$10$j/tKuRAxgrO4yq0TXhquNepYjiUQ9Ro1KNRYASftj.GgjU0BsUm9K', 'NOVANTINI', '0881037172171', 'Bon biu', 'default.jpg', '2', 1, 1758959086, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (70, 'ayusriutamu222@gmail.com', '$2y$10$eXFMhTRBbOqmXfCdzgvVK.PZ6jxnEh0mXuO0fH52N0HAMfb4IWG36', 'NI PUTU AYU SRI UTAMI', '082145582327', 'Peninjuan', 'default.jpg', '2', 1, 1758960661, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (71, 'zurkoni@dimensitech.my.id', '$2y$10$r.lvzvK.Q6i11.6gZx.i.OKlfdpVKBT5.4UJY9mSW4GpxY1tvDa6O', 'ZURKONI', '081236293951', 'Banda', 'default.jpg', '2', 1, 1758961293, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (72, 'sentana.sukahati88@gmail.com', '$2y$10$hetP72YdrbxhvLiMlZUI4ebgz4Xo/H.j5i50gVYUNTxnd9l.Ps.7i', 'I WAYAN GEDE SENTANA PUTRA', '085337185584', 'Dlodpangkung', 'default.jpg', '2', 1, 1758961819, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (73, 'novawijaya@dimensitech.my.id', '$2y$10$2lVoL.fio4h.9IZbBmPvpOy8ywoGZxsXXBA.c.e8bcFU9jwkyjEbu', 'I MADE NOVA WIJAYA PUTRA', '08970121697', 'Dlodpangkung', 'default.jpg', '2', 1, 1758962302, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (74, 'indayani@dimensitech.my.id', '$2y$10$Qbhu4OQMkxFF2YqtkjZJruddFDxIXY7ydjEcvC33QHkTuUsrPs30O', 'KADEK INDAYANI', '085238950003', 'Telabah', 'default.jpg', '2', 1, 1758962917, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (75, 'teguhkurniawan549@gmail.com', '$2y$10$xUQMma7a1PnZLAtUiAmGOeCALWRQ8rHu6Bf5bw9kLUI8JwPGwtmxm', 'I KOMANG TEGUH KURNIAWAN', '085798243809', 'Telabah gang ke barat', 'default.jpg', '2', 1, 1758963665, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (76, 'madepana2@gmail.com', '$2y$10$hXEQlCo/YpAyrll1TeTWCeC.2nzfp711rFTl/EfF607sZq6qJbZbe', 'LUH BUDI YASTRINI', '083890620773', 'Mawang dlod sema', 'default.jpg', '2', 1, 1758976759, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (77, 'budiasabnd@dimensitech.my.id', '$2y$10$OSmIV61anS4q3XN/cqjF7e6BULfXGLwp44V8.ybxuhPQnT/USiM3G', 'I PUTU BUDIASA', '081997796306', 'Btn santika karya', 'default.jpg', '2', 1, 1758977284, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (78, 'yanobeng@dimensitech.my.id', '$2y$10$EPAGi4HpvoFzLhIxxarFbuPqVa6Dp5dF7eJhpXz6kPUQuG5lSTHLC', 'YAN OBENG', '089606174070', 'Babakan', 'default.jpg', '2', 1, 1758978369, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (79, 'komangaryabbk@dimensitech.my.id', '$2y$10$LU.ouTR9EQjKOu9Fhdji4.By8SinS1zuknKWTJ8kFb2NNGWSrK5MS', 'KOMANG ARYA', '082144657314', 'Babakan', 'default.jpg', '2', 1, 1758978542, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (80, 'diarta@dimensitech.my.id', '$2y$10$uYOyGTKSjPPwlcUKpDQVFOjnCTEFq63eUXC7iFiQWdDkhQ3siXqWW', 'KETUT DIARTA', '087860746818', 'Bon biu', 'default.jpg', '2', 1, 1758979605, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (81, 'wardyaningsih@dimensitech.my.id', '$2y$10$SUw.6BQ7IqRrHd0auCopwucWHdlEC2HhVHA9xnMSr4c.baVBBcWbm', 'LUH MADE WARDYANINGSIH', '085739106902', 'Kebalian', 'default.jpg', '2', 1, 1758980952, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (82, 'nyomansukadana@dimensitech.my.id', '$2y$10$3iMSVFqIKW0iC7F2KjThP.O6K7rw.mqtVQb9f3rJh72GP7STeob8S', 'NYOMAN SUKADANA', '087860017990', 'Telabah', 'default.jpg', '2', 1, 1758981363, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (83, 'cokrai@dimensitech.my.id', '$2y$10$iVxDBQLmMFOGXfQuAOQAquxXVZpokTB1DwBJKGcLzFcMSeJtMamI.', 'COKORDA RAI MADIANA', '081936519107', 'Glulung', 'default.jpg', '2', 1, 1758981860, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (85, 'supriyono@dimensitech.my.id', '$2y$10$.WuEF6ZTzIXVi4kt6272G.gOjU41xolYAUAHx674bJr0Lc2LgEuk.', 'Supriyono', '081994074304', 'Babakan', 'default.jpg', '2', 1, 1759152026, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (87, 'premawahini@dimensitech.my.id', '$2y$10$Kr.y79lLpeBw7qT687G18.PSbaOCMCmTIj41CoGfzV4VENkHf21dO', 'PREMA WAHINI', '089605484396', 'Sukawati', 'default.jpg', '2', 1, 1759240084, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (88, 'tuttikabnd@dimensitech.my.id', '$2y$10$wZ5Z0rVQtaOIKonHJ552iueF69ea6l86TY7NbTIkB9.M0Py7oGDsy', 'KETUT TIKA ( banda )', '6281999145164', 'Banda', 'default.jpg', '2', 1, 1759252294, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (89, 'mudika@dimensitech.my.id', '$2y$10$72ZbgPncRKZ6ir/CJBFDdeCJK92LrOMQRvY2ZXRL/egjCm3dq6Ufe', 'I WAYAN MUDIKA', '08970464522', 'Pinda', 'default.jpg', '2', 1, 1759275333, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (90, 'chandrasedanaasri11@gmail.com', '$2y$10$RN19Db7IFQRmp17sAgfysuco04qD617yDRmEiJuEPEKLzgSXhpYk6', 'KSP Chandra Sedana Asri', '085966433848', 'Br. Banda Saba Blahbatuh', 'default.jpg', '7', 1, 1759283461, 'Male', '', 0, '0', '0', '0', '0', '', '', '0', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (91, 'intannia8040@gmail.com', '$2y$10$mOZgheXxFMrbeaDdj5tHdu/gOc16fYSfvS4NfZlcEZEA1kCtVW1fG', 'INTAN KURNIA IRAWAN', '083132605462', 'Gelumpang', 'default.jpg', '2', 1, 1759329648, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (92, 'nuriisineini18@gmail.com', '$2y$10$2vmmOszpgJvKcyGzaVCl1eTGlfAdv3AWr8DPjvLKgBkKThv9qsY36', 'NURI ISNENI', '087750568741', 'Gelumpabg , kos barat pura uluncarik', 'default.jpg', '2', 1, 1759370560, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (93, 'ekagend20@gmail.com', '$2y$10$nF87FZc8YmzLgMjhiYzeDeaw/z5uOXQlvRLl7tipvKYv5O6QIvo7y', 'I WAYAN EKA WIDIANTARA', '081547273151', 'Banda ', 'default.jpg', '2', 1, 1759462829, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (94, 'supartaketut77@gmail.com', '$2y$10$XDgi03bUV/1xfceVmsdZ/uiXW5.YllfASogiND3QsfoO9LlbEOECC', 'I KETUT SUPARTA', '082146418958', 'Peninjoan bpd ke barat', 'default.jpg', '2', 1, 1759476545, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (95, 'cokgedeanom@gmail.com', '$2y$10$UL2/Ptbnoz2KY6SFYOk6R.lITVkBcmNVGXygPlCBwUhKn/Zil.fV6', 'COKORDA GEDE ANOM', '082245709403', 'Dlidpangkung barat pura banjar, selatan jalan', 'default.jpg', '2', 1, 1759546842, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (96, 'adi003739@gmail.com', '$2y$10$3l/q9djz/wFNU1t2XXDqxOfJD0dL7YrulXtEGCAaSw1CeIsxehN36', 'I KADEK ADI SUANTARA', '895410959576', 'Gelumpang', 'default.jpg', '2', 1, 1759564887, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (98, 'masna@dimensitech.my.id', '$2y$10$yNk9AH9RcQkq2TeTr3qmTOm2feCGpd511CgmuVaYYE0hwrRJZksZK', 'I Wayan Masna', '6281353648407', 'Bon biu', 'default.jpg', '2', 1, 1759718146, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (99, 'murtinibonbiyu@dimensitech.my.id', '$2y$10$hpVBcR2zPCVrPB.AazPf3.V/zsyjwWhuoInr3y1yF38ukm/kwaAZW', 'Ni Nyoman Murtini ( bonbiyu )', '6285956683359', 'Bon biyu', 'default.jpg', '2', 1, 1759722911, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (100, 'yogaprasetya459@gmail.com', '$2y$10$9JVgFUwuzhLfXvRvrmYxVOdheP/NF9U6.PVoG5oodik9Rbd5Nogwq', 'I Wayan Yoga Prasetya', '6287860133556', 'Dlodpangkung toko bangunan yoga', 'default.jpg', '2', 1, 1759737176, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (101, 'kmagusmanik@gmail.com', '$2y$10$FVhTCOtqr5RzIBsQZi4Su.H/SEIA2xFl9nzkT7KKiUtrtG95szAiG', 'I KADEK JULIANA', '6287793290164', 'Banda', 'default.jpg', '2', 1, 1759752566, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (102, 'baglug@dimensitech.my.id', '$2y$10$CeWfbrkLPWQPFUX0PwJ8A.4.Ee6i5MuTDNPOkaLgLTlXPOQ9TCQ6C', 'BAGLUG', '', '', 'default.jpg', '7', 1, 1759802769, '', '', 0, '0', '0', '0', '0', '', '', '0', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (103, 'pramaditagede6@gmail.com', '$2y$10$iAAIv9RV3FJOTRqRNvi3UO53GgkI1rR4ZvmBV19wDb.RY7ph3CcYS', 'GEDE PUTU PRAMADITA', '85926863046', 'Jungut, selatan sma jalan ke timur', 'default.jpg', '2', 1, 1759806579, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (104, 'suardika212glp@dimensitech.my.id', '$2y$10$VtyjUog659NAcWNxcaRxNeCNOWTsYYg95d1uX3wDO.M6tvvuj9Q52', 'GEDE SUARDIKA', '87732529056', 'Btn gelumpang, jalan paling timur', 'default.jpg', '2', 1, 1759818951, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (105, 'sidayana1007@gmai.com', '$2y$10$m0oJxHneQxYJmRK4kvIdquZlJhJs0tZh51030y/5vGgclJpSDuMIK', 'I NYOMAN SIDAYANA', '87849706941', 'Banda', 'default.jpg', '2', 1, 1759929477, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (106, 'sanjayapasek02@gmail.com', '$2y$10$4DcOk67asa6OXvn8AmZciujTFqVnapF9PYkOboQ3gYW6NtBWyLZti', 'I WAYAN PASEK SANJAYA', '81999272004', 'Banda', 'default.jpg', '2', 1, 1759929933, '', '', 0, '', '', '', '', '', '', '', 'indonesia', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (107, 'sriparwatibnd@dimensitech.my.id', '$2y$10$8YsPbbYndrKnz9DLjL5hiOKv5nU/VXluQbrYGDh0/5/xxH.9tX3R.', 'NI KADEK SRI PARWATI', '6285931994324', 'banda', 'default.jpg', '2', 1, 1759930278, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (108, 'anandaputrapalak@dimensitech.my.id', '$2y$10$XSipbMC46uF3h/HeYEFYPeq6X5EAlnxmwmeVlJz3d8HU8KprxawNq', 'I Putu Ananda Putra', '81338972488', 'palak', 'default.jpg', '2', 1, 1759931138, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (109, 'idabagusadi99@gmail.com', '$2y$10$toVJ35euzXYyvqJXtihJdO96BHg6c2GdsiY4GU21ChRrJCXgeUA7K', 'IDA BAGUS PUTU ADI SURYANATA', '81933033955', 'Rangkan utara banjar gang ke timur', 'default.jpg', '2', 1, 1759967254, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (110, 'bagusoka778@gmail.com', '$2y$10$ZBnPp/5I5Wii8jyqIxnhx.TXjEN4w8m38Pb6JqFp/62KDVXl8Ek96', 'IDA BAGUS KETUT OKA', '8311866362', 'RANGKAN GANG KE BARAT', 'default.jpg', '2', 1, 1759967456, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (111, 'sunardirngkn@dimensitech.my.id', '$2y$10$23ePiDl7LVdmJGNlMANPGu/bU90mT6QENk4NY.mMWbP2IHNvGgrQu', 'I KETUT ADI SUNARDI', '81353899890', 'Rangkan, utara banjar ke rimur', 'default.jpg', '2', 1, 1759967770, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (112, 'ksuglp@dimensitech.my.id', '$2y$10$E4S258EBlkMSWMlc.IUmJ.ZERcaW340L5o8LFKkRXVCTrWLrH6Owa', 'Ksu GLP', '', '', 'default.jpg', '7', 1, 1759982215, '', '', 0, '0', '0', '0', '0', '', '', '0', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (113, 'harana019@gmail.com', '$2y$10$oGCeYJI4aC9XzyBHEwF3tOeS/i01jBgOh.kdNuATwgsuvpNvkq2dK', 'Wayan Warsa ( glp )', '81337217179', 'Gelumpang bubun', 'default.jpg', '2', 1, 1759991568, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (116, 'suryantarabnd@dimensitech.my.id', '$2y$10$6mqrWfan9467i6ux6cAO9u9UBv/6M4aScqqg5ElQeBX.GtRZaN7Wm', 'SOTONG', '', '', 'default.jpg', '7', 1, 1760051192, '', '', 0, '0', '0', '0', '0', '', '', '0', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (117, 'balimasari@dimensitech.my.id', '$2y$10$qqcIDo.zfec2f2KkjVFWquVmT7/qr2Q.KLDiY0mYxhFWIQ6NlJlJq', 'Bali Masari villa', '89697318412', 'Gelumpang, jalan bali masari', 'default.jpg', '2', 1, 1760408954, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (118, 'suartini212@dimenaitech.my.id', '$2y$10$seJeBcSm.olW0igh43vy1.x1d/NeBMLu3DVPcwVQmEE.4P1pM/C9u', 'NI LUH PUTU SUARTINI ( ditya londry )', '81547411827', 'Gelumpang, jalan nangka, selatan pertigaan kepundung barat jalan', 'default.jpg', '2', 1, 1760413485, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (119, 'kadekpanesa081@gmail.com', '$2y$10$6y3VrYiWFxcAF1tP/Bi3N.xOopMC6M.oUprzcpMs.bCja.qVoXOBK', 'I NYOMAN JARMA', '87823755718', 'Batuaji, barat batungonjol jalan ke seleatan', 'default.jpg', '2', 1, 1760429256, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (120, 'wayankrisna186@gmail.com', '$2y$10$hne9Cv0fVxEuh/540IMuHOAG276EHiUuAxqX3qYPHT8UZ8mypawkG', 'I WAYAN KRISNA', '81916282445', 'Sakah,, utara jalan ke duma ada gabg ke barat', 'default.jpg', '2', 1, 1760497410, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (121, 'putuagustini503@gmail.com', '$2y$10$u6uI2Rwi7Lxq2N7z.swjXOs1A.isDR.I4ZUTnPv7n2yn5FLbGNKVi', 'NI PUTU AGUSTINI', '89527442526', 'Mawang kaje', 'default.jpg', '2', 1, 1760517236, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (122, 'dekjuli413@gmail.com', '$2y$10$UAvqkK9CVIHp25SUIsSVBeA9T0.55uGjIzrToJDHVwcbTfSTI636y', 'I KADEK JULIANA ( babakan )', '81907327560', 'Babakan, banjar ke utara , ada gang ke timur', 'default.jpg', '2', 1, 1760582402, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (123, 'madesukarno1970@gmail.com', '$2y$10$XRygO6P4H3SouDyqockRHuls5jDN9cBBQOCfFiaSIw.Nz3iTSFwpq', 'I MADE SUKARNO PUTRA', '87860532155', 'Banda ', 'default.jpg', '2', 1, 1760602091, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (124, 'purnayasa690@gmail.com', '$2y$10$KkOVWdsH.2us2dcgAlW7ROD/xPY0vzZ7AJzP8bzrk4l0ugbM6mp92', 'I KADEK PURNAYASA', '85923636010', 'Gerokgak, apotik ke barat, mentok belok kiri', 'default.jpg', '2', 1, 1760670220, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (125, 'i.darta07@gmail.com', '$2y$10$P6tuE3LOT5SfuqWTvNqT2u9G97IWbgjEWtSnB150qdNIlsGNlAbdm', 'I WAYAN DARTA', '087760046464', 'Gelumpang, sanga', 'default.jpg', '2', 1, 1760689736, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (126, 'Juliartawan539@gmail.com', '$2y$10$Npeg/F2LIYNRriC01q4aA.XctEpCgHlKQzHvWYEh7fiG9DHPPtd2a', 'I WAYAN JULI ARTAWAN', '82145661043', 'Banda odp mangku tumang ke utara', 'default.jpg', '2', 1, 1760753393, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (127, 'iwayanjanuadi10@gmail.com', '$2y$10$MyAGJhjud/TwZF2E0QoZ9OTE5qbaLmCt5frFXs3fxgNDjfmQH8VIO', 'Januadi', '0895394612778', ' Br. Pinda, Jl. Raya Dewa Saba, Gg. Melati', 'default.jpg', '2', 0, 1760769838, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (128, 'ketutcandra1975@hmail.com', '$2y$10$ejl8rXFkfwhkeWqxdv3cdOLfSpBkVv/8bQzM4YzBIbqtw.Wd3WbR6', 'I KETUT CANDRA ( gelumpang )', '87860756077', 'Gelumpang, bajar ke utara, gang ke 2 masuk ke barat', 'default.jpg', '2', 1, 1760931277, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (129, 'asmarabajink@dimensitech.my.id', '$2y$10$V37Gc1a1KUgL3QNdZ2z23OaWqUD00rYs1VSgqaZMpaFsfUickB/W2', 'I Komang Asmara ( bajink )', '895410969292', 'Telabah, selatan ruko kar, gang ke barat', 'default.jpg', '2', 1, 1760946876, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (130, 'madesoyor5@gmail.com', '$2y$10$7CYKs7stjDDoZ7UfvuFGoeDql..LBM2peWzplGx3Iza8ayrL5cRCi', 'I MADE SOYOR', '895394606153', 'Telabah, selatan warung bobo gang ke barat', 'default.jpg', '2', 1, 1760952378, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (131, 'suryawantuadi@gmail.com', '$2y$10$b/pWgPcO0wbxvju2/MlK5eK07sCADfCI/qKHL24Vf2bMO4uCCKEKG', 'I PUTU ADI SURYAWAN', '082147101409', 'Kebalian', 'default.jpg', '2', 1, 1761037159, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (132, 'yogiiswarasapanca@gmail.com', '$2y$10$9IotTjpISA3Fw601E1yYzu3yjEX6ENtm/OKYong8mNXByuUvD4A7u', 'Putu Yogi Iswara Sapanca', '087761454761', 'Jl saba sukawati gianyar ', 'default.jpg', '2', 0, 1761088417, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (133, 'agusghiyandananjaya@gmail.com', '$2y$10$V9gsYEl6wquCtZL42.HDBu3O/7FNHTdNCx5TA5s3Qw.GQRu6xh63e', 'I KOMANG ARYANA', '895615216651', 'Palak, pertigaan ke pura dalem', 'default.jpg', '2', 1, 1761096315, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (134, 'dejaya168@gmail.com', '$2y$10$4ZxS21XK5AaGlYNSaHJc6O//k8jIYp545XwD6FfnOh94A0lm3JBye', 'I MADE WIJAYA', '89652987456', 'Peninjoan', 'default.jpg', '2', 1, 1761103240, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (135, 'gustimadeputra@dimensitech.my.id', '$2y$10$ShQrqvUiDwEVwSkwmgaUne91bgY2Ef.y3npmYYMyo0YOc2lyzQJiK', 'I GUSTI MADE PUTRA ( rumah gang sakura )', '81238581640', 'Tebuana gang sakura', 'default.jpg', '2', 1, 1761117068, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (136, 'wisianikadek@gmail.com', '$2y$10$IU2KcNsIThmoYUuRBaEHOuIWEecXjnVaJWI1Tc9GA/.irF7yZTyW6', 'Kadek Wisiani', '87761454761', 'Perumahan dekat pasar gelumpang', 'default.jpg', '2', 1, 1761196474, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (137, 'komangariani1990@gmail.com', '$2y$10$A.Zt7Q1fWRC7m14cmaHh/eiI4o4PfGDEdShDXMRO22IV.8v1u.hmO', 'Ni KOMANG ARIANI', '87765104574', 'Batu ngonjol', 'default.jpg', '2', 1, 1761196753, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (138, 'ketutcandra1975@dimensitech.my.id', '$2y$10$c/By/CBMCm.ClnlotCiRx.taoqrpGmM89YmVtoyYAwg269Ziskd4a', 'I KETUT CANDRA ( WARUNG )', '87860756077', 'Dlidtangluk', 'default.jpg', '2', 1, 1761205346, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (139, 'oktaviriasari@gmail.com', '$2y$10$21.V3atL44of3ZxB2kGE9uu3W9570Iz36gM5xfohNIsnstUbNMLK6', 'WIDA OCTAVIRIA SARI', '82359139290', 'Bon biu', 'default.jpg', '2', 1, 1761353393, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (140, 'taufiqramadani019@gmail.com', '$2y$10$HUoVUPSah2CZY6kJH6AUt.UUFP/y351eA9rpMlPpXTxPXpB7ogJe2', 'MUHAMMAD TAUFIQ', '85335865127', 'Banda', 'default.jpg', '2', 1, 1761363509, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (141, 'asmariani212@dimensitech.my.id', '$2y$10$2Y5Z264nKo6hiLOJWFLJou8JGVSZlU1ii2B7pPuuyezi5gpZfRiNS', 'NI MADE DWI ASMARIANI', '87861348691', 'Telabah', 'default.jpg', '2', 1, 1761376864, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (142, 'adityakusumadana223@gmail.com', '$2y$10$ehBwvFtRPSopXnzIRPPqlOnkMw0AmSfHL0m6egHRT8xoIcvt1gdSy', 'I Nyoman Ujana', '0895410960614', ' ', 'default.jpg', '2', 0, 1761465828, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (143, 'agungaryawangsa@gmail.com', '$2y$10$QDGcSuF8YluPuhi7iXchROzshHw5qGBulh8L.HmNDdIiknbut8hkm', 'ANAK AGUNG NGURAH ARYAWANGSA', '082146120286', 'Pinda gang ilalang', 'default.jpg', '2', 1, 1761533303, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (144, 'gbano264@gmail.com', '$2y$10$.Cbfw84pXZ76FXRNqX7tSeydLiq0X/Qns5vHeuQemz.ldEW7sXkFy', 'PETRONELA SANTI', '82236714682', 'Tebuana, mecutan', 'default.jpg', '2', 1, 1761551242, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (145, 'remalovemade@gmail.com', '$2y$10$D04F2d4WkzUHaTQ3g3Oh/.XR7hJz2JXVG03s4lOeeyZlG2qjihmxm', 'I MADE REMAWAN', '81338115101', 'Pinda', 'default.jpg', '2', 1, 1761618716, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (146, 'niwypramicahyani@gmail.com', '$2y$10$hKGiOANkpbcnPwzrBDpWMOdkmDd1dIVbQZn9ORkcGvFxjqI3uSkZK', 'NI WAYAN PRAMI CAHYANI', '81238385522', 'Babakan', 'default.jpg', '2', 1, 1761638383, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (147, 'wayanmariono75@gmail.com', '$2y$10$8fYGqSEE7mLqbqh81vh0Uu/.NkFXeib.63ZlmOYA6.8zaYVT7gUpS', 'I WAYAN MARIONO', '83119467266', 'Puaya , banjar ke selatan ada gang tembus ke barat ', 'default.jpg', '2', 1, 1761880621, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (149, 'wayanekasubagia123@gmail.com', '$2y$10$CJINxBD4xMWQbnqpwIcZ0.B6GikEAzFOAL/tKj6beg3X6CuunVmnO', 'I WAYAN EKA SUBAGIA ( TOKO )', '81916038968', 'Peninjoan', 'default.jpg', '2', 1, 1761966640, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (150, 'ramaelektro@dimensitech.my.id', '$2y$10$t4QGXl9hN9SCfe72ZTllweSeUVVXTjavPj5.T98gL3nZsFZ1gnNme', 'Ketut budiana ( toko rama elektro )', '87888012299', 'Tebuana toko rama elektro', 'default.jpg', '2', 1, 1761985174, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (151, 'yuliaskresna@gmail.com', '$2y$10$1.pJA6C6wQrHKH5hLChMXOcBhH19gkLHYe7MaSlLgg5bcmiMr2N4e', 'YULI DWI SUPRAPTI', '85927227932', 'Palak , perempatan banjar ke timur, utara jalan', 'default.jpg', '2', 1, 1762135764, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (152, 'alfarohadiyantama13@gmail.com', '$2y$10$MrMSsyQEtetQB9b3RIYkBeC3JdQEjclwKNh3vS1DeqLsUoy6jtFeC', 'Alfaro Adiyantama', '81316161087', 'Telabah, jalan manggis dekat lapangan voly', 'default.jpg', '2', 1, 1762160033, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (153, 'budiastra212@dimensitech.my.id', '$2y$10$YLcoW6jDP7tqeAVfAnpKYew6/uOK.c3jx7u7S41FRJLrJGktt.DsO', 'I WAYAN BUDIASTRA ( KOST TUNJUNG)', '81239167000', 'Gelumpang, gang tunjung', 'default.jpg', '2', 1, 1762222531, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (154, 'suartinieka5@gmail.com', '$2y$10$c97QOEHepX7U1Wt41peEjOs0fbWRuHjnu6lm.U6bF3Ift4YHhCKGK', 'I NYOMAN GANGSAR', '89697330897', 'Gelumpang, ', 'default.jpg', '2', 1, 1762243810, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (155, 'komang_yudik@yahoo.com', '$2y$10$EMd1wv.gbRtabQGSAtCc2.cXl67vj7ybVWTq38mTAyzACvMDZg9D6', 'Komang Yudik Sudibiyo ( villa 2 )', '81933044000', 'Mecutan, ke selatan villa', 'default.jpg', '2', 1, 1762402792, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (156, 'komang_yudik@dimensitech.my.id', '$2y$10$i/zkub/1uvVedIP4Oydhc.kBhlzTHa2jOM3BIA1LXmsZdWIwPE0yi', 'Komang Yudik Sudibiyo ( villa 1 )', '81933044000', 'Mecutan, ke selatan (villa)', 'default.jpg', '2', 1, 1762410190, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (157, 'yc9cym@yahoo.com', '$2y$10$0BhJx4Ua6DqUIex8uKzQbOc4dBupfXxy/Fz7idVZqsABOZELMAkqa', 'Made Agus Mahardika', '85792840537', 'Utara banjar babakan', 'default.jpg', '2', 1, 1762418146, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (158, 'zukim9677@gmail.com', '$2y$10$qDgt9d4H.d0MMqGGcaTVS.c92jMP6ugbwaKW2OJifZdyVcP.celYS', 'MARZUKI', '82146467266', 'Gelumpang, by pas ib mantra , ex hotel', 'default.jpg', '2', 1, 1762911360, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (159, 'agusmahardika918@gmail.com', '$2y$10$NXiUEjmfCwxq9HTIseG3ce8Jywf83h9ypba0IRflHveNkgpy0me7C', 'I Nyoman Purnawan', '88987402597', 'Jleka', 'default.jpg', '2', 1, 1762916489, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (160, 'krisnamsw23@gmail.com', '$2y$10$HM3ZobAqKd6.kwx7IELBKeI3ymFRHyLJBz4eTwUAlNXH0y/Aq6qo2', 'I KADEK KRISNA MAHESUARA', '087771752126', 'Dentiyis ', 'default.jpg', '2', 1, 1763084992, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (161, 'astawaagus440@gmail.com', '$2y$10$ejUJrzjwWtcFqA2R82Y3O.EdB32S09Pl/BSnfO23IQ.2vLhu0dana', 'I Wayan Agus Astawa Yoga', '895622784946', 'Telabah ( rumah pak tegel )', 'default.jpg', '2', 1, 1763111637, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (162, 'nikadekhandarini@gmail.com', '$2y$10$/bo1RpL41iK58VvBFJ8zjOIZP/MKLtJSxfYZty9gN.L0ye1u6bvVe', 'Ni Kadek Handarini', '82145080116', 'Peninjoan, gang lawar tompel', 'default.jpg', '2', 1, 1763189253, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (163, 'imadesuwitra800@gmail.com', '$2y$10$WfYQs1mVD25ER73TG9uiIu4bw5Dl07j2HzlqDDzFw7lJk8DI/smJS', 'I Made Suwitra', '85103040936', 'Palak ( lawar sapi )', 'default.jpg', '2', 1, 1763195973, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (164, 'gunarsabnd212@dimensitech.my.id', '$2y$10$go8fKO5akkatj3mIxLgVbezOPQBdhJAV24elardXIVFx0xEzGnldi', 'I Ketut Gunarsa', '81999378545', 'Banda', 'default.jpg', '2', 1, 1763969542, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (165, 'triyana@dimenaitech.my.id', '$2y$10$SY/CLfjF0KLlzmHDolDtjOkgGPi48pKTiJxyBIEzFZ6XYvq5qlZmu', 'I KOMANG TRIYANA PRATAMA', '895623312603', 'Jleka', 'default.jpg', '2', 1, 1764045354, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (166, 'beren@dimensitech.my.id', '$2y$10$6ber4oj5Dri9QQ628z5gXukJVysAnk8Y5kdq1OqN1cS/GhmqkSvKW', 'Pande Kadek Saputra ( Beren )', '895623317723', 'Dlodpangkung', 'default.jpg', '2', 1, 1764046868, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (167, 'suarmadidms212@dimensitech.my.id', '$2y$10$VMLzMKWUAsmGoWwGz5dWM.pquFUBGuqntZJPFBWbh3oG8vhpix/n.', 'I Kadek Suarmadi', '87860140098', 'Bon biu', 'default.jpg', '2', 1, 1764135316, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (168, 'julianirahayu22@gmail.com', '$2y$10$o9IBrDG16yK2Dfe32DnhHuC9/XInsvFleSp8ddmqkd0VYeEDTP7WO', 'Ni Luh Putu Rahayu Juliani', '87766990112', 'Sakah, utara banjar ada jalan ke timur', 'default.jpg', '2', 1, 1764231342, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (169, 'madewikram201280@gmail.com', '$2y$10$A75Jm1z8XwShe0dbqGB25u.Zm3fUdzg72meiTySSBqZod.ExqWyXq', 'Ni Komang Ayu Kartini', '89681423953', 'Grokgak ', 'default.jpg', '2', 1, 1764561541, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (170, 'guszmang24@gmail.com', '$2y$10$/uW9kLCDaignygR0OrsXE.TeAF.PFDClStMUr/F0VYfO3ix24Fe/O', 'Ni Made Rini', '881037587388', 'Gelumpang ( rumah pak kacir timur )', 'default.jpg', '2', 1, 1764647656, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (171, 'nyomanriarta733@gmail.com', '$2y$10$l8jiKkGVQOc5MmoKVNVOAubG0Til/dIm0D.AmiM.9xDNDACmalhRu', 'I Nyoman Riarta', '85237153448', 'Banda', 'default.jpg', '2', 1, 1764659004, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (172, 'komangpajar07@gmail.com', '$2y$10$x8nRYfymvnnnngp5.zDee.hmy0zqynWcW2JqZhWsPVck9APgwm5YO', 'Ni wayan ika purnami', '85940306429', 'Dentiyis batuan', 'default.jpg', '2', 1, 1764668255, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (173, 'dekvix@gmail.com', '$2y$10$VdZBN4hZXs8I8zZfuDIQQupMIXHuKJUBmP9JLdk7dhFKlCnl3rGoG', 'purnawati', '', '', 'default.jpg', '7', 1, 1764723564, '', '', 0, '0', '0', '0', '0', '', '', '0', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (174, '2014.aguskartika@gmail.com', '$2y$10$rKA6P5O2Jondx8wXfViYb.F17z2ccXDolVJJuk38KNGJCPBue/gS2', 'I Made Agus Kartika', '8123776431', 'Palak, ruko pak badra', 'default.jpg', '2', 1, 1764814647, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (175, 'ekaydw123@gmail.com', '$2y$10$CQuDfYlNCIW96ye88VXWmO0c.2s9lO3SPns4PGysF.HhuY2atCGYG', 'Ni Wayan Eka Yunistya Dewi', '895330723304', 'Gelumpang ( pak dek supa )', 'default.jpg', '2', 1, 1764831608, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (176, 'dediparmini@gmail.com', '$2y$10$2DmwEoqs8iqBOUVMMLDws.hthTlTku8cicb8MneY6ANqatz8H0d1K', 'I Made Suparta', '87840781607', 'Peninjoan', 'default.jpg', '2', 1, 1764905213, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (177, 'dexsaysukawati@gmail.com', '$2y$10$CMtq28OAW6BjeUsPvJ/8ouicnK6sSemBoyTW1JrS8/fkg7Ao.K56G', 'I Kadek Wirata', '81805544588', 'Gelumpang ( mk buda klion )', 'default.jpg', '2', 1, 1765014683, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (178, 'indriani@dimensitech.my.id', '$2y$10$zknKmSatICecFJT937/SZ.IqoRVpkRUs7bU9pPR0SzNUcqghzOBaK', 'Diah ayu indriani', '81529607131', 'Gelumpang, sanga', 'default.jpg', '2', 1, 1765183057, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (179, 'komangratih225@gmail.com', '$2y$10$LV1V4BMZWDbWB59RK44qEuu0h.fXnC2E84qM3hJhm4QtMvq88./Pi', 'I Nengah Sumerta', '87824079272', 'Gelumpang, btn', 'default.jpg', '2', 1, 1765361187, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (180, 'suwitripnd@dimensitech.my.id', '$2y$10$B4z13zrA47g3uUIcEIuBO.rKvavD2KcCkILL.8F/bCYp6M6s0Ido.', 'Ni Wayan Suwitri', '8970507271', 'Pinda warung pak mundra', 'default.jpg', '2', 1, 1765529971, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (181, 'agussanjoyo@gmail.com', '$2y$10$Z2FSXnYnR2aegO/n.YzSGOskrkXOPhe.6APDvgN9TT8AFFWDTl5Km', 'Agus Sanjoyo', '81805682511', 'Jalan pantai purnama', 'default.jpg', '2', 1, 1765610878, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (182, 'erickagustina90@gmail.com', '$2y$10$nnIOloDnztI68qAd9gpRFObztsmrXf0S8mj3nI7x6TbXeqF4fNVd6', 'I Putu Erik Agustina', '8174774239', 'Palak, banjar ke utara', 'default.jpg', '2', 1, 1765869149, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (183, 'arianabuduhkledutan@gmail.com', '$2y$10$VBGWCYl97ln3mmL8WhQQfuZSCgkqWAma.kjIghKQ5ollxLhFUkThO', 'Komang Ariana', '81993996159', 'Jalan pantai purnama, kos pak suwirna', 'default.jpg', '2', 1, 1766031226, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (184, 'agussuwecaa06@gmail.com', '$2y$10$WEi3q5M.weRGGP7NgIODFODi5RyupnpXRFkRzGmdgIGHusLiib8Fe', 'I Ketut Agus Suweca', '81338264869', 'Guwang warung mek rum', 'default.jpg', '2', 1, 1766199998, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (185, 'nyomansuyasa212@gmail.com', '$2y$10$X6RGcYhClcXt279r1Bvxj.9D/1PrGIR3FBEw3YBLm1WMMNJ70cwVO', 'I Nyoman Suyasa', '895391463434', 'Pekuwudan , gang utara suwat ke barat', 'default.jpg', '2', 1, 1766216955, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (186, 'ldesymulianii@gmail.com', '$2y$10$OSz8kMfeqIIfF9RCtfbT9ucgQvhID5PyyscwCfmvJGbTyNjw6gnYu', 'Ni Luh Desy Muliani', '89607800526', 'Pekuwudan, utara suwat gang ke barat', 'default.jpg', '2', 1, 1766217414, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (187, 'putu9purwati@gmail.com', '$2y$10$EWf4CCRNNu5N0arliDGgJ.7FAxM4JKZYtt/f7U8xeianLaLRVPgQm', 'Putu Purwati', '089636390922', ' Jalan Pantai Purnama GG. Jeruk', 'default.jpg', '2', 0, 1766380661, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (188, 'rafitadewik10@gmail.com', '$2y$10$Gsp7WEF1oS0N6aJqxC.y3ekFdNtqyK9ozkBxImjtPUaCuKmsWGmt6', 'Ni Wayan Rapita Dewi', '87860663331', 'Pasar seni blok a', 'default.jpg', '2', 1, 1766464271, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (189, 'nikadekayuparwati091@gmail.com', '$2y$10$S9M1jr/B952I4JJoxiL4degTKfinmTuHZv0fSwCDJwjkoFE4oHslq', 'Ni Kadek Ayu Parwati', '81918007221', 'Banda', 'default.jpg', '2', 1, 1766545801, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (190, 'wayansudarsana1012@gmail.com', '$2y$10$smaP.jnsXuRJvLQPbsDzoewtEPB/kUoj9gDbRsedePwfbK5YgMgIC', 'I Wayan Sudarsana ( romes )', '089686211714', 'Gelumpang', 'default.jpg', '2', 1, 1766645755, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (191, 'niketutoktarianii@gmail.com', '$2y$10$3ZHe3istToL4e0HTXFoZyewvC7kxbW5upcgKeZm1Ufn.h/U1hy80q', 'Ni Ketut Okta Riani', '81775433023', 'Banda', 'default.jpg', '2', 1, 1766738505, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (192, 'febycantika484@gmail.com', '$2y$10$g5rPcM.dMElpZhlt9d5SMemUEWrQKa/Zl5TcxQR/Qkw.On8W20.TS', 'Ni Wayan Ayu Murdani ( rumah 2 )', '85974528522', 'Bon biu perumahan', 'default.jpg', '2', 1, 1766974558, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (193, 'wirawankd25@gmail.com', '$2y$10$fM2UytkCCDdF3ZezDprFDOoKZAC3rvnyP6fwB1G6hbnzHatKK8.kC', 'I Kadek Wirawan ( bengkel )', '87861860044', 'Pinda', 'default.jpg', '2', 1, 1767062905, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (194, 'astawajenged@dimensitech.my.id', '$2y$10$Nd7DIizQpkBFGcWgKYrYQeHTU7jZkNHRA5wXDopc6D5jGeCeNsTzK', 'Wayan astawa ( jenged )', '83110756664', 'Gelumpang', 'default.jpg', '2', 1, 1767076639, '', '', 0, '', '', '', '', '', '', '', '', '');
INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (195, 'madediana69@gmail.com', '$2y$10$z4o4LdfF0DC0bfbR0UxWU.55TCjr2phAVDc4o.Yruo7/P8qgfdJpa', 'I Made Diana', '8123835381', 'Banda', 'default.jpg', '2', 1, 1767670743, '', '', 0, '', '', '', '', '', '', '', '', '');

View File

@@ -0,0 +1,23 @@
#
# TABLE STRUCTURE FOR: user_token
#
DROP TABLE IF EXISTS `user_token`;
CREATE TABLE `user_token` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`type` int(11) NOT NULL,
`email` varchar(128) NOT NULL,
`token` varchar(128) NOT NULL,
`date_created` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
INSERT INTO `user_token` (`id`, `type`, `email`, `token`, `date_created`) VALUES (2, 1, '0895410969348', '385375', 1758864855);
INSERT INTO `user_token` (`id`, `type`, `email`, `token`, `date_created`) VALUES (3, 1, '081994074304', '335310', 1759194333);
INSERT INTO `user_token` (`id`, `type`, `email`, `token`, `date_created`) VALUES (4, 1, '081994074304', '415721', 1759194374);
INSERT INTO `user_token` (`id`, `type`, `email`, `token`, `date_created`) VALUES (5, 1, '081994074304', '584045', 1759194477);
INSERT INTO `user_token` (`id`, `type`, `email`, `token`, `date_created`) VALUES (6, 1, '081994074304', '791636', 1759642178);
INSERT INTO `user_token` (`id`, `type`, `email`, `token`, `date_created`) VALUES (7, 1, '081994074304', '584575', 1759642220);

View File

@@ -0,0 +1,31 @@
#
# TABLE STRUCTURE FOR: va
#
DROP TABLE IF EXISTS `va`;
CREATE TABLE `va` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`is_active` int(11) NOT NULL,
`mode` int(11) NOT NULL,
`vendor` text NOT NULL,
`prefix` text NOT NULL,
`client_id` text NOT NULL,
`secret_key` text NOT NULL,
`text_income` text NOT NULL,
`remark` text NOT NULL,
`target_wa` text NOT NULL,
`fee_va` int(11) NOT NULL,
`send_wa` int(11) NOT NULL,
`created` int(11) NOT NULL,
`createby` int(11) NOT NULL,
`updated` int(11) NOT NULL,
`updateby` int(11) NOT NULL,
`accumulation` int(11) NOT NULL,
`name_amount` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
INSERT INTO `va` (`id`, `is_active`, `mode`, `vendor`, `prefix`, `client_id`, `secret_key`, `text_income`, `remark`, `target_wa`, `fee_va`, `send_wa`, `created`, `createby`, `updated`, `updateby`, `accumulation`, `name_amount`) VALUES (1, 0, 1, 'BNI', '', '', '', 'Data Pembayaran VA Masuk\nNama : {name}\nVA : {virtualaccount}\nTransaksi ID : {trxid}\nNominal : {amount}\nWaktu Bayar : {datetimepayment}', '', '', 0, 0, 1758860300, 0, 1758860300, 0, 0, 0);

View File

@@ -0,0 +1,44 @@
#
# TABLE STRUCTURE FOR: whatsapp
#
DROP TABLE IF EXISTS `whatsapp`;
CREATE TABLE `whatsapp` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`is_active` int(11) NOT NULL,
`api_key` text NOT NULL,
`token` text NOT NULL,
`domain_api` text NOT NULL,
`username` varchar(50) NOT NULL,
`vendor` varchar(128) NOT NULL,
`createinvoice` int(11) NOT NULL,
`paymentinvoice` int(11) NOT NULL,
`duedateinvoice` int(11) NOT NULL,
`interval_message` int(11) NOT NULL,
`sender` varchar(128) NOT NULL,
`reminderinvoice` int(11) NOT NULL,
`version` int(11) NOT NULL,
`period` int(11) NOT NULL,
`create_help` text NOT NULL,
`update_help` text NOT NULL,
`get_help` text NOT NULL,
`create_help_customer` int(11) NOT NULL,
`create_help_admin` int(11) NOT NULL,
`text_help_customer` int(11) NOT NULL,
`send_help_customer` int(11) NOT NULL,
`id_devices` int(11) NOT NULL,
`official` int(11) NOT NULL,
`count_blast` int(11) NOT NULL,
`last_excute` text NOT NULL,
`time_start` text NOT NULL,
`time_end` text NOT NULL,
`send_isolir` int(11) NOT NULL,
`send_ticket_done` int(11) NOT NULL,
`template` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
INSERT INTO `whatsapp` (`id`, `is_active`, `api_key`, `token`, `domain_api`, `username`, `vendor`, `createinvoice`, `paymentinvoice`, `duedateinvoice`, `interval_message`, `sender`, `reminderinvoice`, `version`, `period`, `create_help`, `update_help`, `get_help`, `create_help_customer`, `create_help_admin`, `text_help_customer`, `send_help_customer`, `id_devices`, `official`, `count_blast`, `last_excute`, `time_start`, `time_end`, `send_isolir`, `send_ticket_done`, `template`) VALUES (1, 1, 'e88bb38e-ba85-42a7-8eb5-c2a75743b8bc', '6zn1j3lD5EaQV4s5oeSqPg1bJ878T8ihJbEX299tE07CMHnVPVcMaQZl9PbcsgLr', 'https://us.wablas.com', '', 'Starsender', 1, 1, 1, 10, '', 1, 3, 1, '1', '', '', 0, 1, 0, 1, 0, 0, 3, '2026-01-07 06:32:27', '00:54', '23:54', 0, 0, '');

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,21 @@
const puppeteer = require('puppeteer');
const { BrowserFetcher } = puppeteer;
(async () => {
try {
console.log('Installing browser...');
const browserFetcher = new BrowserFetcher({ path: './node_modules/puppeteer/.local-chromium' });
const revision = '1045629'; // Revision from the error message or a recent stable one
const revisionInfo = await browserFetcher.download(revision);
console.log(`Browser downloaded to ${revisionInfo.folderPath}`);
} catch (e) {
console.error('Download failed:', e);
// Fallback: try default install
try {
console.log("Trying default install...");
require('child_process').execSync('npm install puppeteer', { stdio: 'inherit' });
} catch (err) {
console.error("Manual install failed too");
}
}
})();

22
not_used/main.py Normal file
View File

@@ -0,0 +1,22 @@
#!/usr/bin/env python3
"""
Vultr MCP Server - Main Entry Point
"""
import logging
import uvicorn
from src.vultr_mcp.server import mcp, config
# Load environment variables are now handled by config loader
logging.basicConfig(level=config.get('server', {}).get('log_level', 'info').upper())
logger = logging.getLogger(__name__)
if __name__ == "__main__":
server_config = config.get('server', {})
host = server_config.get('host', '127.0.0.1')
port = server_config.get('port', 8000)
logger.info(f"Starting Vultr MCP Server on {host}:{port}...")
# Use uvicorn to run the FastAPI app (mcp is a FastAPI app)
uvicorn.run(mcp, host=host, port=port)

45
not_used/migrate_env.js Normal file
View File

@@ -0,0 +1,45 @@
const fs = require('fs');
const path = require('path');
const dotenv = require('dotenv');
const envPath = path.resolve(__dirname, '.env');
const envConfig = dotenv.parse(fs.readFileSync(envPath));
const newContent = `
# BILLING DATABASE (Customer Customer, Package Item)
BILLING_DB_HOST=${envConfig.DB_HOST}
BILLING_DB_USER=${envConfig.DB_USER}
BILLING_DB_PASS=${envConfig.DB_PASS}
BILLING_DB_NAME=${envConfig.DB_NAME}
# CHAT DATABASE (Logs, Queue, Contacts)
CHAT_DB_HOST=${envConfig.DB_HOST}
CHAT_DB_USER=${envConfig.DB_USER}
CHAT_DB_PASS=${envConfig.DB_PASS}
CHAT_DB_NAME=chatbot_db
`;
// Note: User previously identified 'chatbot_db' as wrong and 'billinggold' as correct.
// However, I should probably stick to what 'DB_NAME' has.
// Wait, if DB_NAME is 'billinggold', then both should be 'billinggold' initially until the user actually separates them.
// Let's use envConfig.DB_NAME for BOTH to be safe.
const safeContent = `
# --------------------------------------------------------
# SEPARATED DATABASE CONFIGURATION (Added by Auto-Migration)
# --------------------------------------------------------
# BILLING DATABASE (Customer Data)
BILLING_DB_HOST=${envConfig.DB_HOST || '127.0.0.1'}
BILLING_DB_USER=${envConfig.DB_USER || 'chatbot'}
BILLING_DB_PASS=${envConfig.DB_PASS || 'chatbot123'}
BILLING_DB_NAME=${envConfig.DB_NAME || 'billinggold'}
# CHAT DATABASE (Logs & Queue)
CHAT_DB_HOST=${envConfig.DB_HOST || '127.0.0.1'}
CHAT_DB_USER=${envConfig.DB_USER || 'chatbot'}
CHAT_DB_PASS=${envConfig.DB_PASS || 'chatbot123'}
CHAT_DB_NAME=${envConfig.DB_NAME || 'billinggold'}
`;
fs.appendFileSync(envPath, safeContent);
console.log("Updated .env successfully.");

Some files were not shown because too many files have changed in this diff Show More