JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr-- phpMyAdmin SQL Dump -- version 5.2.1 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Generation Time: Mar 07, 2025 at 03:31 PM -- Server version: 10.4.32-MariaDB -- PHP Version: 8.2.12 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; START TRANSACTION; SET time_zone = "+00:00"; /*!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 */; -- -- Database: `dailybooks_saas` -- -- -------------------------------------------------------- -- -- Table structure for table `activity_logs` -- CREATE TABLE `activity_logs` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` int(11) NOT NULL DEFAULT 0, `project_id` int(11) NOT NULL DEFAULT 0, `task_id` int(11) NOT NULL DEFAULT 0, `deal_id` int(11) NOT NULL DEFAULT 0, `log_type` varchar(191) NOT NULL, `remark` text DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `admin_payment_settings` -- CREATE TABLE `admin_payment_settings` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `value` varchar(191) NOT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `admin_payment_settings` -- INSERT INTO `admin_payment_settings` (`id`, `name`, `value`, `created_by`, `created_at`, `updated_at`) VALUES (1, 'currency', 'INR', 1, NULL, NULL), (2, 'currency_symbol', '₹', 1, NULL, NULL), (3, 'is_manually_payment_enabled', 'on', 1, NULL, NULL), (4, 'is_bank_transfer_enabled', 'off', 1, NULL, NULL), (5, 'is_stripe_enabled', 'off', 1, NULL, NULL), (6, 'is_paypal_enabled', 'off', 1, NULL, NULL), (7, 'is_paystack_enabled', 'off', 1, NULL, NULL), (8, 'is_flutterwave_enabled', 'off', 1, NULL, NULL), (9, 'is_razorpay_enabled', 'off', 1, NULL, NULL), (10, 'is_mercado_enabled', 'off', 1, NULL, NULL), (11, 'is_paytm_enabled', 'off', 1, NULL, NULL), (12, 'is_mollie_enabled', 'off', 1, NULL, NULL), (13, 'is_skrill_enabled', 'off', 1, NULL, NULL), (14, 'is_coingate_enabled', 'off', 1, NULL, NULL), (15, 'is_paymentwall_enabled', 'off', 1, NULL, NULL), (16, 'is_toyyibpay_enabled', 'off', 1, NULL, NULL), (17, 'is_payfast_enabled', 'off', 1, NULL, NULL), (18, 'is_iyzipay_enabled', 'off', 1, NULL, NULL), (19, 'is_sspay_enabled', 'off', 1, NULL, NULL), (20, 'is_paytab_enabled', 'off', 1, NULL, NULL), (21, 'is_benefit_enabled', 'off', 1, NULL, NULL), (22, 'is_cashfree_enabled', 'off', 1, NULL, NULL), (23, 'is_aamarpay_enabled', 'off', 1, NULL, NULL), (24, 'is_paytr_enabled', 'off', 1, NULL, NULL), (25, 'is_yookassa_enabled', 'off', 1, NULL, NULL), (26, 'is_midtrans_enabled', 'off', 1, NULL, NULL), (27, 'is_xendit_enabled', 'off', 1, NULL, NULL), (28, 'is_nepalste_enabled', 'off', 1, NULL, NULL), (29, 'is_paiementpro_enabled', 'off', 1, NULL, NULL), (30, 'is_cinetpay_enabled', 'off', 1, NULL, NULL), (31, 'is_fedapay_enabled', 'off', 1, NULL, NULL), (32, 'is_payhere_enabled', 'off', 1, NULL, NULL), (33, 'tap_payment_is_on', 'off', 1, NULL, NULL), (34, 'authorizenet_payment_is_on', 'off', 1, NULL, NULL), (35, 'khalti_payment_is_on', 'off', 1, NULL, NULL), (36, 'easebuzz_payment_is_on', 'off', 1, NULL, NULL), (37, 'ozow_payment_is_enabled', 'off', 1, NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `allowances` -- CREATE TABLE `allowances` ( `id` bigint(20) UNSIGNED NOT NULL, `employee_id` int(11) NOT NULL, `allowance_option` int(11) NOT NULL, `title` varchar(191) NOT NULL, `amount` decimal(15,2) NOT NULL DEFAULT 0.00, `type` varchar(191) DEFAULT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `allowance_options` -- CREATE TABLE `allowance_options` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `announcements` -- CREATE TABLE `announcements` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(191) DEFAULT NULL, `start_date` date NOT NULL, `end_date` date NOT NULL, `branch_id` int(11) NOT NULL DEFAULT 0, `department_id` varchar(191) NOT NULL DEFAULT '0', `employee_id` varchar(191) NOT NULL DEFAULT '0', `description` varchar(191) DEFAULT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `announcement_employees` -- CREATE TABLE `announcement_employees` ( `id` bigint(20) UNSIGNED NOT NULL, `announcement_id` int(11) NOT NULL, `employee_id` int(11) NOT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `appraisals` -- CREATE TABLE `appraisals` ( `id` bigint(20) UNSIGNED NOT NULL, `branch` int(11) NOT NULL DEFAULT 0, `employee` int(11) NOT NULL DEFAULT 0, `rating` varchar(191) DEFAULT NULL, `appraisal_date` varchar(191) DEFAULT NULL, `customer_experience` int(11) NOT NULL DEFAULT 0, `marketing` int(11) NOT NULL DEFAULT 0, `administration` int(11) NOT NULL DEFAULT 0, `professionalism` int(11) NOT NULL DEFAULT 0, `integrity` int(11) NOT NULL DEFAULT 0, `attendance` int(11) NOT NULL DEFAULT 0, `remark` text DEFAULT NULL, `created_by` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `assets` -- CREATE TABLE `assets` ( `id` bigint(20) UNSIGNED NOT NULL, `employee_id` text DEFAULT NULL, `name` varchar(191) NOT NULL, `purchase_date` date NOT NULL, `supported_date` date NOT NULL, `amount` decimal(15,2) NOT NULL DEFAULT 0.00, `description` text DEFAULT NULL, `created_by` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `attendance_employees` -- CREATE TABLE `attendance_employees` ( `id` bigint(20) UNSIGNED NOT NULL, `employee_id` int(11) NOT NULL, `date` date NOT NULL, `status` varchar(191) NOT NULL, `clock_in` time NOT NULL, `clock_out` time NOT NULL, `late` time NOT NULL, `early_leaving` time NOT NULL, `overtime` time NOT NULL, `total_rest` time NOT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `awards` -- CREATE TABLE `awards` ( `id` bigint(20) UNSIGNED NOT NULL, `employee_id` int(11) NOT NULL, `award_type` varchar(191) DEFAULT NULL, `date` date NOT NULL, `gift` varchar(191) DEFAULT NULL, `description` varchar(191) DEFAULT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `award_types` -- CREATE TABLE `award_types` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `bank_accounts` -- CREATE TABLE `bank_accounts` ( `id` bigint(20) UNSIGNED NOT NULL, `holder_name` varchar(191) NOT NULL, `bank_name` varchar(191) NOT NULL, `account_number` varchar(191) NOT NULL, `chart_account_id` int(11) NOT NULL DEFAULT 0, `opening_balance` float NOT NULL DEFAULT 0, `contact_number` varchar(191) NOT NULL, `bank_address` text NOT NULL, `created_by` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `bank_accounts` -- INSERT INTO `bank_accounts` (`id`, `holder_name`, `bank_name`, `account_number`, `chart_account_id`, `opening_balance`, `contact_number`, `bank_address`, `created_by`, `created_at`, `updated_at`) VALUES (1, 'cash', '', '-', 0, 0, '-', '-', 2, '2025-03-06 23:51:45', '2025-03-06 23:51:45'); -- -------------------------------------------------------- -- -- Table structure for table `bank_transfers` -- CREATE TABLE `bank_transfers` ( `id` bigint(20) UNSIGNED NOT NULL, `from_account` int(11) NOT NULL DEFAULT 0, `to_account` int(11) NOT NULL DEFAULT 0, `amount` decimal(15,2) NOT NULL DEFAULT 0.00, `date` date NOT NULL, `payment_method` int(11) NOT NULL DEFAULT 0, `reference` varchar(191) DEFAULT NULL, `description` text NOT NULL, `created_by` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `bills` -- CREATE TABLE `bills` ( `id` bigint(20) UNSIGNED NOT NULL, `bill_id` varchar(191) NOT NULL DEFAULT '0', `vender_id` int(11) NOT NULL, `bill_date` date NOT NULL, `due_date` date NOT NULL, `order_number` int(11) NOT NULL DEFAULT 0, `status` int(11) NOT NULL DEFAULT 0, `type` varchar(191) DEFAULT NULL, `user_type` varchar(191) DEFAULT NULL, `shipping_display` int(11) NOT NULL DEFAULT 1, `send_date` date DEFAULT NULL, `discount_apply` int(11) NOT NULL DEFAULT 0, `category_id` int(11) NOT NULL, `created_by` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `bill_accounts` -- CREATE TABLE `bill_accounts` ( `id` bigint(20) UNSIGNED NOT NULL, `chart_account_id` int(11) NOT NULL DEFAULT 0, `price` decimal(15,2) NOT NULL DEFAULT 0.00, `description` varchar(191) DEFAULT NULL, `type` varchar(191) NOT NULL, `ref_id` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `bill_payments` -- CREATE TABLE `bill_payments` ( `id` bigint(20) UNSIGNED NOT NULL, `bill_id` int(11) NOT NULL, `date` date NOT NULL, `amount` decimal(16,2) NOT NULL DEFAULT 0.00, `account_id` int(11) NOT NULL, `payment_method` int(11) NOT NULL, `reference` varchar(191) DEFAULT NULL, `add_receipt` varchar(191) DEFAULT NULL, `description` text DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `bill_products` -- CREATE TABLE `bill_products` ( `id` bigint(20) UNSIGNED NOT NULL, `bill_id` int(11) NOT NULL, `product_id` int(11) NOT NULL, `quantity` int(11) NOT NULL, `tax` varchar(50) DEFAULT NULL, `discount` double NOT NULL DEFAULT 0, `price` decimal(16,2) NOT NULL DEFAULT 0.00, `description` text DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `branches` -- CREATE TABLE `branches` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `budgets` -- CREATE TABLE `budgets` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `period` varchar(191) NOT NULL, `from` varchar(191) DEFAULT NULL, `to` varchar(191) DEFAULT NULL, `income_data` text DEFAULT NULL, `expense_data` text DEFAULT NULL, `created_by` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `bugs` -- CREATE TABLE `bugs` ( `id` bigint(20) UNSIGNED NOT NULL, `bug_id` int(11) NOT NULL DEFAULT 0, `project_id` int(11) NOT NULL DEFAULT 0, `title` varchar(191) DEFAULT NULL, `priority` varchar(191) DEFAULT NULL, `start_date` date DEFAULT NULL, `due_date` date DEFAULT NULL, `description` text DEFAULT NULL, `status` varchar(191) DEFAULT NULL, `order` varchar(191) NOT NULL DEFAULT '0', `assign_to` varchar(191) DEFAULT NULL, `created_by` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `bug_comments` -- CREATE TABLE `bug_comments` ( `id` bigint(20) UNSIGNED NOT NULL, `comment` text NOT NULL, `bug_id` int(11) NOT NULL DEFAULT 0, `user_type` varchar(100) NOT NULL, `created_by` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `bug_files` -- CREATE TABLE `bug_files` ( `id` bigint(20) UNSIGNED NOT NULL, `file` varchar(191) NOT NULL, `name` varchar(191) NOT NULL, `extension` varchar(191) NOT NULL, `file_size` varchar(191) NOT NULL, `bug_id` int(11) NOT NULL, `user_type` varchar(191) NOT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `bug_statuses` -- CREATE TABLE `bug_statuses` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(191) NOT NULL, `created_by` int(11) NOT NULL DEFAULT 0, `order` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `bug_statuses` -- INSERT INTO `bug_statuses` (`id`, `title`, `created_by`, `order`, `created_at`, `updated_at`) VALUES (1, 'Confirmed', 2, 0, '2025-03-06 23:51:57', '2025-03-06 23:51:57'), (2, 'Resolved', 2, 0, '2025-03-06 23:51:57', '2025-03-06 23:51:57'), (3, 'Unconfirmed', 2, 0, '2025-03-06 23:51:57', '2025-03-06 23:51:57'), (4, 'In Progress', 2, 0, '2025-03-06 23:51:57', '2025-03-06 23:51:57'), (5, 'Verified', 2, 0, '2025-03-06 23:51:57', '2025-03-06 23:51:57'); -- -------------------------------------------------------- -- -- Table structure for table `chart_of_accounts` -- CREATE TABLE `chart_of_accounts` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `code` int(11) NOT NULL DEFAULT 0, `type` int(11) NOT NULL DEFAULT 0, `sub_type` int(11) NOT NULL DEFAULT 0, `parent` int(11) NOT NULL DEFAULT 0, `is_enabled` int(11) NOT NULL DEFAULT 1, `description` text DEFAULT NULL, `created_by` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `chart_of_accounts` -- INSERT INTO `chart_of_accounts` (`id`, `name`, `code`, `type`, `sub_type`, `parent`, `is_enabled`, `description`, `created_by`, `created_at`, `updated_at`) VALUES (1, 'Checking Account', 1060, 1, 1, 0, 1, NULL, 2, '2025-03-06 23:51:48', '2025-03-06 23:51:48'), (2, 'Petty Cash', 1065, 1, 1, 0, 1, NULL, 2, '2025-03-06 23:51:48', '2025-03-06 23:51:48'), (3, 'Account Receivables', 1200, 1, 1, 0, 1, NULL, 2, '2025-03-06 23:51:48', '2025-03-06 23:51:48'), (4, 'Allowance for doubtful accounts', 1205, 1, 1, 0, 1, NULL, 2, '2025-03-06 23:51:48', '2025-03-06 23:51:48'), (5, 'Inventory', 1510, 1, 2, 0, 1, NULL, 2, '2025-03-06 23:51:48', '2025-03-06 23:51:48'), (6, 'Stock of Raw Materials', 1520, 1, 2, 0, 1, NULL, 2, '2025-03-06 23:51:48', '2025-03-06 23:51:48'), (7, 'Stock of Work In Progress', 1530, 1, 2, 0, 1, NULL, 2, '2025-03-06 23:51:48', '2025-03-06 23:51:48'), (8, 'Stock of Finished Goods', 1540, 1, 2, 0, 1, NULL, 2, '2025-03-06 23:51:48', '2025-03-06 23:51:48'), (9, 'Goods Received Clearing account', 1550, 1, 2, 0, 1, NULL, 2, '2025-03-06 23:51:48', '2025-03-06 23:51:48'), (10, 'Land and Buildings', 1810, 1, 3, 0, 1, NULL, 2, '2025-03-06 23:51:48', '2025-03-06 23:51:48'), (11, 'Office Furniture and Equipement', 1820, 1, 3, 0, 1, NULL, 2, '2025-03-06 23:51:48', '2025-03-06 23:51:48'), (12, 'Accum.depreciation-Furn. and Equip', 1825, 1, 3, 0, 1, NULL, 2, '2025-03-06 23:51:48', '2025-03-06 23:51:48'), (13, 'Motor Vehicle', 1840, 1, 3, 0, 1, NULL, 2, '2025-03-06 23:51:48', '2025-03-06 23:51:48'), (14, 'Accum.depreciation-Motor Vehicle', 1845, 1, 3, 0, 1, NULL, 2, '2025-03-06 23:51:48', '2025-03-06 23:51:48'), (15, 'Account Payable', 2100, 2, 4, 0, 1, NULL, 2, '2025-03-06 23:51:48', '2025-03-06 23:51:48'), (16, 'Deferred Income', 2105, 2, 4, 0, 1, NULL, 2, '2025-03-06 23:51:48', '2025-03-06 23:51:48'), (17, 'Accrued Income Tax-Central', 2110, 2, 4, 0, 1, NULL, 2, '2025-03-06 23:51:48', '2025-03-06 23:51:48'), (18, 'Income Tax Payable', 2120, 2, 4, 0, 1, NULL, 2, '2025-03-06 23:51:48', '2025-03-06 23:51:48'), (19, 'Accrued Franchise Tax', 2130, 2, 4, 0, 1, NULL, 2, '2025-03-06 23:51:48', '2025-03-06 23:51:48'), (20, 'Vat Provision', 2140, 2, 4, 0, 1, NULL, 2, '2025-03-06 23:51:48', '2025-03-06 23:51:48'), (21, 'Purchase Tax', 2145, 2, 4, 0, 1, NULL, 2, '2025-03-06 23:51:49', '2025-03-06 23:51:49'), (22, 'VAT Pay / Refund', 2150, 2, 4, 0, 1, NULL, 2, '2025-03-06 23:51:49', '2025-03-06 23:51:49'), (23, 'Zero Rated', 2151, 2, 4, 0, 1, NULL, 2, '2025-03-06 23:51:49', '2025-03-06 23:51:49'), (24, 'Capital import', 2152, 2, 4, 0, 1, NULL, 2, '2025-03-06 23:51:49', '2025-03-06 23:51:49'), (25, 'Standard Import', 2153, 2, 4, 0, 1, NULL, 2, '2025-03-06 23:51:49', '2025-03-06 23:51:49'), (26, 'Capital Standard', 2154, 2, 4, 0, 1, NULL, 2, '2025-03-06 23:51:49', '2025-03-06 23:51:49'), (27, 'Vat Exempt', 2155, 2, 4, 0, 1, NULL, 2, '2025-03-06 23:51:49', '2025-03-06 23:51:49'), (28, 'Accrued Use Tax Payable', 2160, 2, 4, 0, 1, NULL, 2, '2025-03-06 23:51:49', '2025-03-06 23:51:49'), (29, 'Accrued Wages', 2210, 2, 4, 0, 1, NULL, 2, '2025-03-06 23:51:49', '2025-03-06 23:51:49'), (30, 'Accrued Comp Time', 2220, 2, 4, 0, 1, NULL, 2, '2025-03-06 23:51:49', '2025-03-06 23:51:49'), (31, 'Accrued Holiday Pay', 2230, 2, 4, 0, 1, NULL, 2, '2025-03-06 23:51:49', '2025-03-06 23:51:49'), (32, 'Accrued Vacation Pay', 2240, 2, 4, 0, 1, NULL, 2, '2025-03-06 23:51:49', '2025-03-06 23:51:49'), (33, 'Accr. Benefits - Central Provident Fund', 2310, 2, 4, 0, 1, NULL, 2, '2025-03-06 23:51:49', '2025-03-06 23:51:49'), (34, 'Accr. Benefits - Stock Purchase', 2320, 2, 4, 0, 1, NULL, 2, '2025-03-06 23:51:49', '2025-03-06 23:51:49'), (35, 'Accr. Benefits - Med, Den', 2330, 2, 4, 0, 1, NULL, 2, '2025-03-06 23:51:49', '2025-03-06 23:51:49'), (36, 'Accr. Benefits - Payroll Taxes', 2340, 2, 4, 0, 1, NULL, 2, '2025-03-06 23:51:49', '2025-03-06 23:51:49'), (37, 'Accr. Benefits - Credit Union', 2350, 2, 4, 0, 1, NULL, 2, '2025-03-06 23:51:49', '2025-03-06 23:51:49'), (38, 'Accr. Benefits - Savings Bond', 2360, 2, 4, 0, 1, NULL, 2, '2025-03-06 23:51:49', '2025-03-06 23:51:49'), (39, 'Accr. Benefits - Group Insurance', 2370, 2, 4, 0, 1, NULL, 2, '2025-03-06 23:51:49', '2025-03-06 23:51:49'), (40, 'Accr. Benefits - Charity Cont.', 2380, 2, 4, 0, 1, NULL, 2, '2025-03-06 23:51:49', '2025-03-06 23:51:49'), (41, 'Bank Loans', 2620, 2, 5, 0, 1, NULL, 2, '2025-03-06 23:51:49', '2025-03-06 23:51:49'), (42, 'Loans from Shareholders', 2680, 2, 5, 0, 1, NULL, 2, '2025-03-06 23:51:50', '2025-03-06 23:51:50'), (43, 'Common Shares', 3350, 2, 6, 0, 1, NULL, 2, '2025-03-06 23:51:50', '2025-03-06 23:51:50'), (44, 'Reserves and Surplus', 3590, 2, 7, 0, 1, NULL, 2, '2025-03-06 23:51:50', '2025-03-06 23:51:50'), (45, 'Owners Drawings', 3595, 2, 7, 0, 1, NULL, 2, '2025-03-06 23:51:50', '2025-03-06 23:51:50'), (46, 'Opening Balances and adjustments', 3020, 3, 8, 0, 1, NULL, 2, '2025-03-06 23:51:50', '2025-03-06 23:51:50'), (47, 'Owners Contribution', 3025, 3, 8, 0, 1, NULL, 2, '2025-03-06 23:51:50', '2025-03-06 23:51:50'), (48, 'Profit and Loss ( current Year)', 3030, 3, 8, 0, 1, NULL, 2, '2025-03-06 23:51:50', '2025-03-06 23:51:50'), (49, 'Retained income', 3035, 3, 8, 0, 1, NULL, 2, '2025-03-06 23:51:50', '2025-03-06 23:51:50'), (50, 'Sales Income', 4010, 4, 9, 0, 1, NULL, 2, '2025-03-06 23:51:50', '2025-03-06 23:51:50'), (51, 'Service Income', 4020, 4, 9, 0, 1, NULL, 2, '2025-03-06 23:51:50', '2025-03-06 23:51:50'), (52, 'Shipping and Handling', 4430, 4, 10, 0, 1, NULL, 2, '2025-03-06 23:51:50', '2025-03-06 23:51:50'), (53, 'Sundry Income', 4435, 4, 10, 0, 1, NULL, 2, '2025-03-06 23:51:50', '2025-03-06 23:51:50'), (54, 'Interest Received', 4440, 4, 10, 0, 1, NULL, 2, '2025-03-06 23:51:50', '2025-03-06 23:51:50'), (55, 'Foreign Exchange Gain', 4450, 4, 10, 0, 1, NULL, 2, '2025-03-06 23:51:50', '2025-03-06 23:51:50'), (56, 'Unallocated Income', 4500, 4, 10, 0, 1, NULL, 2, '2025-03-06 23:51:50', '2025-03-06 23:51:50'), (57, 'Discounts Received', 4510, 4, 10, 0, 1, NULL, 2, '2025-03-06 23:51:50', '2025-03-06 23:51:50'), (58, 'Cost of Sales- On Services', 5005, 5, 11, 0, 1, NULL, 2, '2025-03-06 23:51:51', '2025-03-06 23:51:51'), (59, 'Cost of Sales - Purchases', 5010, 5, 11, 0, 1, NULL, 2, '2025-03-06 23:51:51', '2025-03-06 23:51:51'), (60, 'Operating Costs', 5015, 5, 11, 0, 1, NULL, 2, '2025-03-06 23:51:51', '2025-03-06 23:51:51'), (61, 'Material Usage Varaiance', 5020, 5, 11, 0, 1, NULL, 2, '2025-03-06 23:51:51', '2025-03-06 23:51:51'), (62, 'Breakage and Replacement Costs', 5025, 5, 11, 0, 1, NULL, 2, '2025-03-06 23:51:51', '2025-03-06 23:51:51'), (63, 'Consumable Materials', 5030, 5, 11, 0, 1, NULL, 2, '2025-03-06 23:51:51', '2025-03-06 23:51:51'), (64, 'Sub-contractor Costs', 5035, 5, 11, 0, 1, NULL, 2, '2025-03-06 23:51:51', '2025-03-06 23:51:51'), (65, 'Purchase Price Variance', 5040, 5, 11, 0, 1, NULL, 2, '2025-03-06 23:51:51', '2025-03-06 23:51:51'), (66, 'Direct Labour - COS', 5045, 5, 11, 0, 1, NULL, 2, '2025-03-06 23:51:51', '2025-03-06 23:51:51'), (67, 'Purchases of Materials', 5050, 5, 11, 0, 1, NULL, 2, '2025-03-06 23:51:51', '2025-03-06 23:51:51'), (68, 'Discounts Received', 5060, 5, 11, 0, 1, NULL, 2, '2025-03-06 23:51:51', '2025-03-06 23:51:51'), (69, 'Freight Costs', 5100, 5, 11, 0, 1, NULL, 2, '2025-03-06 23:51:51', '2025-03-06 23:51:51'), (70, 'Salaries and Wages', 5410, 6, 12, 0, 1, NULL, 2, '2025-03-06 23:51:51', '2025-03-06 23:51:51'), (71, 'Directors Fees & Remuneration', 5415, 6, 12, 0, 1, NULL, 2, '2025-03-06 23:51:51', '2025-03-06 23:51:51'), (72, 'Wages - Overtime', 5420, 6, 12, 0, 1, NULL, 2, '2025-03-06 23:51:51', '2025-03-06 23:51:51'), (73, 'Members Salaries', 5425, 6, 12, 0, 1, NULL, 2, '2025-03-06 23:51:52', '2025-03-06 23:51:52'), (74, 'UIF Payments', 5430, 6, 12, 0, 1, NULL, 2, '2025-03-06 23:51:52', '2025-03-06 23:51:52'), (75, 'Payroll Taxes', 5440, 6, 12, 0, 1, NULL, 2, '2025-03-06 23:51:52', '2025-03-06 23:51:52'), (76, 'Workers Compensation ( Coida )', 5450, 6, 12, 0, 1, NULL, 2, '2025-03-06 23:51:52', '2025-03-06 23:51:52'), (77, 'Normal Taxation Paid', 5460, 6, 12, 0, 1, NULL, 2, '2025-03-06 23:51:52', '2025-03-06 23:51:52'), (78, 'General Benefits', 5470, 6, 12, 0, 1, NULL, 2, '2025-03-06 23:51:52', '2025-03-06 23:51:52'), (79, 'Provisional Tax Paid', 5510, 6, 12, 0, 1, NULL, 2, '2025-03-06 23:51:52', '2025-03-06 23:51:52'), (80, 'Inc Tax Exp - State', 5520, 6, 12, 0, 1, NULL, 2, '2025-03-06 23:51:52', '2025-03-06 23:51:52'), (81, 'Taxes - Real Estate', 5530, 6, 12, 0, 1, NULL, 2, '2025-03-06 23:51:52', '2025-03-06 23:51:52'), (82, 'Taxes - Personal Property', 5540, 6, 12, 0, 1, NULL, 2, '2025-03-06 23:51:52', '2025-03-06 23:51:52'), (83, 'Taxes - Franchise', 5550, 6, 12, 0, 1, NULL, 2, '2025-03-06 23:51:52', '2025-03-06 23:51:52'), (84, 'Taxes - Foreign Withholding', 5560, 6, 12, 0, 1, NULL, 2, '2025-03-06 23:51:52', '2025-03-06 23:51:52'), (85, 'Accounting Fees', 5610, 6, 13, 0, 1, NULL, 2, '2025-03-06 23:51:52', '2025-03-06 23:51:52'), (86, 'Advertising and Promotions', 5615, 6, 13, 0, 1, NULL, 2, '2025-03-06 23:51:52', '2025-03-06 23:51:52'), (87, 'Bad Debts', 5620, 6, 13, 0, 1, NULL, 2, '2025-03-06 23:51:52', '2025-03-06 23:51:52'), (88, 'Courier and Postage', 5625, 6, 13, 0, 1, NULL, 2, '2025-03-06 23:51:52', '2025-03-06 23:51:52'), (89, 'Depreciation Expense', 5660, 6, 13, 0, 1, NULL, 2, '2025-03-06 23:51:52', '2025-03-06 23:51:52'), (90, 'Insurance Expense', 5685, 6, 13, 0, 1, NULL, 2, '2025-03-06 23:51:53', '2025-03-06 23:51:53'), (91, 'Bank Charges', 5690, 6, 13, 0, 1, NULL, 2, '2025-03-06 23:51:53', '2025-03-06 23:51:53'), (92, 'Interest Paid', 5695, 6, 13, 0, 1, NULL, 2, '2025-03-06 23:51:53', '2025-03-06 23:51:53'), (93, 'Office Expenses - Consumables', 5700, 6, 13, 0, 1, NULL, 2, '2025-03-06 23:51:53', '2025-03-06 23:51:53'), (94, 'Printing and Stationary', 5705, 6, 13, 0, 1, NULL, 2, '2025-03-06 23:51:53', '2025-03-06 23:51:53'), (95, 'Security Expenses', 5710, 6, 13, 0, 1, NULL, 2, '2025-03-06 23:51:53', '2025-03-06 23:51:53'), (96, 'Subscription - Membership Fees', 5715, 6, 13, 0, 1, NULL, 2, '2025-03-06 23:51:53', '2025-03-06 23:51:53'), (97, 'Electricity, Gas and Water', 5755, 6, 13, 0, 1, NULL, 2, '2025-03-06 23:51:53', '2025-03-06 23:51:53'), (98, 'Rent Paid', 5760, 6, 13, 0, 1, NULL, 2, '2025-03-06 23:51:53', '2025-03-06 23:51:53'), (99, 'Repairs and Maintenance', 5765, 6, 13, 0, 1, NULL, 2, '2025-03-06 23:51:53', '2025-03-06 23:51:53'), (100, 'Motor Vehicle Expenses', 5770, 6, 13, 0, 1, NULL, 2, '2025-03-06 23:51:53', '2025-03-06 23:51:53'), (101, 'Petrol and Oil', 5771, 6, 13, 0, 1, NULL, 2, '2025-03-06 23:51:53', '2025-03-06 23:51:53'), (102, 'Equipment Hire - Rental', 5775, 6, 13, 0, 1, NULL, 2, '2025-03-06 23:51:53', '2025-03-06 23:51:53'), (103, 'Telephone and Internet', 5780, 6, 13, 0, 1, NULL, 2, '2025-03-06 23:51:53', '2025-03-06 23:51:53'), (104, 'Travel and Accommodation', 5785, 6, 13, 0, 1, NULL, 2, '2025-03-06 23:51:53', '2025-03-06 23:51:53'), (105, 'Meals and Entertainment', 5786, 6, 13, 0, 1, NULL, 2, '2025-03-06 23:51:53', '2025-03-06 23:51:53'), (106, 'Staff Training', 5787, 6, 13, 0, 1, NULL, 2, '2025-03-06 23:51:53', '2025-03-06 23:51:53'), (107, 'Utilities', 5790, 6, 13, 0, 1, NULL, 2, '2025-03-06 23:51:54', '2025-03-06 23:51:54'), (108, 'Computer Expenses', 5791, 6, 13, 0, 1, NULL, 2, '2025-03-06 23:51:54', '2025-03-06 23:51:54'), (109, 'Registrations', 5795, 6, 13, 0, 1, NULL, 2, '2025-03-06 23:51:54', '2025-03-06 23:51:54'), (110, 'Licenses', 5800, 6, 13, 0, 1, NULL, 2, '2025-03-06 23:51:54', '2025-03-06 23:51:54'), (111, 'Foreign Exchange Loss', 5810, 6, 13, 0, 1, NULL, 2, '2025-03-06 23:51:54', '2025-03-06 23:51:54'), (112, 'Profit and Loss', 9990, 6, 13, 0, 1, NULL, 2, '2025-03-06 23:51:54', '2025-03-06 23:51:54'); -- -------------------------------------------------------- -- -- Table structure for table `chart_of_account_parents` -- CREATE TABLE `chart_of_account_parents` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `sub_type` int(11) NOT NULL DEFAULT 0, `type` int(11) NOT NULL DEFAULT 0, `account` int(11) NOT NULL DEFAULT 0, `created_by` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `chart_of_account_sub_types` -- CREATE TABLE `chart_of_account_sub_types` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL DEFAULT '1', `type` int(11) NOT NULL DEFAULT 0, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `chart_of_account_sub_types` -- INSERT INTO `chart_of_account_sub_types` (`id`, `name`, `type`, `created_by`, `created_at`, `updated_at`) VALUES (1, 'Current Asset', 1, 2, '2025-03-06 23:51:46', '2025-03-06 23:51:46'), (2, 'Inventory Asset', 1, 2, '2025-03-06 23:51:46', '2025-03-06 23:51:46'), (3, 'Non-current Asset', 1, 2, '2025-03-06 23:51:46', '2025-03-06 23:51:46'), (4, 'Current Liabilities', 2, 2, '2025-03-06 23:51:46', '2025-03-06 23:51:46'), (5, 'Long Term Liabilities', 2, 2, '2025-03-06 23:51:47', '2025-03-06 23:51:47'), (6, 'Share Capital', 2, 2, '2025-03-06 23:51:47', '2025-03-06 23:51:47'), (7, 'Retained Earnings', 2, 2, '2025-03-06 23:51:47', '2025-03-06 23:51:47'), (8, 'Owners Equity', 3, 2, '2025-03-06 23:51:47', '2025-03-06 23:51:47'), (9, 'Sales Revenue', 4, 2, '2025-03-06 23:51:47', '2025-03-06 23:51:47'), (10, 'Other Revenue', 4, 2, '2025-03-06 23:51:47', '2025-03-06 23:51:47'), (11, 'Costs of Goods Sold', 5, 2, '2025-03-06 23:51:47', '2025-03-06 23:51:47'), (12, 'Payroll Expenses', 6, 2, '2025-03-06 23:51:47', '2025-03-06 23:51:47'), (13, 'General and Administrative expenses', 6, 2, '2025-03-06 23:51:48', '2025-03-06 23:51:48'); -- -------------------------------------------------------- -- -- Table structure for table `chart_of_account_types` -- CREATE TABLE `chart_of_account_types` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) DEFAULT NULL, `created_by` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `chart_of_account_types` -- INSERT INTO `chart_of_account_types` (`id`, `name`, `created_by`, `created_at`, `updated_at`) VALUES (1, 'Assets', 2, '2025-03-06 23:51:46', '2025-03-06 23:51:46'), (2, 'Liabilities', 2, '2025-03-06 23:51:46', '2025-03-06 23:51:46'), (3, 'Equity', 2, '2025-03-06 23:51:47', '2025-03-06 23:51:47'), (4, 'Income', 2, '2025-03-06 23:51:47', '2025-03-06 23:51:47'), (5, 'Costs of Goods Sold', 2, '2025-03-06 23:51:47', '2025-03-06 23:51:47'), (6, 'Expenses', 2, '2025-03-06 23:51:47', '2025-03-06 23:51:47'); -- -------------------------------------------------------- -- -- Table structure for table `ch_favorites` -- CREATE TABLE `ch_favorites` ( `id` bigint(20) NOT NULL, `user_id` bigint(20) NOT NULL, `favorite_id` bigint(20) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `ch_messages` -- CREATE TABLE `ch_messages` ( `id` bigint(20) NOT NULL, `type` varchar(191) NOT NULL, `from_id` bigint(20) NOT NULL, `to_id` bigint(20) NOT NULL, `body` varchar(5000) DEFAULT NULL, `attachment` varchar(191) DEFAULT NULL, `seen` tinyint(1) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `client_deals` -- CREATE TABLE `client_deals` ( `id` bigint(20) UNSIGNED NOT NULL, `client_id` bigint(20) UNSIGNED NOT NULL, `deal_id` bigint(20) UNSIGNED NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `commissions` -- CREATE TABLE `commissions` ( `id` bigint(20) UNSIGNED NOT NULL, `employee_id` int(11) NOT NULL, `title` varchar(191) NOT NULL, `amount` decimal(15,2) NOT NULL DEFAULT 0.00, `type` varchar(191) DEFAULT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `company_payment_settings` -- CREATE TABLE `company_payment_settings` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `value` varchar(191) NOT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `company_policies` -- CREATE TABLE `company_policies` ( `id` bigint(20) UNSIGNED NOT NULL, `branch` int(11) NOT NULL, `title` varchar(191) NOT NULL, `description` text NOT NULL, `attachment` varchar(191) DEFAULT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `competencies` -- CREATE TABLE `competencies` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `type` varchar(191) NOT NULL, `created_by` varchar(191) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `complaints` -- CREATE TABLE `complaints` ( `id` bigint(20) UNSIGNED NOT NULL, `complaint_from` int(11) NOT NULL, `complaint_against` int(11) NOT NULL, `title` varchar(191) NOT NULL, `complaint_date` date NOT NULL, `description` varchar(191) DEFAULT NULL, `created_by` varchar(191) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `contracts` -- CREATE TABLE `contracts` ( `id` bigint(20) UNSIGNED NOT NULL, `client_name` int(11) NOT NULL, `subject` varchar(191) DEFAULT NULL, `value` varchar(191) DEFAULT NULL, `type` int(11) NOT NULL, `start_date` date NOT NULL, `end_date` date NOT NULL, `description` varchar(191) DEFAULT NULL, `project_id` varchar(191) DEFAULT NULL, `contract_description` text DEFAULT NULL, `status` varchar(191) NOT NULL DEFAULT 'pending', `client_signature` longtext DEFAULT NULL, `company_signature` longtext DEFAULT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `contract_attachment` -- CREATE TABLE `contract_attachment` ( `id` bigint(20) UNSIGNED NOT NULL, `contract_id` int(11) NOT NULL DEFAULT 0, `user_id` int(11) NOT NULL DEFAULT 0, `files` varchar(191) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `contract_comment` -- CREATE TABLE `contract_comment` ( `id` bigint(20) UNSIGNED NOT NULL, `contract_id` int(11) NOT NULL DEFAULT 0, `user_id` int(11) NOT NULL DEFAULT 0, `comment` varchar(191) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `contract_notes` -- CREATE TABLE `contract_notes` ( `id` bigint(20) UNSIGNED NOT NULL, `contract_id` int(11) NOT NULL DEFAULT 0, `user_id` int(11) NOT NULL DEFAULT 0, `notes` varchar(191) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `contract_types` -- CREATE TABLE `contract_types` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `coupons` -- CREATE TABLE `coupons` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `code` varchar(191) NOT NULL, `discount` double NOT NULL DEFAULT 0, `limit` int(11) NOT NULL DEFAULT 0, `description` text DEFAULT NULL, `is_active` int(11) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `credit_notes` -- CREATE TABLE `credit_notes` ( `id` bigint(20) UNSIGNED NOT NULL, `invoice` int(11) NOT NULL DEFAULT 0, `customer` int(11) NOT NULL DEFAULT 0, `amount` decimal(15,2) NOT NULL DEFAULT 0.00, `date` date NOT NULL, `description` text DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `customers` -- CREATE TABLE `customers` ( `id` bigint(20) UNSIGNED NOT NULL, `customer_id` int(11) NOT NULL, `name` varchar(191) DEFAULT NULL, `email` varchar(191) DEFAULT NULL, `tax_number` varchar(191) DEFAULT NULL, `contact` varchar(191) DEFAULT NULL, `avatar` varchar(100) NOT NULL DEFAULT '', `created_by` int(11) NOT NULL DEFAULT 0, `is_active` int(11) NOT NULL DEFAULT 1, `email_verified_at` timestamp NULL DEFAULT NULL, `billing_name` varchar(191) DEFAULT NULL, `billing_country` varchar(191) DEFAULT NULL, `billing_state` varchar(191) DEFAULT NULL, `billing_city` varchar(191) DEFAULT NULL, `billing_phone` varchar(191) DEFAULT NULL, `billing_zip` varchar(191) DEFAULT NULL, `billing_address` text DEFAULT NULL, `shipping_name` varchar(191) DEFAULT NULL, `shipping_country` varchar(191) DEFAULT NULL, `shipping_state` varchar(191) DEFAULT NULL, `shipping_city` varchar(191) DEFAULT NULL, `shipping_phone` varchar(191) DEFAULT NULL, `shipping_zip` varchar(191) DEFAULT NULL, `shipping_address` text DEFAULT NULL, `lang` varchar(191) NOT NULL DEFAULT 'en', `balance` decimal(15,2) NOT NULL DEFAULT 0.00, `credit_balance` decimal(15,2) NOT NULL DEFAULT 0.00, `remember_token` varchar(100) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `custom_fields` -- CREATE TABLE `custom_fields` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `type` varchar(191) NOT NULL, `module` varchar(191) NOT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `custom_field_values` -- CREATE TABLE `custom_field_values` ( `id` bigint(20) UNSIGNED NOT NULL, `record_id` bigint(20) UNSIGNED NOT NULL, `field_id` bigint(20) UNSIGNED NOT NULL, `value` varchar(191) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `custom_questions` -- CREATE TABLE `custom_questions` ( `id` bigint(20) UNSIGNED NOT NULL, `question` varchar(191) NOT NULL, `is_required` varchar(191) DEFAULT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `deals` -- CREATE TABLE `deals` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `phone` varchar(191) DEFAULT NULL, `price` decimal(15,2) DEFAULT 0.00, `pipeline_id` int(11) NOT NULL, `stage_id` int(11) NOT NULL, `sources` varchar(191) DEFAULT NULL, `products` varchar(191) DEFAULT NULL, `notes` text DEFAULT NULL, `labels` varchar(191) DEFAULT NULL, `status` varchar(191) DEFAULT NULL, `order` int(11) NOT NULL DEFAULT 0, `created_by` int(11) NOT NULL, `is_active` int(11) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `deal_calls` -- CREATE TABLE `deal_calls` ( `id` bigint(20) UNSIGNED NOT NULL, `deal_id` bigint(20) UNSIGNED NOT NULL, `subject` varchar(191) NOT NULL, `call_type` varchar(30) NOT NULL, `duration` varchar(20) NOT NULL, `user_id` int(11) NOT NULL, `description` text DEFAULT NULL, `call_result` text DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `deal_discussions` -- CREATE TABLE `deal_discussions` ( `id` bigint(20) UNSIGNED NOT NULL, `deal_id` bigint(20) UNSIGNED NOT NULL, `comment` text NOT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `deal_emails` -- CREATE TABLE `deal_emails` ( `id` bigint(20) UNSIGNED NOT NULL, `deal_id` bigint(20) UNSIGNED NOT NULL, `to` varchar(191) NOT NULL, `subject` varchar(191) NOT NULL, `description` text DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `deal_files` -- CREATE TABLE `deal_files` ( `id` bigint(20) UNSIGNED NOT NULL, `deal_id` bigint(20) UNSIGNED NOT NULL, `file_name` varchar(191) NOT NULL, `file_path` varchar(191) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `deal_tasks` -- CREATE TABLE `deal_tasks` ( `id` bigint(20) UNSIGNED NOT NULL, `deal_id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `date` date NOT NULL, `time` time NOT NULL, `priority` varchar(191) NOT NULL, `status` varchar(191) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `debit_notes` -- CREATE TABLE `debit_notes` ( `id` bigint(20) UNSIGNED NOT NULL, `bill` int(11) NOT NULL DEFAULT 0, `vendor` int(11) NOT NULL DEFAULT 0, `amount` decimal(15,2) NOT NULL DEFAULT 0.00, `date` date NOT NULL, `description` text DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `deduction_options` -- CREATE TABLE `deduction_options` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `departments` -- CREATE TABLE `departments` ( `id` bigint(20) UNSIGNED NOT NULL, `branch_id` int(11) NOT NULL, `name` varchar(191) NOT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `designations` -- CREATE TABLE `designations` ( `id` bigint(20) UNSIGNED NOT NULL, `branch_id` int(11) DEFAULT NULL, `department_id` int(11) NOT NULL, `name` varchar(191) NOT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `documents` -- CREATE TABLE `documents` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `is_required` varchar(191) NOT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `ducument_uploads` -- CREATE TABLE `ducument_uploads` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `role` varchar(191) NOT NULL, `document` varchar(191) NOT NULL, `description` text DEFAULT NULL, `created_by` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `email_templates` -- CREATE TABLE `email_templates` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `from` varchar(191) DEFAULT NULL, `slug` varchar(191) DEFAULT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `email_templates` -- INSERT INTO `email_templates` (`id`, `name`, `from`, `slug`, `created_by`, `created_at`, `updated_at`) VALUES (1, 'New User', 'saas', 'new_user', 1, '2025-03-06 23:52:00', '2025-03-06 23:52:00'), (2, 'New Client', 'saas', 'new_client', 1, '2025-03-06 23:52:00', '2025-03-06 23:52:00'), (3, 'New Support Ticket', 'saas', 'new_support_ticket', 1, '2025-03-06 23:52:00', '2025-03-06 23:52:00'), (4, 'Lead Assigned', 'saas', 'lead_assigned', 1, '2025-03-06 23:52:00', '2025-03-06 23:52:00'), (5, 'Deal Assigned', 'saas', 'deal_assigned', 1, '2025-03-06 23:52:00', '2025-03-06 23:52:00'), (6, 'New Award', 'saas', 'new_award', 1, '2025-03-06 23:52:00', '2025-03-06 23:52:00'), (7, 'Customer Invoice Sent', 'saas', 'customer_invoice_sent', 1, '2025-03-06 23:52:00', '2025-03-06 23:52:00'), (8, 'New Invoice Payment', 'saas', 'new_invoice_payment', 1, '2025-03-06 23:52:00', '2025-03-06 23:52:00'), (9, 'New Payment Reminder', 'saas', 'new_payment_reminder', 1, '2025-03-06 23:52:00', '2025-03-06 23:52:00'), (10, 'New Bill Payment', 'saas', 'new_bill_payment', 1, '2025-03-06 23:52:00', '2025-03-06 23:52:00'), (11, 'Bill Resent', 'saas', 'bill_resent', 1, '2025-03-06 23:52:00', '2025-03-06 23:52:00'), (12, 'Proposal Sent', 'saas', 'proposal_sent', 1, '2025-03-06 23:52:00', '2025-03-06 23:52:00'), (13, 'Complaint Resent', 'saas', 'complaint_resent', 1, '2025-03-06 23:52:00', '2025-03-06 23:52:00'), (14, 'Leave Action Sent', 'saas', 'leave_action_sent', 1, '2025-03-06 23:52:00', '2025-03-06 23:52:00'), (15, 'Payslip Sent', 'saas', 'payslip_sent', 1, '2025-03-06 23:52:00', '2025-03-06 23:52:00'), (16, 'Promotion Sent', 'saas', 'promotion_sent', 1, '2025-03-06 23:52:00', '2025-03-06 23:52:00'), (17, 'Resignation Sent', 'saas', 'resignation_sent', 1, '2025-03-06 23:52:01', '2025-03-06 23:52:01'), (18, 'Termination Sent', 'saas', 'termination_sent', 1, '2025-03-06 23:52:01', '2025-03-06 23:52:01'), (19, 'Transfer Sent', 'saas', 'transfer_sent', 1, '2025-03-06 23:52:01', '2025-03-06 23:52:01'), (20, 'Trip Sent', 'saas', 'trip_sent', 1, '2025-03-06 23:52:01', '2025-03-06 23:52:01'), (21, 'Vender Bill Sent', 'saas', 'vender_bill_sent', 1, '2025-03-06 23:52:01', '2025-03-06 23:52:01'), (22, 'Warning Sent', 'saas', 'warning_sent', 1, '2025-03-06 23:52:01', '2025-03-06 23:52:01'), (23, 'New Contract', 'saas', 'new_contract', 1, '2025-03-06 23:52:01', '2025-03-06 23:52:01'), (24, 'New Project', 'saas', 'new_project', 1, '2025-03-06 23:52:01', '2025-03-06 23:52:01'), (25, 'New Task', 'saas', 'new_task', 1, '2025-03-06 23:52:01', '2025-03-06 23:52:01'), (26, 'Task Status Updated', 'saas', 'task_status_updated', 1, '2025-03-06 23:52:01', '2025-03-06 23:52:01'), (27, 'New Leave', 'saas', 'new_leave', 1, '2025-03-06 23:52:01', '2025-03-06 23:52:01'), (28, 'Project Assign Member', 'saas', 'project_assign_member', 1, '2025-03-06 23:52:01', '2025-03-06 23:52:01'); -- -------------------------------------------------------- -- -- Table structure for table `email_template_langs` -- CREATE TABLE `email_template_langs` ( `id` bigint(20) UNSIGNED NOT NULL, `parent_id` int(11) NOT NULL, `lang` varchar(100) NOT NULL, `subject` varchar(191) NOT NULL, `content` text NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `email_template_langs` -- INSERT INTO `email_template_langs` (`id`, `parent_id`, `lang`, `subject`, `content`, `created_at`, `updated_at`) VALUES (1, 1, 'ar', 'New User', '

مرحبا، 
مرحبا بك في {app_name}.

البريد الإلكتروني : {email}
كلمه السر : {password}

{app_url}

شكر،
{app_name}

', '2025-03-06 23:52:01', '2025-03-06 23:52:01'), (2, 1, 'zh', 'New User', '

您好,
欢迎使用 {app_name}。

电子邮件 :{email}
密码:{password}

{app_url}

谢谢,
{app_name}

', '2025-03-06 23:52:01', '2025-03-06 23:52:01'), (3, 1, 'da', 'New User', '

Hej, 
Velkommen til {app_name}.

E-mail : {email}
Adgangskode : {password}

{app_url}

Tak,
{app_name}

', '2025-03-06 23:52:01', '2025-03-06 23:52:01'), (4, 1, 'de', 'New User', '

Hallo, 
Willkommen zu {app_name}.

Email : {email}
Passwort : {password}

{app_url}

Vielen Dank,
{app_name}

', '2025-03-06 23:52:02', '2025-03-06 23:52:02'), (5, 1, 'en', 'New User', '

Hello, 
Welcome to {app_name}.

Email : {email}
Password : {password}

{app_url}

Thanks,
{app_name}

', '2025-03-06 23:52:02', '2025-03-06 23:52:02'), (6, 1, 'es', 'New User', '

Hola, 
Bienvenido a {app_name}.

Correo electrónico : {email}
Contraseña : {password}

{app_url}

Gracias,
{app_name}

', '2025-03-06 23:52:02', '2025-03-06 23:52:02'), (7, 1, 'fr', 'New User', '

Bonjour, 
Bienvenue à {app_name}.

Email : {email}
Mot de passe : {password}

{app_url}

Merci,
{app_name}

', '2025-03-06 23:52:02', '2025-03-06 23:52:02'), (8, 1, 'he', 'New User', '

שלום, 
ברוכים הבאים אל {app_name}.

דוא\"ל : {email}
סיסמה : {password}

{app_url}

תודה,
{app_name}

', '2025-03-06 23:52:02', '2025-03-06 23:52:02'), (9, 1, 'it', 'New User', '

Ciao, 
Benvenuto a {app_name}.

E-mail : {email}
Parola d\'ordine : {password}

{app_url}

Grazie,
{app_name}

', '2025-03-06 23:52:02', '2025-03-06 23:52:02'), (10, 1, 'ja', 'New User', '

こんにちは、 
へようこそ {app_name}.

Eメール : {email}
パスワード : {password}

{app_url}

おかげで、
{app_name}

', '2025-03-06 23:52:02', '2025-03-06 23:52:02'), (11, 1, 'nl', 'New User', '

Hallo, 
Welkom bij {app_name}.

E-mail : {email}
Wachtwoord : {password}

{app_url}

Bedankt,
{app_name}

', '2025-03-06 23:52:02', '2025-03-06 23:52:02'), (12, 1, 'pl', 'New User', '

Witaj, 
Witamy w {app_name}.

E-mail : {email}
Hasło : {password}

{app_url}

Dzięki,
{app_name}

', '2025-03-06 23:52:02', '2025-03-06 23:52:02'), (13, 1, 'ru', 'New User', '

Привет, 
Добро пожаловать в {app_name}.

Электронное письмо : {email}
пароль : {password}

{app_url}

Спасибо,
{app_name}

', '2025-03-06 23:52:02', '2025-03-06 23:52:02'), (14, 1, 'pt', 'New User', '

Olá,
Bem-vindo ao {app_name}.

E-mail : {email}
Senha : {password}

{app_url}

Obrigada,
{app_name}

', '2025-03-06 23:52:02', '2025-03-06 23:52:02'), (15, 1, 'tr', 'New User', '

Merhaba, 
{app_name} e hoş geldiniz.

E-posta : {email}
Şifre : {şifre}

{app_url}

Teşekkürler,
{app_name}

', '2025-03-06 23:52:02', '2025-03-06 23:52:02'), (16, 1, 'pt-br', 'New User', '

Olá,
Bem-vindo ao {app_name}.

E-mail : {email}
Senha : {password}

{app_url}

Obrigada,
{app_name}

', '2025-03-06 23:52:02', '2025-03-06 23:52:02'), (17, 2, 'ar', 'New Client', '

مرحبا { client_name } ،

أنت الآن Client ..

البريد الالكتروني : { client_email }

كلمة السرية : { client_password }

{ app_url }

شكرا

{ app_name }

', '2025-03-06 23:52:03', '2025-03-06 23:52:03'), (18, 2, 'zh', 'New Client', '

你好 {client_name},
您现在是客户..
电子邮件 : {client_email}
密码 : {client_password}
{app_url}
谢谢,
{app_name}

', '2025-03-06 23:52:03', '2025-03-06 23:52:03'), (19, 2, 'es', 'New Client', '

Hola {nombre_cliente},

ahora es Cliente ..

Correo electrónico: {client_email}

Contraseña: {client_password}

{app_url}

Gracias,

{app_name}

', '2025-03-06 23:52:03', '2025-03-06 23:52:03'), (20, 2, 'da', 'New Client', '

Hej { client_name },

Du er nu klient ..

E-mail: { client_email }

Password: { client_password }

{ app_url }

Tak.

{ app_name }

', '2025-03-06 23:52:03', '2025-03-06 23:52:03'), (21, 2, 'de', 'New Client', '

Hallo {client_name},

Sie sind jetzt Client ..

E-Mail: {client_email}

Kennwort: {client_password}

{app_url}

Danke,

{Anwendungsname}

', '2025-03-06 23:52:03', '2025-03-06 23:52:03'), (22, 2, 'en', 'New Client', '

Hello {client_name},
You are now Client..
Email : {client_email}
Password : {client_password}
{app_url}
Thanks,
{app_name}

', '2025-03-06 23:52:03', '2025-03-06 23:52:03'), (23, 2, 'fr', 'New Client', '

Bonjour { client_name },

Vous êtes maintenant Client ..

Adresse électronique: { client_email }

Mot de passe: { client_password }

{ app_url }

Merci,

{ app_name }

', '2025-03-06 23:52:03', '2025-03-06 23:52:03'), (24, 2, 'he', 'New Client', '

הלו {client_name},

: {client_ייל}: {client_ייל}
סיסמה

{app_url}
תודה,

{app_name}

', '2025-03-06 23:52:03', '2025-03-06 23:52:03'), (25, 2, 'it', 'New Client', '

Hello {client_name},

Tu ora sei Client ..

Email: {client_email}

Password: {client_password}

{app_url}

Grazie,

{app_name}

', '2025-03-06 23:52:03', '2025-03-06 23:52:03'), (26, 2, 'ja', 'New Client', '

こんにちは {client_name} 、

お客様になりました。

E メール : {client_email}

パスワード : {client_password}

{app_url}

ありがとう。

{app_name}

', '2025-03-06 23:52:03', '2025-03-06 23:52:03'), (27, 2, 'nl', 'New Client', '

Hallo { client_name },

U bent nu Client ..

E-mail: { client_email }

Wachtwoord: { client_password }

{ app_url }

Bedankt.

{ app_name }

', '2025-03-06 23:52:03', '2025-03-06 23:52:03'), (28, 2, 'pl', 'New Client', '

Witaj {client_name },

jesteś teraz Client ..

E-mail: {client_email }

Hasło: {client_password }

{app_url }

Dziękuję,

{app_name }

', '2025-03-06 23:52:03', '2025-03-06 23:52:03'), (29, 2, 'ru', 'New Client', '

Hello { client_name },

Вы теперь клиент ..

Адрес электронной почты: { client_email }

Пароль: { client_password }

{ app_url }

Спасибо.

{ app_name }

Olá {client_name},

Você agora é Client ..

E-mail: {client_email}

Senha: {client_password}

{app_url}

Obrigado,

{app_name}

', '2025-03-06 23:52:03', '2025-03-06 23:52:03'), (30, 2, 'pt', 'New Client', '

Olá {client_name},

Você agora é Client ..

E-mail: {client_email}

Senha: {client_password}

{app_url}

Obrigado,

{app_name}

', '2025-03-06 23:52:03', '2025-03-06 23:52:03'), (31, 2, 'tr', 'New Client', '

Merhaba { client_name },
Rgb (248, 248, 248); \"> Artık Müşteri ..
E-posta  : { client_email }
Parola  : { client_password }
{ app_url }
Teşekkürler,
{ app_name }

', '2025-03-06 23:52:03', '2025-03-06 23:52:03'), (32, 2, 'pt-br', 'New Client', '

Olá {client_name},

Você agora é Client ..

E-mail: {client_email}

Senha: {client_password}

{app_url}

Obrigado,

{app_name}

', '2025-03-06 23:52:04', '2025-03-06 23:52:04'), (33, 3, 'ar', 'New Support Ticket', '

مرحبا {support_name}

تم فتح تذكرة دعم جديدة..

عنوان: {support_title}

أفضلية: {support_priority}

تاريخ الانتهاء: {support_end_date}

رسالة دعم:
{support_description}

أطيب التحيات،,
{app_name}

', '2025-03-06 23:52:04', '2025-03-06 23:52:04'), (34, 3, 'zh', 'New Support Ticket', '

 {support_name}

新的支持请求已打开。

标题: {support_title}
< span style=\"font-size: 12pt;\">优先级: {support_priority}
结束日期:{support_end_date}


支持消息:
{support_description}

亲切的问候

{app_name}

', '2025-03-06 23:52:04', '2025-03-06 23:52:04'), (35, 3, 'da', 'New Support Ticket', '

Hej {support_name}

Ny supportbillet er blevet åbnet.

Titel: {support_title}

Prioritet: {support_priority}

Slutdato: {support_end_date}


Supportmeddelelse:
{support_description}

Med venlig hilsen,
{app_name}

', '2025-03-06 23:52:04', '2025-03-06 23:52:04'), (36, 3, 'de', 'New Support Ticket', '

Hallo {support_name}

Neues Support-Ticket wurde eröffnet.

Titel: {support_title}

Priorität: {support_priority}

Endtermin: {support_end_date}


Support-Nachricht:
{support_description}

Mit freundlichen Grüßen,
{app_name}

', '2025-03-06 23:52:04', '2025-03-06 23:52:04'), (37, 3, 'en', 'New Support Ticket', '

Hi {support_name}

New support ticket has been opened.

Title: {support_title}
Priority: {support_priority}
End Date: {support_end_date}


Support message:
{support_description}

Kind Regards,

{app_name}

', '2025-03-06 23:52:04', '2025-03-06 23:52:04'), (38, 3, 'es', 'New Support Ticket', '

Hola {support_name}

Se ha abierto un nuevo ticket de soporte.

Título: {support_title}

Prioridad: {support_priority}

Fecha final: {support_end_date}


Mensaje de apoyo:
{support_description}

Saludos cordiales,
{app_name}

', '2025-03-06 23:52:04', '2025-03-06 23:52:04'), (39, 3, 'fr', 'New Support Ticket', '

salut {support_name}

Un nouveau ticket d\'assistance a été ouvert.

Titre: {support_title}

Priorité: {support_priority}

Date de fin: {support_end_date}

Message d\'assistance:
{support_description}

Sincères amitiés,
{app_name}

', '2025-03-06 23:52:04', '2025-03-06 23:52:04'), (40, 3, 'he', 'New Support Ticket', '

היי {support_name}

כרטיס תמיכה חדש נפתח.

כותרת: {support_title}
< span style=\"font-size: 12pt;\">עדיפות: {support_priority}
תאריך סיום: {support_end_date}


הודעת תמיכה:
{support_description}

בברכה,

{app_name}

', '2025-03-06 23:52:04', '2025-03-06 23:52:04'), (41, 3, 'it', 'New Support Ticket', '

Ciao {support_name},

È stato aperto un nuovo ticket di supporto.

Titolo: {support_title}

Priorità: {support_priority}

Data di fine: {support_end_date}


Messaggio di supporto:
{support_description}

Cordiali saluti,
{app_name}

', '2025-03-06 23:52:04', '2025-03-06 23:52:04'), (42, 3, 'ja', 'New Support Ticket', '

こんにちは {support_name}

新しいサポートチケットがオープンしました。.

題名: {support_title}

優先: {support_priority}

終了日: {support_end_date}


サポートメッセージ:
{support_description}

敬具、,

{app_name}

', '2025-03-06 23:52:04', '2025-03-06 23:52:04'), (43, 3, 'nl', 'New Support Ticket', '

Hoi {support_name}

Er is een nieuw supportticket geopend.

Titel: {support_title}

Prioriteit: {support_priority}

Einddatum: {support_end_date}


Ondersteuningsbericht:
{support_description}

Vriendelijke groeten,
{app_name}

', '2025-03-06 23:52:04', '2025-03-06 23:52:04'), (44, 3, 'pl', 'New Support Ticket', '

cześć {support_name}

Nowe zgłoszenie do pomocy technicznej zostało otwarte.

Tytuł: {support_title}

Priorytet: {support_priority}

Data końcowa: {support_end_date}


Wiadomość pomocy:
{support_description}

Z poważaniem,
{app_name}

', '2025-03-06 23:52:04', '2025-03-06 23:52:04'), (45, 3, 'ru', 'New Support Ticket', '

Здравствуй {support_name}

Открыта новая заявка в службу поддержки.

заглавие: {support_title}

Приоритет: {support_priority}

Дата окончания: {support_end_date}


Сообщение поддержки:
{support_description}

С уважением,
{app_name}

', '2025-03-06 23:52:04', '2025-03-06 23:52:04'), (46, 3, 'pt', 'New Support Ticket', '

Oi {support_name}

ОNovo ticket de suporte foi aberto.

Título: {support_title}

Prioridade: {support_priority}

Data final: {support_end_date}


Mensagem de suporte:
{support_description}

С Atenciosamente,
{app_name}

', '2025-03-06 23:52:04', '2025-03-06 23:52:04'), (47, 3, 'tr', 'New Support Ticket', '

Merhaba {support_name}

Yeni destek bileti açıldı.

Başlık: {support_title}
< span style=\"font-size: 12pt;\">Öncelik: {support_priority}
Bitiş Tarihi: {support_end_date}


Destek mesajı:
{support_description}

Saygılarımızla,

{app_name}

', '2025-03-06 23:52:04', '2025-03-06 23:52:04'), (48, 3, 'pt-br', 'New Support Ticket', '

Oi {support_name}

ОNovo ticket de suporte foi aberto.

Título: {support_title}

Prioridade: {support_priority}

Data final: {support_end_date}


Mensagem de suporte:
{support_description}

С Atenciosamente,
{app_name}

', '2025-03-06 23:52:05', '2025-03-06 23:52:05'), (49, 4, 'ar', 'Lead Assigned', '

مرحبا,

تم تعيين عميل محتمل جديد لك.

اسم العميل المحتمل : {lead_name}

الرصاص البريد الإلكتروني : {lead_email}

خط أنابيب الرصاص : {lead_pipeline}

مرحلة الرصاص : {lead_stage}

الموضوع الرئيسي: {lead_subject}

', '2025-03-06 23:52:05', '2025-03-06 23:52:05'), (50, 4, 'zh', 'Lead Assigned', '

您好,
新潜在客户已分配给您。

潜在客户姓名 : {lead_name}

潜在客户电子邮件 : {lead_email}

引导管道 :{lead_pipeline}

领先阶段 :{lead_stage}

主要主题:{lead_subject}

< p>

', '2025-03-06 23:52:05', '2025-03-06 23:52:05'), (51, 4, 'da', 'Lead Assigned', '

Hej,

Ny bly er blevet tildelt dig.

Lead-e-mail : {lead_email}

Blyrørledning : {lead_pipeline}

Lead scenen : {lead_stage}

Blynavn : {lead_name}

Lead Emne: {lead_subject}

', '2025-03-06 23:52:05', '2025-03-06 23:52:05'), (52, 4, 'de', 'Lead Assigned', '

Hallo,
Neuer Lead wurde Ihnen zugewiesen.

Lead Name : {lead_name}

Lead-E-Mail : {lead_email}

Lead Pipeline : {lead_pipeline}

Lead Stage : {lead_stage}

Lead Emne: {lead_subject}

', '2025-03-06 23:52:05', '2025-03-06 23:52:05'), (53, 4, 'en', 'Lead Assigned', '

Hello,
New Lead has been Assign to you.

Lead Name : {lead_name}

Lead Email : {lead_email}

Lead Pipeline : {lead_pipeline}

Lead Stage : {lead_stage}

Lead Subject: {lead_subject}

', '2025-03-06 23:52:05', '2025-03-06 23:52:05'), (54, 4, 'es', 'Lead Assigned', '

Hola,

Se le ha asignado un nuevo plomo.

Nombre principal : {lead_name}

Correo electrónico principal : {lead_email}

Tubería de plomo : {lead_pipeline}

Etapa de plomo : {lead_stage}

Hauptthema: {lead_subject}

', '2025-03-06 23:52:05', '2025-03-06 23:52:05'), (55, 4, 'fr', 'Lead Assigned', '

Bonjour,

Un nouveau prospect vous a été attribué.

Nom du responsable : {lead_name}

Courriel principal : {lead_email}

Pipeline de plomb : {lead_pipeline}

Étape principale : {lead_stage}

Sujet principal: {lead_subject}

', '2025-03-06 23:52:05', '2025-03-06 23:52:05'), (56, 4, 'he', 'Lead Assigned', '

שלום,
הפניה חדשה הוקצה לך.

שם ליד : {lead_name}

דוא\"ל לידים : {lead_email}

Lead Pipeline : {lead_pipeline}

שלב מוביל : {lead_stage}

נושא מוביל: {lead_subject}

< p>

', '2025-03-06 23:52:05', '2025-03-06 23:52:05'), (57, 4, 'it', 'Lead Assigned', '

Ciao,

New Lead è stato assegnato a te.

Lead Email : {lead_email}

Conduttura di piombo : {lead_pipeline}

Lead Stage : {lead_stage}

Nome del lead : {lead_name}

Soggetto principale: {lead_subject}

', '2025-03-06 23:52:05', '2025-03-06 23:52:05'), (58, 4, 'ja', 'Lead Assigned', '

こんにちは、

新しいリードが割り当てられました。
リードメール : {lead_email}
リードパイプライン : {lead_pipeline}
リードステージ : {lead_stage}

リード名 : {lead_name}

リードサブジェクト: {lead_subject}

', '2025-03-06 23:52:05', '2025-03-06 23:52:05'), (59, 4, 'nl', 'Lead Assigned', '

Hallo,

Nieuwe lead is aan u toegewezen.
E-mail leiden : {lead_email}
Lead Pipeline : {lead_pipeline}
Hoofdfase : {lead_stage}

Lead naam : {lead_name}

Hoofdonderwerp: {lead_subject}

', '2025-03-06 23:52:05', '2025-03-06 23:52:05'), (60, 4, 'pl', 'Lead Assigned', '

Witaj,
Nowy potencjalny klient został do ciebie przypisany.

Imię i nazwisko : {lead_name}
Główny adres e-mail : {lead_email}
Ołów rurociągu : {lead_pipeline}
Etap prowadzący : {lead_stage}

Główny temat: {lead_subject}

', '2025-03-06 23:52:05', '2025-03-06 23:52:05'), (61, 4, 'ru', 'Lead Assigned', '

Привет,
Новый Лид был назначен вам.

Имя лидера : {lead_name}
Ведущий Email : {lead_email}
Ведущий трубопровод : {lead_pipeline}
Ведущий этап : {lead_stage}

Ведущая тема: {lead_subject}

', '2025-03-06 23:52:05', '2025-03-06 23:52:05'), (62, 4, 'pt', 'Lead Assigned', '

Olá,
O novo lead foi atribuído a você.

Nome do lead : {lead_name}
E-mail principal : {lead_email}
Pipeline principal : {lead_pipeline}
Estágio principal : {lead_stage}

Assunto principal: {lead_subject}

', '2025-03-06 23:52:05', '2025-03-06 23:52:05'), (63, 4, 'tr', 'Lead Assigned', '

Merhaba,
Yeni Müşteri Atandı.

Müşteri Adı : {lead_name}

Müşteri E-postası : {lead_email}

Müşteri Hattı : {lead_pipeline}

Kurşun Aşaması : {lead_stage}

Aday Konu: {lead_subject}

< p>

', '2025-03-06 23:52:05', '2025-03-06 23:52:05'); INSERT INTO `email_template_langs` (`id`, `parent_id`, `lang`, `subject`, `content`, `created_at`, `updated_at`) VALUES (64, 4, 'pt-br', 'Lead Assigned', '

Olá,
O novo lead foi atribuído a você.

Nome do lead : {lead_name}
E-mail principal : {lead_email}
Pipeline principal : {lead_pipeline}
Estágio principal : {lead_stage}

Assunto principal: {lead_subject}

', '2025-03-06 23:52:06', '2025-03-06 23:52:06'), (65, 5, 'ar', 'Deal Assigned', '

مرحبا،
تم تعيين صفقة جديدة لك.

اسم الصفقة : {deal_name}
خط أنابيب الصفقة : {deal_pipeline}
مرحلة الصفقة : {deal_stage}
حالة الصفقة : {deal_status}
سعر الصفقة : {deal_price}

', '2025-03-06 23:52:06', '2025-03-06 23:52:06'), (66, 5, 'zh', 'Deal Assigned', '

你好,< /span>
新优惠已分配给您。

< p style=\"line-height: 28px; font-family: Nunito, \"Segoe UI\", arial; font-size: 14px;\">交易名称:{deal_name}
交易渠道:{deal_pipeline}
交易阶段:{deal_stage}
交易状态:{deal_status}
交易价格:{deal_price}

', '2025-03-06 23:52:06', '2025-03-06 23:52:06'), (67, 5, 'da', 'Deal Assigned', '

Hej,
New Deal er blevet tildelt til dig.

Deal Navn : {deal_name}
Deal Pipeline : {deal_pipeline}
Deal Fase : {deal_stage}
Deal status : {deal_status}
Deal pris : {deal_price}

', '2025-03-06 23:52:06', '2025-03-06 23:52:06'), (68, 5, 'de', 'Deal Assigned', '

Hallo,
New Deal wurde Ihnen zugewiesen.

Geschäftsname : {deal_name}
Deal Pipeline : {deal_pipeline}
Deal Stage : {deal_stage}
Deal Status : {deal_status}
Ausgehandelter Preis : {deal_price}

', '2025-03-06 23:52:06', '2025-03-06 23:52:06'), (69, 5, 'en', 'Deal Assigned', '

Hello,
New Deal has been Assign to you.

Deal Name : {deal_name}
Deal Pipeline : {deal_pipeline}
Deal Stage : {deal_stage}
Deal Status : {deal_status}
Deal Price : {deal_price}

', '2025-03-06 23:52:06', '2025-03-06 23:52:06'), (70, 5, 'es', 'Deal Assigned', '

Hola,
New Deal ha sido asignado a usted.

Nombre del trato : {deal_name}
Tubería de reparto : {deal_pipeline}
Etapa de reparto : {deal_stage}
Estado del acuerdo : {deal_status}
Precio de oferta : {deal_price}

', '2025-03-06 23:52:06', '2025-03-06 23:52:06'), (71, 5, 'fr', 'Deal Assigned', '

Bonjour,
Le New Deal vous a été attribué.

Nom de l\'accord : {deal_name}
Pipeline de transactions : {deal_pipeline}
Étape de l\'opération : {deal_stage}
Statut de l\'accord : {deal_status}
Prix ​​de l\'offre : {deal_price}

', '2025-03-06 23:52:06', '2025-03-06 23:52:06'), (72, 5, 'he', 'Deal Assigned', '

שלום,< /span>
דיל חדש הוקצה לך.

< p style=\"line-height: 28px; font-family: Nunito, \"Segoe UI\", arial; font-size: 14px;\">שם העסקה : {deal_name}
צינור העסקה : {deal_pipeline}
שלב העסקה : {deal_stage}
סטטוס העסקה : {deal_status}
מחיר מבצע : {deal_price}

', '2025-03-06 23:52:06', '2025-03-06 23:52:06'), (73, 5, 'it', 'Deal Assigned', '

Ciao,
New Deal è stato assegnato a te.

Nome dell\'affare : {deal_name}
Pipeline di offerte : {deal_pipeline}
Stage Deal : {deal_stage}
Stato dell\'affare : {deal_status}
Prezzo dell\'offerta : {deal_price}

', '2025-03-06 23:52:06', '2025-03-06 23:52:06'), (74, 5, 'ja', 'Deal Assigned', '

こんにちは、
新しい取引が割り当てられました。

取引名 : {deal_name}
取引パイプライン : {deal_pipeline}
取引ステージ : {deal_stage}
取引状況 : {deal_status}
取引価格 : {deal_price}

', '2025-03-06 23:52:06', '2025-03-06 23:52:06'), (75, 5, 'nl', 'Deal Assigned', '

Hallo,
New Deal is aan u toegewezen.

Dealnaam : {deal_name}
Deal Pipeline : {deal_pipeline}
Deal Stage : {deal_stage}
Dealstatus : {deal_status}
Deal prijs : {deal_price}

', '2025-03-06 23:52:06', '2025-03-06 23:52:06'), (76, 5, 'pl', 'Deal Assigned', '

Witaj,
Umowa została przeniesiona {deal_old_stage} do  {deal_new_stage}.

Nazwa oferty : {deal_name}
Deal Pipeline : {deal_pipeline}
Etap transakcji : {deal_stage}
Status oferty : {deal_status}
Cena oferty : {deal_price}

', '2025-03-06 23:52:06', '2025-03-06 23:52:06'), (77, 5, 'ru', 'Deal Assigned', '

Привет,
Сделка была перемещена из {deal_old_stage} в  {deal_new_stage}.

Название сделки : {deal_name}
Трубопровод сделки : {deal_pipeline}
Этап сделки : {deal_stage}
Статус сделки : {deal_status}
Цена сделки : {deal_price}

', '2025-03-06 23:52:06', '2025-03-06 23:52:06'), (78, 5, 'pt', 'Deal Assigned', '

Olá,
Сделка была перемещена из {deal_old_stage} в  {deal_new_stage}.

Nome do negócio : {deal_name}
Pipeline de negócios : {deal_pipeline}
Estágio do negócio : {deal_stage}
Status da transação : {deal_status}
Preço da oferta : {deal_price}

', '2025-03-06 23:52:06', '2025-03-06 23:52:06'), (79, 5, 'tr', 'Deal Assigned', '

Merhaba,< /span>
Size Yeni Anlaşma Atandı.

< p style=\"line-height: 28px; font-family: Nunito, \"Segoe UI\", arial; font-size: 14px;\">Anlaşma Adı : {deal_name}
Anlaşma Hattı : {deal_pipeline}
Anlaşma Aşaması : {deal_stage}
Anlaşma Durumu : {deal_status}
Anlaşma Fiyatı : {deal_price}

', '2025-03-06 23:52:06', '2025-03-06 23:52:06'), (80, 5, 'pt-br', 'Deal Assigned', '

Olá,
Сделка была перемещена из {deal_old_stage} в  {deal_new_stage}.

Nome do negócio : {deal_name}
Pipeline de negócios : {deal_pipeline}
Estágio do negócio : {deal_stage}
Status da transação : {deal_status}
Preço da oferta : {deal_price}

', '2025-03-06 23:52:06', '2025-03-06 23:52:06'), (81, 6, 'ar', 'New Award', '

مرحبا، 
مرحبا بك في {app_name}.

البريد الإلكتروني : {email}
كلمه السر : {password}

{app_url}

شكر،
{app_name}

', '2025-03-06 23:52:06', '2025-03-06 23:52:06'), (82, 6, 'zh', 'New Award', '

嗨,{award_name}

我很高兴提名.

我很满意他/她是获得该奖项的最佳员工。

我发现他/她是一个以目标为导向的人,高效且非常准时。

如果您有任何问题,请随时与我们联系。

谢谢您,

{app_name}

{app_url}

', '2025-03-06 23:52:06', '2025-03-06 23:52:06'), (83, 6, 'da', 'New Award', '

Hej, 
Velkommen til {app_name}.

E-mail : {email}
Adgangskode : {password}

{app_url}

Tak,
{app_name}

', '2025-03-06 23:52:06', '2025-03-06 23:52:06'), (84, 6, 'de', 'New Award', '

Hallo, 
Willkommen zu {app_name}.

Email : {email}
Passwort : {password}

{app_url}

Vielen Dank,
{app_name}

', '2025-03-06 23:52:06', '2025-03-06 23:52:06'), (85, 6, 'en', 'New Award', '

Hi , {award_name}

I am much pleased to nominate .

I am satisfied that he/she is the best employee for the award.

I have realized  that he/she is a goal-oriented person, efficient and very punctual .

Feel free to reach out if you have any question.

Thank You, 

{app_name}

{app_url}

', '2025-03-06 23:52:06', '2025-03-06 23:52:06'), (86, 6, 'es', 'New Award', '

Hola, 
Bienvenido a {app_name}.

Correo electrónico : {email}
Contraseña : {password}

{app_url}

Gracias,
{app_name}

', '2025-03-06 23:52:07', '2025-03-06 23:52:07'), (87, 6, 'fr', 'New Award', '

Bonjour, 
Bienvenue à {app_name}.

Email : {email}
Mot de passe : {password}

{app_url}

Merci,
{app_name}

', '2025-03-06 23:52:07', '2025-03-06 23:52:07'), (88, 6, 'he', 'New Award', '

שלום, {award_name}

אני שמח מאוד להציע מועמדות .

אני מרוצה מכך שהוא/היא העובד הטוב ביותר עבור הפרס.

הבנתי  שהוא/היא אדם ממוקד מטרה, יעיל ומאוד דייקן .

אל תהסס לפנות אם יש לך שאלה כלשהי.

תודה, 

{app_name}

{app_url}

', '2025-03-06 23:52:07', '2025-03-06 23:52:07'), (89, 6, 'it', 'New Award', '

Ciao, 
Benvenuto a {app_name}.

E-mail : {email}
Parola d\'ordine : {password}

{app_url}

Grazie,
{app_name}

', '2025-03-06 23:52:07', '2025-03-06 23:52:07'), (90, 6, 'ja', 'New Award', '

こんにちは、 
へようこそ {app_name}.

Eメール : {email}
パスワード : {password}

{app_url}

おかげで、
{app_name}

', '2025-03-06 23:52:07', '2025-03-06 23:52:07'), (91, 6, 'nl', 'New Award', '

Hallo, 
Welkom bij {app_name}.

E-mail : {email}
Wachtwoord : {password}

{app_url}

Bedankt,
{app_name}

', '2025-03-06 23:52:07', '2025-03-06 23:52:07'), (92, 6, 'pl', 'New Award', '

Witaj, 
Witamy w {app_name}.

E-mail : {email}
Hasło : {password}

{app_url}

Dzięki,
{app_name}

', '2025-03-06 23:52:07', '2025-03-06 23:52:07'), (93, 6, 'ru', 'New Award', '

Привет, 
Добро пожаловать в {app_name}.

Электронное письмо : {email}
пароль : {password}

{app_url}

Спасибо,
{app_name}

', '2025-03-06 23:52:07', '2025-03-06 23:52:07'), (94, 6, 'pt', 'New Award', '

Olá,
Bem-vindo ao {app_name}.

E-mail : {email}
Senha : {password}

{app_url}

Obrigada,
{app_name}

', '2025-03-06 23:52:07', '2025-03-06 23:52:07'), (95, 6, 'tr', 'New Award', '

Merhaba , {award_name}

Aday göstermekten çok memnunum .

Ödül için en iyi çalışanın o olduğundan memnunum.

Hedef odaklı, verimli ve çok dakik biri olduğunu fark ettim.

Herhangi bir sorunuz olursa bize ulaşmaktan çekinmeyin.

Teşekkürler, 

{app_name}

{app_url}

', '2025-03-06 23:52:07', '2025-03-06 23:52:07'), (96, 6, 'pt-br', 'New Award', '

Olá,
Bem-vindo ao {app_name}.

E-mail : {email}
Senha : {password}

{app_url}

Obrigada,
{app_name}

', '2025-03-06 23:52:07', '2025-03-06 23:52:07'), (97, 7, 'ar', 'Customer Invoice Sent', '

مرحبمرحبا ، { invoice_name }

مرحبا بك في { app_name }

أتمنى أن يجدك هذا البريد الإلكتروني جيدا برجاء الرجوع الى رقم الفاتورة الملحقة { invoice_number } للخدمة / الخدمة.

ببساطة ، اضغط على الاختيار بأسفل : 

{ invoice_url }

إشعر بالحرية للوصول إلى الخارج إذا عندك أي أسئلة.

شكرا لك

Regards,

{ company_name }

{ app_url }


', '2025-03-06 23:52:07', '2025-03-06 23:52:07'), (98, 7, 'zh', 'Customer Invoice Sent', '

嗨, {invoice_name}

欢迎使用 {app_name}

希望这封电子邮件能让您满意!请参阅随附的发票号码 {invoice_number}} 用于产品/服务。

只需点击下面的按钮即可:

{invoice_url}

如果您有任何疑问,请随时与我们联系。

谢谢,

问候,

{company_name}

{app_url}

', '2025-03-06 23:52:07', '2025-03-06 23:52:07'), (99, 7, 'da', 'Customer Invoice Sent', '

Hej, { invoice_name }

Velkommen til { app_name }

Håber denne e-mail finder dig godt! Se vedlagte fakturanummer { invoice_number } for product/service.

Klik på knappen nedenfor: 

{ invoice_url }

Du er velkommen til at række ud, hvis du har nogen spørgsmål.

Tak.

Med venlig hilsen

{ company_name }

{ app_url }

', '2025-03-06 23:52:07', '2025-03-06 23:52:07'), (100, 7, 'de', 'Customer Invoice Sent', '

Hi, {invoice_name}

Willkommen bei {app_name}

Hoffe, diese E-Mail findet dich gut! Bitte beachten Sie die beigefügte Rechnungsnummer {invoice_number} für Produkt/Service.

Klicken Sie einfach auf den Button unten: 

{invoice_url}

Fühlen Sie sich frei, wenn Sie Fragen haben.

Vielen Dank,

Betrachtet,

{company_name}

{app_url}

', '2025-03-06 23:52:07', '2025-03-06 23:52:07'), (101, 7, 'en', 'Customer Invoice Sent', '

Hi ,{invoice_name}

Welcome to {app_name}

Hope this email finds you well! Please see attached invoice number {invoice_number}} for product/service.

Simply click on the button below: 

{invoice_url}

Feel free to reach out if you have any questions.

Thank You,

Regards,

{company_name}

{app_url}

', '2025-03-06 23:52:07', '2025-03-06 23:52:07'), (102, 7, 'es', 'Customer Invoice Sent', '

Hi, {invoice_name}

Bienvenido a {app_name}

¡Espero que este email le encuentre bien! Consulte el número de factura adjunto {invoice_number} para el producto/servicio.

Simplemente haga clic en el botón de abajo: 

{invoice_url}

Siéntase libre de llegar si usted tiene alguna pregunta.

Gracias,

Considerando,

{nombre_empresa}

{app_url}

', '2025-03-06 23:52:08', '2025-03-06 23:52:08'), (103, 7, 'fr', 'Customer Invoice Sent', '

Bonjour, { nom_appel }

Bienvenue dans { app_name }

J espère que ce courriel vous trouve bien ! Voir le numéro de facture { invoice_number } pour le produit/service.

Cliquez simplement sur le bouton ci-dessous: 

{ url-invoque_utilisateur }

N hésitez pas à nous contacter si vous avez des questions.

Merci,

Regards,

{ nom_entreprise }

{ adresse_url }


', '2025-03-06 23:52:08', '2025-03-06 23:52:08'), (104, 7, 'he', 'Customer Invoice Sent', '

hi, {invoice_name}

ברוכים הבאים אל {app_name}

מקווה שהמייל הזה ימצא אותך היטב! ראה את מספר החשבונית המצורפת {invoice_number}} עבור מוצר/שירות.

פשוט לחץ על הכפתור למטה: 

{invoice_url}

אל תהסס לפנות אם יש לך שאלות כלשהן.

תודה,

בברכה,

{company_name}

{app_url}

', '2025-03-06 23:52:08', '2025-03-06 23:52:08'), (105, 7, 'it', 'Customer Invoice Sent', '

Ciao, {nome_invoca_}

Benvenuti in {app_name}

Spero che questa email ti trovi bene! Si prega di consultare il numero di fattura collegato {invoice_number} per il prodotto/servizio.

Semplicemente clicca sul pulsante sottostante: 

{invoice_url}

Sentiti libero di raggiungere se hai domande.

Grazie,

Riguardo,

{company_name}

{app_url}

', '2025-03-06 23:52:08', '2025-03-06 23:52:08'), (106, 7, 'ja', 'Customer Invoice Sent', '

こんにちは、 {請求書名}

{app_name} へようこそ

この E メールでよくご確認ください。 製品 / サービスについては、添付された請求書番号 {invoice_number} を参照してください。

以下のボタンをクリックしてください。 

{請求書 URL}

質問がある場合は、自由に連絡してください。

ありがとうございます

よろしく

{ company_name}

{app_url}

', '2025-03-06 23:52:08', '2025-03-06 23:52:08'), (107, 7, 'nl', 'Customer Invoice Sent', '

Hallo, { invoice_name }

Welkom bij { app_name }

Hoop dat deze e-mail je goed vindt! Zie bijgevoegde factuurnummer { invoice_number } voor product/service.

Klik gewoon op de knop hieronder: 

{ invoice_url }

Voel je vrij om uit te reiken als je vragen hebt.

Dank U,

Betreft:

{ bedrijfsnaam }

{ app_url }

', '2025-03-06 23:52:08', '2025-03-06 23:52:08'), (108, 7, 'pl', 'Customer Invoice Sent', '

Witaj, {invoice_name }

Witamy w aplikacji {app_name }

Mam nadzieję, że ta wiadomość znajdzie Cię dobrze! Sprawdź załączoną fakturę numer {invoice_number } dla produktu/usługi.

Wystarczy kliknąć na przycisk poniżej: 

{adres_URL_faktury }

Czuj się swobodnie, jeśli masz jakieś pytania.

Dziękuję,

W odniesieniu do

{company_name }

{app_url }

', '2025-03-06 23:52:08', '2025-03-06 23:52:08'), (109, 7, 'ru', 'Customer Invoice Sent', '

Привет, { invoice_name }

Вас приветствует { app_name }

Надеюсь, это электронное письмо найдет вас хорошо! См. вложенный номер счета-фактуры { invoice_number } для производства/услуги.

Просто нажмите на кнопку ниже: 

{ invoice_url }

Не стеснитесь, если у вас есть вопросы.

Спасибо.

С уважением,

{ company_name }

{ app_url }

', '2025-03-06 23:52:08', '2025-03-06 23:52:08'), (110, 7, 'pt', 'Customer Invoice Sent', '

Oi, {invoice_name}

Bem-vindo a {app_name}

Espero que este e-mail encontre você bem! Por favor, consulte o número da fatura anexa {invoice_number} para produto/serviço.

Basta clicar no botão abaixo: 

{invoice_url}

Sinta-se à vontade para alcançar fora se você tiver alguma dúvida.

Obrigado,

Considera,

{company_name}

{app_url}

', '2025-03-06 23:52:08', '2025-03-06 23:52:08'), (111, 7, 'tr', 'Customer Invoice Sent', '

Merhaba , {invoice_name}

{app_name}

Umarım bu e-posta sizi bulur! Lütfen ekteki fatura numarasına bakın {invoice_number}} ürün/hizmet için.

Aşağıdaki düğmeyi tıklamanız yeterlidir: 

{invoice_url}

Herhangi bir sorunuz olursa bize ulaşmaktan çekinmeyin.

Teşekkürler,

Saygılarımızla,

{şirket_adı}

{app_url}

', '2025-03-06 23:52:08', '2025-03-06 23:52:08'), (112, 7, 'pt-br', 'Customer Invoice Sent', '

Oi, {invoice_name}

Bem-vindo a {app_name}

Espero que este e-mail encontre você bem! Por favor, consulte o número da fatura anexa {invoice_number} para produto/serviço.

Basta clicar no botão abaixo: 

{invoice_url}

Sinta-se à vontade para alcançar fora se você tiver alguma dúvida.

Obrigado,

Considera,

{company_name}

{app_url}

', '2025-03-06 23:52:08', '2025-03-06 23:52:08'), (113, 8, 'ar', 'New Invoice Payment', '

Hej.

\n

Velkommen til { app_name }

\n

Kære { invoice_payment_name }

\n

Vi har modtaget din mængde { invoice_payment_amount } betaling for { invoice_number } undert.d. på dato { invoice_payment_date }

\n

Dit { invoice_number } Forfaldsbeløb er { payment_dueAmount }

\n

Vi sætter pris på din hurtige betaling og ser frem til fortsatte forretninger med dig i fremtiden.

\n

Mange tak, og ha en god dag!

\n

 

\n

Med venlig hilsen

\n

{ company_name }

\n

{ app_url }

', '2025-03-06 23:52:08', '2025-03-06 23:52:08'), (114, 8, 'zh', 'New Invoice Payment', '

嗨,

\n

欢迎来到 {app_name}

\n

亲爱的{invoice_ payment_name}

\n

我们已收到您于 {invoice_ payment_date} 日期提交的 {invoice_number} 金额为 {invoice_ payment_amount} 的付款

\n

您的 {invoice_number} 应付金额为 { payment_dueAmount}

\n

我们感谢您及时付款,并期待将来继续与您开展业务。

\n

非常感谢您,祝您有美好的一天!!

\n

 

\n

问候,

\n

{company_name}

\n

\n {app_url}

', '2025-03-06 23:52:08', '2025-03-06 23:52:08'), (115, 8, 'da', 'New Invoice Payment', '

Hej.

\n

Velkommen til { app_name }

\n

Kære { invoice_payment_name }

\n

Vi har modtaget din mængde { invoice_payment_amount } betaling for { invoice_number } undert.d. på dato { invoice_payment_date }

\n

Dit { invoice_number } Forfaldsbeløb er { payment_dueAmount }

\n

Vi sætter pris på din hurtige betaling og ser frem til fortsatte forretninger med dig i fremtiden.

\n

Mange tak, og ha en god dag!

\n

 

\n

Med venlig hilsen

\n

{ company_name }

\n

{ app_url }

', '2025-03-06 23:52:08', '2025-03-06 23:52:08'), (116, 8, 'de', 'New Invoice Payment', '

Hi,

\n

Willkommen bei {app_name}

\n

Sehr geehrter {invoice_payment_name}

\n

Wir haben Ihre Zahlung {invoice_payment_amount} für {invoice_number}, die am Datum {invoice_payment_date} übergeben wurde, erhalten.

\n

Ihr {invoice_number} -fälliger Betrag ist {payment_dueAmount}

\n

Wir freuen uns über Ihre prompte Bezahlung und freuen uns auf das weitere Geschäft mit Ihnen in der Zukunft.

\n

Vielen Dank und habe einen guten Tag!!

\n

 

\n

Betrachtet,

\n

{company_name}

\n

{app_url}

', '2025-03-06 23:52:08', '2025-03-06 23:52:08'), (117, 8, 'en', 'New Invoice Payment', '

Hi,

\n

Welcome to {app_name}

\n

Dear {invoice_payment_name}

\n

We have recieved your amount {invoice_payment_amount} payment for {invoice_number} submited on date {invoice_payment_date}

\n

Your {invoice_number} Due amount is {payment_dueAmount}

\n

We appreciate your prompt payment and look forward to continued business with you in the future.

\n

Thank you very much and have a good day!!

\n

 

\n

Regards,

\n

{company_name}

\n

\n {app_url}

', '2025-03-06 23:52:08', '2025-03-06 23:52:08'), (118, 8, 'es', 'New Invoice Payment', '

Hola,

\n

Bienvenido a {app_name}

\n

Estimado {invoice_payment_name}

\n

Hemos recibido su importe {invoice_payment_amount} pago para {invoice_number} submitado en la fecha {invoice_payment_date}

\n

El importe de {invoice_number} Due es {payment_dueAmount}

\n

Agradecemos su pronto pago y esperamos continuar con sus negocios con usted en el futuro.

\n

Muchas gracias y que tengan un buen día!!

\n

 

\n

Considerando,

\n

{company_name}

\n

{app_url}

', '2025-03-06 23:52:08', '2025-03-06 23:52:08'), (119, 8, 'fr', 'New Invoice Payment', '

Salut,

\n

Bienvenue dans { app_name }

\n

Cher { invoice_payment_name }

\n

Nous avons reçu votre montant { invoice_payment_amount } de paiement pour { invoice_number } soumis le { invoice_payment_date }

\n

Votre {invoice_number} Montant dû est { payment_dueAmount }

\n

Nous apprécions votre rapidité de paiement et nous attendons avec impatience de poursuivre vos activités avec vous à lavenir.

\n

Merci beaucoup et avez une bonne journée ! !

\n

 

\n

Regards,

\n

{company_name}

\n

{app_url}

', '2025-03-06 23:52:08', '2025-03-06 23:52:08'); INSERT INTO `email_template_langs` (`id`, `parent_id`, `lang`, `subject`, `content`, `created_at`, `updated_at`) VALUES (120, 8, 'he', 'New Invoice Payment', '

שלום,

\n

ברוך הבא אל {app_name}

\n

{invoice_payment_name}

היקר\n

קיבלנו את התשלום שלך בסכום {invoice_payment_amount} עבור {invoice_number} שנשלח בתאריך {invoice_payment_date}

\n

סכום התשלום שלך ב-{invoice_number} הוא {payment_dueAmount}

\n

אנו מעריכים את התשלום המהיר שלך ומצפים להמשך העסקים איתך בעתיד.

\n

תודה רבה ויום טוב!!

\n

 

\n

בברכה,

\n

{company_name}

\n

\n {app_url}

', '2025-03-06 23:52:08', '2025-03-06 23:52:08'), (121, 8, 'it', 'New Invoice Payment', '

Ciao,

\n

Benvenuti in {app_name}

\n

Caro {invoice_payment_name}

\n

Abbiamo ricevuto la tua quantità {invoice_payment_amount} pagamento per {invoice_number} subita alla data {invoice_payment_date}

\n

Il tuo {invoice_number} A somma cifra è {payment_dueAmount}

\n

Apprezziamo il tuo tempestoso pagamento e non vedo lora di continuare a fare affari con te in futuro.

\n

Grazie mille e buona giornata!!

\n

 

\n

Riguardo,

\n

{company_name}

\n

{app_url}

', '2025-03-06 23:52:08', '2025-03-06 23:52:08'), (122, 8, 'ja', 'New Invoice Payment', '

こんにちは。

\n

{app_name} へようこそ

\n

{ invoice_payment_name} に出れます

\n

{ invoice_payment_date} 日付で提出された {請求書番号} の支払金額 } の金額を回収しました。 }

\n

お客様の {請求書番号} 予定額は {payment_dueAmount} です

\n

お客様の迅速な支払いを評価し、今後も継続してビジネスを継続することを期待しています。

\n

ありがとうございます。良い日をお願いします。

\n

 

\n

よろしく

\n

{ company_name}

\n

{app_url}

', '2025-03-06 23:52:09', '2025-03-06 23:52:09'), (123, 8, 'nl', 'New Invoice Payment', '

Hallo,

\n

Welkom bij { app_name }

\n

Beste { invoice_payment_name }

\n

We hebben uw bedrag ontvangen { invoice_payment_amount } betaling voor { invoice_number } ingediend op datum { invoice_payment_date }

\n

Uw { invoice_number } verschuldigde bedrag is { payment_dueAmount }

\n

Wij waarderen uw snelle betaling en kijken uit naar verdere zaken met u in de toekomst.

\n

Hartelijk dank en hebben een goede dag!!

\n

 

\n

Betreft:

\n

{ company_name }

\n

{ app_url }

', '2025-03-06 23:52:09', '2025-03-06 23:52:09'), (124, 8, 'pl', 'New Invoice Payment', '

Witam,

\n

Witamy w aplikacji {app_name }

\n

Droga {invoice_payment_name }

\n

Odebrano kwotę {invoice_payment_amount } płatności za {invoice_number } w dniu {invoice_payment_date }, który został zastąpiony przez użytkownika.

\n

{invoice_number } Kwota należna: {payment_dueAmount }

\n

Doceniamy Twoją szybką płatność i czekamy na kontynuację działalności gospodarczej z Tobą w przyszłości.

\n

Dziękuję bardzo i mam dobry dzień!!

\n

 

\n

W odniesieniu do

\n

{company_name }

\n

{app_url }

', '2025-03-06 23:52:09', '2025-03-06 23:52:09'), (125, 8, 'ru', 'New Invoice Payment', '

Привет.

\n

Вас приветствует { app_name }

\n

Дорогая { invoice_payment_name }

\n

Мы получили вашу сумму оплаты {invoice_payment_amount} для { invoice_number }, подавшей на дату { invoice_payment_date }

\n

Ваша { invoice_number } Должная сумма-{ payment_dueAmount }

\n

Мы ценим вашу своевременную оплату и надеемся на продолжение бизнеса с вами в будущем.

\n

Большое спасибо и хорошего дня!!

\n

 

\n

С уважением,

\n

{ company_name }

\n

{ app_url }

', '2025-03-06 23:52:09', '2025-03-06 23:52:09'), (126, 8, 'pt', 'New Invoice Payment', '

Oi,

\n

Bem-vindo a {app_name}

\n

Querido {invoice_payment_name}

\n

Nós recibimos sua quantia {invoice_payment_amount} pagamento para {invoice_number} requisitado na data {invoice_payment_date}

\n

Sua quantia {invoice_number} Due é {payment_dueAmount}

\n

Agradecemos o seu pronto pagamento e estamos ansiosos para continuarmos os negócios com você no futuro.

\n

Muito obrigado e tenha um bom dia!!

\n

 

\n

Considera,

\n

{company_name}

\n

{app_url}

', '2025-03-06 23:52:09', '2025-03-06 23:52:09'), (127, 8, 'tr', 'New Invoice Payment', '

Merhaba,

\n

{app_name}

e hoş geldiniz\n

Sayın {invoice_payment_name}

\n

{invoice_payment_date}

tarihinde gönderdiğiniz {invoice_number} için {invoice_payment_amount} tutarındaki ödemenizi aldık\n

Ödenmesi gereken {invoice_number} tutarındaki tutar {payment_dueAmount}

\n

Hızlı ödemeniz için teşekkür ederiz ve gelecekte sizinle iş yapmaya devam etmeyi dört gözle bekliyoruz.

\n

Çok teşekkür ederiz, iyi günler dilerim!!

\n

 

\n

Saygılarımızla,

\n

{şirket_adı}

\n

\n {app_url}

', '2025-03-06 23:52:09', '2025-03-06 23:52:09'), (128, 8, 'pt-br', 'New Invoice Payment', '

Oi,

\n

Bem-vindo a {app_name}

\n

Querido {invoice_payment_name}

\n

Nós recibimos sua quantia {invoice_payment_amount} pagamento para {invoice_number} requisitado na data {invoice_payment_date}

\n

Sua quantia {invoice_number} Due é {payment_dueAmount}

\n

Agradecemos o seu pronto pagamento e estamos ansiosos para continuarmos os negócios com você no futuro.

\n

Muito obrigado e tenha um bom dia!!

\n

 

\n

Considera,

\n

{company_name}

\n

{app_url}

', '2025-03-06 23:52:09', '2025-03-06 23:52:09'), (129, 9, 'ar', 'New Payment Reminder', '

عزيزي ، { payment_reminder_name }

\n

آمل أن تكون بخير. هذا مجرد تذكير بأن الدفع على الفاتورة { invoice_payment_number } الاجمالي { invoice_payment_dueAmount } ، والتي قمنا بارسالها على { payment_reminder_date } مستحق اليوم.

\n

يمكنك دفع مبلغ لحساب البنك المحدد على الفاتورة.

\n

أنا متأكد أنت مشغول ، لكني أقدر إذا أنت يمكن أن تأخذ a لحظة ونظرة على الفاتورة عندما تحصل على فرصة.

\n

إذا كان لديك أي سؤال مهما يكن ، يرجى الرد وسأكون سعيدا لتوضيحها.

\n

 

\n

شكرا 

\n

{ company_name }

\n

{ app_url }

\n

 

', '2025-03-06 23:52:09', '2025-03-06 23:52:09'), (130, 9, 'zh', 'New Payment Reminder', '

亲爱的,{ payment_reminder_name}

\n

希望您一切顺利。这只是一个提醒,我们于 { payment_reminder_date} 发送的发票 {invoice_ payment_number} 总应付金额 {invoice_ payment_dueAmount} 的付款将于今天到期。

\n

您可以向发票上指定的银行帐户付款。

\n

我确信您很忙,但如果您有机会花点时间查看一下发票,我将不胜感激。

\n

如果您有任何疑问,请回复,我很乐意为您解答。

\n

 

\n

谢谢,

\n

{公司名称}

\n

{app_url}

\n

 

', '2025-03-06 23:52:09', '2025-03-06 23:52:09'), (131, 9, 'da', 'New Payment Reminder', '

Kære, { payment_reminder_name }

\n

Dette er blot en påmindelse om, at betaling på faktura { invoice_payment_number } i alt { invoice_payment_dueAmount}, som vi sendte til { payment_reminder_date }, er forfalden i dag.

\n

Du kan foretage betalinger til den bankkonto, der er angivet på fakturaen.

\n

Jeg er sikker på du har travlt, men jeg ville sætte pris på, hvis du kunne tage et øjeblik og se på fakturaen, når du får en chance.

\n

Hvis De har nogen spørgsmål, så svar venligst, og jeg vil med glæde tydeliggøre dem.

\n

 

\n

Tak. 

\n

{ company_name }

\n

{ app_url }

\n

 

', '2025-03-06 23:52:09', '2025-03-06 23:52:09'), (132, 9, 'de', 'New Payment Reminder', '

Sehr geehrte/r, {payment_reminder_name}

\n

Ich hoffe, Sie sind gut. Dies ist nur eine Erinnerung, dass die Zahlung auf Rechnung {invoice_payment_number} total {invoice_payment_dueAmount}, die wir gesendet am {payment_reminder_date} ist heute fällig.

\n

Sie können die Zahlung auf das auf der Rechnung angegebene Bankkonto vornehmen.

\n

Ich bin sicher, Sie sind beschäftigt, aber ich würde es begrüßen, wenn Sie einen Moment nehmen und über die Rechnung schauen könnten, wenn Sie eine Chance bekommen.

\n

Wenn Sie irgendwelche Fragen haben, antworten Sie bitte und ich würde mich freuen, sie zu klären.

\n

 

\n

Danke, 

\n

{company_name}

\n

{app_url}

\n

 

', '2025-03-06 23:52:09', '2025-03-06 23:52:09'), (133, 9, 'en', 'New Payment Reminder', '

Dear, {payment_reminder_name}

\n

I hope you’re well.This is just a reminder that payment on invoice {invoice_payment_number} total dueAmount {invoice_payment_dueAmount} , which we sent on {payment_reminder_date} is due today.

\n

You can make payment to the bank account specified on the invoice.

\n

I’m sure you’re busy, but I’d appreciate if you could take a moment and look over the invoice when you get a chance.

\n

If you have any questions whatever, please reply and I’d be happy to clarify them.

\n

 

\n

Thanks, 

\n

{company_name}

\n

{app_url}

\n

 

', '2025-03-06 23:52:09', '2025-03-06 23:52:09'), (134, 9, 'es', 'New Payment Reminder', '

Estimado, {payment_reminder_name}

\n

Espero que estés bien. Esto es sólo un recordatorio de que el pago en la factura {invoice_payment_number} total {invoice_payment_dueAmount}, que enviamos en {payment_reminder_date} se vence hoy.

\n

Puede realizar el pago a la cuenta bancaria especificada en la factura.

\n

Estoy seguro de que estás ocupado, pero agradecería si podrías tomar un momento y mirar sobre la factura cuando tienes una oportunidad.

\n

Si tiene alguna pregunta, por favor responda y me gustaría aclararlas.

\n

 

\n

Gracias, 

\n

{company_name}

\n

{app_url}

\n

 

', '2025-03-06 23:52:09', '2025-03-06 23:52:09'), (135, 9, 'fr', 'New Payment Reminder', '

Cher, { payment_reminder_name }

\n

Jespère que vous êtes bien, ce nest quun rappel que le paiement sur facture {invoice_payment_number}total { invoice_payment_dueAmount }, que nous avons envoyé le {payment_reminder_date} est dû aujourdhui.

\n

Vous pouvez effectuer le paiement sur le compte bancaire indiqué sur la facture.

\n

Je suis sûr que vous êtes occupé, mais je vous serais reconnaissant de prendre un moment et de regarder la facture quand vous aurez une chance.

\n

Si vous avez des questions, veuillez répondre et je serais heureux de les clarifier.

\n

 

\n

Merci, 

\n

{ company_name }

\n

{ app_url }

\n

 

', '2025-03-06 23:52:09', '2025-03-06 23:52:09'), (136, 9, 'he', 'New Payment Reminder', '

שלום, {payment_reminder_name}

\n

אני מקווה ששלומך טוב. זוהי רק תזכורת לכך שהתשלום על החשבונית {invoice_payment_number} total dueAmount {invoice_payment_dueAmount} , ששלחנו בתאריך {payment_reminder_date}, יבוא היום.

\n

תוכל לבצע תשלום לחשבון הבנק המצוין בחשבונית.

\n

אני בטוח שאתה עסוק, אבל אשמח אם תוכל להקדיש רגע ולעיין בחשבונית כשתהיה לך הזדמנות.

\n

אם יש לך שאלות כלשהן, אנא השב ואשמח להבהיר אותן.

\n

 

\n

תודה, 

\n

{company_name}

\n

{app_url}

\n

 

', '2025-03-06 23:52:09', '2025-03-06 23:52:09'), (137, 9, 'it', 'New Payment Reminder', '

Caro, {payment_reminder_name}

\n

Spero che tu stia bene, questo è solo un promemoria che il pagamento sulla fattura {invoice_payment_number} totale {invoice_payment_dueAmount}, che abbiamo inviato su {payment_reminder_date} è dovuto oggi.

\n

È possibile effettuare il pagamento al conto bancario specificato sulla fattura.

\n

Sono sicuro che sei impegnato, ma apprezzerei se potessi prenderti un momento e guardare la fattura quando avrai una chance.

\n

Se avete domande qualunque, vi prego di rispondere e sarei felice di chiarirle.

\n

 

\n

Grazie, 

\n

{company_name}

\n

{app_url}

\n

 

', '2025-03-06 23:52:09', '2025-03-06 23:52:09'), (138, 9, 'ja', 'New Payment Reminder', '

ID、 {payment_reminder_name}

\n

これは、 { invoice_payment_dueAmount} の合計 {invoice_payment_dueAmount } に対する支払いが今日予定されていることを思い出させていただきたいと思います。

\n

請求書に記載されている銀行口座に対して支払いを行うことができます。

\n

お忙しいのは確かですが、機会があれば、少し時間をかけてインボイスを見渡すことができればありがたいのですが。

\n

何か聞きたいことがあるなら、お返事をお願いしますが、喜んでお答えします。

\n

 

\n

ありがとう。 

\n

{ company_name}

\n

{app_url}

\n

 

', '2025-03-06 23:52:10', '2025-03-06 23:52:10'), (139, 9, 'nl', 'New Payment Reminder', '

Geachte, { payment_reminder_name }

\n

Ik hoop dat u goed bent. Dit is gewoon een herinnering dat betaling op factuur { invoice_payment_number } totaal { invoice_payment_dueAmount }, die we verzonden op { payment_reminder_date } is vandaag verschuldigd.

\n

U kunt betaling doen aan de bankrekening op de factuur.

\n

Ik weet zeker dat je het druk hebt, maar ik zou het op prijs stellen als je even over de factuur kon kijken als je een kans krijgt.

\n

Als u vragen hebt, beantwoord dan uw antwoord en ik wil ze graag verduidelijken.

\n

 

\n

Bedankt. 

\n

{ company_name }

\n

{ app_url }

\n

 

', '2025-03-06 23:52:10', '2025-03-06 23:52:10'), (140, 9, 'pl', 'New Payment Reminder', '

Drogi, {payment_reminder_name }

\n

Mam nadzieję, że jesteś dobrze. To jest tylko przypomnienie, że płatność na fakturze {invoice_payment_number } total {invoice_payment_dueAmount }, które wysłaliśmy na {payment_reminder_date } jest dzisiaj.

\n

Płatność można dokonać na rachunek bankowy podany na fakturze.

\n

Jestem pewien, że jesteś zajęty, ale byłbym wdzięczny, gdybyś mógł wziąć chwilę i spojrzeć na fakturę, kiedy masz szansę.

\n

Jeśli masz jakieś pytania, proszę o odpowiedź, a ja chętnie je wyjaśniam.

\n

 

\n

Dziękuję, 

\n

{company_name }

\n

{app_url }

\n

 

', '2025-03-06 23:52:10', '2025-03-06 23:52:10'), (141, 9, 'ru', 'New Payment Reminder', '

Уважаемый, { payment_reminder_name }

\n

Я надеюсь, что вы хорошо. Это просто напоминание о том, что оплата по счету { invoice_payment_number } всего { invoice_payment_dueAmount }, которое мы отправили в { payment_reminder_date }, сегодня.

\n

Вы можете произвести платеж на банковский счет, указанный в счете-фактуре.

\n

Я уверена, что ты занята, но я была бы признательна, если бы ты смог бы поглядеться на счет, когда у тебя появится шанс.

\n

Если у вас есть вопросы, пожалуйста, ответьте, и я буду рад их прояснить.

\n

 

\n

Спасибо. 

\n

{ company_name }

\n

{ app_url }

\n

 

', '2025-03-06 23:52:10', '2025-03-06 23:52:10'), (142, 9, 'pt', 'New Payment Reminder', '

Querido, {payment_reminder_name}

\n

Espero que você esteja bem. Este é apenas um lembrete de que o pagamento na fatura {invoice_payment_number} total {invoice_payment_dueAmount}, que enviamos em {payment_reminder_date} é devido hoje.

\n

Você pode fazer o pagamento à conta bancária especificada na fatura.

\n

Eu tenho certeza que você está ocupado, mas eu agradeceria se você pudesse tirar um momento e olhar sobre a fatura quando tiver uma chance.

\n

Se você tiver alguma dúvida o que for, por favor, responda e eu ficaria feliz em esclarecê-las.

\n

 

\n

Obrigado, 

\n

{company_name}

\n

{app_url}

\n

 

', '2025-03-06 23:52:10', '2025-03-06 23:52:10'), (143, 9, 'tr', 'New Payment Reminder', '

Sayın {payment_reminder_name}

\n

Umarım iyisinizdir. Bu yalnızca, {payment_reminder_date} tarihinde gönderdiğimiz {invoice_payment_number} toplam vade tutarı {invoice_payment_dueAmount} tutarındaki faturanın ödemesinin bugün yapılması gerektiğini hatırlatma amaçlıdır.

\n

Faturada belirtilen banka hesabına ödeme yapabilirsiniz.

\n

Yoğun olduğunuzdan eminim ama fırsat bulduğunuzda bir dakikanızı ayırıp faturaya göz atarsanız sevinirim.

\n

Herhangi bir sorunuz varsa, lütfen yanıtlayın; bunları açıklığa kavuşturmaktan memnuniyet duyarım.

\n

 

\n

Teşekkürler, 

\n

{şirket_adı

\n

{app_url}

\n

 

', '2025-03-06 23:52:10', '2025-03-06 23:52:10'), (144, 9, 'pt-br', 'New Payment Reminder', '

Querido, {payment_reminder_name}

\n

Espero que você esteja bem. Este é apenas um lembrete de que o pagamento na fatura {invoice_payment_number} total {invoice_payment_dueAmount}, que enviamos em {payment_reminder_date} é devido hoje.

\n

Você pode fazer o pagamento à conta bancária especificada na fatura.

\n

Eu tenho certeza que você está ocupado, mas eu agradeceria se você pudesse tirar um momento e olhar sobre a fatura quando tiver uma chance.

\n

Se você tiver alguma dúvida o que for, por favor, responda e eu ficaria feliz em esclarecê-las.

\n

 

\n

Obrigado, 

\n

{company_name}

\n

{app_url}

\n

 

', '2025-03-06 23:52:10', '2025-03-06 23:52:10'), (145, 10, 'ar', 'New Bill Payment', '

مرحبا ، { payment_name }

مرحبا بك في { app_name }

نحن نكتب لإبلاغكم بأننا قد أرسلنا مدفوعات (payment_الفاتورة) } الخاصة بك.

لقد أرسلنا قيمتك { payment_cama } لأجل { payment_فاتورة } قمت بالاحالة في التاريخ { payment_date } من خلال { payment_method }.

شكرا جزيلا لك وطاب يومك ! !!!

{ company_name }

{ app_url }

', '2025-03-06 23:52:10', '2025-03-06 23:52:10'), (146, 10, 'zh', 'New Bill Payment', '

您好,{ payment_name}

欢迎来到 {app_name}

我们写信通知您,我们已发送您的 { payment_bill} 付款.

我们已发送您于 { payment_date} 通过 { payment_method} 提交的金额为 { payment_amount} 的 { payment_bill} 付款。

非常感谢您,祝您有美好的一天!!!

{company_name}

{app_url}

', '2025-03-06 23:52:11', '2025-03-06 23:52:11'), (147, 10, 'da', 'New Bill Payment', '

Hej {payment_name}

Velkommen til {app_name}

Vi skriver for at informere dig om, at vi har sendt din {payment_bill}-betaling .

Vi har sendt dit beløb {payment_amount} betaling for {payment_bill} indsendt  på datoen {payment_date} via {payment_method}.

Mange tak og god dag !!!!

{company_name}

{app_url}

', '2025-03-06 23:52:11', '2025-03-06 23:52:11'), (148, 10, 'de', 'New Bill Payment', '

Hallo, {payment_name}

Willkommen bei {app_name}

Wir schreiben Ihnen mitzuteilen, dass wir Ihre Zahlung von {payment_bill} gesendet haben.

Wir haben Ihre Zahlung {payment_amount} Zahlung für {payment_bill} am Datum {payment_date} über {payment_method} gesendet.

Vielen Dank und haben einen guten Tag! !!!

{company_name}

{app_url}

', '2025-03-06 23:52:11', '2025-03-06 23:52:11'), (149, 10, 'en', 'New Bill Payment', '

Hi , {payment_name}

Welcome to {app_name}

We are writing to inform you that we has sent your {payment_bill} payment.

We has sent your amount {payment_amount} payment for {payment_bill} submited  on date {payment_date} via {payment_method}.

Thank You very much and have a good day !!!!

{company_name}

{app_url}

', '2025-03-06 23:52:11', '2025-03-06 23:52:11'), (150, 10, 'es', 'New Bill Payment', '

Hola, {nombre_pago}

Bienvenido a {app_name}

Estamos escribiendo para informarle que hemos enviado su pago {payment_bill}.

Hemos enviado su importe {payment_amount} pago para {payment_bill} submitado en la fecha {payment_date} a través de {payment_method}.

Thank You very much and have a good day! !!!

{nombre_empresa}

{app_url}

', '2025-03-06 23:52:11', '2025-03-06 23:52:11'), (151, 10, 'fr', 'New Bill Payment', '

Salut, { payment_name }

Bienvenue dans { app_name }

Nous vous écrivons pour vous informer que nous avons envoyé votre paiement { payment_bill }.

Nous avons envoyé votre paiement { payment_amount } pour { payment_bill } soumis à la date { payment_date } via { payment_method }.

Merci beaucoup et avez un bon jour ! !!!

{ nom_entreprise }

{ adresse_url }

', '2025-03-06 23:52:11', '2025-03-06 23:52:11'), (152, 10, 'he', 'New Bill Payment', '

היי, {payment_name}

ברוכים הבאים אל {app_name}

אנו כותבים כדי להודיע ​​לך ששלחנו את התשלום שלך ב-{payment_bill} .

שלחנו את הסכום שלך {payment_amount} תשלום עבור {payment_bill} שנשלח  בתאריך {payment_date} באמצעות {payment_method}.

תודה רבה ויום טוב!!!!

{company_name}

{app_url}

', '2025-03-06 23:52:11', '2025-03-06 23:52:11'), (153, 10, 'it', 'New Bill Payment', '

Ciao, {payment_name}

Benvenuti in {app_name}

Scriviamo per informarti che abbiamo inviato il tuo pagamento {payment_bill}.

Abbiamo inviato la tua quantità {payment_amount} pagamento per {payment_bill} subita alla data {payment_date} tramite {payment_method}.

Grazie mille e buona giornata! !!!

{company_name}

{app_url}

', '2025-03-06 23:52:11', '2025-03-06 23:52:11'), (154, 10, 'ja', 'New Bill Payment', '

こんにちは、 {payment_name}

{app_name} へようこそ

{payment_紙幣} の支払いを送信したことをお知らせするために執筆しています。

{payment_date } に提出された {payment_議案} に対する金額 {payment_金額} の支払いは、 {payment_method}を介して送信されました。

ありがとうございます。良い日をお願いします。

{ company_name}

{app_url}

', '2025-03-06 23:52:11', '2025-03-06 23:52:11'), (155, 10, 'nl', 'New Bill Payment', '

Hallo, { payment_name }

Welkom bij { app_name }

Wij schrijven u om u te informeren dat wij uw betaling van { payment_bill } hebben verzonden.

We hebben uw bedrag { payment_amount } betaling voor { payment_bill } verzonden op datum { payment_date } via { payment_method }.

Hartelijk dank en hebben een goede dag! !!!

{ bedrijfsnaam }

{ app_url }

', '2025-03-06 23:52:11', '2025-03-06 23:52:11'), (156, 10, 'pl', 'New Bill Payment', '

Witaj, {payment_name }

Witamy w aplikacji {app_name }

Piszemy, aby poinformować Cię, że wysłaliśmy Twoją płatność {payment_bill }.

Twoja kwota {payment_amount } została wysłana przez użytkownika {payment_bill } w dniu {payment_date } za pomocą metody {payment_method }.

Dziękuję bardzo i mam dobry dzień! !!!

{company_name }

{app_url }

', '2025-03-06 23:52:11', '2025-03-06 23:52:11'), (157, 10, 'ru', 'New Bill Payment', '

Привет, { payment_name }

Вас приветствует { app_name }

Мы пишем, чтобы сообщить вам, что мы отправили вашу оплату { payment_bill }.

Мы отправили вашу сумму оплаты { payment_amoon } для { payment_bill }, подав на дату { payment_date } через { payment_method }.

Большое спасибо и хорошего дня! !!!

{ company_name }

{ app_url }

', '2025-03-06 23:52:11', '2025-03-06 23:52:11'), (158, 10, 'pt', 'New Bill Payment', '

Oi, {payment_name}

Bem-vindo a {app_name}

Estamos escrevendo para informá-lo que enviamos o seu pagamento {payment_bill}.

Nós enviamos sua quantia {payment_amount} pagamento por {payment_bill} requisitado na data {payment_date} via {payment_method}.

Muito obrigado e tenha um bom dia! !!!

{company_name}

{app_url}

', '2025-03-06 23:52:11', '2025-03-06 23:52:11'), (159, 10, 'tr', 'New Bill Payment', '

Merhaba, {payment_name}

{app_name}

Size {payment_bill} ödemenizi gönderdiğimizi bildirmek için yazıyoruz. .

{payment_date} tarihinde {payment_bill} için gönderdiğiniz {payment_amount} tutarındaki ödemenizi {payment_method} aracılığıyla gönderdik.













p>

Çok teşekkür ederiz ve iyi günler dilerim !!!!span>

{company_name}

{app_url}

', '2025-03-06 23:52:11', '2025-03-06 23:52:11'), (160, 11, 'ar', 'Bill Resent', '

مرحبا ، { bill_name }

مرحبا بك في { app_name }

أتمنى أن يجدك هذا البريد الإلكتروني جيدا برجاء الرجوع الى رقم الفاتورة الملحقة { bill_bill } لخدمة المنتج / الخدمة.

                                                                                                                    ببساطة اضغط على الاختيار بأسفل.

                                                                                                                                  { bill_url }

إشعر بالحرية للوصول إلى الخارج إذا عندك أي أسئلة.

شكرا لعملك ! !!!

Regards,

{ company_name }

{ app_url }


', '2025-03-06 23:52:11', '2025-03-06 23:52:11'), (161, 11, 'zh', 'Bill Resent', '

嗨,{bill_name}

欢迎使用 {app_name}

希望这封电子邮件能让您满意!请参阅随附的产品/服务帐单编号 {bill_bill}。

                                                                                                                   只需点击下面的按钮即可。
< /p>

                                                                                                                                  {bill_url}

如果您有任何疑问,请随时与我们联系。

感谢您的惠顾!!!

问候,

{company_name}

{app_url}


', '2025-03-06 23:52:11', '2025-03-06 23:52:11'), (162, 11, 'da', 'Bill Resent', '

Hej, { bill_name }

Velkommen til { app_name }

Håber denne e-mail finder dig godt! Se vedlagte fakturanummer { bill_bill } for product/service.

                                                                                                                    Klik på knappen nedenfor.

                                                                                                                                   { bill_url }

Du er velkommen til at række ud, hvis du har nogen spørgsmål.

Tak for din virksomhed! !!!

Med venlig hilsen

{ company_name }

{ app_url }

', '2025-03-06 23:52:11', '2025-03-06 23:52:11'); INSERT INTO `email_template_langs` (`id`, `parent_id`, `lang`, `subject`, `content`, `created_at`, `updated_at`) VALUES (163, 11, 'de', 'Bill Resent', '

Hi, {bill_name}

Willkommen bei {app_name}

Hoffe, diese E-Mail findet dich gut! Bitte sehen Sie die angehängte Rechnungsnummer {bill_bill} für Produkt/Service an.

                                                                                           Klicken Sie einfach auf den Button unten.

                                                                                                                {bill_url}

Fühlen Sie sich frei, wenn Sie Fragen haben.

Vielen Dank für Ihr Geschäft! !!!

Betrachtet,

{company_name}

{app_url}

', '2025-03-06 23:52:11', '2025-03-06 23:52:11'), (164, 11, 'en', 'Bill Resent', '

Hi , {bill_name}

Welcome to {app_name}

Hope this email finds you well! Please see attached bill number {bill_bill} for product/service.

                                                                                                                    Simply click on the button below .

                                                                                                                                   {bill_url}

Feel free to reach out if you have any questions.

Thank You for your business !!!!

Regards,

{company_name}

{app_url}


', '2025-03-06 23:52:11', '2025-03-06 23:52:11'), (165, 11, 'es', 'Bill Resent', '

Hi, {nombre_billar}

Bienvenido a {app_name}

¡Espero que este email le encuentre bien! Consulte el número de factura adjunto {bill_bill} para el producto/servicio.

                                                                                                                    Simplemente haga clic en el botón de abajo.

                                                                                                                                   {bill_url}

Siéntase libre de llegar si usted tiene alguna pregunta.

Thank You for your business! !!!

Considerando,

{nombre_empresa}

{app_url}


', '2025-03-06 23:52:11', '2025-03-06 23:52:11'), (166, 11, 'fr', 'Bill Resent', '

Salut, { nom_facturation }

Bienvenue dans { app_name }

Jespère que ce courriel vous trouve bien ! Veuillez consulter le numéro de facture { factur_bill } associé au produit / service.

                                                                                                                    Cliquez simplement sur le bouton ci-dessous.

                                                                                                                                   { url-facturation }

Nhésitez pas à nous contacter si vous avez des questions.

Merci pour votre entreprise ! !!!

Regards,

{ nom_entreprise }

{ adresse_url }

', '2025-03-06 23:52:11', '2025-03-06 23:52:11'), (167, 11, 'he', 'Bill Resent', '

היי, {bill_name}

ברוכים הבאים אל {app_name}

מקווה שהמייל הזה ימצא אותך היטב! ראה את מספר החשבון המצורף {bill_bill} עבור מוצר/שירות.

                                                                                                 פשוט לחץ על הלחצן למטה .
< /p>

                                                                                                              {bill_url}

אל תהסס לפנות אם יש לך שאלות.

תודה על העסק שלך !!!!

בברכה,

{company_name}

{app_url}


', '2025-03-06 23:52:11', '2025-03-06 23:52:11'), (168, 11, 'it', 'Bill Resent', '

Ciao, {bill_name}

Benvenuti in {app_name}

Spero che questa email ti trovi bene! Si prega di consultare il numero di fattura allegato {bill_bill} per il prodotto/servizio.

                                                                                                                    Semplicemente clicca sul pulsante sottostante.

                                                                                                                                   {bill_url}

Sentiti libero di raggiungere se hai domande.

Grazie per il tuo business! !!!

Riguardo,

{company_name}

{app_url}

', '2025-03-06 23:52:12', '2025-03-06 23:52:12'), (169, 11, 'ja', 'Bill Resent', '

こんにちは、 {bill_name}

{app_name} へようこそ

この E メールでよくご確認ください。 製品 / サービスの添付された請求番号 {bill_紙幣} を参照してください。

                                                                                                                    以下のボタンをクリックしてください。

                                                                                                                                   {bill_url}

質問がある場合は、自由に連絡してください。

お客様のビジネスに感謝しています。

よろしく

{ company_name}

{app_url}


', '2025-03-06 23:52:12', '2025-03-06 23:52:12'), (170, 11, 'nl', 'Bill Resent', '

Hallo, { bill_name }

Welkom bij { app_name }

Hoop dat deze e-mail je goed vindt! Zie het bijgesloten factuurnummer { bill_bill } voor product/service.

                                                                                                                    Klik gewoon op de knop hieronder.

                                                                                                                                   { bill_url }

Voel je vrij om uit te reiken als je vragen hebt.

Dank U voor uw bedrijf! !!!

Betreft:

{ bedrijfsnaam }

{ app_url }


', '2025-03-06 23:52:12', '2025-03-06 23:52:12'), (171, 11, 'pl', 'Bill Resent', '

Witaj, {nazwa_faktury }

Witamy w aplikacji {app_name }

Mam nadzieję, że ta wiadomość znajdzie Cię dobrze! Zapoznaj się z załączonym numerem rachunku {bill_bill } dla produktu/usługi.

                                                                                                                    Wystarczy kliknąć na przycisk poniżej.

                                                                                                                                   {adres_URL_faktury }

Czuj się swobodnie, jeśli masz jakieś pytania.

Dziękujemy za swój biznes! !!!

W odniesieniu do

{company_name }

{app_url }


', '2025-03-06 23:52:12', '2025-03-06 23:52:12'), (172, 11, 'ru', 'Bill Resent', '

Привет, { bill_name }

Вас приветствует { app_name }

Надеюсь, это электронное письмо найдет вас хорошо! См. прилагаемый номер счета { bill_bill } для product/service.

                                                                                                                    Просто нажмите на кнопку внизу.

                                                                                                                                  { bill_url }

Не стеснитесь, если у вас есть вопросы.

Спасибо за ваш бизнес! !!!

С уважением,

{ company_name }

{ app_url }

', '2025-03-06 23:52:12', '2025-03-06 23:52:12'), (173, 11, 'pt', 'Bill Resent', '

Oi, {bill_name}

Bem-vindo a {app_name}

Espero que este e-mail encontre você bem! Por favor, consulte o número de faturamento conectado {bill_bill} para produto/serviço.

                                                                                                                    Basta clicar no botão abaixo.

                                                                                                                                   {bill_url}

Sinta-se à vontade para alcançar fora se você tiver alguma dúvida.

Obrigado pelo seu negócio! !!!

Considera,

{company_name}

{app_url}


', '2025-03-06 23:52:12', '2025-03-06 23:52:12'), (174, 11, 'tr', 'Bill Resent', '

Merhaba, {bill_name}

{app_name}
e hoş geldiniz

Umarım bu e-posta sizi bulur! Lütfen ürün/hizmet için ekteki {bill_bill} fatura numarasına bakın.

                                                                                                                 Aşağıdaki düğmeyi tıklamanız yeterlidir .
< /p>

                                                                                                                                {bill_url}

Sorularınız varsa bize ulaşmaktan çekinmeyin.

İlginiz için teşekkürler !!!!span>

Saygılarımızla,

{şirket_adı}

{app_url}


', '2025-03-06 23:52:12', '2025-03-06 23:52:12'), (175, 11, 'pt-br', 'Bill Resent', '

Oi, {bill_name}

Bem-vindo a {app_name}

Espero que este e-mail encontre você bem! Por favor, consulte o número de faturamento conectado {bill_bill} para produto/serviço.

                                                                                                                    Basta clicar no botão abaixo.

                                                                                                                                   {bill_url}

Sinta-se à vontade para alcançar fora se você tiver alguma dúvida.

Obrigado pelo seu negócio! !!!

Considera,

{company_name}

{app_url}


', '2025-03-06 23:52:12', '2025-03-06 23:52:12'), (176, 12, 'ar', 'Proposal Sent', '

مرحبا ، { proposal_name }

\n

أتمنى أن يجدك هذا البريد الإلكتروني جيدا برجاء الرجوع الى رقم الاقتراح المرفق { proposal_number } للمنتج / الخدمة.

\n

اضغط ببساطة على الاختيار بأسفل

\n

{ proposal_url }

\n

إشعر بالحرية للوصول إلى الخارج إذا عندك أي أسئلة.

\n

شكرا لعملك ! !

\n

 

\n

Regards,

\n

{ company_name }

\n

{ app_url }

', '2025-03-06 23:52:12', '2025-03-06 23:52:12'), (177, 12, 'zh', 'Proposal Sent', '

嗨,{proposal_name}

\n

希望这封电子邮件能让您满意!请参阅随附的产品/服务提案编号 {proposal_number}。

\n

只需点击下面的按钮

\n

{proposal_url}

\n

如果您有任何疑问,请随时与我们联系。

\n

感谢您的惠顾!!

\n

 

\n

问候,

\n

{公司名称}

\n

{app_url}

', '2025-03-06 23:52:12', '2025-03-06 23:52:12'), (178, 12, 'da', 'Proposal Sent', '

Hej, {proposal__name }

\n

Håber denne e-mail finder dig godt! Se det vedhæftede forslag nummer { proposal_number } for product/service.

\n

klik bare på knappen nedenfor

\n

{ proposal_url }

\n

Du er velkommen til at række ud, hvis du har nogen spørgsmål.

\n

Tak for din virksomhed!

\n

 

\n

Med venlig hilsen

\n

{ company_name }

\n

{ app_url }

', '2025-03-06 23:52:12', '2025-03-06 23:52:12'), (179, 12, 'de', 'Proposal Sent', '

Hi, {proposal_name}

\n

Hoffe, diese E-Mail findet dich gut! Bitte sehen Sie die angehängte Vorschlagsnummer {proposal_number} für Produkt/Service an.

\n

Klicken Sie einfach auf den Button unten

\n

{proposal_url}

\n

Fühlen Sie sich frei, wenn Sie Fragen haben.

\n

Vielen Dank für Ihr Unternehmen!!

\n

 

\n

Betrachtet,

\n

{company_name}

\n

{app_url}

', '2025-03-06 23:52:12', '2025-03-06 23:52:12'), (180, 12, 'en', 'Proposal Sent', '

Hi, {proposal_name}

\n

Hope this email finds you well! Please see attached proposal number {proposal_number} for product/service.

\n

simply click on the button below

\n

{proposal_url}

\n

Feel free to reach out if you have any questions.

\n

Thank you for your business!!

\n

 

\n

Regards,

\n

{company_name}

\n

{app_url}

', '2025-03-06 23:52:12', '2025-03-06 23:52:12'), (181, 12, 'es', 'Proposal Sent', '

Hi, {proposal_name}

\n

¡Espero que este email le encuentre bien! Consulte el número de propuesta adjunto {proposal_number} para el producto/servicio.

\n

simplemente haga clic en el botón de abajo

\n

{proposal_url}

\n

Siéntase libre de llegar si usted tiene alguna pregunta.

\n

¡Gracias por su negocio!!

\n

 

\n

Considerando,

\n

{company_name}

\n

{app_url}

', '2025-03-06 23:52:12', '2025-03-06 23:52:12'), (182, 12, 'fr', 'Proposal Sent', '

Salut, {proposal_name}

\n

Jespère que ce courriel vous trouve bien ! Veuillez consulter le numéro de la proposition jointe {proposal_number} pour le produit/service.

\n

Il suffit de cliquer sur le bouton ci-dessous

\n

{proposal_url}

\n

Nhésitez pas à nous contacter si vous avez des questions.

\n

Merci pour votre entreprise ! !

\n

 

\n

Regards,

\n

{company_name}

\n

{app_url}

', '2025-03-06 23:52:12', '2025-03-06 23:52:12'), (183, 12, 'he', 'Proposal Sent', '

שלום, {proposal_name}

\n

מקווה שדוא\"ל זה ימצא אותך היטב! ראה את מספר ההצעה המצורפת {proposal_number} עבור מוצר/שירות.

\n

פשוט לחץ על הלחצן למטה

\n

{proposal_url}

\n

אל תהסס לפנות אם יש לך שאלות.

\n

תודה על העסק שלך!!

\n

 

\n

בברכה,

\n

{company_name}

\n

{app_url}

', '2025-03-06 23:52:13', '2025-03-06 23:52:13'), (184, 12, 'it', 'Proposal Sent', '

Ciao, {proposal_name}

\n

Spero che questa email ti trovi bene! Si prega di consultare il numero di proposta allegato {proposal_number} per il prodotto/servizio.

\n

semplicemente clicca sul pulsante sottostante

\n

{proposal_url}

\n

Sentiti libero di raggiungere se hai domande.

\n

Grazie per il tuo business!!

\n

 

\n

Riguardo,

\n

{company_name}

\n

{app_url}

', '2025-03-06 23:52:13', '2025-03-06 23:52:13'), (185, 12, 'ja', 'Proposal Sent', '

こんにちは、 {proposal_name}

\n

この E メールでよくご確認ください。 製品 / サービスの添付されたプロポーザル番号 {proposal_number} を参照してください。

\n

下のボタンをクリックするだけで

\n

{proposal_url}

\n

質問がある場合は、自由に連絡してください。

\n

お客様のビジネスに感謝します。

\n

 

\n

よろしく

\n

{ company_name}

\n

{app_url}

', '2025-03-06 23:52:13', '2025-03-06 23:52:13'), (186, 12, 'nl', 'Proposal Sent', '

Hallo, {proposal_name}

\n

Hoop dat deze e-mail je goed vindt! Zie bijgevoegde nummer { proposal_number } voor product/service.

\n

gewoon klikken op de knop hieronder

\n

{ proposal_url }

\n

Voel je vrij om uit te reiken als je vragen hebt.

\n

Dank u voor uw bedrijf!!

\n

 

\n

Betreft:

\n

{ company_name }

\n

{ app_url }

', '2025-03-06 23:52:13', '2025-03-06 23:52:13'), (187, 12, 'pl', 'Proposal Sent', '

Witaj, {proposal_name}

\n

Mam nadzieję, że ta wiadomość znajdzie Cię dobrze! Proszę zapoznać się z załączonym numerem wniosku {proposal_number} dla produktu/usługi.

\n

po prostu kliknij na przycisk poniżej

\n

{proposal_url}

\n

Czuj się swobodnie, jeśli masz jakieś pytania.

\n

Dziękujemy za prowadzenie działalności!!

\n

 

\n

W odniesieniu do

\n

{company_name }

\n

{app_url }

', '2025-03-06 23:52:13', '2025-03-06 23:52:13'), (188, 12, 'ru', 'Proposal Sent', '

Здравствуйте, { proposal_name }

\n

Надеюсь, это электронное письмо найдет вас хорошо! См. вложенное предложение номер { proposal_number} для product/service.

\n

просто нажмите на кнопку внизу

\n

{ proposal_url}

\n

Не стеснитесь, если у вас есть вопросы.

\n

Спасибо за ваше дело!

\n

 

\n

С уважением,

\n

{ company_name }

\n

{ app_url }

', '2025-03-06 23:52:13', '2025-03-06 23:52:13'), (189, 12, 'pt', 'Proposal Sent', '

Oi, {proposal_name}

\n

Espero que este e-mail encontre você bem! Por favor, consulte o número da proposta anexada {proposal_number} para produto/serviço.

\n

basta clicar no botão abaixo

\n

{proposal_url}

\n

Sinta-se à vontade para alcançar fora se você tiver alguma dúvida.

\n

Obrigado pelo seu negócio!!

\n

 

\n

Considera,

\n

{company_name}

\n

{app_url}

', '2025-03-06 23:52:13', '2025-03-06 23:52:13'), (190, 12, 'tr', 'Proposal Sent', '

Merhaba {teklif_adı

\n

Umarım bu e-posta sizi iyi bulur! Lütfen ürün/hizmet için ekteki {proposal_number} numaralı teklife bakın.

\n

Aşağıdaki düğmeyi tıklamanız yeterlidir

\n

{teklif_url}

\n

Sorularınız varsa bize ulaşmaktan çekinmeyin.

\n

İşiniz için teşekkür ederiz!

\n

 

\n

Saygılarımızla,

\n

{şirket_adı

\n

{app_url}

', '2025-03-06 23:52:13', '2025-03-06 23:52:13'), (191, 13, 'ar', 'Complaint Resent', '

مرحبا

مرحبا بك في { app_name }

(د) إدارة الموارد البشرية / الشركة لإرسال خطاب الشكاوى.

عزيزي { demyt_name }

أود أن أبلغ عن صراع بينك وبين الشخص الآخر وقد وقعت عدة حوادث خلال الأيام القليلة الماضية ، وأشعر أن الوقت قد حان للإبلاغ عن شكوى رسمية ضده / هي.

إشعر بالحرية للوصول إلى الخارج إذا عندك أي أسئلة.

شكرا لك

Regards,

قسم الموارد البشرية

{ company_name }

{ app_url }


', '2025-03-06 23:52:13', '2025-03-06 23:52:13'), (192, 13, 'zh', 'Complaint Resent', '

嗨,

欢迎来到 {app_name}

人力资源部门/公司发送投诉信。

亲爱的{complaint_name}

我想举报您与他人之间的冲突。过去几天发生了几起事件,我觉得是时候对他/她提出正式投诉了。

如果您有任何疑问,请随时与我们联系。

谢谢,

问候,

< p>人力资源部门。

< p>{company_name}

{app_url}

', '2025-03-06 23:52:13', '2025-03-06 23:52:13'), (193, 13, 'da', 'Complaint Resent', '

Hej.

Velkommen til { app_name }

HR department/company to send klager brev.

Kære { klaint_name }

Jeg vil gerne anmelde en konflikt mellem dig og den anden person. Der har været flere tilfælde i løbet af de seneste dage, og jeg mener, at tiden er inde til at anmelde en formel klage over for ham.

Du er velkommen til at række ud, hvis du har nogen spørgsmål.

Tak.

Med venlig hilsen

HR-afdelingen.

{ company_name }

{ app_url }


', '2025-03-06 23:52:14', '2025-03-06 23:52:14'), (194, 13, 'de', 'Complaint Resent', '

Hi,

Willkommen bei {app_name}

Personalabteilung/Unternehmen, um Beschwerdeschreiben zu versenden.

Sehr geehrter {beanstandname}

Ich möchte einen Konflikt zwischen Ihnen und der anderen Person melden. Es gab in den letzten Tagen mehrere Zwischenfälle, und ich bin der Meinung, dass es an der Zeit ist, eine formelle Beschwerde gegen ihn zu erstatten.

Fühlen Sie sich frei, wenn Sie Fragen haben.

Vielen Dank,

Betrachtet,

Personalabteilung.

{company_name}

{app_url}


', '2025-03-06 23:52:14', '2025-03-06 23:52:14'), (195, 13, 'en', 'Complaint Resent', '

Hi ,

Welcome to {app_name}

HR department/company to send complaints letter.

Dear {complaint_name}

I would like to report a conflict between you and the other person. There  have been several incidents over the last few days, and I feel that its is time to report a formal complaint against him/her.

Feel free to reach out if you have any questions.

Thank You,

Regards,

HR Department.

{company_name}

{app_url}

', '2025-03-06 23:52:14', '2025-03-06 23:52:14'), (196, 13, 'es', 'Complaint Resent', '

Hola,

Bienvenido a {app_name}

Departamento de Recursos Humanos/Empresa para enviar una carta de reclamaciones.

Estimado {nombre_reclamación}

Me gustaría informar de un conflicto entre usted y la otra persona. Ha habido varios incidentes en los últimos días, y siento que ha llegado el momento de denunciar una queja formal contra él.

Siéntase libre de llegar si usted tiene alguna pregunta.

Gracias,

Considerando,

Departamento de Recursos Humanos.

{nombre_empresa}

{app_url}


', '2025-03-06 23:52:14', '2025-03-06 23:52:14'), (197, 13, 'fr', 'Complaint Resent', '

Salut,

Bienvenue dans { app_name }

Ministère / entreprise des RH pour envoyer une lettre de plainte.

Cher { nom_plainte }

Je voudrais signaler un conflit entre vous et lautre personne. Il y a eu plusieurs incidents au cours des derniers jours, et je pense quil est temps de signaler une plainte officielle contre lui.

N hésitez pas à nous contacter si vous avez des questions.

Merci,

Regards,

Département des RH.

{ nom_entreprise }

{ adresse_url }


', '2025-03-06 23:52:14', '2025-03-06 23:52:14'), (198, 13, 'he', 'Complaint Resent', '

היי ,

ברוכים הבאים אל {app_name}

מחלקת משאבי אנוש/חברה לשלוח מכתב תלונות.

יקירי {complaint_name}

אני רוצה לדווח על התנגשות בינך לבין האדם האחר. היו מספר תקריות במהלך הימים האחרונים, ואני מרגיש שהגיע הזמן לדווח על תלונה רשמית נגדו.

אתה מוזמן ליצור קשר אם יש לך שאלות כלשהן.

תודה,

בברכה,

< p>מחלקת משאבי אנוש.

< p>{company_name}

{app_url}

', '2025-03-06 23:52:14', '2025-03-06 23:52:14'), (199, 13, 'it', 'Complaint Resent', '

Ciao,

Benvenuti in {app_name}

HR dipartimenta/azienda per inviare la lettera dei reclami.

Caro {nome_denuncia}

Vorrei segnalare un conflitto tra lei e l altra persona. Ci sono stati diversi incidenti negli ultimi giorni e sento che il suo è il momento di denunciare una denuncia formale contro di lui.

Sentiti libero di raggiungere se hai domande.

Grazie,

Riguardo,

Dipartimento HR.

{company_name}

{app_url}


', '2025-03-06 23:52:14', '2025-03-06 23:52:14'), (200, 13, 'ja', 'Complaint Resent', '

こんにちは。

{app_name} へようこそ

苦情の手紙を送信するための HR 部門 / 会社。

{ complaint_name} に Dear があります

あなたと他の人との間の争いを報告したい この数日間で数件の事件があったが、私はそれが彼女に対する公式の申し立てを報告する時であると感じている。

質問がある場合は、自由に連絡してください。

ありがとうございます

よろしく

HR 部門

{ company_name}

{app_url}


', '2025-03-06 23:52:14', '2025-03-06 23:52:14'); INSERT INTO `email_template_langs` (`id`, `parent_id`, `lang`, `subject`, `content`, `created_at`, `updated_at`) VALUES (201, 13, 'nl', 'Complaint Resent', '

Hallo,

Welkom bij { app_name }

HR-afdelings/bedrijf om klachten brief te sturen.

Geachte { klacht_naam }

Ik zou een conflict willen melden tussen u en de andere persoon. Er zijn de afgelopen dagen verschillende incidenten geweest en ik vind dat het tijd is om een formele klacht tegen hem/haar in te dienen.

Voel je vrij om uit te reiken als je vragen hebt.

Dank U,

Betreft:

HR-afdeling.

{ bedrijfsnaam }

{ app_url }


', '2025-03-06 23:52:14', '2025-03-06 23:52:14'), (202, 13, 'pl', 'Complaint Resent', '

Witam,

Witamy w aplikacji {app_name }

Dział kadr/firma, aby wysłać reklamacje.

Szanowny {skarga }

Chciałbym zgłosić konflikt między tobą a drugą osobą. W ciągu ostatnich kilku dni doszło do kilku incydentów i uważam, że nadszedł czas, aby zgłosić przeciwko nim formalną skargę.

Czuj się swobodnie, jeśli masz jakieś pytania.

Dziękuję,

W odniesieniu do

Dział HR.

{company_name }

{app_url }


', '2025-03-06 23:52:14', '2025-03-06 23:52:14'), (203, 13, 'ru', 'Complaint Resent', '

Привет.

Вас приветствует { app_name }

Отдел кадров/компания для направления письма с жалобами.

Уважаемый { имя-жалобы }

Я хотел бы сообщить о конфликте между вами и другим человеком. За последние несколько дней произошло несколько инцидентов, и я считаю, что настало время для того, чтобы сообщить об официальной жалобе против него.

Не стеснитесь, если у вас есть вопросы.

Спасибо.

С уважением,

Отдел кадров.

{ company_name }

{ app_url }


', '2025-03-06 23:52:14', '2025-03-06 23:52:14'), (204, 13, 'pt', 'Complaint Resent', '

Oi,

Bem-vindo a {app_name}

HR department/empresa para enviar carta de reclamações.

Querido {reclamnome_}

Eu gostaria de relatar um conflito entre você e a outra pessoa. Houve vários incidentes ao longo dos últimos dias, e eu sinto que o seu é tempo de relatar uma queixa formal contra him/her.

Sinta-se à vontade para alcançar fora se você tiver alguma dúvida.

Obrigado,

Considera,

Departamento de RH.

{company_name}

{app_url}


', '2025-03-06 23:52:14', '2025-03-06 23:52:14'), (205, 13, 'tr', 'Complaint Resent', '

Merhaba ,

{app_name}

hoş geldiniz Şikayet mektubu göndermek için İK departmanı/şirketi.

Sevgili {complaint_name}

Sizinle diğer kişi arasındaki bir anlaşmazlığı bildirmek istiyorum. Son birkaç gün içinde birkaç olay yaşandı ve ona karşı resmi bir şikayette bulunmanın zamanının geldiğini düşünüyorum.

Sorularınız varsa bize ulaşmaktan çekinmeyin.

Teşekkürler,

Saygılarımızla,

< p>İK Departmanı.

< p>{company_name}

{app_url}

', '2025-03-06 23:52:15', '2025-03-06 23:52:15'), (206, 13, 'pt-br', 'Complaint Resent', '

Oi,

Bem-vindo a {app_name}

HR department/empresa para enviar carta de reclamações.

Querido {reclamnome_}

Eu gostaria de relatar um conflito entre você e a outra pessoa. Houve vários incidentes ao longo dos últimos dias, e eu sinto que o seu é tempo de relatar uma queixa formal contra him/her.

Sinta-se à vontade para alcançar fora se você tiver alguma dúvida.

Obrigado,

Considera,

Departamento de RH.

{company_name}

{app_url}


', '2025-03-06 23:52:15', '2025-03-06 23:52:15'), (207, 14, 'ar', 'Leave Action Sent', '

الموضوع : \" إدارة الموارد البشرية / الشركة لإرسال رسالة موافقة إلى { leave_status } إجازة أو إجازة \".

مرحبا ، { leave_name }

            لدي { leave_status } طلب ترك لأجل { leave_لسبب } من { leave_start_date } الى { leave_end_date }. { total_leave_yأيام } أيام لدي { leave_status } طلب الخروج الخاص بك الى { leave_لسبب }.

ونحن نطلب منكم أن تكملوا كل أعمالكم المعلقة أو أي قضية مهمة أخرى لكي لا تواجه الشركة أي خسارة أو مشكلة أثناء غيابكم ونحن نقدر لكم مدى عمق تفكيركم في إبلاغنا بذلك مسبقا.

إشعر بالحرية للوصول إلى الخارج إذا عندك أي أسئلة.

شكرا لك

Regards,

إدارة الموارد البشرية ،

{ app_name }

{ app_url }


', '2025-03-06 23:52:15', '2025-03-06 23:52:15'), (208, 14, 'zh', 'Leave Action Sent', '

主题 : \"要发送的人力资源部门/公司{leave_status}休假或请假的批准函”。

嗨,{leave_name}

            我有 {leave_status} 您从 {leave_start_date} 到 {leave_end_date} 提出的请假申请 {leave_reason}。 {total_leave_days} 天,我收到了您 {leave_reason} 的请假申请 {leave_status}。

我们要求您完成所有未完成的工作或任何其他重要问题,以便公司不会面临任何您缺席期间的损失或问题。感谢您提前通知我们的周到。

如有任何疑问,请随时与我们联系。

谢谢您,

问候,

人力资源部

{app_name}

{app_url}

', '2025-03-06 23:52:15', '2025-03-06 23:52:15'), (209, 14, 'da', 'Leave Action Sent', '

Emne: \" HR-afdeling / virksomhed, der skal sende godkendelsesbrev til { leave_status } en ferie eller orlov \".

Hej, { leave_name }

            Jeg har { leave_status } din orlov-anmodning for { leave_reason } fra { leave_start_date } til { leave_end_date }. { total_leave_days } dage Jeg har { leave_status } din anmodning om { leave_reason }.

Vi beder dig om at færdiggøre alt dit udestående arbejde eller et andet vigtigt spørgsmål, så virksomheden ikke står over for nogen tab eller problemer under dit fravær. Vi sætter pris på Deres betænksomhed, for at informere os godt på forhånd.

Du er velkommen til at række ud, hvis du har nogen spørgsmål.

Tak.

Med venlig hilsen

HR-afdelingen,

{ app_name }

{ app_url }

', '2025-03-06 23:52:15', '2025-03-06 23:52:15'), (210, 14, 'de', 'Leave Action Sent', '

Betreff: \" Personalabteilung/Firma, um den Zulassungsbescheid an {leave_status} einen Urlaub oder Urlaub zu schicken \".

Hi, {leave_name}

            Ich habe {leave_status} Ihre Urlaubsanforderung für {leave_reason} von {leave_start_date} bis {leave_end_date}. {total_leave_days} Tage Ich habe {leave_status} Ihre Urlaubs-Anfrage für {leave_reason}.

Wir bitten Sie, Ihre gesamte anstehende Arbeit oder ein anderes wichtiges Thema abzuschließen, so dass das Unternehmen während Ihrer Abwesenheit keinerlei Verlust oder kein Problem zu bewältigen hat. Wir freuen uns über Ihre Nachdenklichkeit, um uns im Vorfeld gut zu informieren.

Fühlen Sie sich frei, wenn Sie Fragen haben.

Vielen Dank,

Betrachtet,

Personalabteilung,

{Anwendungsname}

{app_url}

', '2025-03-06 23:52:15', '2025-03-06 23:52:15'), (211, 14, 'en', 'Leave Action Sent', '

Subject : \"HR department/company to send approval letter to {leave_status} a vacation or leave\" .

Hi ,{leave_name}

            I have {leave_status} your leave request for  {leave_reason} from {leave_start_date} to {leave_end_date}. {total_leave_days} days I have  {leave_status} your leave request for {leave_reason}.

We request you to complete all your pending work or any other important issue so that the company does not face any any loss or problem during your absence. We appreciate your thoughtfulness to inform us well in advance.

Feel free to reach out if you have any questions.

Thank You,

Regards,

HR Department,

{app_name}

{app_url}

', '2025-03-06 23:52:15', '2025-03-06 23:52:15'), (212, 14, 'es', 'Leave Action Sent', '

Asunto: \" Departamento de RR.HH./compañía para enviar la carta de aprobación a {leave_status} unas vacaciones o vacaciones \".

Hi, {nombre_archivo}

            Tengo {leave_status} la solicitud de licencia para {leave_reason} de {leave_start_date} a {leave_end_date}. {total_leave_days} días tengo {leave_status} la solicitud de licencia para {leave_reason}.

Le solicitamos que complete todos sus trabajos pendientes o cualquier otro asunto importante para que la empresa no se enfrente a ninguna pérdida o problema durante su ausencia. Agradecemos su consideración para informarnos con mucha antelación.

Siéntase libre de llegar si usted tiene alguna pregunta.

Gracias,

Considerando,

Departamento de Recursos Humanos,

{app_name}

{app_url}

', '2025-03-06 23:52:15', '2025-03-06 23:52:15'), (213, 14, 'fr', 'Leave Action Sent', '

Objet: \" Service des ressources humaines /entreprise pour envoyer une lettre d approbation à { leave_status } un congé annuel ou un congé \".

Salut, { nom_onde }

            J ai { leave_status } votre demande de permission pour { leave_reason } de { leave_start_date } à { leave_end_date }. { total_leave_days } jours, j ai { leave_status } votre demande de congé pour { leave_reason }.

Nous vous demandons de remplir tous vos travaux en cours ou toute autre question importante afin que l entreprise ne soit pas confrontée à une perte ou à un problème pendant votre absence. Nous apprécions votre attention pour nous informer longtemps à l avance.

N hésitez pas à nous contacter si vous avez des questions.

Merci,

Regards,

Département des RH,

{ nom_app }

{ adresse_url }

', '2025-03-06 23:52:15', '2025-03-06 23:52:15'), (214, 14, 'he', 'Leave Action Sent', '

נושא: \"מחלקת משאבי אנוש/חברה לשלוח מכתב אישור ל-{leave_status} חופשה או חופשה\" .

היי, {liew_name}

            יש לי {leave_status} את בקשת החופשה שלך עבור  {leave_reason} מ-{leave_start_date} עד {leave_end_date}. {total_leave_days} ימים יש לי  {leave_status} את בקשת החופשה שלך עבור {leave_reason}.

אנו מבקשים מכם להשלים את כל העבודה הממתינה או כל נושא חשוב אחר כך שהחברה לא תעמוד בפני כל אובדן או בעיה במהלך היעדרותך. אנו מעריכים את התחשבותך להודיע ​​לנו זמן רב מראש.

אל תהסס לפנות אם יש לך שאלות.

תודה,

בברכה,

מחלקת משאבי אנוש,

{app_name}

{app_url}

', '2025-03-06 23:52:15', '2025-03-06 23:52:15'), (215, 14, 'it', 'Leave Action Sent', '

Oggetto: \" HR department /company per inviare lettera di approvazione a {leave_status} una vacanza o un congedo \".

Ciao, {leave_name}

            Ho {leave_status} la tua richiesta di permesso per {leave_ragione} da {leave_start_date} a {leave_end_date}. {total_leave_days} giorni I ho {leave_status} la tua richiesta di permesso per {leave_ragione}.

Ti richiediamo di completare tutte le tue lavorazioni in sospeso o qualsiasi altra questione importante in modo che lazienda non faccia alcuna perdita o problema durante la tua assenza. Apprezziamo la vostra premura per informarci bene in anticipo.

Sentiti libero di raggiungere se hai domande.

Grazie,

Riguardo,

Dipartimento HR,

{app_name}

{app_url}

', '2025-03-06 23:52:15', '2025-03-06 23:52:15'), (216, 14, 'ja', 'Leave Action Sent', '

件名 : \" 承認レターを { leave_status} に休暇または休暇に送信するための人事部門 / 企業。

こんにちは、 {leave_name}

            { leave_start_date} から {leave_end_date}までの { leave_reason} { leave_reason} { leave_status} { leave_status } { leave_status } { total_leave_status } { leave_reason } { leave_reason} に対するあなたの休暇リクエストをお願いします。

お客様は、お客様がお客様の不在中に損失や問題が発生しないように、保留中のすべての作業やその他の重要な問題を完了するよう要求します。 事前にお知らせするためには、あなたの思慮深さに感謝します。

質問がある場合は、自由に連絡してください。

ありがとうございます

よろしく

HR 部門

{app_name}

{app_url}

', '2025-03-06 23:52:15', '2025-03-06 23:52:15'), (217, 14, 'nl', 'Leave Action Sent', '

Onderwerp: \" HR-afdeling/bedrijf om een goedkeuringsbrief te sturen naar { leave_status } een vakantie of verlof \".

Hallo, { leave_name }

            Ik heb { leave_status } uw verzoek om verlof voor { leave_reason } van { leave_start_date } aan { leave_end_date }. { total_leave_days } dagen Ik heb { leave_status } uw verzoek om verlof voor { leave_reason }.

Wij vragen u om al uw lopende werk of een andere belangrijke kwestie, zodat het bedrijf geen verlies of probleem tijdens uw afwezigheid geconfronteerd. Wij waarderen uw bedachtzaamheid om ons van tevoren goed te informeren.

Voel je vrij om uit te reiken als je vragen hebt.

Dank U,

Betreft:

HR-afdeling,

{ app_name }

{ app_url }

', '2025-03-06 23:52:15', '2025-03-06 23:52:15'), (218, 14, 'pl', 'Leave Action Sent', '

Temat: \" Dział HR /firma, aby wysłać list zatwierdzający do {leave_status } urlop lub urlop \".

Cześć, {leave_name }

            Mam {leave_status } żądanie pozostania dla {leave_reason } od {leave_start_date } do {leave_end_date }. {total_leave_days } dni mam {leave_status } żądanie opuszczenia użytkownika dla {leave_reason }.

Prosimy o wypełnienie wszystkich oczekujących prac lub innych ważnych spraw, tak aby firma nie borykała się z żadną stratą lub problemem w czasie Twojej nieobecności. Doceniamy twoją przemyślność, aby poinformować nas z wyprzedzeniem.

Czuj się swobodnie, jeśli masz jakieś pytania.

Dziękuję,

W odniesieniu do

Dział HR,

{app_name }

{app_url }

', '2025-03-06 23:52:15', '2025-03-06 23:52:15'), (219, 14, 'ru', 'Leave Action Sent', '

Тема: \" Отдел кадров/компания для отправки письма с утверждением в { leave_status } отпуск или отпуск \".

Привет, { leave_name }

            У меня есть { leave_status } ваш запрос на отпуск для { leave_reason } из { leave_start_date } в { leave_end_date }. { total_leave_days } дней { leave_status } ваш запрос на отпуск для { leave_reason }.

Мы просим вас завершить все ваши ожидающие работы или любой другой важный вопрос, чтобы компания не сталкивалась с какими-либо потерям или проблемой во время вашего отсутствия. Мы ценим вашу задумчивость, чтобы сообщить нам заранее.

Не стеснитесь, если у вас есть вопросы.

Спасибо.

С уважением,

Отдел кадров,

{ имя_программы }

{ app_url }

', '2025-03-06 23:52:15', '2025-03-06 23:52:15'), (220, 14, 'pt', 'Leave Action Sent', '

Assunto: \" Departamento de RH /empresa para enviar carta de aprovação para {leave_status} férias ou licença \".

Oi, {leave_name}

            Eu tenho {leave_status} sua solicitação de licença para {leave_reason} de {leave_start_date} para {leave_end_date}. {total_leave_days} dias eu tenho {leave_status} sua solicitação de licença para {leave_reason}.

Solicitamos que você complete todo o seu trabalho pendente ou qualquer outra questão importante para que a empresa não enfrente qualquer perda ou problema durante a sua ausência. Agradecemos a sua atenciosidade para nos informar com bastante antecedência.

Sinta-se à vontade para alcançar fora se você tiver alguma dúvida.

Obrigado,

Considera,

Departamento de RH,

{app_name}

{app_url}

', '2025-03-06 23:52:15', '2025-03-06 23:52:15'), (221, 14, 'tr', 'Leave Action Sent', '

Subject : \"Gönderilecek İK departmanı/şirket {leave_status} tatile veya ayrılmaya onay mektubu\" .

Merhaba ,{leave_name}

            {leave_status} {leave_reason} için {leave_start_date} tarihinden {leave_end_date} tarihine kadar izin talebinizi aldım. {total_leave_days} günüm  {leave_status}, {leave_reason} için izin talebiniz var.

Şirketin herhangi bir sorunla karşılaşmaması için bekleyen tüm işlerinizi veya diğer önemli sorunları tamamlamanızı rica ederiz. yokluğunuz sırasında kayıp veya sorun. Bizi önceden bilgilendirme konusundaki düşünceniz için teşekkür ederiz.

Sorularınız varsa bize ulaşmaktan çekinmeyin.

Teşekkürler,

Saygılarımızla,

İK Departmanı

{app_name}

{app_url}

', '2025-03-06 23:52:15', '2025-03-06 23:52:15'), (222, 14, 'pt-br', 'Leave Action Sent', '

Assunto: \" Departamento de RH /empresa para enviar carta de aprovação para {leave_status} férias ou licença \".

Oi, {leave_name}

            Eu tenho {leave_status} sua solicitação de licença para {leave_reason} de {leave_start_date} para {leave_end_date}. {total_leave_days} dias eu tenho {leave_status} sua solicitação de licença para {leave_reason}.

Solicitamos que você complete todo o seu trabalho pendente ou qualquer outra questão importante para que a empresa não enfrente qualquer perda ou problema durante a sua ausência. Agradecemos a sua atenciosidade para nos informar com bastante antecedência.

Sinta-se à vontade para alcançar fora se você tiver alguma dúvida.

Obrigado,

Considera,

Departamento de RH,

{app_name}

{app_url}

', '2025-03-06 23:52:15', '2025-03-06 23:52:15'), (223, 15, 'ar', 'Payslip Sent', '

الموضوع : \" إدارة الموارد البشرية / الشركة لإرسال شظية عن طريق البريد الإلكتروني في وقت تأكيد الدفع. \"

عزيزي ، { paysp_name }

        أتمنى أن يجدك هذا البريد الإلكتروني جيدا برجاء الرجوع الى payalp المرفقة الى { payplip_salary_شهر }. اضغط ببساطة على الاختيار في أسفل : { payspp_url }

إشعر بالحرية للوصول إلى الخارج إذا عندك أي أسئلة.

Regards,

إدارة الموارد البشرية ،

{ app_name }

{ app_url }

', '2025-03-06 23:52:15', '2025-03-06 23:52:15'), (224, 15, 'zh', 'Payslip Sent', '

主题 :  \" 人力资源部门/公司发送确认工资单时通过电子邮件发送工资单。\"

亲爱的,{payslip_name}

        希望这封电子邮件能让您满意!请参阅随附的 {payslip_salary_month} 工资单。只需点击下面的按钮即可: 
                                                            {payslip_url}

如果您有任何疑问,请随时与我们联系。

问候,

人力资源部门,

{app_name}

{app_url}

', '2025-03-06 23:52:16', '2025-03-06 23:52:16'), (225, 15, 'da', 'Payslip Sent', '

Emne: \" HR-afdeling / Kompagni til at sende lønsedler via e-mail på tidspunktet for bekræftelsen af lønsedlerne. \"

Kære, { payslip_name }

        Håber denne e-mail finder dig godt! Se vedhæftet payseddel for { payslip_salary_month }. Klik på knappen nedenfor: { payslip_url }

Du er velkommen til at række ud, hvis du har nogen spørgsmål.

Med venlig hilsen

HR-afdelingen,

{ app_name }

{ app_url }

', '2025-03-06 23:52:16', '2025-03-06 23:52:16'), (226, 15, 'de', 'Payslip Sent', '

Betreff: \" Personalabteilung/Firma, um payslips per E-Mail zum Zeitpunkt der Bestätigung des Auszahlungsscheins zu senden. \"

Sehr geehrte, {payslip_name}

        Hoffe, diese E-Mail findet dich gut! Bitte sehen Sie den angehängten payslip für {payslip_salary_month}. Klicken Sie einfach auf die folgende Schaltfläche: {payslip_url}

Fühlen Sie sich frei, wenn Sie Fragen haben.

Betrachtet,

Personalabteilung,

{Anwendungsname}

{app_url}

', '2025-03-06 23:52:16', '2025-03-06 23:52:16'), (227, 15, 'en', 'Payslip Sent', '

Subject :  \" HR  Department / Company to send  payslips by email at time of confirmation of payslip. \"

Dear ,{payslip_name}

        Hope this email finds you well! Please see attached payslip for {payslip_salary_month} . Simply click on the button below : 
                                                            {payslip_url}

Feel free to  reach out if you have any questions.

Regards ,

HR Department ,

{app_name}

{app_url}

', '2025-03-06 23:52:16', '2025-03-06 23:52:16'), (228, 15, 'es', 'Payslip Sent', '

Asunto: \" Departamento de Recursos Humanos/Empresa para enviar nóminas por correo electrónico en el momento de la confirmación de payslip. \"

Estimado, {payslip_name}

        ¡Espero que este email le encuentre bien! Consulte la ficha de pago adjunta para {payslip_salary_month}. Simplemente haga clic en el botón de abajo: {payslip_url}

Siéntase libre de llegar si usted tiene alguna pregunta.

Considerando,

Departamento de Recursos Humanos,

{app_name}

{app_url}

', '2025-03-06 23:52:16', '2025-03-06 23:52:16'), (229, 15, 'fr', 'Payslip Sent', '

Objet: \" HR Department / Company to send payborderby email at time of confirmation of payslip. \"

Cher, { nom_décalage }

        J espère que ce courriel vous trouve bien ! Veuillez consulter le bordereau de paiement ci-joint pour { payement_salary_month }. Cliquez simplement sur le bouton ci-dessous: { payslip_url }

N hésitez pas à nous contacter si vous avez des questions.

Regards,

Département des RH,

{ nom_app }

{ adresse_url }

', '2025-03-06 23:52:16', '2025-03-06 23:52:16'), (230, 15, 'he', 'Payslip Sent', '

נושא :  \" מחלקת משאבי אנוש/חברה לשלוח תלושי שכר בדוא\"ל בזמן אישור תלוש השכר. \"

יקר, {paylip_name}

        מקווה שהמייל הזה ימצא אותך היטב! ראה תלוש שכר מצורף עבור {payslip_salary_month} . פשוט לחץ על הכפתור למטה : 
                                                            {payslip_url}

אל תהסס לפנות אם יש לך שאלות.

בברכה ,

מחלקת משאבי אנוש ,

{app_name}

{app_url}

', '2025-03-06 23:52:16', '2025-03-06 23:52:16'), (231, 15, 'it', 'Payslip Sent', '

Oggetto: \" HR Department / Company per inviare busta paga via email al momento della conferma della busta paga \".

Caro, {payslip_name}

        Spero che questa email ti trovi bene! Si prega di consultare la busta paga per {payslip_salary_month}. Semplicemente clicca sul pulsante sottostante: {payslip_url}

Sentiti libero di raggiungere se hai domande.

Riguardo,

Dipartimento HR,

{app_name}

{app_url}

', '2025-03-06 23:52:16', '2025-03-06 23:52:16'), (232, 15, 'ja', 'Payslip Sent', '

件名 : \" 給与明細書の確認時に、給与明細書を電子メールで送信するための HR 部門 / 企業。

{ payslip_name} を実行します。

        この E メールでよくご確認ください。 {payslip_salary_month} の添付された給与明細書を参照してください。 以下のボタンをクリックするだけで、 { payslip_url} をクリックしてください。

質問がある場合は、自由に連絡してください。

よろしく

HR 部門

{app_name}

{app_url}

', '2025-03-06 23:52:16', '2025-03-06 23:52:16'), (233, 15, 'nl', 'Payslip Sent', '

Onderwerp: \" HR Department/Company om betalingen te sturen per e-mail op het moment van de bevestiging van de payslip. \"

Schat, { payslip_name }

        Hoop dat deze e-mail je goed vindt! Zie bijgevoegde payslip voor { payslip_salary_month }. Klik gewoon op de knop hieronder: { payslip_url }

Voel je vrij om uit te reiken als je vragen hebt.

Betreft:

HR-afdeling,

{ app_name }

{ app_url }

', '2025-03-06 23:52:16', '2025-03-06 23:52:16'), (234, 15, 'pl', 'Payslip Sent', '

Temat: \" Dział HR/Firma, aby wysłać payslips pocztą elektroniczną w momencie potwierdzenia payslip. \"

Szanowny, {payslip_name }

        Mam nadzieję, że ta wiadomość znajdzie Cię dobrze! Patrz załączony payslip dla {payslip_salary_month }. Wystarczy kliknąć na przycisk poniżej: {payslip_url }

Czuj się swobodnie, jeśli masz jakieś pytania.

W odniesieniu do

Dział HR,

{app_name }

{app_url }

', '2025-03-06 23:52:16', '2025-03-06 23:52:16'), (235, 15, 'ru', 'Payslip Sent', '

Тема: \" Отдел кадров/Компания для отправки пастор по электронной почте во время подтверждения паузлиса \".

Уважаемый, { payslip_name }

        Надеюсь, это электронное письмо найдет вас хорошо! См. вложенный раздел для { payslip_salary_month }. Просто нажмите на кнопку ниже: { payslip_url }

Не стеснитесь, если у вас есть вопросы.

С уважением,

Отдел кадров,

{ имя_программы }

{ app_url }

', '2025-03-06 23:52:16', '2025-03-06 23:52:16'), (236, 15, 'pt', 'Payslip Sent', '

Assunto: \" Departamento / Companhia de RH para enviar payslips por e-mail a hora da confirmação de payslip. \"

Querido, {payslip_name}

        Espero que este e-mail encontre você bem! Por favor, consulte o payslip anexo para {payslip_salary_month}. Basta clicar no botão abaixo: {payslip_url}

Sinta-se à vontade para alcançar fora se você tiver alguma dúvida.

Considera,

Departamento de RH,

{app_name}

{app_url}

', '2025-03-06 23:52:16', '2025-03-06 23:52:16'), (237, 15, 'tr', 'Payslip Sent', '

Subject :  \" İK  Gönderilecek Departman / Şirket \"

Sevgili ,{payslip_name}

        Umarım bu e-posta sizi bulur! Lütfen {payslip_salary_month} için ekteki maaş bordrosuna bakın. Aşağıdaki düğmeyi tıklamanız yeterlidir: 
                                                            {payslip_url}

Herhangi bir sorunuz varsa  bize ulaşmaktan çekinmeyin.

Saygılarımızla,

İK Departmanı ,

{app_name}

{app_url}

', '2025-03-06 23:52:16', '2025-03-06 23:52:16'), (238, 16, 'ar', 'Promotion Sent', '

Subject : -HR القسم / الشركة لارسال رسالة تهنئة الى العمل للتهنئة بالعمل.

\n

عزيزي { employee_name },

\n

تهاني على ترقيتك الى { promotion_designation } { promotion_title } الفعال { promotion_date }.

\n

وسنواصل توقع تحقيق الاتساق وتحقيق نتائج عظيمة منكم في دوركم الجديد. ونأمل أن تكون قدوة للموظفين الآخرين في المنظمة.

\n

ونتمنى لكم التوفيق في أداءكم في المستقبل ، وتهانينا !

\n

ومرة أخرى ، تهانئي على الموقف الجديد.

\n

إشعر بالحرية للوصول إلى الخارج إذا عندك أي أسئلة.

\n

شكرا لك

\n

Regards,

\n

إدارة الموارد البشرية ،

\n

{ app_name }

', '2025-03-06 23:52:16', '2025-03-06 23:52:16'), (239, 16, 'zh', 'Promotion Sent', '

 

\n

主题:-人力资源部门/公司发送职位晋升祝贺信。

\n

亲爱的{employee_name},

\n

恭喜您晋升为 {promotion_designation} {promotion_title},生效日期:{promotion_date}。

\n

我们将继续期待您在新职位上保持稳定并取得出色的成果。我们希望您能为组织的其他员工树立榜样。

\n

祝您未来表现顺利,并表示祝贺!

\n

再次祝贺您就任新职位。

\n

 

\n

如果您有任何疑问,请随时与我们联系。

\n

谢谢

\n

问候,

\n

人力资源部

\n

{app_name}

', '2025-03-06 23:52:16', '2025-03-06 23:52:16'), (240, 16, 'da', 'Promotion Sent', '

Om: HR-afdelingen / Virksomheden om at sende en lykønskning til jobfremstød.

\n

Kære { employee_name },

\n

Tillykke med din forfremmelse til { promotion_designation } { promotion_title } effektiv { promotion_date }.

\n

Vi vil fortsat forvente konsekvens og store resultater fra Dem i Deres nye rolle. Vi håber, at De vil foregå med et godt eksempel for de øvrige ansatte i organisationen.

\n

Vi ønsker Dem held og lykke med Deres fremtidige optræden, og tillykke!

\n

Endnu en gang tillykke med den nye holdning.

\n

Du er velkommen til at række ud, hvis du har nogen spørgsmål.

\n

Tak.

\n

Med venlig hilsen

\n

HR-afdelingen,

\n

{ app_name }

', '2025-03-06 23:52:16', '2025-03-06 23:52:16'); INSERT INTO `email_template_langs` (`id`, `parent_id`, `lang`, `subject`, `content`, `created_at`, `updated_at`) VALUES (241, 16, 'de', 'Promotion Sent', '

Betrifft: -Personalabteilung/Unternehmen, um einen Glückwunschschreiben zu senden.

\n

Sehr geehrter {employee_name},

\n

Herzlichen Glückwunsch zu Ihrer Werbeaktion an {promotion_designation} {promotion_title} wirksam {promotion_date}.

\n

Wir werden von Ihnen in Ihrer neuen Rolle weiterhin Konsistenz und große Ergebnisse erwarten. Wir hoffen, dass Sie ein Beispiel für die anderen Mitarbeiter der Organisation setzen werden.

\n

Wir wünschen Ihnen viel Glück für Ihre zukünftige Leistung, und gratulieren!

\n

Nochmals herzlichen Glückwunsch zu der neuen Position.

\n

Fühlen Sie sich frei, wenn Sie Fragen haben.

\n

Danke.

\n

Betrachtet,

\n

Personalabteilung,

\n

{app_name}

', '2025-03-06 23:52:16', '2025-03-06 23:52:16'), (242, 16, 'en', 'Promotion Sent', '

 

\n

Subject:-HR department/Company to send job promotion congratulation letter.

\n

Dear {employee_name},

\n

Congratulations on your promotion to {promotion_designation} {promotion_title} effective {promotion_date}.

\n

We shall continue to expect consistency and great results from you in your new role. We hope that you will set an example for the other employees of the organization.

\n

We wish you luck for your future performance, and congratulations!.

\n

Again, congratulations on the new position.

\n

 

\n

Feel free to reach out if you have any questions.

\n

Thank you

\n

Regards,

\n

HR Department,

\n

{app_name}

', '2025-03-06 23:52:16', '2025-03-06 23:52:16'), (243, 16, 'es', 'Promotion Sent', '

Asunto: -Departamento de RRHH/Empresa para enviar carta de felicitación de promoción de empleo.

\n

Estimado {employee_name},

\n

Felicidades por su promoción a {promotion_designation} {promotion_title} efectiva {promotion_date}.

\n

Seguiremos esperando la coherencia y los grandes resultados de ustedes en su nuevo papel. Esperamos que usted ponga un ejemplo para los otros empleados de la organización.

\n

Le deseamos suerte para su futuro rendimiento, y felicitaciones!.

\n

Una vez más, felicidades por la nueva posición.

\n

Siéntase libre de llegar si usted tiene alguna pregunta.

\n

¡Gracias!

\n

Considerando,

\n

Departamento de Recursos Humanos,

\n

{app_name}

', '2025-03-06 23:52:16', '2025-03-06 23:52:16'), (244, 16, 'fr', 'Promotion Sent', '

Objet: -Département RH / Société denvoi dune lettre de félicitations pour la promotion de lemploi.

\n

Cher { employee_name },

\n

Félicitations pour votre promotion à { promotion_désignation } { promotion_title } effective { promotion_date }.

\n

Nous continuerons à vous attendre à une cohérence et à de grands résultats de votre part dans votre nouveau rôle. Nous espérons que vous trouverez un exemple pour les autres employés de lorganisation.

\n

Nous vous souhaitons bonne chance pour vos performances futures et félicitations !

\n

Encore une fois, félicitations pour le nouveau poste.

\n

Nhésitez pas à nous contacter si vous avez des questions.

\n

Je vous remercie

\n

Regards,

\n

Département des RH,

\n

{ app_name }

', '2025-03-06 23:52:16', '2025-03-06 23:52:16'), (245, 16, 'he', 'Promotion Sent', '

 

\n

נושא:-מחלקת משאבי אנוש/חברה לשלוח מכתב ברכה לקידום בעבודה.

\n

{employee_name} היקר,

\n

ברכות על הקידום שלך ל-{promotion_designation} {promotion_title} החל מ-{promotion_date}.

\n

נמשיך לצפות לעקביות ולתוצאות נהדרות ממך בתפקידך החדש. אנו מקווים שתהווה דוגמה לעובדי הארגון האחרים.

\n

אנו מאחלים לך בהצלחה עבור הביצועים העתידיים שלך, ומזל טוב!.

\n

שוב, ברכות על התפקיד החדש.

\n

 

\n

אל תהסס לפנות אם יש לך שאלות.

\n

תודה

\n

בברכה,

\n

מחלקת משאבי אנוש,

\n

{app_name}

', '2025-03-06 23:52:16', '2025-03-06 23:52:16'), (246, 16, 'it', 'Promotion Sent', '

Oggetto: - Dipartimento HR / Società per inviare la lettera di congratulazioni alla promozione del lavoro.

\n

Caro {employee_name},

\n

Complimenti per la tua promozione a {promotion_designation} {promotion_title} efficace {promotion_date}.

\n

Continueremo ad aspettarci coerenza e grandi risultati da te nel tuo nuovo ruolo. Ci auguriamo di impostare un esempio per gli altri dipendenti dellorganizzazione.

\n

Ti auguriamo fortuna per le tue prestazioni future, e complimenti!.

\n

Ancora, complimenti per la nuova posizione.

\n

Sentiti libero di raggiungere se hai domande.

\n

Grazie

\n

Riguardo,

\n

Dipartimento HR,

\n

{app_name}

', '2025-03-06 23:52:17', '2025-03-06 23:52:17'), (247, 16, 'ja', 'Promotion Sent', '

件名:-HR 部門/企業は、求人広告の祝賀状を送信します。

\n

{ employee_name} に出庫します。

\n

{promotion_designation } { promotion_title} {promotion_date} 販促に対するお祝いのお祝いがあります。

\n

今後とも、お客様の新しい役割において一貫性と大きな成果を期待します。 組織の他の従業員の例を設定したいと考えています。

\n

あなたの未来のパフォーマンスをお祈りします。おめでとうございます。

\n

また、新しい地位について祝意を表する。

\n

質問がある場合は、自由に連絡してください。

\n

ありがとう

\n

よろしく

\n

HR 部門

\n

{app_name}

', '2025-03-06 23:52:17', '2025-03-06 23:52:17'), (248, 16, 'nl', 'Promotion Sent', '

Betreft: -HR-afdeling/Bedrijf voor het versturen van de aanbevelingsbrief voor taakpromotie.

\n

Geachte { employee_name },

\n

Gefeliciteerd met uw promotie voor { promotion_designation } { promotion_title } effective { promotion_date }.

\n

Wij zullen de consistentie en de grote resultaten van u in uw nieuwe rol blijven verwachten. Wij hopen dat u een voorbeeld zult stellen voor de andere medewerkers van de organisatie.

\n

Wij wensen u geluk voor uw toekomstige prestaties, en gefeliciteerd!.

\n

Nogmaals, gefeliciteerd met de nieuwe positie.

\n

Voel je vrij om uit te reiken als je vragen hebt.

\n

Dank u wel

\n

Betreft:

\n

HR-afdeling,

\n

{ app_name }

', '2025-03-06 23:52:17', '2025-03-06 23:52:17'), (249, 16, 'pl', 'Promotion Sent', '

Temat: -Dział kadr/Firma w celu wysłania listu gratulacyjnego dla promocji zatrudnienia.

\n

Szanowny {employee_name },

\n

Gratulacje dla awansowania do {promotion_designation } {promotion_title } efektywnej {promotion_date }.

\n

W dalszym ciągu oczekujemy konsekwencji i wspaniałych wyników w Twojej nowej roli. Mamy nadzieję, że postawicie na przykład dla pozostałych pracowników organizacji.

\n

Życzymy powodzenia dla przyszłych wyników, gratulujemy!.

\n

Jeszcze raz gratulacje na nowej pozycji.

\n

Czuj się swobodnie, jeśli masz jakieś pytania.

\n

Dziękujemy

\n

W odniesieniu do

\n

Dział HR,

\n

{app_name }

', '2025-03-06 23:52:17', '2025-03-06 23:52:17'), (250, 16, 'ru', 'Promotion Sent', '

Тема: -HR отдел/Компания для отправки письма с поздравлением.

\n

Уважаемый { employee_name },

\n

Поздравляем вас с продвижением в { promotion_designation } { promotion_title } эффективная { promotion_date }.

\n

Мы будем и впредь ожидать от вас соответствия и больших результатов в вашей новой роли. Мы надеемся, что вы станете примером для других сотрудников организации.

\n

Желаем вам удачи и поздравлений!

\n

Еще раз поздравляю с новой позицией.

\n

Не стеснитесь, если у вас есть вопросы.

\n

Спасибо.

\n

С уважением,

\n

Отдел кадров,

\n

{ app_name }

', '2025-03-06 23:52:17', '2025-03-06 23:52:17'), (251, 16, 'pt', 'Promotion Sent', '

Assunto:-Departamento de RH / Empresa para enviar carta de felicitação de promoção de emprego.

\n

Querido {employee_name},

\n

Parabéns pela sua promoção para {promotion_designation} {promotion_title} efetivo {promotion_date}.

\n

Continuaremos a esperar consistência e grandes resultados a partir de você em seu novo papel. Esperamos que você defina um exemplo para os demais funcionários da organização.

\n

Desejamos sorte para o seu desempenho futuro, e parabéns!.

\n

Novamente, parabéns pela nova posição.

\n

Sinta-se à vontade para alcançar fora se você tiver alguma dúvida.

\n

Obrigado

\n

Considera,

\n

Departamento de RH,

\n

{app_name}

', '2025-03-06 23:52:17', '2025-03-06 23:52:17'), (252, 16, 'tr', 'Promotion Sent', '

 

\n

Konu:-İş promosyonu tebrik mektubu gönderilecek İK departmanı/Şirket.

\n

Sayın {employee_name},

\n

Geçerli {promotion_date} olan {promotion_designation} {promotion_title} promosyonunuz için tebrikler.

\n

Yeni görevinizde sizden tutarlılık ve harika sonuçlar beklemeye devam edeceğiz. Kurumun diğer çalışanlarına da örnek olacağını umuyoruz.

\n

Gelecekteki performansınız için size bol şans diliyor, tebrikler!.

\n

Yeni pozisyon için tekrar tebrikler.

\n

 

\n

Sorularınız varsa bize ulaşmaktan çekinmeyin.

\n

Teşekkürler

\n

Saygılarımızla,

\n

İK Departmanı

\n

{uygulama_adı

', '2025-03-06 23:52:17', '2025-03-06 23:52:17'), (253, 16, 'pt-br', 'Promotion Sent', '

Assunto:-Departamento de RH / Empresa para enviar carta de felicitação de promoção de emprego.

\n

Querido {employee_name},

\n

Parabéns pela sua promoção para {promotion_designation} {promotion_title} efetivo {promotion_date}.

\n

Continuaremos a esperar consistência e grandes resultados a partir de você em seu novo papel. Esperamos que você defina um exemplo para os demais funcionários da organização.

\n

Desejamos sorte para o seu desempenho futuro, e parabéns!.

\n

Novamente, parabéns pela nova posição.

\n

Sinta-se à vontade para alcançar fora se você tiver alguma dúvida.

\n

Obrigado

\n

Considera,

\n

Departamento de RH,

\n

{app_name}

', '2025-03-06 23:52:17', '2025-03-06 23:52:17'), (254, 17, 'ar', 'Resignation Sent', '

Subject :-قسم الموارد البشرية / الشركة لإرسال خطاب استقالته.

\n

عزيزي { assign_user } ،

\n

إنه لمن دواعي الأسف الشديد أن أعترف رسميا باستلام إشعار استقالتك في { notice_date } الى { resignation_date } هو اليوم الأخير لعملك.

\n

لقد كان من دواعي سروري العمل معكم ، وبالنيابة عن الفريق ، أود أن أتمنى لكم أفضل جدا في جميع مساعيكم في المستقبل. ومن خلال هذه الرسالة ، يرجى العثور على حزمة معلومات تتضمن معلومات مفصلة عن عملية الاستقالة.

\n

شكرا لكم مرة أخرى على موقفكم الإيجابي والعمل الجاد كل هذه السنوات.

\n

إشعر بالحرية للوصول إلى الخارج إذا عندك أي أسئلة.

\n

شكرا لك

\n

Regards,

\n

إدارة الموارد البشرية ،

\n

{ app_name }

', '2025-03-06 23:52:17', '2025-03-06 23:52:17'), (255, 17, 'zh', 'Resignation Sent', '

主题:-人力资源部门/公司发送辞职信。

\n

亲爱的{assign_user},

\n

我非常遗憾地正式确认在 {notice_date} 收到您的辞职通知,至 {resignation_date} 是您工作的最后一天。

\n

很高兴与您合作,我谨代表团队祝愿您在未来的工作中一切顺利。请在这封信中找到一个信息包,其中包含有关辞职流程的详细信息。

\n

再次感谢您这些年来的积极态度和辛勤工作。

\n

如果您有任何疑问,请随时与我们联系。

\n

谢谢

\n

问候,

\n

人力资源部

\n

{app_name}

', '2025-03-06 23:52:17', '2025-03-06 23:52:17'), (256, 17, 'da', 'Resignation Sent', '

Om: HR-afdelingen / Kompagniet, for at sende en opsigelse.

\n

Kære { assign_user },

\n

Det er med stor beklagelse, at jeg formelt anerkender modtagelsen af din opsigelsesmeddelelse på { notice_date } til { resignation_date } er din sidste arbejdsdag

\n

Det har været en fornøjelse at arbejde sammen med Dem, og på vegne af teamet vil jeg ønske Dem det bedste i alle Deres fremtidige bestræbelser. Med dette brev kan du finde en informationspakke med detaljerede oplysninger om tilbagetrædelsesprocessen.

\n

Endnu en gang tak for Deres positive holdning og hårde arbejde i alle disse år.

\n

Du er velkommen til at række ud, hvis du har nogen spørgsmål.

\n

Tak.

\n

Med venlig hilsen

\n

HR-afdelingen,

\n

{ app_name }

', '2025-03-06 23:52:17', '2025-03-06 23:52:17'), (257, 17, 'de', 'Resignation Sent', '

Betreff: -Personalabteilung/Firma, um Rückmeldungsschreiben zu senden.

\n

Sehr geehrter {assign_user},

\n

Es ist mit großem Bedauern, dass ich den Eingang Ihrer Rücktrittshinweis auf {notice_date} an {resignation_date} offiziell bestätige, ist Ihr letzter Arbeitstag.

\n

Es war eine Freude, mit Ihnen zu arbeiten, und im Namen des Teams möchte ich Ihnen wünschen, dass Sie in allen Ihren zukünftigen Bemühungen am besten sind. In diesem Brief finden Sie ein Informationspaket mit detaillierten Informationen zum Rücktrittsprozess.

\n

Vielen Dank noch einmal für Ihre positive Einstellung und harte Arbeit all die Jahre.

\n

Fühlen Sie sich frei, wenn Sie Fragen haben.

\n

Danke.

\n

Betrachtet,

\n

Personalabteilung,

\n

{app_name}

', '2025-03-06 23:52:17', '2025-03-06 23:52:17'), (258, 17, 'en', 'Resignation Sent', '

Subject:-HR department/Company to send resignation letter .

\n

Dear {assign_user},

\n

It is with great regret that I formally acknowledge receipt of your resignation notice on {notice_date} to {resignation_date} is your final day of work.

\n

It has been a pleasure working with you, and on behalf of the team, I would like to wish you the very best in all your future endeavors. Included with this letter, please find an information packet with detailed information on the resignation process.

\n

Thank you again for your positive attitude and hard work all these years.

\n

Feel free to reach out if you have any questions.

\n

Thank you

\n

Regards,

EmailTemplate\n

HR Department,

\n

{app_name}

', '2025-03-06 23:52:17', '2025-03-06 23:52:17'), (259, 17, 'es', 'Resignation Sent', '

Asunto: -Departamento de RRHH/Empresa para enviar carta de renuncia.

\n

Estimado {assign_user},

\n

Es con gran pesar que recibo formalmente la recepción de su aviso de renuncia en {notice_date} a {resignation_date} es su último día de trabajo.

\n

Ha sido un placer trabajar con usted, y en nombre del equipo, me gustaría desearle lo mejor en todos sus esfuerzos futuros. Incluido con esta carta, por favor encuentre un paquete de información con información detallada sobre el proceso de renuncia.

\n

Gracias de nuevo por su actitud positiva y trabajo duro todos estos años.

\n

Siéntase libre de llegar si usted tiene alguna pregunta.

\n

¡Gracias!

\n

Considerando,

\n

Departamento de Recursos Humanos,

\n

{app_name}

', '2025-03-06 23:52:17', '2025-03-06 23:52:17'), (260, 17, 'fr', 'Resignation Sent', '

Objet: -Département RH / Société denvoi dune lettre de démission.

\n

Cher { assign_user },

\n

Cest avec grand regret que je reconnais officiellement la réception de votre avis de démission sur { notice_date } à { resignation_date } est votre dernier jour de travail.

\n

Cest un plaisir de travailler avec vous, et au nom de léquipe, jaimerais vous souhaiter le meilleur dans toutes vos activités futures. Inclus avec cette lettre, veuillez trouver un paquet dinformation contenant des informations détaillées sur le processus de démission.

\n

Je vous remercie encore de votre attitude positive et de votre travail acharne durant toutes ces années.

\n

Nhésitez pas à nous contacter si vous avez des questions.

\n

Je vous remercie

\n

Regards,

\n

Département des RH,

\n

{ app_name }

', '2025-03-06 23:52:17', '2025-03-06 23:52:17'), (261, 17, 'he', 'Resignation Sent', '

נושא:-מחלקת משאבי אנוש/חברה לשלוח מכתב התפטרות .

\n

{assign_user} היקר,

\n

בצער רב אני מאשר רשמית את קבלת הודעת ההתפטרות שלך בתאריך {notice_date} עד {resignation_date} הוא היום האחרון לעבודתך.

\n

היה לי תענוג לעבוד איתך, ובשם הצוות, אני רוצה לאחל לך את הטוב ביותר בכל העשייה העתידית שלך. מצורף למכתב זה, נא למצוא חבילת מידע עם מידע מפורט על תהליך ההתפטרות.

\n

שוב תודה לך על הגישה החיובית והעבודה הקשה שלך כל השנים הללו.

\n

אל תהסס לפנות אם יש לך שאלות.

\n

תודה

\n

בברכה,

\n

מחלקת משאבי אנוש,

\n

{app_name}

', '2025-03-06 23:52:17', '2025-03-06 23:52:17'), (262, 17, 'it', 'Resignation Sent', '

Oggetto: - Dipartimento HR / Società per inviare lettera di dimissioni.

\n

Caro {assign_user},

\n

È con grande dispiacere che riconosca formalmente la ricezione del tuo avviso di dimissioni su {notice_date} a {resignation_date} è la tua giornata di lavoro finale.

\n

È stato un piacere lavorare con voi, e a nome della squadra, vorrei augurarvi il massimo in tutti i vostri futuri sforzi. Incluso con questa lettera, si prega di trovare un pacchetto informativo con informazioni dettagliate sul processo di dimissioni.

\n

Grazie ancora per il vostro atteggiamento positivo e duro lavoro in tutti questi anni.

\n

Sentiti libero di raggiungere se hai domande.

\n

Grazie

\n

Riguardo,

\n

Dipartimento HR,

\n

{app_name}

', '2025-03-06 23:52:18', '2025-03-06 23:52:18'), (263, 17, 'ja', 'Resignation Sent', '

件名:-HR 部門/企業は辞表を送信します。

\n

{assign_user} の認証を解除します。

\n

{ notice_date} に対するあなたの辞任通知を { resignation_date} に正式に受理することを正式に確認することは、非常に残念です。

\n

あなたと一緒に仕事をしていて、チームのために、あなたの将来の努力において、あなたのことを最高のものにしたいと思っています。 このレターには、辞任プロセスに関する詳細な情報が記載されている情報パケットをご覧ください。

\n

これらの長年の前向きな姿勢と努力を重ねて感謝します。

\n

質問がある場合は、自由に連絡してください。

\n

ありがとう

\n

よろしく

\n

HR 部門

\n

{app_name}

', '2025-03-06 23:52:18', '2025-03-06 23:52:18'), (264, 17, 'nl', 'Resignation Sent', '

Betreft: -HR-afdeling/Bedrijf om ontslagbrief te sturen.

\n

Geachte { assign_user },

\n

Het is met grote spijt dat ik de ontvangst van uw ontslagbrief op { notice_date } tot { resignation_date } formeel de ontvangst van uw laatste dag van het werk bevestigt.

\n

Het was een genoegen om met u samen te werken, en namens het team zou ik u het allerbeste willen wensen in al uw toekomstige inspanningen. Vermeld bij deze brief een informatiepakket met gedetailleerde informatie over het ontslagproces.

\n

Nogmaals bedankt voor uw positieve houding en hard werken al die jaren.

\n

Voel je vrij om uit te reiken als je vragen hebt.

\n

Dank u wel

\n

Betreft:

\n

HR-afdeling,

\n

{ app_name }

', '2025-03-06 23:52:18', '2025-03-06 23:52:18'), (265, 17, 'pl', 'Resignation Sent', '

Temat: -Dział HR/Firma do wysyłania listu rezygnacyjnego.

\n

Drogi użytkownika {assign_user },

\n

Z wielkim żalem, że oficjalnie potwierdzam otrzymanie powiadomienia o rezygnacji w dniu {notice_date } to {resignation_date } to twój ostatni dzień pracy.

\n

Z przyjemnością współpracujemy z Tobą, a w imieniu zespołu chciałbym życzyć Wam wszystkiego najlepszego we wszystkich swoich przyszłych przedsięwzięciu. Dołączone do tego listu prosimy o znalezienie pakietu informacyjnego ze szczegółowymi informacjami na temat procesu dymisji.

\n

Jeszcze raz dziękuję za pozytywne nastawienie i ciężką pracę przez te wszystkie lata.

\n

Czuj się swobodnie, jeśli masz jakieś pytania.

\n

Dziękujemy

\n

W odniesieniu do

\n

Dział HR,

\n

{app_name }

', '2025-03-06 23:52:18', '2025-03-06 23:52:18'), (266, 17, 'ru', 'Resignation Sent', '

Тема: -HR отдел/Компания отправить письмо об отставке.

\n

Уважаемый пользователь { assign_user },

\n

С большим сожалением я официально подтверждаю получение вашего уведомления об отставке { notice_date } в { resignation_date }-это ваш последний день работы.

\n

С Вами было приятно работать, и от имени команды я хотел бы по# желать вам самого лучшего во всех ваших будущих начинаниях. В этом письме Вы можете найти информационный пакет с подробной информацией об отставке.

\n

Еще раз спасибо за ваше позитивное отношение и трудолюбие все эти годы.

\n

Не стеснитесь, если у вас есть вопросы.

\n

Спасибо.

\n

С уважением,

\n

Отдел кадров,

\n

{ app_name }

', '2025-03-06 23:52:18', '2025-03-06 23:52:18'), (267, 17, 'pt', 'Resignation Sent', '

Assunto:-Departamento de RH / Empresa para enviar carta de demissão.

\n

Querido {assign_user},

\n

É com grande pesar que reconheço formalmente o recebimento do seu aviso de demissão em {notice_date} a {resignation_date} é o seu dia final de trabalho.

\n

Foi um prazer trabalhar com você, e em nome da equipe, gostaria de desejá-lo o melhor em todos os seus futuros empreendimentos. Incluídos com esta carta, por favor, encontre um pacote de informações com informações detalhadas sobre o processo de demissão.

\n

Obrigado novamente por sua atitude positiva e trabalho duro todos esses anos.

\n

Sinta-se à vontade para alcançar fora se você tiver alguma dúvida.

\n

Obrigado

\n

Considera,

\n

Departamento de RH,

\n

{app_name}

', '2025-03-06 23:52:18', '2025-03-06 23:52:18'), (268, 17, 'tr', 'Resignation Sent', '

Konu:-İstifa mektubu gönderilecek İK departmanı/Şirket .

\n

Sayın {assign_user},

\n

İstifa bildiriminizi {notice_date} ile {resignation_date} arasında aldığımı, işinizin son günü olduğunu büyük bir üzüntüyle kabul ediyorum.

\n

Sizinle çalışmak bir zevkti ve ekip adına, gelecekteki tüm çabalarınızda size en iyisini diliyorum. Bu mektuba ek olarak, lütfen istifa süreci hakkında ayrıntılı bilgi içeren bir bilgi paketi bulun.

\n

Bunca yıl boyunca gösterdiğiniz olumlu tutum ve sıkı çalışmanız için tekrar teşekkür ederiz.

\n

Sorularınız varsa bize ulaşmaktan çekinmeyin.

\n

Teşekkürler

\n

Saygılarımızla,

\n

İK Departmanı,

\n

{uygulama_adı

', '2025-03-06 23:52:18', '2025-03-06 23:52:18'), (269, 18, 'ar', 'Termination Sent', '

Subject :-ادارة / شركة HR لارسال رسالة انهاء. عزيزي { employee_termination_name } ، هذه الرسالة مكتوبة لإعلامك بأن عملك مع شركتنا قد تم إنهاؤه مزيد من التفاصيل عن الانهاء : تاريخ الاشعار : { notice_date } تاريخ الانهاء : { termination_date } نوع الانهاء : { termination_type } إشعر بالحرية للوصول إلى الخارج إذا عندك أي أسئلة. شكرا لك Regards, إدارة الموارد البشرية ، { app_name }

', '2025-03-06 23:52:18', '2025-03-06 23:52:18'), (270, 18, 'zh', 'Termination Sent', '

主题:-人力资源部门/公司发送终止信。

\n

亲爱的{employee_termination_name},

\n

这封信旨在通知您,您与我们公司的雇佣关系已终止。

\n

有关终止的更多详细信息:

\n

通知日期:{notice_date}

\n

终止日期:{termination_date}

\n

终止类型:{termination_type}

\n

 

\n

如果您有任何疑问,请随时与我们联系。

\n

谢谢

\n

问候,

\n

人力资源部

\n

{app_name}

', '2025-03-06 23:52:18', '2025-03-06 23:52:18'), (271, 18, 'da', 'Termination Sent', '

Emne:-HR-afdelingen / Virksomheden om at sende afslutningstskrivelse.

\n

Kære { employee_termination_name },

\n

Dette brev er skrevet for at meddele dig, at dit arbejde med vores virksomhed er afsluttet.

\n

Flere oplysninger om ophævelse:

\n

Adviseringsdato: { notifice_date }

\n

Opsigelsesdato: { termination_date }

\n

Opsigelsestype: { termination_type }

\n

Du er velkommen til at række ud, hvis du har nogen spørgsmål.

\n

Tak.

\n

Med venlig hilsen

\n

HR-afdelingen,

\n

{ app_name }

', '2025-03-06 23:52:18', '2025-03-06 23:52:18'), (272, 18, 'de', 'Termination Sent', '

Betreff: -Personalabteilung/Firma zum Versenden von Kündigungsschreiben.

\n

Sehr geehrter {employee_termination_name},

\n

Dieser Brief wird Ihnen schriftlich mitgeteilt, dass Ihre Beschäftigung mit unserem Unternehmen beendet ist.

\n

Weitere Details zur Kündigung:

\n

Kündigungsdatum: {notice_date}

\n

Beendigungsdatum: {termination_date}

\n

Abbruchstyp: {termination_type}

\n

Fühlen Sie sich frei, wenn Sie Fragen haben.

\n

Danke.

\n

Betrachtet,

\n

Personalabteilung,

\n

{app_name}

', '2025-03-06 23:52:18', '2025-03-06 23:52:18'), (273, 18, 'en', 'Termination Sent', '

Subject:-HR department/Company to send termination letter.

\n

Dear {employee_termination_name},

\n

This letter is written to notify you that your employment with our company is terminated.

\n

More detail about termination:

\n

Notice Date :{notice_date}

\n

Termination Date:{termination_date}

\n

Termination Type:{termination_type}

\n

 

\n

Feel free to reach out if you have any questions.

\n

Thank you

\n

Regards,

\n

HR Department,

\n

{app_name}

', '2025-03-06 23:52:18', '2025-03-06 23:52:18'), (274, 18, 'es', 'Termination Sent', '

Asunto: -Departamento de RRHH/Empresa para enviar carta de rescisión.

\n

Estimado {employee_termination_name},

\n

Esta carta está escrita para notificarle que su empleo con nuestra empresa ha terminado.

\n

Más detalles sobre la terminación:

\n

Fecha de aviso: {notice_date}

\n

Fecha de terminación: {termination_date}

\n

Tipo de terminación: {termination_type}

\n

Siéntase libre de llegar si usted tiene alguna pregunta.

\n

¡Gracias!

\n

Considerando,

\n

Departamento de Recursos Humanos,

\n

{app_name}

', '2025-03-06 23:52:18', '2025-03-06 23:52:18'), (275, 18, 'fr', 'Termination Sent', '

Objet: -HR department / Company to send termination letter.

\n

Cher { employee_termination_name },

\n

Cette lettre est rédigée pour vous aviser que votre emploi auprès de notre entreprise prend fin.

\n

Plus de détails sur larrêt:

\n

Date de lavis: { notice_date }

\n

Date de fin: { termination_date}

\n

Type de terminaison: { termination_type }

\n

Nhésitez pas à nous contacter si vous avez des questions.

\n

Je vous remercie

\n

Regards,

\n

Département des RH,

\n

{ app_name }

', '2025-03-06 23:52:18', '2025-03-06 23:52:18'), (276, 18, 'he', 'Termination Sent', '

נושא:-מחלקת משאבי אנוש/חברה לשלוח מכתב סיום.

\n

{employee_termination_name} היקר,

\n

מכתב זה נכתב כדי להודיע ​​לך שהעסקתך בחברה שלנו הופסקה.

\n

פרטים נוספים על סיום:

\n

תאריך הודעה :{notice_date}

\n

תאריך סיום:{termination_date}

\n

סוג סיום:{termination_type}

\n

 

\n

אל תהסס לפנות אם יש לך שאלות.

\n

תודה

\n

בברכה,

\n

מחלקת משאבי אנוש,

\n

{app_name}

', '2025-03-06 23:52:18', '2025-03-06 23:52:18'), (277, 18, 'it', 'Termination Sent', '

Oggetto: - Dipartimento HR / Società per inviare lettera di terminazione.

\n

Caro {employee_termination_name},

\n

Questa lettera è scritta per comunicarti che la tua occupazione con la nostra azienda è terminata.

\n

Più dettagli sulla cessazione:

\n

Data avviso: {notice_data}

\n

Data di chiusura: {termination_date}

\n

Tipo di terminazione: {termination_type}

\n

Sentiti libero di raggiungere se hai domande.

\n

Grazie

\n

Riguardo,

\n

Dipartimento HR,

\n

{app_name}

', '2025-03-06 23:52:18', '2025-03-06 23:52:18'), (278, 18, 'ja', 'Termination Sent', '

件名:-HR 部門/企業は終了文字を送信します。

\n

{ employee_termination_name} を終了します。

\n

この手紙は、当社の雇用が終了していることをあなたに通知するために書かれています。

\n

終了についての詳細 :

\n

通知日 :{notice_date}

\n

終了日:{termination_date}

\n

終了タイプ:{termination_type}

\n

質問がある場合は、自由に連絡してください。

\n

ありがとう

\n

よろしく

\n

HR 部門

\n

{app_name}

', '2025-03-06 23:52:18', '2025-03-06 23:52:18'), (279, 18, 'nl', 'Termination Sent', '

Betreft: -HR-afdeling/Bedrijf voor verzending van afgiftebrief.

\n

Geachte { employee_termination_name },

\n

Deze brief is geschreven om u te melden dat uw werk met ons bedrijf wordt beëindigd.

\n

Meer details over beëindiging:

\n

Datum kennisgeving: { notice_date }

\n

Beëindigingsdatum: { termination_date }

\n

Beëindigingstype: { termination_type }

\n

Voel je vrij om uit te reiken als je vragen hebt.

\n

Dank u wel

\n

Betreft:

\n

HR-afdeling,

\n

{ app_name }

', '2025-03-06 23:52:18', '2025-03-06 23:52:18'), (280, 18, 'pl', 'Termination Sent', '

Temat: -Dział kadr/Firma do wysyłania listu zakańczego.

\n

Droga {employee_termination_name },

\n

Ten list jest napisany, aby poinformować Cię, że Twoje zatrudnienie z naszą firmą zostaje zakończone.

\n

Więcej szczegółów na temat zakończenia pracy:

\n

Data ogłoszenia: {notice_date }

\n

Data zakończenia: {termination_date }

\n

Typ zakończenia: {termination_type }

\n

Czuj się swobodnie, jeśli masz jakieś pytania.

\n

Dziękujemy

\n

W odniesieniu do

\n

Dział HR,

\n

{app_name }

', '2025-03-06 23:52:18', '2025-03-06 23:52:18'), (281, 18, 'ru', 'Termination Sent', '

Тема: -HR отдел/Компания отправить письмо о прекращении.

\n

Уважаемый { employee_termination_name },

\n

Это письмо написано, чтобы уведомить вас о том, что ваше трудоустройство с нашей компанией прекратилось.

\n

Более подробная информация о завершении:

\n

Дата уведомления: { notice_date }

\n

Дата завершения: { termination_date }

\n

Тип завершения: { termination_type }

\n

Не стеснитесь, если у вас есть вопросы.

\n

Спасибо.

\n

С уважением,

\n

Отдел кадров,

\n

{ app_name }

', '2025-03-06 23:52:18', '2025-03-06 23:52:18'), (282, 18, 'pt', 'Termination Sent', '

Assunto:-Departamento de RH / Empresa para enviar carta de rescisão.

\n

Querido {employee_termination_name},

\n

Esta carta é escrita para notificá-lo de que seu emprego com a nossa empresa está finalizado.

\n

Mais detalhes sobre a finalização:

\n

Data de Aviso: {notice_date}

\n

Data de Finalização: {termination_date}

\n

Tipo de Rescisão: {termination_type}

\n

Sinta-se à vontade para alcançar fora se você tiver alguma dúvida.

\n

Obrigado

\n

Considera,

\n

Departamento de RH,

\n

{app_name}

', '2025-03-06 23:52:19', '2025-03-06 23:52:19'), (283, 18, 'tr', 'Termination Sent', '

Konu:-İK departmanı/Şirket fesih mektubu gönderecek.

\n

Sayın {employee_termination_name},

\n

Bu mektup, şirketimizle olan işinize son verildiğini size bildirmek için yazılmıştır.

\n

Sonlandırma hakkında daha fazla ayrıntı:

\n

Bildirim Tarihi :{notice_date}

\n

Sonlandırma Tarihi:{termination_date}

\n

Sonlandırma Türü:{termination_type}

\n

 

\n

Sorularınız varsa bize ulaşmaktan çekinmeyin.

\n

Teşekkürler

\n

Saygılarımızla,

\n

İK Departmanı

\n

{uygulama_adı

', '2025-03-06 23:52:19', '2025-03-06 23:52:19'), (284, 18, 'pt-br', 'Termination Sent', '

Assunto:-Departamento de RH / Empresa para enviar carta de rescisão.

\n

Querido {employee_termination_name},

\n

Esta carta é escrita para notificá-lo de que seu emprego com a nossa empresa está finalizado.

\n

Mais detalhes sobre a finalização:

\n

Data de Aviso: {notice_date}

\n

Data de Finalização: {termination_date}

\n

Tipo de Rescisão: {termination_type}

\n

Sinta-se à vontade para alcançar fora se você tiver alguma dúvida.

\n

Obrigado

\n

Considera,

\n

Departamento de RH,

\n

{app_name}

', '2025-03-06 23:52:19', '2025-03-06 23:52:19'), (285, 19, 'ar', 'Transfer Sent', '

Subject : -HR ادارة / شركة لارسال خطاب نقل الى موظف من مكان الى آخر.

\n

عزيزي { transfer_name },

\n

وفقا لتوجيهات الادارة ، يتم نقل الخدمات الخاصة بك w.e.f. { transfer_date }.

\n

مكان الادخال الجديد الخاص بك هو { transfer_department } قسم من فرع { transfer_branch } وتاريخ التحويل { transfer_date }.

\n

{ transfer_description }.

\n

إشعر بالحرية للوصول إلى الخارج إذا عندك أي أسئلة.

\n

شكرا لك

\n

Regards,

\n

إدارة الموارد البشرية ،

\n

{ app_name }

', '2025-03-06 23:52:19', '2025-03-06 23:52:19'), (286, 19, 'zh', 'Transfer Sent', '

主题:-人力资源部门/公司将向员工从一个地点发送到另一个地点的调动信。

\n

亲爱的{transfer_name},

\n

根据管理层指令,您的服务将于 {transfer_date} 转移。

\n

您的新邮寄地点是 {transfer_branch} 分行的 {transfer_department} 部门,转移日期为 {transfer_date}。

\n {转让说明}。\n

如果您有任何疑问,请随时与我们联系。

\n

谢谢

\n

问候,

\n

人力资源部

\n

{app_name}

', '2025-03-06 23:52:19', '2025-03-06 23:52:19'), (287, 19, 'da', 'Transfer Sent', '

Emne:-HR-afdelingen / kompagniet om at sende overførsels brev til en medarbejder fra den ene lokalitet til den anden.

\n

Kære { transfer_name },

\n

Som Styring af direktiver overføres dine serviceydelser w.e.f. { transfer_date }.

\n

Dit nye sted for postering er { transfer_departement } afdeling af { transfer_branch } gren og dato for overførsel { transfer_date }.

\n

{ transfer_description }.

\n

Du er velkommen til at række ud, hvis du har nogen spørgsmål.

\n

Tak.

\n

Med venlig hilsen

\n

HR-afdelingen,

\n

{ app_name }

', '2025-03-06 23:52:19', '2025-03-06 23:52:19'), (288, 19, 'de', 'Transfer Sent', '

Betreff: -Personalabteilung/Unternehmen, um einen Überweisungsschreiben an einen Mitarbeiter von einem Standort an einen anderen zu senden.

\n

Sehr geehrter {transfer_name},

\n

Wie pro Management-Direktiven werden Ihre Dienste über w.e.f. {transfer_date} übertragen.

\n

Ihr neuer Ort der Entsendung ist {transfer_department} Abteilung von {transfer_branch} Niederlassung und Datum der Übertragung {transfer_date}.

\n

{transfer_description}.

\n

Fühlen Sie sich frei, wenn Sie Fragen haben.

\n

Danke.

\n

Betrachtet,

\n

Personalabteilung,

\n

{app_name}

', '2025-03-06 23:52:19', '2025-03-06 23:52:19'), (289, 19, 'en', 'Transfer Sent', '

Subject:-HR department/Company to send transfer letter to be issued to an employee from one location to another.

\n

Dear {transfer_name},

\n

As per Management directives, your services are being transferred w.e.f.{transfer_date}.

\n

Your new place of posting is {transfer_department} department of {transfer_branch} branch and date of transfer {transfer_date}.

\n {transfer_description}.\n

Feel free to reach out if you have any questions.

\n

Thank you

\n

Regards,

\n

HR Department,

\n

{app_name}

', '2025-03-06 23:52:19', '2025-03-06 23:52:19'), (290, 19, 'es', 'Transfer Sent', '

Asunto: -Departamento de RR.HH./Empresa para enviar carta de transferencia a un empleado de un lugar a otro.

\n

Estimado {transfer_name},

\n

Según las directivas de gestión, los servicios se transfieren w.e.f. {transfer_date}.

\n

El nuevo lugar de publicación es el departamento {transfer_department} de la rama {transfer_branch} y la fecha de transferencia {transfer_date}.

\n

{transfer_description}.

\n

Siéntase libre de llegar si usted tiene alguna pregunta.

\n

¡Gracias!

\n

Considerando,

\n

Departamento de Recursos Humanos,

\n

{app_name}

', '2025-03-06 23:52:19', '2025-03-06 23:52:19'), (291, 19, 'fr', 'Transfer Sent', '

Objet: -Ministère des RH / Société denvoi dune lettre de transfert à un employé dun endroit à un autre.

\n

Cher { transfer_name },

\n

Selon les directives de gestion, vos services sont transférés dans w.e.f. { transfer_date }.

\n

Votre nouveau lieu daffectation est le département { transfer_department } de la branche { transfer_branch } et la date de transfert { transfer_date }.

\n

{ description_transfert }.

\n

Nhésitez pas à nous contacter si vous avez des questions.

\n

Je vous remercie

\n

Regards,

\n

Département des RH,

\n

{ app_name }

', '2025-03-06 23:52:19', '2025-03-06 23:52:19'); INSERT INTO `email_template_langs` (`id`, `parent_id`, `lang`, `subject`, `content`, `created_at`, `updated_at`) VALUES (292, 19, 'he', 'Transfer Sent', '

נושא:-מחלקת משאבי אנוש/חברה לשלוח מכתב העברה שיונפק לעובד ממקום אחד למשנהו.

\n

{transfer_name} היקר,

\n

לפי הנחיות ההנהלה, השירותים שלך מועברים עם {transfer_date}.

\n

מקום הפרסום החדש שלך הוא מחלקת {transfer_department} של סניף {transfer_branch} ותאריך ההעברה {transfer_date}.

\n {transfer_description}.\n

אל תהסס לפנות אם יש לך שאלות.

\n

תודה

\n

בברכה,

\n

מחלקת משאבי אנוש,

\n

{app_name}

', '2025-03-06 23:52:19', '2025-03-06 23:52:19'), (293, 19, 'it', 'Transfer Sent', '

Oggetto: - Dipartimento HR / Società per inviare lettera di trasferimento da rilasciare a un dipendente da una località allaltra.

\n

Caro {transfer_name},

\n

Come per le direttive di Management, i tuoi servizi vengono trasferiti w.e.f. {transfer_date}.

\n

Il tuo nuovo luogo di distacco è {transfer_department} dipartimento di {transfer_branch} ramo e data di trasferimento {transfer_date}.

\n

{transfer_description}.

\n

Sentiti libero di raggiungere se hai domande.

\n

Grazie

\n

Riguardo,

\n

Dipartimento HR,

\n

{app_name}

', '2025-03-06 23:52:19', '2025-03-06 23:52:19'), (294, 19, 'ja', 'Transfer Sent', '

Oggetto: - Dipartimento HR / Società per inviare lettera di trasferimento da rilasciare a un dipendente da una località allaltra.

\n

Caro {transfer_name},

\n

Come per le direttive di Management, i tuoi servizi vengono trasferiti w.e.f. {transfer_date}.

\n

Il tuo nuovo luogo di distacco è {transfer_department} dipartimento di {transfer_branch} ramo e data di trasferimento {transfer_date}.

\n

{transfer_description}.

\n

Sentiti libero di raggiungere se hai domande.

\n

Grazie

\n

Riguardo,

\n

Dipartimento HR,

\n

{app_name}

', '2025-03-06 23:52:19', '2025-03-06 23:52:19'), (295, 19, 'nl', 'Transfer Sent', '

Betreft: -HR-afdeling/Bedrijf voor verzending van overdrachtsbrief aan een werknemer van de ene plaats naar de andere.

\n

Geachte { transfer_name },

\n

Als per beheerinstructie worden uw services overgebracht w.e.f. { transfer_date }.

\n

Uw nieuwe plaats van post is { transfer_department } van de afdeling { transfer_branch } en datum van overdracht { transfer_date }.

\n

{ transfer_description }.

\n

Voel je vrij om uit te reiken als je vragen hebt.

\n

Dank u wel

\n

Betreft:

\n

HR-afdeling,

\n

{ app_name }

', '2025-03-06 23:52:20', '2025-03-06 23:52:20'), (296, 19, 'pl', 'Transfer Sent', '

Temat:-Dział HR/Firma do wysyłania listu przelewowego, który ma być wydany pracownikowi z jednego miejsca do drugiego.

\n

Droga {transfer_name },

\n

Zgodnie z dyrektywami zarządzania, Twoje usługi są przesyłane w.e.f. {transfer_date }.

\n

Twoje nowe miejsce delegowania to {transfer_department } dział {transfer_branch } gałąź i data transferu {transfer_date }.

\n

{transfer_description }.

\n

Czuj się swobodnie, jeśli masz jakieś pytania.

\n

Dziękujemy

\n

W odniesieniu do

\n

Dział HR,

\n

{app_name }

', '2025-03-06 23:52:20', '2025-03-06 23:52:20'), (297, 19, 'ru', 'Transfer Sent', '

Тема: -HR отдел/Компания для отправки трансферного письма сотруднику из одного места в другое.

\n

Уважаемый { transfer_name },

\n

В соответствии с директивами управления ваши службы передаются .ef. { transfer_date }.

\n

Новое место разноски: { transfer_department} подразделение { transfer_branch } и дата передачи { transfer_date }.

\n

{ transfer_description }.

\n

Не стеснитесь, если у вас есть вопросы.

\n

Спасибо.

\n

С уважением,

\n

Отдел кадров,

\n

{ app_name }

', '2025-03-06 23:52:20', '2025-03-06 23:52:20'), (298, 19, 'pt', 'Transfer Sent', '

Assunto:-Departamento de RH / Empresa para enviar carta de transferência para ser emitida para um funcionário de um local para outro.

\n

Querido {transfer_name},

\n

Conforme diretivas de Gerenciamento, seus serviços estão sendo transferidos w.e.f. {transfer_date}.

\n

O seu novo local de postagem é {transfer_departamento} departamento de {transfer_branch} ramo e data de transferência {transfer_date}.

\n

{transfer_description}.

\n

Sinta-se à vontade para alcançar fora se você tiver alguma dúvida.

\n

Obrigado

\n

Considera,

\n

Departamento de RH,

\n

{app_name}

', '2025-03-06 23:52:20', '2025-03-06 23:52:20'), (299, 19, 'tr', 'Transfer Sent', '

Konu:-İK departmanının/Şirketin, bir çalışana bir yerden başka bir yere gönderilecek transfer mektubunu göndermesi.

\n

Sevgili {transfer_name},

\n

Yönetim yönergeleri uyarınca, hizmetleriniz {transfer_date} tarihinde aktarılıyor.

\n

Yeni görev yeriniz {transfer_branch} şubesinin {transfer_department} departmanı ve transfer tarihi {transfer_date}.

\n {transfer açıklaması}.\n

Sorularınız varsa bize ulaşmaktan çekinmeyin.

\n

Teşekkürler

\n

Saygılarımızla,

\n

İK Departmanı,

\n

{uygulama_adı

', '2025-03-06 23:52:20', '2025-03-06 23:52:20'), (300, 19, 'pt-br', 'Transfer Sent', '

Assunto:-Departamento de RH / Empresa para enviar carta de transferência para ser emitida para um funcionário de um local para outro.

\n

Querido {transfer_name},

\n

Conforme diretivas de Gerenciamento, seus serviços estão sendo transferidos w.e.f. {transfer_date}.

\n

O seu novo local de postagem é {transfer_departamento} departamento de {transfer_branch} ramo e data de transferência {transfer_date}.

\n

{transfer_description}.

\n

Sinta-se à vontade para alcançar fora se você tiver alguma dúvida.

\n

Obrigado

\n

Considera,

\n

Departamento de RH,

\n

{app_name}

', '2025-03-06 23:52:20', '2025-03-06 23:52:20'), (301, 20, 'ar', 'Trip Sent', '

Subject : -HR ادارة / شركة لارسال رسالة رحلة.

\n

عزيزي { employee_name },

\n

قمة الصباح إليك ! أكتب إلى مكتب إدارتكم بطلب متواضع للسفر من أجل زيارة إلى الخارج عن قصد.

\n

وسيكون هذا المنتدى هو المنتدى الرئيسي لأعمال المناخ في العام ، وقد كان محظوظا بما فيه الكفاية لكي يرشح لتمثيل شركتنا والمنطقة خلال الحلقة الدراسية.

\n

إن عضويتي التي دامت ثلاث سنوات كجزء من المجموعة والمساهمات التي قدمتها إلى الشركة ، ونتيجة لذلك ، كانت مفيدة من الناحية التكافلية. وفي هذا الصدد ، فإنني أطلب منكم بصفتي الرئيس المباشر لي أن يسمح لي بالحضور.

\n

مزيد من التفاصيل عن الرحلة : 

\n

مدة الرحلة : { start_date } الى { end_date }

\n

الغرض من الزيارة : { purpose_of_visit }

\n

مكان الزيارة : { place_of_visit }

\n

الوصف : { trip_description }

\n

إشعر بالحرية للوصول إلى الخارج إذا عندك أي أسئلة.

\n

شكرا لك

\n

Regards,

\n

إدارة الموارد البشرية ،

\n

{ app_name }

', '2025-03-06 23:52:20', '2025-03-06 23:52:20'), (302, 20, 'zh', 'Trip Sent', '

主题:-人力资源部门/公司发送出差信。

\n

亲爱的{employee_name},

\n

祝你早上好!我写信给贵部门办公室,提出一个出国访问{ Purpose_of_visit} 的请求。

\n

这将是年度领先的气候商业论坛,我们很幸运能够被提名在研讨会上代表我们公司和该地区。

\n

我作为团队成员的三年会员身份以及我对公司所做的贡献是共生有益的。在这方面,我请求您作为我的直接上级允许我参加。

\n

有关行程的更多详细信息:{start_date} 至 {end_date}

\n

行程持续时间:{start_date} 至 {end_date}

\n

访问目的:{ Purpose_of_visit}

\n

访问地点:{place_of_visit}

\n

描述:{t​​rip_description}

\n

如果您有任何疑问,请随时与我们联系。

\n

谢谢

\n

问候,

\n

人力资源部

\n

{app_name}

', '2025-03-06 23:52:20', '2025-03-06 23:52:20'), (303, 20, 'da', 'Trip Sent', '

Om: HR-afdelingen / Kompagniet, der skal sende udflugten.

\n

Kære { employee_name },

\n

Godmorgen til dig! Jeg skriver til dit kontor med en ydmyg anmodning om at rejse for en { purpose_of_visit } i udlandet.

\n

Det ville være årets førende klimaforum, og det ville være heldigt nok at blive nomineret til at repræsentere vores virksomhed og regionen under seminaret.

\n

Mit treårige medlemskab som en del af den gruppe og de bidrag, jeg har givet til virksomheden, har som følge heraf været symbiotisk fordelagtigt. I den henseende anmoder jeg om, at De som min nærmeste overordnede giver mig lov til at deltage.

\n

Flere oplysninger om turen:

\n

Trip Duration: { start_date } til { end_date }

\n

Formålet med Besøg: { purpose_of_visit }

\n

Plads af besøg: { place_of_visit }

\n

Beskrivelse: { trip_description }

\n

Du er velkommen til at række ud, hvis du har nogen spørgsmål.

\n

Tak.

\n

Med venlig hilsen

\n

HR-afdelingen,

\n

{ app_name }

', '2025-03-06 23:52:20', '2025-03-06 23:52:20'), (304, 20, 'de', 'Trip Sent', '

Betreff: -Personalabteilung/Firma, um Reisebrief zu schicken.

\n

Sehr geehrter {employee_name},

\n

Top of the morning to you! Ich schreibe an Ihre Dienststelle mit demütiger Bitte um eine Reise nach einem {purpose_of_visit} im Ausland.

\n

Es wäre das führende Klima-Business-Forum des Jahres und hatte das Glück, nominiert zu werden, um unser Unternehmen und die Region während des Seminars zu vertreten.

\n

Meine dreijährige Mitgliedschaft als Teil der Gruppe und die Beiträge, die ich an das Unternehmen gemacht habe, sind dadurch symbiotisch vorteilhaft gewesen. In diesem Zusammenhang ersuche ich Sie als meinen unmittelbaren Vorgesetzten, mir zu gestatten, zu besuchen.

\n

Mehr Details zu Reise:

\n

Dauer der Fahrt: {start_date} bis {end_date}

\n

Zweck des Besuchs: {purpose_of_visit}

\n

Ort des Besuchs: {place_of_visit}

\n

Beschreibung: {trip_description}

\n

Fühlen Sie sich frei, wenn Sie Fragen haben.

\n

Danke.

\n

Betrachtet,

\n

Personalabteilung,

\n

{app_name}

', '2025-03-06 23:52:20', '2025-03-06 23:52:20'), (305, 20, 'en', 'Trip Sent', '

Subject:-HR department/Company to send trip letter .

\n

Dear {employee_name},

\n

Top of the morning to you! I am writing to your department office with a humble request to travel for a {purpose_of_visit} abroad.

\n

It would be the leading climate business forum of the year and have been lucky enough to be nominated to represent our company and the region during the seminar.

\n

My three-year membership as part of the group and contributions I have made to the company, as a result, have been symbiotically beneficial. In that regard, I am requesting you as my immediate superior to permit me to attend.

\n

More detail about trip:{start_date} to {end_date}

\n

Trip Duration:{start_date} to {end_date}

\n

Purpose of Visit:{purpose_of_visit}

\n

Place of Visit:{place_of_visit}

\n

Description:{trip_description}

\n

Feel free to reach out if you have any questions.

\n

Thank you

\n

Regards,

\n

HR Department,

\n

{app_name}

', '2025-03-06 23:52:20', '2025-03-06 23:52:20'), (306, 20, 'es', 'Trip Sent', '

Asunto: -Departamento de RRHH/Empresa para enviar carta de viaje.

\n

Estimado {employee_name},

\n

¡Top de la mañana para ti! Estoy escribiendo a su oficina del departamento con una humilde petición de viajar para un {purpose_of_visit} en el extranjero.

\n

Sería el principal foro de negocios climáticos del año y han tenido la suerte de ser nominados para representar a nuestra compañía y a la región durante el seminario.

\n

Mi membresía de tres años como parte del grupo y las contribuciones que he hecho a la compañía, como resultado, han sido simbóticamente beneficiosos. En ese sentido, le estoy solicitando como mi superior inmediato que me permita asistir.

\n

Más detalles sobre el viaje: 

\n

Duración del viaje: {start_date} a {end_date}

\n

Finalidad de la visita: {purpose_of_visit}

\n

Lugar de visita: {place_of_visit}

\n

Descripción: {trip_description}

\n

Siéntase libre de llegar si usted tiene alguna pregunta.

\n

¡Gracias!

\n

Considerando,

\n

Departamento de Recursos Humanos,

\n

{app_name}

', '2025-03-06 23:52:20', '2025-03-06 23:52:20'), (307, 20, 'fr', 'Trip Sent', '

Objet: -Service des RH / Compagnie pour envoyer une lettre de voyage.

\n

Cher { employee_name },

\n

Top of the morning to you ! Jécrai au bureau de votre ministère avec une humble demande de voyage pour une {purpose_of_visit } à létranger.

\n

Il sagit du principal forum sur le climat de lannée et a eu la chance dêtre désigné pour représenter notre entreprise et la région au cours du séminaire.

\n

Mon adhésion de trois ans au groupe et les contributions que jai faites à lentreprise, en conséquence, ont été bénéfiques sur le plan symbiotique. À cet égard, je vous demande dêtre mon supérieur immédiat pour me permettre dy assister.

\n

Plus de détails sur le voyage:

\n

Durée du voyage: { start_date } à { end_date }

\n

Objet de la visite: { purpose_of_visit}

\n

Lieu de visite: { place_of_visit }

\n

Description: { trip_description }

\n

Nhésitez pas à nous contacter si vous avez des questions.

\n

Je vous remercie

\n

Regards,

\n

Département des RH,

\n

{ app_name }

', '2025-03-06 23:52:20', '2025-03-06 23:52:20'), (308, 20, 'he', 'Trip Sent', '

נושא:-מחלקת משאבי אנוש/חברה לשלוח מכתב טיול .

\n

{employee_name} היקר,

\n

ראש הבוקר לך! אני כותב למשרד המחלקה שלך עם בקשה צנועה לנסוע ל{purpose_of_visit} לחו\"ל.

\n

זה יהיה פורום עסקי האקלים המוביל של השנה והיה לנו המזל להיות מועמד לייצג את החברה שלנו ואת האזור במהלך הסמינר.

\n

החברות שלי בת שלוש שנים כחלק מהקבוצה והתרומות שתרמתי לחברה, כתוצאה מכך, היו מועילות באופן סימביוטי. בהקשר זה, אני מבקש ממך כמפקד הישיר שלי להתיר לי להשתתף.

\n

פרטים נוספים על נסיעה:{start_date} עד {end_date}

\n

משך הנסיעה:{start_date} עד {end_date}

\n

מטרת הביקור:{purpose_of_visit}

\n

מקום ביקור:{place_of_visit}

\n

תיאור:{trip_description}

\n

אל תהסס לפנות אם יש לך שאלות.

\n

תודה

\n

בברכה,

\n

מחלקת משאבי אנוש,

\n

{app_name}

', '2025-03-06 23:52:20', '2025-03-06 23:52:20'), (309, 20, 'it', 'Trip Sent', '

Oggetto: - Dipartimento HR / Società per inviare lettera di viaggio.

\n

Caro {employee_name},

\n

In cima al mattino a te! Scrivo al tuo ufficio dipartimento con umile richiesta di viaggio per un {purpose_of_visit} allestero.

\n

Sarebbe il forum aziendale sul clima leader dellanno e sono stati abbastanza fortunati da essere nominati per rappresentare la nostra azienda e la regione durante il seminario.

\n

La mia adesione triennale come parte del gruppo e i contributi che ho apportato allazienda, di conseguenza, sono stati simbioticamente vantaggiosi. A tal proposito, vi chiedo come mio immediato superiore per consentirmi di partecipare.

\n

Più dettagli sul viaggio:

\n

Trip Duration: {start_date} a {end_date}

\n

Finalità di Visita: {purpose_of_visit}

\n

Luogo di Visita: {place_of_visit}

\n

Descrizione: {trip_description}

\n

Sentiti libero di raggiungere se hai domande.

\n

Grazie

\n

Riguardo,

\n

Dipartimento HR,

\n

{app_name}

', '2025-03-06 23:52:20', '2025-03-06 23:52:20'), (310, 20, 'ja', 'Trip Sent', '

件名:-HR 部門/会社は出張レターを送信します。

\n

{ employee_name} に出庫します。

\n

朝のトップだ ! 海外で {purpose_of_visit} をお願いしたいという謙虚な要求をもって、私はあなたの部署に手紙を書いています。

\n

これは、今年の主要な気候ビジネス・フォーラムとなり、セミナーの開催中に当社と地域を代表する候補になるほど幸運にも恵まれています。

\n

私が会社に対して行った 3 年間のメンバーシップは、その結果として、共生的に有益なものでした。 その点では、私は、私が出席することを許可することを、私の即座の上司として

\n

トリップについての詳細 :

\n

トリップ期間:{start_date} を {end_date} に設定します

\n

アクセスの目的 :{purpose_of_visit}

\n

訪問の場所 :{place_of_visit}

\n

説明:{trip_description}

\n

質問がある場合は、自由に連絡してください。

\n

ありがとう

\n

よろしく

\n

HR 部門

\n

{app_name}

', '2025-03-06 23:52:20', '2025-03-06 23:52:20'), (311, 20, 'nl', 'Trip Sent', '

Betreft: -HR-afdeling/Bedrijf om reisbrief te sturen.

\n

Geachte { employee_name },

\n

Top van de ochtend aan u! Ik schrijf uw afdelingsbureau met een bescheiden verzoek om een { purpose_of_visit } in het buitenland te bezoeken.

\n

Het zou het toonaangevende klimaatforum van het jaar zijn en hebben het geluk gehad om genomineerd te worden om ons bedrijf en de regio te vertegenwoordigen tijdens het seminar.

\n

Mijn driejarige lidmaatschap als onderdeel van de groep en bijdragen die ik heb geleverd aan het bedrijf, als gevolg daarvan, zijn symbiotisch gunstig geweest. Wat dat betreft, verzoek ik u als mijn directe chef mij in staat te stellen aanwezig te zijn.

\n

Meer details over reis:

\n

Duur van reis: { start_date } tot { end_date }

\n

Doel van bezoek: { purpose_of_visit }

\n

Plaats van bezoek: { place_of_visit }

\n

Beschrijving: { trip_description }

\n

Voel je vrij om uit te reiken als je vragen hebt.

\n

Dank u we

\n

Betreft:

\n

HR-afdeling,

\n

{ app_name }

', '2025-03-06 23:52:20', '2025-03-06 23:52:20'), (312, 20, 'pl', 'Trip Sent', '

Temat:-Dział HR/Firma do wysyłania listu podróży.

\n

Szanowny {employee_name },

\n

Od samego rana do Ciebie! Piszę do twojego biura, z pokornym prośbą o wyjazd na {purpose_of_visit } za granicą.

\n

Byłoby to wiodącym forum biznesowym w tym roku i miało szczęście być nominowane do reprezentowania naszej firmy i regionu podczas seminarium.

\n

Moje trzyletnie członkostwo w grupie i składkach, które uczyniłem w firmie, w rezultacie, były symbiotycznie korzystne. W tym względzie, zwracam się do pana o mój bezpośredni przełożony, który pozwoli mi na udział w tej sprawie.

\n

Więcej szczegółów na temat wyjazdu:

\n

Czas trwania rejsu: {start_date } do {end_date }

\n

Cel wizyty: {purpose_of_visit }

\n

Miejsce wizyty: {place_of_visit }

\n

Opis: {trip_description }

\n

Czuj się swobodnie, jeśli masz jakieś pytania.

\n

Dziękujemy

\n

W odniesieniu do

\n

Dział HR,

\n

{app_name }

', '2025-03-06 23:52:21', '2025-03-06 23:52:21'), (313, 20, 'ru', 'Trip Sent', '

Тема: -HR отдел/Компания для отправки письма на поездку.

\n

Уважаемый { employee_name },

\n

С утра до тебя! Я пишу в ваш отдел с смиренным запросом на поездку за границу.

\n

Это был бы ведущий климатический бизнес-форум года и по везло, что в ходе семинара он будет представлять нашу компанию и регион.

\n

Мое трехлетнее членство в составе группы и взносы, которые я внес в компанию, в результате, были симбиотически выгодны. В этой связи я прошу вас как моего непосредственного начальника разрешить мне присутствовать.

\n

Подробнее о поездке:

\n

Длительность поездки: { start_date } в { end_date }

\n

Цель посещения: { purpose_of_visit }

\n

Место посещения: { place_of_visit }

\n

Описание: { trip_description }

\n

Не стеснитесь, если у вас есть вопросы.

\n

Спасибо.

\n

С уважением,

\n

Отдел кадров,

\n

{ app_name }

', '2025-03-06 23:52:21', '2025-03-06 23:52:21'), (314, 20, 'pt', 'Trip Sent', '

Assunto:-Departamento de RH / Empresa para enviar carta de viagem.

\n

Querido {employee_name},

\n

Topo da manhã para você! Estou escrevendo para o seu departamento de departamento com um humilde pedido para viajar por um {purpose_of_visit} no exterior.

\n

Seria o principal fórum de negócios climático do ano e teve a sorte de ser indicado para representar nossa empresa e a região durante o seminário.

\n

A minha filiação de três anos como parte do grupo e contribuições que fiz à empresa, como resultado, foram simbioticamente benéfico. A esse respeito, solicito que você seja meu superior imediato para me permitir comparecer.

\n

Mais detalhes sobre viagem:

\n

Trip Duração: {start_date} a {end_date}

\n

Objetivo da Visita: {purpose_of_visit}

\n

Local de Visita: {place_of_visit}

\n

Descrição: {trip_description}

\n

Sinta-se à vontade para alcançar fora se você tiver alguma dúvida.

\n

Obrigado

\n

Considera,

\n

Departamento de RH,

\n

{app_name}

', '2025-03-06 23:52:21', '2025-03-06 23:52:21'), (315, 20, 'tr', 'Trip Sent', '

Konu:-İK departmanı/Şirket gezi mektubu gönderecek .

\n

Sayın {employee_name},

\n

Günaydın! Yurtdışında bir ziyaret için mütevazı bir seyahat talebiyle departman ofisinize yazıyorum.

\n

Yılın önde gelen iklim iş forumu olacaktı ve seminer sırasında şirketimizi ve bölgeyi temsil etmek üzere aday gösterilecek kadar şanslıydık.

\n

Grubun bir parçası olarak üç yıllık üyeliğim ve bunun sonucunda şirkete yaptığım katkılar ortakyaşam açısından faydalı oldu. Bu bağlamda, acil amirim olarak katılmama izin vermenizi rica ediyorum.

\n

Seyahat hakkında daha fazla ayrıntı:{start_date} - {end_date}

\n

Seyahat Süresi:{start_date} - {end_date}

\n

Ziyaretin Amacı:{contact_of_visit}

\n

Ziyaret Yeri:{place_of_visit}

\n

Açıklama:{trip_description}

\n

Sorularınız varsa bize ulaşmaktan çekinmeyin.

\n

Teşekkürler

\n

Saygılarımızla,

\n

İK Departmanı

\n

{uygulama_adı

', '2025-03-06 23:52:21', '2025-03-06 23:52:21'), (316, 21, 'ar', 'Vendor Bill Sent', '

مرحبا ، { bill_name }

\n

مرحبا بك في { app_name }

\n

أتمنى أن يجدك هذا البريد الإلكتروني جيدا ! ! برجاء الرجوع الى رقم الفاتورة الملحقة { bill_number } للحصول على المنتج / الخدمة.

\n

ببساطة اضغط على الاختيار بأسفل.

\n

{ bill_url }

\n

إشعر بالحرية للوصول إلى الخارج إذا عندك أي أسئلة.

\n

شكرا لك

\n

 

\n

Regards,

\n

{ company_name }

\n

{ app_url }

', '2025-03-06 23:52:21', '2025-03-06 23:52:21'), (317, 21, 'zh', 'Vendor Bill Sent', '

嗨,{bill_name}

\n

欢迎使用 {app_name}

\n

希望这封电子邮件能让您满意!!请参阅随附的产品/服务帐单编号 {bill_number}。

\n

只需点击下面的按钮即可。

\n

{bill_url}

\n

如果您有任何疑问,请随时与我们联系。

\n

谢谢,

\n

问候,

\n

{company_name}

\n

{app_url}

', '2025-03-06 23:52:21', '2025-03-06 23:52:21'), (318, 21, 'da', 'Vendor Bill Sent', '

Hej, { bill_name }

\n

Velkommen til { app_name }

\n

Håber denne e-mail finder dig godt! Se vedlagte fakturanummer } { bill_number } for product/service.

\n

Klik på knappen nedenfor.

\n

{ bill_url }

\n

Du er velkommen til at række ud, hvis du har nogen spørgsmål.

\n

Tak.

\n

 

\n

Med venlig hilsen

\n

{ company_name }

\n

{ app_url }

', '2025-03-06 23:52:21', '2025-03-06 23:52:21'), (319, 21, 'de', 'Vendor Bill Sent', '

Hi, {bill_name}

\n

Willkommen bei {app_name}

\n

Hoffe, diese E-Mail findet dich gut!! Sehen Sie sich die beigefügte Rechnungsnummer {bill_number} für Produkt/Service an.

\n

Klicken Sie einfach auf den Button unten.

\n

{bill_url}

\n

Fühlen Sie sich frei, wenn Sie Fragen haben.

\n

Vielen Dank,

\n

 

\n

Betrachtet,

\n

{company_name}

\n

{app_url}

', '2025-03-06 23:52:21', '2025-03-06 23:52:21'), (320, 21, 'en', 'Vendor Bill Sent', '

Hi, {bill_name}

\n

Welcome to {app_name}

\n

Hope this email finds you well!! Please see attached bill number {bill_number} for product/service.

\n

Simply click on the button below.

\n

{bill_url}

\n

Feel free to reach out if you have any questions.

\n

Thank You,

\n

Regards,

\n

{company_name}

\n

{app_url}

', '2025-03-06 23:52:21', '2025-03-06 23:52:21'), (321, 21, 'es', 'Vendor Bill Sent', '

Hi, {bill_name}

\n

Bienvenido a {app_name}

\n

¡Espero que este correo te encuentre bien!! Consulte el número de factura adjunto {bill_number} para el producto/servicio.

\n

Simplemente haga clic en el botón de abajo.

\n

{bill_url}

\n

Siéntase libre de llegar si usted tiene alguna pregunta.

\n

Gracias,

\n

 

\n

Considerando,

\n

{company_name}

\n

{app_url}

', '2025-03-06 23:52:21', '2025-03-06 23:52:21'), (322, 21, 'fr', 'Vendor Bill Sent', '

Salut, { bill_name }

\n

Bienvenue dans { app_name }

\n

Jespère que ce courriel vous trouve bien ! ! Veuillez consulter le numéro de facture { bill_number } associé au produit / service.

\n

Cliquez simplement sur le bouton ci-dessous.

\n

{bill_url }

\n

Nhésitez pas à nous contacter si vous avez des questions.

\n

Merci,

\n

 

\n

Regards,

\n

{ company_name }

\n

{ app_url }

', '2025-03-06 23:52:21', '2025-03-06 23:52:21'), (323, 21, 'he', 'Vendor Bill Sent', '

היי, {bill_name}

\n

ברוכים הבאים אל {app_name}

\n

מקווה שהמייל הזה ימצא אותך טוב!! ראה את מספר החשבון המצורף {bill_number} עבור מוצר/שירות.

\n

פשוט לחץ על הכפתור למטה.

\n

{bill_url}

\n

אל תהסס לפנות אם יש לך שאלות כלשהן.

\n

תודה,

\n

בברכה,

\n

{company_name}

\n

{app_url}

', '2025-03-06 23:52:21', '2025-03-06 23:52:21'), (324, 21, 'it', 'Vendor Bill Sent', '

Ciao, {bill_name}

\n

Benvenuti in {app_name}

\n

Spero che questa email ti trovi bene!! Si prega di consultare il numero di fattura allegato {bill_number} per il prodotto/servizio.

\n

Semplicemente clicca sul pulsante sottostante.

\n

{bill_url}

\n

Sentiti libero di raggiungere se hai domande.

\n

Grazie,

\n

 

\n

Riguardo,

\n

{company_name}

\n

{app_url}

', '2025-03-06 23:52:21', '2025-03-06 23:52:21'), (325, 21, 'ja', 'Vendor Bill Sent', '

こんにちは、 {bill_name}

\n

{app_name} へようこそ

\n

この E メールによりよく検出されます !! 製品 / サービスの添付された請求番号 {bill_number} を参照してください。

\n

以下のボタンをクリックしてください。

\n

{bill_url}

\n

質問がある場合は、自由に連絡してください。

\n

ありがとうございます

\n

 

\n

よろしく

\n

{ company_name}

\n

{app_url}

', '2025-03-06 23:52:21', '2025-03-06 23:52:21'), (326, 21, 'nl', 'Vendor Bill Sent', '

Hallo, { bill_name }

\n

Welkom bij { app_name }

\n

Hoop dat deze e-mail je goed vindt!! Zie bijgevoegde factuurnummer { bill_number } voor product/service.

\n

Klik gewoon op de knop hieronder.

\n

{ bill_url }

\n

Voel je vrij om uit te reiken als je vragen hebt.

\n

Dank U,

\n

 

\n

Betreft:

\n

{ company_name }

\n

{ app_url }

', '2025-03-06 23:52:22', '2025-03-06 23:52:22'), (327, 21, 'pl', 'Vendor Bill Sent', '

Witaj, {bill_name }

\n

Witamy w aplikacji {app_name }

\n

Mam nadzieję, że ta wiadomość e-mail znajduje Cię dobrze!! Zapoznaj się z załączonym numerem rachunku {bill_number } dla produktu/usługi.

\n

Wystarczy kliknąć na przycisk poniżej.

\n

{bill_url}

\n

Czuj się swobodnie, jeśli masz jakieś pytania.

\n

Dziękuję,

\n

 

\n

W odniesieniu do

\n

{company_name }

\n

{app_url }

', '2025-03-06 23:52:22', '2025-03-06 23:52:22'), (328, 21, 'ru', 'Vendor Bill Sent', '

Привет, { bill_name }

\n

Вас приветствует { app_name }

\n

Надеюсь, это письмо найдет вас хорошо! См. прилагаемый номер счета { bill_number } для product/service.

\n

Просто нажмите на кнопку внизу.

\n

{ bill_url }

\n

Не стеснитесь, если у вас есть вопросы.

\n

Спасибо.

\n

 

\n

С уважением,

\n

{ company_name }

\n

{ app_url }

', '2025-03-06 23:52:22', '2025-03-06 23:52:22'), (329, 21, 'pt', 'Vendor Bill Sent', '

Oi, {bill_name}

\n

Bem-vindo a {app_name}

\n

Espero que este e-mail encontre você bem!! Por favor, consulte o número de faturamento conectado {bill_number} para produto/serviço.

\n

Basta clicar no botão abaixo.

\n

{bill_url}

\n

Sinta-se à vontade para alcançar fora se você tiver alguma dúvida.

\n

Obrigado,

\n

 

\n

Considera,

\n

{company_name}

\n

{app_url}

', '2025-03-06 23:52:22', '2025-03-06 23:52:22'), (330, 21, 'tr', 'Vendor Bill Sent', '

Merhaba {bill_name}

\n

{app_name}

e hoş geldiniz>\n

Umarım bu e-posta sizi iyi bulur!! Lütfen ürün/hizmet için ekteki {bill_number} numaralı faturaya bakın.

\n

Aşağıdaki düğmeyi tıklamanız yeterli.

\n

{bill_url}

\n

Sorularınız varsa bize ulaşmaktan çekinmeyin.

\n

Teşekkürler,

\n

Saygılarımızla,

\n

{company_name}

\n

{app_url}

', '2025-03-06 23:52:22', '2025-03-06 23:52:22'), (331, 22, 'ar', 'Warning Sent', '

Subject : -HR ادارة / شركة لارسال رسالة تحذير. عزيزي { employe_warning_name }, { warning_subject } { warning_description } إشعر بالحرية للوصول إلى الخارج إذا عندك أي أسئلة. شكرا لك Regards, إدارة الموارد البشرية ، { app_name }

', '2025-03-06 23:52:22', '2025-03-06 23:52:22'), (332, 22, 'zh', 'Warning Sent', '

主题:-人力资源部门/公司发送警告信。

\n

亲爱的{employee_warning_name},

\n

{warning_subject}

\n

{warning_description}

\n

如果您有任何疑问,请随时与我们联系。

\n

谢谢

\n

问候,

\n

人力资源部

\n

{app_name}

', '2025-03-06 23:52:22', '2025-03-06 23:52:22'), (333, 22, 'da', 'Warning Sent', '

Om: HR-afdelingen / kompagniet for at sende advarselsbrev.

\n

Kære { employee_warning_name },

\n

{ warning_subject }

\n

{ warning_description }

\n

Du er velkommen til at række ud, hvis du har nogen spørgsmål.

\n

Tak.

\n

Med venlig hilsen

\n

HR-afdelingen,

\n

{ app_name }

', '2025-03-06 23:52:22', '2025-03-06 23:52:22'), (334, 22, 'de', 'Warning Sent', '

Betreff: -Personalabteilung/Unternehmen zum Senden von Warnschreiben.

\n

Sehr geehrter {employee_warning_name},

\n

{warning_subject}

\n

{warning_description}

\n

Fühlen Sie sich frei, wenn Sie Fragen haben.

\n

Danke.

\n

Betrachtet,

\n

Personalabteilung,

\n

{app_name}

', '2025-03-06 23:52:22', '2025-03-06 23:52:22'), (335, 22, 'en', 'Warning Sent', '

Subject:-HR department/Company to send warning letter.

\n

Dear {employee_warning_name},

\n

{warning_subject}

\n

{warning_description}

\n

Feel free to reach out if you have any questions.

\n

Thank you

\n

Regards,

\n

HR Department,

\n

{app_name}

', '2025-03-06 23:52:22', '2025-03-06 23:52:22'), (336, 22, 'es', 'Warning Sent', '

Asunto: -Departamento de RR.HH./Empresa para enviar carta de advertencia.

\n

Estimado {employee_warning_name},

\n

{warning_subject}

\n

{warning_description}

\n

Siéntase libre de llegar si usted tiene alguna pregunta.

\n

¡Gracias!

\n

Considerando,

\n

Departamento de Recursos Humanos,

\n

{app_name}

', '2025-03-06 23:52:22', '2025-03-06 23:52:22'), (337, 22, 'fr', 'Warning Sent', '

Objet: -HR department / Company to send warning letter.

\n

Cher { employee_warning_name },

\n

{ warning_subject }

\n

{ warning_description }

\n

Nhésitez pas à nous contacter si vous avez des questions.

\n

Je vous remercie

\n

Regards,

\n

Département des RH,

\n

{ app_name }

', '2025-03-06 23:52:22', '2025-03-06 23:52:22'), (338, 22, 'he', 'Warning Sent', '

נושא:-מחלקת משאבי אנוש/חברה לשלוח מכתב אזהרה.

\n

{employee_warning_name} היקר,

\n

{warning_subject}

\n

{warning_description}

\n

אל תהסס לפנות אם יש לך שאלות.

\n

תודה

\n

בברכה,

\n

מחלקת משאבי אנוש,

\n

{app_name}

', '2025-03-06 23:52:22', '2025-03-06 23:52:22'), (339, 22, 'it', 'Warning Sent', '

Oggetto: - Dipartimento HR / Società per inviare lettera di avvertimento.

\n

Caro {employee_warning_name},

\n

{warning_subject}

\n

{warning_description}

\n

Sentiti libero di raggiungere se hai domande.

\n

Grazie

\n

Riguardo,

\n

Dipartimento HR,

\n

{app_name}

', '2025-03-06 23:52:22', '2025-03-06 23:52:22'), (340, 22, 'ja', 'Warning Sent', '

件名:-HR 部門/企業は警告レターを送信します。 { employee_warning_name} を出庫します。 {warning_subject} {warning_description} 質問がある場合は、自由に連絡してください。 ありがとう よろしく HR 部門 {app_name}

', '2025-03-06 23:52:22', '2025-03-06 23:52:22'); INSERT INTO `email_template_langs` (`id`, `parent_id`, `lang`, `subject`, `content`, `created_at`, `updated_at`) VALUES (341, 22, 'nl', 'Warning Sent', '

Betreft: -HR-afdeling/bedrijf om een waarschuwingsbrief te sturen.

\n

Geachte { employee_warning_name },

\n

{ warning_subject }

\n

{ warning_description }

\n

Voel je vrij om uit te reiken als je vragen hebt.

\n

Dank u wel

\n

Betreft:

\n

HR-afdeling,

\n

{ app_name }

', '2025-03-06 23:52:22', '2025-03-06 23:52:22'), (342, 22, 'pl', 'Warning Sent', '

Temat: -Dział HR/Firma do wysyłania listu ostrzegawczego.

\n

Szanowny {employee_warning_name },

\n

{warning_subject }

\n

{warning_description }

\n

Czuj się swobodnie, jeśli masz jakieś pytania.

\n

Dziękujemy

\n

W odniesieniu do

\n

Dział HR,

\n

{app_name }

', '2025-03-06 23:52:22', '2025-03-06 23:52:22'), (343, 22, 'ru', 'Warning Sent', '

Тема: -HR отдел/Компания для отправки предупреждающего письма.

\n

Уважаемый { employee_warning_name },

\n

{ warning_subject }

\n

{ warning_description }

\n

Не стеснитесь, если у вас есть вопросы.

\n

Спасибо.

\n

С уважением,

\n

Отдел кадров,

\n

{ app_name }

', '2025-03-06 23:52:23', '2025-03-06 23:52:23'), (344, 22, 'pt', 'Warning Sent', '

Assunto:-Departamento de RH / Empresa para enviar carta de advertência.

\n

Querido {employee_warning_name},

\n

{warning_subject}

\n

{warning_description}

\n

Sinta-se à vontade para alcançar fora se você tiver alguma dúvida.

\n

Obrigado

\n

Considera,

\n

Departamento de RH,

\n

{app_name}

', '2025-03-06 23:52:23', '2025-03-06 23:52:23'), (345, 22, 'tr', 'Warning Sent', '

Konu:-İK departmanı/Şirket uyarı mektubu gönderecek.

\n

Sayın {employee_warning_name},

\n

{warning_subject}

\n

{warning_description}

\n

Sorularınız varsa bize ulaşmaktan çekinmeyin.

\n

Teşekkürler

\n

Saygılarımızla,

\n

İK Departmanı

\n

{uygulama_adı

', '2025-03-06 23:52:23', '2025-03-06 23:52:23'), (346, 22, 'pt-br', 'Warning Sent', '

Assunto:-Departamento de RH / Empresa para enviar carta de advertência.

\n

Querido {employee_warning_name},

\n

{warning_subject}

\n

{warning_description}

\n

Sinta-se à vontade para alcançar fora se você tiver alguma dúvida.

\n

Obrigado

\n

Considera,

\n

Departamento de RH,

\n

{app_name}

', '2025-03-06 23:52:23', '2025-03-06 23:52:23'), (347, 23, 'ar', 'New Contract', '

 

\n

مرحبا { contract_client }

\n

موضوع العقد : { contract_subject }

\n

مشروع العقد : { contract_project }

\n

تاريخ البدء : { contract_start_date }

\n

تاريخ الانتهاء : { contract_end_date }

\n

. أتطلع لسماع منك

\n

Regards نوع ،

\n

{ company_name }

', '2025-03-06 23:52:23', '2025-03-06 23:52:23'), (348, 23, 'zh', 'New Contract', '

 

\n

{contract_client}

\n

合同主题:{contract_subject}

\n

合同项目:{contract_project}

\n

开始日期:{contract_start_date}

\n

结束日期:{contract_end_date}

\n

期待您的来信。

\n

亲切的问候,

\n

{公司名称}

', '2025-03-06 23:52:23', '2025-03-06 23:52:23'), (349, 23, 'da', 'New Contract', '

 

\n

Hej { contract_client }

\n

Kontraktemne : { contract_subject }

\n

Kontrakt-projekt : { contract_project }

\n

Startdato : { contract_start_date }

\n

Slutdato : { contract_end_date }

\n

Jeg glæder mig til at høre fra dig.

\n

Kind Hilds,

\n

{ company_name }

', '2025-03-06 23:52:23', '2025-03-06 23:52:23'), (350, 23, 'de', 'New Contract', '

 

\n

Hi {contract_client}

\n

 Vertragsgegenstand : {contract_subject}

\n

Vertragsprojekt : {contract_project}

\n

Startdatum : {contract_start_date}

\n

Enddatum : {contract_end_date}

\n

Freuen Sie sich auf das Hören von Ihnen.

\n

Gütige Grüße,

\n

{company_name}

', '2025-03-06 23:52:23', '2025-03-06 23:52:23'), (351, 23, 'en', 'New Contract', '

 

\n

Hi {contract_client}

\n

Contract Subject : {contract_subject}

\n

Contract Project : {contract_project}

\n

Start Date : {contract_start_date}

\n

End Date : {contract_end_date}

\n

Looking forward to hear from you.

\n

Kind Regards,

\n

{company_name}

', '2025-03-06 23:52:23', '2025-03-06 23:52:23'), (352, 23, 'es', 'New Contract', '

Hi {contract_client}

asunto del contrato : {contract_subject}

contrato proyecto : {contract_project}

Start Date : {contract_start_date}

Fecha de finalización : {contract_end_date}

Con ganas de escuchar de usted.

Regards de tipo,

{contract_name}

', '2025-03-06 23:52:23', '2025-03-06 23:52:23'), (353, 23, 'fr', 'New Contract', '

Bonjour { contract_client }

\n

Objet du contrat : { contract_subject }

contrat projet : { contract_project }

Date de début : { contract_start_date }

Date de fin : { contract_end_date }

Regard sur lavenir.

\n

Sincères amitiés,

\n

{ nom_entreprise }

', '2025-03-06 23:52:23', '2025-03-06 23:52:23'), (354, 23, 'he', 'New Contract', '

 

\n

היי {contract_client}

\n

נושא החוזה : {contract_subject}

\n

פרויקט חוזה : {contract_project}

\n

תאריך התחלה : {contract_start_date}

\n

תאריך סיום : {contract_end_date}

\n

מצפה לשמוע ממך.

\n

בברכה,

\n

{company_name}

', '2025-03-06 23:52:23', '2025-03-06 23:52:23'), (355, 23, 'it', 'New Contract', '

 

\n

Ciao {contract_client}

\n

Oggetto contratto : {contract_subject}

Contract Project : {contract_project}

Data di inizio: {contract_start_date}

Data di fine: {contract_end_date}

Non vedo lora di sentirti

\n

Kind Regards,

\n

{company_name}

', '2025-03-06 23:52:23', '2025-03-06 23:52:23'), (356, 23, 'ja', 'New Contract', '

こんにちは {contract_client}

\n

契約件名 : {contract subject}

\n

契約プロジェクト : {contract_project}

\n

開始日: {contract_start_date}

\n

 終了日: {contract_end_date}

あなたから聞いて楽しみにして

敬具、

\n

{ company_name}

', '2025-03-06 23:52:23', '2025-03-06 23:52:23'), (357, 23, 'nl', 'New Contract', '

 

\n

Hallo { contract_client }

\n

Contractonderwerp : { contract_subject }

Contractproject : { contract_project }

Begindatum : { contract_start_date }

Einddatum : { contract_end_date }

Naar voren komen om van u te horen.

Met vriendelijke groeten,

\n

{ bedrijfsnaam }

', '2025-03-06 23:52:23', '2025-03-06 23:52:23'), (358, 23, 'pl', 'New Contract', '

 

\n

Witaj {contract_client }

\n

Temat umowy : {contract_subject }

Projekt kontraktu : {contract_project }

Data rozpoczęcia : {contract_start_date }

Data zakończenia : {contract_end_date }

Z niecierżną datą i z niecierżką na Ciebie.

\n

W Odniesieniu Do Rodzaju,

\n

{company_name }

', '2025-03-06 23:52:23', '2025-03-06 23:52:23'), (359, 23, 'ru', 'New Contract', '

\n

Здравствуйте { contract_client }

\n

Субъект договора : { contract_subject }

Проект договора: { contract_project }

Начальная дата : { contract_start_date }

Конечная дата : { contract_end_date }

нетерпением ожидаю услышать от вас.

\n

Привет.

\n

{ company_name }

', '2025-03-06 23:52:23', '2025-03-06 23:52:23'), (360, 23, 'pt', 'New Contract', '

 

\n

Olá {contract_client}

\n

Assunto do Contrato : {contract_subject}

\n

Projeto de contrato : {contract_project}

\n

Data de início : {contract_start_date}

\n

Data final : {contract_end_date}

\n

Ansioso para ouvir de você.

\n

Atenciosamente,

\n

{company_name}

', '2025-03-06 23:52:23', '2025-03-06 23:52:23'), (361, 23, 'tr', 'New Contract', '

 

\n

Merhaba {contract_client}

\n

Sözleşme Konusu : {contract_subject}

\n

Sözleşme Projesi : {contract_project}

\n

Başlangıç ​​Tarihi : {contract_start_date}

\n

Bitiş Tarihi : {contract_end_date}

\n

Sizden haber bekliyorum.

\n

Saygılarımızla,

\n

{şirket_adı

', '2025-03-06 23:52:23', '2025-03-06 23:52:23'), (362, 24, 'ar', 'New Project', '

مرحبا-مرحبا- {project_user}

\n

اسم المشروع : {project_name}

\n

تاريخ البدء : {project_start_date}

\n

تاريخ الانتهاء : {project_end_date}

\n

الساعات المقدرة : {hours}

\n

. أتطلع لسماع منك

\n

نوع تحيات,

\n

{company_name}

', '2025-03-06 23:52:23', '2025-03-06 23:52:23'), (363, 24, 'zh', 'New Project', '

你好我是 {project_user}

\n

项目名称 : {project_name}

\n

开始日期 : {project_start_date}

\n

结束日期 : {project_end_date}

\n

估算小时数 : {hours}

\n

期待您的来信。

\n

敬敬,

\n

{company_name}

', '2025-03-06 23:52:23', '2025-03-06 23:52:23'), (364, 24, 'da', 'New Project', '

Hej {project_user}

\n

Projektnavn : {project_name}

\n

Startdato : {project_start_date}

\n

Slutdato : {project_end_date}

\n

Estimerede timer : {hours}

\n

Jeg glæder mig til at høre fra dig.

\n

Kind Hilds,

\n

{company_name}

', '2025-03-06 23:52:23', '2025-03-06 23:52:23'), (365, 24, 'de', 'New Project', '

Hi. {project_user}

\n

Projektname : {project_name}

\n

Startdatum : {project_start_date}

\n

Enddatum : {project_end_date}

\n

Geschätzte Stunden : {hours}

\n

Freuen Sie sich auf das Hören von Ihnen.

\n

KGütige Grüße,

\n

{company_name}

', '2025-03-06 23:52:23', '2025-03-06 23:52:23'), (366, 24, 'en', 'New Project', '

Hi {project_user}

\n

Project Name : {project_name}

\n

Start Date : {project_start_date}

\n

End Date : {project_end_date}

\n

Estimated Hours : {hours}

\n

Looking forward to hear from you.

\n

Kind Regards,

\n

{company_name}

', '2025-03-06 23:52:24', '2025-03-06 23:52:24'), (367, 24, 'es', 'New Project', '

Hi. {project_user}

\n

Nombre del proyecto : {project_name}

\n

Fecha de inicio : {project_start_date}

\n

Fecha final : {project_end_date}

\n

Horas estimadas : {hours}

\n

Con ganas de escuchar de usted.

\n

Bondadoso,

\n

{company_name}

', '2025-03-06 23:52:24', '2025-03-06 23:52:24'), (368, 24, 'fr', 'New Project', '

Salut {project_user}

\n

Nom du projet : {project_name}

\n

Date de début : {project_start_date}

\n

Date de fin : {project_end_date}

\n

Heures estimées : {hours}

\n

Regard sur lavenir.

\n

Cordialement,

\n

{company_name}

', '2025-03-06 23:52:24', '2025-03-06 23:52:24'), (369, 24, 'he', 'New Project', '

היי {project_user}

\n

שם הפרויקט : {project_name}

\n

תאריך התחלה : {project_start_date}

\n

תאריך סיום : {project_end_date}

\n

שעות משוערות : {hours}

\n

מצפה לשמוע ממך.

\n

די. די. די.

\n

{company_name}

', '2025-03-06 23:52:24', '2025-03-06 23:52:24'), (370, 24, 'it', 'New Project', '

Ciao {project_user}

\n

Nome del progetto : {project_name}

\n

Data di inizio : {project_start_date}

\n

Data di fine : {project_end_date}

\n

Ore Stimate : {hours}

\n

Non vedo lora di sentirti

\n

Cordiali saluti,

\n

{company_name}

', '2025-03-06 23:52:24', '2025-03-06 23:52:24'), (371, 24, 'ja', 'New Project', '

やあ {project_user}

\n

プロジェクト名 : {project_name}

\n

開始日 : {project_start_date}

\n

終了日 : {project_end_date}

\n

推定時間 : {hours}

\n

あなたから聞いて楽しみにして<.

\n

カインド・レガード,

\n

{company_name}

', '2025-03-06 23:52:24', '2025-03-06 23:52:24'), (372, 24, 'nl', 'New Project', '

Hallo {project_user}

\n

Projectnaam : {project_name}

\n

Begindatum : {project_start_date}

\n

Einddatum : {project_end_date}

\n

Geschatte uren : {hours}

\n

Naar voren komen om van u te horen.

\n

Vriendelijke groeten,

\n

{company_name}

', '2025-03-06 23:52:24', '2025-03-06 23:52:24'), (373, 24, 'pl', 'New Project', '

Witaj {project_user}

\n

Nazwa projektu : {project_name}

\n

Data rozpoczęcia : {project_start_date}

\n

Data zakończenia : {project_end_date}

\n

Szacowane godziny : {hours}

\n

Z niecierżną datą i z niecierżką na Ciebie.

\n

Życzliwie,

\n

{company_name}

', '2025-03-06 23:52:24', '2025-03-06 23:52:24'), (374, 24, 'ru', 'New Project', '

Привет {project_user}

\n

Имя проекта : {project_name}

\n

Начальная дата : {project_start_date}

\n

Конечная дата : {project_end_date}

\n

Оценка часов : {hours}

\n

нетерпением ожидаю услышать от вас.

\n

Что касается,

\n

{company_name}

', '2025-03-06 23:52:24', '2025-03-06 23:52:24'), (375, 24, 'pt', 'New Project', '

Oi {project_user}

\n

Nome do Projeto : {project_name}

\n

Data de Início : {project_start_date}

\n

Data de encerramento : {project_end_date}

\n

Horas Estimadas : {hours}

\n

Ansioso para ouvir de você.

\n

Tipo Considera,

\n

{company_name}

', '2025-03-06 23:52:24', '2025-03-06 23:52:24'), (376, 24, 'tr', 'New Project', '

Hi {project_user}

\n

Proje Adı : {project_name}

\n

Başlangıç Tarihi : {project_start_date}

\n

Bitiş Tarihi : {project_end_date}

\n

Tahmini Saat : {hours}

\n

Sizden haber bekliyorum.

\n

Saygılarımızla,

\n

{company_name}

', '2025-03-06 23:52:24', '2025-03-06 23:52:24'), (377, 25, 'ar', 'New Task', '

مرحبا-مرحبا- {task_user}

\n

اسم المهمة : {task_name}

\n

اسم المشروع : {project_name}

\n

تاريخ البدء : {task_start_date}

\n

تاريخ الانتهاء : {task_end_date}

\n

الساعات المقدرة : {hours}

\n

. أتطلع لسماع منك

\n

نوع تحيات,

\n

{company_name}

', '2025-03-06 23:52:24', '2025-03-06 23:52:24'), (378, 25, 'zh', 'New Task', '

你好我是 {task_user}

\n

任务名称 : {task_name}

\n

项目名称 : {project_name}

\n

开始日期 : {task_start_date}

\n

结束日期 : {task_end_date}

\n

估算小时数 : {hours}

\n

期待您的来信。

\n

敬敬,

\n

{company_name}

', '2025-03-06 23:52:24', '2025-03-06 23:52:24'), (379, 25, 'da', 'New Task', '

Hej {task_user}

\n

Navn på opgave : {task_name}

\n

Projektnavn : {project_name}

\n

Startdato : {task_start_date}

\n

Slutdato : {task_end_date}

\n

Estimerede timer : {hours}

\n

Jeg glæder mig til at høre fra dig.

\n

Kind Hilds,

\n

{company_name}

', '2025-03-06 23:52:24', '2025-03-06 23:52:24'), (380, 25, 'de', 'New Task', '

Hi. {task_user}

\n

Taskname : {task_name}

\n

Projektname : {project_name}

\n

Startdatum : {task_start_date}

\n

Enddatum : {task_end_date}

\n

Geschätzte Stunden : {hours}

\n

Freuen Sie sich auf das Hören von Ihnen.

\n

KGütige Grüße,

\n

{company_name}

', '2025-03-06 23:52:24', '2025-03-06 23:52:24'), (381, 25, 'en', 'New Task', '

Hi {task_user}

\n

Task Name : {task_name}

\n

Project Name : {project_name}

\n

Start Date : {task_start_date}

\n

End Date : {task_end_date}

\n

Estimated Hours : {hours}

\n

Looking forward to hear from you.

\n

Kind Regards,

\n

{company_name}

', '2025-03-06 23:52:25', '2025-03-06 23:52:25'), (382, 25, 'es', 'New Task', '

Hi. {task_user}

\n

Nombre de tarea : {task_name}

\n

Nombre del proyecto : {project_name}

\n

Fecha de inicio : {task_start_date}

\n

Fecha final : {task_end_date}

\n

Horas estimadas : {hours}

\n

Con ganas de escuchar de usted.

\n

Bondadoso,

\n

{company_name}

', '2025-03-06 23:52:25', '2025-03-06 23:52:25'), (383, 25, 'fr', 'New Task', '

Salut {task_user}

\n

Nom de la tâche : {task_name}

\n

Nom du projet : {project_name}

\n

Date de début : {task_start_date}

\n

Date de fin : {task_end_date}

\n

Heures estimées : {hours}

\n

Regard sur lavenir.

\n

Cordialement,

\n

{company_name}

', '2025-03-06 23:52:25', '2025-03-06 23:52:25'), (384, 25, 'he', 'New Task', '

היי {task_user}

\n

שם משימה : {task_name}

\n

שם הפרויקט : {project_name}

\n

תאריך התחלה : {task_start_date}

\n

תאריך סיום : {task_end_date}

\n

שעות משוערות : {hours}

\n

מצפה לשמוע ממך.

\n

די. די. די.

\n

{company_name}

', '2025-03-06 23:52:25', '2025-03-06 23:52:25'), (385, 25, 'it', 'New Task', '

Ciao {task_user}

\n

Nome attività : {task_name}

\n

Nome del progetto : {project_name}

\n

Data di inizio : {task_start_date}

\n

Data di fine : {task_end_date}

\n

Ore Stimate : {hours}

\n

Non vedo lora di sentirti

\n

Cordiali saluti,

\n

{company_name}

', '2025-03-06 23:52:25', '2025-03-06 23:52:25'), (386, 25, 'ja', 'New Task', '

やあ {task_user}

\n

タスク名 : {task_name}

\n

プロジェクト名 : {project_name}

\n

開始日 : {task_start_date}

\n

>End Date : {task_end_date}

\n

推定時間 : {hours}

\n

あなたから聞いて楽しみにして<.

\n

カインド・レガード,

\n

{company_name}

', '2025-03-06 23:52:25', '2025-03-06 23:52:25'), (387, 25, 'nl', 'New Task', '

Hallo {task_user}

\n

Taaknaam : {task_name}

\n

Projectnaam : {project_name}

\n

Begindatum : {task_start_date}

\n

Einddatum : {task_end_date}

\n

Geschatte uren : {hours}

\n

Naar voren komen om van u te horen.

\n

Vriendelijke groeten,

\n

{company_name}

', '2025-03-06 23:52:25', '2025-03-06 23:52:25'), (388, 25, 'pl', 'New Task', '

Witaj {task_user}

\n

Nazwa zadania : {task_name}

\n

Nazwa projektu : {project_name}

\n

Data rozpoczęcia : {task_start_date}

\n

Data zakończenia : {task_end_date}

\n

Szacowane godziny : {hours}

\n

Z niecierżną datą i z niecierżką na Ciebie.

\n

Życzliwie,

\n

{company_name}

', '2025-03-06 23:52:25', '2025-03-06 23:52:25'), (389, 25, 'ru', 'New Task', '

Привет {task_user}

\n

Имя задачи : {task_name}

\n

Имя проекта : {project_name}

\n

Начальная дата : {task_start_date}

\n

Конечная дата : {task_end_date}

\n

Оценка часов : {hours}

\n

нетерпением ожидаю услышать от вас.

\n

Что касается,

\n

{company_name}

', '2025-03-06 23:52:25', '2025-03-06 23:52:25'), (390, 25, 'pt', 'New Task', '

Oi {task_user}

\n

Nome da Tarefa : {task_name}

\n

Nome do Projeto : {project_name}

\n

Data de Início : {task_start_date}

\n

Data de encerramento : {task_end_date}

\n

Horas Estimadas : {hours}

\n

Ansioso para ouvir de você.

\n

Tipo Considera,

\n

{company_name}

', '2025-03-06 23:52:25', '2025-03-06 23:52:25'), (391, 25, 'tr', 'New Task', '

Hi {task_user}

\n

Görev Adı : {task_name}

\n

Proje Adı : {project_name}

\n

Başlangıç Tarihi : {task_start_date}

\n

Bitiş Tarihi : {task_end_date}

\n

Tahmini Saat : {hours}

\n

Sizden haber bekliyorum.

\n

Saygılarımızla,

\n

{company_name}

', '2025-03-06 23:52:26', '2025-03-06 23:52:26'), (392, 26, 'ar', 'Task Status Updated', '

مرحبا-مرحبا- {task_user}

\n

{task_name} تم تغيير الحالة من {old_stage_name} الى {new_stage_name}

\n

نوع تحيات,

\n

{company_name}

', '2025-03-06 23:52:26', '2025-03-06 23:52:26'), (393, 26, 'zh', 'Task Status Updated', '

你好我是 {task_user}

\n

{task_name} 状态更改自 {old_stage_name} 到 {new_stage_name}

\n

敬敬,

\n

{company_name}

', '2025-03-06 23:52:26', '2025-03-06 23:52:26'), (394, 26, 'da', 'Task Status Updated', '

Hej {task_user}

\n

{task_name} status ændret fra {old_stage_name} til {new_stage_name}

\n

Kind Hilds,

\n

{company_name}

', '2025-03-06 23:52:26', '2025-03-06 23:52:26'), (395, 26, 'de', 'Task Status Updated', '

 

\n

Hi {task_user}

\n

{task_name} Status geändert von {old_stage_name} bis {new_stage_name}

\n

>KGütige Grüße,

\n

{company_name}

', '2025-03-06 23:52:26', '2025-03-06 23:52:26'), (396, 26, 'en', 'Task Status Updated', '

 

\n

Hi {task_user}

\n

{task_name} status changed from {old_stage_name} to {new_stage_name}

\n

Kind Regards,

\n

{company_name}

', '2025-03-06 23:52:26', '2025-03-06 23:52:26'), (397, 26, 'es', 'Task Status Updated', '

 

\n

Hola {task_user}

\n

{task_name} cambio de estado de {old_stage_name} a {new_stage_name}

\n

Bondadoso,

\n

{company_name}

', '2025-03-06 23:52:26', '2025-03-06 23:52:26'), (398, 26, 'fr', 'Task Status Updated', '

 

\n

Salut {task_user}

\n

{task_name} Statut modifié par {old_stage_name} Vers {new_stage_name}

\n

Cordialement,

\n

{company_name}

', '2025-03-06 23:52:26', '2025-03-06 23:52:26'), (399, 26, 'he', 'Task Status Updated', '

 

\n

היי {task_user}

\n

{task_name} הסטאטוס השתנה מ - {old_stage_name} ל {new_stage_name}

\n

די. די. די. ,

\n

{company_name}

', '2025-03-06 23:52:27', '2025-03-06 23:52:27'), (400, 26, 'it', 'Task Status Updated', '

 

\n

Ciao {task_user}

\n

{task_name} stato modificato da {old_stage_name} a {new_stage_name}

\n

Cordiali saluti,

\n

{company_name}

', '2025-03-06 23:52:27', '2025-03-06 23:52:27'), (401, 26, 'ja', 'Task Status Updated', '

 

\n

やあ {task_user}

\n

{task_name} 状況の変更元 {old_stage_name} に対する {new_stage_name}

\n

カインド・レガード,

\n

{company_name}

', '2025-03-06 23:52:27', '2025-03-06 23:52:27'), (402, 26, 'nl', 'Task Status Updated', '

 

\n

Hallo {task_user}

\n

{task_name} status gewijzigd van {old_stage_name} tot {new_stage_name}

\n

Vriendelijke groeten,

\n

{company_name}

', '2025-03-06 23:52:27', '2025-03-06 23:52:27'), (403, 26, 'pl', 'Task Status Updated', '

 

\n

Witaj {task_user}

\n

{task_name} status zmieniony z {old_stage_name} do {new_stage_name}

\n

Życzliwie,

\n

{company_name}

', '2025-03-06 23:52:27', '2025-03-06 23:52:27'), (404, 26, 'ru', 'Task Status Updated', '

 

\n

Привет {task_user}

\n

{task_name} состояние изменено с {old_stage_name} в {new_stage_name}

\n

Что касается,

\n

{company_name}

', '2025-03-06 23:52:27', '2025-03-06 23:52:27'), (405, 26, 'pt', 'Task Status Updated', '

 

\n

Oi {task_user}

\n

{task_name} status alterado de {old_stage_name} para {new_stage_name}

\n

Tipo Considera,

\n

{company_name}

', '2025-03-06 23:52:27', '2025-03-06 23:52:27'), (406, 26, 'tr', 'Task Status Updated', '

 

\n

Hi {task_user}

\n

{task_name} durum değişti {old_stage_name} ile {new_stage_name}

\n

Saygılarımızla,

\n

{company_name}

', '2025-03-06 23:52:27', '2025-03-06 23:52:27'), (407, 27, 'ar', 'New Leave', '

مرحبا-مرحبا- {user_name}

\n

تكوين ترك جديد من {start_date} الى {end_date} بالنسبة الى {leave_reason}

\n

نوع تحيات,

\n

{employee_name}

', '2025-03-06 23:52:27', '2025-03-06 23:52:27'), (408, 27, 'zh', 'New Leave', '

你好我是 {user_name}

\n

新离开创建自 {start_date} 到 {end_date} 为 {leave_reason}

\n

敬敬,

\n

{employee_name}

', '2025-03-06 23:52:27', '2025-03-06 23:52:27'), (409, 27, 'da', 'New Leave', '

-Hej. {user_name}

\n

Ny Forlad, opret fra {start_date} til {end_date} for {leave_reason}

\n

Kind Hilds,

\n

{employee_name}

', '2025-03-06 23:52:27', '2025-03-06 23:52:27'), (410, 27, 'de', 'New Leave', '

Hi. {user_name}

\n

Neue Hinterlasse erstellen aus {start_date} bis {end_date} für {leave_reason}

\n

KGütige Grüße,

\n

{employee_name}

', '2025-03-06 23:52:27', '2025-03-06 23:52:27'), (411, 27, 'en', 'New Leave', '

Hi {user_name}

\n

New Leave create from {start_date} to {end_date} for {leave_reason}

\n

Kind Regards,

\n

{employee_name}

', '2025-03-06 23:52:27', '2025-03-06 23:52:27'), (412, 27, 'es', 'New Leave', '

Hola. {user_name}

\n

Nueva licencia para crear desde {start_date} Holaa {end_date} para {leave_reason}

\n

Bondadoso,

\n

{employee_name}

', '2025-03-06 23:52:27', '2025-03-06 23:52:27'), (413, 27, 'fr', 'New Leave', '

Salut {user_name}

\n

Nouveau congé créé à partir de {start_date} Vers {end_date} Pour {leave_reason}

\n

Cordialement,

\n

{employee_name}

', '2025-03-06 23:52:27', '2025-03-06 23:52:27'), (414, 27, 'he', 'New Leave', '

היי {user_name}

\n

יצירה חדשה של יצירה מ - {start_date} ל {end_date} עבור {leave_reason}

\n

די. די. די.

\n

{employee_name}

', '2025-03-06 23:52:27', '2025-03-06 23:52:27'), (415, 27, 'it', 'New Leave', '

Ciao {user_name}

\n

Nuovo Leave create da {start_date} a {end_date} per {leave_reason}

\n

Cordiali saluti,

\n

{employee_name}

', '2025-03-06 23:52:27', '2025-03-06 23:52:27'), (416, 27, 'ja', 'New Leave', '

やあ {user_name}

\n

新規休暇の作成元 {start_date} に対する {end_date} 対象 {leave_reason}

\n

カインド・レガード,

\n

{employee_name}

', '2025-03-06 23:52:27', '2025-03-06 23:52:27'), (417, 27, 'nl', 'New Leave', '

Hallo {user_name}

\n

Nieuw verlaten maken van {start_date} tot {end_date} voor {leave_reason}

\n

Vriendelijke groeten,

\n

{employee_name}

', '2025-03-06 23:52:27', '2025-03-06 23:52:27'), (418, 27, 'pl', 'New Leave', '

Witaj {user_name}

\n

Nowe pozostaw. utworzenie z {start_date} do {end_date} dla {leave_reason}

\n

Życzliwie,

\n

{employee_name}

', '2025-03-06 23:52:28', '2025-03-06 23:52:28'), (419, 27, 'ru', 'New Leave', '

Привет. {user_name}

\n

Создать новый отпуск {start_date} в {end_date} для {leave_reason}

\n

Что касается,

\n

{employee_name}

', '2025-03-06 23:52:28', '2025-03-06 23:52:28'), (420, 27, 'pt', 'New Leave', '

Oi {user_name}

\n

Novo Deixe criar de {start_date} para {end_date} para {leave_reason}

\n

Tipo Considera,

\n

{employee_name}

', '2025-03-06 23:52:28', '2025-03-06 23:52:28'), (421, 27, 'tr', 'New Leave', '

Hi {user_name}

\n

Yeni Bırakıma yarat {start_date} ile {end_date} için {leave_reason}

\n

Saygılarımızla,

\n

{employee_name}

', '2025-03-06 23:52:28', '2025-03-06 23:52:28'), (422, 28, 'ar', 'Project Assign Member', '

مرحبا-مرحبا- {project_user}

\n

اسم المشروع : {project_name}

\n

تاريخ البدء : {project_start_date}

\n

تاريخ الانتهاء : {project_end_date}

\n

الساعات المقدرة : {hours}

\n

. أتطلع لسماع منك

\n

نوع تحيات,

\n

{company_name}

', '2025-03-06 23:52:28', '2025-03-06 23:52:28'), (423, 28, 'zh', 'Project Assign Member', '

你好我是 {project_user}

\n

项目名称 : {project_name}

\n

开始日期 : {project_start_date}

\n

结束日期 : {project_end_date}

\n

估算小时数 : {hours}

\n

期待您的来信。

\n

敬敬,

\n

{company_name}

', '2025-03-06 23:52:28', '2025-03-06 23:52:28'), (424, 28, 'da', 'Project Assign Member', '

Hej {project_user}

\n

Projektnavn : {project_name}

\n

Startdato : {project_start_date}

\n

Slutdato : {project_end_date}

\n

Estimerede timer : {hours}

\n

Jeg glæder mig til at høre fra dig.

\n

Kind Hilds,

\n

{company_name}

', '2025-03-06 23:52:28', '2025-03-06 23:52:28'), (425, 28, 'de', 'Project Assign Member', '

Hi. {project_user}

\n

Projektname : {project_name}

\n

Startdatum : {project_start_date}

\n

Enddatum : {project_end_date}

\n

Geschätzte Stunden : {hours}

\n

Freuen Sie sich auf das Hören von Ihnen.

\n

KGütige Grüße,

\n

{company_name}

', '2025-03-06 23:52:28', '2025-03-06 23:52:28'), (426, 28, 'en', 'Project Assign Member', '

Hi {project_user}

\n

Project Name : {project_name}

\n

Start Date : {project_start_date}

\n

End Date : {project_end_date}

\n

Estimated Hours : {hours}

\n

Looking forward to hear from you.

\n

Kind Regards,

\n

{company_name}

', '2025-03-06 23:52:28', '2025-03-06 23:52:28'), (427, 28, 'es', 'Project Assign Member', '

Hi. {project_user}

\n

Nombre del proyecto : {project_name}

\n

Fecha de inicio : {project_start_date}

\n

Fecha final : {project_end_date}

\n

Horas estimadas : {hours}

\n

Con ganas de escuchar de usted.

\n

Bondadoso,

\n

{company_name}

', '2025-03-06 23:52:28', '2025-03-06 23:52:28'), (428, 28, 'fr', 'Project Assign Member', '

Salut {project_user}

\n

Nom du projet : {project_name}

\n

Date de début : {project_start_date}

\n

Date de fin : {project_end_date}

\n

Heures estimées : {hours}

\n

Regard sur lavenir.

\n

Cordialement,

\n

{company_name}

', '2025-03-06 23:52:28', '2025-03-06 23:52:28'), (429, 28, 'he', 'Project Assign Member', '

היי {project_user}

\n

שם הפרויקט : {project_name}

\n

תאריך התחלה : {project_start_date}

\n

תאריך סיום : {project_end_date}

\n

שעות משוערות : {hours}

\n

מצפה לשמוע ממך.

\n

די. די. די.

\n

{company_name}

', '2025-03-06 23:52:28', '2025-03-06 23:52:28'), (430, 28, 'it', 'Project Assign Member', '

Ciao {project_user}

\n

Nome del progetto : {project_name}

\n

Data di inizio : {project_start_date}

\n

Data di fine : {project_end_date}

\n

Ore Stimate : {hours}

\n

Non vedo lora di sentirti

\n

Cordiali saluti,

\n

{company_name}

', '2025-03-06 23:52:28', '2025-03-06 23:52:28'), (431, 28, 'ja', 'Project Assign Member', '

やあ {project_user}

\n

プロジェクト名 : {project_name}

\n

開始日 : {project_start_date}

\n

終了日 : {project_end_date}

\n

推定時間 : {hours}

\n

あなたから聞いて楽しみにして<.

\n

カインド・レガード,

\n

{company_name}

', '2025-03-06 23:52:28', '2025-03-06 23:52:28'), (432, 28, 'nl', 'Project Assign Member', '

Hallo {project_user}

\n

Projectnaam : {project_name}

\n

Begindatum : {project_start_date}

\n

Einddatum : {project_end_date}

\n

Geschatte uren : {hours}

\n

Naar voren komen om van u te horen.

\n

Vriendelijke groeten,

\n

{company_name}

', '2025-03-06 23:52:28', '2025-03-06 23:52:28'), (433, 28, 'pl', 'Project Assign Member', '

Witaj {project_user}

\n

Nazwa projektu : {project_name}

\n

Data rozpoczęcia : {project_start_date}

\n

Data zakończenia : {project_end_date}

\n

Szacowane godziny : {hours}

\n

Z niecierżną datą i z niecierżką na Ciebie.

\n

Życzliwie,

\n

{company_name}

', '2025-03-06 23:52:28', '2025-03-06 23:52:28'), (434, 28, 'ru', 'Project Assign Member', '

Привет {project_user}

\n

Имя проекта : {project_name}

\n

Начальная дата : {project_start_date}

\n

Конечная дата : {project_end_date}

\n

Оценка часов : {hours}

\n

нетерпением ожидаю услышать от вас.

\n

Что касается,

\n

{company_name}

', '2025-03-06 23:52:29', '2025-03-06 23:52:29'); INSERT INTO `email_template_langs` (`id`, `parent_id`, `lang`, `subject`, `content`, `created_at`, `updated_at`) VALUES (435, 28, 'pt', 'Project Assign Member', '

Oi {project_user}

\n

Nome do Projeto : {project_name}

\n

Data de Início : {project_start_date}

\n

Data de encerramento : {project_end_date}

\n

Horas Estimadas : {hours}

\n

Ansioso para ouvir de você.

\n

Tipo Considera,

\n

{company_name}

', '2025-03-06 23:52:29', '2025-03-06 23:52:29'), (436, 28, 'tr', 'Project Assign Member', '

Hi {project_user}

\n

Proje Adı : {project_name}

\n

Başlangıç Tarihi : {project_start_date}

\n

Bitiş Tarihi : {project_end_date}

\n

Tahmini Saat : {hours}

\n

Sizden haber bekliyorum.

\n

Saygılarımızla,

\n

{company_name}

', '2025-03-06 23:52:29', '2025-03-06 23:52:29'); -- -------------------------------------------------------- -- -- Table structure for table `employees` -- CREATE TABLE `employees` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` int(11) NOT NULL DEFAULT 0, `name` varchar(191) DEFAULT NULL, `dob` date DEFAULT NULL, `gender` varchar(191) DEFAULT NULL, `phone` varchar(191) DEFAULT NULL, `address` varchar(191) DEFAULT NULL, `email` varchar(191) DEFAULT NULL, `password` varchar(191) DEFAULT NULL, `employee_id` varchar(191) NOT NULL DEFAULT '0', `biometric_emp_id` int(11) DEFAULT NULL, `branch_id` int(11) NOT NULL DEFAULT 0, `department_id` int(11) NOT NULL DEFAULT 0, `designation_id` int(11) NOT NULL DEFAULT 0, `company_doj` varchar(191) DEFAULT NULL, `documents` varchar(191) DEFAULT NULL, `account_holder_name` varchar(191) DEFAULT NULL, `account_number` varchar(191) DEFAULT NULL, `bank_name` varchar(191) DEFAULT NULL, `bank_identifier_code` varchar(191) DEFAULT NULL, `branch_location` varchar(191) DEFAULT NULL, `tax_payer_id` varchar(191) DEFAULT NULL, `account` int(11) DEFAULT NULL, `salary_type` int(11) DEFAULT NULL, `salary` int(11) DEFAULT NULL, `is_active` int(11) NOT NULL DEFAULT 1, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `employees` -- INSERT INTO `employees` (`id`, `user_id`, `name`, `dob`, `gender`, `phone`, `address`, `email`, `password`, `employee_id`, `biometric_emp_id`, `branch_id`, `department_id`, `designation_id`, `company_doj`, `documents`, `account_holder_name`, `account_number`, `bank_name`, `bank_identifier_code`, `branch_location`, `tax_payer_id`, `account`, `salary_type`, `salary`, `is_active`, `created_by`, `created_at`, `updated_at`) VALUES (1, 3, 'accountant', NULL, NULL, NULL, NULL, 'accountant@example.com', '$2y$10$KCBqT.zaz/FUFMYWdUy8fu2KSlvLkXzYZNPd5bOKa.MW6FJBwcGsy', '1', NULL, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 2, '2025-03-06 23:51:46', '2025-03-06 23:51:46'), (2, 4, 'employee', NULL, NULL, NULL, NULL, 'employee@example.com', '$2y$10$gxcbj5BJgU.SIBxB2Wrb9Oy8DCBpSSFdTFTr01igYitRj56li4ReW', '2', NULL, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 2, '2025-03-06 23:51:46', '2025-03-06 23:51:46'); -- -------------------------------------------------------- -- -- Table structure for table `employee_documents` -- CREATE TABLE `employee_documents` ( `id` bigint(20) UNSIGNED NOT NULL, `employee_id` int(11) NOT NULL, `document_id` int(11) NOT NULL, `document_value` varchar(191) NOT NULL, `created_by` int(11) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `estimations` -- CREATE TABLE `estimations` ( `id` bigint(20) UNSIGNED NOT NULL, `estimation_id` bigint(20) UNSIGNED NOT NULL, `client_id` bigint(20) UNSIGNED NOT NULL, `status` varchar(191) NOT NULL, `issue_date` date NOT NULL, `discount` double NOT NULL, `tax_id` bigint(20) UNSIGNED NOT NULL, `terms` text DEFAULT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `events` -- CREATE TABLE `events` ( `id` bigint(20) UNSIGNED NOT NULL, `branch_id` int(11) NOT NULL, `department_id` longtext NOT NULL, `employee_id` longtext NOT NULL, `title` varchar(191) NOT NULL, `start_date` date NOT NULL, `end_date` date NOT NULL, `color` varchar(191) NOT NULL, `description` text DEFAULT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `event_employees` -- CREATE TABLE `event_employees` ( `id` bigint(20) UNSIGNED NOT NULL, `event_id` int(11) NOT NULL, `employee_id` int(11) NOT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `expenses` -- CREATE TABLE `expenses` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `date` date DEFAULT NULL, `description` varchar(191) DEFAULT NULL, `amount` decimal(16,2) NOT NULL DEFAULT 0.00, `attachment` varchar(191) DEFAULT NULL, `project_id` int(11) NOT NULL DEFAULT 0, `task_id` int(11) NOT NULL DEFAULT 0, `created_by` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `experience_certificates` -- CREATE TABLE `experience_certificates` ( `id` bigint(20) UNSIGNED NOT NULL, `lang` varchar(255) NOT NULL, `content` longtext NOT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `experience_certificates` -- INSERT INTO `experience_certificates` (`id`, `lang`, `content`, `created_by`, `created_at`, `updated_at`) VALUES (1, 'ar', '

بريد إلكتروني تجربة

\n\n\n

{app_name}

\n\n

إلي من يهمه الامر

\n\n

{date}

\n\n

{employee_name}

\n\n

مدة الخدمة {duration} في {app_name}.

\n\n

{designation}

\n\n

{payroll}

\n\n

الادوار والمسؤوليات

\n\n

وصف موجز لمسار عمل الموظف وبيان إيجابي من المدير أو المشرف.

\n\n

بإخلاص،

\n\n

{employee_name}

\n\n

{designation}

\n\n

التوقيع

\n\n

{app_name}

', 2, '2025-03-06 23:52:33', '2025-03-06 23:52:33'), (2, 'zh', '

经验信

\n

 

\n

{app_name}

\n

可能涉及的人

\n

{日期} \n

{employee_name}

\n

{app_name} 中的服务期限为 {duration}。

\n

{指定}

\n

{工资}

\n

角色和职责

\n

 

\n

员工工作经历的简要描述以及经理或主管的积极评价。

\n

 

\n

真诚的,

\n

{employee_name}

\n

{指定}

\n

签名

\n

{app_name}

', 2, '2025-03-06 23:52:33', '2025-03-06 23:52:33'), (3, 'da', '

Erfaringsbrev

\n\n

{app_name}

\n\n

TIL HVEM DET MÅTTE VEDRØRE

\n\n

{date}

\n\n

{employee_name}

\n\n

Tjenesteperiode {duration} i {app_name}.

\n\n

{designation}

\n\n

{payroll}

\n\n

Roller og ansvar

\n\n\n\n

Kort beskrivelse af medarbejderens ansættelsesforløb og positiv udtalelse fra leder eller arbejdsleder.

\n\n\n\n

Med venlig hilsen

\n\n

{employee_name}

\n\n

{designation}

\n\n

Underskrift

\n\n

{app_name}

', 2, '2025-03-06 23:52:33', '2025-03-06 23:52:33'), (4, 'de', '

Erfahrungsbrief

\n\n\n\n

{app_name}

\n\n

WEN ES ANGEHT

\n\n

{date}

\n\n

{employee_name}

\n\n

Dienstzeit {duration} in {app_name}.

\n\n

{designation}

\n\n

{payroll}

\n\n

Rollen und Verantwortlichkeiten

\n\n\n\n

Kurze Beschreibung des beruflichen Werdegangs des Mitarbeiters und eine positive Stellungnahme des Vorgesetzten oder Vorgesetzten.

\n\n\n\n

Aufrichtig,

\n\n

{employee_name}

\n\n

{designation}

\n\n

Unterschrift

\n\n

{app_name}

', 2, '2025-03-06 23:52:33', '2025-03-06 23:52:33'), (5, 'en', '

Experience Letter

\n

 

\n

{app_name}

\n

TO WHOM IT MAY CONCERN

\n

{date}

\n

{employee_name}

\n

Tenure of Service {duration} in {app_name}.

\n

{designation}

\n

{payroll}

\n

Roles and Responsibilities

\n

 

\n

Brief description of the employee’s course of employment and a positive statement from the manager or supervisor.

\n

 

\n

Sincerely,

\n

{employee_name}

\n

{designation}

\n

Signature

\n

{app_name}

', 2, '2025-03-06 23:52:33', '2025-03-06 23:52:33'), (6, 'es', '

Carta de experiencia

\n\n\n

{app_name}

\n\n

A QUIEN LE INTERESE

\n\n

{date}

\n\n

{employee_name}

\n\n

Duración del servicio {duration} en {app_name}.

\n\n

{designation}

\n\n

{payroll}

\n\n

Funciones y responsabilidades

\n\n\n\n

Breve descripción del curso de empleo del empleado y una declaración positiva del gerente o supervisor.

\n\n\n\n

Sinceramente,

\n\n

{employee_name}

\n\n

{designation}

\n\n

Firma

\n\n

{app_name}

', 2, '2025-03-06 23:52:34', '2025-03-06 23:52:34'), (7, 'fr', '

Lettre dexpérience

\n\n\n\n

{app_name}

\n\n

À QUI DE DROIT

\n\n

{date}

\n\n

{employee_name}

\n\n

Durée du service {duration} dans {app_name}.

\n\n

{designation}

\n\n

{payroll}

\n\n

Rôles et responsabilités

\n\n\n\n

Brève description de lévolution de lemploi de lemployé et une déclaration positive du gestionnaire ou du superviseur.

\n\n\n\n

Sincèrement,

\n\n

{employee_name}

\n\n

{designation}

\n\n

Signature

\n\n

{app_name}

', 2, '2025-03-06 23:52:34', '2025-03-06 23:52:34'), (8, 'he', '

מכתב ניסיון

\n

 

\n

{app_name}

\n

למי זה עשוי להדאיג

\n

{date}

\n

{employee_name}

\n

תקופת השירות {duration} ב-{app_name}.

\n

{designation}

\n

{payroll}

\n

תפקידים ואחריות

\n

 

\n

תיאור קצר של מהלך העסקתו של העובד והצהרה חיובית מהמנהל או הממונה.

\n

 

\n

בברכה,

\n

{employee_name}

\n

{designation}

\n

חתימה

\n

{app_name}

', 2, '2025-03-06 23:52:34', '2025-03-06 23:52:34'), (9, 'it', '

Lettera di esperienza

\n\n\n\n

{app_name}

\n\n

PER CHI È COINVOLTO

\n\n

{date}

\n\n

{employee_name}

\n\n

Durata del servizio {duration} in {app_name}.

\n\n

{designation}

\n\n

{payroll}

\n\n

Ruoli e responsabilità

\n\n\n\n

Breve descrizione del percorso lavorativo del dipendente e dichiarazione positiva del manager o supervisore.

\n\n\n\n

Cordiali saluti,

\n\n

{employee_name}

\n\n

{designation}

\n\n

Firma

\n\n

{app_name}

', 2, '2025-03-06 23:52:34', '2025-03-06 23:52:34'), (10, 'ja', '\n

体験談

\n\n\n\n

{app_name}

\n\n

ご担当者様

\n\n

{date}

\n\n

{employee_name}

\n\n

{app_name} のサービス {duration} の保有期間。

\n\n

{designation}

\n\n

{payroll}

\n\n

役割と責任

\n\n\n\n

従業員の雇用コースの簡単な説明と、マネージャーまたはスーパーバイザーからの肯定的な声明。

\n\n\n\n

心から、

\n\n

{employee_name}

\n\n

{designation}

\n\n

サイン

\n\n

{app_name}

', 2, '2025-03-06 23:52:34', '2025-03-06 23:52:34'), (11, 'nl', '

Ervaringsbrief

\n\n\n

{app_name}

\n\n

VOOR WIE HET AANGAAT

\n\n

{date}

\n\n

{employee_name}

\n\n

Diensttijd {duration} in {app_name}.

\n\n

{designation}

\n\n

{payroll}

\n\n

Rollen en verantwoordelijkheden

\n\n\n\n

Korte omschrijving van het dienstverband van de medewerker en een positieve verklaring van de leidinggevende of leidinggevende.

\n\n\n\n

Eerlijk,

\n\n

{employee_name}

\n\n

{designation}

\n\n

Handtekening

\n\n

{app_name}

', 2, '2025-03-06 23:52:34', '2025-03-06 23:52:34'), (12, 'pl', '

Doświadczenie List

\n\n\n\n

{app_name}

\n\n

DO TYCH KTÓRYCH MOŻE TO DOTYCZYĆ

\n\n

{date}

\n\n

{employee_name}

\n\n

Okres świadczenia usług {duration} w aplikacji {app_name}.

\n\n

{designation}

\n\n

{payroll}

\n\n

Role i obowiązki

\n\n\n\n

Krótki opis przebiegu zatrudnienia pracownika oraz pozytywna opinia kierownika lub przełożonego.

\n\n\n\n

Z poważaniem,

\n\n

{employee_name}

\n\n

{designation}

\n\n

Podpis

\n\n

{app_name}

', 2, '2025-03-06 23:52:34', '2025-03-06 23:52:34'), (13, 'pt', '

Carta de Experiência

\n\n

{app_name}

\n\n

A QUEM POSSA INTERESSAR

\n\n

{date}

\n\n

{employee_name}

\n\n

Tempo de serviço {duration} em {app_name}.

\n\n

{designation}

\n\n

{payroll}

\n\n

Papéis e responsabilidades

\n\n

Breve descrição do curso de emprego do funcionário e uma declaração positiva do gerente ou supervisor.

\n\n

Sinceramente,

\n\n

{employee_name}

\n\n

{designation}

\n\n

Assinatura

\n\n

{app_name}

', 2, '2025-03-06 23:52:34', '2025-03-06 23:52:34'), (14, 'ru', '

Письмо об опыте

\n\n

{app_name}

\n\n

ДЛЯ ПРЕДЪЯВЛЕНИЯ ПО МЕСТУ ТРЕБОВАНИЯ

\n\n

{date}

\n\n

{employee_name}

\n\n

Срок службы {duration} в {app_name}.

\n\n

{designation}

\n\n

{payroll}

\n\n

Роли и обязанности

\n\n\n\n

Краткое описание трудового стажа работника и положительное заключение руководителя или руководителя.

\n\n\n\n

Искренне,

\n\n

{employee_name}

\n\n

{designation}

\n\n

Подпись

\n\n

{app_name}

', 2, '2025-03-06 23:52:34', '2025-03-06 23:52:34'), (15, 'tr', '

Deneyim Mektubu

\n

 

\n

{uygulama_adı}

\n

İLGİLENEN KİMİN İÇİN

\n

{tarih}

\n

{çalışan_adı}

\n

Hizmet Kullanım Süresi {duration}, {app_name} uygulamasında.

\n

{tanımlama}

\n

{bordro}

\n

Roller ve Sorumluluklar

\n

 

\n

Çalışanların çalışma şekline ilişkin kısa açıklama ve yönetici veya süpervizörden olumlu bir açıklama.

\n

 

\n

Saygılarımızla,

\n

{çalışan_adı}

\n

{tanımlama}

\n

İmza

\n

{uygulama_adı}

', 2, '2025-03-06 23:52:34', '2025-03-06 23:52:34'), (16, 'pt-br', '

Carta de Experiência

\n\n

{app_name}

\n\n

A QUEM POSSA INTERESSAR

\n\n

{date}

\n\n

{employee_name}

\n\n

Tempo de serviço {duration} em {app_name}.

\n\n

{designation}

\n\n

{payroll}

\n\n

Papéis e responsabilidades

\n\n

Breve descrição do curso de emprego do funcionário e uma declaração positiva do gerente ou supervisor.

\n\n

Sinceramente,

\n\n

{employee_name}

\n\n

{designation}

\n\n

Assinatura

\n\n

{app_name}

', 2, '2025-03-06 23:52:34', '2025-03-06 23:52:34'); -- -------------------------------------------------------- -- -- Table structure for table `failed_jobs` -- CREATE TABLE `failed_jobs` ( `id` bigint(20) UNSIGNED NOT NULL, `connection` text NOT NULL, `queue` text NOT NULL, `payload` longtext NOT NULL, `exception` longtext NOT NULL, `failed_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `form_builders` -- CREATE TABLE `form_builders` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `code` varchar(191) NOT NULL, `is_active` int(11) NOT NULL DEFAULT 1, `is_lead_active` int(11) NOT NULL DEFAULT 0, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `form_fields` -- CREATE TABLE `form_fields` ( `id` bigint(20) UNSIGNED NOT NULL, `form_id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `type` varchar(191) NOT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `form_field_responses` -- CREATE TABLE `form_field_responses` ( `id` bigint(20) UNSIGNED NOT NULL, `form_id` bigint(20) UNSIGNED NOT NULL, `subject_id` int(11) NOT NULL, `name_id` int(11) NOT NULL, `email_id` int(11) NOT NULL, `user_id` int(11) NOT NULL, `pipeline_id` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `form_responses` -- CREATE TABLE `form_responses` ( `id` bigint(20) UNSIGNED NOT NULL, `form_id` bigint(20) UNSIGNED NOT NULL, `response` text DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `generate_offer_letters` -- CREATE TABLE `generate_offer_letters` ( `id` bigint(20) UNSIGNED NOT NULL, `lang` varchar(100) NOT NULL, `content` text DEFAULT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `generate_offer_letters` -- INSERT INTO `generate_offer_letters` (`id`, `lang`, `content`, `created_by`, `created_at`, `updated_at`) VALUES (1, 'ar', '

رسالة عرض

\n\n\n

عزيزي {applicationant_name} ،

\n\n\n

{app_name} متحمس لاصطحابك على متن الطائرة بصفتك {job_title}.

\n\n

كنت على بعد خطوات قليلة من الشروع في العمل. يرجى أخذ الوقت الكافي لمراجعة عرضنا الرسمي. يتضمن تفاصيل مهمة حول راتبك ومزاياك وبنود وشروط عملك المتوقع مع {app_name}.

\n\n\n

{app_name} يقدم {job_type}. المنصب بالنسبة لك كـ {job_title} ، تقديم التقارير إلى [المدير المباشر / المشرف] بدءًا من {start_date} في {workplace_location}. ساعات العمل المتوقعة هي {days_of_week}.

\n\n\n

في هذا المنصب ، يعرض عليك {app_name}  {salary}أن تبدأ لك بمعدل دفع {salary_type} لكل {salary_duration}. سوف يتم الدفع لك على أساس.

\n\n\n

كجزء من تعويضك ، إذا كان ذلك ممكنًا ، ستصف مكافأتك ومشاركة الأرباح وهيكل العمولة وخيارات الأسهم وقواعد لجنة التعويضات هنا.

\n\n\n

بصفتك موظفًا في {app_name} ، ستكون مؤهلاً للحصول على مزايا الاسم المختصر ، مثل التأمين الصحي ، وخطة الأسهم ، والتأمين على الأسنان ، وما إلى ذلك.

\n\n\n

الرجاء توضيح موافقتك على هذه البنود وقبول هذا العرض عن طريق التوقيع على هذه الاتفاقية وتأريخها في أو قبل {offer_expiration_date}.

\n\n

بإخلاص،

\n\n

{app_name}

', 2, '2025-03-06 23:52:31', '2025-03-06 23:52:31'), (2, 'zh', '

录取通知书

\n\n

亲爱的{applicant_name},

\n\n

{app_name} 很高兴邀请您担任 {job_title}。

\n\n

只需办理一些手续就可以开始工作了。请花时间查看我们的正式报价。其中包括有关您的薪酬、福利以及您预期在 {app_name} 工作的条款和条件的重要详细信息。

\n\n

{app_name} 正在提供{job_type}。您的职位为{job_title},从{start_date}起在{workplace_location}向[直属经理/主管]汇报。预计工作时间为{days_of_week}。

\n\n

在此职位上,{app_name} 提供的起始薪资为每 {salary_type} {salary}。您将按{salary_duration}获得报酬。

\n\n

作为薪酬的一部分,我们还提供[如果适用,您将在此处描述您的奖金、利润分享、佣金结构、股票期权和薪酬委员会规则]。

\n\n

作为 {app_name} 的员工,您将有资格享受简单的福利,例如健康保险、股票计划、牙科保险等。

\n\n

请在 {offer_expiration_date} 或之前签署本协议并注明日期,以表明您同意这些条款并接受此优惠。

\n\n

真诚的,

\n\n

{应用名称}

', 2, '2025-03-06 23:52:31', '2025-03-06 23:52:31'), (3, 'da', '

Tilbudsbrev

\n\n

Kære {applicant_name}

\n\n

{app_name} er glade for at få dig med som {job_title}.

\n\n

Der var kun et par formaliteter fra at komme på arbejde. Tag dig tid til at gennemgå vores formelle tilbud. Den indeholder vigtige oplysninger om din kompensation, fordele og vilkårene og betingelserne for din forventede ansættelse hos {app_name}.

\n\n

{app_name} tilbyder en {job_type}. stilling til dig som {job_title}, der rapporterer til [nærmeste leder/supervisor] fra og med {start_date} på{workplace_location}. Forventet arbejdstid er {days_of_week}.

\n\n\n

I denne stilling tilbyder {app_name} at starte dig med en lønsats på {salary} pr. {salary_type}. Du vil blive betalt på {salary_duration}-basis.

\n\n

Som en del af din kompensation, du også tilbyder, hvis det er relevant, vil du beskrive din bonus, overskudsdeling, kommissionsstruktur, aktieoptioner og regler for kompensationsudvalget her.

\n\n\n

Som ansat hos {app_name} vil du være berettiget til kort navnefordele, såsom sundhedsforsikring, aktieplan, tandforsikring osv.

\n\n

Angiv venligst din accept af disse vilkår og accepter dette tilbud ved at underskrive og datere denne aftale på eller før {offer_expiration_date}.

\n\n

Med venlig hilsen

\n\n

{app_name}

', 2, '2025-03-06 23:52:31', '2025-03-06 23:52:31'), (4, 'de', '

Angebotsschreiben

\n\n\n

Sehr geehrter {applicant_name},

\n\n\n

{app_name} freut sich, Sie als {job_title} an Bord zu holen.

\n\n\n

Nur noch wenige Formalitäten bis zur Arbeit. Bitte nehmen Sie sich die Zeit, unser formelles Angebot zu prüfen. Es enthält wichtige Details zu Ihrer Vergütung, Ihren Leistungen und den Bedingungen Ihrer voraussichtlichen Anstellung bei {app_name}.

\n\n\n

{app_name} bietet einen {job_type} an. Position für Sie als {job_title}, ab {start_date} am {workplace_location} unterstellt an unmittelbarer Manager/Vorgesetzter. Erwartete Arbeitszeiten sind {days_of_week}.

\n\n\n

In dieser Position bietet {app_name} Ihnen an, mit einem Gehaltssatz von {salary} pro {salary_type} zu beginnen. Sie werden auf Basis von {salary_duration} bezahlt.

\n\n\n

Als Teil Ihrer Vergütung, die Sie gegebenenfalls auch anbieten, beschreiben Sie hier Ihren Bonus, Ihre Gewinnbeteiligung, Ihre Provisionsstruktur, Ihre Aktienoptionen und die Regeln des Vergütungsausschusses.

\n\n\n

Als Mitarbeiter von {app_name} haben Sie Anspruch auf Kurznamenvorteile wie Krankenversicherung, Aktienplan, Zahnversicherung usw.

\n\n\n\n

Bitte erklären Sie Ihr Einverständnis mit diesen Bedingungen und nehmen Sie dieses Angebot an, indem Sie diese Vereinbarung am oder vor dem {offer_expiration_date} unterzeichnen und datieren.

\n\n\n

Aufrichtig,

\n\n

{app_name}

', 2, '2025-03-06 23:52:32', '2025-03-06 23:52:32'), (5, 'en', '

Offer Letter

\n\n

Dear {applicant_name},

\n\n

{app_name} is excited to bring you on board as {job_title}.

\n\n

Were just a few formalities away from getting down to work. Please take the time to review our formal offer. It includes important details about your compensation, benefits, and the terms and conditions of your anticipated employment with {app_name}.

\n\n

{app_name} is offering a {job_type}. position for you as {job_title}, reporting to [immediate manager/supervisor] starting on {start_date} at{workplace_location}. Expected hours of work are{days_of_week}.

\n\n

In this position, {app_name} is offering to start you at a pay rate of {salary} per {salary_type}. You will be paid on a{salary_duration} basis. 

\n\n

As part of your compensation, were also offering [if applicable, youll describe your bonus, profit sharing, commission structure, stock options, and compensation committee rules here].

\n\n

As an employee of {app_name} , you will be eligible for briefly name benefits, such as health insurance, stock plan, dental insurance, etc.

\n\n

Please indicate your agreement with these terms and accept this offer by signing and dating this agreement on or before {offer_expiration_date}.

\n\n

Sincerely,

\n\n

{app_name}

', 2, '2025-03-06 23:52:32', '2025-03-06 23:52:32'), (6, 'es', '

Carta de oferta

\n\n\n

Estimado {applicant_name},

\n\n

{app_name} se complace en incorporarlo como {job_title}.

\n\n\n

Faltaban sólo unos trámites para ponerse manos a la obra. Tómese el tiempo para revisar nuestra oferta formal. Incluye detalles importantes sobre su compensación, beneficios y los términos y condiciones de su empleo anticipado con {app_name}.

\n\n\n

{app_name} está ofreciendo {job_type}. posición para usted como {job_title}, reportando al gerente/supervisor inmediato a partir del {start_date} en {workplace_location}. Las horas de trabajo esperadas son {days_of_week}.

\n\n\n

En este puesto, {app_name} te ofrece comenzar con una tarifa de pago de {salary} por {salary_type}. Se le pagará sobre la base de {salary_duration}.

\n\n\n

Como parte de su compensación, también ofrecemos, si corresponde, aquí describirá su bonificación, participación en las ganancias, estructura de comisiones, opciones sobre acciones y reglas del comité de compensación.

\n\n\n

Como empleado de {app_name}, será elegible para beneficios de nombre breve, como seguro médico, plan de acciones, seguro dental, etc.

\n\n\n

Indique su acuerdo con estos términos y acepte esta oferta firmando y fechando este acuerdo el {offer_expiration_date} o antes.

\n\n\n

Sinceramente,

\n\n

{app_name}

', 2, '2025-03-06 23:52:32', '2025-03-06 23:52:32'), (7, 'fr', '

Lettre doffre

\n\n\n

Cher {applicant_name},

\n\n\n

{app_name} est ravi de vous accueillir en tant que {job_title}.

\n\n\n

Étaient juste quelques formalités loin de se mettre au travail. Veuillez prendre le temps dexaminer notre offre formelle. Il comprend des détails importants sur votre rémunération, vos avantages et les termes et conditions de votre emploi prévu avec {app_name}.

\n\n\n

{app_name} propose un {job_type}. poste pour vous en tant que {job_title}, relevant du directeur/superviseur immédiat à partir du {start_date} à {workplace_location}. Les heures de travail prévues sont de {days_of_week}.

\n\n\n

À ce poste, {app_name} vous propose de commencer avec un taux de rémunération de {salary} par {salary_type}. Vous serez payé sur une base de {salary_duration}.

\n\n\n

Dans le cadre de votre rémunération, le cas échéant, vous décrivez ici votre bonus, votre participation aux bénéfices, votre structure de commission, vos options sur actions et les règles du comité de rémunération.

\n\n\n

En tant quemployé de {app_name}, vous aurez droit à des avantages brièvement nommés, tels que lassurance maladie, le plan dactionnariat, lassurance dentaire, etc.

\n\n\n

Veuillez indiquer votre accord avec ces conditions et accepter cette offre en signant et en datant cet accord au plus tard le {offer_expiration_date}.

\n\n\n

Sincèrement,

\n\n

{app_name}

', 2, '2025-03-06 23:52:32', '2025-03-06 23:52:32'), (8, 'he', '

מכתב הצעה

\n\n

{applicant_name} היקר,

\n\n

{app_name} נרגש להעלות אותך לסיפון בתור {job_title}.

\n\n

היו רק כמה פעולות פורמליות לפני היציאה לעבודה. אנא הקדישו זמן לעיון בהצעה הרשמית שלנו. הוא כולל פרטים חשובים על התגמול שלך, ההטבות והתנאים וההגבלות של העסקה הצפויה שלך עם {app_name}.

\n\n

{app_name} מציע {job_type}. תפקיד עבורך בתור {job_title}, מדווח ל[מנהל/מפקח מיידי] החל מ-{start_date} ב-{workplace_location}. שעות העבודה הצפויות הן {days_of_week}.

\n\n

בתפקיד זה, {app_name} מציע להתחיל אותך בשיעור שכר של {salary} לכל {salary_type}. תקבל תשלום על בסיס {salary_duration}.

\n\n

כחלק מהתגמול שלך, הוצעו גם [אם רלוונטי, תתאר כאן את הבונוס, חלוקת הרווחים, מבנה העמלות, אופציות המניות וכללי ועדת התגמול שלך].

\n\n

כעובד ב-{app_name} , אתה תהיה זכאי להטבות בקצרה, כגון ביטוח בריאות, תוכנית מניות, ביטוח שיניים וכו.

\n\n

נא לציין את הסכמתך לתנאים אלה וקבל הצעה זו על ידי חתימה ותאריך הסכם זה בתאריך {offer_expiration_date} או לפני כן.

\n\n

בכבוד רב,

\n\n

{app_name}

', 2, '2025-03-06 23:52:32', '2025-03-06 23:52:32'), (9, 'it', '

Lettera di offerta

\n\n

Gentile {applicant_name},

\n\n

{app_name} è entusiasta di coinvolgerti come {job_title}.

\n\n

Mancavano solo poche formalità per mettersi al lavoro. Si prega di prendere il tempo per rivedere la nostra offerta formale. Include dettagli importanti sulla tua retribuzione, benefici e termini e condizioni del tuo impiego previsto con {app_name}.

\n\n

{app_name} offre un {job_type}. posizione per te come {job_title}, riportando a [immediate manager/supervisor] a partire dal {start_date} presso {workplace_location}. L orario di lavoro previsto è {giorni_della_settimana}.

\n\n

In questa posizione, {app_name} si offre di iniziare con una retribuzione di {salary} per {salary_type}. Sarai pagato in base a {salary_duration}.

\n\n

Come parte del tuo compenso, offriamo anche [se applicabile, descriverai qui il tuo bonus, la partecipazione agli utili, la struttura delle commissioni, le stock option e le regole del comitato per i compensi].

\n\n

In qualità di dipendente di {app_name}, avrai diritto a vantaggi di nome breve, come l assicurazione sanitaria, il piano azionario, l assicurazione dentale e così via.

\n\n

Indica il tuo accordo con questi termini e accetta questa offerta firmando e datando questo accordo entro il giorno {offer_expiration_date}.

\n\n

Cordiali saluti,

\n\n

{app_name}

', 2, '2025-03-06 23:52:32', '2025-03-06 23:52:32'), (10, 'ja', '

内定通知

\n\n\n

{applicant_name} 様

\n\n

{app_name} は、あなたを {job_title} として迎えることに興奮しています。

\n\n

仕事に取り掛かる前に、ほんの少しの手続きがありました。時間をかけて正式なオファーを確認してください。これには、あなたの報酬、福利厚生、および {app_name} での予想される雇用条件に関する重要な詳細が含まれています。

\n\n

{app_name} が {job_type} を提供しています。 {job_title} として、{start_date} から {workplace_location} の直属のマネージャー/スーパーバイザーに報告します。予想される勤務時間は {days_of_week} です。

\n\n

このポジションでは、{app_name} は、{salary_type} あたり {salary} の賃金率であなたをスタートさせることを提案しています。 {salary_duration} 単位で支払われます。

\n\n

報酬の一部として、該当する場合は提供もしていました。ボーナス、利益分配、手数料体系、ストック オプション、および報酬委員会の規則についてここに説明します。

\n\n

{app_name} の従業員として、健康保険、ストック プラン、歯科保険などの簡単な名前の特典を受ける資格があります。

\n\n

{offer_expiration_date} 日までに本契約に署名し日付を記入して、これらの条件に同意し、このオファーを受け入れてください。

\n\n

心から、

\n\n

{app_name}

', 2, '2025-03-06 23:52:33', '2025-03-06 23:52:33'), (11, 'nl', '

Aanbiedingsbrief

\n\n\n\n

Beste {applicant_name},

\n\n\n\n

{app_name} is verheugd je aan boord te mogen verwelkomen als {job_title}.

\n\n\n\n

Waren slechts een paar formaliteiten verwijderd om aan het werk te gaan. Neem de tijd om ons formele aanbod te bekijken. Het bevat belangrijke details over uw vergoeding, voordelen en de voorwaarden van uw verwachte dienstverband bij {app_name}.

\n\n\n\n

{app_name} biedt een {job_type} aan. functie voor jou als {job_title}, rapporterend aan directe manager/supervisor vanaf {start_date} op {workplace_location}. De verwachte werkuren zijn {days_of_week}.

\n\n\n\n

In deze functie biedt {app_name} aan om je te starten tegen een salaris van {salary} per {salary_type}. U wordt betaald op basis van {salary_duration}.

\n\n\n\n

Als onderdeel van uw vergoeding, die u, indien van toepassing, ook aanbiedt, beschrijft u hier uw bonus, winstdeling, commissiestructuur, aandelenopties en regels van het vergoedingscomité.

\n\n\n\n

Als medewerker van {app_name} kom je in aanmerking voor korte naamvoordelen, zoals een ziektekostenverzekering, aandelenplan, tandartsverzekering, enz.

\n\n\n\n

Geef aan dat u akkoord gaat met deze voorwaarden en accepteer deze aanbieding door deze overeenkomst op of vóór {offer_expiration_date} te ondertekenen en te dateren.

\n\n\n\n

Eerlijk,

\n\n

{app_name}

', 2, '2025-03-06 23:52:33', '2025-03-06 23:52:33'), (12, 'pl', '

List ofertowy

\n\n

Drogi {applicant_name},

\n\n

{app_name} z radością zaprasza Cię do współpracy jako {job_title}.

\n\n

Od rozpoczęcia pracy dzieliło mnie tylko kilka formalności. Prosimy o poświęcenie czasu na zapoznanie się z naszą oficjalną ofertą. Zawiera ważne szczegóły dotyczące Twojego wynagrodzenia, świadczeń oraz warunków Twojego przewidywanego zatrudnienia w {app_name}.

\n\n\n

{app_name} oferuje {job_type}. stanowisko dla Ciebie jako {job_title}, raportowanie do bezpośredniego przełożonego/przełożonego począwszy od {start_date} w {workplace_location}. Przewidywane godziny pracy to {days_of_week}.

\n\n\n

Na tym stanowisku {app_name} oferuje Ci rozpoczęcie pracy za stawkę {salary} za {salary_type}. Otrzymasz zapłatę na podstawie {salary_duration}.

\n\n\n

W ramach wynagrodzenia, które oferowaliśmy, jeśli dotyczy, opiszesz tutaj swoją premię, podział zysków, strukturę prowizji, opcje na akcje i zasady komitetu ds. Wynagrodzeń.

\n\n\n

Jako pracownik {app_name} będziesz mieć prawo do krótkich imiennych świadczeń, takich jak ubezpieczenie zdrowotne, plan akcji, ubezpieczenie dentystyczne itp.

\n\n

Zaznacz, że zgadzasz się z tymi warunkami i zaakceptuj tę ofertę, podpisując i datując tę ​​umowę w dniu {offer_expiration_date} lub wcześniej.

\n\n

Z poważaniem,

\n\n

{app_name}

', 2, '2025-03-06 23:52:33', '2025-03-06 23:52:33'), (13, 'pt', '

Carta de oferta

\n\n\n

Prezado {applicant_name},

\n\n\n

{app_name} tem o prazer de trazer você a bordo como {job_title}.

\n\n\n

Faltavam apenas algumas formalidades para começar a trabalhar. Por favor, reserve um tempo para revisar nossa oferta formal. Ele inclui detalhes importantes sobre sua remuneração, benefícios e os termos e condições de seu emprego previsto com {app_name}.

\n\n\n

{app_name} está oferecendo um {job_type}. posição para você como {job_title}, reportando-se ao gerente/supervisor imediato a partir de {start_date} em {workplace_location}. As horas de trabalho previstas são {days_of_week}.

\n\n\n

Nesta posição, {app_name} está oferecendo para você começar com uma taxa de pagamento de {salary} por {salary_type}. Você será pago em uma base de {salary_duration}.

\n\n\n

Como parte de sua remuneração, também oferecida, se aplicável, você descreverá seu bônus, participação nos lucros, estrutura de comissões, opções de ações e regras do comitê de remuneração aqui.

\n\n\n

Como funcionário de {app_name} , você se qualificará para benefícios de nome breve, como seguro saúde, plano de ações, seguro odontológico etc.

\n\n\n

Indique sua concordância com estes termos e aceite esta oferta assinando e datando este contrato em ou antes de {offer_expiration_date}.

\n\n\n

Sinceramente,

\n\n

{app_name}

', 2, '2025-03-06 23:52:33', '2025-03-06 23:52:33'), (14, 'ru', '

Письмо с предложением

\n\n\n

Уважаемый {applicant_name!

\n\n\n

{app_name} рад предложить вам присоединиться к нам в качестве {job_title}.

\n\n\n

Осталось всего несколько формальностей, чтобы приступить к работе. Пожалуйста, найдите время, чтобы ознакомиться с нашим официальным предложением. В нем содержится важная информация о вашем вознаграждении, льготах и ​​условиях вашего предполагаемого трудоустройства в {app_name}.

\n\n\n

{app_name} предлагает {job_type}. должность для вас как {job_title}, подчинение непосредственному руководителю/руководителю начиная с {start_date} в {workplace_location}. Ожидаемое рабочее время: {days_of_week}.

\n\n\n

На этой должности {app_name} предлагает вам начать работу со ставкой заработной платы {salary} за {salary_type}. Вам будут платить на основе {salary_duration}.

\n\n\n

В рамках вашего вознаграждения мы также предлагаем, если это применимо, вы описываете свой бонус, распределение прибыли, структуру комиссионных, опционы на акции и правила компенсационного комитета здесь.

\n\n\n

Как сотрудник {app_name}, вы будете иметь право на краткосрочные льготы, такие как медицинская страховка, план акций, стоматологическая страховка и т. д.

\n\n\n

Пожалуйста, подтвердите свое согласие с этими условиями и примите это предложение, подписав и датировав это соглашение не позднее {offer_expiration_date}.

\n\n\n

Искренне,

\n\n

{app_name}

', 2, '2025-03-06 23:52:33', '2025-03-06 23:52:33'), (15, 'tr', '

Teklif Mektubu

\n\n

Sayın {applicant_name},

\n\n

{app_name}, sizi {job_title} olarak dahil etmekten heyecan duyuyor.

\n\n

İşe başlamaktan sadece birkaç formalite uzaktaydı. Lütfen resmi teklifimizi incelemek için zaman ayırın. Maaşınız, avantajlarınız ve {app_name} ile tahmini istihdamınızın şart ve koşulları hakkında önemli ayrıntılar içerir.

\n\n

{app_name}, bir {job_type} sunuyor. {job_title} olarak sizin için pozisyon, {start_date} tarihinden itibaren {workplace_location} adresinde [acil yönetici/denetçiye] rapor verecek. Beklenen çalışma saatleri: {days_of_week}.

\n\n

Bu pozisyonda {app_name}, size {salary_type} başına {salary} ödeme oranıyla başlamanızı teklif ediyor. Size {salary_duration} bazında ödeme yapılacak.

\n\n

Tazminatınızın bir parçası olarak [varsa ikramiyenizi, kâr paylaşımınızı, komisyon yapınızı, hisse senedi opsiyonlarınızı ve ücret komitesi kurallarınızı burada açıklayacaksınız] da teklif ediyoruz.

\n\n

Bir {app_name} çalışanı olarak, sağlık sigortası, stok planı, diş sigortası vb. gibi kısaca isim haklarına hak kazanacaksınız.

\n\n

Lütfen bu şartları kabul ettiğinizi belirtin ve bu sözleşmeyi {offer_expiration_date} tarihinde veya öncesinde imzalayıp tarih atarak bu teklifi kabul edin.

\n\n

Saygılarımızla,

\n\n

{uygulama_adı}

', 2, '2025-03-06 23:52:33', '2025-03-06 23:52:33'), (16, 'pt-br', '

Carta de oferta

\n\n\n

Prezado {applicant_name},

\n\n\n

{app_name} tem o prazer de trazer você a bordo como {job_title}.

\n\n\n

Faltavam apenas algumas formalidades para começar a trabalhar. Por favor, reserve um tempo para revisar nossa oferta formal. Ele inclui detalhes importantes sobre sua remuneração, benefícios e os termos e condições de seu emprego previsto com {app_name}.

\n\n\n

{app_name} está oferecendo um {job_type}. posição para você como {job_title}, reportando-se ao gerente/supervisor imediato a partir de {start_date} em {workplace_location}. As horas de trabalho previstas são {days_of_week}.

\n\n\n

Nesta posição, {app_name} está oferecendo para você começar com uma taxa de pagamento de {salary} por {salary_type}. Você será pago em uma base de {salary_duration}.

\n\n\n

Como parte de sua remuneração, também oferecida, se aplicável, você descreverá seu bônus, participação nos lucros, estrutura de comissões, opções de ações e regras do comitê de remuneração aqui.

\n\n\n

Como funcionário de {app_name} , você se qualificará para benefícios de nome breve, como seguro saúde, plano de ações, seguro odontológico etc.

\n\n\n

Indique sua concordância com estes termos e aceite esta oferta assinando e datando este contrato em ou antes de {offer_expiration_date}.

\n\n\n

Sinceramente,

\n\n

{app_name}

', 2, '2025-03-06 23:52:33', '2025-03-06 23:52:33'); -- -------------------------------------------------------- -- -- Table structure for table `genrate_payslip_options` -- CREATE TABLE `genrate_payslip_options` ( `id` bigint(20) UNSIGNED NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `goals` -- CREATE TABLE `goals` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `type` varchar(191) NOT NULL, `from` varchar(191) DEFAULT NULL, `to` varchar(191) DEFAULT NULL, `amount` decimal(15,2) NOT NULL DEFAULT 0.00, `is_display` int(11) NOT NULL DEFAULT 1, `created_by` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `goal_trackings` -- CREATE TABLE `goal_trackings` ( `id` bigint(20) UNSIGNED NOT NULL, `branch` int(11) NOT NULL, `goal_type` int(11) NOT NULL, `start_date` date NOT NULL, `end_date` date NOT NULL, `subject` varchar(191) DEFAULT NULL, `rating` varchar(191) DEFAULT NULL, `target_achievement` varchar(191) DEFAULT NULL, `description` text DEFAULT NULL, `status` int(11) NOT NULL DEFAULT 0, `progress` int(11) NOT NULL DEFAULT 0, `created_by` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `goal_types` -- CREATE TABLE `goal_types` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `created_by` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `holidays` -- CREATE TABLE `holidays` ( `id` bigint(20) UNSIGNED NOT NULL, `date` date NOT NULL, `end_date` date NOT NULL, `occasion` text NOT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `indicators` -- CREATE TABLE `indicators` ( `id` bigint(20) UNSIGNED NOT NULL, `branch` int(11) NOT NULL DEFAULT 0, `department` int(11) NOT NULL DEFAULT 0, `designation` int(11) NOT NULL DEFAULT 0, `rating` varchar(191) DEFAULT NULL, `customer_experience` int(11) NOT NULL DEFAULT 0, `marketing` int(11) NOT NULL DEFAULT 0, `administration` int(11) NOT NULL DEFAULT 0, `professionalism` int(11) NOT NULL DEFAULT 0, `integrity` int(11) NOT NULL DEFAULT 0, `attendance` int(11) NOT NULL DEFAULT 0, `created_user` int(11) NOT NULL DEFAULT 0, `created_by` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `interview_schedules` -- CREATE TABLE `interview_schedules` ( `id` bigint(20) UNSIGNED NOT NULL, `candidate` int(11) NOT NULL, `employee` int(11) NOT NULL DEFAULT 0, `date` date NOT NULL, `time` time NOT NULL, `comment` text DEFAULT NULL, `employee_response` varchar(191) DEFAULT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `invoices` -- CREATE TABLE `invoices` ( `id` bigint(20) UNSIGNED NOT NULL, `invoice_id` bigint(20) UNSIGNED NOT NULL, `customer_id` bigint(20) UNSIGNED NOT NULL, `issue_date` date NOT NULL, `due_date` date NOT NULL, `send_date` date DEFAULT NULL, `category_id` int(11) NOT NULL, `ref_number` text DEFAULT NULL, `status` int(11) NOT NULL DEFAULT 0, `shipping_display` int(11) NOT NULL DEFAULT 1, `discount_apply` int(11) NOT NULL DEFAULT 0, `created_by` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `invoice_bank_transfers` -- CREATE TABLE `invoice_bank_transfers` ( `id` bigint(20) UNSIGNED NOT NULL, `invoice_id` int(11) NOT NULL, `order_id` int(11) NOT NULL, `amount` decimal(15,2) NOT NULL DEFAULT 0.00, `status` varchar(191) DEFAULT NULL, `date` date DEFAULT NULL, `receipt` varchar(191) DEFAULT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `invoice_payments` -- CREATE TABLE `invoice_payments` ( `id` bigint(20) UNSIGNED NOT NULL, `invoice_id` int(11) NOT NULL, `date` date NOT NULL, `amount` decimal(16,2) NOT NULL DEFAULT 0.00, `account_id` int(11) NOT NULL DEFAULT 0, `payment_method` int(11) NOT NULL DEFAULT 0, `order_id` varchar(191) DEFAULT NULL, `currency` varchar(191) DEFAULT NULL, `txn_id` varchar(191) DEFAULT NULL, `payment_type` varchar(191) NOT NULL DEFAULT 'Manually', `receipt` varchar(191) DEFAULT NULL, `add_receipt` varchar(191) DEFAULT NULL, `reference` varchar(191) DEFAULT NULL, `description` text DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `invoice_products` -- CREATE TABLE `invoice_products` ( `id` bigint(20) UNSIGNED NOT NULL, `invoice_id` int(11) NOT NULL, `product_id` int(11) NOT NULL, `quantity` int(11) NOT NULL, `tax` varchar(50) DEFAULT NULL, `discount` double NOT NULL DEFAULT 0, `price` decimal(16,2) NOT NULL DEFAULT 0.00, `description` text DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `ip_restricts` -- CREATE TABLE `ip_restricts` ( `id` bigint(20) UNSIGNED NOT NULL, `ip` varchar(191) NOT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `jobs` -- CREATE TABLE `jobs` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(191) NOT NULL, `description` text DEFAULT NULL, `requirement` text DEFAULT NULL, `branch` int(11) NOT NULL DEFAULT 0, `category` int(11) NOT NULL DEFAULT 0, `skill` text DEFAULT NULL, `position` int(11) DEFAULT NULL, `start_date` date DEFAULT NULL, `end_date` date DEFAULT NULL, `status` varchar(191) DEFAULT NULL, `applicant` varchar(191) DEFAULT NULL, `visibility` varchar(191) DEFAULT NULL, `code` varchar(191) DEFAULT NULL, `custom_question` varchar(191) DEFAULT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `job_applications` -- CREATE TABLE `job_applications` ( `id` bigint(20) UNSIGNED NOT NULL, `job` int(11) NOT NULL, `name` varchar(191) DEFAULT NULL, `email` varchar(191) DEFAULT NULL, `phone` varchar(191) DEFAULT NULL, `profile` varchar(191) DEFAULT NULL, `resume` varchar(191) DEFAULT NULL, `cover_letter` text DEFAULT NULL, `dob` date DEFAULT NULL, `gender` varchar(191) DEFAULT NULL, `country` varchar(191) DEFAULT NULL, `state` varchar(191) DEFAULT NULL, `city` varchar(191) DEFAULT NULL, `stage` int(11) NOT NULL DEFAULT 1, `order` int(11) NOT NULL DEFAULT 0, `skill` text DEFAULT NULL, `rating` int(11) NOT NULL DEFAULT 0, `is_archive` int(11) NOT NULL DEFAULT 0, `custom_question` text DEFAULT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `job_application_notes` -- CREATE TABLE `job_application_notes` ( `id` bigint(20) UNSIGNED NOT NULL, `application_id` int(11) NOT NULL DEFAULT 0, `note_created` int(11) NOT NULL DEFAULT 0, `note` text DEFAULT NULL, `created_by` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `job_categories` -- CREATE TABLE `job_categories` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(191) NOT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `job_on_boards` -- CREATE TABLE `job_on_boards` ( `id` bigint(20) UNSIGNED NOT NULL, `application` int(11) NOT NULL, `joining_date` date DEFAULT NULL, `status` varchar(191) DEFAULT NULL, `convert_to_employee` int(11) NOT NULL DEFAULT 0, `job_type` varchar(191) DEFAULT NULL, `days_of_week` int(11) DEFAULT NULL, `salary` int(11) DEFAULT NULL, `salary_type` varchar(191) DEFAULT NULL, `salary_duration` varchar(191) DEFAULT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `job_stages` -- CREATE TABLE `job_stages` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(191) NOT NULL, `order` int(11) NOT NULL DEFAULT 0, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `job_stages` -- INSERT INTO `job_stages` (`id`, `title`, `order`, `created_by`, `created_at`, `updated_at`) VALUES (1, 'Applied', 0, 2, '2025-03-06 23:51:59', '2025-03-06 23:51:59'), (2, 'Phone Screen', 0, 2, '2025-03-06 23:51:59', '2025-03-06 23:51:59'), (3, 'Interview', 0, 2, '2025-03-06 23:51:59', '2025-03-06 23:51:59'), (4, 'Hired', 0, 2, '2025-03-06 23:51:59', '2025-03-06 23:51:59'), (5, 'Rejected', 0, 2, '2025-03-06 23:51:59', '2025-03-06 23:51:59'); -- -------------------------------------------------------- -- -- Table structure for table `joining_letters` -- CREATE TABLE `joining_letters` ( `id` bigint(20) UNSIGNED NOT NULL, `lang` varchar(100) NOT NULL, `content` text DEFAULT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `joining_letters` -- INSERT INTO `joining_letters` (`id`, `lang`, `content`, `created_by`, `created_at`, `updated_at`) VALUES (1, 'ar', '

خطاب الانضمام

\n

{date}

\n

{employee_name}

\n

{address}

\n

الموضوع: موعد لوظيفة {designation}

\n

عزيزي {employee_name} ،

\n

يسعدنا أن نقدم لك منصب {designation} مع {app_name} \"الشركة\" وفقًا للشروط التالية و

\n

الظروف:

\n

1. بدء العمل

\n

سيصبح عملك ساريًا اعتبارًا من {start_date}

\n

2. المسمى الوظيفي

\n

سيكون المسمى الوظيفي الخاص بك هو {designation}.

\n

3. الراتب

\n

سيكون راتبك والمزايا الأخرى على النحو المبين في الجدول 1 ، طيه.

\n

4. مكان الإرسال

\n

سيتم إرسالك إلى {branch}. ومع ذلك ، قد يُطلب منك العمل في أي مكان عمل تمتلكه الشركة ، أو

\n

قد تحصل لاحقًا.

\n

5. ساعات العمل

\n

أيام العمل العادية هي من الاثنين إلى الجمعة. سيُطلب منك العمل لساعات حسب الضرورة لـ

\n

أداء واجباتك على النحو الصحيح تجاه الشركة. ساعات العمل العادية من {start_time} إلى {end_time} وأنت

\n

من المتوقع أن يعمل ما لا يقل عن {total_hours} ساعة كل أسبوع ، وإذا لزم الأمر لساعات إضافية اعتمادًا على

\n

المسؤوليات.

\n

6. الإجازة / العطل

\n

6.1 يحق لك الحصول على إجازة غير رسمية مدتها 12 يومًا.

\n

6.2 يحق لك الحصول على إجازة مرضية مدفوعة الأجر لمدة 12 يوم عمل.

\n

6.3 تخطر الشركة بقائمة الإجازات المعلنة في بداية كل عام.

\n

7. طبيعة الواجبات

\n

ستقوم بأداء أفضل ما لديك من واجبات متأصلة في منصبك ومهام إضافية مثل الشركة

\n

قد يدعوك لأداء ، من وقت لآخر. واجباتك المحددة منصوص عليها في الجدول الثاني بهذه الرسالة.

\n

8. ممتلكات الشركة

\n

ستحافظ دائمًا على ممتلكات الشركة في حالة جيدة ، والتي قد يتم تكليفك بها للاستخدام الرسمي خلال فترة عملها

\n

عملك ، ويجب أن تعيد جميع هذه الممتلكات إلى الشركة قبل التخلي عن الرسوم الخاصة بك ، وإلا فإن التكلفة

\n

نفس الشيء سوف تسترده منك الشركة.

\n

9. الاقتراض / قبول الهدايا

\n

لن تقترض أو تقبل أي أموال أو هدية أو مكافأة أو تعويض مقابل مكاسبك الشخصية من أو تضع نفسك بأي طريقة أخرى

\n

بموجب التزام مالي تجاه أي شخص / عميل قد تكون لديك تعاملات رسمية معه.

\n

10. الإنهاء

\n

10.1 يمكن للشركة إنهاء موعدك ، دون أي سبب ، من خلال إعطائك ما لا يقل عن [إشعار] قبل أشهر

\n

إشعار خطي أو راتب بدلاً منه. لغرض هذا البند ، يقصد بالراتب المرتب الأساسي.

\n

10.2 إنهاء عملك مع الشركة ، دون أي سبب ، من خلال تقديم ما لا يقل عن إشعار الموظف

\n

أشهر الإخطار أو الراتب عن الفترة غير المحفوظة ، المتبقية بعد تعديل الإجازات المعلقة ، كما في التاريخ.

\n

10.3 تحتفظ الشركة بالحق في إنهاء عملك بإيجاز دون أي فترة إشعار أو مدفوعات إنهاء

\n

إذا كان لديه سبب معقول للاعتقاد بأنك مذنب بسوء السلوك أو الإهمال ، أو ارتكبت أي خرق جوهري لـ

\n

العقد ، أو تسبب في أي خسارة للشركة.

\n

10. 4 عند إنهاء عملك لأي سبب من الأسباب ، ستعيد إلى الشركة جميع ممتلكاتك ؛ المستندات و

\n

الأوراق الأصلية ونسخها ، بما في ذلك أي عينات ، وأدبيات ، وعقود ، وسجلات ، وقوائم ، ورسومات ، ومخططات ،

\n

الرسائل والملاحظات والبيانات وما شابه ذلك ؛ والمعلومات السرية التي بحوزتك أو تحت سيطرتك والمتعلقة بك

\n

التوظيف أو الشؤون التجارية للعملاء.

\n

11. المعلومات السرية

\n

11. 1 أثناء عملك في الشركة ، سوف تكرس وقتك واهتمامك ومهارتك كلها بأفضل ما لديك من قدرات

\n

عملها. لا يجوز لك ، بشكل مباشر أو غير مباشر ، الانخراط أو الارتباط بنفسك ، أو الارتباط به ، أو القلق ، أو التوظيف ، أو

\n

الوقت أو متابعة أي دورة دراسية على الإطلاق ، دون الحصول على إذن مسبق من الشركة أو الانخراط في أي عمل آخر أو

\n

الأنشطة أو أي وظيفة أخرى أو العمل بدوام جزئي أو متابعة أي دورة دراسية على الإطلاق ، دون إذن مسبق من

\n

شركة.

\n

11. المعلومات السرية

\n

11. 1 أثناء عملك في الشركة ، سوف تكرس وقتك واهتمامك ومهارتك كلها بأفضل ما لديك من قدرات

\n

عملها. لا يجوز لك ، بشكل مباشر أو غير مباشر ، الانخراط أو الارتباط بنفسك ، أو الارتباط به ، أو القلق ، أو التوظيف ، أو

\n

الوقت أو متابعة أي دورة دراسية على الإطلاق ، دون الحصول على إذن مسبق من الشركة أو الانخراط في أي عمل آخر أو

\n

الأنشطة أو أي وظيفة أخرى أو العمل بدوام جزئي أو متابعة أي دورة دراسية على الإطلاق ، دون إذن مسبق من

\n

شركة.

\n

11.2 يجب عليك دائمًا الحفاظ على أعلى درجة من السرية والحفاظ على سرية السجلات والوثائق وغيرها

\n

المعلومات السرية المتعلقة بأعمال الشركة والتي قد تكون معروفة لك أو مخولة لك بأي وسيلة

\n

ولن تستخدم هذه السجلات والمستندات والمعلومات إلا بالطريقة المصرح بها حسب الأصول لصالح الشركة. إلى عن على

\n

أغراض هذا البند \"المعلومات السرية\" تعني المعلومات المتعلقة بأعمال الشركة وعملائها

\n

التي لا تتوفر لعامة الناس والتي قد تتعلمها أثناء عملك. هذا يشمل،

\n

على سبيل المثال لا الحصر ، المعلومات المتعلقة بالمنظمة وقوائم العملاء وسياسات التوظيف والموظفين والمعلومات

\n

حول منتجات الشركة وعملياتها بما في ذلك الأفكار والمفاهيم والإسقاطات والتكنولوجيا والكتيبات والرسم والتصاميم ،

\n

المواصفات وجميع الأوراق والسير الذاتية والسجلات والمستندات الأخرى التي تحتوي على هذه المعلومات السرية.

\n

11.3 لن تقوم في أي وقت بإزالة أي معلومات سرية من المكتب دون إذن.

\n\n

11.4 واجبك في الحماية وعدم الإفشاء

\n\n

تظل المعلومات السرية سارية بعد انتهاء أو إنهاء هذه الاتفاقية و / أو عملك مع الشركة.

\n\n

11.5 سوف يجعلك خرق شروط هذا البند عرضة للفصل بإجراءات موجزة بموجب الفقرة أعلاه بالإضافة إلى أي

\n\n

أي تعويض آخر قد يكون للشركة ضدك في القانون.

\n\n

12. الإخطارات

\n\n

يجوز لك إرسال إخطارات إلى الشركة على عنوان مكتبها المسجل. يمكن أن ترسل لك الشركة إشعارات على

\n\n

العنوان الذي أشرت إليه في السجلات الرسمية.

\n\n\n\n

13. تطبيق سياسة الشركة

\n\n

يحق للشركة تقديم إعلانات السياسة من وقت لآخر فيما يتعلق بمسائل مثل استحقاق الإجازة والأمومة

\n\n

الإجازة ، ومزايا الموظفين ، وساعات العمل ، وسياسات النقل ، وما إلى ذلك ، ويمكن تغييرها من وقت لآخر وفقًا لتقديرها الخاص.

\n\n

جميع قرارات سياسة الشركة هذه ملزمة لك ويجب أن تلغي هذه الاتفاقية إلى هذا الحد.

\n\n\n\n

14. القانون الحاكم / الاختصاص القضائي

\n\n

يخضع عملك في الشركة لقوانين الدولة. تخضع جميع النزاعات للاختصاص القضائي للمحكمة العليا

\n\n

غوجارات فقط.

\n\n\n\n

15. قبول عرضنا

\n\n

يرجى تأكيد قبولك لعقد العمل هذا من خلال التوقيع وإعادة النسخة المكررة.

\n\n\n\n

نرحب بكم ونتطلع إلى تلقي موافقتكم والعمل معكم.

\n\n\n\n

تفضلوا بقبول فائق الاحترام،

\n\n

{app_name}

\n\n

{date}

', 2, '2025-03-06 23:52:34', '2025-03-06 23:52:34'), (2, 'zh', '

加入信

\n

{日期}

\n

{employee_name}

\n

{地址}

\n

主题:任命 {designation} 职位

\n

亲爱的{employee_name},

\n

我们很高兴根据以下条款向您提供 {app_name} theCompany 的 {designation} 职位,并且

\n

条件:

\n

1.开始就业

\n

您的雇佣关系将于 {start_date}起生效

\n

2.职位名称

\n

您的职位名称为{designation}。

\n

3.薪资

\n

您的工资和其他福利将在附表 1 中列出。

\n

4.发帖地点

\n

您将被调往{branch}。但是,您可能需要在公司拥有的任何营业地点工作,或者

\n

稍后可能会获得。

\n

5.工作时间

\n

正常工作日为周一至周五。您将需要在必要的时间内工作

\n

正确履行您对公司的职责。正常工作时间为 {start_time} 至 {end_time},您

\n

预计每周工作不少于 {total_hours} 小时,如有必要,可根据您的情况增加工作时间

\n

职责。

\n

6.休假/节假日

\n

6.1 您有权享受 12 天的事假。

\n

6.2 您有权享受 12 个工作日的带薪病假。

\n

6.3 公司应在每年年初公布已宣布的假期清单。

\n

7.职责性质

\n

您将尽最大努力履行您职位固有的所有职责以及公司的额外职责

\n

可能会不时要求您表演。您的具体职责详见附表二。

\n

8.公司财产

\n

您将始终保持公司财产处于良好状态,这些财产可能会在工作期间委托给您用于官方使用

\n

您的工作,并应在放弃您的费用之前将所有此类财产归还给公司,否则费用

\n

公司将向您追回相同的内容。

\n

9.借用/接受礼物

\n

您不会借用或接受任何金钱、礼物、奖励或补偿来获取个人利益或以其他方式安置自己

\n

对可能与您进行正式交易的任何个人/客户承担金钱义务。

\n

10。终止

\n

10.1 公司可以在至少提前 [通知] 个月之前向您发出无任何理由的终止您的任命

\n

书面通知或工资代替。本条款中的工资是指基本工资。

\n

10.2 您可以通过发出不少于[员工通知]来终止与公司的雇佣关系,无需任何理由

\n

未保存期间的提前几个月通知或工资,在待休假调整后剩余,截至日期。

\n

10.3 公司保留立即终止您的雇佣关系的权利,无需任何通知期或终止付款

\n

如果有合理理由相信您犯有不当行为或疏忽,或犯有任何根本性违规行为

\n

合同,或给公司造成任何损失。

\n

10。 4.无论因何种原因终止雇佣关系,您应将所有财产返还给公司;文件,以及

\n

纸张,包括原件和副本,包括任何样本、文献、合同、记录、清单、图纸、蓝图,

\n

信件、笔记、数据等;您拥有或控制下的与您相关的机密信息

\n

就业或客户商务事务。

\n

11。机密信息

\n

11。 1 在您就职于公司期间,您将尽最大努力投入全部时间、注意力和技能,以实现

\n

它的业务。您不得直接或间接与以下人员接触或交往、与之有联系、涉及、受雇或参与

\n

未经公司事先许可,花时间或参加任何学习课程。从事任何其他业务或

\n

未经事先许可,进行活动或任何其他职位或兼职工作或进行任何学习课程

\n

公司。

\n

11.2 您必须始终保持最高程度的机密性,并对记录、文件和其他内容保密

\n

您可能知道或通过任何方式向您透露的与公司业务相关的机密信息

\n

您只能以符合公司利益的正式授权方式使用此类记录、文件和信息。对于

\n

本条款的目的机密信息是指有关公司业务及其客户业务的信息

\n

这对公众来说是无法获得的,但您可以在工作过程中了解到。这包括,

\n

但不限于与组织、其客户名单、雇佣政策、人员和信息相关的信息

\n

关于公司的产品、流程,包括想法、概念、预测、技术、手册、绘图、设计,

\n

规范以及包含此类机密信息的所有文件、简历、记录和其他文件。

\n

11.3 未经许可,您不得从办公室删除任何机密信息。

\n

11.4 您的保护义务和不披露义务

\n

在本协议期满或终止和/或您在公司任职后,机密信息将继续有效。

\n

11.5 违反本条款的条件将使您根据上述条款承担立即解雇的责任,此外还有任何责任

\n

公司可能根据法律对您采取的其他补救措施。

\n

12.通知

\n

您可以通过公司的注册办公地址向公司发出通知。公司可能会通过以下地址向您发出通知:

\n

您在官方记录中透露的地址。

\n

13。公司政策的适用性

\n

公司有权不时就休假、生育等事宜作出政策声明

\n

休假、员工福利、工作时间、调动政策等,并可能自行决定不时进行更改。

\n

公司的所有此类政策决定均对您具有约束力,并在一定程度上优先于本协议。

\n

14。适用法律/司法管辖区

\n

您在公司的雇佣关系须遵守国家/地区法律。所有争议均受高等法院管辖

\n

仅限古吉拉特邦。

\n

15。接受我们的报价

\n

请签署并返回副本以确认您接受本雇佣合同。

\n

我们欢迎您,并期待得到您的认可并与您合作。

\n

此致,

\n

{应用名称}

\n

{日期}

', 2, '2025-03-06 23:52:35', '2025-03-06 23:52:35'), (3, 'da', '

Tilslutningsbrev

\n\n\n

{date}

\n\n

{employee_name}

\n\n

{address}

\n\n

Emne: Udnævnelse til stillingen som {designation}

\n\n\n\n\n\n\n\n

Kære {employee_name}

\n\n\n\n

Vi er glade for at kunne tilbyde dig stillingen som {designation} hos {app_name} \"Virksomheden\" på følgende vilkår og

\n\n

betingelser:

\n\n\n

1. Påbegyndelse af ansættelse

\n\n

Din ansættelse træder i kraft fra {start_date}

\n\n\n\n

2. Jobtitel

\n\n\n

Din jobtitel vil være {designation}.

\n\n\n\n

3. Løn

\n\n

Din løn og andre goder vil være som angivet i skema 1, hertil.

\n\n\n\n

4. Udstationeringssted

\n\n

Du vil blive slået op på {branch}. Du kan dog blive bedt om at arbejde på ethvert forretningssted, som virksomheden har, eller

\n\n

senere kan erhverve.

\n\n\n

5. Arbejdstimer

\n\n

De normale arbejdsdage er mandag til fredag. Du vil blive forpligtet til at arbejde i de timer, som er nødvendige for

\n\n

behørig varetagelse af dine pligter over for virksomheden. Den normale arbejdstid er fra {start_time} til {end_time}, og det er du

\n\n

forventes at arbejde ikke mindre end {total_hours} timer hver uge, og om nødvendigt yderligere timer afhængigt af din

\n\n

ansvar.

\n\n\n\n

6. Orlov/Ferie

\n\n

6.1 Du har ret til tilfældig ferie på 12 dage.

\n\n

6.2 Du har ret til 12 arbejdsdages sygefravær med løn.

\n\n

6.3 Virksomheden skal meddele en liste over erklærede helligdage i begyndelsen af ​​hvert år.

\n\n\n\n

7. Arbejdsopgavernes art

\n\n

Du vil efter bedste evne udføre alle de opgaver, der er iboende i din stilling og sådanne yderligere opgaver som virksomheden

\n\n

kan opfordre dig til at optræde, fra tid til anden. Dine specifikke pligter er beskrevet i skema II hertil.

\n\n\n

8. Firmaejendom

\n\n

Du vil altid vedligeholde virksomhedens ejendom i god stand, som kan blive overdraget til dig til officiel brug i løbet af

\n\n

din ansættelse, og skal returnere al sådan ejendom til virksomheden, før du opgiver din afgift, i modsat fald vil omkostningerne

\n\n

af samme vil blive inddrevet fra dig af virksomheden.

\n\n\n\n

9. Lån/modtagelse af gaver

\n\n

Du vil ikke låne eller acceptere nogen penge, gave, belønning eller kompensation for dine personlige gevinster fra eller på anden måde placere dig selv

\n\n

under en økonomisk forpligtelse over for enhver person/kunde, som du måtte have officielle forbindelser med.

\n\n

10. Opsigelse

\n\n

10.1 Din ansættelse kan opsiges af virksomheden uden nogen grund ved at give dig mindst [varsel] måneder før

\n\n

skriftligt varsel eller løn i stedet herfor. Ved løn forstås i denne paragraf grundløn.

\n\n

10.2 Du kan opsige dit ansættelsesforhold i virksomheden uden nogen grund ved at give mindst [Medarbejdermeddelelse]

\n\n

måneders forudgående varsel eller løn for den ikke-opsparede periode, tilbage efter regulering af afventende orlov, som på dato.

\n\n

10.3 Virksomheden forbeholder sig retten til at opsige dit ansættelsesforhold midlertidigt uden opsigelsesfrist eller opsigelsesbetaling

\n\n

hvis den har rimelig grund til at tro, at du er skyldig i forseelse eller uagtsomhed, eller har begået et grundlæggende brud på

\n\n

kontrakt, eller forårsaget tab for virksomheden.

\n\n

10. 4 Ved ophør af din ansættelse uanset årsag, vil du returnere al ejendom til virksomheden; dokumenter, og

\n\n

papir, både originale og kopier heraf, inklusive prøver, litteratur, kontrakter, optegnelser, lister, tegninger, tegninger,

\n\n

breve, notater, data og lignende; og fortrolige oplysninger, i din besiddelse eller under din kontrol vedrørende din

\n\n

ansættelse eller til kunders forretningsforhold.

\n

11. Fortrolige oplysninger

\n\n

11. 1 Under din ansættelse i virksomheden vil du bruge al din tid, opmærksomhed og dygtighed efter bedste evne til

\n\n

sin virksomhed. Du må ikke, direkte eller indirekte, engagere eller associere dig med, være forbundet med, bekymret, ansat eller

\n\n

tid eller forfølge et hvilket som helst studieforløb uden forudgående tilladelse fra virksomheden. involveret i anden virksomhed eller

\n\n

aktiviteter eller enhver anden stilling eller arbejde på deltid eller forfølge ethvert studieforløb uden forudgående tilladelse fra

\n\n

Selskab.

\n

11.2 Du skal altid opretholde den højeste grad af fortrolighed og opbevare optegnelser, dokumenter og andre fortrolige oplysninger.

\n\n

Fortrolige oplysninger vedrørende virksomhedens virksomhed, som kan være kendt af dig eller betroet dig på nogen måde

\n\n

og du vil kun bruge sådanne optegnelser, dokumenter og oplysninger på en behørigt autoriseret måde i virksomhedens interesse. Til

\n\n

formålene med denne paragraf \"Fortrolige oplysninger\" betyder oplysninger om virksomhedens og dets kunders forretning

\n\n

som ikke er tilgængelig for offentligheden, og som du kan lære i løbet af din ansættelse. Dette inkluderer,

\n\n

men er ikke begrænset til information vedrørende organisationen, dens kundelister, ansættelsespolitikker, personale og information

\n\n

om virksomhedens produkter, processer, herunder ideer, koncepter, projektioner, teknologi, manualer, tegning, design,

\n\n

specifikationer og alle papirer, CVer, optegnelser og andre dokumenter, der indeholder sådanne fortrolige oplysninger.

\n\n

11.3 Du vil på intet tidspunkt fjerne fortrolige oplysninger fra kontoret uden tilladelse.

\n\n

11.4 Din pligt til at beskytte og ikke oplyse

\n\n

e Fortrolige oplysninger vil overleve udløbet eller opsigelsen af ​​denne aftale og/eller din ansættelse hos virksomheden.

\n\n

11.5 Overtrædelse af betingelserne i denne klausul vil gøre dig ansvarlig for midlertidig afskedigelse i henhold til klausulen ovenfor ud over evt.

\n\n

andre retsmidler, som virksomheden måtte have mod dig i henhold til loven.

\n

12. Meddelelser

\n\n

Meddelelser kan gives af dig til virksomheden på dets registrerede kontoradresse. Meddelelser kan gives af virksomheden til dig på

\n\n

den adresse, du har angivet i de officielle optegnelser.

\n\n\n\n

13. Anvendelse af virksomhedens politik

\n\n

Virksomheden er berettiget til fra tid til anden at afgive politiske erklæringer vedrørende sager som ret til orlov, barsel

\n\n

orlov, ansattes ydelser, arbejdstider, overførselspolitikker osv., og kan ændre det samme fra tid til anden efter eget skøn.

\n\n

Alle sådanne politiske beslutninger fra virksomheden er bindende for dig og tilsidesætter denne aftale i det omfang.

\n\n\n\n

14. Gældende lov/Jurisdiktion

\n\n

Din ansættelse hos virksomheden er underlagt landets love. Alle tvister er underlagt High Courts jurisdiktion

\n\n

Kun Gujarat.

\n\n\n\n

15. Accept af vores tilbud

\n\n

Bekræft venligst din accept af denne ansættelseskontrakt ved at underskrive og returnere kopien.

\n\n\n\n

Vi byder dig velkommen og ser frem til at modtage din accept og til at arbejde sammen med dig.

\n\n\n\n

Venlig hilsen,

\n\n

{app_name}

\n\n

{date}

', 2, '2025-03-06 23:52:35', '2025-03-06 23:52:35'), (4, 'de', '

Beitrittsbrief

\n\n

{date}

\n

{employee_name}

\n

{address}

\n\n\n\n

Betreff: Ernennung für die Stelle von {designation}

\n\n\n\n\n\n\n\n

Sehr geehrter {employee_name},

\n\n\n\n

Wir freuen uns, Ihnen die Position von {designation} bei {app_name} dem „Unternehmen“ zu den folgenden Bedingungen anbieten zu können

\n\n

Bedingungen:

\n\n\n

1. Aufnahme des Arbeitsverhältnisses

\n\n

Ihre Anstellung gilt ab dem {start_date}

\n\n\n

2. Berufsbezeichnung

\n\n

Ihre Berufsbezeichnung lautet {designation}.

\n\n\n

3. Gehalt

\n\n

Ihr Gehalt und andere Leistungen sind in Anhang 1 zu diesem Dokument aufgeführt.

\n\n\n

4. Postort

\n\n

Sie werden bei {branch} eingestellt. Es kann jedoch erforderlich sein, dass Sie an jedem Geschäftssitz arbeiten, den das Unternehmen hat, oder

\n\n

später erwerben kann.

\n\n\n

5. Arbeitszeit

\n

Die normalen Arbeitstage sind Montag bis Freitag. Sie müssen so viele Stunden arbeiten, wie es für die erforderlich ist

\n

ordnungsgemäße Erfüllung Ihrer Pflichten gegenüber dem Unternehmen. Die normalen Arbeitszeiten sind von {start_time} bis {end_time} und Sie sind es

\n

voraussichtlich nicht weniger als {total_hours} Stunden pro Woche arbeiten, und falls erforderlich, abhängig von Ihren zusätzlichen Stunden

\n

Verantwortlichkeiten.

\n\n\n\n

6. Urlaub/Urlaub

\n\n

6.1 Sie haben Anspruch auf Freizeiturlaub von 12 Tagen.

\n\n

6.2 Sie haben Anspruch auf 12 Arbeitstage bezahlten Krankenurlaub.

\n\n

6.3 Das Unternehmen teilt zu Beginn jedes Jahres eine Liste der erklärten Feiertage mit.

\n\n\n\n

7. Art der Pflichten

\n\n

Sie werden alle Aufgaben, die mit Ihrer Funktion verbunden sind, sowie alle zusätzlichen Aufgaben als Unternehmen nach besten Kräften erfüllen

\n\n

kann Sie von Zeit zu Zeit zur Leistung auffordern. Ihre spezifischen Pflichten sind in Anhang II zu diesem Dokument aufgeführt.

\n\n\n\n

8. Firmeneigentum

\n\n

Sie werden das Firmeneigentum, das Ihnen im Laufe der Zeit für offizielle Zwecke anvertraut werden kann, stets in gutem Zustand halten

\n\n

Ihrer Anstellung und muss all dieses Eigentum an das Unternehmen zurückgeben, bevor Sie Ihre Gebühr aufgeben, andernfalls die Kosten

\n\n

derselben werden von der Gesellschaft von Ihnen zurückgefordert.

\n\n\n\n

9. Leihen/Annehmen von Geschenken

\n\n

Sie werden kein Geld, Geschenk, keine Belohnung oder Entschädigung für Ihre persönlichen Gewinne von sich leihen oder annehmen oder sich anderweitig platzieren

\n\n

unter finanzieller Verpflichtung gegenüber Personen/Kunden, mit denen Sie möglicherweise dienstliche Beziehungen unterhalten.

\n\n

10. Kündigung

\n\n

10.1 Ihre Ernennung kann vom Unternehmen ohne Angabe von Gründen gekündigt werden, indem es Ihnen mindestens [Kündigung] Monate im Voraus mitteilt

\n\n

schriftliche Kündigung oder Gehalt statt dessen. Gehalt im Sinne dieser Klausel bedeutet Grundgehalt.

\n\n

10.2 Sie können Ihre Anstellung beim Unternehmen ohne Angabe von Gründen kündigen, indem Sie mindestens [Mitarbeitermitteilung]

\n\n

Kündigungsfrist von Monaten oder Gehalt für den nicht angesparten Zeitraum, der nach Anpassung der anstehenden Urlaubstage übrig bleibt, zum Stichtag.

\n\n

10.3 Das Unternehmen behält sich das Recht vor, Ihr Arbeitsverhältnis ohne Kündigungsfrist oder Abfindungszahlung fristlos zu kündigen

\n\n

wenn es begründeten Anlass zu der Annahme gibt, dass Sie sich eines Fehlverhaltens oder einer Fahrlässigkeit schuldig gemacht haben oder einen wesentlichen Verstoß begangen haben

\n\n

oder dem Unternehmen Verluste verursacht haben.

\n\n

10. 4 Bei Beendigung Ihres Beschäftigungsverhältnisses, aus welchem ​​Grund auch immer, werden Sie sämtliches Eigentum an das Unternehmen zurückgeben; Dokumente und

\n\n

Papier, sowohl Original als auch Kopien davon, einschließlich aller Muster, Literatur, Verträge, Aufzeichnungen, Listen, Zeichnungen, Blaupausen,

\n\n

Briefe, Notizen, Daten und dergleichen; und vertrauliche Informationen, die sich in Ihrem Besitz oder unter Ihrer Kontrolle befinden und sich auf Sie beziehen

\n\n

Beschäftigung oder für die geschäftlichen Angelegenheiten der Kunden.

\n\n

11. Confidential Information

\n\n

11. 1 During your employment with the Company you will devote your whole time, attention, and skill to the best of your ability for

\n\n

its business. You shall not, directly or indirectly, engage or associate yourself with, be connected with, concerned, employed, or

\n\n

time or pursue any course of study whatsoever, without the prior permission of the Company.engaged in any other business or

\n\n

activities or any other post or work part-time or pursue any course of study whatsoever, without the prior permission of the

\n\n

Company.

\n\n

11.2 You must always maintain the highest degree of confidentiality and keep as confidential the records, documents, and other 

\n\n

Confidential Information relating to the business of the Company which may be known to you or confided in you by any means

\n\n

and you will use such records, documents and information only in a duly authorized manner in the interest of the Company. For

\n\n

the purposes of this clause ‘Confidential Information’ means information about the Company’s business and that of its customers

\n\n

which is not available to the general public and which may be learned by you in the course of your employment. This includes,

\n\n

but is not limited to, information relating to the organization, its customer lists, employment policies, personnel, and information

\n\n

about the Company’s products, processes including ideas, concepts, projections, technology, manuals, drawing, designs, 

\n\n

specifications, and all papers, resumes, records and other documents containing such Confidential Information.

\n\n

11.3 At no time, will you remove any Confidential Information from the office without permission.

\n\n

11.4 Your duty to safeguard and not disclos

\n\n

e Confidential Information will survive the expiration or termination of this Agreement and/or your employment with the Company.

\n\n

11.5 Breach of the conditions of this clause will render you liable to summary dismissal under the clause above in addition to any

\n\n

other remedy the Company may have against you in law.

\n

12. Notices

\n\n

Notices may be given by you to the Company at its registered office address. Notices may be given by the Company to you at

\n\n

the address intimated by you in the official records.

\n\n\n\n

13. Applicability of Company Policy

\n\n

The Company shall be entitled to make policy declarations from time to time pertaining to matters like leave entitlement,maternity

\n\n

leave, employees’ benefits, working hours, transfer policies, etc., and may alter the same from time to time at its sole discretion.

\n\n

All such policy decisions of the Company shall be binding on you and shall override this Agreement to that  extent.

\n\n\n\n

14. Governing Law/Jurisdiction

\n\n

Your employment with the Company is subject to Country laws. All disputes shall be subject to the jurisdiction of High Court

\n\n

Gujarat only.

\n\n\n\n

15. Acceptance of our offer

\n\n

Please confirm your acceptance of this Contract of Employment by signing and returning the duplicate copy.

\n\n\n\n

We welcome you and look forward to receiving your acceptance and to working with you.

\n\n\n\n

Yours Sincerely,

\n\n

{app_name}

\n\n

{date}

', 2, '2025-03-06 23:52:35', '2025-03-06 23:52:35'), (5, 'en', '

Joining Letter

\n

{date}

\n

{employee_name}

\n

{address}

\n

Subject: Appointment for the post of {designation}

\n

Dear {employee_name},

\n

We are pleased to offer you the position of {designation} with {app_name} theCompany on the following terms and

\n

conditions:

\n

1. Commencement of employment

\n

Your employment will be effective, as of {start_date}

\n

2. Job title

\n

Your job title will be{designation}.

\n

3. Salary

\n

Your salary and other benefits will be as set out in Schedule 1, hereto.

\n

4. Place of posting

\n

You will be posted at {branch}. You may however be required to work at any place of business which the Company has, or

\n

may later acquire.

\n

5. Hours of Work

\n

The normal working days are Monday through Friday. You will be required to work for such hours as necessary for the

\n

proper discharge of your duties to the Company. The normal working hours are from {start_time} to {end_time} and you are

\n

expected to work not less than {total_hours} hours each week, and if necessary for additional hours depending on your

\n

responsibilities.

\n

6. Leave/Holidays

\n

6.1 You are entitled to casual leave of 12 days.

\n

6.2 You are entitled to 12 working days of paid sick leave.

\n

6.3 The Company shall notify a list of declared holidays at the beginning of each year.

\n

7. Nature of duties

\n

You will perform to the best of your ability all the duties as are inherent in your post and such additional duties as the company

\n

may call upon you to perform, from time to time. Your specific duties are set out in Schedule II hereto.

\n

8. Company property

\n

You will always maintain in good condition Company property, which may be entrusted to you for official use during the course of

\n

your employment, and shall return all such property to the Company prior to relinquishment of your charge, failing which the cost

\n

of the same will be recovered from you by the Company.

\n

9. Borrowing/accepting gifts

\n

You will not borrow or accept any money, gift, reward, or compensation for your personal gains from or otherwise place yourself

\n

under pecuniary obligation to any person/client with whom you may be having official dealings.

\n

10. Termination

\n

10.1 Your appointment can be terminated by the Company, without any reason, by giving you not less than [Notice] months prior

\n

notice in writing or salary in lieu thereof. For the purpose of this clause, salary shall mean basic salary.

\n

10.2 You may terminate your employment with the Company, without any cause, by giving no less than [Employee Notice]

\n

months prior notice or salary for the unsaved period, left after adjustment of pending leaves, as on date.

\n

10.3 The Company reserves the right to terminate your employment summarily without any notice period or termination payment

\n

if it has reasonable ground to believe you are guilty of misconduct or negligence, or have committed any fundamental breach of

\n

contract, or caused any loss to the Company.

\n

10. 4 On the termination of your employment for whatever reason, you will return to the Company all property; documents, and

\n

paper, both original and copies thereof, including any samples, literature, contracts, records, lists, drawings, blueprints,

\n

letters, notes, data and the like; and Confidential Information, in your possession or under your control relating to your

\n

employment or to clients business affairs.

\n

11. Confidential Information

\n

11. 1 During your employment with the Company you will devote your whole time, attention, and skill to the best of your ability for

\n

its business. You shall not, directly or indirectly, engage or associate yourself with, be connected with, concerned, employed, or

\n

time or pursue any course of study whatsoever, without the prior permission of the Company.engaged in any other business or

\n

activities or any other post or work part-time or pursue any course of study whatsoever, without the prior permission of the

\n

Company.

\n

11.2 You must always maintain the highest degree of confidentiality and keep as confidential the records, documents, and other

\n

Confidential Information relating to the business of the Company which may be known to you or confided in you by any means

\n

and you will use such records, documents and information only in a duly authorized manner in the interest of the Company. For

\n

the purposes of this clauseConfidential Information means information about the Companys business and that of its customers

\n

which is not available to the general public and which may be learned by you in the course of your employment. This includes,

\n

but is not limited to, information relating to the organization, its customer lists, employment policies, personnel, and information

\n

about the Companys products, processes including ideas, concepts, projections, technology, manuals, drawing, designs,

\n

specifications, and all papers, resumes, records and other documents containing such Confidential Information.

\n

11.3 At no time, will you remove any Confidential Information from the office without permission.

\n

11.4 Your duty to safeguard and not disclos

\n

e Confidential Information will survive the expiration or termination of this Agreement and/or your employment with the Company.

\n

11.5 Breach of the conditions of this clause will render you liable to summary dismissal under the clause above in addition to any

\n

other remedy the Company may have against you in law.

\n

12. Notices

\n

Notices may be given by you to the Company at its registered office address. Notices may be given by the Company to you at

\n

the address intimated by you in the official records.

\n

13. Applicability of Company Policy

\n

The Company shall be entitled to make policy declarations from time to time pertaining to matters like leave entitlement,maternity

\n

leave, employees benefits, working hours, transfer policies, etc., and may alter the same from time to time at its sole discretion.

\n

All such policy decisions of the Company shall be binding on you and shall override this Agreement to that extent.

\n

14. Governing Law/Jurisdiction

\n

Your employment with the Company is subject to Country laws. All disputes shall be subject to the jurisdiction of High Court

\n

Gujarat only.

\n

15. Acceptance of our offer

\n

Please confirm your acceptance of this Contract of Employment by signing and returning the duplicate copy.

\n

We welcome you and look forward to receiving your acceptance and to working with you.

\n

Yours Sincerely,

\n

{app_name}

\n

{date}

', 2, '2025-03-06 23:52:35', '2025-03-06 23:52:35'), (6, 'es', '

Carta de unión

\n\n\n

{date}

\n\n

{employee_name}

\n\n

{address}

\n\n\n\n

Asunto: Nombramiento para el puesto de {designation}

\n\n\n\n

Estimado {employee_name},

\n\n

Nos complace ofrecerle el puesto de {designation} con {app_name}, la Compañía en los siguientes términos y

\n\n

condiciones:

\n\n\n

1. Comienzo del empleo

\n\n

Su empleo será efectivo a partir del {start_date}

\n\n\n

2. Título del trabajo

\n

El título de su trabajo será {designation}.

\n\n

3. Salario

\n\n

Su salario y otros beneficios serán los establecidos en el Anexo 1 del presente.

\n\n\n

4. Lugar de destino

\n

Se le publicará en {branch}. Sin embargo, es posible que deba trabajar en cualquier lugar de negocios que tenga la Compañía, o

\n\n

puede adquirir posteriormente.

\n\n\n\n

5. Horas de trabajo

\n\n

Los días normales de trabajo son de lunes a viernes. Se le pedirá que trabaje las horas que sean necesarias para el

\n\n

cumplimiento adecuado de sus deberes para con la Compañía. El horario normal de trabajo es de {start_time} a {end_time} y usted está

\n\n

se espera que trabaje no menos de {total_hours} horas cada semana y, si es necesario, horas adicionales dependiendo de su

\n\n

responsabilidades.

\n\n\n\n

6. Licencia/Vacaciones

\n\n

6.1 Tiene derecho a un permiso eventual de 12 días.

\n\n

6.2 Tiene derecho a 12 días laborables de baja por enfermedad remunerada.

\n\n

6.3 La Compañía deberá notificar una lista de días festivos declarados al comienzo de cada año.

\n\n\n\n

7. Naturaleza de los deberes

\n\n

Desempeñará lo mejor que pueda todas las funciones inherentes a su puesto y aquellas funciones adicionales que la empresa

\n\n

puede pedirte que actúes, de vez en cuando. Sus deberes específicos se establecen en el Anexo II del presente.

\n\n\n\n

8. Propiedad de la empresa

\n\n

Siempre mantendrá en buenas condiciones la propiedad de la Compañía, que se le puede confiar para uso oficial durante el curso de

\n\n

su empleo, y devolverá todos esos bienes a la Compañía antes de renunciar a su cargo, en caso contrario, el costo

\n\n

de la misma será recuperada de usted por la Compañía.

\n\n\n\n

9. Tomar prestado/aceptar regalos

\n\n

No pedirá prestado ni aceptará dinero, obsequios, recompensas o compensaciones por sus ganancias personales o se colocará de otra manera

\n\n

bajo obligación pecuniaria a cualquier persona/cliente con quien pueda tener tratos oficiales.

\n

10. Terminación

\n\n

10.1 Su nombramiento puede ser rescindido por la Compañía, sin ningún motivo, al darle no menos de [Aviso] meses antes

\n\n

aviso por escrito o salario en su lugar. Para los efectos de esta cláusula, se entenderá por salario el salario base.

\n\n

10.2 Puede rescindir su empleo con la Compañía, sin ninguna causa, dando no menos de [Aviso al empleado]

\n\n

meses de preaviso o salario por el período no ahorrado, remanente después del ajuste de licencias pendientes, a la fecha.

\n\n

10.3 La Compañía se reserva el derecho de rescindir su empleo sumariamente sin ningún período de preaviso o pago por rescisión

\n\n

si tiene motivos razonables para creer que usted es culpable de mala conducta o negligencia, o ha cometido una violación fundamental de

\n\n

contrato, o causado cualquier pérdida a la Compañía.

\n\n

10. 4 A la terminación de su empleo por cualquier motivo, devolverá a la Compañía todos los bienes; documentos, y

\n\n

papel, tanto en original como en copia del mismo, incluyendo cualquier muestra, literatura, contratos, registros, listas, dibujos, planos,

\n\n

cartas, notas, datos y similares; e Información confidencial, en su posesión o bajo su control en relación con su

\n\n

empleo o a los asuntos comerciales de los clientes.

\n

11. Información confidencial

\n\n

11. 1 Durante su empleo en la Compañía, dedicará todo su tiempo, atención y habilidad lo mejor que pueda para

\n\n

son negocios. Usted no deberá, directa o indirectamente, comprometerse o asociarse con, estar conectado, interesado, empleado o

\n\n

tiempo o seguir cualquier curso de estudio, sin el permiso previo de la Compañía. participar en cualquier otro negocio o

\n\n

actividades o cualquier otro puesto o trabajo a tiempo parcial o seguir cualquier curso de estudio, sin el permiso previo de la

\n\n

Compañía.

\n\n

11.2 Siempre debe mantener el más alto grado de confidencialidad y mantener como confidenciales los registros, documentos y otros

\n\n

Información confidencial relacionada con el negocio de la Compañía que usted pueda conocer o confiarle por cualquier medio

\n\n

y utilizará dichos registros, documentos e información solo de manera debidamente autorizada en interés de la Compañía. Para

\n\n

A los efectos de esta cláusula, \"Información confidencial\" significa información sobre el negocio de la Compañía y el de sus clientes.

\n\n

que no está disponible para el público en general y que usted puede aprender en el curso de su empleo. Esto incluye,

\n\n

pero no se limita a, información relacionada con la organización, sus listas de clientes, políticas de empleo, personal e información

\n\n

sobre los productos de la Compañía, procesos que incluyen ideas, conceptos, proyecciones, tecnología, manuales, dibujos, diseños,

\n\n

especificaciones, y todos los papeles, currículos, registros y otros documentos que contengan dicha Información Confidencial.

\n\n

11.3 En ningún momento, sacará ninguna Información Confidencial de la oficina sin permiso.

\n\n

11.4 Su deber de salvaguardar y no divulgar

\n\n

La Información Confidencial sobrevivirá a la expiración o terminación de este Acuerdo y/o su empleo con la Compañía.

\n\n

11.5 El incumplimiento de las condiciones de esta cláusula le hará pasible de despido sumario en virtud de la cláusula anterior además de cualquier

\n\n

otro recurso que la Compañía pueda tener contra usted por ley.

\n

12. Avisos

\n\n

Usted puede enviar notificaciones a la Compañía a su domicilio social. La Compañía puede enviarle notificaciones a usted en

\n\n

la dirección indicada por usted en los registros oficiales.

\n\n\n\n

13. Aplicabilidad de la política de la empresa

\n\n

La Compañía tendrá derecho a hacer declaraciones de política de vez en cuando relacionadas con asuntos como el derecho a licencia, maternidad

\n\n

licencia, beneficios de los empleados, horas de trabajo, políticas de transferencia, etc., y puede modificarlas de vez en cuando a su sola discreción.

\n\n

Todas las decisiones políticas de la Compañía serán vinculantes para usted y anularán este Acuerdo en esa medida.

\n\n\n\n

14. Ley aplicable/Jurisdicción

\n\n

Su empleo con la Compañía está sujeto a las leyes del País. Todas las disputas estarán sujetas a la jurisdicción del Tribunal Superior

\n\n

Sólo Gujarat.

\n\n\n\n

15. Aceptación de nuestra oferta

\n\n

Por favor, confirme su aceptación de este Contrato de Empleo firmando y devolviendo el duplicado.

\n\n\n\n

Le damos la bienvenida y esperamos recibir su aceptación y trabajar con usted.

\n\n\n\n

Tuyo sinceramente,

\n\n

{app_name}

\n\n

{date}

', 2, '2025-03-06 23:52:35', '2025-03-06 23:52:35'); INSERT INTO `joining_letters` (`id`, `lang`, `content`, `created_by`, `created_at`, `updated_at`) VALUES (7, 'fr', '

Lettre dadhésion

\n\n\n

{date}

\n\n

{employee_name}

\n

{address}

\n\n\n

Objet : Nomination pour le poste de {designation}

\n\n\n\n

Cher {employee_name},

\n\n\n

Nous sommes heureux de vous proposer le poste de {designation} avec {app_name} la \"Société\" selon les conditions suivantes et

\n\n

les conditions:

\n\n

1. Entrée en fonction

\n\n

Votre emploi sera effectif à partir du {start_date}

\n\n\n\n

2. Intitulé du poste

\n\n

Votre titre de poste sera {designation}.

\n\n\n\n

3. Salaire

\n\n

Votre salaire et vos autres avantages seront tels quindiqués à lannexe 1 ci-jointe.

\n\n\n

4. Lieu de détachement

\n

Vous serez affecté à {branch}. Vous pouvez cependant être tenu de travailler dans nimporte quel lieu daffaires que la Société a, ou

\n\n

pourra acquérir plus tard.

\n\n\n\n

5. Heures de travail

\n\n

Les jours ouvrables normaux sont du lundi au vendredi. Vous devrez travailler les heures nécessaires à la

\n\n

lexercice correct de vos fonctions envers la Société. Les heures normales de travail vont de {start_time} à {end_time} et vous êtes

\n\n

devrait travailler au moins {total_hours} heures par semaine, et si nécessaire des heures supplémentaires en fonction de votre

\n\n

responsabilités.

\n\n

6. Congés/Vacances

\n\n

6.1 Vous avez droit à un congé occasionnel de 12 jours.

\n\n

6.2 Vous avez droit à 12 jours ouvrables de congé de maladie payé.

\n\n

6.3 La Société communiquera une liste des jours fériés déclarés au début de chaque année.

\n\n\n\n

7. Nature des fonctions

\n\n

Vous exécuterez au mieux de vos capacités toutes les tâches inhérentes à votre poste et les tâches supplémentaires que lentreprise

\n\n

peut faire appel à vous pour effectuer, de temps à autre. Vos fonctions spécifiques sont énoncées à lannexe II ci-jointe.

\n\n\n\n

8. Biens sociaux

\n\n

Vous maintiendrez toujours en bon état les biens de la Société, qui peuvent vous être confiés pour un usage officiel au cours de votre

\n\n

votre emploi, et doit restituer tous ces biens à la Société avant labandon de votre charge, à défaut de quoi le coût

\n\n

de même seront récupérés auprès de vous par la Société.

\n\n\n\n

9. Emprunter/accepter des cadeaux

\n\n

Vous nemprunterez ni naccepterez dargent, de cadeau, de récompense ou de compensation pour vos gains personnels ou vous placerez autrement

\n\n

sous obligation pécuniaire envers toute personne/client avec qui vous pourriez avoir des relations officielles.

\n

10. Résiliation

\n\n

10.1 Votre nomination peut être résiliée par la Société, sans aucune raison, en vous donnant au moins [Préavis] mois avant

\n\n

un préavis écrit ou un salaire en tenant lieu. Aux fins de la présente clause, salaire sentend du salaire de base.

\n\n

10.2 Vous pouvez résilier votre emploi au sein de la Société, sans motif, en donnant au moins [Avis à lemployé]

\n\n

mois de préavis ou de salaire pour la période non épargnée, restant après régularisation des congés en attente, à la date.

\n\n

10.3 La Société se réserve le droit de résilier votre emploi sans préavis ni indemnité de licenciement.

\n\n

sil a des motifs raisonnables de croire que vous êtes coupable dinconduite ou de négligence, ou que vous avez commis une violation fondamentale de

\n\n

contrat, ou causé une perte à la Société.

\n\n

10. 4 À la fin de votre emploi pour quelque raison que ce soit, vous restituerez à la Société tous les biens ; document, et

\n\n

papier, à la fois loriginal et les copies de celui-ci, y compris les échantillons, la littérature, les contrats, les dossiers, les listes, les dessins, les plans,

\n\n

lettres, notes, données et similaires; et Informations confidentielles, en votre possession ou sous votre contrôle relatives à votre

\n\n

lemploi ou aux affaires commerciales des clients.

\n

11. Informations confidentielles

\n\n

11. 1 Au cours de votre emploi au sein de la Société, vous consacrerez tout votre temps, votre attention et vos compétences au mieux de vos capacités pour

\n\n

son affaire. Vous ne devez pas, directement ou indirectement, vous engager ou vous associer à, être lié à, concerné, employé ou

\n\n

temps ou poursuivre quelque programme détudes que ce soit, sans lautorisation préalable de la Société. engagé dans toute autre entreprise ou

\n\n

activités ou tout autre poste ou travail à temps partiel ou poursuivre des études quelconques, sans lautorisation préalable du

\n\n

Compagnie.

\n\n

11.2 Vous devez toujours maintenir le plus haut degré de confidentialité et garder confidentiels les dossiers, documents et autres

\n\n

Informations confidentielles relatives à lactivité de la Société dont vous pourriez avoir connaissance ou qui vous seraient confiées par tout moyen

\n\n

et vous nutiliserez ces registres, documents et informations que dune manière dûment autorisée dans lintérêt de la Société. Pour

\n\n

aux fins de la présente clause « Informations confidentielles » désigne les informations sur les activités de la Société et celles de ses clients

\n\n

qui nest pas accessible au grand public et dont vous pourriez avoir connaissance dans le cadre de votre emploi. Ceci comprend,

\n\n

mais sans sy limiter, les informations relatives à lorganisation, ses listes de clients, ses politiques demploi, son personnel et les informations

\n\n

sur les produits, les processus de la Société, y compris les idées, les concepts, les projections, la technologie, les manuels, les dessins, les conceptions,

\n\n

spécifications, et tous les papiers, curriculum vitae, dossiers et autres documents contenant de telles informations confidentielles.

\n\n

11.3 À aucun moment, vous ne retirerez des informations confidentielles du bureau sans autorisation.

\n\n

11.4 Votre devoir de protéger et de ne pas divulguer

\n\n

Les Informations confidentielles survivront à lexpiration ou à la résiliation du présent Contrat et/ou à votre emploi au sein de la Société.

\n\n

11.5 La violation des conditions de cette clause vous rendra passible dun renvoi sans préavis en vertu de la clause ci-dessus en plus de tout

\n\n

autre recours que la Société peut avoir contre vous en droit.

\n

12. Avis

\n\n

Des avis peuvent être donnés par vous à la Société à ladresse de son siège social. Des avis peuvent vous être donnés par la Société à

\n\n

ladresse que vous avez indiquée dans les registres officiels.

\n\n\n\n

13. Applicabilité de la politique de lentreprise

\n\n

La Société est autorisée à faire des déclarations de politique de temps à autre concernant des questions telles que le droit aux congés, la maternité

\n\n

les congés, les avantages sociaux des employés, les heures de travail, les politiques de transfert, etc., et peut les modifier de temps à autre à sa seule discrétion.

\n\n

Toutes ces décisions politiques de la Société vous lieront et prévaudront sur le présent Contrat dans cette mesure.

\n\n\n\n

14. Droit applicable/juridiction

\n\n

Votre emploi au sein de la Société est soumis aux lois du pays. Tous les litiges seront soumis à la compétence du tribunal de grande instance

\n\n

Gujarat uniquement.

\n\n\n\n

15. Acceptation de notre offre

\n\n

Veuillez confirmer votre acceptation de ce contrat de travail en signant et en renvoyant le duplicata.

\n\n\n\n

Nous vous souhaitons la bienvenue et nous nous réjouissons de recevoir votre acceptation et de travailler avec vous.

\n\n\n\n

Cordialement,

\n\n

{app_name}

\n\n

{date}

', 2, '2025-03-06 23:52:35', '2025-03-06 23:52:35'), (8, 'he', '

מכתב הצטרפות

\n

{date}

\n

{employee_name}

\n

{address}

\n

נושא: מינוי לתפקיד של {designation}

\n

{employee_name} היקר,

\n

אנו שמחים להציע לך את התפקיד של {designation} ב-{app_name} theCompany בתנאים הבאים ו

\n

תנאים:

\n

1. תחילת עבודה

\n

העסקה שלך תיכנס לתוקף, החל מ-{start_date}

\n

2. כותרת תפקיד

\n

כותרת המשרה שלך תהיה {designation}.

\n

3. משכורת

\n

השכר וההטבות האחרות שלך יהיו כמפורט בתוספת 1, להלן.

\n

4. מקום הפרסום

\n

תפרסם ב-{branch}. עם זאת, ייתכן שתידרש לעבוד בכל מקום עסק שיש לחברה, או

\n

עשוי מאוחר יותר לרכוש.

\n

5. שעות עבודה

\n

ימי העבודה הרגילים הם שני עד שישי. תידרש לעבוד במשך שעות הדרושות ל

\n

מילוי נאות של חובותיך כלפי החברה. שעות העבודה הרגילות הן מ-{start_time} עד {end_time} ואתה

\n

צפוי לעבוד לא פחות מ-{total_hours} שעות בכל שבוע, ובמידת הצורך לשעות נוספות בהתאם ל

\n

אחריות.

\n

6. עזוב/חגים

\n

6.1 אתה זכאי לחופשה מזדמנת של 12 ימים.

\n

6.2 אתה זכאי ל-12 ימי עבודה של חופשת מחלה בתשלום.

\n

6.3 החברה תודיע על רשימה של חגים מוכרזים בתחילת כל שנה.

\n

7. אופי התפקידים

\n

תבצע כמיטב יכולתך את כל החובות הגלומות בתפקידך וחובות נוספות כמו החברה

\n

עשוי לקרוא לך להופיע, מעת לעת. החובות הספציפיות שלך מפורטות בנספח II להלן.

\n

8. נכס החברה

\n

תמיד תשמור על רכוש החברה במצב טוב, אשר עשוי להיות מופקד בידיך לשימוש רשמי במהלך

\n

העסקתך, ותחזיר את כל הרכוש כאמור לחברה לפני ויתור על החיוב שלך, אם לא העלות

\n

של אותו החברה יגבה ממך.

\n

9. השאלת/קבלת מתנות

\n

לא תלווה או תקבל שום כסף, מתנה, תגמול או פיצוי עבור הרווחים האישיים שלך מעצמך או למקם את עצמך בדרך אחרת

\n

תחת התחייבות כספית לכל אדם/לקוח שעמו אתה מקיים עסקאות רשמיות.

\n

10. סיום

\n

10.1 החברה יכולה לסיים את המינוי שלך, ללא כל סיבה, על ידי מתן הודעה לא פחות מ[הודעה] חודשים לפני

\n

הודעה בכתב או שכר במקום. לעניין סעיף זה, שכר פירושו שכר יסוד.

\n

10.2 אתה רשאי לסיים את העסקתך בחברה, ללא כל סיבה, על ידי מתן לא פחות מ[הודעת עובד]

\n

הודעה מוקדמת של חודשים או משכורת לתקופה שלא נשמרה, שנותרה לאחר התאמה של חופשות ממתינות, כמו בתאריך.

\n

10.3 החברה שומרת לעצמה את הזכות לסיים את העסקתך באופן סופי ללא כל תקופת הודעה מוקדמת או תשלום פיטורין

\n

אם יש לו יסוד סביר להאמין שאתה אשם בהתנהגות בלתי הולמת או ברשלנות, או שביצעת הפרה יסודית כלשהי של

\n

חוזה, או גרם להפסד כלשהו לחברה.

\n

10. 4 עם סיום העסקתך מכל סיבה שהיא, תחזיר לחברה את כל הרכוש; מסמכים ו

\n

נייר, הן במקור והן בהעתקים שלו, כולל כל דוגמאות, ספרות, חוזים, רשומות, רשימות, שרטוטים, שרטוטים,

\n

מכתבים, הערות, נתונים וכדומה; ומידע סודי, ברשותך או בשליטתך, הקשור ל

שלך\n

תעסוקה או עניינים עסקיים ללקוחות.

\n

11. מידע סודי

\n

11. 1 במהלך עבודתך בחברה תקדיש את כל זמנך, תשומת הלב והמיומנות שלך כמיטב יכולתך ל

\n

העסק שלה. לא, במישרין או בעקיפין, לא תתקשר או תקשר את עצמך, תהיה קשור, מודאג, מועסק, או

\n

זמן או להמשיך כל מסלול לימודים שהוא, ללא אישור מראש של החברה. עוסק בכל עסק אחר או

\n

פעילויות או כל משרה אחרת או עבודה במשרה חלקית או להמשיך בכל מסלול לימודים שהוא, ללא אישור מראש של

\n

חברה.

\n

11.2 עליך לשמור תמיד על רמת הסודיות הגבוהה ביותר ולשמור בסודיות את הרשומות, המסמכים ואחרים

\n

מידע סודי המתייחס לעסקים של החברה שעשוי להיות ידוע לך או נסוב לך בכל אמצעי

\n

ותשתמש ברשומות, במסמכים ובמידע כאמור רק באופן מורשה כדין לטובת החברה. עבור

\n

מטרות סעיף זה מידע סודי פירושה מידע על עסקי החברה ושל לקוחותיה

\n

אשר אינו זמין לציבור הרחב ואשר עשוי ללמוד על ידך במהלך העסקתך. זה כולל,

\n

אך לא מוגבל למידע הנוגע לארגון, רשימות הלקוחות שלו, מדיניות העסקה, כוח אדם ומידע

\n

על מוצרי החברה, תהליכים, כולל רעיונות, מושגים, תחזיות, טכנולוגיה, מדריכים, שרטוט, עיצובים,

\n

מפרטים וכל הניירות, קורות החיים, הרשומות ומסמכים אחרים המכילים מידע סודי כזה.

\n

11.3 בשום זמן לא תסיר כל מידע סודי מהמשרד ללא רשות.

\n

11.4 חובתך לשמור ולא לחשוף

\n

המידע הסודי ישרוד את תפוגה או סיומו של הסכם זה ו/או העסקתך בחברה.

\n

11.5 הפרת התנאים של סעיף זה תגרום לך לחייב אותך לפיטורים על הסף על פי הסעיף לעיל בנוסף לכל

\n

סעד אחר שעשויה להיות לחברה נגדך בחוק.

\n

12. הודעות

\n

ייתכן שתמסרו הודעות לחברה בכתובת המשרד הרשום שלה. ייתכן שהחברה תמסור לך הודעות בכתובת

\n

הכתובת שציינת ברשומות הרשמיות.

\n

13. תחולת מדיניות החברה

\n

החברה תהיה רשאית להצהיר מעת לעת הצהרות מדיניות הנוגעות לעניינים כמו זכאות לחופשה, לידה

\n

עזיבה, הטבות לעובדים, שעות עבודה, מדיניות העברה וכו, ועשויות לשנות את אותם מעת לעת לפי שיקול דעתה הבלעדי.

\n

כל החלטות המדיניות הללו של החברה יחייבו אותך ויעקפו את הסכם זה במידה זו.

\n

14. חוק חל/תחום שיפוט

\n

העסקתך בחברה כפופה לחוקי המדינה. כל המחלוקות יהיו כפופות לסמכות השיפוט של בית המשפט העליון

\n

גוג אראט בלבד.

\n

15. קבלת ההצעה שלנו

\n

אנא אשר את הסכמתך לחוזה העסקה זה על ידי חתימה והחזרת העותק הכפול.

\n

אנו מברכים אותך ומצפים לקבל את הסכמתך ולעבוד איתך.

\n

בכבוד רב,

\n

{app_name}

\n\n

{date}

', 2, '2025-03-06 23:52:35', '2025-03-06 23:52:35'), (9, 'it', '

Lettera di adesione

\n\n\n

{date}

\n\n

{employee_name}

\n\n

{address}

\n\n

Oggetto: Appuntamento alla carica di {designation}

\n\n\n

Gentile {employee_name},

\n\n

Siamo lieti di offrirti la posizione di {designation} con {app_name} la \"Società\" alle seguenti condizioni e

\n\n

condizioni:

\n\n\n

1. Inizio del rapporto di lavoro

\n\n

Il tuo impiego sarà effettivo a partire da {start_date}

\n\n\n\n

2. Titolo di lavoro

\n\n

Il tuo titolo di lavoro sarà {designation}.

\n\n

3. Stipendio

\n\n

Il tuo stipendio e altri benefici saranno come indicato nellAllegato 1, qui di seguito.

\n\n\n\n

4. Luogo di invio

\n\n

Sarai inviato a {branch}. Tuttavia, potrebbe essere richiesto di lavorare in qualsiasi luogo di attività che la Società ha, o

\n\n

potrà successivamente acquisire.

\n\n\n\n

5. Orario di lavoro

\n\n

I normali giorni lavorativi sono dal lunedì al venerdì. Ti verrà richiesto di lavorare per le ore necessarie per il

\n\n

corretto adempimento dei propri doveri nei confronti della Società. Lorario di lavoro normale va da {start_time} a {end_time} e tu lo sei

\n\n

dovrebbe lavorare non meno di {total_hours} ore ogni settimana e, se necessario, per ore aggiuntive a seconda del tuo

\n\n

responsabilità.

\n\n\n\n

6. Permessi/Festività

\n\n

6.1 Hai diritto a un congedo occasionale di 12 giorni.

\n\n

6.2 Hai diritto a 12 giorni lavorativi di congedo per malattia retribuito.

\n\n

6.3 La Società comunica allinizio di ogni anno un elenco delle festività dichiarate.

\n\n\n\n

7. Natura degli incarichi

\n\n

Eseguirai al meglio delle tue capacità tutti i compiti inerenti al tuo incarico e compiti aggiuntivi come lazienda

\n\n

può invitarti a esibirti, di tanto in tanto. I tuoi doveri specifici sono stabiliti nellAllegato II del presente documento.

\n\n\n\n

8. Proprietà aziendale

\n\n

Manterrete sempre in buono stato i beni dellAzienda, che nel corso dellanno potrebbero esservi affidati per uso ufficiale

\n\n

il tuo impiego, e restituirà tutte queste proprietà alla Società prima della rinuncia al tuo addebito, in caso contrario il costo

\n\n

degli stessi saranno da voi recuperati dalla Società.

\n\n\n\n

9. Prendere in prestito/accettare regali

\n\n

Non prenderai in prestito né accetterai denaro, dono, ricompensa o compenso per i tuoi guadagni personali da o altrimenti collocato te stesso

\n\n

sotto obbligazione pecuniaria nei confronti di qualsiasi persona/cliente con cui potresti avere rapporti ufficiali.

\n

10. Cessazione

\n\n

10.1 Il tuo incarico può essere risolto dalla Società, senza alcun motivo, dandoti non meno di [Avviso] mesi prima

\n\n

avviso scritto o stipendio in sostituzione di esso. Ai fini della presente clausola, per stipendio si intende lo stipendio base.

\n\n

10.2 È possibile terminare il proprio rapporto di lavoro con la Società, senza alcuna causa, fornendo non meno di [Avviso per il dipendente]

\n\n

mesi di preavviso o stipendio per il periodo non risparmiato, lasciato dopo ladeguamento delle ferie pendenti, come alla data.

\n\n

10.3 La Società si riserva il diritto di terminare il rapporto di lavoro sommariamente senza alcun periodo di preavviso o pagamento di cessazione

\n\n

se ha fondati motivi per ritenere che tu sia colpevole di cattiva condotta o negligenza, o abbia commesso una violazione fondamentale

\n\n

contratto, o ha causato danni alla Società.

\n\n

10. 4 Alla cessazione del rapporto di lavoro per qualsiasi motivo, restituirete alla Società tutti i beni; documenti, e

\n\n

carta, sia in originale che in copia, inclusi eventuali campioni, letteratura, contratti, registrazioni, elenchi, disegni, progetti,

\n\n

lettere, note, dati e simili; e Informazioni Riservate, in tuo possesso o sotto il tuo controllo, relative alla tua

\n\n

lavoro o agli affari dei clienti.

\n

11. Confidential Information

\n\n

11. 1 During your employment with the Company you will devote your whole time, attention, and skill to the best of your ability for

\n\n

its business. You shall not, directly or indirectly, engage or associate yourself with, be connected with, concerned, employed, or

\n\n

time or pursue any course of study whatsoever, without the prior permission of the Company.engaged in any other business or

\n\n

activities or any other post or work part-time or pursue any course of study whatsoever, without the prior permission of the

\n\n

Company.

\n\n

11.2 You must always maintain the highest degree of confidentiality and keep as confidential the records, documents, and other 

\n\n

Confidential Information relating to the business of the Company which may be known to you or confided in you by any means

\n\n

and you will use such records, documents and information only in a duly authorized manner in the interest of the Company. For

\n\n

the purposes of this clause ‘Confidential Information’ means information about the Company’s business and that of its customers

\n\n

which is not available to the general public and which may be learned by you in the course of your employment. This includes,

\n\n

but is not limited to, information relating to the organization, its customer lists, employment policies, personnel, and information

\n\n

about the Company’s products, processes including ideas, concepts, projections, technology, manuals, drawing, designs, 

\n\n

specifications, and all papers, resumes, records and other documents containing such Confidential Information.

\n\n

11.3 At no time, will you remove any Confidential Information from the office without permission.

\n\n

11.4 Your duty to safeguard and not disclos

\n\n

e Confidential Information will survive the expiration or termination of this Agreement and/or your employment with the Company.

\n\n

11.5 Breach of the conditions of this clause will render you liable to summary dismissal under the clause above in addition to any

\n\n

other remedy the Company may have against you in law.

\n

12. Notices

\n\n

Notices may be given by you to the Company at its registered office address. Notices may be given by the Company to you at

\n\n

the address intimated by you in the official records.

\n\n\n\n

13. Applicability of Company Policy

\n\n

The Company shall be entitled to make policy declarations from time to time pertaining to matters like leave entitlement,maternity

\n\n

leave, employees’ benefits, working hours, transfer policies, etc., and may alter the same from time to time at its sole discretion.

\n\n

All such policy decisions of the Company shall be binding on you and shall override this Agreement to that  extent.

\n\n\n\n

14. Governing Law/Jurisdiction

\n\n

Your employment with the Company is subject to Country laws. All disputes shall be subject to the jurisdiction of High Court

\n\n

Gujarat only.

\n\n\n\n

15. Acceptance of our offer

\n\n

Please confirm your acceptance of this Contract of Employment by signing and returning the duplicate copy.

\n\n\n\n

We welcome you and look forward to receiving your acceptance and to working with you.

\n\n\n\n

Yours Sincerely,

\n\n

{app_name}

\n\n

{date}

\n ', 2, '2025-03-06 23:52:35', '2025-03-06 23:52:35'), (10, 'ja', '

入会の手紙

\n\n

{date}

\n\n

{employee_name}

\n\n

{address}

\n\n\n\n

件名: {designation} の役職への任命

\n\n\n\n

{employee_name} 様

\n\n\n

{app_name} の {designation} の地位を以下の条件で「会社」として提供できることをうれしく思います。

\n\n

条件:

\n\n\n

1. 雇用開始

\n\n

あなたの雇用は {start_date} から有効になります

\n\n\n

2. 役職

\n\n

あなたの役職は{designation}になります。

\n\n\n

3. 給与

\n\n

あなたの給与およびその他の福利厚生は、本明細書のスケジュール 1 に記載されているとおりです。

\n\n\n

4. 掲示場所

\n\n

{branch} に掲載されます。ただし、会社が所有する事業所で働く必要がある場合があります。

\n\n

後で取得する場合があります。

\n\n\n\n

5. 労働時間

\n\n

通常の営業日は月曜日から金曜日です。あなたは、そのために必要な時間働く必要があります。

\n\n

会社に対するあなたの義務の適切な遂行。通常の勤務時間は {start_time} から {end_time} までで、あなたは

\n\n

毎週 {total_hours} 時間以上の勤務が期待される

\n\n

責任。

\n\n\n\n

6.休暇・休日

\n\n

6.1 12 日間の臨時休暇を取得する権利があります。

\n\n

6.2 12 日間の有給病気休暇を取る権利があります。

\n\n

6.3 当社は、毎年の初めに宣言された休日のリストを通知するものとします。

\n\n\n\n

7. 職務内容

\n\n

あなたは、自分のポストに固有のすべての義務と、会社としての追加の義務を最大限に遂行します。

\n\n

時々あなたに演奏を依頼するかもしれません。あなたの特定の義務は、本明細書のスケジュール II に記載されています。

\n\n\n\n

8. 会社財産

\n\n

あなたは、会社の所有物を常に良好な状態に維持するものとします。

\n\n

あなたの雇用を放棄し、あなたの料金を放棄する前に、そのようなすべての財産を会社に返還するものとします。

\n\n

同じのは、会社によってあなたから回収されます。

\n\n\n\n

9. 貸出・贈答品の受け取り

\n\n

あなたは、あなた自身から、または他の方法であなた自身の場所から個人的な利益を得るための金銭、贈り物、報酬、または補償を借りたり、受け取ったりしません。

\n\n

あなたが公式の取引をしている可能性のある人物/クライアントに対する金銭的義務の下で。

\n

10. 終了

\n\n

10.1 少なくとも [通知] か月前に通知することにより、理由のいかんを問わず、会社はあなたの任命を終了することができます。

\n\n

書面による通知またはその代わりの給与。この条項の目的上、給与とは基本給を意味するものとします。

\n\n

10.2 あなたは、少なくとも [従業員通知] を提出することにより、理由のいかんを問わず、会社での雇用を終了することができます。

\n\n

保留中の休暇の調整後に残された、保存されていない期間の数か月前の通知または給与は、日付のとおりです。

\n\n

10.3 当社は、通知期間や解雇補償金なしに、あなたの雇用を即座に終了させる権利を留保します。

\n\n

あなたが不正行為または過失で有罪であると信じる合理的な根拠がある場合、または基本的な違反を犯した場合

\n\n

契約、または当社に損害を与えた。

\n\n

10. 4 何らかの理由で雇用が終了した場合、あなたは会社にすべての財産を返還するものとします。ドキュメント、および

\n\n

サンプル、文献、契約書、記録、リスト、図面、青写真を含む、原本とコピーの両方の紙、

\n\n

手紙、メモ、データなど。あなたが所有する、またはあなたの管理下にある機密情報。

\n\n

雇用またはクライアントの業務に。

\n

11. 機密情報

\n\n

11. 1 当社での雇用期間中、あなたは自分の全時間、注意、およびスキルを、自分の能力の限りを尽くして捧げます。

\n\n

そのビジネス。あなたは、直接的または間接的に、関与したり、関連付けたり、接続したり、関係したり、雇用したり、または

\n\n

会社の事前の許可なしに、時間や学習コースを追求すること。他のビジネスに従事すること、または

\n\n

の事前の許可なしに、活動またはその他の投稿またはアルバイトをしたり、何らかの研究コースを追求したりすること。

\n\n

会社。

\n\n

11.2 常に最高度の機密性を維持し、記録、文書、およびその他の情報を機密として保持する必要があります。

\n\n

お客様が知っている、または何らかの方法でお客様に内密にされている可能性がある、当社の事業に関連する機密情報

\n\n

また、あなたは、会社の利益のために正当に承認された方法でのみ、そのような記録、文書、および情報を使用するものとします。為に

\n\n

この条項の目的 「機密情報」とは、会社の事業および顧客の事業に関する情報を意味します。

\n\n

これは一般には公開されておらず、雇用の過程で学習する可能性があります。これも、

\n\n

組織、その顧客リスト、雇用方針、人事、および情報に関連する情報に限定されません

\n\n

当社の製品、アイデアを含むプロセス、コンセプト、予測、技術、マニュアル、図面、デザイン、

\n\n

仕様、およびそのような機密情報を含むすべての書類、履歴書、記録、およびその他の文書。

\n\n

11.3 いかなる時も、許可なくオフィスから機密情報を削除しないでください。

\n\n

11.4 保護し、開示しないというあなたの義務

\n\n

e 機密情報は、本契約および/または当社との雇用の満了または終了後も存続します。

\n\n

11.5 この条項の条件に違反した場合、上記の条項に基づく略式解雇の対象となります。

\n\n

会社が法律であなたに対して持つことができるその他の救済。

\n

12. 通知

\n\n

通知は、登録された事務所の住所で会社に提出することができます。通知は、当社からお客様に提供される場合があります。

\n\n

公式記録であなたがほのめかした住所。

\n\n\n\n

13. 会社方針の適用性

\n\n

会社は、休暇の資格、出産などの事項に関して、随時方針を宣言する権利を有するものとします。

\n\n

休暇、従業員の福利厚生、勤務時間、異動ポリシーなどであり、独自の裁量により随時変更される場合があります。

\n\n

当社のそのようなポリシー決定はすべて、あなたを拘束し、その範囲で本契約を無効にするものとします。

\n\n\n\n

14. 準拠法・裁判管轄

\n\n

当社でのあなたの雇用は、国の法律の対象となります。すべての紛争は、高等裁判所の管轄に服するものとします

\n\n

グジャラートのみ。

\n\n\n\n

15. オファーの受諾

\n\n

副本に署名して返送することにより、この雇用契約に同意したことを確認してください。

\n\n\n\n

私たちはあなたを歓迎し、あなたの受け入れを受け取り、あなたと一緒に働くことを楽しみにしています.

\n\n\n\n

敬具、

\n\n

{app_name}

\n\n

{date}

', 2, '2025-03-06 23:52:35', '2025-03-06 23:52:35'), (11, 'nl', '

Deelnemende brief

\n\n

{date}

\n\n

{employee}

\n\n

{address}

\n\n

Onderwerp: Benoeming voor de functie van {designation}

\n\n

Beste {employee_name},

\n\n

We zijn verheugd u de positie van {designation} bij {app_name} het Bedrijf aan te bieden onder de volgende voorwaarden en

\n\n

conditie:

\n\n\n

1. Indiensttreding

\n

Uw dienstverband gaat in op {start_date}

\n\n\n

2. Functietitel

\n\n

Uw functietitel wordt {designation}.

\n\n

3. Salaris

\n\n

Uw salaris en andere voordelen zijn zoals uiteengezet in Schema 1 hierbij.

\n\n

4. Plaats van detachering

\n\n

Je wordt geplaatst op {branch}. Het kan echter zijn dat u moet werken op een bedrijfslocatie die het Bedrijf heeft, of

\n\n

later kan verwerven.

\n\n\n\n

5. Werkuren

\n\n

De normale werkdagen zijn van maandag tot en met vrijdag. Je zal de uren moeten werken die nodig zijn voor de

\n\n

correcte uitvoering van uw taken jegens het bedrijf. De normale werkuren zijn van {start_time} tot {end_time} en jij bent

\n\n

naar verwachting niet minder dan {total_hours} uur per week werken, en indien nodig voor extra uren, afhankelijk van uw

\n\n

verantwoordelijkheden.

\n\n\n\n

6. Verlof/Vakantie

\n\n

6.1 Je hebt recht op tijdelijk verlof van 12 dagen.

\n\n

6.2 U heeft recht op 12 werkdagen betaald ziekteverlof.

\n\n

6.3 De Maatschappij stelt aan het begin van elk jaar een lijst van verklaarde feestdagen op.

\n\n\n\n

7. Aard van de taken

\n\n

Je voert alle taken die inherent zijn aan je functie en bijkomende taken zoals het bedrijf naar beste vermogen uit;

\n\n

kan van tijd tot tijd een beroep op u doen om op te treden. Uw specifieke taken zijn uiteengezet in Bijlage II hierbij.

\n\n\n\n

8. Bedrijfseigendommen

\n\n

U onderhoudt bedrijfseigendommen, die u in de loop van

\n\n

uw dienstverband, en zal al deze eigendommen aan het Bedrijf teruggeven voordat afstand wordt gedaan van uw kosten, bij gebreke waarvan de kosten

\n\n

hiervan zal door het Bedrijf van u worden verhaald.

\n\n\n\n

9. Geschenken lenen/aannemen

\n\n

U zult geen geld, geschenken, beloningen of vergoedingen voor uw persoonlijk gewin lenen of accepteren van uzelf of uzelf op een andere manier plaatsen

\n\n

onder geldelijke verplichting jegens een persoon/klant met wie u mogelijk officiële betrekkingen heeft.

\n

10. Beëindiging

\n\n

10.1 Uw aanstelling kan door het Bedrijf zonder opgaaf van reden worden beëindigd door u minimaal [Opzegging] maanden van tevoren

\n\n

schriftelijke opzegging of daarvoor in de plaats komend salaris. In dit artikel wordt onder salaris verstaan ​​het basissalaris.

\n\n

10.2 U kunt uw dienstverband bij het Bedrijf beëindigen, zonder enige reden, door niet minder dan [Mededeling van de werknemer]

\n\n

maanden opzegtermijn of salaris voor de niet gespaarde periode, overgebleven na aanpassing van hangende verlofdagen, zoals op datum.

\n\n

10.3 Het bedrijf behoudt zich het recht voor om uw dienstverband op staande voet te beëindigen zonder enige opzegtermijn of beëindigingsvergoeding

\n\n

als het redelijke grond heeft om aan te nemen dat u zich schuldig heeft gemaakt aan wangedrag of nalatigheid, of een fundamentele schending van

\n\n

contract, of enig verlies voor het Bedrijf veroorzaakt.

\n\n

10. 4 Bij beëindiging van uw dienstverband om welke reden dan ook, geeft u alle eigendommen terug aan het Bedrijf; documenten, en

\n\n

papier, zowel origineel als kopieën daarvan, inclusief eventuele monsters, literatuur, contracten, bescheiden, lijsten, tekeningen, blauwdrukken,

\n\n

brieven, notities, gegevens en dergelijke; en Vertrouwelijke informatie, in uw bezit of onder uw controle met betrekking tot uw

\n\n

werkgelegenheid of de zakelijke aangelegenheden van klanten.

\n

11. Vertrouwelijke informatie

\n\n

11. 1 Tijdens uw dienstverband bij het Bedrijf besteedt u al uw tijd, aandacht en vaardigheden naar uw beste vermogen aan:

\n\n

zijn zaken. U mag zich niet, direct of indirect, inlaten met of verbonden zijn met, betrokken zijn bij, betrokken zijn bij, in dienst zijn van of

\n\n

tijd doorbrengen of een studie volgen, zonder voorafgaande toestemming van het bedrijf.bezig met een ander bedrijf of

\n\n

werkzaamheden of enige andere functie of werk in deeltijd of het volgen van welke opleiding dan ook, zonder voorafgaande toestemming van de

\n\n

Bedrijf.

\n\n

11.2 U moet altijd de hoogste graad van vertrouwelijkheid handhaven en de records, documenten en andere

\n\n

Vertrouwelijke informatie met betrekking tot het bedrijf van het bedrijf die u op enigerlei wijze bekend is of in vertrouwen is genomen

\n\n

en u zult dergelijke records, documenten en informatie alleen gebruiken op een naar behoren gemachtigde manier in het belang van het bedrijf. Voor

\n\n

de doeleinden van deze clausule Vertrouwelijke informatiebetekent informatie over het bedrijf van het bedrijf en dat van zijn klanten

\n\n

die niet beschikbaar is voor het grote publiek en die u tijdens uw dienstverband kunt leren. Dit bevat,

\n\n

maar is niet beperkt tot informatie met betrekking tot de organisatie, haar klantenlijsten, werkgelegenheidsbeleid, personeel en informatie

\n\n

over de producten, processen van het bedrijf, inclusief ideeën, concepten, projecties, technologie, handleidingen, tekeningen, ontwerpen,

\n\n

specificaties, en alle papieren, cvs, dossiers en andere documenten die dergelijke vertrouwelijke informatie bevatten.

\n\n

11.3 U verwijdert nooit vertrouwelijke informatie van het kantoor zonder toestemming.

\n\n

11.4 Uw plicht om te beschermen en niet openbaar te maken

\n\n

e Vertrouwelijke informatie blijft van kracht na het verstrijken of beëindigen van deze Overeenkomst en/of uw dienstverband bij het Bedrijf.

\n\n

11.5 Schending van de voorwaarden van deze clausule maakt u aansprakelijk voor ontslag op staande voet op grond van de bovenstaande clausule, naast eventuele:

\n\n

ander rechtsmiddel dat het Bedrijf volgens de wet tegen u heeft.

\n

12. Kennisgevingen

\n\n

Kennisgevingen kunnen door u aan het Bedrijf worden gedaan op het adres van de maatschappelijke zetel. Kennisgevingen kunnen door het bedrijf aan u worden gedaan op:

\n\n

het door u opgegeven adres in de officiële administratie.

\n\n\n\n

13. Toepasselijkheid van het bedrijfsbeleid

\n\n

Het bedrijf heeft het recht om van tijd tot tijd beleidsverklaringen af ​​te leggen met betrekking tot zaken als verlofrecht, moederschap

\n\n

verlof, werknemersvoordelen, werkuren, transferbeleid, enz., en kan deze van tijd tot tijd naar eigen goeddunken wijzigen.

\n\n

Al dergelijke beleidsbeslissingen van het Bedrijf zijn bindend voor u en hebben voorrang op deze Overeenkomst in die mate.

\n\n\n\n

14. Toepasselijk recht/jurisdictie

\n\n

Uw dienstverband bij het bedrijf is onderworpen aan de landelijke wetgeving. Alle geschillen zijn onderworpen aan de jurisdictie van de High Court

\n\n

Alleen Gujarat.

\n\n\n\n

15. Aanvaarding van ons aanbod

\n\n

Bevestig uw aanvaarding van deze arbeidsovereenkomst door het duplicaat te ondertekenen en terug te sturen.

\n\n\n\n

Wij heten u van harte welkom en kijken ernaar uit uw acceptatie te ontvangen en met u samen te werken.

\n\n\n\n

Hoogachtend,

\n\n

{app_name}

\n\n

{date}

', 2, '2025-03-06 23:52:35', '2025-03-06 23:52:35'), (12, 'pl', '

Dołączanie listu

\n\n

{date }

\n\n

{employee_name }

\n\n

{address }

\n\n\n

Dotyczy: mianowania na stanowisko {designation}

\n\n

Szanowny {employee_name },

\n\n

Mamy przyjemność zaoferować Państwu, stanowisko {designation} z {app_name } \"Spółka\" na poniższych warunkach i

\n

warunki:

\n\n

1. Rozpoczęcie pracy

\n\n

Twoje zatrudnienie będzie skuteczne, jak na {start_date }

\n\n

2. Tytuł zadania

\n

Twój tytuł pracy to {designation}.

\n\n

3. Salary

\n\n

Twoje wynagrodzenie i inne świadczenia będą określone w Zestawieniu 1, do niniejszego rozporządzenia.

\n\n\n

4. Miejsce delegowania

\n

Użytkownik zostanie opublikowany w {branch }. Użytkownik może jednak być zobowiązany do pracy w dowolnym miejscu prowadzenia działalności, które Spółka posiada, lub może później nabyć.

\n\n

5. Godziny pracy

\n

Normalne dni robocze są od poniedziałku do piątku. Będziesz zobowiązany do pracy na takie godziny, jakie są niezbędne do prawidłowego wywiązania się ze swoich obowiązków wobec Spółki. Normalne godziny pracy to {start_time } do {end_time }, a użytkownik oczekuje, że będzie pracować nie mniej niż {total_hours } godzin tygodniowo, a jeśli to konieczne, przez dodatkowe godziny w zależności od Twojego

\n

odpowiedzialności.

\n\n

6. Urlop/Wakacje

\n\n

6.1 Przysługuje prawo do urlopu dorywczego w ciągu 12 dni.

\n\n

6.2 Użytkownik ma prawo do 12 dni roboczych od wypłatnego zwolnienia chorobowego.

\n\n

6.3 Spółka powiadamia na początku każdego roku wykaz ogłoszonych świąt. 

\n\n\n\n

7. Rodzaj obowiązków

\n\n

Będziesz wykonywać na najlepsze ze swojej zdolności wszystkie obowiązki, jak są one nieodłączne w swoim poście i takie dodatkowe obowiązki, jak firma może zadzwonić do wykonania, od czasu do czasu. Państwa szczególne obowiązki są określone w załączniku II do niniejszego rozporządzenia.

\n\n\n\n

8. Właściwość przedsiębiorstwa

\n\n

Zawsze będziesz utrzymywać w dobrej kondycji Firmy, która może być powierzona do użytku służbowego w trakcie trwania

\n\n

Twoje zatrudnienie, i zwróci wszystkie takie nieruchomości do Spółki przed zrzeczeniem się opłaty, w przeciwnym razie koszty te same będą odzyskane od Ciebie przez Spółkę.

\n\n

9. Wypożyczanie/akceptowanie prezentów

\n\n

Nie będziesz pożyczał ani nie akceptować żadnych pieniędzy, darów, nagrody lub odszkodowania za swoje osobiste zyski z lub w inny sposób złożyć się w ramach zobowiązania pieniężnego do jakiejkolwiek osoby/klienta, z którym może być posiadanie oficjalne relacje.

\n

10. Zakończenie

\n\n

10.1 Powołanie może zostać wypowiedziane przez Spółkę, bez względu na przyczynę, poprzez podanie nie mniej niż [ Zawiadomienie] miesięcy uprzedniego wypowiedzenia na piśmie lub wynagrodzenia w miejsce jego wystąpienia. Dla celów niniejszej klauzuli, wynagrodzenie oznacza wynagrodzenie podstawowe.

\n\n

10.2 Użytkownik może rozwiązać umowę o pracę ze Spółką, bez jakiejkolwiek przyczyny, podając nie mniej niż [ ogłoszenie o pracowniku] miesiące przed powiadomieniem lub wynagrodzeniem za niezaoszczędzony okres, pozostawiony po skorygowaniu oczekujących liści, jak na dzień.

\n\n

10.3 Spółka zastrzega sobie prawo do wypowiedzenia umowy o pracę bez okresu wypowiedzenia lub wypłaty z tytułu rozwiązania umowy, jeżeli ma on uzasadnione podstawy, aby sądzić, że jesteś winny wykroczenia lub niedbalstwa, lub popełnił jakiekolwiek istotne naruszenie umowy lub spowodował jakiekolwiek straty w Spółce. 

\n\n

10. 4 W sprawie rozwiązania stosunku pracy z jakiegokolwiek powodu, powrócisz do Spółki wszystkie nieruchomości; dokumenty, i 

\n\n

papieru, zarówno oryginału, jak i jego kopii, w tym wszelkich próbek, literatury, umów, zapisów, wykazów, rysunków, konspektów,

\n\n

listy, notatki, dane i podobne; informacje poufne, znajdujące się w posiadaniu lub pod Twoją kontrolą związane z zatrudnieniem lub sprawami biznesowymi klientów.   

\n\n\n\n

11. Informacje poufne

\n\n

11. 1 Podczas swojego zatrudnienia z Firmą poświęcisz cały czas, uwagę i umiejętności na najlepszą z Twoich możliwości

\n\n

swojej działalności gospodarczej. Użytkownik nie może, bezpośrednio lub pośrednio, prowadzić lub wiązać się z, być związany z, dotyka, zatrudniony lub czas lub prowadzić jakikolwiek kierunek studiów, bez uprzedniej zgody Company.zaangażował się w innej działalności gospodarczej lub działalności lub jakikolwiek inny post lub pracy w niepełnym wymiarze czasu lub prowadzić jakikolwiek kierunek studiów, bez uprzedniej zgody

\n\n

Firma.

\n\n

11.2 Zawsze musisz zachować najwyższy stopień poufności i zachować jako poufny akt, dokumenty, i inne 

\n\n

Informacje poufne dotyczące działalności Spółki, które mogą być znane Państwu lub w dowolny sposób zwierzyny, a Użytkownik będzie posługiwać się takimi zapisami, dokumentami i informacjami tylko w sposób należycie autoryzowany w interesie Spółki. Do celów niniejszej klauzuli \"Informacje poufne\" oznaczają informacje o działalności Spółki oraz o jej klientach, które nie są dostępne dla ogółu społeczeństwa i które mogą być przez Państwa w trakcie zatrudnienia dowiedzione przez Państwa. Obejmuje to,

\n\n

ale nie ogranicza się do informacji związanych z organizacją, jej listami klientów, politykami zatrudnienia, personelem oraz informacjami o produktach firmy, procesach, w tym pomysłach, koncepcjach, projekcjach, technikach, podręcznikach, rysunkach, projektach, 

\n\n

specyfikacje, a także wszystkie dokumenty, życiorysy, zapisy i inne dokumenty zawierające takie informacje poufne.

\n\n

11.3 W żadnym momencie nie usunie Pan żadnych Informacji Poufnych z urzędu bez zezwolenia.

\n\n

11.4 Twój obowiązek ochrony a nie disclos

\n\n

Informacje poufne przetrwają wygaśnięcie lub rozwiązanie niniejszej Umowy i/lub Twoje zatrudnienie w Spółce.

\n\n

11.5 Naruszenie warunków niniejszej klauzuli spowoduje, że Użytkownik będzie zobowiązany do skróconej umowy w ramach klauzuli powyżej, oprócz wszelkich innych środków zaradcze, jakie Spółka może mieć przeciwko Państwu w prawie.

\n\n\n\n

12. Uwagi

\n\n

Ogłoszenia mogą być podane przez Państwa do Spółki pod adresem jej siedziby. Ogłoszenia mogą być podane przez Spółkę do Państwa na adres intymniony przez Państwa w ewidencji urzędowej.

\n\n\n\n

13. Stosowność polityki firmy

\n\n

Spółka jest uprawniona do składania deklaracji politycznych od czasu do czasu dotyczących spraw takich jak prawo do urlopu macierzyńskiego, macierzyństwo

\n\n

urlopów, świadczeń pracowniczych, godzin pracy, polityki transferowej itp., a także mogą zmieniać to samo od czasu do czasu według własnego uznania.

\n\n

Wszystkie takie decyzje polityczne Spółki są wiążące dla Państwa i przesłaniają niniejszą Umowę w tym zakresie.

\n\n\n\n

14. Prawo właściwe/jurysdykcja

\n\n

Twoje zatrudnienie ze Spółką podlega prawu krajowi. Wszelkie spory podlegają właściwości Sądu Najwyższego

\n\n

Tylko Gujarat.

\n\n\n\n

15. Akceptacja naszej oferty

\n\n

Prosimy o potwierdzenie przyjęcia niniejszej Umowy o pracę poprzez podpisanie i zwrócenie duplikatu.

\n\n\n\n

Zapraszamy Państwa i czekamy na Państwa przyjęcie i współpracę z Tobą.

\n\n\n\n

Z Państwa Sincerely,

\n\n

{app_name }

\n\n

{date }

', 2, '2025-03-06 23:52:35', '2025-03-06 23:52:35'); INSERT INTO `joining_letters` (`id`, `lang`, `content`, `created_by`, `created_at`, `updated_at`) VALUES (13, 'pt', '

Carta De Adesão

\n\n

{data}

\n\n

{employee_name}

\n\n

{address}

\n\n\n

Assunto: Nomeação para o cargo de {designation}

\n\n

Querido {employee_name},

\n\n\n

Temos o prazer de oferecê-lo, a posição de {designation} com {app_name} a Empresa nos seguintes termos e

\n

condições:

\n\n\n

1. Comentamento do emprego

\n\n

Seu emprego será efetivo, a partir de {start_date}

\n\n\n

2. Título do emprego

\n\n

Seu cargo de trabalho será {designation}.

\n\n

3. Salário

\n\n

Seu salário e outros benefícios serão conforme estabelecido no Planejamento 1, hereto.

\n\n

4. Local de postagem

\n\n

Você será postado em {branch}. Você pode, no entanto, ser obrigado a trabalhar em qualquer local de negócios que a Empresa tenha, ou possa posteriormente adquirir.

\n\n

5. Horas de Trabalho

\n\n

Os dias normais de trabalho são de segunda a sexta-feira. Você será obrigado a trabalhar por tais horas, conforme necessário para a quitação adequada de suas funções para a Companhia. As horas de trabalho normais são de {start_time} para {end_time} e você deve trabalhar não menos de {total_horas} horas semanais, e se necessário para horas adicionais dependendo do seu

\n

responsabilidades.

\n\n

6. Leave / Holidays

\n\n

6,1 Você tem direito a licença casual de 12 dias.

\n\n

6,2 Você tem direito a 12 dias úteis de licença remunerada remunerada.

\n\n

6,3 Companhia notificará uma lista de feriados declarados no início de cada ano. 

\n\n\n\n

7. Natureza dos deveres

\n\n

Você irá executar ao melhor da sua habilidade todos os deveres como são inerentes ao seu cargo e tais deveres adicionais como a empresa pode ligar sobre você para executar, de tempos em tempos. Os seus deveres específicos são estabelecidos no Hereto do Planejamento II.

\n\n\n\n

8. Propriedade da empresa

\n\n

Você sempre manterá em bom estado propriedade Empresa, que poderá ser confiada a você para uso oficial durante o curso de

\n\n

o seu emprego, e devolverá toda essa propriedade à Companhia antes de abdicar de sua acusação, falhando qual o custo do mesmo será recuperado de você pela Companhia.

\n\n\n\n

9. Borremir / aceitar presentes

\n\n

Você não vai pedir empréstimo ou aceitar qualquer dinheiro, presente, recompensa ou indenização por seus ganhos pessoais de ou de outra forma colocar-se sob obrigação pecuniária a qualquer pessoa / cliente com quem você pode estar tendo relações oficiais.

\n\n\n\n

10. Terminação

\n\n

10,1 Sua nomeação pode ser rescindida pela Companhia, sem qualquer razão, dando-lhe não menos do que [aviso] meses de aviso prévio por escrito ou de salário em lieu deste. Para efeito da presente cláusula, o salário deve significar salário base.

\n\n

10,2 Você pode rescindir seu emprego com a Companhia, sem qualquer causa, ao dar nada menos que [Aviso de contratação] meses de aviso prévio ou salário para o período não salvo, deixado após ajuste de folhas pendentes, conforme data de encontro.

\n\n

10,3 Empresa reserva-se o direito de rescindir o seu emprego sumariamente sem qualquer prazo de aviso ou de rescisão se tiver terreno razoável para acreditar que você é culpado de má conduta ou negligência, ou tenha cometido qualquer violação fundamental de contrato, ou tenha causado qualquer perda para a Empresa. 

\n\n

10. 4 Sobre a rescisão do seu emprego por qualquer motivo, você retornará para a Empresa todos os bens; documentos e 

\n\n

papel, tanto originais como cópias dos mesmos, incluindo quaisquer amostras, literatura, contratos, registros, listas, desenhos, plantas,

\n\n

cartas, notas, dados e semelhantes; e Informações Confidenciais, em sua posse ou sob seu controle relacionado ao seu emprego ou aos negócios de negócios dos clientes.   

\n\n\n\n

11. Informações Confidenciais

\n\n

11. 1 Durante o seu emprego com a Companhia você irá dedicar todo o seu tempo, atenção e habilidade para o melhor de sua capacidade de

\n\n

o seu negócio. Você não deve, direta ou indiretamente, se envolver ou associar-se com, estar conectado com, preocupado, empregado, ou tempo ou prosseguir qualquer curso de estudo, sem a permissão prévia do Company.engajado em qualquer outro negócio ou atividades ou qualquer outro cargo ou trabalho parcial ou prosseguir qualquer curso de estudo, sem a permissão prévia do

\n\n

Empresa.

\n\n

11,2 É preciso manter sempre o mais alto grau de confidencialidade e manter como confidenciais os registros, documentos e outros 

\n\n

Informações confidenciais relativas ao negócio da Companhia que possam ser conhecidas por você ou confiadas em você por qualquer meio e utilizarão tais registros, documentos e informações apenas de forma devidamente autorizada no interesse da Companhia. Para efeitos da presente cláusula \"Informações confidenciais\" significa informação sobre os negócios da Companhia e a dos seus clientes que não está disponível para o público em geral e que poderá ser aprendida por você no curso do seu emprego. Isso inclui,

\n\n

mas não se limita a, informações relativas à organização, suas listas de clientes, políticas de emprego, pessoal, e informações sobre os produtos da Companhia, processos incluindo ideias, conceitos, projeções, tecnologia, manuais, desenho, desenhos, 

\n\n

especificações, e todos os papéis, currículos, registros e outros documentos que contenham tais Informações Confidenciais.

\n\n

11,3 Em nenhum momento, você removerá quaisquer Informações Confidenciais do escritório sem permissão.

\n\n

11,4 O seu dever de salvaguardar e não os desclos

\n\n

Informações Confidenciais sobreviverão à expiração ou à rescisão deste Contrato e / ou do seu emprego com a Companhia.

\n\n

11,5 Violação das condições desta cláusula irá torná-lo sujeito a demissão sumária sob a cláusula acima, além de qualquer outro remédio que a Companhia possa ter contra você em lei.

\n\n\n\n

12. Notices

\n\n

Os avisos podem ser conferidos por você à Empresa em seu endereço de escritório registrado. Os avisos podem ser conferidos pela Companhia a você no endereço intimado por você nos registros oficiais.

\n\n\n\n

13. Aplicabilidade da Política da Empresa

\n\n

A Companhia tem direito a fazer declarações de política de tempos em tempos relativos a matérias como licença de licença, maternidade

\n\n

sair, benefícios dos empregados, horas de trabalho, políticas de transferência, etc., e pode alterar o mesmo de vez em quando a seu exclusivo critério.

\n\n

Todas essas decisões de política da Companhia devem ser vinculativas para si e substituirão este Acordo nessa medida.

\n\n\n\n

14. Direito / Jurisdição

\n\n

Seu emprego com a Companhia está sujeito às leis do País. Todas as disputas estão sujeitas à jurisdição do Tribunal Superior

\n\n

Gujarat apenas.

\n\n\n\n

15. Aceitação da nossa oferta

\n\n

Por favor, confirme sua aceitação deste Contrato de Emprego assinando e retornando a cópia duplicada.

\n\n\n\n

Nós acolhemos você e estamos ansiosos para receber sua aceitação e para trabalhar com você.

\n\n\n\n

Seu Sinceramente,

\n\n

{app_name}

\n\n

{data}

', 2, '2025-03-06 23:52:36', '2025-03-06 23:52:36'), (14, 'ru', '

Присоединение к письму

\n\n

{date}

\n\n

{ employee_name }

\n

{address}

\n\n

Тема: Назначение на должность {designation}

\n\n

Уважаемый { employee_name },

\n\n

Мы рады предложить Вам, позицию {designation} с { app_name } Компания на следующих условиях и

\n\n

условия:

\n\n\n

1. Начало работы

\n\n

Ваше трудоустройство будет эффективным, начиная с { start_date }

\n\n\n

2. Название должности

\n

Ваш заголовок задания будет {designation}.

\n\n

3. Зарплата

\n

Ваши оклады и другие пособия будут установлены в соответствии с расписанием, изложенным в приложении 1 к настоящему.

\n\n

4. Место размещения

\n

Вы будете работать в { branch }. Вы, однако, можете работать в любом месте, которое компания имеет или может впоследствии приобрести.

\n\n\n\n

5. Часы работы

\n

Обычные рабочие дни-с понедельника по пятницу. Вы должны будете работать в течение таких часов, как это необходимо для надлежащего выполнения Ваших обязанностей перед компанией. Обычные рабочие часы-от { start_time } до { end_time }, и вы, как ожидается, будут работать не менее { total_hours } часов каждую неделю, и при необходимости в течение дополнительных часов в зависимости от вашего

\n

ответственности.

\n

6. Отпуск/Праздники

\n\n

6.1 Вы имеете право на случайный отпуск продолжительностью 12 дней.

\n\n

6.2 Вы имеете право на 12 рабочих дней оплачиваемого отпуска по болезни.

\n\n

6.3 Компания в начале каждого года уведомляет об объявленных праздниках. 

\n\n\n\n

7. Характер обязанностей

\n\n

Вы будете выполнять все обязанности, присующие вам, и такие дополнительные обязанности, которые компания может призвать к вам, время от времени. Ваши конкретные обязанности изложены в приложении II к настоящему.

\n\n\n\n

8. Свойство компании

\n\n

Вы всегда будете поддерживать в хорошем состоянии имущество Компании, которое может быть доверено Вам для служебного пользования в течение

\n\n

вашей занятости, и возвратит все это имущество Компании до отказа от вашего заряда, при отсутствии которого стоимость одного и того же имущества будет взыскана с Вас компанией.

\n\n\n\n

9. Боровить/принять подарки

\n\n

Вы не будете брать взаймы или принимать какие-либо деньги, подарки, вознаграждение или компенсацию за ваши личные доходы от или в ином месте под денежный долг любому лицу/клиенту, с которым у вас могут быть официальные сделки.

\n\n\n\n

10. Прекращение

\n\n

10.1 Ваше назначение может быть прекращено компанией без каких бы то ни было оснований, предоставляя Вам не менее [ Уведомление] месяцев, предшея уведомлению в письменной форме или окладе вместо них. Для целей этого положения заработная плата означает базовый оклад.

\n\n

10.2 Вы можете прекратить свою трудовую деятельность с компанией без каких-либо причин, предоставляя не меньше, чем [ Employee Notice] months предварительное уведомление или оклад за несохраненный период, оставатся после корректировки отложенных листьев, как на сегодняшний день.

\n\n

10.3 Компания оставляет за собой право прекратить вашу работу в суммарном порядке без какого-либо уведомления о сроке или увольнении, если у нее есть достаточные основания полагать, что вы виновны в проступке или халатности, или совершили какое-либо существенное нарушение договора, или причинило убытки Компании. 

\n\n

10. 4 О прекращении вашей работы по какой бы то ни было причине вы вернетесь в Компании все имущество; документы, а 

\n\n

бумаги, как оригинальные, так и их копии, включая любые образцы, литературу, контракты, записи, списки, чертежи, чертежи,

\n\n

письма, заметки, данные и тому подобное; и Конфиденциальная информация, в вашем распоряжении или под вашим контролем, связанным с вашей работой или деловыми делами клиентов.   

\n\n\n\n

11. Конфиденциальная информация

\n\n

11. 1 Во время вашего трудоустройства с компанией Вы посвяте все свое время, внимание, умение максимально

\n\n

Его бизнес. Вы не должны, прямо или косвенно, заниматься или ассоциировать себя с заинтересованными, занятым, занятым, или временем, или продолжать любой курс обучения, без предварительного разрешения Компани.заниматься каким-либо другим бизнесом или деятельностью или любой другой пост или работать неполный рабочий день или заниматься какой бы то ни было исследованием, без предварительного разрешения

\n\n

Компания.

\n\n

11.2 Вы всегда должны сохранять наивысшую степень конфиденциальности и хранить в качестве конфиденциальной записи, документы и другие 

\n\n

Конфиденциальная информация, касающаяся бизнеса Компании, которая может быть вам известна или конфиденциальна любым способом, и Вы будете использовать такие записи, документы и информацию только в установленном порядке в интересах Компании. Для целей настоящей статьи \"Конфиденциальная информация\" означает информацию о бизнесе Компании и о ее клиентах, которая недоступна для широкой общественности и которая может быть изучилась Вами в ходе вашей работы. Это включает в себя:

\n\n

но не ограничивается информацией, касающейся организации, ее списков клиентов, политики в области занятости, персонала и информации о продуктах Компании, процессах, включая идеи, концепции, прогнозы, технологии, руководства, чертеж, чертеж, 

\n\n

спецификации, и все бумаги, резюме, записи и другие документы, содержащие такую Конфиденциальную Информацию.

\n\n

11.3 В любое время вы не будете удалять конфиденциальную информацию из офиса без разрешения.

\n\n

11.4 Ваш долг защищать и не отсосать

\n\n

e Конфиденциальная информация выдержит срок действия или прекращения действия настоящего Соглашения и/или вашей работы с компанией.

\n\n

11.5 Нарушение условий, изложенных в настоящем положении, приведет к тому, что в дополнение к любым другим средствам правовой защиты, которые компания может иметь против вас, в соответствии с вышеприведенным положением, вы можете получить краткое увольнение в соответствии с этим положением.

\n\n\n\n

12. Замечания

\n\n

Уведомления могут быть даны Вами Компании по адресу ее зарегистрированного офиса. Извещения могут быть даны компанией Вам по адресу, с которым вы в официальных отчетах.

\n\n\n\n

13. Применимость политики компании

\n\n

Компания вправе время от времени делать политические заявления по таким вопросам, как право на отпуск, материнство

\n\n

отпуска, пособия для работников, продолжительность рабочего дня, трансферная политика и т.д. и время от времени могут изменяться исключительно по своему усмотрению.

\n\n

Все такие принципиальные решения Компании являются обязательными для Вас и переопределяют это Соглашение в такой степени.

\n\n\n\n

14. Регулирующий Право/юрисдикция

\n\n

Ваше трудоустройство с компанией подпадает под действие законов страны. Все споры подлежат юрисдикции Высокого суда

\n\n

Только Гуджарат.

\n\n\n\n

15. Принятие нашего предложения

\n\n

Пожалуйста, подтвердите свое согласие с этим Договором о занятости, подписав и возвращая дубликат копии.

\n\n\n\n

Мы приветствуем Вас и надеемся на то, что Вы принимаете свое согласие и работаете с Вами.

\n\n\n\n

Искренне Ваш,

\n\n

{ app_name }

\n\n

{date}

\n ', 2, '2025-03-06 23:52:36', '2025-03-06 23:52:36'), (15, 'tr', '

Katılım Mektubu

\n

{tarih}

\n

{çalışan_adı}

\n

{adres

\n

Konu: {tanımlama

görevi için randevu\n

Sayın {çalışan_adı},

\n

Aşağıdaki şartlar ve

ile Şirkette {app_name} ile {designation} konumunu size sunmaktan mutluluk duyuyoruz.

\n

koşullar:

\n

1. İşe başlama

\n

İstihdamınız {start_date}

itibarıyla geçerli olacak\n

2. İş unvanı

\n

İş unvanınız {tanımlama} olacaktır.

\n

3. maaş

\n

Maaşınız ve diğer yardımlarınız, bundan böyle Çizelge 1 de belirtildiği gibi olacaktır.

\n

4. Gönderim yeri

\n

{branch} adresinde ilan edileceksiniz. Ancak, Şirketin sahip olduğu herhangi bir işyerinde çalışmanız gerekebilir veya

\n

daha sonra edinilebilir.

\n

5. Çalışma Saatleri

\n

Normal çalışma günleri Pazartesi den Cuma ya kadardır.

için gerekli olan saatlerde çalışmanız istenecektir.\n

Şirkete karşı görevlerinizi uygun şekilde yerine getirme. Normal çalışma saatleri {start_time} ile {end_time} arasındadır ve siz

\n

Her hafta en az {total_hours} saat ve gerekirse sizin durumunuza bağlı olarak ek saat çalışması bekleniyor

\n

sorumluluklar.

\n

6. İzin/Tatiller

\n

6.1 12 günlük geçici izin hakkınız var.

\n

6.2 12 iş günü ücretli hastalık izni hakkınız var.

\n

6.3 Şirket, her yılın başında ilan edilen tatillerin listesini bildirecektir.

\n

7. Görevlerin niteliği

\n

Görevinizle ilgili tüm görevleri ve şirket olarak bu tür ek görevleri elinizden gelen en iyi şekilde yerine getireceksiniz

\n

zaman zaman performans sergilemeniz için sizi çağırabilir. Özel görevleriniz, buradaki Çizelge II de belirtilmiştir.

\n

8. Şirket mülkü

\n

Süreç boyunca resmi kullanım için size emanet edilmiş olabilecek Şirket mülkünü her zaman iyi durumda tutacaksınız

\n

istihdamınız ve ücretinizden feragat etmeden önce bu tür tüm mülkleri Şirkete iade edecektir, aksi takdirde maliyet

\n

Aynısı Şirket tarafından sizden geri alınacaktır.

\n

9. Ödünç alma/hediye kabul etme

\n

Kişisel kazançlarınız için kendinizden herhangi bir para, hediye, ödül veya tazminat ödünç almayacak veya kabul etmeyeceksiniz

\n

resmi ilişki içinde olabileceğiniz herhangi bir kişiye/müşteriye karşı maddi yükümlülük altında.

\n

10. Fesih

\n

10.1 Randevunuz, Şirket tarafından size en az [Bildirim] ay öncesinden bildirimde bulunarak herhangi bir sebep olmaksızın feshedilebilir

\n

yazılı bildirim veya bunun yerine maaş. Bu maddenin amaçları doğrultusunda maaş, temel maaş anlamına gelir.

\n

10.2 En az [Çalışan Bildirimi]

vererek Şirketteki çalışmanızı herhangi bir neden olmaksızın sonlandırabilirsiniz.\n

Tarih itibariyle, bekleyen izinlerin ayarlanmasından sonra kalan, kaydedilmemiş dönem için aylar öncesinden bildirim veya maaş.

\n

10.3 Şirket, herhangi bir ihbar süresi veya fesih ödemesi olmaksızın iş akdinizi aniden feshetme hakkını saklı tutar

\n

Suistimal veya ihmalden suçlu olduğunuza veya herhangi bir temel ihlalde bulunduğunuza inanmak için makul bir gerekçesi varsa

\n

sözleşmeye veya Şirkete herhangi bir zarara neden oldu.

\n

10. 4 Herhangi bir nedenle işinize son verildiğinde, tüm mal varlığınızı Şirkete iade edeceksiniz; belgeler ve

\n

Örnekler, literatür, sözleşmeler, kayıtlar, listeler, çizimler, ozalitler dahil kağıt, hem orijinali hem de kopyaları

\n

mektuplar, notlar, veriler ve benzerleri; ve Sizinle ilgili olarak sahip olduğunuz veya kontrolünüz altındaki Gizli Bilgiler

\n

istihdam veya müşterilerin iş ilişkileri.

\n

11. Gizli Bilgiler

\n

11. 1 Şirkette çalıştığınız süre boyunca tüm zamanınızı, dikkatinizi ve becerinizi elinizden gelenin en iyisini yapmaya adayacaksınız

\n

onun işi. Doğrudan veya dolaylı olarak kendinizle ilişki kurmamalı veya ilişkilendirmemeli, bunlarla bağlantı kurmamalı, ilgilenmemeli, istihdam edilmemeli veya

\n

Şirketin önceden izni olmaksızın herhangi bir eğitim kursuna katılmak veya devam etmek.Başka herhangi bir işle uğraşmak veya

\n

aktiviteler veya diğer herhangi bir görevlendirme veya yarı zamanlı çalışma veya herhangi bir eğitim kursuna devam etme,

\n

Şirket.

\n

11.2 Gizliliği her zaman en üst düzeyde tutmalı ve kayıtları, belgeleri ve diğer bilgileri gizli tutmalısınız

\n

Şirketin faaliyetleriyle ilgili olarak sizin tarafınızdan bilinebilecek veya herhangi bir şekilde size güvenilebilecek Gizli Bilgiler

\n

ve bu tür kayıtları, belgeleri ve bilgileri yalnızca Şirketin çıkarları doğrultusunda usulüne uygun olarak yetkilendirilmiş bir şekilde kullanacaksınız. için

\n

Bu maddenin amacı Gizli Bilgiler, Şirketin ve müşterilerinin işleri hakkında bilgiler anlamına gelir

\n

genel halka açık olmayan ve istihdamınız sırasında sizin tarafınızdan öğrenilebilecek bilgiler. Bu,

\n

kuruluşa, müşteri listelerine, istihdam politikalarına, personeline ve bilgilerine ilişkin bilgiler ve bunlarla sınırlı olmamak üzere

\n

Fikirler, kavramlar, projeksiyonlar, teknoloji, kılavuzlar, çizimler, tasarımlar dahil olmak üzere Şirketin ürünleri ve süreçleri hakkında

\n

şartnameler ve bu tür Gizli Bilgileri içeren tüm belgeler, özgeçmişler, kayıtlar ve diğer belgeler.

\n

11.3 Hiçbir Gizli Bilgiyi izinsiz olarak ofisten çıkarmayacaksınız.

\n

11.4 Koruma ve açıklamama göreviniz

\n

Gizli Bilgiler, bu Sözleşmenin sona ermesinden veya feshedilmesinden ve/veya Şirketteki istihdamınızın sona ermesinden sonra da geçerliliğini koruyacaktır.

\n

11.5 Bu maddenin koşullarının ihlal edilmesi, sizi herhangi bir ek olarak yukarıdaki madde kapsamında derhal işten çıkarmayla yükümlü kılacaktır

\n

Şirketin kanunen size karşı sahip olabileceği diğer çareler.

\n

12. Bildirimler

\n

Tebligatlar, tarafınızca Şirketin kayıtlı ofis adresine gönderilebilir. Bildirimler Şirket tarafından size şu adreste verilebilir:

\n

resmi kayıtlarda belirttiğiniz adres.

\n

13. Şirket Politikasının Uygulanabilirliği

\n

Şirket, izin hakkı, analık gibi konularda zaman zaman poliçe beyanı yapma hakkına sahip olacaktır

\n

izin, çalışanlara sağlanan faydalar, çalışma saatleri, transfer politikaları vb. ve tamamen kendi takdirine bağlı olarak zaman zaman aynı şeyi değiştirebilir.

\n

Şirketin bu tür tüm politika kararları sizin için bağlayıcı olacak ve bu Sözleşmeyi o ölçüde geçersiz kılacaktır.

\n

14. Geçerli Yasa/Yetki Alanı

\n

Şirketteki istihdamınız Ülke yasalarına tabidir. Tüm ihtilaflar Yüksek Mahkemenin yargı yetkisine tabi olacaktır

\n

Yalnızca Gujarat.

\n

15. Teklifimizin kabulü

\n

Lütfen bu İş Sözleşmesini kabul ettiğinizi imzalayarak ve kopya kopyayı geri vererek onaylayın.

\n

Hoş geldiniz ve kabulünüzü almayı ve sizinle çalışmayı sabırsızlıkla bekliyoruz.

\n

Saygılarımızla,

\n

{uygulama_adı}

\n

{tarih}

', 2, '2025-03-06 23:52:36', '2025-03-06 23:52:36'), (16, 'pt-br', '

Carta De Adesão

\n\n

{data}

\n\n

{employee_name}

\n\n

{address}

\n\n\n

Assunto: Nomeação para o cargo de {designation}

\n\n

Querido {employee_name},

\n\n\n

Temos o prazer de oferecê-lo, a posição de {designation} com {app_name} a Empresa nos seguintes termos e

\n

condições:

\n\n\n

1. Comentamento do emprego

\n\n

Seu emprego será efetivo, a partir de {start_date}

\n\n\n

2. Título do emprego

\n\n

Seu cargo de trabalho será {designation}.

\n\n

3. Salário

\n\n

Seu salário e outros benefícios serão conforme estabelecido no Planejamento 1, hereto.

\n\n

4. Local de postagem

\n\n

Você será postado em {branch}. Você pode, no entanto, ser obrigado a trabalhar em qualquer local de negócios que a Empresa tenha, ou possa posteriormente adquirir.

\n\n

5. Horas de Trabalho

\n\n

Os dias normais de trabalho são de segunda a sexta-feira. Você será obrigado a trabalhar por tais horas, conforme necessário para a quitação adequada de suas funções para a Companhia. As horas de trabalho normais são de {start_time} para {end_time} e você deve trabalhar não menos de {total_horas} horas semanais, e se necessário para horas adicionais dependendo do seu

\n

responsabilidades.

\n\n

6. Leave / Holidays

\n\n

6,1 Você tem direito a licença casual de 12 dias.

\n\n

6,2 Você tem direito a 12 dias úteis de licença remunerada remunerada.

\n\n

6,3 Companhia notificará uma lista de feriados declarados no início de cada ano. 

\n\n\n\n

7. Natureza dos deveres

\n\n

Você irá executar ao melhor da sua habilidade todos os deveres como são inerentes ao seu cargo e tais deveres adicionais como a empresa pode ligar sobre você para executar, de tempos em tempos. Os seus deveres específicos são estabelecidos no Hereto do Planejamento II.

\n\n\n\n

8. Propriedade da empresa

\n\n

Você sempre manterá em bom estado propriedade Empresa, que poderá ser confiada a você para uso oficial durante o curso de

\n\n

o seu emprego, e devolverá toda essa propriedade à Companhia antes de abdicar de sua acusação, falhando qual o custo do mesmo será recuperado de você pela Companhia.

\n\n\n\n

9. Borremir / aceitar presentes

\n\n

Você não vai pedir empréstimo ou aceitar qualquer dinheiro, presente, recompensa ou indenização por seus ganhos pessoais de ou de outra forma colocar-se sob obrigação pecuniária a qualquer pessoa / cliente com quem você pode estar tendo relações oficiais.

\n\n\n\n

10. Terminação

\n\n

10,1 Sua nomeação pode ser rescindida pela Companhia, sem qualquer razão, dando-lhe não menos do que [aviso] meses de aviso prévio por escrito ou de salário em lieu deste. Para efeito da presente cláusula, o salário deve significar salário base.

\n\n

10,2 Você pode rescindir seu emprego com a Companhia, sem qualquer causa, ao dar nada menos que [Aviso de contratação] meses de aviso prévio ou salário para o período não salvo, deixado após ajuste de folhas pendentes, conforme data de encontro.

\n\n

10,3 Empresa reserva-se o direito de rescindir o seu emprego sumariamente sem qualquer prazo de aviso ou de rescisão se tiver terreno razoável para acreditar que você é culpado de má conduta ou negligência, ou tenha cometido qualquer violação fundamental de contrato, ou tenha causado qualquer perda para a Empresa. 

\n\n

10. 4 Sobre a rescisão do seu emprego por qualquer motivo, você retornará para a Empresa todos os bens; documentos e 

\n\n

papel, tanto originais como cópias dos mesmos, incluindo quaisquer amostras, literatura, contratos, registros, listas, desenhos, plantas,

\n\n

cartas, notas, dados e semelhantes; e Informações Confidenciais, em sua posse ou sob seu controle relacionado ao seu emprego ou aos negócios de negócios dos clientes.   

\n\n\n\n

11. Informações Confidenciais

\n\n

11. 1 Durante o seu emprego com a Companhia você irá dedicar todo o seu tempo, atenção e habilidade para o melhor de sua capacidade de

\n\n

o seu negócio. Você não deve, direta ou indiretamente, se envolver ou associar-se com, estar conectado com, preocupado, empregado, ou tempo ou prosseguir qualquer curso de estudo, sem a permissão prévia do Company.engajado em qualquer outro negócio ou atividades ou qualquer outro cargo ou trabalho parcial ou prosseguir qualquer curso de estudo, sem a permissão prévia do

\n\n

Empresa.

\n\n

11,2 É preciso manter sempre o mais alto grau de confidencialidade e manter como confidenciais os registros, documentos e outros 

\n\n

Informações confidenciais relativas ao negócio da Companhia que possam ser conhecidas por você ou confiadas em você por qualquer meio e utilizarão tais registros, documentos e informações apenas de forma devidamente autorizada no interesse da Companhia. Para efeitos da presente cláusula \"Informações confidenciais\" significa informação sobre os negócios da Companhia e a dos seus clientes que não está disponível para o público em geral e que poderá ser aprendida por você no curso do seu emprego. Isso inclui,

\n\n

mas não se limita a, informações relativas à organização, suas listas de clientes, políticas de emprego, pessoal, e informações sobre os produtos da Companhia, processos incluindo ideias, conceitos, projeções, tecnologia, manuais, desenho, desenhos, 

\n\n

especificações, e todos os papéis, currículos, registros e outros documentos que contenham tais Informações Confidenciais.

\n\n

11,3 Em nenhum momento, você removerá quaisquer Informações Confidenciais do escritório sem permissão.

\n\n

11,4 O seu dever de salvaguardar e não os desclos

\n\n

Informações Confidenciais sobreviverão à expiração ou à rescisão deste Contrato e / ou do seu emprego com a Companhia.

\n\n

11,5 Violação das condições desta cláusula irá torná-lo sujeito a demissão sumária sob a cláusula acima, além de qualquer outro remédio que a Companhia possa ter contra você em lei.

\n\n\n\n

12. Notices

\n\n

Os avisos podem ser conferidos por você à Empresa em seu endereço de escritório registrado. Os avisos podem ser conferidos pela Companhia a você no endereço intimado por você nos registros oficiais.

\n\n\n\n

13. Aplicabilidade da Política da Empresa

\n\n

A Companhia tem direito a fazer declarações de política de tempos em tempos relativos a matérias como licença de licença, maternidade

\n\n

sair, benefícios dos empregados, horas de trabalho, políticas de transferência, etc., e pode alterar o mesmo de vez em quando a seu exclusivo critério.

\n\n

Todas essas decisões de política da Companhia devem ser vinculativas para si e substituirão este Acordo nessa medida.

\n\n\n\n

14. Direito / Jurisdição

\n\n

Seu emprego com a Companhia está sujeito às leis do País. Todas as disputas estão sujeitas à jurisdição do Tribunal Superior

\n\n

Gujarat apenas.

\n\n\n\n

15. Aceitação da nossa oferta

\n\n

Por favor, confirme sua aceitação deste Contrato de Emprego assinando e retornando a cópia duplicada.

\n\n\n\n

Nós acolhemos você e estamos ansiosos para receber sua aceitação e para trabalhar com você.

\n\n\n\n

Seu Sinceramente,

\n\n

{app_name}

\n\n

{data}

\n ', 2, '2025-03-06 23:52:36', '2025-03-06 23:52:36'); -- -------------------------------------------------------- -- -- Table structure for table `join_us` -- CREATE TABLE `join_us` ( `id` bigint(20) UNSIGNED NOT NULL, `email` varchar(191) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `journal_entries` -- CREATE TABLE `journal_entries` ( `id` bigint(20) UNSIGNED NOT NULL, `date` date NOT NULL, `reference` varchar(191) DEFAULT NULL, `description` text DEFAULT NULL, `journal_id` int(11) NOT NULL DEFAULT 0, `created_by` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `journal_items` -- CREATE TABLE `journal_items` ( `id` bigint(20) UNSIGNED NOT NULL, `journal` int(11) NOT NULL DEFAULT 0, `account` int(11) NOT NULL DEFAULT 0, `description` text DEFAULT NULL, `debit` float NOT NULL DEFAULT 0, `credit` float NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `labels` -- CREATE TABLE `labels` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `color` varchar(191) NOT NULL, `pipeline_id` int(11) NOT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `labels` -- INSERT INTO `labels` (`id`, `name`, `color`, `pipeline_id`, `created_by`, `created_at`, `updated_at`) VALUES (1, 'On Hold', 'primary', 1, 2, '2025-03-06 23:51:56', '2025-03-06 23:51:56'), (2, 'New', 'info', 1, 2, '2025-03-06 23:51:56', '2025-03-06 23:51:56'), (3, 'Pending', 'warning', 1, 2, '2025-03-06 23:51:56', '2025-03-06 23:51:56'), (4, 'Loss', 'danger', 1, 2, '2025-03-06 23:51:56', '2025-03-06 23:51:56'), (5, 'Win', 'success', 1, 2, '2025-03-06 23:51:57', '2025-03-06 23:51:57'); -- -------------------------------------------------------- -- -- Table structure for table `landing_page_settings` -- CREATE TABLE `landing_page_settings` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `value` longtext DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `landing_page_settings` -- INSERT INTO `landing_page_settings` (`id`, `name`, `value`, `created_at`, `updated_at`) VALUES (1, 'topbar_status', 'on', '2025-03-06 23:51:35', '2025-03-06 23:51:35'), (2, 'topbar_notification_msg', '70% Special Offer. Don’t Miss it. The offer ends in 72 hours.', '2025-03-06 23:51:35', '2025-03-06 23:51:35'), (3, 'menubar_status', 'on', '2025-03-06 23:51:36', '2025-03-06 23:51:36'), (4, 'menubar_page', '[{\"menubar_page_name\": \"About Us\",\"template_name\": \"page_content\",\"page_url\": \"\",\"menubar_page_contant\": \"Welcome to the Erpgo website. By accessing this website, you agree to comply with and be bound by the following terms and conditions of use. If you disagree with any part of these terms, please do not use our website. The content of the pages of this website is for your general information and use only. It is subject to change without notice. This website uses cookies to monitor browsing preferences. If you do allow cookies to be used, personal information may be stored by us for use by third parties. Neither we nor any third parties provide any warranty or guarantee as to the accuracy, timeliness, performance, completeness, or suitability of the information and materials found or offered on this website for any particular purpose. You acknowledge that such information and materials may contain inaccuracies or errors, and we expressly exclude liability for any such inaccuracies or errors to the fullest extent permitted by law. Your use of any information or materials on this website is entirely at your own risk, for which we shall not be liable. It shall be your own responsibility to ensure that any products, services, or information available through this website meet your specific requirements. This website contains material that is owned by or licensed to us. This material includes, but is not limited to, the design, layout, look, appearance, and graphics. Reproduction is prohibited other than in accordance with the copyright notice, which forms part of these terms and conditions. Unauthorized use of this website may give rise to a claim for damages and\\/or be a criminal offense. From time to time, this website may also include links to other websites. These links are provided for your convenience to provide further information. They do not signify that we endorse the website(s). We have no responsibility for the content of the linked website(s\",\"page_slug\": \"about_us\",\"header\": \"on\",\"footer\": \"on\",\"login\": \"on\"},{\"menubar_page_name\": \"Terms and Conditions\",\"template_name\": \"page_content\",\"page_url\": \"\",\"menubar_page_contant\": \"Welcome to the Erpgo website. By accessing this website, you agree to comply with and be bound by the following terms and conditions of use. If you disagree with any part of these terms, please do not use our website.\\r\\n\\r\\nThe content of the pages of this website is for your general information and use only. It is subject to change without notice.\\r\\n\\r\\nThis website uses cookies to monitor browsing preferences. If you do allow cookies to be used, personal information may be stored by us for use by third parties.\\r\\n\\r\\nNeither we nor any third parties provide any warranty or guarantee as to the accuracy, timeliness, performance, completeness, or suitability of the information and materials found or offered on this website for any particular purpose. You acknowledge that such information and materials may contain inaccuracies or errors, and we expressly exclude liability for any such inaccuracies or errors to the fullest extent permitted by law.\\r\\n\\r\\nYour use of any information or materials on this website is entirely at your own risk, for which we shall not be liable. It shall be your own responsibility to ensure that any products, services, or information available through this website meet your specific requirements.\\r\\n\\r\\nThis website contains material that is owned by or licensed to us. This material includes, but is not limited to, the design, layout, look, appearance, and graphics. Reproduction is prohibited other than in accordance with the copyright notice, which forms part of these terms and conditions.\\r\\n\\r\\nUnauthorized use of this website may give rise to a claim for damages and\\/or be a criminal offense.\\r\\n\\r\\nFrom time to time, this website may also include links to other websites. These links are provided for your convenience to provide further information. They do not signify that we endorse the website(s). We have no responsibility for the content of the linked website(s).\",\"page_slug\": \"terms_and_conditions\",\"header\": \"off\",\"footer\": \"on\",\"login\": \"on\"},{\"menubar_page_name\": \"Privacy Policy\",\"template_name\": \"page_content\",\"page_url\": \"\",\"menubar_page_contant\": \"Introduction: An overview of the privacy policy, including the purpose and scope of the policy. Information Collection: Details about the types of information collected from users\\/customers, such as personal information (name, address, email), device information, usage data, and any other relevant data. Data Usage: An explanation of how the collected data will be used, including providing services, improving products, personalization, analytics, and any other legitimate business purposes. Data Sharing: Information about whether and how the company shares user data with third parties, such as partners, service providers, or affiliates, along with the purposes of such sharing. Data Security: Details about the measures taken to protect user data from unauthorized access, loss, or misuse, including encryption, secure protocols, access controls, and data breach notification procedures. User Choices: Information on the choices available to users regarding the collection, use, and sharing of their personal data, including opt-out mechanisms and account settings. Cookies and Tracking Technologies: Explanation of the use of cookies, web beacons, and similar technologies for tracking user activity and collecting information for analytics and advertising purposes. Third-Party Links: Clarification that the companys website or services may contain links to third-party websites or services and that the privacy policy does not extend to those external sites. Data Retention: Details about the retention period for user data and how long it will be stored by the company. Legal Basis and Compliance: Information about the legal basis for processing personal data, compliance with applicable data protection laws, and the rights of users under relevant privacy regulations (e.g., GDPR, CCPA). Updates to the Privacy Policy: Notification that the privacy policy may be updated from time to time, and how users will be informed of any material changes. Contact Information: How users can contact the company regarding privacy-related concerns or inquiries.\",\"page_slug\": \"privacy_policy\",\"header\": \"off\",\"footer\": \"on\",\"login\": \"on\"}]', '2025-03-06 23:51:36', '2025-03-06 23:51:36'), (5, 'site_logo', 'site_logo.png', '2025-03-06 23:51:36', '2025-03-06 23:51:36'), (6, 'site_description', 'We build modern web tools to help you jump-start your daily business work.', '2025-03-06 23:51:36', '2025-03-06 23:51:36'), (7, 'home_status', 'on', '2025-03-06 23:51:36', '2025-03-06 23:51:36'), (8, 'home_offer_text', '70% Special Offer', '2025-03-06 23:51:36', '2025-03-06 23:51:36'), (9, 'home_title', 'Home', '2025-03-06 23:51:36', '2025-03-06 23:51:36'), (10, 'home_heading', 'ERPGo SaaS All In One Business ERP With Project, Account, HRM, CRM & POS', '2025-03-06 23:51:36', '2025-03-06 23:51:36'), (11, 'home_description', 'Use these awesome forms to login or create new account in your project for free.', '2025-03-06 23:51:36', '2025-03-06 23:51:36'), (12, 'home_trusted_by', '1000+ Customer', '2025-03-06 23:51:36', '2025-03-06 23:51:36'), (13, 'home_live_demo_link', 'https://demo.workdo.io/erpgo-saas/login', '2025-03-06 23:51:36', '2025-03-06 23:51:36'), (14, 'home_buy_now_link', 'https://codecanyon.net/item/erpgo-saas-all-in-one-business-erp-with-project-account-hrm-crm-pos/33263426', '2025-03-06 23:51:36', '2025-03-06 23:51:36'), (15, 'home_banner', 'home_banner.png', '2025-03-06 23:51:36', '2025-03-06 23:51:36'), (16, 'home_logo', 'home_logo1.png,home_logo2.png,home_logo3.png,home_logo4.png,home_logo5.png,home_logo6.png,home_logo7.png', '2025-03-06 23:51:37', '2025-03-06 23:51:37'), (17, 'feature_status', 'on', '2025-03-06 23:51:37', '2025-03-06 23:51:37'), (18, 'feature_title', 'Features', '2025-03-06 23:51:37', '2025-03-06 23:51:37'), (19, 'feature_heading', 'All In One Place CRM System', '2025-03-06 23:51:37', '2025-03-06 23:51:37'), (20, 'feature_description', 'Use these awesome forms to login or create new account in your project for free. Use these awesome forms to login or create new account in your project for free.', '2025-03-06 23:51:37', '2025-03-06 23:51:37'), (21, 'feature_buy_now_link', 'https://codecanyon.net/item/erpgo-saas-all-in-one-business-erp-with-project-account-hrm-crm-pos/33263426', '2025-03-06 23:51:37', '2025-03-06 23:51:37'), (22, 'feature_of_features', '[{\"feature_logo\":\"1688108756-feature_logo.png\",\"feature_heading\":\"Feature\",\"feature_description\":\"

Use these awesome forms to login or create new account in your project for free.Use these awesome forms to login or create new account in your project for free.<\\/p>\"},{\"feature_logo\":\"1688099120-feature_logo.png\",\"feature_heading\":\"Support\",\"feature_description\":\"

Use these awesome forms to login or create new account in your project for free.Use these awesome forms to login or create new account in your project for free.<\\/p>\"},{\"feature_logo\":\"1688099197-feature_logo.png\",\"feature_heading\":\"Integration\",\"feature_description\":\"

Use these awesome forms to login or create new account in your project for free.Use these awesome forms to login or create new account in your project for free.<\\/p>\"}]', '2025-03-06 23:51:37', '2025-03-06 23:51:37'), (23, 'highlight_feature_heading', 'ERPGo SaaS All In One Business ERP With Project, Account, HRM, CRM & POS', '2025-03-06 23:51:37', '2025-03-06 23:51:37'), (24, 'highlight_feature_description', 'Use these awesome forms to login or create new account in your project for free.', '2025-03-06 23:51:37', '2025-03-06 23:51:37'), (25, 'highlight_feature_image', 'highlight_feature_image.png', '2025-03-06 23:51:37', '2025-03-06 23:51:37'), (26, 'other_features', '[{\"other_features_image\":\"1688108824-other_features_image.png\",\"other_features_heading\":\"ERPGo SaaS All In One Business ERP With Project, Account, HRM, CRM & POS\",\"other_featured_description\":\"

Use these awesome forms to login or create new account in your project for free.<\\/p>\",\"other_feature_buy_now_link\":\"https://codecanyon.net/item/erpgo-saas-all-in-one-business-erp-with-project-account-hrm-crm-pos/33263426\"},{\"other_features_image\":\"1688108842-other_features_image.png\",\"other_features_heading\":\"ERPGo SaaS All In One Business ERP With Project, Account, HRM, CRM & POS\",\"other_featured_description\":\"

Use these awesome forms to login or create new account in your project for free.<\\/p>\",\"other_feature_buy_now_link\":\"https://codecanyon.net/item/erpgo-saas-all-in-one-business-erp-with-project-account-hrm-crm-pos/33263426\"},{\"other_features_image\":\"1688115908-other_features_image.png\",\"other_features_heading\":\"ERPGo SaaS All In One Business ERP With Project, Account, HRM, CRM & POS\",\"other_featured_description\":\"

Use these awesome forms to login or create new account in your project for free.<\\/p>\",\"other_feature_buy_now_link\":\"https://codecanyon.net/item/erpgo-saas-all-in-one-business-erp-with-project-account-hrm-crm-pos/33263426\"},{\"other_features_image\":\"1688108947-other_features_image.png\",\"other_features_heading\":\"ERPGo SaaS All In One Business ERP With Project, Account, HRM, CRM & POS\",\"other_featured_description\":\"

Use these awesome forms to login or create new account in your project for free.<\\/p>\",\"other_feature_buy_now_link\":\"https://codecanyon.net/item/erpgo-saas-all-in-one-business-erp-with-project-account-hrm-crm-pos/33263426\"}]', '2025-03-06 23:51:37', '2025-03-06 23:51:37'), (27, 'discover_status', 'on', '2025-03-06 23:51:37', '2025-03-06 23:51:37'), (28, 'discover_heading', 'ERPGo SaaS All In One Business ERP With Project, Account, HRM, CRM & POS', '2025-03-06 23:51:37', '2025-03-06 23:51:37'), (29, 'discover_description', 'Use these awesome forms to login or create new account in your project for free.', '2025-03-06 23:51:37', '2025-03-06 23:51:37'), (30, 'discover_live_demo_link', 'https://demo.workdo.io/erpgo-saas/login', '2025-03-06 23:51:38', '2025-03-06 23:51:38'), (31, 'discover_buy_now_link', 'https://codecanyon.net/item/erpgo-saas-all-in-one-business-erp-with-project-account-hrm-crm-pos/33263426', '2025-03-06 23:51:38', '2025-03-06 23:51:38'), (32, 'discover_of_features', '[{\"discover_logo\":\"1688099306-discover_logo.png\",\"discover_heading\":\"Feature\",\"discover_description\":\"

Use these awesome forms to login or create new account in your project for free.Use these awesome forms to login or create new account in your project for free.<\\/p>\"},{\"discover_logo\":\"1688099328-discover_logo.png\",\"discover_heading\":\"Feature\",\"discover_description\":\"

Use these awesome forms to login or create new account in your project for free.Use these awesome forms to login or create new account in your project for free.<\\/p>\"},{\"discover_logo\":\"1688099359-discover_logo.png\",\"discover_heading\":\"Feature\",\"discover_description\":\"

Use these awesome forms to login or create new account in your project for free.Use these awesome forms to login or create new account in your project for free.<\\/p>\"},{\"discover_logo\":\"1688099377-discover_logo.png\",\"discover_heading\":\"Feature\",\"discover_description\":\"

Use these awesome forms to login or create new account in your project for free.Use these awesome forms to login or create new account in your project for free.<\\/p>\"},{\"discover_logo\":\"1688099401-discover_logo.png\",\"discover_heading\":\"Feature\",\"discover_description\":\"

Use these awesome forms to login or create new account in your project for free.Use these awesome forms to login or create new account in your project for free.<\\/p>\"},{\"discover_logo\":\"1688099416-discover_logo.png\",\"discover_heading\":\"Feature\",\"discover_description\":\"

Use these awesome forms to login or create new account in your project for free.Use these awesome forms to login or create new account in your project for free.<\\/p>\"},{\"discover_logo\":\"1688099434-discover_logo.png\",\"discover_heading\":\"Feature\",\"discover_description\":\"

Use these awesome forms to login or create new account in your project for free.Use these awesome forms to login or create new account in your project for free.<\\/p>\"},{\"discover_logo\":\"1688099443-discover_logo.png\",\"discover_heading\":\"Feature\",\"discover_description\":\"

Use these awesome forms to login or create new account in your project for free.Use these awesome forms to login or create new account in your project for free.<\\/p>\"}]', '2025-03-06 23:51:38', '2025-03-06 23:51:38'), (33, 'screenshots_status', 'on', '2025-03-06 23:51:38', '2025-03-06 23:51:38'), (34, 'screenshots_heading', 'ERPGo SaaS All In One Business ERP With Project, Account, HRM, CRM & POS', '2025-03-06 23:51:38', '2025-03-06 23:51:38'), (35, 'screenshots_description', 'Use these awesome forms to login or create new account in your project for free.', '2025-03-06 23:51:38', '2025-03-06 23:51:38'), (36, 'screenshots', '[{\"screenshots\":\"1688109087-screenshots.png\",\"screenshots_heading\":\"Balance Sheet\"},{\"screenshots\":\"1688109104-screenshots.png\",\"screenshots_heading\":\"Budget Plan\"},{\"screenshots\":\"1688100981-screenshots.png\",\"screenshots_heading\":\"CRM Deals\"},{\"screenshots\":\"1688109222-screenshots.png\",\"screenshots_heading\":\"Project\"},{\"screenshots\":\"1688108614-screenshots.png\",\"screenshots_heading\":\"Job Career\"},{\"screenshots\":\"1688108626-screenshots.png\",\"screenshots_heading\":\"POS\"}]', '2025-03-06 23:51:38', '2025-03-06 23:51:38'), (37, 'plan_status', 'on', '2025-03-06 23:51:38', '2025-03-06 23:51:38'), (38, 'plan_title', 'Plan', '2025-03-06 23:51:38', '2025-03-06 23:51:38'), (39, 'plan_heading', 'ERPGo SaaS All In One Business ERP With Project, Account, HRM, CRM & POS', '2025-03-06 23:51:38', '2025-03-06 23:51:38'), (40, 'plan_description', 'Use these awesome forms to login or create new account in your project for free.', '2025-03-06 23:51:38', '2025-03-06 23:51:38'), (41, 'faq_status', 'on', '2025-03-06 23:51:38', '2025-03-06 23:51:38'), (42, 'faq_title', 'Faq', '2025-03-06 23:51:38', '2025-03-06 23:51:38'), (43, 'faq_heading', 'ERPGo SaaS All In One Business ERP With Project, Account, HRM, CRM & POS', '2025-03-06 23:51:38', '2025-03-06 23:51:38'), (44, 'faq_description', 'Use these awesome forms to login or create new account in your project for free.', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (45, 'faqs', '[{\"faq_questions\":\"#What does \\\"Theme\\/Package Installation\\\" mean?\",\"faq_answer\":\"For an easy-to-install theme\\/package, we have included step-by-step detailed documentation (in English). However, if it is not done perfectly, please feel free to contact the support team at support@workdo.io\"},{\"faq_questions\":\"#What does \\\"Theme\\/Package Installation\\\" mean?\",\"faq_answer\":\"For an easy-to-install theme\\/package, we have included step-by-step detailed documentation (in English). However, if it is not done perfectly, please feel free to contact the support team at support@workdo.io\"},{\"faq_questions\":\"#What does \\\"Lifetime updates\\\" mean?\",\"faq_answer\":\"For an easy-to-install theme\\/package, we have included step-by-step detailed documentation (in English). However, if it is not done perfectly, please feel free to contact the support team at support@workdo.io\"},{\"faq_questions\":\"#What does \\\"Lifetime updates\\\" mean?\",\"faq_answer\":\"For an easy-to-install theme\\/package, we have included step-by-step detailed documentation (in English). However, if it is not done perfectly, please feel free to contact the support team at support@workdo.io\"},{\"faq_questions\":\"# What does \\\"6 months of support\\\" mean?\",\"faq_answer\":\"Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa\\r\\n nesciunt\\r\\n laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt\\r\\n sapiente ea\\r\\n proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven heard of them accusamus labore sustainable VHS.\"},{\"faq_questions\":\"# What does \\\"6 months of support\\\" mean?\",\"faq_answer\":\"Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa\\r\\n nesciunt\\r\\n laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt\\r\\n sapiente ea\\r\\n proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven heard of them accusamus labore sustainable VHS.\"}]', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (46, 'testimonials_status', 'on', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (47, 'testimonials_heading', 'From our Clients', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (48, 'testimonials_description', 'Use these awesome forms to login or create new account in your project for free.', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (49, 'testimonials_long_description', 'WorkDo seCommerce package offers you a “sales-ready.”secure online store. The package puts all the key pieces together, from design to payment processing. This gives you a headstart in your eCommerce venture. Every store is built using a reliable PHP framework -laravel. Thisspeeds up the development process while increasing the store’s security and performance.Additionally, thanks to the accompanying mobile app, you and your team can manage the store on the go. What’s more, because the app works both for you and your customers, you can use it to reach a wider audience.And, unlike popular eCommerce platforms, it doesn’t bind you to any terms and conditions or recurring fees. You get to choose where you host it or which payment gateway you use. Lastly, you getcomplete control over the looks of the store. And if it lacks any functionalities that you need, just reach out, and let’s discuss customization possibilities', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (50, 'testimonials', '[{\"testimonials_user_avtar\":\"1688466247-testimonials_user_avtar.jpg\",\"testimonials_title\":\"Tbistone\",\"testimonials_description\":\"Very quick customer support, installing this application on my machine locally, within 5 minutes of creating a ticket, the developer was able to fix the issue I had within 10 minutes. EXCELLENT! Thank you very much\",\"testimonials_user\":\"Chordsnstrings\",\"testimonials_designation\":\"from codecanyon\",\"testimonials_star\":\"4\"},{\"testimonials_user_avtar\":\"1688466264-testimonials_user_avtar.jpg\",\"testimonials_title\":\"Tbistone\",\"testimonials_description\":\"Very quick customer support, installing this application on my machine locally, within 5 minutes of creating a ticket, the developer was able to fix the issue I had within 10 minutes. EXCELLENT! Thank you very much\",\"testimonials_user\":\"Chordsnstrings\",\"testimonials_designation\":\"from codecanyon\",\"testimonials_star\":\"4\"},{\"testimonials_user_avtar\":\"1688466271-testimonials_user_avtar.jpg\",\"testimonials_title\":\"Tbistone\",\"testimonials_description\":\"Very quick customer support, installing this application on my machine locally, within 5 minutes of creating a ticket, the developer was able to fix the issue I had within 10 minutes. EXCELLENT! Thank you very much\",\"testimonials_user\":\"Chordsnstrings\",\"testimonials_designation\":\"from codecanyon\",\"testimonials_star\":\"4\"}]', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (51, 'footer_status', 'on', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (52, 'joinus_status', 'on', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (53, 'joinus_heading', 'Join Our Community', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (54, 'joinus_description', 'We build modern web tools to help you jump-start your daily business work.', '2025-03-06 23:51:39', '2025-03-06 23:51:39'); -- -------------------------------------------------------- -- -- Table structure for table `languages` -- CREATE TABLE `languages` ( `id` bigint(20) UNSIGNED NOT NULL, `code` varchar(191) DEFAULT NULL, `full_name` varchar(191) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `languages` -- INSERT INTO `languages` (`id`, `code`, `full_name`, `created_at`, `updated_at`) VALUES (1, 'ar', 'Arabic', '2025-03-06 23:52:37', '2025-03-06 23:52:37'), (2, 'zh', 'Chinese', '2025-03-06 23:52:37', '2025-03-06 23:52:37'), (3, 'da', 'Danish', '2025-03-06 23:52:37', '2025-03-06 23:52:37'), (4, 'de', 'German', '2025-03-06 23:52:37', '2025-03-06 23:52:37'), (5, 'en', 'English', '2025-03-06 23:52:37', '2025-03-06 23:52:37'), (6, 'es', 'Spanish', '2025-03-06 23:52:37', '2025-03-06 23:52:37'), (7, 'fr', 'French', '2025-03-06 23:52:37', '2025-03-06 23:52:37'), (8, 'he', 'Hebrew', '2025-03-06 23:52:37', '2025-03-06 23:52:37'), (9, 'it', 'Italian', '2025-03-06 23:52:38', '2025-03-06 23:52:38'), (10, 'ja', 'Japanese', '2025-03-06 23:52:38', '2025-03-06 23:52:38'), (11, 'nl', 'Dutch', '2025-03-06 23:52:38', '2025-03-06 23:52:38'), (12, 'pl', 'Polish', '2025-03-06 23:52:38', '2025-03-06 23:52:38'), (13, 'pt', 'Portuguese', '2025-03-06 23:52:38', '2025-03-06 23:52:38'), (14, 'ru', 'Russian', '2025-03-06 23:52:38', '2025-03-06 23:52:38'), (15, 'tr', 'Turkish', '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (16, 'pt-br', 'Portuguese (Brazil)', '2025-03-06 23:52:39', '2025-03-06 23:52:39'); -- -------------------------------------------------------- -- -- Table structure for table `leads` -- CREATE TABLE `leads` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `email` varchar(191) NOT NULL, `phone` varchar(191) DEFAULT NULL, `subject` varchar(191) NOT NULL, `user_id` int(11) NOT NULL, `pipeline_id` int(11) NOT NULL, `stage_id` int(11) NOT NULL, `sources` varchar(191) DEFAULT NULL, `products` varchar(191) DEFAULT NULL, `notes` text DEFAULT NULL, `labels` varchar(191) DEFAULT NULL, `order` int(11) NOT NULL DEFAULT 0, `created_by` int(11) NOT NULL, `is_active` int(11) NOT NULL DEFAULT 1, `is_converted` int(11) NOT NULL DEFAULT 0, `date` date DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `lead_activity_logs` -- CREATE TABLE `lead_activity_logs` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `lead_id` bigint(20) UNSIGNED NOT NULL, `log_type` varchar(191) NOT NULL, `remark` text DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `lead_calls` -- CREATE TABLE `lead_calls` ( `id` bigint(20) UNSIGNED NOT NULL, `lead_id` bigint(20) UNSIGNED NOT NULL, `subject` varchar(191) NOT NULL, `call_type` varchar(30) NOT NULL, `duration` varchar(20) NOT NULL, `user_id` int(11) NOT NULL, `description` text DEFAULT NULL, `call_result` text DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `lead_discussions` -- CREATE TABLE `lead_discussions` ( `id` bigint(20) UNSIGNED NOT NULL, `lead_id` bigint(20) UNSIGNED NOT NULL, `comment` text NOT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `lead_emails` -- CREATE TABLE `lead_emails` ( `id` bigint(20) UNSIGNED NOT NULL, `lead_id` bigint(20) UNSIGNED NOT NULL, `to` varchar(191) NOT NULL, `subject` varchar(191) NOT NULL, `description` text DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `lead_files` -- CREATE TABLE `lead_files` ( `id` bigint(20) UNSIGNED NOT NULL, `lead_id` bigint(20) UNSIGNED NOT NULL, `file_name` varchar(191) NOT NULL, `file_path` varchar(191) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `lead_stages` -- CREATE TABLE `lead_stages` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `pipeline_id` int(11) NOT NULL, `created_by` int(11) NOT NULL, `order` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `lead_stages` -- INSERT INTO `lead_stages` (`id`, `name`, `pipeline_id`, `created_by`, `order`, `created_at`, `updated_at`) VALUES (1, 'Draft', 1, 2, 0, '2025-03-06 23:51:55', '2025-03-06 23:51:55'), (2, 'Sent', 1, 2, 0, '2025-03-06 23:51:55', '2025-03-06 23:51:55'), (3, 'Open', 1, 2, 0, '2025-03-06 23:51:55', '2025-03-06 23:51:55'), (4, 'Revised', 1, 2, 0, '2025-03-06 23:51:56', '2025-03-06 23:51:56'), (5, 'Declined', 1, 2, 0, '2025-03-06 23:51:56', '2025-03-06 23:51:56'); -- -------------------------------------------------------- -- -- Table structure for table `leaves` -- CREATE TABLE `leaves` ( `id` bigint(20) UNSIGNED NOT NULL, `employee_id` int(11) NOT NULL, `leave_type_id` int(11) NOT NULL, `applied_on` date NOT NULL, `start_date` date NOT NULL, `end_date` date NOT NULL, `total_leave_days` varchar(191) NOT NULL, `leave_reason` varchar(191) NOT NULL, `remark` varchar(191) DEFAULT NULL, `status` varchar(191) NOT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `leave_types` -- CREATE TABLE `leave_types` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(191) NOT NULL, `days` int(11) NOT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `loans` -- CREATE TABLE `loans` ( `id` bigint(20) UNSIGNED NOT NULL, `employee_id` int(11) NOT NULL, `loan_option` int(11) NOT NULL, `title` varchar(191) NOT NULL, `amount` decimal(15,2) NOT NULL DEFAULT 0.00, `type` varchar(191) DEFAULT NULL, `start_date` date NOT NULL, `end_date` date NOT NULL, `reason` varchar(191) NOT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `loan_options` -- CREATE TABLE `loan_options` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `login_details` -- CREATE TABLE `login_details` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` varchar(191) NOT NULL, `ip` varchar(191) NOT NULL, `date` varchar(191) NOT NULL, `Details` text NOT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `login_details` -- INSERT INTO `login_details` (`id`, `user_id`, `ip`, `date`, `Details`, `created_by`, `created_at`, `updated_at`) VALUES (1, '3', '::1', '2025-03-07 05:26:43', '{\"status\":\"fail\",\"message\":\"reserved range\",\"query\":\"::1\",\"browser_name\":\"Chrome\",\"os_name\":\"Windows\",\"browser_language\":\"en\",\"device_type\":\"desktop\",\"referrer_host\":true,\"referrer_path\":true}', 2, '2025-03-06 23:56:43', '2025-03-06 23:56:43'), (2, '5', '::1', '2025-03-07 06:41:54', '{\"status\":\"fail\",\"message\":\"reserved range\",\"query\":\"::1\",\"browser_name\":\"Chrome\",\"os_name\":\"Windows\",\"browser_language\":\"en\",\"device_type\":\"desktop\",\"referrer_host\":true,\"referrer_path\":true}', 2, '2025-03-07 01:11:54', '2025-03-07 01:11:54'), (3, '4', '::1', '2025-03-07 06:43:58', '{\"status\":\"fail\",\"message\":\"reserved range\",\"query\":\"::1\",\"browser_name\":\"Chrome\",\"os_name\":\"Windows\",\"browser_language\":\"en\",\"device_type\":\"desktop\",\"referrer_host\":true,\"referrer_path\":true}', 2, '2025-03-07 01:13:58', '2025-03-07 01:13:58'); -- -------------------------------------------------------- -- -- Table structure for table `log_activities` -- CREATE TABLE `log_activities` ( `id` bigint(20) UNSIGNED NOT NULL, `type` varchar(191) NOT NULL, `start_date` date NOT NULL, `time` time NOT NULL, `note` text NOT NULL, `module_type` varchar(191) NOT NULL, `module_id` bigint(20) UNSIGNED NOT NULL, `created_by` bigint(20) UNSIGNED NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `meetings` -- CREATE TABLE `meetings` ( `id` bigint(20) UNSIGNED NOT NULL, `branch_id` int(11) NOT NULL, `department_id` longtext NOT NULL, `employee_id` longtext NOT NULL, `title` varchar(191) NOT NULL, `date` date NOT NULL, `time` time NOT NULL, `note` text DEFAULT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `meeting_employees` -- CREATE TABLE `meeting_employees` ( `id` bigint(20) UNSIGNED NOT NULL, `meeting_id` int(11) NOT NULL, `employee_id` int(11) NOT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `migrations` -- CREATE TABLE `migrations` ( `id` int(10) UNSIGNED NOT NULL, `migration` varchar(191) NOT NULL, `batch` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `migrations` -- INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (1, '2014_10_12_000000_create_users_table', 1), (2, '2014_10_12_100000_create_password_resets_table', 1), (3, '2019_08_19_000000_create_failed_jobs_table', 1), (4, '2019_09_22_192348_create_messages_table', 1), (5, '2019_09_28_102009_create_settings_table', 1), (6, '2019_09_30_050856_create_pipelines_table', 1), (7, '2019_09_30_052036_create_sources_table', 1), (8, '2019_09_30_061801_create_stages_table', 1), (9, '2019_09_30_092218_create_labels_table', 1), (10, '2019_10_03_052618_create_deals_table', 1), (11, '2019_10_05_045358_create_user_deals_table', 1), (12, '2019_10_05_045359_create_client_deals_table', 1), (13, '2019_10_07_054657_create_deal_files_table', 1), (14, '2019_10_07_091153_create_deal_tasks_table', 1), (15, '2019_10_14_055151_create_deal_discussions_table', 1), (16, '2019_10_16_211433_create_favorites_table', 1), (17, '2019_10_18_223259_add_avatar_to_users', 1), (18, '2019_10_20_211056_add_messenger_color_to_users', 1), (19, '2019_10_22_000539_add_dark_mode_to_users', 1), (20, '2019_10_24_060326_create_projectstages_table', 1), (21, '2019_10_25_214038_add_active_status_to_users', 1), (22, '2019_11_12_073012_create_bug_comments_table', 1), (23, '2019_11_12_100007_create_bug_files_table', 1), (24, '2019_11_13_051828_create_taxes_table', 1), (25, '2019_11_13_055026_create_invoices_table', 1), (26, '2019_11_21_090403_create_plans_table', 1), (27, '2019_12_14_000001_create_personal_access_tokens_table', 1), (28, '2019_12_18_110230_create_bugs_table', 1), (29, '2019_12_18_112007_create_bug_statuses_table', 1), (30, '2019_12_26_101754_create_departments_table', 1), (31, '2019_12_26_101814_create_designations_table', 1), (32, '2019_12_26_105721_create_documents_table', 1), (33, '2019_12_27_083751_create_branches_table', 1), (34, '2019_12_27_090831_create_employees_table', 1), (35, '2019_12_27_112922_create_employee_documents_table', 1), (36, '2019_12_28_050508_create_awards_table', 1), (37, '2019_12_28_050919_create_award_types_table', 1), (38, '2019_12_31_060916_create_termination_types_table', 1), (39, '2019_12_31_062259_create_terminations_table', 1), (40, '2019_12_31_070521_create_resignations_table', 1), (41, '2019_12_31_072252_create_travels_table', 1), (42, '2019_12_31_090637_create_promotions_table', 1), (43, '2019_12_31_092838_create_transfers_table', 1), (44, '2019_12_31_100319_create_warnings_table', 1), (45, '2019_12_31_103019_create_complaints_table', 1), (46, '2020_01_02_090837_create_payslip_types_table', 1), (47, '2020_01_02_093331_create_allowance_options_table', 1), (48, '2020_01_02_102558_create_loan_options_table', 1), (49, '2020_01_02_103822_create_deduction_options_table', 1), (50, '2020_01_02_110828_create_genrate_payslip_options_table', 1), (51, '2020_01_02_111807_create_set_salaries_table', 1), (52, '2020_01_03_084302_create_allowances_table', 1), (53, '2020_01_03_101735_create_commissions_table', 1), (54, '2020_01_03_105019_create_loans_table', 1), (55, '2020_01_03_105046_create_saturation_deductions_table', 1), (56, '2020_01_03_105100_create_other_payments_table', 1), (57, '2020_01_03_105111_create_overtimes_table', 1), (58, '2020_01_04_060343_create_contract_types_table', 1), (59, '2020_01_04_060343_create_performance_type_table', 1), (60, '2020_01_04_060354_create_contracts_table', 1), (61, '2020_01_04_072527_create_pay_slips_table', 1), (62, '2020_01_08_063207_create_product_services_table', 1), (63, '2020_01_08_084029_create_product_service_categories_table', 1), (64, '2020_01_08_092717_create_product_service_units_table', 1), (65, '2020_01_08_121541_create_customers_table', 1), (66, '2020_01_09_104945_create_venders_table', 1), (67, '2020_01_09_113852_create_bank_accounts_table', 1), (68, '2020_01_09_124222_create_bank_transfers_table', 1), (69, '2020_01_10_064723_create_transactions_table', 1), (70, '2020_01_13_072608_create_invoice_products_table', 1), (71, '2020_01_13_084720_create_events_table', 1), (72, '2020_01_15_034438_create_revenues_table', 1), (73, '2020_01_15_051228_create_bills_table', 1), (74, '2020_01_15_060859_create_bill_products_table', 1), (75, '2020_01_15_073237_create_payments_table', 1), (76, '2020_01_16_041720_create_announcements_table', 1), (77, '2020_01_16_043907_create_orders_table', 1), (78, '2020_01_16_090747_create_leave_types_table', 1), (79, '2020_01_16_093256_create_leaves_table', 1), (80, '2020_01_16_110357_create_meetings_table', 1), (81, '2020_01_18_051650_create_invoice_payments_table', 1), (82, '2020_01_18_051650_create_pos_payments_table', 1), (83, '2020_01_20_091035_create_bill_payments_table', 1), (84, '2020_01_23_101613_create_meeting_employees_table', 1), (85, '2020_01_23_123844_create_event_employees_table', 1), (86, '2020_01_24_062752_create_announcement_employees_table', 1), (87, '2020_01_27_052503_create_attendance_employees_table', 1), (88, '2020_02_25_052356_create_credit_notes_table', 1), (89, '2020_02_26_033827_create_debit_notes_table', 1), (90, '2020_03_04_122711_create_leads_table', 1), (91, '2020_03_04_122801_create_lead_stages_table', 1), (92, '2020_03_05_042105_create_lead_activity_logs_table', 1), (93, '2020_03_05_042308_create_lead_discussions_table', 1), (94, '2020_03_05_042318_create_user_leads_table', 1), (95, '2020_03_05_042549_create_lead_files_table', 1), (96, '2020_03_05_042636_create_lead_emails_table', 1), (97, '2020_03_05_042710_create_lead_calls_table', 1), (98, '2020_03_05_044157_create_deal_emails_table', 1), (99, '2020_03_05_044322_create_deal_calls_table', 1), (100, '2020_03_12_095629_create_coupons_table', 1), (101, '2020_03_12_120749_create_user_coupons_table', 1), (102, '2020_03_17_104345_create_estimations_table', 1), (103, '2020_03_18_104909_create_notifications_table', 1), (104, '2020_04_02_045834_create_proposals_table', 1), (105, '2020_04_02_055706_create_proposal_products_table', 1), (106, '2020_04_18_035141_create_goals_table', 1), (107, '2020_04_21_115823_create_assets_table', 1), (108, '2020_04_24_023732_create_custom_fields_table', 1), (109, '2020_04_24_024217_create_custom_field_values_table', 1), (110, '2020_05_01_122144_create_ducument_uploads_table', 1), (111, '2020_05_02_075614_create_email_templates_table', 1), (112, '2020_05_02_075630_create_email_template_langs_table', 1), (113, '2020_05_02_075647_create_user_email_templates_table', 1), (114, '2020_05_04_070452_create_indicators_table', 1), (115, '2020_05_05_023742_create_appraisals_table', 1), (116, '2020_05_05_061241_create_goal_types_table', 1), (117, '2020_05_05_095926_create_goal_trackings_table', 1), (118, '2020_05_07_093520_create_company_policies_table', 1), (119, '2020_05_07_131311_create_training_types_table', 1), (120, '2020_05_08_023838_create_trainers_table', 1), (121, '2020_05_08_043039_create_trainings_table', 1), (122, '2020_05_21_065337_create_permission_tables', 1), (123, '2020_06_02_085538_create_task_stages_table', 1), (124, '2020_06_30_043627_create_user_to_dos_table', 1), (125, '2020_07_04_041452_create_project_email_templates_table', 1), (126, '2020_07_06_110501_create_user_contacts_table', 1), (127, '2020_08_10_073242_create_project_invoices_table', 1), (128, '2020_08_26_093539_create_time_trackers_table', 1), (129, '2020_10_07_034726_create_holidays_table', 1), (130, '2021_01_11_062508_create_chart_of_accounts_table', 1), (131, '2021_01_11_070441_create_chart_of_account_types_table', 1), (132, '2021_01_12_032834_create_journal_entries_table', 1), (133, '2021_01_12_033815_create_journal_items_table', 1), (134, '2021_01_20_072219_create_chart_of_account_sub_types_table', 1), (135, '2021_01_20_113044_create_log_activities_table', 1), (136, '2021_03_13_093312_create_ip_restricts_table', 1), (137, '2021_03_13_114832_create_job_categories_table', 1), (138, '2021_03_13_123125_create_job_stages_table', 1), (139, '2021_03_15_094707_create_jobs_table', 1), (140, '2021_03_15_153745_create_job_applications_table', 1), (141, '2021_03_16_115140_create_job_application_notes_table', 1), (142, '2021_03_17_100224_create_projects_table', 1), (143, '2021_03_17_163107_create_custom_questions_table', 1), (144, '2021_03_18_060536_create_project_tasks_table', 1), (145, '2021_03_18_070146_create_milestones_table', 1), (146, '2021_03_18_091547_create_task_checklists_table', 1), (147, '2021_03_18_092113_create_task_files_table', 1), (148, '2021_03_18_092400_create_task_comments_table', 1), (149, '2021_03_18_102517_create_activity_logs_table', 1), (150, '2021_03_18_140630_create_interview_schedules_table', 1), (151, '2021_03_19_053350_create_project_users_table', 1), (152, '2021_03_22_100636_create_expenses_table', 1), (153, '2021_03_22_122532_create_job_on_boards_table', 1), (154, '2021_03_23_032633_create_timesheets_table', 1), (155, '2021_08_03_093459_create_form_builders_table', 1), (156, '2021_08_03_094508_create_form_fields_table', 1), (157, '2021_08_03_094534_create_form_field_responses_table', 1), (158, '2021_08_03_094548_create_form_responses_table', 1), (159, '2021_08_04_072610_admin_payment_settings', 1), (160, '2021_08_04_090539_company_payment_settings', 1), (161, '2021_08_05_114738_create_supports_table', 1), (162, '2021_08_05_115212_create_support_replies_table', 1), (163, '2021_08_20_084119_create_competencies_table', 1), (164, '2021_09_03_112043_create_track_photos_table', 1), (165, '2021_09_10_165514_create_plan_requests_table', 1), (166, '2021_12_02_052828_create_budgets_table', 1), (167, '2021_12_24_104639_create_zoom_meetings_table', 1), (168, '2022_03_11_035602_create_stock_reports_table', 1), (169, '2022_07_21_033939_create_contract_attachment_table', 1), (170, '2022_07_21_034802_create_contract_comment_table', 1), (171, '2022_07_21_034957_create_contract_notes_table', 1), (172, '2022_08_10_051439_generate__offer__letter', 1), (173, '2022_08_16_050109_joining_letter', 1), (174, '2022_08_17_045033_experience_certificate', 1), (175, '2022_08_17_051049_create_warehouses_table', 1), (176, '2022_08_17_065806_noc_certificate', 1), (177, '2022_08_18_055612_create_purchases_table', 1), (178, '2022_08_18_072314_create_purchase_products_table', 1), (179, '2022_08_22_050630_create_purchase_payments', 1), (180, '2022_08_24_045854_create_warehouse_products', 1), (181, '2022_08_25_112305_create_pos_table', 1), (182, '2022_08_25_124531_create_pos_products_table', 1), (183, '2023_01_30_121925_create_users_verify_table', 1), (184, '2023_04_19_113655_create_login_details_table', 1), (185, '2023_04_20_102814_create_notification_templates_table', 1), (186, '2023_04_20_121414_create_notification_template_langs_table', 1), (187, '2023_04_24_073041_create_webhook_settings_table', 1), (188, '2023_05_29_063149_create_invoice_bank_transfer_table', 1), (189, '2023_06_05_043450_create_landing_page_settings_table', 1), (190, '2023_06_06_043306_create_templates_table', 1), (191, '2023_06_10_114031_create_join_us_table', 1), (192, '2023_06_27_114746_create_languages_table', 1), (193, '2023_07_12_220924_create_warehouse_transfers_table', 1), (194, '2023_07_27_144907_create_bill_account_table', 1), (195, '2023_11_27_063431_create_transaction_lines_table', 1), (196, '2023_12_19_064623_create_chart_of_account_parents_table', 1), (197, '2023_12_20_093701_create_project_expenses_table', 1), (198, '2023_12_29_102759_add_is_disable_to_users', 1), (199, '2023_12_29_103429_add_parent_to_chart_of_accounts', 1), (200, '2023_12_29_104251_add_created_by_to_chart_of_account_sub_types', 1), (201, '2023_12_29_104756_add_account_to_employees', 1), (202, '2023_12_29_111111_add_trial_days_to_plans', 1), (203, '2024_01_01_120241_add_trial_plan_to_users', 1), (204, '2024_01_01_122657_create_quotations_table', 1), (205, '2024_01_02_051316_create_quotation_products_table', 1), (206, '2024_01_09_070305_add_credit_balance_to_customers', 1), (207, '2024_01_12_110125_add_is_enable_login_to_users', 1), (208, '2024_01_27_031721_add_is_disable_to_plans', 1), (209, '2024_01_27_034059_add_is_refund_to_orders', 1), (210, '2024_03_07_102755_create_referral_settings_table', 1), (211, '2024_03_08_065946_add_referral_code_to_users', 1), (212, '2024_03_08_104116_create_referral_transactions_table', 1), (213, '2024_03_11_112409_create_transaction_orders_table', 1), (214, '2024_04_01_050246_add_expires_at_to_personal_access_tokens', 1), (215, '2024_05_09_045401_add_branch_id_to_designations_table', 1), (216, '2024_05_09_062707_add_biometric_emp_id_to_employees_table', 1); -- -------------------------------------------------------- -- -- Table structure for table `milestones` -- CREATE TABLE `milestones` ( `id` bigint(20) UNSIGNED NOT NULL, `project_id` int(11) NOT NULL DEFAULT 0, `title` varchar(191) NOT NULL, `status` varchar(191) NOT NULL, `progress` varchar(191) DEFAULT NULL, `cost` double NOT NULL DEFAULT 0, `start_date` date DEFAULT NULL, `due_date` date DEFAULT NULL, `description` text DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `model_has_permissions` -- CREATE TABLE `model_has_permissions` ( `permission_id` bigint(20) UNSIGNED NOT NULL, `model_type` varchar(191) NOT NULL, `model_id` bigint(20) UNSIGNED NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `model_has_roles` -- CREATE TABLE `model_has_roles` ( `role_id` bigint(20) UNSIGNED NOT NULL, `model_type` varchar(191) NOT NULL, `model_id` bigint(20) UNSIGNED NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `model_has_roles` -- INSERT INTO `model_has_roles` (`role_id`, `model_type`, `model_id`) VALUES (1, 'App\\Models\\User', 1), (2, 'App\\Models\\User', 2), (3, 'App\\Models\\User', 3), (4, 'App\\Models\\User', 4), (5, 'App\\Models\\User', 5); -- -------------------------------------------------------- -- -- Table structure for table `noc_certificates` -- CREATE TABLE `noc_certificates` ( `id` bigint(20) UNSIGNED NOT NULL, `lang` varchar(255) NOT NULL, `content` longtext NOT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `noc_certificates` -- INSERT INTO `noc_certificates` (`id`, `lang`, `content`, `created_by`, `created_at`, `updated_at`) VALUES (1, 'ar', '

شهادة عدم ممانعة

\n\n\n\n

التاريخ: {date}

\n\n\n\n

إلى من يهمه الأمر

\n\n\n\n

هذه الشهادة مخصصة للمطالبة بشهادة عدم ممانعة (NoC) للسيدة / السيد {employee_name} إذا انضمت إلى أي مؤسسة أخرى وقدمت خدماتها / خدماتها. يتم إبلاغه لأنه قام بتصفية جميع أرصدته واستلام أمانه من شركة {app_name}.

\n\n\n\n

نتمنى لها / لها التوفيق في المستقبل.

\n\n\n\n

بإخلاص،

\n\n

{employee_name}

\n\n

{designation}

\n\n

التوقيع

\n\n

{app_name}

', 2, '2025-03-06 23:52:36', '2025-03-06 23:52:36'), (2, 'zh', '

无异议证书

\n\n

日期:{日期}

\n\n

致任何可能关心的人

\n\n

如果{employee_name}女士/先生加入任何其他组织并向其提供服务,此证书将用于为她/他申请无异议证书 (NoC)。据了解,她/他已结清了所有余额并从 {app_name} 公司收到了她/他的保证金。

\n\n

我们祝她/他未来好运。

\n\n

真诚的,

\n

{employee_name}

\n

{名称}

\n

签名

\n

{应用名称}

', 2, '2025-03-06 23:52:36', '2025-03-06 23:52:36'), (3, 'da', '

Ingen indsigelsesattest

\n\n\n\n

Dato: {date}

\n\n\n\n

Til hvem det måtte vedrøre

\n\n\n\n

Dette certifikat er for at gøre krav på et No Objection Certificate (NoC) for Ms. / Mr. {employee_name}, hvis hun/han tilslutter sig og leverer sine tjenester til enhver anden organisation. Det informeres, da hun/han har udlignet alle sine saldi og modtaget sin sikkerhed fra {app_name}-virksomheden.

\n\n\n\n

Vi ønsker hende/ham held og lykke i fremtiden.

\n\n\n\n

Med venlig hilsen

\n\n

{employee_name}

\n\n

{designation}

\n\n

Underskrift

\n\n

{app_name}

', 2, '2025-03-06 23:52:36', '2025-03-06 23:52:36'), (4, 'de', '

Kein Einwand-Zertifikat

\n\n\n\n

Datum {date}

\n\n\n\n

Wen auch immer es betrifft

\n\n\n\n

Dieses Zertifikat soll ein Unbedenklichkeitszertifikat (NoC) für Frau / Herrn {employee_name} beanspruchen, wenn sie/er einer anderen Organisation beitritt und ihre/seine Dienste anbietet. Sie wird informiert, da sie/er alle ihre/seine Guthaben ausgeglichen und ihre/seine Sicherheit von der Firma {app_name} erhalten hat.

\n\n\n\n

Wir wünschen ihr/ihm viel Glück für die Zukunft.

\n\n\n\n

Aufrichtig,

\n\n

{employee_name}

\n\n

{designation}

\n\n

Unterschrift

\n\n

{app_name}

', 2, '2025-03-06 23:52:36', '2025-03-06 23:52:36'), (5, 'en', '

No Objection Certificate

\n\n

Date: {date}

\n\n

To Whomsoever It May Concern

\n\n

This certificate is to claim a No Objection Certificate (NoC) for Ms. / Mr. {employee_name} if she/he joins and provides her/his services to any other organization. It is informed as she/he has cleared all her/his balances and received her/his security from {app_name} Company.

\n\n

We wish her/him good luck in the future.

\n\n

Sincerely,

\n

{employee_name}

\n

{designation}

\n

Signature

\n

{app_name}

', 2, '2025-03-06 23:52:36', '2025-03-06 23:52:36'), (6, 'es', '

Certificado de conformidad

\n\n\n\n

Fecha: {date}

\n\n\n\n

A quien corresponda

\n\n\n\n

Este certificado es para reclamar un Certificado de No Objeción (NoC) para la Sra. / Sr. {employee_name} si ella / él se une y brinda sus servicios a cualquier otra organización. Se informa que él/ella ha liquidado todos sus saldos y recibido su seguridad de {app_name} Company.

\n\n\n\n

Le deseamos buena suerte en el futuro.

\n\n\n\n

Sinceramente,

\n\n

{employee_name}

\n\n

{designation}

\n\n

Firma

\n\n

{app_name}

', 2, '2025-03-06 23:52:36', '2025-03-06 23:52:36'), (7, 'fr', '

Aucun certificat dopposition

\n\n\n

Date : {date}

\n\n\n

À toute personne concernée

\n\n\n

Ce certificat sert à réclamer un certificat de non-objection (NoC) pour Mme / M. {employee_name} sil rejoint et fournit ses services à toute autre organisation. Il est informé quil a soldé tous ses soldes et reçu sa garantie de la part de la société {app_name}.

\n\n\n

Nous lui souhaitons bonne chance pour lavenir.

\n\n\n

Sincèrement,

\n\n

{employee_name}

\n\n

{designation}

\n\n

Signature

\n\n

{app_name}

', 2, '2025-03-06 23:52:36', '2025-03-06 23:52:36'), (8, 'he', '

אישור ללא התנגדות

\n\n

תאריך: {date}

\n\n

למי שזה נוגע לעניין

\n\n

תעודה זו מיועדת לתבוע אישור ללא התנגדות (NoC) עבור גב /מר {employee_name} אם היא/הוא מצטרף ומספק את שירותיה לכל ארגון אחר. זה מודיע כי היא/הוא סולקה את כל היתרות שלה/שלו וקיבלה את האבטחה שלה/שלו מחברת {app_name}.

\n\n

אנו מאחלים לו/לה בהצלחה בעתיד.

\n\n

בכבוד רב,

\n

{employee_name}

\n

{designation}

\n

חתימה

\n

{app_name}

', 2, '2025-03-06 23:52:37', '2025-03-06 23:52:37'), (9, 'it', '

Certificato di nulla osta

\n\n\n\n

Data: {date}

\n\n\n\n

A chi può interessare

\n\n\n\n

Questo certificato serve a richiedere un certificato di non obiezione (NoC) per la signora / il signor {employee_name} se si unisce e fornisce i suoi servizi a qualsiasi altra organizzazione. Viene informato in quanto ha liquidato tutti i suoi saldi e ricevuto la sua sicurezza dalla società {app_name}.

\n\n\n\n

Le auguriamo buona fortuna per il futuro.

\n\n\n\n

Cordiali saluti,

\n\n

{employee_name}

\n\n

{designation}

\n\n

Firma

\n\n

{app_name}

', 2, '2025-03-06 23:52:37', '2025-03-06 23:52:37'), (10, 'ja', '

異議なし証明書

\n\n\n\n

日付: {date}

\n\n\n\n

関係者各位

\n\n\n\n

この証明書は、Ms. / Mr. {employee_name} が他の組織に参加してサービスを提供する場合に、異議なし証明書 (NoC) を請求するためのものです。彼女/彼/彼がすべての残高を清算し、{app_name} 会社から彼女/彼のセキュリティを受け取ったことが通知されます。

\n\n\n\n

彼女/彼の今後の幸運を祈っています。

\n\n\n\n

心から、

\n\n

{employee_name}

\n\n

{designation}

\n\n

サイン

\n\n

{app_name}

', 2, '2025-03-06 23:52:37', '2025-03-06 23:52:37'), (11, 'nl', '

Geen bezwaarcertificaat

\n\n\n\n

Datum: {date}

\n\n\n\n

Aan wie het ook aangaat

\n\n\n\n

Dit certificaat is bedoeld om aanspraak te maken op een Geen Bezwaarcertificaat (NoC) voor mevrouw/dhr. {employee_name} als zij/hij lid wordt en haar/zijn diensten verleent aan een andere organisatie. Het wordt geïnformeerd als zij/hij al haar/zijn saldos heeft gewist en haar/zijn zekerheid heeft ontvangen van {app_name} Company.

\n\n\n\n

We wensen haar/hem veel succes in de toekomst.

\n\n\n\n

Eerlijk,

\n\n

{employee_name}

\n\n

{designation}

\n\n

Handtekening

\n\n

{app_name}

', 2, '2025-03-06 23:52:37', '2025-03-06 23:52:37'), (12, 'pl', '

Certyfikat braku sprzeciwu

\n\n\n\n

Data: {date}

\n\n\n\n

Do kogo to może dotyczyć

\n\n\n\n

Ten certyfikat służy do ubiegania się o Certyfikat No Objection Certificate (NoC) dla Pani/Pana {employee_name}, jeśli ona/ona dołącza i świadczy swoje usługi na rzecz jakiejkolwiek innej organizacji. Jest o tym informowany, ponieważ wyczyścił wszystkie swoje salda i otrzymał swoje zabezpieczenie od firmy {app_name}.

\n\n\n\n

Życzymy jej/jej powodzenia w przyszłości.

\n\n\n\n

Z poważaniem,

\n\n

{employee_name}

\n\n

{designation}

\n\n

Podpis

\n\n

{app_name}

', 2, '2025-03-06 23:52:37', '2025-03-06 23:52:37'), (13, 'pt', '

Certificado de não objeção

\n\n\n\n

Data: {date}

\n\n\n\n

A quem interessar

\n\n\n\n

Este certificado é para reivindicar um Certificado de Não Objeção (NoC) para a Sra. / Sr. {employee_name} se ela ingressar e fornecer seus serviços a qualquer outra organização. É informado que ela cancelou todos os seus saldos e recebeu sua garantia da empresa {app_name}.

\n\n\n\n

Desejamos-lhe boa sorte no futuro.

\n\n\n\n

Sinceramente,

\n\n

{employee_name}

\n\n

{designation}

\n\n

Assinatura

\n\n

{app_name}

', 2, '2025-03-06 23:52:37', '2025-03-06 23:52:37'), (14, 'ru', '

Сертификат об отсутствии возражений

\n\n\n\n

Дата: {date}

\n\n\n\n

Кого бы это ни касалось

\n\n\n\n

Этот сертификат предназначен для получения Сертификата об отсутствии возражений (NoC) для г-жи / г-на {employee_name}, если она / он присоединяется и предоставляет свои услуги любой другой организации. Сообщается, что она/он очистила все свои балансы и получила свою безопасность от компании {app_name}.

\n\n\n\n

Мы желаем ей/ему удачи в будущем.

\n\n\n\n

Искренне,

\n\n

{employee_name}

\n\n

{designation}

\n\n

Подпись

\n\n

{app_name}

', 2, '2025-03-06 23:52:37', '2025-03-06 23:52:37'), (15, 'tr', '

İtiraz Yok Sertifikası

\n\n

Tarih: {tarih

\n\n

İlgilendiği Kişiye

\n\n

Bu sertifika, {employee_name} Hanımefendi başka bir kuruluşa katılır ve hizmetlerini sunarsa, İtiraz Yok Sertifikası (NoC) talep etmek içindir. Tüm bakiyelerini kapattığı ve teminatını {app_name} Şirketinden aldığı bilgisi verilir.

\n\n

Kendisine gelecekte iyi şanslar diliyoruz.

\n\n

Saygılarımızla,

\n

{çalışan_adı}

\n

{gösterim

\n

İmza

\n

{uygulama_adı}

', 2, '2025-03-06 23:52:37', '2025-03-06 23:52:37'), (16, 'pt-br', '

Certificado de não objeção

\n\n

Data: {date}

\n\n

A quem interessar

\n\n

Este certificado é para reivindicar um Certificado de Não Objeção (NoC) para a Sra. / Sr. {employee_name} se ela ingressar e fornecer seus serviços a qualquer outra organização. É informado que ela cancelou todos os seus saldos e recebeu sua garantia da empresa {app_name}.

\n\n

Desejamos-lhe boa sorte no futuro.

\n\n

Sinceramente,

\n\n

{employee_name}

\n\n

{designation}

\n\n

Assinatura

\n\n

{app_name}

', 2, '2025-03-06 23:52:37', '2025-03-06 23:52:37'); -- -------------------------------------------------------- -- -- Table structure for table `notifications` -- CREATE TABLE `notifications` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) NOT NULL, `type` text NOT NULL, `data` text NOT NULL, `is_read` tinyint(4) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `notification_templates` -- CREATE TABLE `notification_templates` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `slug` varchar(191) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `notification_templates` -- INSERT INTO `notification_templates` (`id`, `name`, `slug`, `created_at`, `updated_at`) VALUES (1, 'New Lead', 'new_lead', '2025-03-06 23:51:06', '2025-03-06 23:51:06'), (2, 'Lead to Deal Conversion', 'lead_to_deal_conversion', '2025-03-06 23:51:08', '2025-03-06 23:51:08'), (3, 'New Project', 'new_project', '2025-03-06 23:51:09', '2025-03-06 23:51:09'), (4, 'Task Stage Updated', 'task_stage_updated', '2025-03-06 23:51:11', '2025-03-06 23:51:11'), (5, 'New Deal', 'new_deal', '2025-03-06 23:51:12', '2025-03-06 23:51:12'), (6, 'New Contract', 'new_contract', '2025-03-06 23:51:13', '2025-03-06 23:51:13'), (7, 'New Task', 'new_task', '2025-03-06 23:51:14', '2025-03-06 23:51:14'), (8, 'New Task Comment', 'new_task_comment', '2025-03-06 23:51:15', '2025-03-06 23:51:15'), (9, 'New Monthly Payslip', 'new_monthly_payslip', '2025-03-06 23:51:16', '2025-03-06 23:51:16'), (10, 'New Announcement', 'new_announcement', '2025-03-06 23:51:17', '2025-03-06 23:51:17'), (11, 'New Support Ticket', 'new_support_ticket', '2025-03-06 23:51:18', '2025-03-06 23:51:18'), (12, 'New Meeting', 'new_meeting', '2025-03-06 23:51:19', '2025-03-06 23:51:19'), (13, 'New Award', 'new_award', '2025-03-06 23:51:20', '2025-03-06 23:51:20'), (14, 'New Holiday', 'new_holiday', '2025-03-06 23:51:21', '2025-03-06 23:51:21'), (15, 'New Event', 'new_event', '2025-03-06 23:51:22', '2025-03-06 23:51:22'), (16, 'New Company Policy', 'new_company_policy', '2025-03-06 23:51:23', '2025-03-06 23:51:23'), (17, 'New Invoice', 'new_invoice', '2025-03-06 23:51:24', '2025-03-06 23:51:24'), (18, 'New Bill', 'new_bill', '2025-03-06 23:51:26', '2025-03-06 23:51:26'), (19, 'New Budget', 'new_budget', '2025-03-06 23:51:27', '2025-03-06 23:51:27'), (20, 'New Revenue', 'new_revenue', '2025-03-06 23:51:28', '2025-03-06 23:51:28'), (21, 'New Invoice Payment', 'new_invoice_payment', '2025-03-06 23:51:29', '2025-03-06 23:51:29'), (22, 'New Customer', 'new_customer', '2025-03-06 23:51:30', '2025-03-06 23:51:30'), (23, 'New Vendor', 'new_vendor', '2025-03-06 23:51:31', '2025-03-06 23:51:31'), (24, 'New Proposal', 'new_proposal', '2025-03-06 23:51:31', '2025-03-06 23:51:31'), (25, 'New Payment', 'bill_payment', '2025-03-06 23:51:33', '2025-03-06 23:51:33'), (26, 'Invoice Payment Reminder', 'invoice_payment_reminder', '2025-03-06 23:51:34', '2025-03-06 23:51:34'); -- -------------------------------------------------------- -- -- Table structure for table `notification_template_langs` -- CREATE TABLE `notification_template_langs` ( `id` bigint(20) UNSIGNED NOT NULL, `parent_id` int(11) NOT NULL, `lang` varchar(100) NOT NULL, `content` longtext NOT NULL, `variables` longtext NOT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `notification_template_langs` -- INSERT INTO `notification_template_langs` (`id`, `parent_id`, `lang`, `content`, `variables`, `created_by`, `created_at`, `updated_at`) VALUES (1, 1, 'ar', 'تم إنشاء عميل محتمل جديد بواسطة {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Lead Name\": \"lead_name\",\n \"Lead Email\": \"lead_email\"\n }', 1, '2025-03-06 23:51:06', '2025-03-06 23:51:06'), (2, 1, 'zh', '{user_name} 创建的新商机', '{\n \"Company Name\": \"user_name\",\n \"Lead Name\": \"lead_name\",\n \"Lead Email\": \"lead_email\"\n }', 1, '2025-03-06 23:51:06', '2025-03-06 23:51:06'), (3, 1, 'da', 'Neuer Lead erstellt von {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Lead Name\": \"lead_name\",\n \"Lead Email\": \"lead_email\"\n }', 1, '2025-03-06 23:51:07', '2025-03-06 23:51:07'), (4, 1, 'de', 'Ny kundeemne oprettet af {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Lead Name\": \"lead_name\",\n \"Lead Email\": \"lead_email\"\n }', 1, '2025-03-06 23:51:07', '2025-03-06 23:51:07'), (5, 1, 'en', 'New Lead created by {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Lead Name\": \"lead_name\",\n \"Lead Email\": \"lead_email\"\n }', 1, '2025-03-06 23:51:07', '2025-03-06 23:51:07'), (6, 1, 'es', 'Nuevo cliente potencial creado por {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Lead Name\": \"lead_name\",\n \"Lead Email\": \"lead_email\"\n }', 1, '2025-03-06 23:51:07', '2025-03-06 23:51:07'), (7, 1, 'fr', 'Nouveau prospect créé par {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Lead Name\": \"lead_name\",\n \"Lead Email\": \"lead_email\"\n }', 1, '2025-03-06 23:51:07', '2025-03-06 23:51:07'), (8, 1, 'he', 'ביצוע חדש שנוצר על-ידי {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Lead Name\": \"lead_name\",\n \"Lead Email\": \"lead_email\"\n }', 1, '2025-03-06 23:51:07', '2025-03-06 23:51:07'), (9, 1, 'it', 'Nuovo lead creato da {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Lead Name\": \"lead_name\",\n \"Lead Email\": \"lead_email\"\n }', 1, '2025-03-06 23:51:07', '2025-03-06 23:51:07'), (10, 1, 'ja', '{user_name} によって作成された新しいリード', '{\n \"Company Name\": \"user_name\",\n \"Lead Name\": \"lead_name\",\n \"Lead Email\": \"lead_email\"\n }', 1, '2025-03-06 23:51:07', '2025-03-06 23:51:07'), (11, 1, 'nl', 'Nieuwe lead gemaakt door {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Lead Name\": \"lead_name\",\n \"Lead Email\": \"lead_email\"\n }', 1, '2025-03-06 23:51:07', '2025-03-06 23:51:07'), (12, 1, 'pl', 'Nowy potencjalny klient utworzony przez użytkownika {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Lead Name\": \"lead_name\",\n \"Lead Email\": \"lead_email\"\n }', 1, '2025-03-06 23:51:08', '2025-03-06 23:51:08'), (13, 1, 'ru', 'Новый интерес создан пользователем {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Lead Name\": \"lead_name\",\n \"Lead Email\": \"lead_email\"\n }', 1, '2025-03-06 23:51:08', '2025-03-06 23:51:08'), (14, 1, 'pt', 'Novo lead criado por {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Lead Name\": \"lead_name\",\n \"Lead Email\": \"lead_email\"\n }', 1, '2025-03-06 23:51:08', '2025-03-06 23:51:08'), (15, 1, 'tr', '{ user_name } tarafından oluşturulan Yeni Lider', '{\n \"Company Name\": \"user_name\",\n \"Lead Name\": \"lead_name\",\n \"Lead Email\": \"lead_email\"\n }', 1, '2025-03-06 23:51:08', '2025-03-06 23:51:08'), (16, 1, 'pt-br', 'Novo Lead criado por {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Lead Name\": \"lead_name\",\n \"Lead Email\": \"lead_email\"\n }', 1, '2025-03-06 23:51:08', '2025-03-06 23:51:08'), (17, 2, 'ar', 'تم تحويل الصفقة من خلال العميل المحتمل {lead_user_name}', '{\n \"Company Name\": \"user_name\",\n \"Lead User Name\": \"lead_user_name\",\n \"Lead Name\": \"lead_name\",\n \"Lead Email\": \"lead_email\"\n }', 1, '2025-03-06 23:51:08', '2025-03-06 23:51:08'), (18, 2, 'zh', '已通过商机 {lead_user_name} 进行转换', '{\n \"Company Name\": \"user_name\",\n \"Lead User Name\": \"lead_user_name\",\n \"Lead Name\": \"lead_name\",\n \"Lead Email\": \"lead_email\"\n }', 1, '2025-03-06 23:51:08', '2025-03-06 23:51:08'), (19, 2, 'da', 'Aftale konverteret via kundeemne {lead_user_name}', '{\n \"Company Name\": \"user_name\",\n \"Lead User Name\": \"lead_user_name\",\n \"Lead Name\": \"lead_name\",\n \"Lead Email\": \"lead_email\"\n }', 1, '2025-03-06 23:51:08', '2025-03-06 23:51:08'), (20, 2, 'de', 'Geschäftsabschluss durch Lead {lead_user_name}', '{\n \"Company Name\": \"user_name\",\n \"Lead User Name\": \"lead_user_name\",\n \"Lead Name\": \"lead_name\",\n \"Lead Email\": \"lead_email\"\n }', 1, '2025-03-06 23:51:08', '2025-03-06 23:51:08'), (21, 2, 'en', 'Deal converted through lead {lead_user_name}', '{\n \"Company Name\": \"user_name\",\n \"Lead User Name\": \"lead_user_name\",\n \"Lead Name\": \"lead_name\",\n \"Lead Email\": \"lead_email\"\n }', 1, '2025-03-06 23:51:08', '2025-03-06 23:51:08'), (22, 2, 'es', 'Trato convertido a través del cliente potencial {lead_user_name}', '{\n \"Company Name\": \"user_name\",\n \"Lead User Name\": \"lead_user_name\",\n \"Lead Name\": \"lead_name\",\n \"Lead Email\": \"lead_email\"\n }', 1, '2025-03-06 23:51:08', '2025-03-06 23:51:08'), (23, 2, 'fr', 'Offre convertie via le prospect {lead_user_name}', '{\n \"Company Name\": \"user_name\",\n \"Lead User Name\": \"lead_user_name\",\n \"Lead Name\": \"lead_name\",\n \"Lead Email\": \"lead_email\"\n }', 1, '2025-03-06 23:51:08', '2025-03-06 23:51:08'), (24, 2, 'he', 'העסקה הומרה באמצעות עופרת {lead_user_name}', '{\n \"Company Name\": \"user_name\",\n \"Lead User Name\": \"lead_user_name\",\n \"Lead Name\": \"lead_name\",\n \"Lead Email\": \"lead_email\"\n }', 1, '2025-03-06 23:51:08', '2025-03-06 23:51:08'), (25, 2, 'it', 'Offerta convertita tramite il lead {lead_user_name}', '{\n \"Company Name\": \"user_name\",\n \"Lead User Name\": \"lead_user_name\",\n \"Lead Name\": \"lead_name\",\n \"Lead Email\": \"lead_email\"\n }', 1, '2025-03-06 23:51:08', '2025-03-06 23:51:08'), (26, 2, 'ja', 'リード {lead_user_name} を通じて商談が成立', '{\n \"Company Name\": \"user_name\",\n \"Lead User Name\": \"lead_user_name\",\n \"Lead Name\": \"lead_name\",\n \"Lead Email\": \"lead_email\"\n }', 1, '2025-03-06 23:51:08', '2025-03-06 23:51:08'), (27, 2, 'nl', 'Deal geconverteerd via lead {lead_user_name}', '{\n \"Company Name\": \"user_name\",\n \"Lead User Name\": \"lead_user_name\",\n \"Lead Name\": \"lead_name\",\n \"Lead Email\": \"lead_email\"\n }', 1, '2025-03-06 23:51:08', '2025-03-06 23:51:08'), (28, 2, 'pl', 'Umowa przekonwertowana przez lead {lead_user_name}', '{\n \"Company Name\": \"user_name\",\n \"Lead User Name\": \"lead_user_name\",\n \"Lead Name\": \"lead_name\",\n \"Lead Email\": \"lead_email\"\n }', 1, '2025-03-06 23:51:08', '2025-03-06 23:51:08'), (29, 2, 'ru', 'Конвертация сделки через лид {lead_user_name}', '{\n \"Company Name\": \"user_name\",\n \"Lead User Name\": \"lead_user_name\",\n \"Lead Name\": \"lead_name\",\n \"Lead Email\": \"lead_email\"\n }', 1, '2025-03-06 23:51:09', '2025-03-06 23:51:09'), (30, 2, 'pt', 'Negócio convertido por meio do lead {lead_user_name}', '{\n \"Company Name\": \"user_name\",\n \"Lead User Name\": \"lead_user_name\",\n \"Lead Name\": \"lead_name\",\n \"Lead Email\": \"lead_email\"\n }', 1, '2025-03-06 23:51:09', '2025-03-06 23:51:09'), (31, 2, 'tr', 'Baş { lead_user_name } ile dönüştürülen anlaşma', '{\n \"Company Name\": \"user_name\",\n \"Lead User Name\": \"lead_user_name\",\n \"Lead Name\": \"lead_name\",\n \"Lead Email\": \"lead_email\"\n }', 1, '2025-03-06 23:51:09', '2025-03-06 23:51:09'), (32, 2, 'pt-br', 'Acordo convertido através do lead {lead_user_name}', '{\n \"Company Name\": \"user_name\",\n \"Lead User Name\": \"lead_user_name\",\n \"Lead Name\": \"lead_name\",\n \"Lead Email\": \"lead_email\"\n }', 1, '2025-03-06 23:51:09', '2025-03-06 23:51:09'), (33, 3, 'ar', 'تم تكوين مشروع جديد { project_name } بواسطة { user_name }', '{\n \"Company Name\": \"user_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:09', '2025-03-06 23:51:09'), (34, 3, 'zh', '{user_name} 创建了新的 {project_name} 项目', '{\n \"Company Name\": \"user_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:10', '2025-03-06 23:51:10'), (35, 3, 'da', 'Nyt { project_name } projekt oprettet af { user_name }', '{\n \"Company Name\": \"user_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:10', '2025-03-06 23:51:10'), (36, 3, 'de', 'Neues Projekt {project_name} erstellt von {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:10', '2025-03-06 23:51:10'), (37, 3, 'en', 'New {project_name} project created by {user_name}.', '{\n \"Company Name\": \"user_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:10', '2025-03-06 23:51:10'), (38, 3, 'es', 'Nuevo proyecto {project_name} creado por {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:10', '2025-03-06 23:51:10'), (39, 3, 'fr', 'Nouveau projet { project_name } créé par { nom_utilisateur }', '{\n \"Company Name\": \"user_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:10', '2025-03-06 23:51:10'), (40, 3, 'he', 'פרויקט {project_name} חדש שנוצר על ידי {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:10', '2025-03-06 23:51:10'), (41, 3, 'it', 'Nuovo progetto {project_name} creato da {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:10', '2025-03-06 23:51:10'), (42, 3, 'ja', '{user_name} によって作成された新規 {project_name} プロジェクト', '{\n \"Company Name\": \"user_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:10', '2025-03-06 23:51:10'), (43, 3, 'nl', 'Nieuw project { project_name } gemaakt door { user_name }', '{\n \"Company Name\": \"user_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:11', '2025-03-06 23:51:11'), (44, 3, 'pl', 'Nowy projekt {project_name } utworzony przez użytkownika {user_name }', '{\n \"Company Name\": \"user_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:11', '2025-03-06 23:51:11'), (45, 3, 'ru', 'Новый проект { project_name }, созданный пользователем { user_name }', '{\n \"Company Name\": \"user_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:11', '2025-03-06 23:51:11'), (46, 3, 'pt', 'Novo projeto {project_name} criado por {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:11', '2025-03-06 23:51:11'), (47, 3, 'tr', '{ user_name } tarafından oluşturulan yeni { project_name } projesi', '{\n \"Company Name\": \"user_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:11', '2025-03-06 23:51:11'), (48, 3, 'pt-br', 'Novo projeto {project_name} criado por {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:11', '2025-03-06 23:51:11'), (49, 4, 'ar', 'تم تغيير حالة { task_name } من { old_stage_name } الى { new_stage_name }', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Old Stage Name\": \"old_stage_name\",\n \"New Stage Name\": \"new_stage_name\"\n }', 1, '2025-03-06 23:51:11', '2025-03-06 23:51:11'), (50, 4, 'zh', '{task_name} 状态已从 {old_stage_name} 更改为 {new_stage_name}', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Old Stage Name\": \"old_stage_name\",\n \"New Stage Name\": \"new_stage_name\"\n }', 1, '2025-03-06 23:51:11', '2025-03-06 23:51:11'), (51, 4, 'da', 'Status for { task_name } er ændret fra { old_stage_name } til { new_stage_name }', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Old Stage Name\": \"old_stage_name\",\n \"New Stage Name\": \"new_stage_name\"\n }', 1, '2025-03-06 23:51:11', '2025-03-06 23:51:11'), (52, 4, 'de', 'Status {task_name} wurde von {old_stage_name} in {new_stage_name} geändert', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Old Stage Name\": \"old_stage_name\",\n \"New Stage Name\": \"new_stage_name\"\n }', 1, '2025-03-06 23:51:11', '2025-03-06 23:51:11'), (53, 4, 'en', '{task_name} status changed from {old_stage_name} to {new_stage_name}', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Old Stage Name\": \"old_stage_name\",\n \"New Stage Name\": \"new_stage_name\"\n }', 1, '2025-03-06 23:51:11', '2025-03-06 23:51:11'), (54, 4, 'es', 'El estado de {task_name} cambió de {old_stage_name} a {new_stage_name}', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Old Stage Name\": \"old_stage_name\",\n \"New Stage Name\": \"new_stage_name\"\n }', 1, '2025-03-06 23:51:11', '2025-03-06 23:51:11'), (55, 4, 'fr', 'Le statut de {task_name} est passé de {old_stage_name} à {new_stage_name}', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Old Stage Name\": \"old_stage_name\",\n \"New Stage Name\": \"new_stage_name\"\n }', 1, '2025-03-06 23:51:11', '2025-03-06 23:51:11'), (56, 4, 'he', 'הסטאטוס {task_name} השתנה מ - {old_stage_name} ל - {new_stage_name}', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Old Stage Name\": \"old_stage_name\",\n \"New Stage Name\": \"new_stage_name\"\n }', 1, '2025-03-06 23:51:12', '2025-03-06 23:51:12'), (57, 4, 'it', 'Lo stato di {task_name} è cambiato da {old_stage_name} a {new_stage_name}', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Old Stage Name\": \"old_stage_name\",\n \"New Stage Name\": \"new_stage_name\"\n }', 1, '2025-03-06 23:51:12', '2025-03-06 23:51:12'), (58, 4, 'ja', '{task_name} のステータスが {old_stage_name} から {new_stage_name} に変更されました', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Old Stage Name\": \"old_stage_name\",\n \"New Stage Name\": \"new_stage_name\"\n }', 1, '2025-03-06 23:51:12', '2025-03-06 23:51:12'), (59, 4, 'nl', '{task_name}-status gewijzigd van {old_stage_name} in {new_stage_name}', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Old Stage Name\": \"old_stage_name\",\n \"New Stage Name\": \"new_stage_name\"\n }', 1, '2025-03-06 23:51:12', '2025-03-06 23:51:12'), (60, 4, 'pl', 'Zmieniono status {task_name} z {old_stage_name} na {new_stage_name}', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Old Stage Name\": \"old_stage_name\",\n \"New Stage Name\": \"new_stage_name\"\n }', 1, '2025-03-06 23:51:12', '2025-03-06 23:51:12'), (61, 4, 'ru', 'Статус {task_name} изменен с {old_stage_name} на {new_stage_name}', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Old Stage Name\": \"old_stage_name\",\n \"New Stage Name\": \"new_stage_name\"\n }', 1, '2025-03-06 23:51:12', '2025-03-06 23:51:12'), (62, 4, 'pt', '{task_name} status alterado de {old_stage_name} para {new_stage_name}', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Old Stage Name\": \"old_stage_name\",\n \"New Stage Name\": \"new_stage_name\"\n }', 1, '2025-03-06 23:51:12', '2025-03-06 23:51:12'), (63, 4, 'tr', '{ task_name } durumu, { old_stage_name } tarafından { new_stage_name } olarak değiştirildi', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Old Stage Name\": \"old_stage_name\",\n \"New Stage Name\": \"new_stage_name\"\n }', 1, '2025-03-06 23:51:12', '2025-03-06 23:51:12'), (64, 4, 'pt-br', '{task_name} status alterado de {old_stage_name} para {new_stage_name}', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Old Stage Name\": \"old_stage_name\",\n \"New Stage Name\": \"new_stage_name\"\n }', 1, '2025-03-06 23:51:12', '2025-03-06 23:51:12'), (65, 5, 'ar', 'تم إنشاء الصفقة الجديدة بواسطة {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Lead Name\": \"deal_name\"\n }', 1, '2025-03-06 23:51:12', '2025-03-06 23:51:12'), (66, 5, 'zh', '{user_name} 创建的新政', '{\n \"Company Name\": \"user_name\",\n \"Lead Name\": \"deal_name\"\n }', 1, '2025-03-06 23:51:12', '2025-03-06 23:51:12'), (67, 5, 'da', 'Ny aftale oprettet af {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Lead Name\": \"deal_name\"\n }', 1, '2025-03-06 23:51:12', '2025-03-06 23:51:12'), (68, 5, 'de', 'Neuer Deal erstellt von {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Lead Name\": \"deal_name\"\n }', 1, '2025-03-06 23:51:13', '2025-03-06 23:51:13'), (69, 5, 'en', 'New Deal created by {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Lead Name\": \"deal_name\"\n }', 1, '2025-03-06 23:51:13', '2025-03-06 23:51:13'), (70, 5, 'es', 'Nueva oferta creada por {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Lead Name\": \"deal_name\"\n }', 1, '2025-03-06 23:51:13', '2025-03-06 23:51:13'), (71, 5, 'fr', 'Nouvelle offre créée par {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Lead Name\": \"deal_name\"\n }', 1, '2025-03-06 23:51:13', '2025-03-06 23:51:13'), (72, 5, 'he', 'עסקה חדשה שנוצרה על-ידי {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Lead Name\": \"deal_name\"\n }', 1, '2025-03-06 23:51:13', '2025-03-06 23:51:13'), (73, 5, 'it', 'New Deal creato da {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Lead Name\": \"deal_name\"\n }', 1, '2025-03-06 23:51:13', '2025-03-06 23:51:13'), (74, 5, 'ja', '{user_name} によって作成された新しいディール', '{\n \"Company Name\": \"user_name\",\n \"Lead Name\": \"deal_name\"\n }', 1, '2025-03-06 23:51:13', '2025-03-06 23:51:13'), (75, 5, 'nl', 'Nieuwe deal gemaakt door {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Lead Name\": \"deal_name\"\n }', 1, '2025-03-06 23:51:13', '2025-03-06 23:51:13'), (76, 5, 'pl', 'Nowa oferta utworzona przez użytkownika {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Lead Name\": \"deal_name\"\n }', 1, '2025-03-06 23:51:13', '2025-03-06 23:51:13'), (77, 5, 'ru', 'Новая сделка создана пользователем {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Lead Name\": \"deal_name\"\n }', 1, '2025-03-06 23:51:13', '2025-03-06 23:51:13'), (78, 5, 'pt', 'Novo negócio criado por {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Lead Name\": \"deal_name\"\n }', 1, '2025-03-06 23:51:13', '2025-03-06 23:51:13'), (79, 5, 'tr', '{ user_name } tarafından oluşturulan Yeni Anlaşma', '{\n \"Company Name\": \"user_name\",\n \"Lead Name\": \"deal_name\"\n }', 1, '2025-03-06 23:51:13', '2025-03-06 23:51:13'), (80, 5, 'pt-br', 'Novo negócio criado por {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Lead Name\": \"deal_name\"\n }', 1, '2025-03-06 23:51:13', '2025-03-06 23:51:13'), (81, 6, 'ar', 'تم إنشاء عقد {Contract_subject} لـ {contract_client} بواسطة {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Contract Name\": \"contract_subject\",\n \"Client Name\": \"contract_client\",\n \"Contract Price\": \"contract_value\",\n \"Contract Start Date\": \"contract_start_date\",\n \"Contract End Date\": \"contract_end_date\"\n }', 1, '2025-03-06 23:51:13', '2025-03-06 23:51:13'), (82, 6, 'zh', '{contract_subject } 合同已由 {user_name} 创建 { contract_client}', '{\n \"Company Name\": \"user_name\",\n \"Contract Name\": \"contract_subject\",\n \"Client Name\": \"contract_client\",\n \"Contract Price\": \"contract_value\",\n \"Contract Start Date\": \"contract_start_date\",\n \"Contract End Date\": \"contract_end_date\"\n }', 1, '2025-03-06 23:51:13', '2025-03-06 23:51:13'), (83, 6, 'da', '{contract_subject} kontrakt oprettet for {contract_client} af {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Contract Name\": \"contract_subject\",\n \"Client Name\": \"contract_client\",\n \"Contract Price\": \"contract_value\",\n \"Contract Start Date\": \"contract_start_date\",\n \"Contract End Date\": \"contract_end_date\"\n }', 1, '2025-03-06 23:51:13', '2025-03-06 23:51:13'), (84, 6, 'de', '{contract_subject} Vertrag erstellt für {contract_client} von {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Contract Name\": \"contract_subject\",\n \"Client Name\": \"contract_client\",\n \"Contract Price\": \"contract_value\",\n \"Contract Start Date\": \"contract_start_date\",\n \"Contract End Date\": \"contract_end_date\"\n }', 1, '2025-03-06 23:51:13', '2025-03-06 23:51:13'), (85, 6, 'en', '{contract_subject} contract created for {contract_client} by {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Contract Name\": \"contract_subject\",\n \"Client Name\": \"contract_client\",\n \"Contract Price\": \"contract_value\",\n \"Contract Start Date\": \"contract_start_date\",\n \"Contract End Date\": \"contract_end_date\"\n }', 1, '2025-03-06 23:51:13', '2025-03-06 23:51:13'), (86, 6, 'es', '{contract_subject} contrato creado para {contract_client} por {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Contract Name\": \"contract_subject\",\n \"Client Name\": \"contract_client\",\n \"Contract Price\": \"contract_value\",\n \"Contract Start Date\": \"contract_start_date\",\n \"Contract End Date\": \"contract_end_date\"\n }', 1, '2025-03-06 23:51:13', '2025-03-06 23:51:13'), (87, 6, 'fr', 'Contrat {contract_subject} créé pour {contract_client} par {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Contract Name\": \"contract_subject\",\n \"Client Name\": \"contract_client\",\n \"Contract Price\": \"contract_value\",\n \"Contract Start Date\": \"contract_start_date\",\n \"Contract End Date\": \"contract_end_date\"\n }', 1, '2025-03-06 23:51:14', '2025-03-06 23:51:14'), (88, 6, 'he', '{contract_subject} חוזה שנוצר עבור {contract_client} על-ידי {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Contract Name\": \"contract_subject\",\n \"Client Name\": \"contract_client\",\n \"Contract Price\": \"contract_value\",\n \"Contract Start Date\": \"contract_start_date\",\n \"Contract End Date\": \"contract_end_date\"\n }', 1, '2025-03-06 23:51:14', '2025-03-06 23:51:14'), (89, 6, 'it', 'Contratto {contract_subject} creato per {contract_client} da {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Contract Name\": \"contract_subject\",\n \"Client Name\": \"contract_client\",\n \"Contract Price\": \"contract_value\",\n \"Contract Start Date\": \"contract_start_date\",\n \"Contract End Date\": \"contract_end_date\"\n }', 1, '2025-03-06 23:51:14', '2025-03-06 23:51:14'), (90, 6, 'ja', '{user_name} によって {contract_client} のために作成された {contract_subject} 契約', '{\n \"Company Name\": \"user_name\",\n \"Contract Name\": \"contract_subject\",\n \"Client Name\": \"contract_client\",\n \"Contract Price\": \"contract_value\",\n \"Contract Start Date\": \"contract_start_date\",\n \"Contract End Date\": \"contract_end_date\"\n }', 1, '2025-03-06 23:51:14', '2025-03-06 23:51:14'), (91, 6, 'nl', '{contract_subject} contract gemaakt voor {contract_client} door {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Contract Name\": \"contract_subject\",\n \"Client Name\": \"contract_client\",\n \"Contract Price\": \"contract_value\",\n \"Contract Start Date\": \"contract_start_date\",\n \"Contract End Date\": \"contract_end_date\"\n }', 1, '2025-03-06 23:51:14', '2025-03-06 23:51:14'), (92, 6, 'pl', 'Umowa {contract_subject} utworzona dla {contract_client} przez {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Contract Name\": \"contract_subject\",\n \"Client Name\": \"contract_client\",\n \"Contract Price\": \"contract_value\",\n \"Contract Start Date\": \"contract_start_date\",\n \"Contract End Date\": \"contract_end_date\"\n }', 1, '2025-03-06 23:51:14', '2025-03-06 23:51:14'), (93, 6, 'ru', 'Контракт {contract_subject} создан для {contract_client} пользователем {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Contract Name\": \"contract_subject\",\n \"Client Name\": \"contract_client\",\n \"Contract Price\": \"contract_value\",\n \"Contract Start Date\": \"contract_start_date\",\n \"Contract End Date\": \"contract_end_date\"\n }', 1, '2025-03-06 23:51:14', '2025-03-06 23:51:14'), (94, 6, 'pt', 'Contrato {contract_subject} criado para {contract_client} por {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Contract Name\": \"contract_subject\",\n \"Client Name\": \"contract_client\",\n \"Contract Price\": \"contract_value\",\n \"Contract Start Date\": \"contract_start_date\",\n \"Contract End Date\": \"contract_end_date\"\n }', 1, '2025-03-06 23:51:14', '2025-03-06 23:51:14'), (95, 6, 'tr', '{ user_name } tarafından { contract_client } için { contract_subject } sözleşmesi oluşturuldu', '{\n \"Company Name\": \"user_name\",\n \"Contract Name\": \"contract_subject\",\n \"Client Name\": \"contract_client\",\n \"Contract Price\": \"contract_value\",\n \"Contract Start Date\": \"contract_start_date\",\n \"Contract End Date\": \"contract_end_date\"\n }', 1, '2025-03-06 23:51:14', '2025-03-06 23:51:14'), (96, 6, 'pt-br', 'Contrato {contract_subject} criado para {contract_client} por {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Contract Name\": \"contract_subject\",\n \"Client Name\": \"contract_client\",\n \"Contract Price\": \"contract_value\",\n \"Contract Start Date\": \"contract_start_date\",\n \"Contract End Date\": \"contract_end_date\"\n }', 1, '2025-03-06 23:51:14', '2025-03-06 23:51:14'), (97, 7, 'ar', 'تم إنشاء مهمة {task_name} لمشروع {project_name} بواسطة {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:14', '2025-03-06 23:51:14'), (98, 7, 'zh', '{user_name} 为 {project_name} 项目创建 {task_name} 任务', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:14', '2025-03-06 23:51:14'), (99, 7, 'da', '{task_name} opgave oprettet for {project_name}-projekt af {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:14', '2025-03-06 23:51:14'), (100, 7, 'de', 'Aufgabe {task_name} erstellt für Projekt {project_name} von {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:14', '2025-03-06 23:51:14'), (101, 7, 'en', '{task_name} task create for {project_name} project by {user_name}.', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:14', '2025-03-06 23:51:14'), (102, 7, 'es', '{task_name} tarea creada para {project_name} proyecto por {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:14', '2025-03-06 23:51:14'), (103, 7, 'fr', 'Tâche {task_name} créée pour le projet {project_name} par {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:14', '2025-03-06 23:51:14'), (104, 7, 'he', 'המשימה {task_name} יוצרת עבור {project_name} פרויקט על ידי {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:14', '2025-03-06 23:51:14'), (105, 7, 'it', 'Attività {task_name} creata per il progetto {project_name} da {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:14', '2025-03-06 23:51:14'), (106, 7, 'ja', '{user_name} による {project_name} プロジェクトの {task_name} タスク作成', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:14', '2025-03-06 23:51:14'), (107, 7, 'nl', '{task_name} taak gemaakt voor {project_name} project door {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:15', '2025-03-06 23:51:15'), (108, 7, 'pl', 'Zadanie {task_name} utworzono dla projektu {project_name} przez użytkownika {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:15', '2025-03-06 23:51:15'), (109, 7, 'ru', 'Задача {task_name} создана для проекта {project_name} пользователем {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:15', '2025-03-06 23:51:15'), (110, 7, 'pt', 'Tarefa {task_name} criada para o projeto {project_name} por {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:15', '2025-03-06 23:51:15'), (111, 7, 'tr', '{ user_name } tarafından { proje_name } projesi için { task_name } görev oluşturma', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:15', '2025-03-06 23:51:15'), (112, 7, 'pt-br', 'Tarefa {task_name} criada para o projeto {project_name} por {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:15', '2025-03-06 23:51:15'), (113, 8, 'ar', 'تمت إضافة تعليق جديد في المهمة {task_name} للمشروع {project_name}', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:15', '2025-03-06 23:51:15'), (114, 8, 'zh', '项目 {project_name} 的任务 {task_name} 中添加了新注释', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:15', '2025-03-06 23:51:15'), (115, 8, 'da', 'Ny kommentar tilføjet til opgave {task_name} i projekt {project_name}', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:15', '2025-03-06 23:51:15'), (116, 8, 'de', 'Neuer Kommentar in Aufgabe {task_name} von Projekt {project_name} hinzugefügt', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:15', '2025-03-06 23:51:15'), (117, 8, 'en', 'New Comment added in task {task_name} of project {project_name}.', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:15', '2025-03-06 23:51:15'), (118, 8, 'es', 'Nuevo comentario agregado en la tarea {task_name} del proyecto {project_name}', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:16', '2025-03-06 23:51:16'), (119, 8, 'fr', 'Nouveau commentaire ajouté dans la tâche {task_name} du projet {project_name}', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:16', '2025-03-06 23:51:16'), (120, 8, 'he', 'הערה חדשה נוספה במשימה {task_name} של הפרויקט {project_name}', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:16', '2025-03-06 23:51:16'), (121, 8, 'it', 'Nuovo commento aggiunto nell\'attività {task_name} del progetto {project_name}', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:16', '2025-03-06 23:51:16'), (122, 8, 'ja', 'プロジェクト {project_name} のタスク {task_name} に新しいコメントが追加されました', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:16', '2025-03-06 23:51:16'), (123, 8, 'nl', 'Nieuwe opmerking toegevoegd in taak {task_name} van project {project_name}', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:16', '2025-03-06 23:51:16'), (124, 8, 'pl', 'Dodano nowy komentarz w zadaniu {task_name} projektu {project_name}', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:16', '2025-03-06 23:51:16'), (125, 8, 'ru', 'Новый комментарий добавлен в задачу {task_name} проекта {project_name}', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:16', '2025-03-06 23:51:16'), (126, 8, 'pt', 'Novo comentário adicionado na tarefa {task_name} do projeto {project_name}', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:16', '2025-03-06 23:51:16'), (127, 8, 'tr', '{ project_name } projesinin { task_name } görevine yeni bir yorum eklendi', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:16', '2025-03-06 23:51:16'), (128, 8, 'pt-br', 'Novo comentário adicionado na tarefa {task_name} do projeto {project_name}', '{\n \"Company Name\": \"user_name\",\n \"Task Name\": \"task_name\",\n \"Project Name\": \"project_name\"\n }', 1, '2025-03-06 23:51:16', '2025-03-06 23:51:16'), (129, 9, 'ar', 'تم إنشاء قسيمة دفع جديدة بتاريخ {year}', '{\n \"Year\": \"year\"\n }', 1, '2025-03-06 23:51:16', '2025-03-06 23:51:16'), (130, 9, 'zh', '{ y年内} 生成的新 payslip', '{\n \"Year\": \"year\"\n }', 1, '2025-03-06 23:51:16', '2025-03-06 23:51:16'), (131, 9, 'da', 'Ny lønseddel genereret af {year}', '{\n \"Year\": \"year\"\n }', 1, '2025-03-06 23:51:16', '2025-03-06 23:51:16'), (132, 9, 'de', 'Neue Gehaltsabrechnung erstellt vom {year}', '{\n \"Year\": \"year\"\n }', 1, '2025-03-06 23:51:16', '2025-03-06 23:51:16'), (133, 9, 'en', 'New payslip generated of {year}', '{\n \"Year\": \"year\"\n }', 1, '2025-03-06 23:51:16', '2025-03-06 23:51:16'), (134, 9, 'es', 'Nueva nómina generada de {year}', '{\n \"Year\": \"year\"\n }', 1, '2025-03-06 23:51:16', '2025-03-06 23:51:16'), (135, 9, 'fr', 'Nouvelle fiche de paie générée de {year}', '{\n \"Year\": \"year\"\n }', 1, '2025-03-06 23:51:16', '2025-03-06 23:51:16'), (136, 9, 'he', 'תשלום חדש שהופק מ - {year}', '{\n \"Year\": \"year\"\n }', 1, '2025-03-06 23:51:17', '2025-03-06 23:51:17'), (137, 9, 'it', 'Nuova busta paga generata di {year}', '{\n \"Year\": \"year\"\n }', 1, '2025-03-06 23:51:17', '2025-03-06 23:51:17'), (138, 9, 'ja', '{year} の新しい給​​与明細が作成されました', '{\n \"Year\": \"year\"\n }', 1, '2025-03-06 23:51:17', '2025-03-06 23:51:17'), (139, 9, 'nl', 'Nieuwe loonstrook gegenereerd van {year}', '{\n \"Year\": \"year\"\n }', 1, '2025-03-06 23:51:17', '2025-03-06 23:51:17'), (140, 9, 'pl', 'Nowy odcinek wypłaty wygenerowany za {year}', '{\n \"Year\": \"year\"\n }', 1, '2025-03-06 23:51:17', '2025-03-06 23:51:17'), (141, 9, 'ru', 'Новая расчетная ведомость создана за {year}', '{\n \"Year\": \"year\"\n }', 1, '2025-03-06 23:51:17', '2025-03-06 23:51:17'), (142, 9, 'pt', 'Novo contracheque gerado de {year}', '{\n \"Year\": \"year\"\n }', 1, '2025-03-06 23:51:17', '2025-03-06 23:51:17'), (143, 9, 'tr', '{ year } tarafından oluşturulan yeni payslip', '{\n \"Year\": \"year\"\n }', 1, '2025-03-06 23:51:17', '2025-03-06 23:51:17'), (144, 9, 'pt-br', 'Novo contracheque gerado de {year}', '{\n \"Year\": \"year\"\n }', 1, '2025-03-06 23:51:17', '2025-03-06 23:51:17'), (145, 10, 'ar', 'تم إنشاء إعلان {calling_title} للفرع {Branch_name} من {start_date} إلى {end_date}', '{\n \"Announcement Title\": \"announcement_title\",\n \"Branch Name\": \"branch_name\",\n \"Start Date\": \"start_date\",\n \"End Date\": \"end_date\"\n }', 1, '2025-03-06 23:51:17', '2025-03-06 23:51:17'), (146, 10, 'zh', '已为分支 {branch_name} 从 {start_date} 到 {end_date} 创建 {announcement_title} 声明', '{\n \"Announcement Title\": \"announcement_title\",\n \"Branch Name\": \"branch_name\",\n \"Start Date\": \"start_date\",\n \"End Date\": \"end_date\"\n }', 1, '2025-03-06 23:51:17', '2025-03-06 23:51:17'), (147, 10, 'da', '{announcement_title}-meddelelse oprettet for filial {branch_name} fra {start_date} til {end_date}', '{\n \"Announcement Title\": \"announcement_title\",\n \"Branch Name\": \"branch_name\",\n \"Start Date\": \"start_date\",\n \"End Date\": \"end_date\"\n }', 1, '2025-03-06 23:51:17', '2025-03-06 23:51:17'), (148, 10, 'de', '{announcement_title}-Ankündigung erstellt für Branche {branch_name} von {start_date} bis {end_date}', '{\n \"Announcement Title\": \"announcement_title\",\n \"Branch Name\": \"branch_name\",\n \"Start Date\": \"start_date\",\n \"End Date\": \"end_date\"\n }', 1, '2025-03-06 23:51:17', '2025-03-06 23:51:17'), (149, 10, 'en', '{announcement_title} announcement created for branch {branch_name} from {start_date} to {end_date}.', '{\n \"Announcement Title\": \"announcement_title\",\n \"Branch Name\": \"branch_name\",\n \"Start Date\": \"start_date\",\n \"End Date\": \"end_date\"\n }', 1, '2025-03-06 23:51:17', '2025-03-06 23:51:17'), (150, 10, 'es', 'Anuncio {announcement_title} creado para la sucursal {branch_name} desde el {start_date} hasta el {end_date}', '{\n \"Announcement Title\": \"announcement_title\",\n \"Branch Name\": \"branch_name\",\n \"Start Date\": \"start_date\",\n \"End Date\": \"end_date\"\n }', 1, '2025-03-06 23:51:17', '2025-03-06 23:51:17'), (151, 10, 'fr', '{announcement_title} annonce créée pour la succursale {branch_name} du {start_date} au {end_date}', '{\n \"Announcement Title\": \"announcement_title\",\n \"Branch Name\": \"branch_name\",\n \"Start Date\": \"start_date\",\n \"End Date\": \"end_date\"\n }', 1, '2025-03-06 23:51:17', '2025-03-06 23:51:17'), (152, 10, 'he', '{להכריז על הכרזה שנוצרה עבור ענף {מיתוג} מ - {start_date} ל - {end_date}', '{\n \"Announcement Title\": \"announcement_title\",\n \"Branch Name\": \"branch_name\",\n \"Start Date\": \"start_date\",\n \"End Date\": \"end_date\"\n }', 1, '2025-03-06 23:51:17', '2025-03-06 23:51:17'); INSERT INTO `notification_template_langs` (`id`, `parent_id`, `lang`, `content`, `variables`, `created_by`, `created_at`, `updated_at`) VALUES (153, 10, 'it', '{announcement_title} annuncio creato per la filiale {branch_name} dal {start_date} al {end_date}', '{\n \"Announcement Title\": \"announcement_title\",\n \"Branch Name\": \"branch_name\",\n \"Start Date\": \"start_date\",\n \"End Date\": \"end_date\"\n }', 1, '2025-03-06 23:51:17', '2025-03-06 23:51:17'), (154, 10, 'ja', '{announcement_title} ブランチ {branch_name} の {start_date} から {end_date} までのお知らせが作成されました', '{\n \"Announcement Title\": \"announcement_title\",\n \"Branch Name\": \"branch_name\",\n \"Start Date\": \"start_date\",\n \"End Date\": \"end_date\"\n }', 1, '2025-03-06 23:51:17', '2025-03-06 23:51:17'), (155, 10, 'nl', '{announcement_title} aankondiging gemaakt voor filiaal {branch_name} van {start_date} tot {end_date}', '{\n \"Announcement Title\": \"announcement_title\",\n \"Branch Name\": \"branch_name\",\n \"Start Date\": \"start_date\",\n \"End Date\": \"end_date\"\n }', 1, '2025-03-06 23:51:17', '2025-03-06 23:51:17'), (156, 10, 'pl', 'Ogłoszenie {announcement_title} utworzone dla oddziału {branch_name} od {start_date} do {end_date}', '{\n \"Announcement Title\": \"announcement_title\",\n \"Branch Name\": \"branch_name\",\n \"Start Date\": \"start_date\",\n \"End Date\": \"end_date\"\n }', 1, '2025-03-06 23:51:17', '2025-03-06 23:51:17'), (157, 10, 'ru', 'Объявление {announcement_title} создано для филиала {branch_name} с {start_date} по {end_date}', '{\n \"Announcement Title\": \"announcement_title\",\n \"Branch Name\": \"branch_name\",\n \"Start Date\": \"start_date\",\n \"End Date\": \"end_date\"\n }', 1, '2025-03-06 23:51:17', '2025-03-06 23:51:17'), (158, 10, 'pt', 'Anúncio de {announcement_title} criado para a filial {branch_name} de {start_date} a {end_date}', '{\n \"Announcement Title\": \"announcement_title\",\n \"Branch Name\": \"branch_name\",\n \"Start Date\": \"start_date\",\n \"End Date\": \"end_date\"\n }', 1, '2025-03-06 23:51:17', '2025-03-06 23:51:17'), (159, 10, 'tr', '{ branch_name } dalı için { start_date }-{ end_date } tarihleri arasında { announcement_title } duyurusu oluşturuldu', '{\n \"Announcement Title\": \"announcement_title\",\n \"Branch Name\": \"branch_name\",\n \"Start Date\": \"start_date\",\n \"End Date\": \"end_date\"\n }', 1, '2025-03-06 23:51:17', '2025-03-06 23:51:17'), (160, 10, 'pt-br', 'Anúncio de {announcement_title} criado para a filial {branch_name} de {start_date} a {end_date}', '{\n \"Announcement Title\": \"announcement_title\",\n \"Branch Name\": \"branch_name\",\n \"Start Date\": \"start_date\",\n \"End Date\": \"end_date\"\n }', 1, '2025-03-06 23:51:17', '2025-03-06 23:51:17'), (161, 11, 'ar', 'تم إنشاء بطاقة دعم جديدة ذات أولوية {support_priority} لـ {support_user_name}', '{\n \"Support Priority\": \"support_priority\",\n \"Support User Name\": \"support_user_name\"\n }', 1, '2025-03-06 23:51:18', '2025-03-06 23:51:18'), (162, 11, 'zh', '为 {support_user_name} 创建了 { support_priority} 优先级的新支持凭单', '{\n \"Support Priority\": \"support_priority\",\n \"Support User Name\": \"support_user_name\"\n }', 1, '2025-03-06 23:51:18', '2025-03-06 23:51:18'), (163, 11, 'da', 'Ny supportbillet oprettet med prioritet {support_priority} til {support_user_name}', '{\n \"Support Priority\": \"support_priority\",\n \"Support User Name\": \"support_user_name\"\n }', 1, '2025-03-06 23:51:18', '2025-03-06 23:51:18'), (164, 11, 'de', 'Neues Support-Ticket mit Priorität {support_priority} für {support_user_name} erstellt', '{\n \"Support Priority\": \"support_priority\",\n \"Support User Name\": \"support_user_name\"\n }', 1, '2025-03-06 23:51:18', '2025-03-06 23:51:18'), (165, 11, 'en', 'New Support ticket created of {support_priority} priority for {support_user_name}', '{\n \"Support Priority\": \"support_priority\",\n \"Support User Name\": \"support_user_name\"\n }', 1, '2025-03-06 23:51:18', '2025-03-06 23:51:18'), (166, 11, 'es', 'Nuevo ticket de soporte creado con prioridad {support_priority} para {support_user_name}', '{\n \"Support Priority\": \"support_priority\",\n \"Support User Name\": \"support_user_name\"\n }', 1, '2025-03-06 23:51:18', '2025-03-06 23:51:18'), (167, 11, 'fr', 'Nouveau ticket d\'assistance créé avec la priorité {support_priority} pour {support_user_name}', '{\n \"Support Priority\": \"support_priority\",\n \"Support User Name\": \"support_user_name\"\n }', 1, '2025-03-06 23:51:18', '2025-03-06 23:51:18'), (168, 11, 'he', 'כרטיס תמיכה חדש שנוצר עבור קדימות {support_priority} עבור {support_user_name}', '{\n \"Support Priority\": \"support_priority\",\n \"Support User Name\": \"support_user_name\"\n }', 1, '2025-03-06 23:51:18', '2025-03-06 23:51:18'), (169, 11, 'it', 'Nuovo ticket di assistenza creato con priorità {support_priority} per {support_user_name}', '{\n \"Support Priority\": \"support_priority\",\n \"Support User Name\": \"support_user_name\"\n }', 1, '2025-03-06 23:51:18', '2025-03-06 23:51:18'), (170, 11, 'ja', '{support_user_name} の優先度 {support_priority} の新しいサポート チケットが作成されました', '{\n \"Support Priority\": \"support_priority\",\n \"Support User Name\": \"support_user_name\"\n }', 1, '2025-03-06 23:51:19', '2025-03-06 23:51:19'), (171, 11, 'nl', 'Nieuw ondersteuningsticket gemaakt met prioriteit {support_priority} voor {support_user_name}', '{\n \"Support Priority\": \"support_priority\",\n \"Support User Name\": \"support_user_name\"\n }', 1, '2025-03-06 23:51:19', '2025-03-06 23:51:19'), (172, 11, 'pl', 'Utworzono nowe zgłoszenie do pomocy technicznej o priorytecie {support_priority} dla użytkownika {support_user_name}', '{\n \"Support Priority\": \"support_priority\",\n \"Support User Name\": \"support_user_name\"\n }', 1, '2025-03-06 23:51:19', '2025-03-06 23:51:19'), (173, 11, 'ru', 'Создан новый запрос в службу поддержки с приоритетом {support_priority} для {support_user_name}', '{\n \"Support Priority\": \"support_priority\",\n \"Support User Name\": \"support_user_name\"\n }', 1, '2025-03-06 23:51:19', '2025-03-06 23:51:19'), (174, 11, 'pt', 'Novo tíquete de suporte criado com prioridade {support_priority} para {support_user_name}', '{\n \"Support Priority\": \"support_priority\",\n \"Support User Name\": \"support_user_name\"\n }', 1, '2025-03-06 23:51:19', '2025-03-06 23:51:19'), (175, 11, 'tr', '{ support_user_name } için { support_priority } önceliğine ilişkin yeni Destek bileti oluşturuldu', '{\n \"Support Priority\": \"support_priority\",\n \"Support User Name\": \"support_user_name\"\n }', 1, '2025-03-06 23:51:19', '2025-03-06 23:51:19'), (176, 11, 'pt-br', 'Novo tíquete de suporte criado com prioridade {support_priority} para {support_user_name}', '{\n \"Support Priority\": \"support_priority\",\n \"Support User Name\": \"support_user_name\"\n }', 1, '2025-03-06 23:51:19', '2025-03-06 23:51:19'), (177, 12, 'ar', 'تم إنشاء اجتماع {meeting_title} للفرع {Branch_name} من {meeting_date} في {meeting_time}', '{\n \"Meeting Title\": \"meeting_title\",\n \"Branch Name\": \"branch_name\",\n \"Meeting Date\": \"meeting_date\",\n \"Meeting Time\": \"meeting_time\"\n }', 1, '2025-03-06 23:51:19', '2025-03-06 23:51:19'), (178, 12, 'zh', '已从 { meeting_time} 为分支 {branch_name} 创建了 { meetting_title } 会议 { meeting_date}', '{\n \"Meeting Title\": \"meeting_title\",\n \"Branch Name\": \"branch_name\",\n \"Meeting Date\": \"meeting_date\",\n \"Meeting Time\": \"meeting_time\"\n }', 1, '2025-03-06 23:51:19', '2025-03-06 23:51:19'), (179, 12, 'da', '{meeting_title} møde oprettet for filial {branch_name} fra {meeting_date} kl. {meeting_time}', '{\n \"Meeting Title\": \"meeting_title\",\n \"Branch Name\": \"branch_name\",\n \"Meeting Date\": \"meeting_date\",\n \"Meeting Time\": \"meeting_time\"\n }', 1, '2025-03-06 23:51:19', '2025-03-06 23:51:19'), (180, 12, 'de', '{meeting_title}-Meeting für Zweigstelle {branch_name} vom {meeting_date} um {meeting_time} erstellt', '{\n \"Meeting Title\": \"meeting_title\",\n \"Branch Name\": \"branch_name\",\n \"Meeting Date\": \"meeting_date\",\n \"Meeting Time\": \"meeting_time\"\n }', 1, '2025-03-06 23:51:19', '2025-03-06 23:51:19'), (181, 12, 'en', '{meeting_title} meeting created for branch {branch_name} from {meeting_date} at {meeting_time}.', '{\n \"Meeting Title\": \"meeting_title\",\n \"Branch Name\": \"branch_name\",\n \"Meeting Date\": \"meeting_date\",\n \"Meeting Time\": \"meeting_time\"\n }', 1, '2025-03-06 23:51:19', '2025-03-06 23:51:19'), (182, 12, 'es', '{meeting_title} reunión creada para la sucursal {branch_name} de {meeting_date} a las {meeting_time}', '{\n \"Meeting Title\": \"meeting_title\",\n \"Branch Name\": \"branch_name\",\n \"Meeting Date\": \"meeting_date\",\n \"Meeting Time\": \"meeting_time\"\n }', 1, '2025-03-06 23:51:19', '2025-03-06 23:51:19'), (183, 12, 'fr', 'Réunion {meeting_title} créée pour la succursale {branch_name} à partir du {meeting_date} à {meeting_time}', '{\n \"Meeting Title\": \"meeting_title\",\n \"Branch Name\": \"branch_name\",\n \"Meeting Date\": \"meeting_date\",\n \"Meeting Time\": \"meeting_time\"\n }', 1, '2025-03-06 23:51:19', '2025-03-06 23:51:19'), (184, 12, 'he', '{meeting_title} פגישה שנוצרה עבור ענף {מיתוג} מתוך {meeting_date} ב - {meeting_time}', '{\n \"Meeting Title\": \"meeting_title\",\n \"Branch Name\": \"branch_name\",\n \"Meeting Date\": \"meeting_date\",\n \"Meeting Time\": \"meeting_time\"\n }', 1, '2025-03-06 23:51:19', '2025-03-06 23:51:19'), (185, 12, 'it', 'Meeting {meeting_title} creato per la filiale {branch_name} da {meeting_date} alle {meeting_time}', '{\n \"Meeting Title\": \"meeting_title\",\n \"Branch Name\": \"branch_name\",\n \"Meeting Date\": \"meeting_date\",\n \"Meeting Time\": \"meeting_time\"\n }', 1, '2025-03-06 23:51:19', '2025-03-06 23:51:19'), (186, 12, 'ja', '{meeting_date} から {meeting_time} に {meeting_title} ブランチ {branch_name} 用に作成された {meeting_title} ミーティング', '{\n \"Meeting Title\": \"meeting_title\",\n \"Branch Name\": \"branch_name\",\n \"Meeting Date\": \"meeting_date\",\n \"Meeting Time\": \"meeting_time\"\n }', 1, '2025-03-06 23:51:19', '2025-03-06 23:51:19'), (187, 12, 'nl', '{meeting_title} vergadering gemaakt voor filiaal {branch_name} vanaf {meeting_date} om {meeting_time}', '{\n \"Meeting Title\": \"meeting_title\",\n \"Branch Name\": \"branch_name\",\n \"Meeting Date\": \"meeting_date\",\n \"Meeting Time\": \"meeting_time\"\n }', 1, '2025-03-06 23:51:19', '2025-03-06 23:51:19'), (188, 12, 'pl', 'Spotkanie {meeting_title} utworzone dla oddziału {branch_name} od {meeting_date} o {meeting_time}', '{\n \"Meeting Title\": \"meeting_title\",\n \"Branch Name\": \"branch_name\",\n \"Meeting Date\": \"meeting_date\",\n \"Meeting Time\": \"meeting_time\"\n }', 1, '2025-03-06 23:51:19', '2025-03-06 23:51:19'), (189, 12, 'ru', 'Встреча {meeting_title} создана для филиала {branch_name} с {meeting_date} в {meeting_time}', '{\n \"Meeting Title\": \"meeting_title\",\n \"Branch Name\": \"branch_name\",\n \"Meeting Date\": \"meeting_date\",\n \"Meeting Time\": \"meeting_time\"\n }', 1, '2025-03-06 23:51:20', '2025-03-06 23:51:20'), (190, 12, 'pt', 'Reunião {meeting_title} criada para a filial {branch_name} de {meeting_date} às {meeting_time}', '{\n \"Meeting Title\": \"meeting_title\",\n \"Branch Name\": \"branch_name\",\n \"Meeting Date\": \"meeting_date\",\n \"Meeting Time\": \"meeting_time\"\n }', 1, '2025-03-06 23:51:20', '2025-03-06 23:51:20'), (191, 12, 'tr', '{ meeting_title } { branch_name } dalı için { meeting_date } dalından { meeting_time } saatinde oluşturulan toplantı oluşturuldu', '{\n \"Meeting Title\": \"meeting_title\",\n \"Branch Name\": \"branch_name\",\n \"Meeting Date\": \"meeting_date\",\n \"Meeting Time\": \"meeting_time\"\n }', 1, '2025-03-06 23:51:20', '2025-03-06 23:51:20'), (192, 12, 'pt-br', 'Reunião {meeting_title} criada para a filial {branch_name} de {meeting_date} às {meeting_time}', '{\n \"Meeting Title\": \"meeting_title\",\n \"Branch Name\": \"branch_name\",\n \"Meeting Date\": \"meeting_date\",\n \"Meeting Time\": \"meeting_time\"\n }', 1, '2025-03-06 23:51:20', '2025-03-06 23:51:20'), (193, 13, 'ar', 'تم إنشاء {Award_name} لـ {Employee_name} من {Award_date}', '{\n \"Award Name\": \"award_name\",\n \"Employee Name\": \"employee_name\",\n \"Award Date\": \"award_date\"\n }', 1, '2025-03-06 23:51:20', '2025-03-06 23:51:20'), (194, 13, 'zh', '已从 {award_date} 为 {employe_name} 创建 {award_name}', '{\n \"Award Name\": \"award_name\",\n \"Employee Name\": \"employee_name\",\n \"Award Date\": \"award_date\"\n }', 1, '2025-03-06 23:51:20', '2025-03-06 23:51:20'), (195, 13, 'da', '{award_name} oprettet til {employee_name} fra {award_date}', '{\n \"Award Name\": \"award_name\",\n \"Employee Name\": \"employee_name\",\n \"Award Date\": \"award_date\"\n }', 1, '2025-03-06 23:51:20', '2025-03-06 23:51:20'), (196, 13, 'de', '{award_name} erstellt für {employee_name} vom {award_date}', '{\n \"Award Name\": \"award_name\",\n \"Employee Name\": \"employee_name\",\n \"Award Date\": \"award_date\"\n }', 1, '2025-03-06 23:51:20', '2025-03-06 23:51:20'), (197, 13, 'en', '{award_name} created for {employee_name} from {award_date}', '{\n \"Award Name\": \"award_name\",\n \"Employee Name\": \"employee_name\",\n \"Award Date\": \"award_date\"\n }', 1, '2025-03-06 23:51:20', '2025-03-06 23:51:20'), (198, 13, 'es', '{award_name} creado para {employee_name} de {award_date}', '{\n \"Award Name\": \"award_name\",\n \"Employee Name\": \"employee_name\",\n \"Award Date\": \"award_date\"\n }', 1, '2025-03-06 23:51:20', '2025-03-06 23:51:20'), (199, 13, 'fr', '{award_name} créé pour {employee_name} à partir du {award_date}', '{\n \"Award Name\": \"award_name\",\n \"Employee Name\": \"employee_name\",\n \"Award Date\": \"award_date\"\n }', 1, '2025-03-06 23:51:20', '2025-03-06 23:51:20'), (200, 13, 'he', '{award_name} שנוצר עבור {העובד ee_name} מ - {award_date}', '{\n \"Award Name\": \"award_name\",\n \"Employee Name\": \"employee_name\",\n \"Award Date\": \"award_date\"\n }', 1, '2025-03-06 23:51:20', '2025-03-06 23:51:20'), (201, 13, 'it', '{award_name} creato per {employee_name} da {award_date}', '{\n \"Award Name\": \"award_name\",\n \"Employee Name\": \"employee_name\",\n \"Award Date\": \"award_date\"\n }', 1, '2025-03-06 23:51:20', '2025-03-06 23:51:20'), (202, 13, 'ja', '{employee_name} のために {award_name} が {award_date} から作成されました', '{\n \"Award Name\": \"award_name\",\n \"Employee Name\": \"employee_name\",\n \"Award Date\": \"award_date\"\n }', 1, '2025-03-06 23:51:20', '2025-03-06 23:51:20'), (203, 13, 'nl', '{award_name} gemaakt voor {employee_name} vanaf {award_date}', '{\n \"Award Name\": \"award_name\",\n \"Employee Name\": \"employee_name\",\n \"Award Date\": \"award_date\"\n }', 1, '2025-03-06 23:51:20', '2025-03-06 23:51:20'), (204, 13, 'pl', '{award_name} utworzone dla {employee_name} od {award_date}', '{\n \"Award Name\": \"award_name\",\n \"Employee Name\": \"employee_name\",\n \"Award Date\": \"award_date\"\n }', 1, '2025-03-06 23:51:20', '2025-03-06 23:51:20'), (205, 13, 'ru', '{award_name} создано для {employee_name} с {award_date}', '{\n \"Award Name\": \"award_name\",\n \"Employee Name\": \"employee_name\",\n \"Award Date\": \"award_date\"\n }', 1, '2025-03-06 23:51:20', '2025-03-06 23:51:20'), (206, 13, 'pt', '{award_name} criado para {employee_name} de {award_date}', '{\n \"Award Name\": \"award_name\",\n \"Employee Name\": \"employee_name\",\n \"Award Date\": \"award_date\"\n }', 1, '2025-03-06 23:51:20', '2025-03-06 23:51:20'), (207, 13, 'tr', '{ employee_name } için { award_date } içinden { award_name } oluşturuldu', '{\n \"Award Name\": \"award_name\",\n \"Employee Name\": \"employee_name\",\n \"Award Date\": \"award_date\"\n }', 1, '2025-03-06 23:51:20', '2025-03-06 23:51:20'), (208, 13, 'pt-br', '{award_name} criado para {employee_name} de {award_date}', '{\n \"Award Name\": \"award_name\",\n \"Employee Name\": \"employee_name\",\n \"Award Date\": \"award_date\"\n }', 1, '2025-03-06 23:51:21', '2025-03-06 23:51:21'), (209, 14, 'ar', '{holiday_title} عطلة يوم {holiday_date}', '{\n \"Holiday Title\": \"holiday_title\",\n \"Holiday Date\": \"holiday_date\"\n }', 1, '2025-03-06 23:51:21', '2025-03-06 23:51:21'), (210, 14, 'zh', '{holiday_date} 上的 {holiday_title} 假日', '{\n \"Holiday Title\": \"holiday_title\",\n \"Holiday Date\": \"holiday_date\"\n }', 1, '2025-03-06 23:51:21', '2025-03-06 23:51:21'), (211, 14, 'da', '{holiday_title} helligdag på {holiday_date}', '{\n \"Holiday Title\": \"holiday_title\",\n \"Holiday Date\": \"holiday_date\"\n }', 1, '2025-03-06 23:51:21', '2025-03-06 23:51:21'), (212, 14, 'de', '{holiday_title} Feiertag am {holiday_date}', '{\n \"Holiday Title\": \"holiday_title\",\n \"Holiday Date\": \"holiday_date\"\n }', 1, '2025-03-06 23:51:21', '2025-03-06 23:51:21'), (213, 14, 'en', '{holiday_title} holiday on {holiday_date}', '{\n \"Holiday Title\": \"holiday_title\",\n \"Holiday Date\": \"holiday_date\"\n }', 1, '2025-03-06 23:51:21', '2025-03-06 23:51:21'), (214, 14, 'es', '{holiday_title} feriado el {holiday_date}', '{\n \"Holiday Title\": \"holiday_title\",\n \"Holiday Date\": \"holiday_date\"\n }', 1, '2025-03-06 23:51:21', '2025-03-06 23:51:21'), (215, 14, 'fr', '{holiday_title} vacances le {holiday_date}', '{\n \"Holiday Title\": \"holiday_title\",\n \"Holiday Date\": \"holiday_date\"\n }', 1, '2025-03-06 23:51:21', '2025-03-06 23:51:21'), (216, 14, 'he', '{הולידיי _title} חגים ב - {הולידיי _date}', '{\n \"Holiday Title\": \"holiday_title\",\n \"Holiday Date\": \"holiday_date\"\n }', 1, '2025-03-06 23:51:21', '2025-03-06 23:51:21'), (217, 14, 'it', '{holiday_title} festività il giorno {holiday_date}', '{\n \"Holiday Title\": \"holiday_title\",\n \"Holiday Date\": \"holiday_date\"\n }', 1, '2025-03-06 23:51:21', '2025-03-06 23:51:21'), (218, 14, 'ja', '{holiday_date} の {holiday_title} 休日', '{\n \"Holiday Title\": \"holiday_title\",\n \"Holiday Date\": \"holiday_date\"\n }', 1, '2025-03-06 23:51:21', '2025-03-06 23:51:21'), (219, 14, 'nl', '{holiday_title} vakantie op {holiday_date}', '{\n \"Holiday Title\": \"holiday_title\",\n \"Holiday Date\": \"holiday_date\"\n }', 1, '2025-03-06 23:51:21', '2025-03-06 23:51:21'), (220, 14, 'pl', '{holiday_title} wakacje w dniu {holiday_date}', '{\n \"Holiday Title\": \"holiday_title\",\n \"Holiday Date\": \"holiday_date\"\n }', 1, '2025-03-06 23:51:21', '2025-03-06 23:51:21'), (221, 14, 'ru', '{holiday_title} праздник {holiday_date}', '{\n \"Holiday Title\": \"holiday_title\",\n \"Holiday Date\": \"holiday_date\"\n }', 1, '2025-03-06 23:51:21', '2025-03-06 23:51:21'), (222, 14, 'pt', '{holiday_title} feriado em {holiday_date}', '{\n \"Holiday Title\": \"holiday_title\",\n \"Holiday Date\": \"holiday_date\"\n }', 1, '2025-03-06 23:51:22', '2025-03-06 23:51:22'), (223, 14, 'tr', '{ holiday_date } tarihinde ({ holiday_date })', '{\n \"Holiday Title\": \"holiday_title\",\n \"Holiday Date\": \"holiday_date\"\n }', 1, '2025-03-06 23:51:22', '2025-03-06 23:51:22'), (224, 14, 'pt-br', '{holiday_title} feriado em {holiday_date}', '{\n \"Holiday Title\": \"holiday_title\",\n \"Holiday Date\": \"holiday_date\"\n }', 1, '2025-03-06 23:51:22', '2025-03-06 23:51:22'), (225, 15, 'ar', 'تم إنشاء حدث {event_title} للفرع {Branch_name} من {event_start_date} إلى {event_end_date}', '{\n \"Event Title\": \"event_title\",\n \"Branch Name\": \"branch_name\",\n \"Event Start Date\": \"event_start_date\",\n \"Event End Date\": \"event_end_date\"\n }', 1, '2025-03-06 23:51:22', '2025-03-06 23:51:22'), (226, 15, 'zh', '为分支 {branch_name} 从 {event_start_date} 创建的 {event_title } 事件为 {event_end_date}', '{\n \"Event Title\": \"event_title\",\n \"Branch Name\": \"branch_name\",\n \"Event Start Date\": \"event_start_date\",\n \"Event End Date\": \"event_end_date\"\n }', 1, '2025-03-06 23:51:22', '2025-03-06 23:51:22'), (227, 15, 'da', '{event_title}-begivenhed oprettet for grenen {branch_name} fra {event_start_date} til {event_end_date}', '{\n \"Event Title\": \"event_title\",\n \"Branch Name\": \"branch_name\",\n \"Event Start Date\": \"event_start_date\",\n \"Event End Date\": \"event_end_date\"\n }', 1, '2025-03-06 23:51:22', '2025-03-06 23:51:22'), (228, 15, 'de', '{event_title} Veranstaltung erstellt für Branche {branch_name} von {event_start_date} bis {event_end_date}', '{\n \"Event Title\": \"event_title\",\n \"Branch Name\": \"branch_name\",\n \"Event Start Date\": \"event_start_date\",\n \"Event End Date\": \"event_end_date\"\n }', 1, '2025-03-06 23:51:22', '2025-03-06 23:51:22'), (229, 15, 'en', '{event_title} event created for branch {branch_name} from {event_start_date} to {event_end_date}', '{\n \"Event Title\": \"event_title\",\n \"Branch Name\": \"branch_name\",\n \"Event Start Date\": \"event_start_date\",\n \"Event End Date\": \"event_end_date\"\n }', 1, '2025-03-06 23:51:22', '2025-03-06 23:51:22'), (230, 15, 'es', '{event_title} evento creado para la sucursal {branch_name} desde el {event_start_date} hasta el {event_end_date}', '{\n \"Event Title\": \"event_title\",\n \"Branch Name\": \"branch_name\",\n \"Event Start Date\": \"event_start_date\",\n \"Event End Date\": \"event_end_date\"\n }', 1, '2025-03-06 23:51:22', '2025-03-06 23:51:22'), (231, 15, 'fr', 'Événement {event_title} créé pour la succursale {branch_name} du {event_start_date} au {event_end_date}', '{\n \"Event Title\": \"event_title\",\n \"Branch Name\": \"branch_name\",\n \"Event Start Date\": \"event_start_date\",\n \"Event End Date\": \"event_end_date\"\n }', 1, '2025-03-06 23:51:22', '2025-03-06 23:51:22'), (232, 15, 'he', '{event_title} אירוע שנוצר עבור ענף {ברנch_name} מ - {event_start_date} אל {event_end_date}', '{\n \"Event Title\": \"event_title\",\n \"Branch Name\": \"branch_name\",\n \"Event Start Date\": \"event_start_date\",\n \"Event End Date\": \"event_end_date\"\n }', 1, '2025-03-06 23:51:22', '2025-03-06 23:51:22'), (233, 15, 'it', 'Evento {event_title} creato per il ramo {branch_name} da {event_start_date} a {event_end_date}', '{\n \"Event Title\": \"event_title\",\n \"Branch Name\": \"branch_name\",\n \"Event Start Date\": \"event_start_date\",\n \"Event End Date\": \"event_end_date\"\n }', 1, '2025-03-06 23:51:23', '2025-03-06 23:51:23'), (234, 15, 'ja', '{event_title} ブランチ {branch_name} に対して {event_start_date} から {event_end_date} まで作成された {event_title} イベント', '{\n \"Event Title\": \"event_title\",\n \"Branch Name\": \"branch_name\",\n \"Event Start Date\": \"event_start_date\",\n \"Event End Date\": \"event_end_date\"\n }', 1, '2025-03-06 23:51:23', '2025-03-06 23:51:23'), (235, 15, 'nl', '{event_title} evenement gemaakt voor filiaal {branch_name} van {event_start_date} tot {event_end_date}', '{\n \"Event Title\": \"event_title\",\n \"Branch Name\": \"branch_name\",\n \"Event Start Date\": \"event_start_date\",\n \"Event End Date\": \"event_end_date\"\n }', 1, '2025-03-06 23:51:23', '2025-03-06 23:51:23'), (236, 15, 'pl', 'Wydarzenie {event_title} utworzone dla oddziału {branch_name} od {event_start_date} do {event_end_date}', '{\n \"Event Title\": \"event_title\",\n \"Branch Name\": \"branch_name\",\n \"Event Start Date\": \"event_start_date\",\n \"Event End Date\": \"event_end_date\"\n }', 1, '2025-03-06 23:51:23', '2025-03-06 23:51:23'), (237, 15, 'ru', 'Событие {event_title} создано для филиала {branch_name} с {event_start_date} по {event_end_date}', '{\n \"Event Title\": \"event_title\",\n \"Branch Name\": \"branch_name\",\n \"Event Start Date\": \"event_start_date\",\n \"Event End Date\": \"event_end_date\"\n }', 1, '2025-03-06 23:51:23', '2025-03-06 23:51:23'), (238, 15, 'pt', 'Evento {event_title} criado para a ramificação {branch_name} de {event_start_date} a {event_end_date}', '{\n \"Event Title\": \"event_title\",\n \"Branch Name\": \"branch_name\",\n \"Event Start Date\": \"event_start_date\",\n \"Event End Date\": \"event_end_date\"\n }', 1, '2025-03-06 23:51:23', '2025-03-06 23:51:23'), (239, 15, 'tr', '{ branch_name } dalı için { event_start_date }-{ event_end_date } tarihleri arasında { event_title } olayı yaratıldı', '{\n \"Event Title\": \"event_title\",\n \"Branch Name\": \"branch_name\",\n \"Event Start Date\": \"event_start_date\",\n \"Event End Date\": \"event_end_date\"\n }', 1, '2025-03-06 23:51:23', '2025-03-06 23:51:23'), (240, 15, 'pt-br', 'Evento {event_title} criado para a ramificação {branch_name} de {event_start_date} a {event_end_date}', '{\n \"Event Title\": \"event_title\",\n \"Branch Name\": \"branch_name\",\n \"Event Start Date\": \"event_start_date\",\n \"Event End Date\": \"event_end_date\"\n }', 1, '2025-03-06 23:51:23', '2025-03-06 23:51:23'), (241, 16, 'ar', 'تم إنشاء سياسة {company_policy_name} لفرع {Branch_name}', '{\n \"Company Policy Name\": \"company_policy_name\",\n \"Branch Name\": \"branch_name\"\n }', 1, '2025-03-06 23:51:23', '2025-03-06 23:51:23'), (242, 16, 'zh', '已创建 {branch_name} 分支的 {company_policy_name} 策略', '{\n \"Company Policy Name\": \"company_policy_name\",\n \"Branch Name\": \"branch_name\"\n }', 1, '2025-03-06 23:51:23', '2025-03-06 23:51:23'), (243, 16, 'da', '{company_policy_name}-politik for filialen {branch_name} er oprettet', '{\n \"Company Policy Name\": \"company_policy_name\",\n \"Branch Name\": \"branch_name\"\n }', 1, '2025-03-06 23:51:23', '2025-03-06 23:51:23'), (244, 16, 'de', 'Richtlinie {company_policy_name} für Zweigstelle {branch_name} erstellt', '{\n \"Company Policy Name\": \"company_policy_name\",\n \"Branch Name\": \"branch_name\"\n }', 1, '2025-03-06 23:51:23', '2025-03-06 23:51:23'), (245, 16, 'en', '{company_policy_name} policy for {branch_name} branch created', '{\n \"Company Policy Name\": \"company_policy_name\",\n \"Branch Name\": \"branch_name\"\n }', 1, '2025-03-06 23:51:23', '2025-03-06 23:51:23'), (246, 16, 'es', 'Política {company_policy_name} para la sucursal {branch_name} creada', '{\n \"Company Policy Name\": \"company_policy_name\",\n \"Branch Name\": \"branch_name\"\n }', 1, '2025-03-06 23:51:23', '2025-03-06 23:51:23'), (247, 16, 'fr', 'Stratégie {company_policy_name} pour la succursale {branch_name} créée', '{\n \"Company Policy Name\": \"company_policy_name\",\n \"Branch Name\": \"branch_name\"\n }', 1, '2025-03-06 23:51:23', '2025-03-06 23:51:23'), (248, 16, 'he', '{company_policy_name} מדיניות עבור ענף {מיתוג} נוצרה', '{\n \"Company Policy Name\": \"company_policy_name\",\n \"Branch Name\": \"branch_name\"\n }', 1, '2025-03-06 23:51:23', '2025-03-06 23:51:23'), (249, 16, 'it', 'Politica {company_policy_name} per la filiale {branch_name} creata', '{\n \"Company Policy Name\": \"company_policy_name\",\n \"Branch Name\": \"branch_name\"\n }', 1, '2025-03-06 23:51:24', '2025-03-06 23:51:24'), (250, 16, 'ja', '{branch_name} ブランチの {company_policy_name} ポリシーが作成されました', '{\n \"Company Policy Name\": \"company_policy_name\",\n \"Branch Name\": \"branch_name\"\n }', 1, '2025-03-06 23:51:24', '2025-03-06 23:51:24'), (251, 16, 'nl', '{company_policy_name}-beleid voor filiaal {branch_name} gemaakt', '{\n \"Company Policy Name\": \"company_policy_name\",\n \"Branch Name\": \"branch_name\"\n }', 1, '2025-03-06 23:51:24', '2025-03-06 23:51:24'), (252, 16, 'pl', 'Polityka {company_policy_name} dla oddziału {branch_name} została utworzona', '{\n \"Company Policy Name\": \"company_policy_name\",\n \"Branch Name\": \"branch_name\"\n }', 1, '2025-03-06 23:51:24', '2025-03-06 23:51:24'), (253, 16, 'ru', 'Создана политика {company_policy_name} для филиала {branch_name}', '{\n \"Company Policy Name\": \"company_policy_name\",\n \"Branch Name\": \"branch_name\"\n }', 1, '2025-03-06 23:51:24', '2025-03-06 23:51:24'), (254, 16, 'pt', 'política {company_policy_name} para a filial {branch_name} criada', '{\n \"Company Policy Name\": \"company_policy_name\",\n \"Branch Name\": \"branch_name\"\n }', 1, '2025-03-06 23:51:24', '2025-03-06 23:51:24'), (255, 16, 'tr', '{ branch_name } şubesi için { company_policy_name } ilkesi oluşturuldu', '{\n \"Company Policy Name\": \"company_policy_name\",\n \"Branch Name\": \"branch_name\"\n }', 1, '2025-03-06 23:51:24', '2025-03-06 23:51:24'), (256, 16, 'pt-br', 'política {company_policy_name} para a filial {branch_name} criada', '{\n \"Company Policy Name\": \"company_policy_name\",\n \"Branch Name\": \"branch_name\"\n }', 1, '2025-03-06 23:51:24', '2025-03-06 23:51:24'), (257, 17, 'ar', 'تم إنشاء الفاتورة الجديدة {invoice_number} بواسطة {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Invoice Number\": \"invoice_number\",\n \"Invoice Issue Date\": \"invoice_issue_date\",\n \"Invoice Due Date\": \"invoice_due_date\",\n \"Customer Name\": \"customer_name\"\n }', 1, '2025-03-06 23:51:24', '2025-03-06 23:51:24'), (258, 17, 'zh', '{user_name} 创建的新发票 {invoice_number}', '{\n \"Company Name\": \"user_name\",\n \"Invoice Number\": \"invoice_number\",\n \"Invoice Issue Date\": \"invoice_issue_date\",\n \"Invoice Due Date\": \"invoice_due_date\",\n \"Customer Name\": \"customer_name\"\n }', 1, '2025-03-06 23:51:24', '2025-03-06 23:51:24'), (259, 17, 'da', 'Ny faktura {invoice_number} oprettet af {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Invoice Number\": \"invoice_number\",\n \"Invoice Issue Date\": \"invoice_issue_date\",\n \"Invoice Due Date\": \"invoice_due_date\",\n \"Customer Name\": \"customer_name\"\n }', 1, '2025-03-06 23:51:24', '2025-03-06 23:51:24'), (260, 17, 'de', 'Neue Rechnung {invoice_number} erstellt von {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Invoice Number\": \"invoice_number\",\n \"Invoice Issue Date\": \"invoice_issue_date\",\n \"Invoice Due Date\": \"invoice_due_date\",\n \"Customer Name\": \"customer_name\"\n }', 1, '2025-03-06 23:51:25', '2025-03-06 23:51:25'), (261, 17, 'en', 'New Invoice {invoice_number} created by {user_name}.', '{\n \"Company Name\": \"user_name\",\n \"Invoice Number\": \"invoice_number\",\n \"Invoice Issue Date\": \"invoice_issue_date\",\n \"Invoice Due Date\": \"invoice_due_date\",\n \"Customer Name\": \"customer_name\"\n }', 1, '2025-03-06 23:51:25', '2025-03-06 23:51:25'), (262, 17, 'es', 'Nueva factura {invoice_number} creada por {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Invoice Number\": \"invoice_number\",\n \"Invoice Issue Date\": \"invoice_issue_date\",\n \"Invoice Due Date\": \"invoice_due_date\",\n \"Customer Name\": \"customer_name\"\n }', 1, '2025-03-06 23:51:25', '2025-03-06 23:51:25'), (263, 17, 'fr', 'Nouvelle facture {invoice_number} créée par {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Invoice Number\": \"invoice_number\",\n \"Invoice Issue Date\": \"invoice_issue_date\",\n \"Invoice Due Date\": \"invoice_due_date\",\n \"Customer Name\": \"customer_name\"\n }', 1, '2025-03-06 23:51:25', '2025-03-06 23:51:25'), (264, 17, 'he', 'חשבונית חדשה {invoice_number} נוצרה על-ידי {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Invoice Number\": \"invoice_number\",\n \"Invoice Issue Date\": \"invoice_issue_date\",\n \"Invoice Due Date\": \"invoice_due_date\",\n \"Customer Name\": \"customer_name\"\n }', 1, '2025-03-06 23:51:25', '2025-03-06 23:51:25'), (265, 17, 'it', 'Nuova fattura {invoice_number} creata da {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Invoice Number\": \"invoice_number\",\n \"Invoice Issue Date\": \"invoice_issue_date\",\n \"Invoice Due Date\": \"invoice_due_date\",\n \"Customer Name\": \"customer_name\"\n }', 1, '2025-03-06 23:51:25', '2025-03-06 23:51:25'), (266, 17, 'ja', '{user_name} によって作成された新しい請求書 {invoice_number}', '{\n \"Company Name\": \"user_name\",\n \"Invoice Number\": \"invoice_number\",\n \"Invoice Issue Date\": \"invoice_issue_date\",\n \"Invoice Due Date\": \"invoice_due_date\",\n \"Customer Name\": \"customer_name\"\n }', 1, '2025-03-06 23:51:26', '2025-03-06 23:51:26'), (267, 17, 'nl', 'Nieuwe factuur {invoice_number} gemaakt door {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Invoice Number\": \"invoice_number\",\n \"Invoice Issue Date\": \"invoice_issue_date\",\n \"Invoice Due Date\": \"invoice_due_date\",\n \"Customer Name\": \"customer_name\"\n }', 1, '2025-03-06 23:51:26', '2025-03-06 23:51:26'), (268, 17, 'pl', 'Nowa faktura {invoice_number} utworzona przez użytkownika {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Invoice Number\": \"invoice_number\",\n \"Invoice Issue Date\": \"invoice_issue_date\",\n \"Invoice Due Date\": \"invoice_due_date\",\n \"Customer Name\": \"customer_name\"\n }', 1, '2025-03-06 23:51:26', '2025-03-06 23:51:26'), (269, 17, 'ru', 'Новый счет {invoice_number}, созданный {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Invoice Number\": \"invoice_number\",\n \"Invoice Issue Date\": \"invoice_issue_date\",\n \"Invoice Due Date\": \"invoice_due_date\",\n \"Customer Name\": \"customer_name\"\n }', 1, '2025-03-06 23:51:26', '2025-03-06 23:51:26'), (270, 17, 'pt', 'Nova fatura {invoice_number} criada por {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Invoice Number\": \"invoice_number\",\n \"Invoice Issue Date\": \"invoice_issue_date\",\n \"Invoice Due Date\": \"invoice_due_date\",\n \"Customer Name\": \"customer_name\"\n }', 1, '2025-03-06 23:51:26', '2025-03-06 23:51:26'), (271, 17, 'tr', 'Yeni Fatura { invoice_number }, { user_name } tarafından oluşturuldu', '{\n \"Company Name\": \"user_name\",\n \"Invoice Number\": \"invoice_number\",\n \"Invoice Issue Date\": \"invoice_issue_date\",\n \"Invoice Due Date\": \"invoice_due_date\",\n \"Customer Name\": \"customer_name\"\n }', 1, '2025-03-06 23:51:26', '2025-03-06 23:51:26'), (272, 17, 'pt-br', 'Nova fatura {invoice_number} criada por {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Invoice Number\": \"invoice_number\",\n \"Invoice Issue Date\": \"invoice_issue_date\",\n \"Invoice Due Date\": \"invoice_due_date\",\n \"Customer Name\": \"customer_name\"\n }', 1, '2025-03-06 23:51:26', '2025-03-06 23:51:26'), (273, 18, 'ar', 'تم إنشاء الفاتورة الجديدة {bill_number} بواسطة {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Bill Number\": \"bill_number\",\n \"Bill Date\": \"bill_date\",\n \"Bill Due Date\": \"bill_due_date\",\n \"Vendor Name\": \"vendor_name\"\n }', 1, '2025-03-06 23:51:26', '2025-03-06 23:51:26'), (274, 18, 'zh', '{ user_name} 创建的新帐单 {bill_number}', '{\n \"Company Name\": \"user_name\",\n \"Bill Number\": \"bill_number\",\n \"Bill Date\": \"bill_date\",\n \"Bill Due Date\": \"bill_due_date\",\n \"Vendor Name\": \"vendor_name\"\n }', 1, '2025-03-06 23:51:26', '2025-03-06 23:51:26'), (275, 18, 'da', 'Ny regning {bill_number} oprettet af {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Bill Number\": \"bill_number\",\n \"Bill Date\": \"bill_date\",\n \"Bill Due Date\": \"bill_due_date\",\n \"Vendor Name\": \"vendor_name\"\n }', 1, '2025-03-06 23:51:26', '2025-03-06 23:51:26'), (276, 18, 'de', 'Neue Rechnung {bill_number} erstellt von {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Bill Number\": \"bill_number\",\n \"Bill Date\": \"bill_date\",\n \"Bill Due Date\": \"bill_due_date\",\n \"Vendor Name\": \"vendor_name\"\n }', 1, '2025-03-06 23:51:26', '2025-03-06 23:51:26'), (277, 18, 'en', 'New Bill {bill_number} created by {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Bill Number\": \"bill_number\",\n \"Bill Date\": \"bill_date\",\n \"Bill Due Date\": \"bill_due_date\",\n \"Vendor Name\": \"vendor_name\"\n }', 1, '2025-03-06 23:51:26', '2025-03-06 23:51:26'), (278, 18, 'es', 'Nueva factura {bill_number} creada por {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Bill Number\": \"bill_number\",\n \"Bill Date\": \"bill_date\",\n \"Bill Due Date\": \"bill_due_date\",\n \"Vendor Name\": \"vendor_name\"\n }', 1, '2025-03-06 23:51:26', '2025-03-06 23:51:26'), (279, 18, 'fr', 'Nouvelle facture {bill_number} créée par {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Bill Number\": \"bill_number\",\n \"Bill Date\": \"bill_date\",\n \"Bill Due Date\": \"bill_due_date\",\n \"Vendor Name\": \"vendor_name\"\n }', 1, '2025-03-06 23:51:26', '2025-03-06 23:51:26'), (280, 18, 'he', '{ user_name} 创建的新帐单 {bill_number}', '{\n \"Company Name\": \"user_name\",\n \"Bill Number\": \"bill_number\",\n \"Bill Date\": \"bill_date\",\n \"Bill Due Date\": \"bill_due_date\",\n \"Vendor Name\": \"vendor_name\"\n }', 1, '2025-03-06 23:51:26', '2025-03-06 23:51:26'), (281, 18, 'it', 'Nuova fattura {bill_number} creata da {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Bill Number\": \"bill_number\",\n \"Bill Date\": \"bill_date\",\n \"Bill Due Date\": \"bill_due_date\",\n \"Vendor Name\": \"vendor_name\"\n }', 1, '2025-03-06 23:51:26', '2025-03-06 23:51:26'), (282, 18, 'ja', '{user_name} によって作成された新しい請求書 {bill_number}', '{\n \"Company Name\": \"user_name\",\n \"Bill Number\": \"bill_number\",\n \"Bill Date\": \"bill_date\",\n \"Bill Due Date\": \"bill_due_date\",\n \"Vendor Name\": \"vendor_name\"\n }', 1, '2025-03-06 23:51:27', '2025-03-06 23:51:27'), (283, 18, 'nl', 'Nieuwe factuur {bill_number} gemaakt door {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Bill Number\": \"bill_number\",\n \"Bill Date\": \"bill_date\",\n \"Bill Due Date\": \"bill_due_date\",\n \"Vendor Name\": \"vendor_name\"\n }', 1, '2025-03-06 23:51:27', '2025-03-06 23:51:27'), (284, 18, 'pl', 'Nowy rachunek {bill_number} utworzony przez użytkownika {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Bill Number\": \"bill_number\",\n \"Bill Date\": \"bill_date\",\n \"Bill Due Date\": \"bill_due_date\",\n \"Vendor Name\": \"vendor_name\"\n }', 1, '2025-03-06 23:51:27', '2025-03-06 23:51:27'), (285, 18, 'ru', 'Новый счет {bill_number}, созданный {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Bill Number\": \"bill_number\",\n \"Bill Date\": \"bill_date\",\n \"Bill Due Date\": \"bill_due_date\",\n \"Vendor Name\": \"vendor_name\"\n }', 1, '2025-03-06 23:51:27', '2025-03-06 23:51:27'), (286, 18, 'pt', 'Nova fatura {bill_number} criada por {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Bill Number\": \"bill_number\",\n \"Bill Date\": \"bill_date\",\n \"Bill Due Date\": \"bill_due_date\",\n \"Vendor Name\": \"vendor_name\"\n }', 1, '2025-03-06 23:51:27', '2025-03-06 23:51:27'), (287, 18, 'tr', '{ user_name } tarafından oluşturulan yeni Fatura { bill_number }', '{\n \"Company Name\": \"user_name\",\n \"Bill Number\": \"bill_number\",\n \"Bill Date\": \"bill_date\",\n \"Bill Due Date\": \"bill_due_date\",\n \"Vendor Name\": \"vendor_name\"\n }', 1, '2025-03-06 23:51:27', '2025-03-06 23:51:27'), (288, 18, 'pt-br', 'Nova fatura {bill_number} criada por {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Bill Number\": \"bill_number\",\n \"Bill Date\": \"bill_date\",\n \"Bill Due Date\": \"bill_due_date\",\n \"Vendor Name\": \"vendor_name\"\n }', 1, '2025-03-06 23:51:27', '2025-03-06 23:51:27'); INSERT INTO `notification_template_langs` (`id`, `parent_id`, `lang`, `content`, `variables`, `created_by`, `created_at`, `updated_at`) VALUES (289, 19, 'ar', 'تم إنشاء ميزانية {budget_period} البالغة {budget_year} لـ {budget_name}', '{\n \"Budget Period\": \"budget_period\",\n \"Budget Year\": \"budget_year\",\n \"Budget Name\": \"budget_name\"\n }', 1, '2025-03-06 23:51:27', '2025-03-06 23:51:27'), (290, 19, 'zh', '已为 {budget_name} 创建 {budget_period} 预算 { budget_period }', '{\n \"Budget Period\": \"budget_period\",\n \"Budget Year\": \"budget_year\",\n \"Budget Name\": \"budget_name\"\n }', 1, '2025-03-06 23:51:27', '2025-03-06 23:51:27'), (291, 19, 'da', '{budget_period} budget på {budget_year} oprettet for {budget_name}', '{\n \"Budget Period\": \"budget_period\",\n \"Budget Year\": \"budget_year\",\n \"Budget Name\": \"budget_name\"\n }', 1, '2025-03-06 23:51:27', '2025-03-06 23:51:27'), (292, 19, 'de', '{budget_period} Budget von {budget_year} erstellt für {budget_name}', '{\n \"Budget Period\": \"budget_period\",\n \"Budget Year\": \"budget_year\",\n \"Budget Name\": \"budget_name\"\n }', 1, '2025-03-06 23:51:27', '2025-03-06 23:51:27'), (293, 19, 'en', '{budget_period} budget of {budget_year} created for {budget_name}', '{\n \"Budget Period\": \"budget_period\",\n \"Budget Year\": \"budget_year\",\n \"Budget Name\": \"budget_name\"\n }', 1, '2025-03-06 23:51:27', '2025-03-06 23:51:27'), (294, 19, 'es', '{budget_period} presupuesto de {budget_year} creado para {budget_name}', '{\n \"Budget Period\": \"budget_period\",\n \"Budget Year\": \"budget_year\",\n \"Budget Name\": \"budget_name\"\n }', 1, '2025-03-06 23:51:27', '2025-03-06 23:51:27'), (295, 19, 'fr', '{budget_period} budget de {budget_year} créé pour {budget_name}', '{\n \"Budget Period\": \"budget_period\",\n \"Budget Year\": \"budget_year\",\n \"Budget Name\": \"budget_name\"\n }', 1, '2025-03-06 23:51:27', '2025-03-06 23:51:27'), (296, 19, 'he', '{budget_לתקופת} תקציב של {budget_year} שנוצר עבור {budget_name}', '{\n \"Budget Period\": \"budget_period\",\n \"Budget Year\": \"budget_year\",\n \"Budget Name\": \"budget_name\"\n }', 1, '2025-03-06 23:51:28', '2025-03-06 23:51:28'), (297, 19, 'it', '{budget_period} budget di {budget_year} creato per {budget_name}', '{\n \"Budget Period\": \"budget_period\",\n \"Budget Year\": \"budget_year\",\n \"Budget Name\": \"budget_name\"\n }', 1, '2025-03-06 23:51:28', '2025-03-06 23:51:28'), (298, 19, 'ja', '{budget_name} 用に作成された {budget_year} の {budget_period} 予算', '{\n \"Budget Period\": \"budget_period\",\n \"Budget Year\": \"budget_year\",\n \"Budget Name\": \"budget_name\"\n }', 1, '2025-03-06 23:51:28', '2025-03-06 23:51:28'), (299, 19, 'nl', '{budget_period} budget van {budget_year} gemaakt voor {budget_name}', '{\n \"Budget Period\": \"budget_period\",\n \"Budget Year\": \"budget_year\",\n \"Budget Name\": \"budget_name\"\n }', 1, '2025-03-06 23:51:28', '2025-03-06 23:51:28'), (300, 19, 'pl', 'Budżet {budget_period} w wysokości {budget_year} został utworzony dla {budget_name}', '{\n \"Budget Period\": \"budget_period\",\n \"Budget Year\": \"budget_year\",\n \"Budget Name\": \"budget_name\"\n }', 1, '2025-03-06 23:51:28', '2025-03-06 23:51:28'), (301, 19, 'ru', 'Бюджет {budget_period} на {budget_year} создан для {budget_name}', '{\n \"Budget Period\": \"budget_period\",\n \"Budget Year\": \"budget_year\",\n \"Budget Name\": \"budget_name\"\n }', 1, '2025-03-06 23:51:28', '2025-03-06 23:51:28'), (302, 19, 'pt', 'Orçamento de {budget_period} de {budget_year} criado para {budget_name}', '{\n \"Budget Period\": \"budget_period\",\n \"Budget Year\": \"budget_year\",\n \"Budget Name\": \"budget_name\"\n }', 1, '2025-03-06 23:51:28', '2025-03-06 23:51:28'), (303, 19, 'tr', '{ budget_year }, { budget_name } için { budget_period } bütçesi oluşturuldu', '{\n \"Budget Period\": \"budget_period\",\n \"Budget Year\": \"budget_year\",\n \"Budget Name\": \"budget_name\"\n }', 1, '2025-03-06 23:51:28', '2025-03-06 23:51:28'), (304, 19, 'pt-br', 'Orçamento de {budget_period} de {budget_year} criado para {budget_name}', '{\n \"Budget Period\": \"budget_period\",\n \"Budget Year\": \"budget_year\",\n \"Budget Name\": \"budget_name\"\n }', 1, '2025-03-06 23:51:28', '2025-03-06 23:51:28'), (305, 20, 'ar', 'تم إنشاء الإيرادات الجديدة من {الأرباح_amount} لـ {customer_name} بواسطة {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Revenue Amount\": \"revenue_amount\",\n \"Customer Name\": \"customer_name\",\n \"Revenue Date\": \"revenue_date\"\n }', 1, '2025-03-06 23:51:28', '2025-03-06 23:51:28'), (306, 20, 'zh', '{user_name} 为 {customer_name} 创建的新收入 { 金额 }', '{\n \"Company Name\": \"user_name\",\n \"Revenue Amount\": \"revenue_amount\",\n \"Customer Name\": \"customer_name\",\n \"Revenue Date\": \"revenue_date\"\n }', 1, '2025-03-06 23:51:28', '2025-03-06 23:51:28'), (307, 20, 'da', 'Ny omsætning på {revenue_amount} oprettet for {customer_name} af {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Revenue Amount\": \"revenue_amount\",\n \"Customer Name\": \"customer_name\",\n \"Revenue Date\": \"revenue_date\"\n }', 1, '2025-03-06 23:51:28', '2025-03-06 23:51:28'), (308, 20, 'de', 'Neuer Umsatz von {revenue_amount} erstellt für {customer_name} von {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Revenue Amount\": \"revenue_amount\",\n \"Customer Name\": \"customer_name\",\n \"Revenue Date\": \"revenue_date\"\n }', 1, '2025-03-06 23:51:28', '2025-03-06 23:51:28'), (309, 20, 'en', 'New Revenue of {revenue_amount} created for {customer_name} by {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Revenue Amount\": \"revenue_amount\",\n \"Customer Name\": \"customer_name\",\n \"Revenue Date\": \"revenue_date\"\n }', 1, '2025-03-06 23:51:28', '2025-03-06 23:51:28'), (310, 20, 'es', 'Nuevos ingresos de {revenue_amount} creados para {customer_name} por {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Revenue Amount\": \"revenue_amount\",\n \"Customer Name\": \"customer_name\",\n \"Revenue Date\": \"revenue_date\"\n }', 1, '2025-03-06 23:51:28', '2025-03-06 23:51:28'), (311, 20, 'fr', 'Nouveau revenu de {revenue_amount} créé pour {customer_name} par {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Revenue Amount\": \"revenue_amount\",\n \"Customer Name\": \"customer_name\",\n \"Revenue Date\": \"revenue_date\"\n }', 1, '2025-03-06 23:51:28', '2025-03-06 23:51:28'), (312, 20, 'he', 'הכנסה חדשה של {Revenue_סכום} שנוצרה עבור {customer_name} על-ידי {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Revenue Amount\": \"revenue_amount\",\n \"Customer Name\": \"customer_name\",\n \"Revenue Date\": \"revenue_date\"\n }', 1, '2025-03-06 23:51:29', '2025-03-06 23:51:29'), (313, 20, 'it', 'Nuove entrate di {revenue_amount} create per {customer_name} da {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Revenue Amount\": \"revenue_amount\",\n \"Customer Name\": \"customer_name\",\n \"Revenue Date\": \"revenue_date\"\n }', 1, '2025-03-06 23:51:29', '2025-03-06 23:51:29'), (314, 20, 'ja', '{user_name} によって {customer_name} に作成された {revenue_amount} の新しい収入', '{\n \"Company Name\": \"user_name\",\n \"Revenue Amount\": \"revenue_amount\",\n \"Customer Name\": \"customer_name\",\n \"Revenue Date\": \"revenue_date\"\n }', 1, '2025-03-06 23:51:29', '2025-03-06 23:51:29'), (315, 20, 'nl', 'Nieuwe opbrengst van {revenue_amount} gecreëerd voor {customer_name} door {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Revenue Amount\": \"revenue_amount\",\n \"Customer Name\": \"customer_name\",\n \"Revenue Date\": \"revenue_date\"\n }', 1, '2025-03-06 23:51:29', '2025-03-06 23:51:29'), (316, 20, 'pl', 'Nowy przychód w wysokości {revenue_amount} utworzony dla klienta {customer_name} przez użytkownika {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Revenue Amount\": \"revenue_amount\",\n \"Customer Name\": \"customer_name\",\n \"Revenue Date\": \"revenue_date\"\n }', 1, '2025-03-06 23:51:29', '2025-03-06 23:51:29'), (317, 20, 'ru', 'Новый доход в размере {revenue_amount} создан для {customer_name} пользователем {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Revenue Amount\": \"revenue_amount\",\n \"Customer Name\": \"customer_name\",\n \"Revenue Date\": \"revenue_date\"\n }', 1, '2025-03-06 23:51:29', '2025-03-06 23:51:29'), (318, 20, 'pt', 'Nova receita de {revenue_amount} criada para {customer_name} por {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Revenue Amount\": \"revenue_amount\",\n \"Customer Name\": \"customer_name\",\n \"Revenue Date\": \"revenue_date\"\n }', 1, '2025-03-06 23:51:29', '2025-03-06 23:51:29'), (319, 20, 'tr', '{ user_name } tarafından { customer_name } için yeni { revenue_amount } Geliri oluşturuldu', '{\n \"Company Name\": \"user_name\",\n \"Revenue Amount\": \"revenue_amount\",\n \"Customer Name\": \"customer_name\",\n \"Revenue Date\": \"revenue_date\"\n }', 1, '2025-03-06 23:51:29', '2025-03-06 23:51:29'), (320, 20, 'pt-br', 'Nova receita de {revenue_amount} criada para {customer_name} por {user_name}', '{\n \"Company Name\": \"user_name\",\n \"Revenue Amount\": \"revenue_amount\",\n \"Customer Name\": \"customer_name\",\n \"Revenue Date\": \"revenue_date\"\n }', 1, '2025-03-06 23:51:29', '2025-03-06 23:51:29'), (321, 21, 'ar', 'تم إنشاء دفعة جديدة بقيمة {payment_price} لـ {customer_name} بواسطة {invoice_payment_type}', '{\n \"Payment Price\": \"payment_price\",\n \"Customer Name\": \"customer_name\",\n \"Payment Type\": \"invoice_payment_type\"\n }', 1, '2025-03-06 23:51:29', '2025-03-06 23:51:29'), (322, 21, 'zh', '{invoice_payment_type} 为 {customer_name} 创建了新支付 { payment_price}', '{\n \"Payment Price\": \"payment_price\",\n \"Customer Name\": \"customer_name\",\n \"Payment Type\": \"invoice_payment_type\"\n }', 1, '2025-03-06 23:51:29', '2025-03-06 23:51:29'), (323, 21, 'da', 'Ny betaling på {payment_price} oprettet for {customer_name} af {invoice_payment_type}', '{\n \"Payment Price\": \"payment_price\",\n \"Customer Name\": \"customer_name\",\n \"Payment Type\": \"invoice_payment_type\"\n }', 1, '2025-03-06 23:51:29', '2025-03-06 23:51:29'), (324, 21, 'de', 'Neue Zahlung von {payment_price} erstellt für {customer_name} von {invoice_payment_type}', '{\n \"Payment Price\": \"payment_price\",\n \"Customer Name\": \"customer_name\",\n \"Payment Type\": \"invoice_payment_type\"\n }', 1, '2025-03-06 23:51:29', '2025-03-06 23:51:29'), (325, 21, 'en', 'New payment of {payment_price} created for {customer_name} by {invoice_payment_type}', '{\n \"Payment Price\": \"payment_price\",\n \"Customer Name\": \"customer_name\",\n \"Payment Type\": \"invoice_payment_type\"\n }', 1, '2025-03-06 23:51:29', '2025-03-06 23:51:29'), (326, 21, 'es', 'Nuevo pago de {payment_price} creado para {customer_name} por {invoice_payment_type}', '{\n \"Payment Price\": \"payment_price\",\n \"Customer Name\": \"customer_name\",\n \"Payment Type\": \"invoice_payment_type\"\n }', 1, '2025-03-06 23:51:29', '2025-03-06 23:51:29'), (327, 21, 'fr', 'Nouveau paiement de {payment_price} créé pour {customer_name} par {invoice_payment_type}', '{\n \"Payment Price\": \"payment_price\",\n \"Customer Name\": \"customer_name\",\n \"Payment Type\": \"invoice_payment_type\"\n }', 1, '2025-03-06 23:51:29', '2025-03-06 23:51:29'), (328, 21, 'he', 'תשלום חדש של {payment_פרייס} שנוצר עבור {customer_name} על-ידי {invoice_payment_type}', '{\n \"Payment Price\": \"payment_price\",\n \"Customer Name\": \"customer_name\",\n \"Payment Type\": \"invoice_payment_type\"\n }', 1, '2025-03-06 23:51:29', '2025-03-06 23:51:29'), (329, 21, 'it', 'Nuovo pagamento di {payment_price} creato per {customer_name} da {invoice_payment_type}', '{\n \"Payment Price\": \"payment_price\",\n \"Customer Name\": \"customer_name\",\n \"Payment Type\": \"invoice_payment_type\"\n }', 1, '2025-03-06 23:51:29', '2025-03-06 23:51:29'), (330, 21, 'ja', '{invoice_payment_type} によって {customer_name} のために作成された {payment_price} の新しい支払い', '{\n \"Payment Price\": \"payment_price\",\n \"Customer Name\": \"customer_name\",\n \"Payment Type\": \"invoice_payment_type\"\n }', 1, '2025-03-06 23:51:29', '2025-03-06 23:51:29'), (331, 21, 'nl', 'Nieuwe betaling van {payment_price} gemaakt voor {customer_name} door {invoice_payment_type}', '{\n \"Payment Price\": \"payment_price\",\n \"Customer Name\": \"customer_name\",\n \"Payment Type\": \"invoice_payment_type\"\n }', 1, '2025-03-06 23:51:29', '2025-03-06 23:51:29'), (332, 21, 'pl', 'Nowa płatność {payment_price} utworzona dla {customer_name} przez {invoice_payment_type}', '{\n \"Payment Price\": \"payment_price\",\n \"Customer Name\": \"customer_name\",\n \"Payment Type\": \"invoice_payment_type\"\n }', 1, '2025-03-06 23:51:30', '2025-03-06 23:51:30'), (333, 21, 'ru', 'Создан новый платеж {payment_price} для {customer_name} по {invoice_payment_type}', '{\n \"Payment Price\": \"payment_price\",\n \"Customer Name\": \"customer_name\",\n \"Payment Type\": \"invoice_payment_type\"\n }', 1, '2025-03-06 23:51:30', '2025-03-06 23:51:30'), (334, 21, 'pt', 'Novo pagamento de {payment_price} criado para {customer_name} por {invoice_payment_type}', '{\n \"Payment Price\": \"payment_price\",\n \"Customer Name\": \"customer_name\",\n \"Payment Type\": \"invoice_payment_type\"\n }', 1, '2025-03-06 23:51:30', '2025-03-06 23:51:30'), (335, 21, 'tr', '{ customer_name } için { invoice_payment_type } tarafından oluşturulan { payment_price } için yeni ödeme', '{\n \"Payment Price\": \"payment_price\",\n \"Customer Name\": \"customer_name\",\n \"Payment Type\": \"invoice_payment_type\"\n }', 1, '2025-03-06 23:51:30', '2025-03-06 23:51:30'), (336, 21, 'pt-br', 'Novo pagamento de {payment_price} criado para {customer_name} por {invoice_payment_type}', '{\n \"Payment Price\": \"payment_price\",\n \"Customer Name\": \"customer_name\",\n \"Payment Type\": \"invoice_payment_type\"\n }', 1, '2025-03-06 23:51:30', '2025-03-06 23:51:30'), (337, 22, 'ar', 'عميل جديد أنشأه {user_name}', '{\n \"Customer Name\": \"customer_name\",\n \"Customer Email\": \"customer_email\"\n }', 1, '2025-03-06 23:51:30', '2025-03-06 23:51:30'), (338, 22, 'zh', '由 {user_name} 创建的新客户', '{\n \"Customer Name\": \"customer_name\",\n \"Customer Email\": \"customer_email\"\n }', 1, '2025-03-06 23:51:30', '2025-03-06 23:51:30'), (339, 22, 'da', 'Ny kunde oprettet af {user_name}', '{\n \"Customer Name\": \"customer_name\",\n \"Customer Email\": \"customer_email\"\n }', 1, '2025-03-06 23:51:30', '2025-03-06 23:51:30'), (340, 22, 'de', 'Neuer Kunde erstellt von {user_name}', '{\n \"Customer Name\": \"customer_name\",\n \"Customer Email\": \"customer_email\"\n }', 1, '2025-03-06 23:51:30', '2025-03-06 23:51:30'), (341, 22, 'en', 'New Customer created by {user_name}', '{\n \"Customer Name\": \"customer_name\",\n \"Customer Email\": \"customer_email\"\n }', 1, '2025-03-06 23:51:30', '2025-03-06 23:51:30'), (342, 22, 'es', 'Nuevo cliente creado por {user_name}', '{\n \"Customer Name\": \"customer_name\",\n \"Customer Email\": \"customer_email\"\n }', 1, '2025-03-06 23:51:30', '2025-03-06 23:51:30'), (343, 22, 'fr', 'Nouveau client créé par {user_name}', '{\n \"Customer Name\": \"customer_name\",\n \"Customer Email\": \"customer_email\"\n }', 1, '2025-03-06 23:51:30', '2025-03-06 23:51:30'), (344, 22, 'he', 'לקוח חדש נוצר על-ידי {user_name}', '{\n \"Customer Name\": \"customer_name\",\n \"Customer Email\": \"customer_email\"\n }', 1, '2025-03-06 23:51:30', '2025-03-06 23:51:30'), (345, 22, 'it', 'Nuovo cliente creato da {user_name}', '{\n \"Customer Name\": \"customer_name\",\n \"Customer Email\": \"customer_email\"\n }', 1, '2025-03-06 23:51:30', '2025-03-06 23:51:30'), (346, 22, 'ja', '{user_name} によって作成された新しい顧客', '{\n \"Customer Name\": \"customer_name\",\n \"Customer Email\": \"customer_email\"\n }', 1, '2025-03-06 23:51:30', '2025-03-06 23:51:30'), (347, 22, 'nl', 'Nieuwe klant gemaakt door {user_name}', '{\n \"Customer Name\": \"customer_name\",\n \"Customer Email\": \"customer_email\"\n }', 1, '2025-03-06 23:51:30', '2025-03-06 23:51:30'), (348, 22, 'pl', 'Nowy klient utworzony przez {user_name}', '{\n \"Customer Name\": \"customer_name\",\n \"Customer Email\": \"customer_email\"\n }', 1, '2025-03-06 23:51:30', '2025-03-06 23:51:30'), (349, 22, 'ru', 'Новый клиент создан {user_name}', '{\n \"Customer Name\": \"customer_name\",\n \"Customer Email\": \"customer_email\"\n }', 1, '2025-03-06 23:51:30', '2025-03-06 23:51:30'), (350, 22, 'pt', 'Novo cliente criado por {user_name}', '{\n \"Customer Name\": \"customer_name\",\n \"Customer Email\": \"customer_email\"\n }', 1, '2025-03-06 23:51:31', '2025-03-06 23:51:31'), (351, 22, 'tr', '{ user_name } tarafından oluşturulan yeni Müşteri', '{\n \"Customer Name\": \"customer_name\",\n \"Customer Email\": \"customer_email\"\n }', 1, '2025-03-06 23:51:31', '2025-03-06 23:51:31'), (352, 22, 'pt-br', 'Novo cliente criado por {user_name}', '{\n \"Customer Name\": \"customer_name\",\n \"Customer Email\": \"customer_email\"\n }', 1, '2025-03-06 23:51:31', '2025-03-06 23:51:31'), (353, 23, 'ar', 'تم إنشاء بائع جديد بواسطة {user_name}', '{\n \"Vendor Name\": \"vendor_name\",\n \"Vendor Email\": \"vendor_email\"\n }', 1, '2025-03-06 23:51:31', '2025-03-06 23:51:31'), (354, 23, 'zh', '{user_name} 创建的新供应商', '{\n \"Vendor Name\": \"vendor_name\",\n \"Vendor Email\": \"vendor_email\"\n }', 1, '2025-03-06 23:51:31', '2025-03-06 23:51:31'), (355, 23, 'da', 'Ny leverandør oprettet af {user_name}', '{\n \"Vendor Name\": \"vendor_name\",\n \"Vendor Email\": \"vendor_email\"\n }', 1, '2025-03-06 23:51:31', '2025-03-06 23:51:31'), (356, 23, 'de', 'Neuer Anbieter erstellt von {user_name}', '{\n \"Vendor Name\": \"vendor_name\",\n \"Vendor Email\": \"vendor_email\"\n }', 1, '2025-03-06 23:51:31', '2025-03-06 23:51:31'), (357, 23, 'en', 'New Vendor created by {user_name}', '{\n \"Vendor Name\": \"vendor_name\",\n \"Vendor Email\": \"vendor_email\"\n }', 1, '2025-03-06 23:51:31', '2025-03-06 23:51:31'), (358, 23, 'es', 'Nuevo proveedor creado por {user_name}', '{\n \"Vendor Name\": \"vendor_name\",\n \"Vendor Email\": \"vendor_email\"\n }', 1, '2025-03-06 23:51:31', '2025-03-06 23:51:31'), (359, 23, 'fr', 'Nouveau fournisseur créé par {user_name}', '{\n \"Vendor Name\": \"vendor_name\",\n \"Vendor Email\": \"vendor_email\"\n }', 1, '2025-03-06 23:51:31', '2025-03-06 23:51:31'), (360, 23, 'he', 'משווק חדש שנוצר על-ידי {user_name}', '{\n \"Vendor Name\": \"vendor_name\",\n \"Vendor Email\": \"vendor_email\"\n }', 1, '2025-03-06 23:51:31', '2025-03-06 23:51:31'), (361, 23, 'it', 'Nuovo fornitore creato da {user_name}', '{\n \"Vendor Name\": \"vendor_name\",\n \"Vendor Email\": \"vendor_email\"\n }', 1, '2025-03-06 23:51:31', '2025-03-06 23:51:31'), (362, 23, 'ja', '{user_name} によって作成された新しいベンダー', '{\n \"Vendor Name\": \"vendor_name\",\n \"Vendor Email\": \"vendor_email\"\n }', 1, '2025-03-06 23:51:31', '2025-03-06 23:51:31'), (363, 23, 'nl', 'Nieuwe leverancier gemaakt door {user_name}', '{\n \"Vendor Name\": \"vendor_name\",\n \"Vendor Email\": \"vendor_email\"\n }', 1, '2025-03-06 23:51:31', '2025-03-06 23:51:31'), (364, 23, 'pl', 'Nowy dostawca utworzony przez {user_name}', '{\n \"Vendor Name\": \"vendor_name\",\n \"Vendor Email\": \"vendor_email\"\n }', 1, '2025-03-06 23:51:31', '2025-03-06 23:51:31'), (365, 23, 'ru', 'Новый поставщик создан пользователем {user_name}', '{\n \"Vendor Name\": \"vendor_name\",\n \"Vendor Email\": \"vendor_email\"\n }', 1, '2025-03-06 23:51:31', '2025-03-06 23:51:31'), (366, 23, 'pt', 'Novo fornecedor criado por {user_name}', '{\n \"Vendor Name\": \"vendor_name\",\n \"Vendor Email\": \"vendor_email\"\n }', 1, '2025-03-06 23:51:31', '2025-03-06 23:51:31'), (367, 23, 'tr', '{ user_name } tarafından oluşturulan Yeni Satıcı', '{\n \"Vendor Name\": \"vendor_name\",\n \"Vendor Email\": \"vendor_email\"\n }', 1, '2025-03-06 23:51:31', '2025-03-06 23:51:31'), (368, 23, 'pt-br', 'Novo fornecedor criado por {user_name}', '{\n \"Vendor Name\": \"vendor_name\",\n \"Vendor Email\": \"vendor_email\"\n }', 1, '2025-03-06 23:51:31', '2025-03-06 23:51:31'), (369, 24, 'ar', 'تم إنشاء اقتراح جديد بواسطة {user_name}', '{\n \"Proposal Number\": \"proposal_number\",\n \"Company Name\": \"user_name\",\n \"Customer Name\": \"customer_name\",\n \"Proposal Issue Date\": \"proposal_issue_date\"\n }', 1, '2025-03-06 23:51:31', '2025-03-06 23:51:31'), (370, 24, 'zh', '{user_name} 创建的新建议', '{\n \"Proposal Number\": \"proposal_number\",\n \"Company Name\": \"user_name\",\n \"Customer Name\": \"customer_name\",\n \"Proposal Issue Date\": \"proposal_issue_date\"\n }', 1, '2025-03-06 23:51:32', '2025-03-06 23:51:32'), (371, 24, 'da', 'Nyt forslag oprettet af {user_name}', '{\n \"Proposal Number\": \"proposal_number\",\n \"Company Name\": \"user_name\",\n \"Customer Name\": \"customer_name\",\n \"Proposal Issue Date\": \"proposal_issue_date\"\n }', 1, '2025-03-06 23:51:32', '2025-03-06 23:51:32'), (372, 24, 'de', 'Neues Angebot erstellt von {user_name}', '{\n \"Proposal Number\": \"proposal_number\",\n \"Company Name\": \"user_name\",\n \"Customer Name\": \"customer_name\",\n \"Proposal Issue Date\": \"proposal_issue_date\"\n }', 1, '2025-03-06 23:51:32', '2025-03-06 23:51:32'), (373, 24, 'en', 'New Proposal created by {user_name}', '{\n \"Proposal Number\": \"proposal_number\",\n \"Company Name\": \"user_name\",\n \"Customer Name\": \"customer_name\",\n \"Proposal Issue Date\": \"proposal_issue_date\"\n }', 1, '2025-03-06 23:51:32', '2025-03-06 23:51:32'), (374, 24, 'es', 'Nueva propuesta creada por {user_name}', '{\n \"Proposal Number\": \"proposal_number\",\n \"Company Name\": \"user_name\",\n \"Customer Name\": \"customer_name\",\n \"Proposal Issue Date\": \"proposal_issue_date\"\n }', 1, '2025-03-06 23:51:32', '2025-03-06 23:51:32'), (375, 24, 'fr', 'Nouvelle proposition créée par {user_name}', '{\n \"Proposal Number\": \"proposal_number\",\n \"Company Name\": \"user_name\",\n \"Customer Name\": \"customer_name\",\n \"Proposal Issue Date\": \"proposal_issue_date\"\n }', 1, '2025-03-06 23:51:32', '2025-03-06 23:51:32'), (376, 24, 'he', 'הצעה חדשה שנוצרה על-ידי {user_name}', '{\n \"Proposal Number\": \"proposal_number\",\n \"Company Name\": \"user_name\",\n \"Customer Name\": \"customer_name\",\n \"Proposal Issue Date\": \"proposal_issue_date\"\n }', 1, '2025-03-06 23:51:32', '2025-03-06 23:51:32'), (377, 24, 'it', 'Nuova proposta creata da {user_name}', '{\n \"Proposal Number\": \"proposal_number\",\n \"Company Name\": \"user_name\",\n \"Customer Name\": \"customer_name\",\n \"Proposal Issue Date\": \"proposal_issue_date\"\n }', 1, '2025-03-06 23:51:32', '2025-03-06 23:51:32'), (378, 24, 'ja', '{user_name} によって作成された新しい提案', '{\n \"Proposal Number\": \"proposal_number\",\n \"Company Name\": \"user_name\",\n \"Customer Name\": \"customer_name\",\n \"Proposal Issue Date\": \"proposal_issue_date\"\n }', 1, '2025-03-06 23:51:32', '2025-03-06 23:51:32'), (379, 24, 'nl', 'Nieuw voorstel gemaakt door {user_name}', '{\n \"Proposal Number\": \"proposal_number\",\n \"Company Name\": \"user_name\",\n \"Customer Name\": \"customer_name\",\n \"Proposal Issue Date\": \"proposal_issue_date\"\n }', 1, '2025-03-06 23:51:32', '2025-03-06 23:51:32'), (380, 24, 'pl', 'Nowa propozycja utworzona przez użytkownika {user_name}', '{\n \"Proposal Number\": \"proposal_number\",\n \"Company Name\": \"user_name\",\n \"Customer Name\": \"customer_name\",\n \"Proposal Issue Date\": \"proposal_issue_date\"\n }', 1, '2025-03-06 23:51:32', '2025-03-06 23:51:32'), (381, 24, 'ru', 'Новое предложение, созданное {user_name}', '{\n \"Proposal Number\": \"proposal_number\",\n \"Company Name\": \"user_name\",\n \"Customer Name\": \"customer_name\",\n \"Proposal Issue Date\": \"proposal_issue_date\"\n }', 1, '2025-03-06 23:51:32', '2025-03-06 23:51:32'), (382, 24, 'pt', 'Nova proposta criada por {user_name}', '{\n \"Proposal Number\": \"proposal_number\",\n \"Company Name\": \"user_name\",\n \"Customer Name\": \"customer_name\",\n \"Proposal Issue Date\": \"proposal_issue_date\"\n }', 1, '2025-03-06 23:51:32', '2025-03-06 23:51:32'), (383, 24, 'tr', '{ user_name } tarafından oluşturulan Yeni Teklif', '{\n \"Proposal Number\": \"proposal_number\",\n \"Company Name\": \"user_name\",\n \"Customer Name\": \"customer_name\",\n \"Proposal Issue Date\": \"proposal_issue_date\"\n }', 1, '2025-03-06 23:51:33', '2025-03-06 23:51:33'), (384, 24, 'pt-br', 'Nova proposta criada por {user_name}', '{\n \"Proposal Number\": \"proposal_number\",\n \"Company Name\": \"user_name\",\n \"Customer Name\": \"customer_name\",\n \"Proposal Issue Date\": \"proposal_issue_date\"\n }', 1, '2025-03-06 23:51:33', '2025-03-06 23:51:33'), (385, 25, 'ar', 'تم إنشاء دفعة جديدة بقيمة {payment_amount} لـ {vendor_name} بواسطة {payment_type}', '{\n \"Payment Amount\": \"payment_amount\",\n \"Vendor Name\": \"vendor_name\",\n \"Payment Type\": \"payment_type\"\n }', 1, '2025-03-06 23:51:33', '2025-03-06 23:51:33'), (386, 25, 'zh', '{payment_type} 为 {vendor_name} 创建了新的支付 { payment_金额}', '{\n \"Payment Amount\": \"payment_amount\",\n \"Vendor Name\": \"vendor_name\",\n \"Payment Type\": \"payment_type\"\n }', 1, '2025-03-06 23:51:33', '2025-03-06 23:51:33'), (387, 25, 'da', 'Ny betaling på {payment_amount} oprettet for {vendor_name} af {payment_type}', '{\n \"Payment Amount\": \"payment_amount\",\n \"Vendor Name\": \"vendor_name\",\n \"Payment Type\": \"payment_type\"\n }', 1, '2025-03-06 23:51:33', '2025-03-06 23:51:33'), (388, 25, 'de', 'Neue Zahlung in Höhe von {payment_amount} erstellt für {vendor_name} von {payment_type}', '{\n \"Payment Amount\": \"payment_amount\",\n \"Vendor Name\": \"vendor_name\",\n \"Payment Type\": \"payment_type\"\n }', 1, '2025-03-06 23:51:33', '2025-03-06 23:51:33'), (389, 25, 'en', 'New payment of {payment_amount} created for {vendor_name} by {payment_type}', '{\n \"Payment Amount\": \"payment_amount\",\n \"Vendor Name\": \"vendor_name\",\n \"Payment Type\": \"payment_type\"\n }', 1, '2025-03-06 23:51:33', '2025-03-06 23:51:33'), (390, 25, 'es', 'Nuevo pago de {pago_cantidad} creado para {vendor_name} por {pago_tipo}', '{\n \"Payment Amount\": \"payment_amount\",\n \"Vendor Name\": \"vendor_name\",\n \"Payment Type\": \"payment_type\"\n }', 1, '2025-03-06 23:51:33', '2025-03-06 23:51:33'), (391, 25, 'fr', 'Nouveau paiement de {payment_amount} créé pour {vendor_name} par {payment_type}', '{\n \"Payment Amount\": \"payment_amount\",\n \"Vendor Name\": \"vendor_name\",\n \"Payment Type\": \"payment_type\"\n }', 1, '2025-03-06 23:51:33', '2025-03-06 23:51:33'), (392, 25, 'he', 'תשלום חדש של {payment_מאונט} שנוצר עבור {vendor_name} על-ידי {payment_type}', '{\n \"Payment Amount\": \"payment_amount\",\n \"Vendor Name\": \"vendor_name\",\n \"Payment Type\": \"payment_type\"\n }', 1, '2025-03-06 23:51:33', '2025-03-06 23:51:33'), (393, 25, 'it', 'Nuovo pagamento di {payment_amount} creato per {vendor_name} da {payment_type}', '{\n \"Payment Amount\": \"payment_amount\",\n \"Vendor Name\": \"vendor_name\",\n \"Payment Type\": \"payment_type\"\n }', 1, '2025-03-06 23:51:33', '2025-03-06 23:51:33'), (394, 25, 'ja', '{payment_type} によって {vendor_name} に対して作成された {payment_mount} の新しい支払い', '{\n \"Payment Amount\": \"payment_amount\",\n \"Vendor Name\": \"vendor_name\",\n \"Payment Type\": \"payment_type\"\n }', 1, '2025-03-06 23:51:33', '2025-03-06 23:51:33'), (395, 25, 'nl', 'Nieuwe betaling van {payment_amount} gemaakt voor {vendor_name} door {payment_type}', '{\n \"Payment Amount\": \"payment_amount\",\n \"Vendor Name\": \"vendor_name\",\n \"Payment Type\": \"payment_type\"\n }', 1, '2025-03-06 23:51:34', '2025-03-06 23:51:34'), (396, 25, 'pl', 'Nowa płatność {payment_amount} utworzona dla {vendor_name} przez {payment_type}', '{\n \"Payment Amount\": \"payment_amount\",\n \"Vendor Name\": \"vendor_name\",\n \"Payment Type\": \"payment_type\"\n }', 1, '2025-03-06 23:51:34', '2025-03-06 23:51:34'), (397, 25, 'ru', 'Создан новый платеж {payment_amount} для {vendor_name} по {payment_type}', '{\n \"Payment Amount\": \"payment_amount\",\n \"Vendor Name\": \"vendor_name\",\n \"Payment Type\": \"payment_type\"\n }', 1, '2025-03-06 23:51:34', '2025-03-06 23:51:34'), (398, 25, 'pt', 'Novo pagamento de {payment_amount} criado para {vendor_name} por {payment_type}', '{\n \"Payment Amount\": \"payment_amount\",\n \"Vendor Name\": \"vendor_name\",\n \"Payment Type\": \"payment_type\"\n }', 1, '2025-03-06 23:51:34', '2025-03-06 23:51:34'), (399, 25, 'tr', '{ payment_type } tarafından { vendor_name } için yeni { payment_amount } ödemesi oluşturuldu', '{\n \"Payment Amount\": \"payment_amount\",\n \"Vendor Name\": \"vendor_name\",\n \"Payment Type\": \"payment_type\"\n }', 1, '2025-03-06 23:51:34', '2025-03-06 23:51:34'), (400, 25, 'pt-br', 'Novo pagamento de {payment_amount} criado para {vendor_name} por {payment_type}', '{\n \"Payment Amount\": \"payment_amount\",\n \"Vendor Name\": \"vendor_name\",\n \"Payment Type\": \"payment_type\"\n }', 1, '2025-03-06 23:51:34', '2025-03-06 23:51:34'), (401, 26, 'ar', 'تم إنشاء تذكير دفع جديد لـ {invoice_number} بواسطة {user_name}', '{\n \"Customer Name\": \"customer_name\",\n \"Invoice Number\": \"invoice_number\",\n \"Company Name\": \"user_name\"\n }', 1, '2025-03-06 23:51:34', '2025-03-06 23:51:34'), (402, 26, 'zh', '{ user_name} 创建的 { invoice_number} 的新支付提醒', '{\n \"Customer Name\": \"customer_name\",\n \"Invoice Number\": \"invoice_number\",\n \"Company Name\": \"user_name\"\n }', 1, '2025-03-06 23:51:34', '2025-03-06 23:51:34'), (403, 26, 'da', 'Ny betalingspåmindelse om {invoice_number} oprettet af {user_name}', '{\n \"Customer Name\": \"customer_name\",\n \"Invoice Number\": \"invoice_number\",\n \"Company Name\": \"user_name\"\n }', 1, '2025-03-06 23:51:34', '2025-03-06 23:51:34'), (404, 26, 'de', 'Neue Zahlungserinnerung von {invoice_number} erstellt von {user_name}', '{\n \"Customer Name\": \"customer_name\",\n \"Invoice Number\": \"invoice_number\",\n \"Company Name\": \"user_name\"\n }', 1, '2025-03-06 23:51:34', '2025-03-06 23:51:34'), (405, 26, 'en', 'New Payment Reminder of {invoice_number} created by {user_name}', '{\n \"Customer Name\": \"customer_name\",\n \"Invoice Number\": \"invoice_number\",\n \"Company Name\": \"user_name\"\n }', 1, '2025-03-06 23:51:34', '2025-03-06 23:51:34'), (406, 26, 'es', 'Nuevo recordatorio de pago de {invoice_number} creado por {user_name}', '{\n \"Customer Name\": \"customer_name\",\n \"Invoice Number\": \"invoice_number\",\n \"Company Name\": \"user_name\"\n }', 1, '2025-03-06 23:51:34', '2025-03-06 23:51:34'), (407, 26, 'fr', 'Nouveau rappel de paiement de {invoice_number} créé par {user_name}', '{\n \"Customer Name\": \"customer_name\",\n \"Invoice Number\": \"invoice_number\",\n \"Company Name\": \"user_name\"\n }', 1, '2025-03-06 23:51:34', '2025-03-06 23:51:34'), (408, 26, 'he', 'תזכורת חדשה לתשלום עבור {invoice_number} שנוצרה על-ידי {user_name}', '{\n \"Customer Name\": \"customer_name\",\n \"Invoice Number\": \"invoice_number\",\n \"Company Name\": \"user_name\"\n }', 1, '2025-03-06 23:51:34', '2025-03-06 23:51:34'), (409, 26, 'it', 'Nuovo sollecito di pagamento di {invoice_number} creato da {user_name}', '{\n \"Customer Name\": \"customer_name\",\n \"Invoice Number\": \"invoice_number\",\n \"Company Name\": \"user_name\"\n }', 1, '2025-03-06 23:51:34', '2025-03-06 23:51:34'), (410, 26, 'ja', '{user_name} によって作成された {invoice_number} の新しい支払い通知', '{\n \"Customer Name\": \"customer_name\",\n \"Invoice Number\": \"invoice_number\",\n \"Company Name\": \"user_name\"\n }', 1, '2025-03-06 23:51:34', '2025-03-06 23:51:34'), (411, 26, 'nl', 'Nieuwe betalingsherinnering van {invoice_number} gemaakt door {user_name}', '{\n \"Customer Name\": \"customer_name\",\n \"Invoice Number\": \"invoice_number\",\n \"Company Name\": \"user_name\"\n }', 1, '2025-03-06 23:51:34', '2025-03-06 23:51:34'), (412, 26, 'pl', 'Nowe przypomnienie o płatności {invoice_number} utworzone przez użytkownika {user_name}', '{\n \"Customer Name\": \"customer_name\",\n \"Invoice Number\": \"invoice_number\",\n \"Company Name\": \"user_name\"\n }', 1, '2025-03-06 23:51:34', '2025-03-06 23:51:34'), (413, 26, 'ru', 'Новое напоминание об оплате {invoice_number}, созданное {user_name}', '{\n \"Customer Name\": \"customer_name\",\n \"Invoice Number\": \"invoice_number\",\n \"Company Name\": \"user_name\"\n }', 1, '2025-03-06 23:51:35', '2025-03-06 23:51:35'), (414, 26, 'pt', 'Novo lembrete de pagamento de {invoice_number} criado por {user_name}', '{\n \"Customer Name\": \"customer_name\",\n \"Invoice Number\": \"invoice_number\",\n \"Company Name\": \"user_name\"\n }', 1, '2025-03-06 23:51:35', '2025-03-06 23:51:35'), (415, 26, 'tr', '{ user_name } tarafından oluşturulan { invoice_number } adlı yeni Ödeme Anımsatıcısı', '{\n \"Customer Name\": \"customer_name\",\n \"Invoice Number\": \"invoice_number\",\n \"Company Name\": \"user_name\"\n }', 1, '2025-03-06 23:51:35', '2025-03-06 23:51:35'), (416, 26, 'pt-br', 'Novo lembrete de pagamento de {invoice_number} criado por {user_name}', '{\n \"Customer Name\": \"customer_name\",\n \"Invoice Number\": \"invoice_number\",\n \"Company Name\": \"user_name\"\n }', 1, '2025-03-06 23:51:35', '2025-03-06 23:51:35'); -- -------------------------------------------------------- -- -- Table structure for table `orders` -- CREATE TABLE `orders` ( `id` bigint(20) UNSIGNED NOT NULL, `order_id` varchar(100) NOT NULL, `name` varchar(100) DEFAULT NULL, `email` varchar(100) DEFAULT NULL, `card_number` varchar(10) DEFAULT NULL, `card_exp_month` varchar(10) DEFAULT NULL, `card_exp_year` varchar(10) DEFAULT NULL, `plan_name` varchar(100) DEFAULT NULL, `plan_id` int(11) NOT NULL, `price` decimal(15,2) DEFAULT 0.00, `price_currency` varchar(10) DEFAULT NULL, `txn_id` varchar(100) DEFAULT NULL, `payment_status` varchar(100) DEFAULT NULL, `payment_type` varchar(191) NOT NULL DEFAULT 'Manually', `receipt` varchar(191) DEFAULT NULL, `user_id` int(11) NOT NULL DEFAULT 0, `is_refund` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `other_payments` -- CREATE TABLE `other_payments` ( `id` bigint(20) UNSIGNED NOT NULL, `employee_id` int(11) NOT NULL, `title` varchar(191) NOT NULL, `amount` decimal(15,2) NOT NULL DEFAULT 0.00, `type` varchar(191) DEFAULT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `overtimes` -- CREATE TABLE `overtimes` ( `id` bigint(20) UNSIGNED NOT NULL, `employee_id` int(11) NOT NULL, `title` varchar(191) NOT NULL, `number_of_days` int(11) NOT NULL, `hours` int(11) NOT NULL, `rate` int(11) NOT NULL, `type` varchar(191) DEFAULT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `password_resets` -- CREATE TABLE `password_resets` ( `email` varchar(191) NOT NULL, `token` varchar(191) NOT NULL, `created_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `payments` -- CREATE TABLE `payments` ( `id` bigint(20) UNSIGNED NOT NULL, `date` date NOT NULL, `amount` decimal(16,2) NOT NULL DEFAULT 0.00, `account_id` int(11) NOT NULL, `chart_account_id` int(11) NOT NULL DEFAULT 0, `vender_id` int(11) NOT NULL, `description` text DEFAULT NULL, `category_id` int(11) NOT NULL, `recurring` varchar(191) DEFAULT NULL, `payment_method` int(11) NOT NULL, `reference` varchar(191) DEFAULT NULL, `add_receipt` varchar(191) DEFAULT NULL, `created_by` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `payslip_types` -- CREATE TABLE `payslip_types` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `pay_slips` -- CREATE TABLE `pay_slips` ( `id` bigint(20) UNSIGNED NOT NULL, `employee_id` int(11) NOT NULL, `net_payble` int(11) NOT NULL, `salary_month` varchar(191) NOT NULL, `status` int(11) NOT NULL, `basic_salary` int(11) NOT NULL, `allowance` text NOT NULL, `commission` text NOT NULL, `loan` text NOT NULL, `saturation_deduction` text NOT NULL, `other_payment` text NOT NULL, `overtime` text NOT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `performance_types` -- CREATE TABLE `performance_types` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `permissions` -- CREATE TABLE `permissions` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `guard_name` varchar(191) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `permissions` -- INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES (1, 'show pos dashboard', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (2, 'show crm dashboard', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (3, 'show hrm dashboard', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (4, 'copy invoice', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (5, 'show project dashboard', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (6, 'show account dashboard', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (7, 'manage user', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (8, 'create user', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (9, 'edit user', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (10, 'delete user', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (11, 'create language', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (12, 'manage role', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (13, 'create role', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (14, 'edit role', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (15, 'delete role', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (16, 'manage permission', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (17, 'create permission', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (18, 'edit permission', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (19, 'delete permission', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (20, 'manage company settings', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (21, 'manage print settings', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (22, 'manage business settings', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (23, 'manage stripe settings', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (24, 'manage expense', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (25, 'create expense', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (26, 'edit expense', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (27, 'delete expense', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (28, 'manage invoice', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (29, 'create invoice', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (30, 'edit invoice', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (31, 'delete invoice', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (32, 'show invoice', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (33, 'create payment invoice', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (34, 'delete payment invoice', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (35, 'send invoice', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (36, 'delete invoice product', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (37, 'convert invoice', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (38, 'manage constant unit', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (39, 'create constant unit', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (40, 'edit constant unit', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (41, 'delete constant unit', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (42, 'manage constant tax', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (43, 'create constant tax', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (44, 'edit constant tax', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (45, 'delete constant tax', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (46, 'manage constant category', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (47, 'create constant category', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (48, 'edit constant category', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (49, 'delete constant category', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (50, 'manage product & service', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (51, 'create product & service', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (52, 'edit product & service', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (53, 'delete product & service', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (54, 'manage customer', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (55, 'create customer', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (56, 'edit customer', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (57, 'delete customer', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (58, 'show customer', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (59, 'manage vender', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (60, 'create vender', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (61, 'edit vender', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (62, 'delete vender', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (63, 'show vender', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (64, 'manage bank account', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (65, 'create bank account', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (66, 'edit bank account', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (67, 'delete bank account', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (68, 'manage bank transfer', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (69, 'create bank transfer', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (70, 'edit bank transfer', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (71, 'delete bank transfer', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (72, 'manage transaction', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (73, 'manage revenue', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (74, 'create revenue', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (75, 'edit revenue', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (76, 'delete revenue', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (77, 'manage bill', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (78, 'create bill', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (79, 'edit bill', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (80, 'delete bill', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (81, 'show bill', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (82, 'manage payment', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (83, 'create payment', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (84, 'edit payment', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (85, 'delete payment', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (86, 'delete bill product', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (87, 'send bill', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (88, 'create payment bill', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (89, 'delete payment bill', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (90, 'manage order', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (91, 'income report', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (92, 'expense report', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (93, 'income vs expense report', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (94, 'invoice report', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (95, 'bill report', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (96, 'stock report', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (97, 'tax report', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (98, 'loss & profit report', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (99, 'manage customer payment', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (100, 'manage customer transaction', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (101, 'manage customer invoice', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (102, 'vender manage bill', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (103, 'manage vender bill', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (104, 'manage vender payment', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (105, 'manage vender transaction', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (106, 'manage credit note', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (107, 'create credit note', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (108, 'edit credit note', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (109, 'delete credit note', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (110, 'manage debit note', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (111, 'create debit note', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (112, 'edit debit note', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (113, 'delete debit note', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (114, 'duplicate invoice', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (115, 'duplicate bill', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (116, 'manage proposal', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (117, 'create proposal', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (118, 'edit proposal', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (119, 'delete proposal', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (120, 'duplicate proposal', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (121, 'show proposal', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (122, 'send proposal', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (123, 'delete proposal product', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (124, 'manage customer proposal', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (125, 'manage goal', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (126, 'create goal', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (127, 'edit goal', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (128, 'delete goal', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (129, 'manage assets', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (130, 'create assets', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (131, 'edit assets', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (132, 'delete assets', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (133, 'statement report', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (134, 'manage constant custom field', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (135, 'create constant custom field', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (136, 'edit constant custom field', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (137, 'delete constant custom field', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (138, 'manage chart of account', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (139, 'create chart of account', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (140, 'edit chart of account', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (141, 'delete chart of account', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (142, 'manage journal entry', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (143, 'create journal entry', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (144, 'edit journal entry', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (145, 'delete journal entry', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (146, 'show journal entry', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (147, 'balance sheet report', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (148, 'ledger report', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (149, 'trial balance report', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (150, 'manage client', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (151, 'create client', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (152, 'edit client', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (153, 'delete client', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (154, 'manage lead', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (155, 'create lead', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (156, 'view lead', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (157, 'edit lead', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (158, 'delete lead', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (159, 'move lead', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (160, 'create lead call', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (161, 'edit lead call', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (162, 'delete lead call', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (163, 'create lead email', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (164, 'manage pipeline', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (165, 'create pipeline', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (166, 'edit pipeline', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (167, 'delete pipeline', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (168, 'manage lead stage', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (169, 'create lead stage', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (170, 'edit lead stage', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (171, 'delete lead stage', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (172, 'convert lead to deal', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (173, 'manage source', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (174, 'create source', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (175, 'edit source', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (176, 'delete source', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (177, 'manage label', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (178, 'create label', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (179, 'edit label', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (180, 'delete label', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (181, 'manage deal', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (182, 'create deal', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (183, 'view task', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (184, 'create task', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (185, 'edit task', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (186, 'delete task', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (187, 'edit deal', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (188, 'view deal', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (189, 'delete deal', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (190, 'move deal', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (191, 'create deal call', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (192, 'edit deal call', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (193, 'delete deal call', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (194, 'create deal email', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (195, 'manage stage', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (196, 'create stage', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (197, 'edit stage', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (198, 'delete stage', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (199, 'manage employee', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (200, 'create employee', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (201, 'view employee', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (202, 'edit employee', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (203, 'delete employee', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (204, 'manage employee profile', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (205, 'show employee profile', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (206, 'manage department', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (207, 'create department', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (208, 'view department', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (209, 'edit department', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (210, 'delete department', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (211, 'manage designation', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (212, 'create designation', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (213, 'view designation', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (214, 'edit designation', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (215, 'delete designation', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (216, 'manage branch', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (217, 'create branch', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (218, 'edit branch', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (219, 'delete branch', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (220, 'manage document type', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (221, 'create document type', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (222, 'edit document type', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (223, 'delete document type', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (224, 'manage document', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (225, 'create document', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (226, 'edit document', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (227, 'delete document', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (228, 'manage payslip type', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (229, 'create payslip type', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (230, 'edit payslip type', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (231, 'delete payslip type', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (232, 'create allowance', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (233, 'edit allowance', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (234, 'delete allowance', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (235, 'create commission', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (236, 'edit commission', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (237, 'delete commission', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (238, 'manage allowance option', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (239, 'create allowance option', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (240, 'edit allowance option', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (241, 'delete allowance option', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (242, 'manage loan option', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (243, 'create loan option', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (244, 'edit loan option', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (245, 'delete loan option', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (246, 'manage deduction option', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (247, 'create deduction option', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (248, 'edit deduction option', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (249, 'delete deduction option', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (250, 'create loan', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (251, 'edit loan', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (252, 'delete loan', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (253, 'create saturation deduction', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (254, 'edit saturation deduction', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (255, 'delete saturation deduction', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (256, 'create other payment', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (257, 'edit other payment', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (258, 'delete other payment', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (259, 'create overtime', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (260, 'edit overtime', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (261, 'delete overtime', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (262, 'manage set salary', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (263, 'edit set salary', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (264, 'manage pay slip', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (265, 'create set salary', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (266, 'create pay slip', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (267, 'manage company policy', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (268, 'create company policy', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (269, 'edit company policy', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (270, 'manage appraisal', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (271, 'create appraisal', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (272, 'edit appraisal', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (273, 'show appraisal', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (274, 'delete appraisal', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (275, 'manage goal tracking', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (276, 'create goal tracking', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (277, 'edit goal tracking', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (278, 'delete goal tracking', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (279, 'manage goal type', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (280, 'create goal type', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (281, 'edit goal type', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (282, 'delete goal type', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (283, 'manage indicator', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (284, 'create indicator', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (285, 'edit indicator', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (286, 'show indicator', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (287, 'delete indicator', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (288, 'manage training', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (289, 'create training', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (290, 'edit training', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (291, 'delete training', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (292, 'show training', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (293, 'manage trainer', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (294, 'create trainer', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (295, 'edit trainer', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (296, 'delete trainer', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (297, 'manage training type', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (298, 'create training type', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (299, 'edit training type', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (300, 'delete training type', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (301, 'manage award', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (302, 'create award', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (303, 'edit award', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (304, 'delete award', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (305, 'manage award type', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (306, 'create award type', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (307, 'edit award type', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (308, 'delete award type', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (309, 'manage resignation', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (310, 'create resignation', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (311, 'edit resignation', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (312, 'delete resignation', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (313, 'manage travel', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (314, 'create travel', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (315, 'edit travel', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (316, 'delete travel', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (317, 'manage promotion', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (318, 'create promotion', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (319, 'edit promotion', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (320, 'delete promotion', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (321, 'manage complaint', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (322, 'create complaint', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (323, 'edit complaint', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (324, 'delete complaint', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (325, 'manage warning', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (326, 'create warning', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (327, 'edit warning', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (328, 'delete warning', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (329, 'manage termination', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (330, 'create termination', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (331, 'edit termination', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (332, 'delete termination', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (333, 'manage termination type', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (334, 'create termination type', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (335, 'edit termination type', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (336, 'delete termination type', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (337, 'manage job application', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (338, 'create job application', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (339, 'show job application', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (340, 'delete job application', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (341, 'move job application', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (342, 'add job application skill', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (343, 'add job application note', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (344, 'delete job application note', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (345, 'manage job onBoard', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (346, 'manage job category', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (347, 'create job category', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (348, 'edit job category', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (349, 'delete job category', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (350, 'manage job', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (351, 'create job', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (352, 'edit job', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (353, 'show job', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (354, 'delete job', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (355, 'manage job stage', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (356, 'create job stage', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (357, 'edit job stage', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (358, 'delete job stage', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (359, 'Manage Competencies', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (360, 'Create Competencies', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (361, 'Edit Competencies', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (362, 'Delete Competencies', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (363, 'manage custom question', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (364, 'create custom question', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (365, 'edit custom question', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (366, 'delete custom question', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (367, 'create interview schedule', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (368, 'edit interview schedule', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (369, 'delete interview schedule', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (370, 'show interview schedule', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (371, 'create estimation', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (372, 'view estimation', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (373, 'edit estimation', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (374, 'delete estimation', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (375, 'edit holiday', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (376, 'create holiday', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (377, 'delete holiday', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (378, 'manage holiday', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (379, 'show career', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (380, 'manage meeting', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (381, 'create meeting', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (382, 'edit meeting', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (383, 'delete meeting', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (384, 'manage event', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (385, 'create event', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (386, 'edit event', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (387, 'delete event', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (388, 'manage transfer', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (389, 'create transfer', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (390, 'edit transfer', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (391, 'delete transfer', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (392, 'manage announcement', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (393, 'create announcement', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (394, 'edit announcement', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (395, 'delete announcement', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (396, 'manage leave', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (397, 'create leave', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (398, 'edit leave', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (399, 'delete leave', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (400, 'manage leave type', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (401, 'create leave type', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (402, 'edit leave type', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (403, 'delete leave type', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (404, 'manage attendance', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (405, 'create attendance', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (406, 'edit attendance', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (407, 'delete attendance', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (408, 'manage report', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (409, 'manage project', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (410, 'create project', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (411, 'view project', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (412, 'edit project', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (413, 'delete project', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (414, 'share project', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (415, 'create milestone', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (416, 'edit milestone', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (417, 'delete milestone', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (418, 'view milestone', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (419, 'view grant chart', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (420, 'manage project stage', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (421, 'create project stage', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (422, 'edit project stage', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (423, 'delete project stage', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (424, 'view timesheet', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (425, 'view expense', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (426, 'manage project task', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (427, 'create project task', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (428, 'edit project task', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (429, 'view project task', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (430, 'delete project task', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (431, 'view activity', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (432, 'view CRM activity', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (433, 'manage project task stage', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (434, 'edit project task stage', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (435, 'create project task stage', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (436, 'delete project task stage', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (437, 'manage timesheet', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (438, 'create timesheet', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (439, 'edit timesheet', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (440, 'delete timesheet', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (441, 'manage bug report', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (442, 'create bug report', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (443, 'edit bug report', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (444, 'delete bug report', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (445, 'move bug report', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (446, 'manage bug status', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (447, 'create bug status', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (448, 'edit bug status', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (449, 'delete bug status', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (450, 'manage client dashboard', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (451, 'manage super admin dashboard', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (452, 'manage system settings', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (453, 'manage plan', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (454, 'create plan', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (455, 'edit plan', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (456, 'manage coupon', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (457, 'create coupon', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (458, 'edit coupon', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (459, 'delete coupon', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (460, 'manage company plan', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (461, 'buy plan', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (462, 'manage form builder', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (463, 'create form builder', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (464, 'edit form builder', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (465, 'delete form builder', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (466, 'manage performance type', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (467, 'create performance type', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (468, 'edit performance type', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (469, 'delete performance type', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (470, 'manage form field', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (471, 'create form field', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (472, 'edit form field', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (473, 'delete form field', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (474, 'view form response', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (475, 'create budget plan', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (476, 'edit budget plan', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (477, 'manage budget plan', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (478, 'delete budget plan', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (479, 'view budget plan', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (480, 'manage warehouse', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (481, 'create warehouse', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (482, 'edit warehouse', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (483, 'show warehouse', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (484, 'delete warehouse', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (485, 'manage purchase', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (486, 'create purchase', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (487, 'edit purchase', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (488, 'show purchase', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (489, 'delete purchase', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (490, 'send purchase', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (491, 'create payment purchase', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (492, 'delete payment purchase', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (493, 'manage pos', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (494, 'manage contract type', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (495, 'create contract type', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (496, 'edit contract type', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (497, 'delete contract type', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (498, 'manage contract', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (499, 'create contract', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (500, 'edit contract', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (501, 'delete contract', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (502, 'show contract', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (503, 'create barcode', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (504, 'create webhook', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (505, 'edit webhook', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (506, 'delete webhook', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (507, 'manage project expense', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (508, 'create project expense', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (509, 'edit project expense', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (510, 'delete project expense', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (511, 'manage quotation', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (512, 'create quotation', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (513, 'edit quotation', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (514, 'delete quotation', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (515, 'show quotation', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (516, 'convert quotation', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (517, 'show pos', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (518, 'manage zoom meeting', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (519, 'create zoom meeting', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (520, 'show zoom meeting', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (521, 'delete zoom meeting', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (522, 'delete company policy', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (523, 'manage biometric attendance', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'), (524, 'biometric attendance synchronize', 'web', '2025-03-06 23:51:39', '2025-03-06 23:51:39'); -- -------------------------------------------------------- -- -- Table structure for table `personal_access_tokens` -- CREATE TABLE `personal_access_tokens` ( `id` bigint(20) UNSIGNED NOT NULL, `tokenable_type` varchar(191) NOT NULL, `tokenable_id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `token` varchar(64) NOT NULL, `abilities` text DEFAULT NULL, `last_used_at` timestamp NULL DEFAULT NULL, `expires_at` timestamp NULL DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `pipelines` -- CREATE TABLE `pipelines` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `pipelines` -- INSERT INTO `pipelines` (`id`, `name`, `created_by`, `created_at`, `updated_at`) VALUES (1, 'Sales', 2, '2025-03-06 23:51:54', '2025-03-06 23:51:54'); -- -------------------------------------------------------- -- -- Table structure for table `plans` -- CREATE TABLE `plans` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(100) NOT NULL, `price` decimal(30,2) DEFAULT 0.00, `duration` varchar(100) NOT NULL, `max_users` int(11) NOT NULL DEFAULT 0, `max_customers` int(11) NOT NULL DEFAULT 0, `max_venders` int(11) NOT NULL DEFAULT 0, `max_clients` int(11) NOT NULL DEFAULT 0, `trial` int(11) NOT NULL DEFAULT 0, `trial_days` int(11) DEFAULT NULL, `is_disable` int(11) NOT NULL DEFAULT 1, `storage_limit` double NOT NULL DEFAULT 0, `chatgpt` int(11) NOT NULL DEFAULT 0, `crm` int(11) NOT NULL DEFAULT 0, `hrm` int(11) NOT NULL DEFAULT 0, `account` int(11) NOT NULL DEFAULT 0, `project` int(11) NOT NULL DEFAULT 0, `pos` int(11) NOT NULL DEFAULT 0, `description` text DEFAULT NULL, `image` varchar(191) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `plans` -- INSERT INTO `plans` (`id`, `name`, `price`, `duration`, `max_users`, `max_customers`, `max_venders`, `max_clients`, `trial`, `trial_days`, `is_disable`, `storage_limit`, `chatgpt`, `crm`, `hrm`, `account`, `project`, `pos`, `description`, `image`, `created_at`, `updated_at`) VALUES (1, 'Free Plan', 0.00, 'lifetime', 5, 5, 5, 5, 0, NULL, 1, 1024, 1, 1, 1, 1, 1, 1, NULL, 'free_plan.png', '2025-03-06 23:51:39', '2025-03-06 23:51:39'); -- -------------------------------------------------------- -- -- Table structure for table `plan_requests` -- CREATE TABLE `plan_requests` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` int(11) NOT NULL, `plan_id` int(11) NOT NULL, `duration` varchar(20) NOT NULL DEFAULT 'monthly', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `pos` -- CREATE TABLE `pos` ( `id` bigint(20) UNSIGNED NOT NULL, `pos_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0, `customer_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0, `warehouse_id` int(11) NOT NULL DEFAULT 0, `pos_date` date DEFAULT NULL, `category_id` int(11) NOT NULL DEFAULT 0, `status` int(11) NOT NULL DEFAULT 0, `shipping_display` int(11) NOT NULL DEFAULT 1, `created_by` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `pos_payments` -- CREATE TABLE `pos_payments` ( `id` bigint(20) UNSIGNED NOT NULL, `pos_id` int(11) NOT NULL, `date` date DEFAULT NULL, `amount` decimal(15,2) NOT NULL DEFAULT 0.00, `discount` decimal(15,2) DEFAULT 0.00, `discount_amount` decimal(15,2) DEFAULT 0.00, `created_by` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `pos_products` -- CREATE TABLE `pos_products` ( `id` bigint(20) UNSIGNED NOT NULL, `pos_id` int(11) NOT NULL DEFAULT 0, `product_id` int(11) NOT NULL DEFAULT 0, `quantity` int(11) NOT NULL DEFAULT 0, `tax` varchar(191) NOT NULL DEFAULT '0.00', `discount` double DEFAULT 0, `price` decimal(15,2) NOT NULL DEFAULT 0.00, `description` text DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `product_services` -- CREATE TABLE `product_services` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `sku` varchar(191) NOT NULL, `sale_price` decimal(16,2) NOT NULL DEFAULT 0.00, `purchase_price` decimal(16,2) NOT NULL DEFAULT 0.00, `quantity` double NOT NULL DEFAULT 0, `tax_id` varchar(50) DEFAULT NULL, `category_id` int(11) NOT NULL DEFAULT 0, `unit_id` int(11) NOT NULL DEFAULT 0, `type` varchar(191) NOT NULL, `sale_chartaccount_id` int(11) NOT NULL DEFAULT 0, `expense_chartaccount_id` int(11) NOT NULL DEFAULT 0, `description` text DEFAULT NULL, `pro_image` varchar(191) DEFAULT NULL, `created_by` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `product_service_categories` -- CREATE TABLE `product_service_categories` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `type` varchar(191) NOT NULL DEFAULT '0', `chart_account_id` int(11) NOT NULL DEFAULT 0, `color` varchar(191) NOT NULL DEFAULT '#fc544b', `created_by` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `product_service_units` -- CREATE TABLE `product_service_units` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `created_by` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `projects` -- CREATE TABLE `projects` ( `id` bigint(20) UNSIGNED NOT NULL, `project_name` varchar(191) NOT NULL, `start_date` date DEFAULT NULL, `end_date` date DEFAULT NULL, `project_image` varchar(191) DEFAULT NULL, `budget` int(11) DEFAULT NULL, `client_id` int(11) NOT NULL, `description` text DEFAULT NULL, `status` varchar(191) NOT NULL, `estimated_hrs` varchar(191) DEFAULT NULL, `password` varchar(191) DEFAULT NULL, `copylinksetting` text DEFAULT NULL, `tags` text DEFAULT NULL, `created_by` bigint(20) UNSIGNED NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `projectstages` -- CREATE TABLE `projectstages` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `color` varchar(15) DEFAULT NULL, `created_by` int(11) NOT NULL DEFAULT 0, `order` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `project_email_templates` -- CREATE TABLE `project_email_templates` ( `id` bigint(20) UNSIGNED NOT NULL, `template_id` int(11) NOT NULL, `project_id` int(11) NOT NULL, `is_active` int(11) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `project_expenses` -- CREATE TABLE `project_expenses` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `date` date NOT NULL, `description` text DEFAULT NULL, `amount` decimal(15,2) NOT NULL DEFAULT 0.00, `attachment` text NOT NULL, `project_id` int(11) NOT NULL, `task_id` int(11) NOT NULL DEFAULT 0, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `project_invoices` -- CREATE TABLE `project_invoices` ( `id` bigint(20) UNSIGNED NOT NULL, `invoice_id` bigint(20) UNSIGNED NOT NULL, `project_id` bigint(20) UNSIGNED NOT NULL, `client_id` bigint(20) UNSIGNED NOT NULL, `tax_id` bigint(20) UNSIGNED NOT NULL, `due_date` date NOT NULL, `created_by` int(11) NOT NULL, `status` smallint(6) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `project_tasks` -- CREATE TABLE `project_tasks` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `description` text DEFAULT NULL, `estimated_hrs` int(11) NOT NULL DEFAULT 0, `start_date` date DEFAULT NULL, `end_date` date DEFAULT NULL, `priority` varchar(50) NOT NULL DEFAULT 'medium', `priority_color` varchar(50) DEFAULT NULL, `assign_to` text DEFAULT NULL, `project_id` int(11) NOT NULL DEFAULT 0, `milestone_id` int(11) NOT NULL DEFAULT 0, `stage_id` int(11) NOT NULL DEFAULT 0, `order` int(11) NOT NULL DEFAULT 0, `created_by` int(11) NOT NULL DEFAULT 0, `is_favourite` int(11) NOT NULL DEFAULT 0, `is_complete` int(11) NOT NULL DEFAULT 0, `marked_at` date DEFAULT NULL, `progress` varchar(5) NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `project_users` -- CREATE TABLE `project_users` ( `id` bigint(20) UNSIGNED NOT NULL, `project_id` int(11) NOT NULL, `user_id` int(11) NOT NULL, `invited_by` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `promotions` -- CREATE TABLE `promotions` ( `id` bigint(20) UNSIGNED NOT NULL, `employee_id` int(11) NOT NULL DEFAULT 0, `designation_id` int(11) NOT NULL DEFAULT 0, `promotion_title` varchar(191) DEFAULT NULL, `promotion_date` date NOT NULL, `description` varchar(191) DEFAULT NULL, `created_by` varchar(191) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `proposals` -- CREATE TABLE `proposals` ( `id` bigint(20) UNSIGNED NOT NULL, `proposal_id` bigint(20) UNSIGNED NOT NULL, `customer_id` bigint(20) UNSIGNED NOT NULL, `issue_date` date NOT NULL, `send_date` date DEFAULT NULL, `category_id` int(11) NOT NULL, `status` int(11) NOT NULL DEFAULT 0, `discount_apply` int(11) NOT NULL DEFAULT 0, `is_convert` int(11) NOT NULL DEFAULT 0, `converted_invoice_id` int(11) NOT NULL DEFAULT 0, `created_by` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `proposal_products` -- CREATE TABLE `proposal_products` ( `id` bigint(20) UNSIGNED NOT NULL, `proposal_id` int(11) NOT NULL, `product_id` int(11) NOT NULL, `quantity` int(11) NOT NULL, `tax` varchar(50) DEFAULT NULL, `discount` double NOT NULL DEFAULT 0, `price` decimal(16,2) NOT NULL DEFAULT 0.00, `description` text DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `purchases` -- CREATE TABLE `purchases` ( `id` bigint(20) UNSIGNED NOT NULL, `purchase_id` varchar(191) NOT NULL DEFAULT '0', `vender_id` int(11) NOT NULL, `warehouse_id` int(11) NOT NULL, `purchase_date` date NOT NULL, `purchase_number` int(11) NOT NULL DEFAULT 0, `status` int(11) NOT NULL DEFAULT 0, `shipping_display` int(11) NOT NULL DEFAULT 1, `send_date` date DEFAULT NULL, `discount_apply` int(11) NOT NULL DEFAULT 0, `category_id` int(11) NOT NULL, `created_by` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `purchase_payments` -- CREATE TABLE `purchase_payments` ( `id` bigint(20) UNSIGNED NOT NULL, `purchase_id` int(11) NOT NULL, `date` date NOT NULL, `amount` decimal(15,2) NOT NULL DEFAULT 0.00, `account_id` int(11) NOT NULL, `payment_method` int(11) NOT NULL, `reference` varchar(191) DEFAULT NULL, `description` text DEFAULT NULL, `add_receipt` varchar(191) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `purchase_products` -- CREATE TABLE `purchase_products` ( `id` bigint(20) UNSIGNED NOT NULL, `purchase_id` int(11) NOT NULL, `product_id` int(11) NOT NULL, `quantity` int(11) NOT NULL, `tax` varchar(50) DEFAULT NULL, `discount` double NOT NULL DEFAULT 0, `price` decimal(15,2) DEFAULT 0.00, `description` text DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `quotations` -- CREATE TABLE `quotations` ( `id` bigint(20) UNSIGNED NOT NULL, `quotation_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0, `customer_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0, `warehouse_id` int(11) NOT NULL DEFAULT 0, `quotation_date` date DEFAULT NULL, `category_id` int(11) NOT NULL DEFAULT 0, `status` int(11) NOT NULL DEFAULT 0, `converted_pos_id` int(11) NOT NULL DEFAULT 0, `is_converted` int(11) NOT NULL DEFAULT 0, `created_by` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `quotation_products` -- CREATE TABLE `quotation_products` ( `id` bigint(20) UNSIGNED NOT NULL, `quotation_id` int(11) NOT NULL DEFAULT 0, `product_id` int(11) NOT NULL DEFAULT 0, `quantity` int(11) NOT NULL DEFAULT 0, `tax` varchar(191) DEFAULT '0.00', `discount` double DEFAULT 0, `price` decimal(15,2) NOT NULL DEFAULT 0.00, `description` text DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `referral_settings` -- CREATE TABLE `referral_settings` ( `id` bigint(20) UNSIGNED NOT NULL, `percentage` int(11) NOT NULL, `minimum_threshold_amount` int(11) NOT NULL, `is_enable` int(11) NOT NULL DEFAULT 0, `guideline` longtext NOT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `referral_transactions` -- CREATE TABLE `referral_transactions` ( `id` bigint(20) UNSIGNED NOT NULL, `company_id` int(11) NOT NULL, `plan_id` int(11) NOT NULL, `plan_price` decimal(15,2) NOT NULL DEFAULT 0.00, `commission` int(11) NOT NULL, `referral_code` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `resignations` -- CREATE TABLE `resignations` ( `id` bigint(20) UNSIGNED NOT NULL, `employee_id` int(11) NOT NULL DEFAULT 0, `notice_date` date NOT NULL, `resignation_date` date NOT NULL, `description` varchar(191) DEFAULT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `revenues` -- CREATE TABLE `revenues` ( `id` bigint(20) UNSIGNED NOT NULL, `date` date NOT NULL, `amount` decimal(16,2) NOT NULL DEFAULT 0.00, `account_id` int(11) NOT NULL, `customer_id` int(11) NOT NULL, `category_id` int(11) NOT NULL, `payment_method` int(11) NOT NULL, `reference` varchar(191) DEFAULT NULL, `add_receipt` varchar(191) DEFAULT NULL, `description` text DEFAULT NULL, `created_by` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `roles` -- CREATE TABLE `roles` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `guard_name` varchar(191) NOT NULL, `created_by` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `roles` -- INSERT INTO `roles` (`id`, `name`, `guard_name`, `created_by`, `created_at`, `updated_at`) VALUES (1, 'super admin', 'web', 0, '2025-03-06 23:51:40', '2025-03-06 23:51:40'), (2, 'company', 'web', 0, '2025-03-06 23:51:42', '2025-03-06 23:51:42'), (3, 'accountant', 'web', 2, '2025-03-06 23:51:44', '2025-03-06 23:51:44'), (4, 'Employee', 'web', 2, '2025-03-06 23:51:44', '2025-03-06 23:51:44'), (5, 'client', 'web', 2, '2025-03-06 23:51:45', '2025-03-06 23:51:45'); -- -------------------------------------------------------- -- -- Table structure for table `role_has_permissions` -- CREATE TABLE `role_has_permissions` ( `permission_id` bigint(20) UNSIGNED NOT NULL, `role_id` bigint(20) UNSIGNED NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `role_has_permissions` -- INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES (1, 2), (2, 2), (3, 2), (3, 4), (4, 2), (5, 2), (6, 2), (6, 3), (7, 1), (7, 2), (7, 4), (8, 1), (8, 2), (9, 1), (9, 2), (10, 1), (10, 2), (11, 1), (12, 1), (12, 2), (13, 1), (13, 2), (14, 1), (14, 2), (15, 1), (15, 2), (16, 1), (16, 2), (17, 1), (17, 2), (18, 1), (18, 2), (19, 1), (19, 2), (20, 2), (21, 2), (21, 3), (22, 2), (23, 1), (24, 2), (24, 3), (25, 2), (25, 3), (26, 2), (26, 3), (27, 2), (27, 3), (28, 2), (28, 3), (29, 2), (29, 3), (30, 2), (30, 3), (31, 2), (31, 3), (32, 2), (32, 3), (33, 2), (33, 3), (34, 2), (34, 3), (35, 2), (35, 3), (36, 2), (36, 3), (37, 2), (37, 3), (38, 2), (38, 3), (39, 2), (39, 3), (40, 2), (40, 3), (41, 2), (41, 3), (42, 2), (42, 3), (43, 2), (43, 3), (44, 2), (44, 3), (45, 2), (45, 3), (46, 2), (46, 3), (47, 2), (47, 3), (48, 2), (48, 3), (49, 2), (49, 3), (50, 2), (50, 3), (51, 2), (51, 3), (52, 2), (52, 3), (53, 2), (53, 3), (54, 2), (54, 3), (55, 2), (55, 3), (56, 2), (56, 3), (57, 2), (57, 3), (58, 2), (58, 3), (59, 2), (59, 3), (60, 2), (60, 3), (61, 2), (61, 3), (62, 2), (62, 3), (63, 2), (63, 3), (64, 2), (64, 3), (65, 2), (65, 3), (66, 2), (66, 3), (67, 2), (67, 3), (68, 2), (68, 3), (69, 2), (69, 3), (70, 2), (70, 3), (71, 2), (71, 3), (72, 2), (72, 3), (73, 2), (73, 3), (74, 2), (74, 3), (75, 2), (75, 3), (76, 2), (76, 3), (77, 2), (77, 3), (78, 2), (78, 3), (79, 2), (79, 3), (80, 2), (80, 3), (81, 2), (81, 3), (82, 2), (82, 3), (83, 2), (83, 3), (84, 2), (84, 3), (85, 2), (85, 3), (86, 2), (86, 3), (87, 2), (87, 3), (88, 2), (88, 3), (89, 2), (89, 3), (90, 1), (90, 2), (91, 2), (91, 3), (92, 2), (92, 3), (93, 2), (93, 3), (94, 2), (94, 3), (95, 2), (95, 3), (96, 2), (96, 3), (97, 2), (97, 3), (98, 2), (98, 3), (106, 2), (106, 3), (107, 2), (107, 3), (108, 2), (108, 3), (109, 2), (109, 3), (110, 2), (110, 3), (111, 2), (111, 3), (112, 2), (112, 3), (113, 2), (113, 3), (114, 2), (115, 2), (116, 2), (116, 3), (117, 2), (117, 3), (118, 2), (118, 3), (119, 2), (119, 3), (120, 2), (120, 3), (121, 2), (121, 3), (122, 2), (122, 3), (123, 2), (123, 3), (125, 2), (125, 3), (126, 2), (126, 3), (127, 2), (127, 3), (128, 2), (128, 3), (129, 2), (129, 3), (130, 2), (130, 3), (131, 2), (131, 3), (132, 2), (132, 3), (133, 2), (133, 3), (134, 2), (134, 3), (135, 2), (135, 3), (136, 2), (136, 3), (137, 2), (137, 3), (138, 2), (138, 3), (139, 2), (139, 3), (140, 2), (140, 3), (141, 2), (141, 3), (142, 2), (142, 3), (143, 2), (143, 3), (144, 2), (144, 3), (145, 2), (145, 3), (146, 2), (146, 3), (147, 2), (147, 3), (148, 2), (148, 3), (149, 2), (149, 3), (150, 2), (151, 2), (152, 2), (153, 2), (154, 2), (155, 2), (156, 2), (157, 2), (158, 2), (159, 2), (160, 2), (161, 2), (162, 2), (163, 2), (164, 2), (164, 5), (165, 2), (166, 2), (167, 2), (168, 2), (168, 5), (169, 2), (170, 2), (171, 2), (172, 2), (173, 2), (173, 5), (174, 2), (175, 2), (176, 2), (177, 2), (177, 5), (178, 2), (179, 2), (180, 2), (181, 2), (181, 5), (182, 2), (183, 2), (183, 5), (184, 2), (185, 2), (186, 2), (187, 2), (188, 2), (188, 5), (189, 2), (190, 2), (190, 5), (191, 2), (192, 2), (193, 2), (194, 2), (195, 2), (195, 5), (196, 2), (197, 2), (198, 2), (199, 2), (199, 4), (200, 2), (201, 2), (201, 4), (202, 2), (203, 2), (204, 2), (204, 4), (205, 2), (205, 4), (206, 2), (207, 2), (208, 2), (209, 2), (210, 2), (211, 2), (212, 2), (213, 2), (214, 2), (215, 2), (216, 2), (217, 2), (218, 2), (219, 2), (220, 2), (221, 2), (222, 2), (223, 2), (224, 2), (225, 2), (226, 2), (227, 2), (228, 2), (229, 2), (230, 2), (231, 2), (232, 2), (233, 2), (234, 2), (235, 2), (236, 2), (237, 2), (238, 2), (239, 2), (240, 2), (241, 2), (242, 2), (243, 2), (244, 2), (245, 2), (246, 2), (247, 2), (248, 2), (249, 2), (250, 2), (251, 2), (252, 2), (253, 2), (254, 2), (255, 2), (256, 2), (257, 2), (258, 2), (259, 2), (260, 2), (261, 2), (262, 2), (263, 2), (264, 2), (264, 4), (265, 2), (266, 2), (267, 2), (267, 4), (268, 2), (269, 2), (270, 2), (271, 2), (272, 2), (273, 2), (274, 2), (275, 2), (276, 2), (277, 2), (278, 2), (279, 2), (280, 2), (281, 2), (282, 2), (283, 2), (284, 2), (285, 2), (286, 2), (287, 2), (288, 2), (289, 2), (290, 2), (291, 2), (292, 2), (293, 2), (294, 2), (295, 2), (296, 2), (297, 2), (298, 2), (299, 2), (300, 2), (301, 2), (301, 4), (302, 2), (303, 2), (304, 2), (305, 2), (306, 2), (307, 2), (308, 2), (309, 2), (310, 2), (311, 2), (312, 2), (313, 2), (314, 2), (315, 2), (316, 2), (317, 2), (317, 4), (318, 2), (319, 2), (320, 2), (321, 2), (321, 4), (322, 2), (323, 2), (324, 2), (325, 2), (325, 4), (326, 2), (327, 2), (328, 2), (329, 2), (329, 4), (330, 2), (331, 2), (332, 2), (333, 2), (334, 2), (335, 2), (336, 2), (337, 2), (338, 2), (339, 2), (340, 2), (341, 2), (342, 2), (343, 2), (344, 2), (345, 2), (346, 2), (347, 2), (348, 2), (349, 2), (350, 2), (350, 4), (351, 2), (352, 2), (353, 2), (353, 4), (354, 2), (355, 2), (356, 2), (357, 2), (358, 2), (359, 2), (360, 2), (361, 2), (362, 2), (363, 2), (364, 2), (365, 2), (366, 2), (367, 2), (368, 2), (369, 2), (370, 2), (371, 2), (372, 2), (373, 2), (374, 2), (375, 2), (376, 2), (377, 2), (378, 2), (378, 4), (379, 2), (380, 2), (380, 4), (381, 2), (382, 2), (383, 2), (384, 2), (384, 4), (385, 2), (386, 2), (387, 2), (388, 2), (389, 2), (390, 2), (391, 2), (392, 2), (392, 4), (393, 2), (394, 2), (395, 2), (396, 2), (396, 4), (397, 2), (398, 2), (399, 2), (400, 2), (401, 2), (402, 2), (403, 2), (404, 2), (405, 2), (406, 2), (407, 2), (408, 2), (409, 2), (409, 5), (410, 2), (411, 2), (411, 5), (412, 2), (413, 2), (414, 2), (415, 2), (416, 2), (417, 2), (418, 2), (419, 2), (419, 5), (420, 2), (421, 2), (422, 2), (423, 2), (424, 2), (424, 5), (425, 2), (426, 2), (426, 5), (427, 2), (427, 5), (428, 2), (428, 5), (429, 2), (429, 5), (430, 2), (430, 5), (431, 2), (431, 5), (432, 2), (433, 2), (434, 2), (435, 2), (436, 2), (437, 2), (437, 5), (438, 2), (439, 2), (440, 2), (441, 2), (441, 5), (442, 2), (442, 5), (443, 2), (443, 5), (444, 2), (444, 5), (445, 2), (445, 5), (446, 2), (447, 2), (448, 2), (449, 2), (450, 5), (451, 1), (452, 1), (453, 1), (453, 2), (454, 1), (455, 1), (456, 1), (457, 1), (458, 1), (459, 1), (460, 2), (461, 2), (462, 2), (463, 2), (464, 2), (465, 2), (466, 2), (467, 2), (468, 2), (469, 2), (470, 2), (471, 2), (472, 2), (473, 2), (474, 2), (475, 2), (475, 3), (476, 2), (476, 3), (477, 2), (477, 3), (478, 2), (478, 3), (479, 2), (479, 3), (480, 2), (481, 2), (482, 2), (483, 2), (484, 2), (485, 2), (486, 2), (487, 2), (488, 2), (489, 2), (490, 2), (491, 2), (492, 2), (493, 2), (494, 2), (495, 2), (496, 2), (497, 2), (498, 2), (498, 5), (499, 2), (500, 2), (501, 2), (502, 2), (502, 5), (503, 2), (503, 3), (504, 2), (504, 3), (505, 2), (505, 3), (506, 2), (506, 3), (507, 2), (508, 2), (509, 2), (510, 2), (511, 2), (512, 2), (513, 2), (514, 2), (515, 2), (516, 2), (517, 2), (518, 2), (519, 2), (520, 2), (521, 2), (522, 2), (523, 2), (523, 3), (524, 2), (524, 3); -- -------------------------------------------------------- -- -- Table structure for table `saturation_deductions` -- CREATE TABLE `saturation_deductions` ( `id` bigint(20) UNSIGNED NOT NULL, `employee_id` int(11) NOT NULL, `deduction_option` int(11) NOT NULL, `title` varchar(191) NOT NULL, `amount` decimal(15,2) NOT NULL DEFAULT 0.00, `type` varchar(191) DEFAULT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `settings` -- CREATE TABLE `settings` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) DEFAULT NULL, `value` text DEFAULT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `settings` -- INSERT INTO `settings` (`id`, `name`, `value`, `created_by`, `created_at`, `updated_at`) VALUES (1, 'local_storage_validation', 'jpg,jpeg,png,xlsx,xls,csv,pdf', 1, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (2, 'wasabi_storage_validation', 'jpg,jpeg,png,xlsx,xls,csv,pdf', 1, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (3, 's3_storage_validation', 'jpg,jpeg,png,xlsx,xls,csv,pdf', 1, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (4, 'local_storage_max_upload_size', '2048000', 1, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (5, 'wasabi_max_upload_size', '2048000', 1, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (6, 's3_max_upload_size', '2048000', 1, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (7, 'title_text', 'Daiybooks', 1, NULL, NULL), (8, 'footer_text', 'Thinroot Software Pvt Ltd. All rights reserved.', 1, NULL, NULL), (9, 'default_language', 'en', 1, NULL, NULL), (10, 'enable_signup', 'on', 1, NULL, NULL), (11, 'color', 'theme-6', 1, NULL, NULL), (12, 'color_flag', 'false', 1, NULL, NULL), (13, 'cust_theme_bg', 'on', 1, NULL, NULL), (14, 'SITE_RTL', 'off', 1, NULL, NULL), (15, 'display_landing_page', 'on', 1, NULL, NULL), (16, 'gdpr_cookie', 'off', 1, NULL, NULL), (17, 'email_verification', 'on', 1, NULL, NULL), (18, 'cust_darklayout', 'off', 1, NULL, NULL), (115, 'mail_driver', 'smtp', 1, NULL, NULL), (116, 'mail_host', 'smtp.gmail.com', 1, NULL, NULL), (117, 'mail_port', '465', 1, NULL, NULL), (118, 'mail_username', 'jansiranin2017@gmail.com', 1, NULL, NULL), (119, 'mail_password', 'tggx gvwd vdyz cyuo', 1, NULL, NULL), (120, 'mail_encryption', 'ssl', 1, NULL, NULL), (121, 'mail_from_address', 'support@dailybooks.com', 1, NULL, NULL), (122, 'mail_from_name', 'Dailybooks', 1, NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `set_salaries` -- CREATE TABLE `set_salaries` ( `id` bigint(20) UNSIGNED NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sources` -- CREATE TABLE `sources` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sources` -- INSERT INTO `sources` (`id`, `name`, `created_by`, `created_at`, `updated_at`) VALUES (1, 'Websites', 2, '2025-03-06 23:51:57', '2025-03-06 23:51:57'), (2, 'Facebook', 2, '2025-03-06 23:51:58', '2025-03-06 23:51:58'), (3, 'Naukari.com', 2, '2025-03-06 23:51:58', '2025-03-06 23:51:58'), (4, 'Phone', 2, '2025-03-06 23:51:59', '2025-03-06 23:51:59'), (5, 'LinkedIn', 2, '2025-03-06 23:51:59', '2025-03-06 23:51:59'); -- -------------------------------------------------------- -- -- Table structure for table `stages` -- CREATE TABLE `stages` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `pipeline_id` int(11) NOT NULL, `created_by` int(11) NOT NULL, `order` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `stages` -- INSERT INTO `stages` (`id`, `name`, `pipeline_id`, `created_by`, `order`, `created_at`, `updated_at`) VALUES (1, 'Draft', 1, 2, 0, '2025-03-06 23:51:55', '2025-03-06 23:51:55'), (2, 'Sent', 1, 2, 0, '2025-03-06 23:51:55', '2025-03-06 23:51:55'), (3, 'Open', 1, 2, 0, '2025-03-06 23:51:55', '2025-03-06 23:51:55'), (4, 'Revised', 1, 2, 0, '2025-03-06 23:51:56', '2025-03-06 23:51:56'), (5, 'Declined', 1, 2, 0, '2025-03-06 23:51:56', '2025-03-06 23:51:56'); -- -------------------------------------------------------- -- -- Table structure for table `stock_reports` -- CREATE TABLE `stock_reports` ( `id` bigint(20) UNSIGNED NOT NULL, `product_id` int(11) NOT NULL DEFAULT 0, `quantity` int(11) NOT NULL DEFAULT 0, `type` varchar(191) NOT NULL, `type_id` int(11) NOT NULL DEFAULT 0, `description` text DEFAULT NULL, `created_by` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `supports` -- CREATE TABLE `supports` ( `id` bigint(20) UNSIGNED NOT NULL, `subject` varchar(191) NOT NULL, `ticket_created` int(11) NOT NULL DEFAULT 0, `user` int(11) NOT NULL DEFAULT 0, `priority` varchar(191) NOT NULL, `end_date` date NOT NULL, `ticket_code` varchar(191) DEFAULT NULL, `status` varchar(191) NOT NULL DEFAULT '0', `attachment` varchar(191) DEFAULT NULL, `created_by` int(11) NOT NULL, `description` text DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `support_replies` -- CREATE TABLE `support_replies` ( `id` bigint(20) UNSIGNED NOT NULL, `support_id` int(11) NOT NULL, `user` int(11) NOT NULL DEFAULT 0, `description` text DEFAULT NULL, `created_by` int(11) NOT NULL, `is_read` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `task_checklists` -- CREATE TABLE `task_checklists` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `task_id` int(11) NOT NULL, `user_type` varchar(191) NOT NULL, `created_by` int(11) NOT NULL, `status` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `task_comments` -- CREATE TABLE `task_comments` ( `id` bigint(20) UNSIGNED NOT NULL, `comment` text NOT NULL, `task_id` int(11) NOT NULL, `user_id` int(11) NOT NULL, `user_type` varchar(191) NOT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `task_files` -- CREATE TABLE `task_files` ( `id` bigint(20) UNSIGNED NOT NULL, `file` varchar(191) NOT NULL, `name` varchar(191) NOT NULL, `extension` varchar(191) NOT NULL, `file_size` varchar(191) NOT NULL, `task_id` int(11) NOT NULL, `user_type` varchar(191) NOT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `task_stages` -- CREATE TABLE `task_stages` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) DEFAULT NULL, `complete` tinyint(1) NOT NULL DEFAULT 0, `project_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0, `color` varchar(15) DEFAULT NULL, `order` int(11) NOT NULL DEFAULT 0, `created_by` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `task_stages` -- INSERT INTO `task_stages` (`id`, `name`, `complete`, `project_id`, `color`, `order`, `created_by`, `created_at`, `updated_at`) VALUES (1, 'To Do', 0, 0, NULL, 0, 2, '2025-03-06 23:51:56', '2025-03-06 23:51:56'), (2, 'In Progress', 0, 0, NULL, 1, 2, '2025-03-06 23:51:56', '2025-03-06 23:51:56'), (3, 'Review', 0, 0, NULL, 2, 2, '2025-03-06 23:51:56', '2025-03-06 23:51:56'), (4, 'Done', 0, 0, NULL, 3, 2, '2025-03-06 23:51:56', '2025-03-06 23:51:56'); -- -------------------------------------------------------- -- -- Table structure for table `taxes` -- CREATE TABLE `taxes` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `rate` text NOT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `templates` -- CREATE TABLE `templates` ( `id` bigint(20) UNSIGNED NOT NULL, `template_name` varchar(191) NOT NULL, `prompt` text NOT NULL, `module` varchar(191) NOT NULL, `field_json` text NOT NULL, `is_tone` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `templates` -- INSERT INTO `templates` (`id`, `template_name`, `prompt`, `module`, `field_json`, `is_tone`, `created_at`, `updated_at`) VALUES (1, 'leave_reason', 'Generate a comma-separated string of common leave reasons that employees may provide to their employers. Include both personal and professional reasons for taking leave, such only ##type## . Aim to generate a diverse range of leave reasons that can be used in different situations. Please provide a comprehensive and varied list of leave reasons that can help employers understand and accommodate their employees\' needs.', 'leave', '{\"field\":[{\"label\":\"Leave Type\",\"placeholder\":\"e.g.illness, family emergencies,vacation\",\"field_type\":\"text_box\",\"field_name\":\"type\"}]}', 1, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (2, 'subject', 'Generate a goal subject for an employee\'s goal related type to ##type##.', 'goal tracking', '{\"field\":[{\"label\":\"Goal Type\",\"placeholder\":\"e.g.invoice, production,hiring\",\"field_type\":\"text_box\",\"field_name\":\"type\"}]}', 0, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (3, 'description', 'Generate a goal descriptions for an employee\'s goal title is ##title##.', 'goal tracking', '{\"field\":[{\"label\":\"Goal Title\",\"placeholder\":\"e.g.Invoice Accuracy\",\"field_type\":\"text_box\",\"field_name\":\"title\"}]}', 1, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (4, 'description', 'Generate a job training descriptions for a ##position## position. The training description should include responsibilities such as ##responsibilities##. Please ensure the descriptions are concise, informative, and accurately reflect the key responsibilities of a ##position##.', 'training', '{\"field\":[{\"label\":\"Position\",\"placeholder\":\"job training descriptions\",\"field_type\":\"text_box\",\"field_name\":\"position\"},{\"label\":\"Responsibilities\",\"placeholder\":\"Managing training logistics\",\"field_type\":\"textarea\",\"field_name\":\"responsibilities\"}]}', 1, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (5, 'title', 'Generate a list of job titles commonly found in an ##work_place##. The job titles should cover a range of roles and responsibilities within the field of ##field##. Include positions such as ##positions##. Please provide a diverse selection of job titles that accurately reflect the various positions found in an ##work_place##.', 'job', '{\"field\":[{\"label\":\"Work Place\",\"placeholder\":\"e.g.IT Company,hospital\",\"field_type\":\"text_box\",\"field_name\":\"work_place\"},{\"label\":\"Field \",\"placeholder\":\"e.g.Backend\",\"field_type\":\"text_box\",\"field_name\":\"field\"},{\"label\":\"Positions\",\"placeholder\":\"e.g.developer,tester\",\"field_type\":\"text_box\",\"field_name\":\"positions\"}]}', 0, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (6, 'description', 'Generate a job descriptions for a ##position## position. The job description should include responsibilities such as ##responsibilities##. Please ensure the descriptions are concise, informative, and accurately reflect the key responsibilities of a ##position##.', 'job', '{\"field\":[{\"label\":\"Position\",\"placeholder\":\"job for a position\",\"field_type\":\"text_box\",\"field_name\":\"position\"},{\"label\":\"Responsibilities\",\"placeholder\":\"\",\"field_type\":\"textarea\",\"field_name\":\"responsibilities\"}]}', 1, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (7, 'requirement', 'Generate a comma-separated string of job requirements for a ##position## position. The requirements should include ##description##. Please provide the requirements in a comma-separated string format.', 'job', '{\"field\":[{\"label\":\"Position\",\"placeholder\":\"requirement of job\",\"field_type\":\"text_box\",\"field_name\":\"position\"},{\"label\":\"Description\",\"placeholder\":\"\",\"field_type\":\"textarea\",\"field_name\":\"description\"}]}', 1, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (8, 'description', 'Generate a description for presenting the Award. The description should highlight ##reasons##. Emphasize the significance of the Award as a symbol of recognition for employee\'s remarkable accomplishments and its representation of her \'##reasons##\' and impact on the organization. Please create a personalized and engaging description that conveys appreciation, pride, and gratitude for employee\'s contributions to the company\'s sucess', 'award', '{\"field\":[{\"label\":\"Award reasons\",\"placeholder\":\"e.g.skilled, focused ,efficiency\",\"field_type\":\"textarea\",\"field_name\":\"reasons\"}]}', 1, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (9, 'description', 'Generate a list of common reasons for employee transfers within an organization. Include reasons such as ##reasons##. Please provide a comprehensive and varied list of reasons that can help employers understand and address employee transfer situations effectively.', 'transfer', '{\"field\":[{\"label\":\"Transfer reasons\",\"placeholder\":\"e.g.career development,special projects or initiatives\",\"field_type\":\"textarea\",\"field_name\":\"reasons\"}]}', 1, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (10, 'description', 'Generate a description why an employee might choose to resign and request a transfer to another location within the company. Include both professional and personal reasons that could contribute to this decision. Examples may include ##reasons##. Aim to provide a comprehensive and varied description that can help employers understand and accommodate employees\' needs when considering a transfer request', 'resignation', '{\"field\":[{\"label\":\"Resignation reasons\",\"placeholder\":\"e.g.career development,health issues\",\"field_type\":\"textarea\",\"field_name\":\"reasons\"}]}', 1, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (11, 'description', 'Generate a description for organizing a company trip. The trip aims to ##aims## . Please provide a diverse description that highlight the benefits and positive outcomes associated with organizing a company trip. Focus on creating an engaging and enjoyable experience for employees while also achieving business objectives and cultivating a positive work environment.', 'travel', '{\"field\":[{\"label\":\"Aims\",\"placeholder\":\"e.g.career development,health issues\",\"field_type\":\"textarea\",\"field_name\":\"aims\"}]}', 1, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (12, 'promotion_title', 'Generate a list of promotion title suggestions for an ##role##. The promotion titles should reflect ##reasons##, and recognition of the ##role##\'s accomplishments. Please provide a diverse range of promotion titles that align with ##role## job roles and levels within the company. Aim to create titles that are both professional and descriptive, highlighting the ##role##\'s progression and impact within the organization.', 'promotion', '{\"field\":[{\"label\":\"Job\",\"placeholder\":\"e.g.doctor, developer\",\"field_type\":\"text_box\",\"field_name\":\"role\"},{\"label\":\"Promotion Reasons\",\"placeholder\":\"e.g.increased responsibility, higher position\",\"field_type\":\"textarea\",\"field_name\":\"reasons\"}]}', 0, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (13, 'description', 'Generate a promotion description for this title:##title##. ', 'promotion', '{\"field\":[{\"label\":\"Promotion Title\",\"placeholder\":\"e.g.Medical Director\",\"field_type\":\"text_box\",\"field_name\":\"title\"}]}', 1, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (14, 'title', 'Generate a list of titles for complaints related to employee and company issues. ##reasons##. Please provide a range of titles that accurately reflect common complaint categories, ensuring they are concise, descriptive, and effective in conveying the nature of the complaint. ', 'complaint', '{\"field\":[{\"label\":\"Complaint reasons\",\"placeholder\":\"e.g.unprofessional behavior, harassment,\",\"field_type\":\"textarea\",\"field_name\":\"reasons\"}]}', 0, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (15, 'description', 'Generate a Complaint description for this title:##title##. ', 'complaint', '{\"field\":[{\"label\":\"Complaint Title\",\"placeholder\":\"e.g.Unprofessional Behavior Complaint\",\"field_type\":\"text_box\",\"field_name\":\"title\"}]}', 1, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (16, 'description', 'Generate a warning description for an employee who consistently ##reasons##. The warning should address the employee\'s ##reasons##, including further disciplinary action or termination of employment. Please provide a clear and firm warning message that encourages the employee to review the policy and make immediate improvements.', 'warning', '{\"field\":[{\"label\":\"Warning reasons\",\"placeholder\":\"e.g.break attendance policy\",\"field_type\":\"textarea\",\"field_name\":\"reasons\"}]}', 1, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (17, 'description', 'Generate a termination description for the reason :##reason##. The description should convey the company\'s regret over the decision and outline the specific concerns, such as ##reasons##. Please provide a clear and professional message that explains the decision while expressing appreciation for the employee\'s contributions. Aim to offer guidance for personal and professional growth and provide necessary instructions regarding final paycheck and return of company property.', 'termination', '{\"field\":[{\"label\":\"Termination reasons\",\"placeholder\":\"e.g.Poor Performance\",\"field_type\":\"textarea\",\"field_name\":\"reasons\"}]}', 1, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (18, 'description', 'Generate an announcement title for ##reasons##. The title should be attention-grabbing and informative, effectively conveying the key message to the intended audience. Please ensure the title is appropriate for the given situation, whether it\'s about a ##reasons##. Aim to create a title that captures the essence of the announcement and sparks interest or curiosity among the readers.', 'announcement', '{\"field\":[{\"label\":\"Announcement reasons\",\"placeholder\":\"e.g.Growth Opportunities\",\"field_type\":\"textarea\",\"field_name\":\"reasons\"}]}', 1, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (19, 'occasion', 'Generate a list of holiday occasions for celebrations and gatherings. The occasions should cover a variety of holidays and events throughout the year, such as ##name##. Please provide a diverse range of occasions that can be used for hosting parties, organizing special events, or planning festive activities. Aim to offer unique and creative ideas that cater to different cultures, traditions, and preferences.', 'holiday', '{\"field\":[{\"label\":\"Any Specific occasions\",\"placeholder\":\"e.g.Cultural Celebration\",\"field_type\":\"text_box\",\"field_name\":\"name\"}]}', 0, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (20, 'title', 'Generate a creative and engaging event title for an upcoming event. The event can be a ##type##. Please focus on creating a title that captures the essence of the event, sparks curiosity, and encourages attendance. Aim to make the title memorable, intriguing, and aligned with the purpose and theme of the event. Consider the target audience, event objectives, and any specific keywords or ideas you would like to incorporate', 'event', '{\"field\":[{\"label\":\"Specific type of event\",\"placeholder\":\"e.g.conference, workshop, seminar\",\"field_type\":\"text_box\",\"field_name\":\"name\"}]}', 0, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (21, 'title', 'Generate a meeting title that is catchy and informative. The title should effectively convey the purpose and focus of the meeting, whether it\'s for ##purpose##. Please aim to create a title that grabs the attention of participants, reflects the importance of the meeting, and provides a clear understanding of what will be discussed or accomplished during the session.', 'meeting', '{\"field\":[{\"label\":\"Meeting purpose\",\"placeholder\":\"e.g.conference, workshop\",\"field_type\":\"textarea\",\"field_name\":\"purpose\"}]}', 0, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (22, 'description', 'Generate a descriptive response for a given ##title##. The response should be detailed, engaging, and informative, providing relevant information and capturing the reader\'s interest', 'account asset', '{\"field\":[{\"label\":\"Asset name\",\"placeholder\":\"HR may provide some devices \",\"field_type\":\"text_box\",\"field_name\":\"title\"}]}', 1, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (23, 'description', 'Generate a description based on a given document name:##name##. The document name: ##name## represents a specific file or document, and you need a descriptive summary or overview of its contents. Please provide a clear and concise description that captures the main points, purpose, or key information contained within the document. Aim to create a brief but informative description that gives the reader an understanding of what they can expect when accessing or reviewing the document.', 'document', '{\"field\":[{\"label\":\"Asset name\",\"placeholder\":\"e.g. Employee handbook\",\"field_type\":\"text_box\",\"field_name\":\"title\"}]}', 1, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (24, 'title', 'Generate a suitable title for the company policy regarding ##description##. The title should be clear, concise, and informative, effectively conveying the purpose and scope of the policy. Please ensure that the title reflects the importance of ##description##. Aim to create a title that is professional, easily understandable, and aligned with the company\'s culture and values.', 'company policy', '{\"field\":[{\"label\":\"Description of policy\",\"placeholder\":\"e.g.Leave policies,Performance management\",\"field_type\":\"textarea\",\"field_name\":\"description\"}]}', 0, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (25, 'description', 'generate description for this title ##title##', 'chart of account', '{\"field\":[{\"label\":\" Title \",\"placeholder\":\"e.g.Accounts Receivable,Office Equipment\",\"field_type\":\"textarea\",\"field_name\":\"title\"}]}', 1, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (26, 'description', 'generate description for this title ##title##', 'journal entry', '{\"field\":[{\"label\":\" Title \",\"placeholder\":\"e.g.Accounts Receivable,Office Equipment\",\"field_type\":\"textarea\",\"field_name\":\"title\"}]}', 1, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (27, 'subject', 'Generate a lead subject line for a marketing campaign targeting potential customers for a software development company specializing in web and mobile applications.', 'lead', '{\"field\":[{\"label\":\"Description\",\"placeholder\":\"e.g. Leads represent potential sales opportunities for a business\",\"field_type\":\"textarea\",\"field_name\":\"description\"}]}', 0, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (28, 'name', 'generate deal name for this proposal description ##description##', 'deal', '{\"field\":[{\"label\":\"Proposal Description\",\"placeholder\":\"e.g.Collaboration and Partnerships\",\"field_type\":\"textarea\",\"field_name\":\"description\"}]}', 0, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (29, 'subject', 'generate contract subject for this contract description ##description##', 'contract', '{\"field\":[{\"label\":\"Proposal Description\",\"placeholder\":\"e.g.Terms and Conditions\",\"field_type\":\"textarea\",\"field_name\":\"description\"}]}', 0, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (30, 'description', 'generate contract description for this contract subject ##subject##', 'contract', '{\"field\":[{\"label\":\"Contract Subject\",\"placeholder\":\"e.g.Legal Protection,Terms and Conditions\",\"field_type\":\"textarea\",\"field_name\":\"subject\"}]}', 1, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (31, 'project_name', 'Create creative product names: ##description## \n\nSeed words: ##keywords## \n\n', 'project', '{\"field\":[{\"label\":\"Project Description\",\"placeholder\":\"e.g.Efficiency and Optimization,Business Growth and Expansion\",\"field_type\":\"textarea\",\"field_name\":\"description\"}]}', 0, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (32, 'name', 'Generate a task name for a project in an ##project_name##, specifically related to ##instruction##.', 'project task', '{\"field\":[{\"label\":\"Project name\",\"placeholder\":\"e.g.Solving Problems\",\"field_type\":\"text_box\",\"field_name\":\"project_name\"},{\"label\":\"Task Instruction\",\"placeholder\":\"e.g.Data Analysis\",\"field_type\":\"textarea\",\"field_name\":\"instruction\"}]}', 0, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (33, 'title', 'Generate a milestone name for a ##project_name##,specifically related to ##instruction##.', 'project milestone', '{\"field\":[{\"label\":\"Milestone Description\",\"placeholder\":\"e.g.Design Approved\",\"field_type\":\"textarea\",\"field_name\":\"description\"},{\"label\":\" Instruction\",\"placeholder\":\"e.g. incorporated feedback and revisions\",\"field_type\":\"textarea\",\"field_name\":\"instruction\"}]}', 0, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (34, 'title', 'You are a software developer working on a platform or service, and you\'re experiencing a bug where ##description##. You need to come up with a descriptive bug title for this issue. Please generate a few bug titles that could be used to report this problem.', 'project bug', '{\"field\":[{\"label\":\"Description of Bug\",\"placeholder\":\"e.g.identify bugs and issues\",\"field_type\":\"textarea\",\"field_name\":\"description\"}]}', 0, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (35, 'description', 'Write a long creative product description for: ##title## \n\nTarget audience is: ##audience## \n\nUse this description: ##description## \n\nTone of generated text must be:\n ##tone_language## \n\n', 'productservice', '{\"field\":[{\"label\":\"Product name\",\"placeholder\":\"e.g. VR, Honda\",\"field_type\":\"text_box\",\"field_name\":\"title\"},{\"label\":\"Audience\",\"placeholder\":\"e.g. Women, Aliens\",\"field_type\":\"text_box\",\"field_name\":\"audience\"},{\"label\":\"Product Description\",\"placeholder\":\"e.g. VR is an innovative device that can allow you to be part of virtual world\",\"field_type\":\"textarea\",\"field_name\":\"description\"}]}', 1, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (36, 'name', 'generate warehouse name for ##description##', 'warehouse', '{\"field\":[{\"label\":\"Description\",\"placeholder\":\"e.g.North Warehouse\",\"field_type\":\"textarea\",\"field_name\":\"description\"}]}', 0, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (37, 'subject', 'generate example of subject for bug in ecommerce base website support ticket', 'support', '{\"field\":[{\"label\":\"Ticket Description of Bug\",\"placeholder\":\"e.g.Bug Summary\",\"field_type\":\"textarea\",\"field_name\":\"description\"}]}', 0, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (38, 'description', 'generate support ticket description of subject for ##subject## ', 'support', '{\"field\":[{\"label\":\"Ticket Subject\",\"placeholder\":\"e.g.Error Message Displayed\",\"field_type\":\"textarea\",\"field_name\":\"subject\"}]}', 1, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (39, 'title', 'Generate a list of Zoom meeting topics for ##description## metting. The purpose of the meeting is to ##description##. Structure the topics to ensure a productive discussion.', 'zoom meeting', '{\"field\":[{\"label\":\"Meeting description \",\"placeholder\":\"e.g.Remote Collaboration\",\"field_type\":\"textarea\",\"field_name\":\"description\"}]}', 0, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (40, 'content', 'Generate a meeting notification message for an ##topic## meeting. Include the date, time, location, and a brief agenda with three key discussion points.', 'notification template', '{\"field\":[{\"label\":\"Notification Message\",\"placeholder\":\"e.g.brief explanation of the purpose or background of the notification\",\"field_type\":\"textarea\",\"field_name\":\"topic\"}]}', 0, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (41, 'name', 'please suggest subscription plan name for this : ##description## for my business', 'plan', '{\"field\":[{\"label\":\"What is your plan about?\",\"placeholder\":\"e.g. Describe your plan details \",\"field_type\":\"textarea\",\"field_name\":\"description\"}]}', 0, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (42, 'description', 'please suggest subscription plan description for this : ##title##: for my business', 'plan', '{\"field\":[{\"label\":\"What is your plan title?\",\"placeholder\":\"e.g. Pro Resller,Exclusive Access\",\"field_type\":\"text_box\",\"field_name\":\"title\"}]}', 1, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (43, 'name', 'give 10 catchy only name of Offer or discount Coupon for : ##keywords##', 'coupon', '{\"field\":[{\"label\":\"Seed words\",\"placeholder\":\"e.g.coupon will provide you with a discount on your selected plan\",\"field_type\":\"text_box\",\"field_name\":\"keywords\"}]}', 0, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (44, 'meta_title', 'Write SEO meta title for:\n\n ##description## \n\nWebsite name is:\n ##title## \n\nSeed words:\n ##keywords## \n\n', 'seo', '{\"field\":[{\"label\":\"Website Name\",\"placeholder\":\"e.g. Amazon, Google\",\"field_type\":\"text_box\",\"field_name\":\"title\"},{\"label\":\"Website Description\",\"placeholder\":\"e.g. Describe what your website or business do\",\"field_type\":\"textarea\",\"field_name\":\"description\"},{\"label\":\"Keywords\",\"placeholder\":\"e.g. cloud services, databases\",\"field_type\":\"text_box\",\"field_name\":\"keywords\"}]}', 0, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (45, 'meta_desc', 'Write SEO meta description for:\n\n ##description## \n\nWebsite name is:\n ##title## \n\nSeed words:\n ##keywords## \n\n', 'seo', '{\"field\":[{\"label\":\"Website Name\",\"placeholder\":\"e.g. Amazon, Google\",\"field_type\":\"text_box\",\"field_name\":\"title\"},{\"label\":\"Website Description\",\"placeholder\":\"e.g. Describe what your website or business do\",\"field_type\":\"textarea\",\"field_name\":\"description\"},{\"label\":\"Keywords\",\"placeholder\":\"e.g. cloud services, databases\",\"field_type\":\"text_box\",\"field_name\":\"keywords\"}]}', 1, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (46, 'cookie_title', 'please suggest me cookie title for this ##description## website which i can use in my website cookie', 'cookie', '{\"field\":[{\"label\":\"Website name or info\",\"placeholder\":\"e.g. example website \",\"field_type\":\"textarea\",\"field_name\":\"title\"}]}', 0, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (47, 'cookie_description', 'please suggest me Cookie description for this cookie title ##title## which i can use in my website cookie', 'cookie', '{\"field\":[{\"label\":\"Cookie Title \",\"placeholder\":\"e.g. example website \",\"field_type\":\"text_box\",\"field_name\":\"title\"}]}', 1, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (48, 'strictly_cookie_title', 'please suggest me only Strictly Cookie Title for this ##description## website which i can use in my website cookie', 'cookie', '{\"field\":[{\"label\":\"Website name or info\",\"placeholder\":\"e.g. example website \",\"field_type\":\"textarea\",\"field_name\":\"title\"}]}', 0, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (49, 'strictly_cookie_description', 'please suggest me Strictly Cookie description for this Strictly cookie title ##title## which i can use in my website cookie', 'cookie', '{\"field\":[{\"label\":\"Strictly Cookie Title \",\"placeholder\":\"e.g. example website \",\"field_type\":\"text_box\",\"field_name\":\"title\"}]}', 1, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (50, 'more_information_description', 'I need assistance in crafting compelling content for my ##web_name## website\'s \'Contact Us\' page of my website. The page should provide relevant information to users, encourage them to reach out for inquiries, support, and feedback, and reflect the unique value proposition of my business.', 'cookie', '{\"field\":[{\"label\":\"Websit Name\",\"placeholder\":\"e.g. example website \",\"field_type\":\"text_box\",\"field_name\":\"web_name\"}]}', 1, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (51, 'content', 'generate email template for ##type##', 'email template', '{\"field\":[{\"label\":\"Email Type\",\"placeholder\":\"e.g. new user,new client\",\"field_type\":\"text_box\",\"field_name\":\"type\"}]}', 1, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (52, 'note', 'Generate short description Note for lead ##description##', 'lead', '{\"field\":[{\"label\":\"Lead description\",\"placeholder\":\"e.g. create notes for lead user \",\"field_type\":\"textarea\",\"field_name\":\"description\"}]}', 1, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (53, 'description', 'Generate a short note summarizing the key points discussed during a lead ##name## call. The purpose of the note is to capture important details and action items discussed with the ##name## lead. Please structure the note in a concise and organized manner.', 'lead', '{\"field\":[{\"label\":\"Lead name\",\"placeholder\":\"e.g. create description for lead user \",\"field_type\":\"textarea\",\"field_name\":\"name\"}]}', 1, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (54, 'note', 'Generate short description Note for deal ##description##', 'deal', '{\"field\":[{\"label\":\"Deal description\",\"placeholder\":\"e.g.create note for deal client\",\"field_type\":\"textarea\",\"field_name\":\"description\"}]}', 1, '2025-03-06 23:52:39', '2025-03-06 23:52:39'), (55, 'description', 'Generate a short note summarizing a deal call. Imagine you just had a call with a potential client or partner to discuss a ##description## deal. Write a concise summary of the key points discussed during the call. Include the important details such as the client\'s name, the purpose of the call, any agreements or decisions made, and next steps to be taken.', 'deal', '{\"field\":[{\"label\":\"Deal name\",\"placeholder\":\"e.g. Establishing Communication \",\"field_type\":\"textarea\",\"field_name\":\"description\"}]}', 1, '2025-03-06 23:52:39', '2025-03-06 23:52:39'); -- -------------------------------------------------------- -- -- Table structure for table `terminations` -- CREATE TABLE `terminations` ( `id` bigint(20) UNSIGNED NOT NULL, `employee_id` int(11) NOT NULL DEFAULT 0, `notice_date` date NOT NULL, `termination_date` date NOT NULL, `termination_type` varchar(191) DEFAULT NULL, `description` varchar(191) DEFAULT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `termination_types` -- CREATE TABLE `termination_types` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) DEFAULT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `timesheets` -- CREATE TABLE `timesheets` ( `id` bigint(20) UNSIGNED NOT NULL, `project_id` int(11) NOT NULL, `task_id` int(11) NOT NULL DEFAULT 0, `date` date NOT NULL, `time` time NOT NULL, `description` text DEFAULT NULL, `created_by` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `time_trackers` -- CREATE TABLE `time_trackers` ( `id` bigint(20) UNSIGNED NOT NULL, `project_id` int(11) DEFAULT NULL, `task_id` int(11) DEFAULT NULL, `tag_id` text DEFAULT NULL, `name` varchar(191) DEFAULT NULL, `is_billable` int(11) NOT NULL DEFAULT 0, `start_time` datetime DEFAULT NULL, `end_time` datetime DEFAULT NULL, `total_time` varchar(191) NOT NULL DEFAULT '0', `is_active` varchar(191) NOT NULL DEFAULT '1', `created_by` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `track_photos` -- CREATE TABLE `track_photos` ( `id` bigint(20) UNSIGNED NOT NULL, `track_id` int(11) NOT NULL DEFAULT 0, `user_id` int(11) NOT NULL DEFAULT 0, `img_path` varchar(191) DEFAULT NULL, `time` datetime DEFAULT NULL, `status` varchar(191) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `trainers` -- CREATE TABLE `trainers` ( `id` bigint(20) UNSIGNED NOT NULL, `branch` varchar(191) NOT NULL, `firstname` varchar(191) NOT NULL, `lastname` varchar(191) NOT NULL, `contact` varchar(191) NOT NULL, `email` varchar(191) NOT NULL, `address` text DEFAULT NULL, `expertise` text DEFAULT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `trainings` -- CREATE TABLE `trainings` ( `id` bigint(20) UNSIGNED NOT NULL, `branch` int(11) NOT NULL, `trainer_option` int(11) NOT NULL, `training_type` int(11) NOT NULL, `trainer` int(11) NOT NULL, `training_cost` double NOT NULL DEFAULT 0, `employee` int(11) NOT NULL, `start_date` date NOT NULL, `end_date` date NOT NULL, `description` text DEFAULT NULL, `performance` int(11) NOT NULL DEFAULT 0, `status` int(11) NOT NULL DEFAULT 0, `remarks` text DEFAULT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `training_types` -- CREATE TABLE `training_types` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `transactions` -- CREATE TABLE `transactions` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` int(11) NOT NULL, `user_type` varchar(191) NOT NULL, `account` int(11) NOT NULL, `type` varchar(191) DEFAULT NULL, `amount` decimal(16,2) NOT NULL DEFAULT 0.00, `description` text DEFAULT NULL, `date` date NOT NULL, `created_by` int(11) NOT NULL DEFAULT 0, `payment_id` int(11) NOT NULL DEFAULT 0, `category` varchar(191) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `transaction_lines` -- CREATE TABLE `transaction_lines` ( `id` bigint(20) UNSIGNED NOT NULL, `account_id` int(11) NOT NULL, `reference` varchar(191) NOT NULL, `reference_id` int(11) NOT NULL, `reference_sub_id` int(11) NOT NULL, `date` date NOT NULL, `credit` decimal(15,2) NOT NULL DEFAULT 0.00, `debit` decimal(15,2) NOT NULL DEFAULT 0.00, `created_by` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `transaction_orders` -- CREATE TABLE `transaction_orders` ( `id` bigint(20) UNSIGNED NOT NULL, `req_amount` decimal(15,2) NOT NULL DEFAULT 0.00, `req_user_id` int(11) NOT NULL, `status` int(11) NOT NULL DEFAULT 0, `date` date DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `transfers` -- CREATE TABLE `transfers` ( `id` bigint(20) UNSIGNED NOT NULL, `employee_id` int(11) NOT NULL DEFAULT 0, `branch_id` int(11) NOT NULL DEFAULT 0, `department_id` int(11) NOT NULL DEFAULT 0, `transfer_date` date NOT NULL, `description` varchar(191) DEFAULT NULL, `created_by` varchar(191) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `travels` -- CREATE TABLE `travels` ( `id` bigint(20) UNSIGNED NOT NULL, `employee_id` int(11) NOT NULL DEFAULT 0, `start_date` date NOT NULL, `end_date` date NOT NULL, `purpose_of_visit` varchar(191) DEFAULT NULL, `place_of_visit` varchar(191) DEFAULT NULL, `description` varchar(191) DEFAULT NULL, `created_by` varchar(191) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `users` -- CREATE TABLE `users` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) DEFAULT NULL, `email` varchar(191) NOT NULL, `email_verified_at` timestamp NULL DEFAULT NULL, `password` varchar(191) DEFAULT NULL, `plan` int(11) DEFAULT NULL, `plan_expire_date` date DEFAULT NULL, `requested_plan` int(11) NOT NULL DEFAULT 0, `trial_plan` int(11) NOT NULL DEFAULT 0, `trial_expire_date` date DEFAULT NULL, `type` varchar(100) DEFAULT NULL, `storage_limit` double NOT NULL DEFAULT 0, `avatar` varchar(191) NOT NULL DEFAULT 'avatar.png', `messenger_color` varchar(191) NOT NULL DEFAULT '#2180f3', `lang` varchar(100) DEFAULT NULL, `default_pipeline` int(11) DEFAULT NULL, `active_status` tinyint(1) NOT NULL DEFAULT 0, `delete_status` int(11) NOT NULL DEFAULT 1, `mode` varchar(10) NOT NULL DEFAULT 'light', `dark_mode` tinyint(1) NOT NULL DEFAULT 0, `is_disable` int(11) NOT NULL DEFAULT 1, `is_enable_login` int(11) NOT NULL DEFAULT 1, `is_active` int(11) NOT NULL DEFAULT 1, `referral_code` int(11) NOT NULL DEFAULT 0, `used_referral_code` int(11) NOT NULL DEFAULT 0, `commission_amount` int(11) NOT NULL DEFAULT 0, `last_login_at` datetime DEFAULT NULL, `created_by` int(11) NOT NULL DEFAULT 0, `remember_token` varchar(100) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `is_email_verified` tinyint(1) NOT NULL DEFAULT 0 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `users` -- INSERT INTO `users` (`id`, `name`, `email`, `email_verified_at`, `password`, `plan`, `plan_expire_date`, `requested_plan`, `trial_plan`, `trial_expire_date`, `type`, `storage_limit`, `avatar`, `messenger_color`, `lang`, `default_pipeline`, `active_status`, `delete_status`, `mode`, `dark_mode`, `is_disable`, `is_enable_login`, `is_active`, `referral_code`, `used_referral_code`, `commission_amount`, `last_login_at`, `created_by`, `remember_token`, `created_at`, `updated_at`, `is_email_verified`) VALUES (1, 'Super Admin', 'superadmin@example.com', '2025-03-06 23:51:41', '$2y$10$ezJakmGExL0WEevrnDqY..ANJxoV3oKZ/1fjvB/O7zvqqK2CKUH3S', NULL, NULL, 0, 0, NULL, 'super admin', 0, 'images_1741325323.jpg', '#2180f3', 'en', NULL, 0, 1, 'light', 0, 1, 1, 1, 0, 0, 0, '2025-03-07 06:38:31', 0, NULL, '2025-03-06 23:51:41', '2025-03-07 01:08:31', 0), (2, 'company', 'company@example.com', '2025-03-06 23:51:43', '$2y$10$.E5LPzuaxR.Cei0o0rcqB..E1Qjx79VMkwO7L9XJGlSL4lWSJrF0O', 1, NULL, 0, 0, NULL, 'company', 0, '', '#2180f3', 'en', 1, 0, 1, 'light', 0, 1, 1, 1, 621495, 0, 0, '2025-03-07 06:39:41', 1, NULL, '2025-03-06 23:51:43', '2025-03-07 01:09:41', 0), (3, 'accountant', 'accountant@example.com', '2025-03-06 23:51:44', '$2y$10$KCBqT.zaz/FUFMYWdUy8fu2KSlvLkXzYZNPd5bOKa.MW6FJBwcGsy', NULL, NULL, 0, 0, NULL, 'accountant', 0, '', '#2180f3', 'en', 1, 0, 1, 'light', 0, 1, 1, 1, 0, 0, 0, '2025-03-07 05:26:42', 2, NULL, '2025-03-06 23:51:44', '2025-03-06 23:56:42', 0), (4, 'employee', 'employee@example.com', '2025-03-06 23:51:45', '$2y$10$gxcbj5BJgU.SIBxB2Wrb9Oy8DCBpSSFdTFTr01igYitRj56li4ReW', NULL, NULL, 0, 0, NULL, 'Employee', 0, '', '#2180f3', 'en', 1, 0, 1, 'light', 0, 1, 1, 1, 0, 0, 0, '2025-03-07 06:43:57', 2, NULL, '2025-03-06 23:51:45', '2025-03-07 01:13:57', 0), (5, 'client', 'client@example.com', '2025-03-06 23:51:46', '$2y$10$GJNPZK/o.sHnjHy.jXo0VOGKtCJbDU3O05YCyqc3ZAEWt0jhgxXc.', NULL, NULL, 0, 0, NULL, 'client', 0, '', '#2180f3', 'en', 1, 0, 1, 'light', 0, 1, 1, 1, 0, 0, 0, '2025-03-07 06:41:52', 2, NULL, '2025-03-06 23:51:46', '2025-03-07 01:11:52', 0); -- -------------------------------------------------------- -- -- Table structure for table `users_verify` -- CREATE TABLE `users_verify` ( `user_id` int(11) NOT NULL, `token` varchar(191) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `user_contacts` -- CREATE TABLE `user_contacts` ( `id` bigint(20) UNSIGNED NOT NULL, `parent_id` int(11) NOT NULL, `user_id` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `user_coupons` -- CREATE TABLE `user_coupons` ( `id` bigint(20) UNSIGNED NOT NULL, `user` int(11) NOT NULL, `coupon` int(11) NOT NULL, `order` varchar(191) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `user_deals` -- CREATE TABLE `user_deals` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `deal_id` bigint(20) UNSIGNED NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `user_email_templates` -- CREATE TABLE `user_email_templates` ( `id` bigint(20) UNSIGNED NOT NULL, `template_id` int(11) NOT NULL, `user_id` int(11) NOT NULL, `is_active` int(11) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `user_email_templates` -- INSERT INTO `user_email_templates` (`id`, `template_id`, `user_id`, `is_active`, `created_at`, `updated_at`) VALUES (1, 1, 2, 1, '2025-03-06 23:52:29', '2025-03-06 23:52:29'), (2, 2, 2, 1, '2025-03-06 23:52:29', '2025-03-06 23:52:29'), (3, 3, 2, 1, '2025-03-06 23:52:29', '2025-03-06 23:52:29'), (4, 4, 2, 1, '2025-03-06 23:52:29', '2025-03-06 23:52:29'), (5, 5, 2, 1, '2025-03-06 23:52:29', '2025-03-06 23:52:29'), (6, 6, 2, 1, '2025-03-06 23:52:29', '2025-03-06 23:52:29'), (7, 7, 2, 1, '2025-03-06 23:52:29', '2025-03-06 23:52:29'), (8, 8, 2, 1, '2025-03-06 23:52:29', '2025-03-06 23:52:29'), (9, 9, 2, 1, '2025-03-06 23:52:29', '2025-03-06 23:52:29'), (10, 10, 2, 1, '2025-03-06 23:52:30', '2025-03-06 23:52:30'), (11, 11, 2, 1, '2025-03-06 23:52:30', '2025-03-06 23:52:30'), (12, 12, 2, 1, '2025-03-06 23:52:30', '2025-03-06 23:52:30'), (13, 13, 2, 1, '2025-03-06 23:52:30', '2025-03-06 23:52:30'), (14, 14, 2, 1, '2025-03-06 23:52:30', '2025-03-06 23:52:30'), (15, 15, 2, 1, '2025-03-06 23:52:30', '2025-03-06 23:52:30'), (16, 16, 2, 1, '2025-03-06 23:52:30', '2025-03-06 23:52:30'), (17, 17, 2, 1, '2025-03-06 23:52:30', '2025-03-06 23:52:30'), (18, 18, 2, 1, '2025-03-06 23:52:30', '2025-03-06 23:52:30'), (19, 19, 2, 1, '2025-03-06 23:52:30', '2025-03-06 23:52:30'), (20, 20, 2, 1, '2025-03-06 23:52:30', '2025-03-06 23:52:30'), (21, 21, 2, 1, '2025-03-06 23:52:30', '2025-03-06 23:52:30'), (22, 22, 2, 1, '2025-03-06 23:52:30', '2025-03-06 23:52:30'), (23, 23, 2, 1, '2025-03-06 23:52:30', '2025-03-06 23:52:30'), (24, 24, 2, 1, '2025-03-06 23:52:30', '2025-03-06 23:52:30'), (25, 25, 2, 1, '2025-03-06 23:52:30', '2025-03-06 23:52:30'), (26, 26, 2, 1, '2025-03-06 23:52:30', '2025-03-06 23:52:30'), (27, 27, 2, 1, '2025-03-06 23:52:30', '2025-03-06 23:52:30'), (28, 28, 2, 1, '2025-03-06 23:52:31', '2025-03-06 23:52:31'), (29, 1, 1, 1, '2025-03-06 23:53:56', '2025-03-06 23:53:56'), (30, 2, 1, 1, '2025-03-06 23:53:56', '2025-03-06 23:53:56'), (31, 3, 1, 1, '2025-03-06 23:53:56', '2025-03-06 23:53:56'), (32, 4, 1, 1, '2025-03-06 23:53:56', '2025-03-06 23:53:56'), (33, 5, 1, 1, '2025-03-06 23:53:56', '2025-03-06 23:53:56'), (34, 6, 1, 1, '2025-03-06 23:53:57', '2025-03-06 23:53:57'), (35, 7, 1, 1, '2025-03-06 23:53:57', '2025-03-06 23:53:57'), (36, 8, 1, 1, '2025-03-06 23:53:57', '2025-03-06 23:53:57'), (37, 9, 1, 1, '2025-03-06 23:53:57', '2025-03-06 23:53:57'), (38, 10, 1, 1, '2025-03-06 23:53:57', '2025-03-06 23:53:57'), (39, 11, 1, 1, '2025-03-06 23:53:57', '2025-03-06 23:53:57'), (40, 12, 1, 1, '2025-03-06 23:53:57', '2025-03-06 23:53:57'), (41, 13, 1, 1, '2025-03-06 23:53:57', '2025-03-06 23:53:57'), (42, 14, 1, 1, '2025-03-06 23:53:57', '2025-03-06 23:53:57'), (43, 15, 1, 1, '2025-03-06 23:53:57', '2025-03-06 23:53:57'), (44, 16, 1, 1, '2025-03-06 23:53:58', '2025-03-06 23:53:58'), (45, 17, 1, 1, '2025-03-06 23:53:58', '2025-03-06 23:53:58'), (46, 18, 1, 1, '2025-03-06 23:53:58', '2025-03-06 23:53:58'), (47, 19, 1, 1, '2025-03-06 23:53:58', '2025-03-06 23:53:58'), (48, 20, 1, 1, '2025-03-06 23:53:58', '2025-03-06 23:53:58'), (49, 21, 1, 1, '2025-03-06 23:53:58', '2025-03-06 23:53:58'), (50, 22, 1, 1, '2025-03-06 23:53:58', '2025-03-06 23:53:58'), (51, 23, 1, 1, '2025-03-06 23:53:58', '2025-03-06 23:53:58'), (52, 24, 1, 1, '2025-03-06 23:53:58', '2025-03-06 23:53:58'), (53, 25, 1, 1, '2025-03-06 23:53:58', '2025-03-06 23:53:58'), (54, 26, 1, 1, '2025-03-06 23:53:58', '2025-03-06 23:53:58'), (55, 27, 1, 1, '2025-03-06 23:53:58', '2025-03-06 23:53:58'), (56, 28, 1, 1, '2025-03-06 23:53:58', '2025-03-06 23:53:58'), (57, 1, 3, 1, '2025-03-06 23:56:38', '2025-03-06 23:56:38'), (58, 2, 3, 1, '2025-03-06 23:56:38', '2025-03-06 23:56:38'), (59, 3, 3, 1, '2025-03-06 23:56:38', '2025-03-06 23:56:38'), (60, 4, 3, 1, '2025-03-06 23:56:38', '2025-03-06 23:56:38'), (61, 5, 3, 1, '2025-03-06 23:56:38', '2025-03-06 23:56:38'), (62, 6, 3, 1, '2025-03-06 23:56:38', '2025-03-06 23:56:38'), (63, 7, 3, 1, '2025-03-06 23:56:38', '2025-03-06 23:56:38'), (64, 8, 3, 1, '2025-03-06 23:56:38', '2025-03-06 23:56:38'), (65, 9, 3, 1, '2025-03-06 23:56:39', '2025-03-06 23:56:39'), (66, 10, 3, 1, '2025-03-06 23:56:39', '2025-03-06 23:56:39'), (67, 11, 3, 1, '2025-03-06 23:56:39', '2025-03-06 23:56:39'), (68, 12, 3, 1, '2025-03-06 23:56:40', '2025-03-06 23:56:40'), (69, 13, 3, 1, '2025-03-06 23:56:40', '2025-03-06 23:56:40'), (70, 14, 3, 1, '2025-03-06 23:56:40', '2025-03-06 23:56:40'), (71, 15, 3, 1, '2025-03-06 23:56:40', '2025-03-06 23:56:40'), (72, 16, 3, 1, '2025-03-06 23:56:40', '2025-03-06 23:56:40'), (73, 17, 3, 1, '2025-03-06 23:56:40', '2025-03-06 23:56:40'), (74, 18, 3, 1, '2025-03-06 23:56:40', '2025-03-06 23:56:40'), (75, 19, 3, 1, '2025-03-06 23:56:41', '2025-03-06 23:56:41'), (76, 20, 3, 1, '2025-03-06 23:56:41', '2025-03-06 23:56:41'), (77, 21, 3, 1, '2025-03-06 23:56:41', '2025-03-06 23:56:41'), (78, 22, 3, 1, '2025-03-06 23:56:41', '2025-03-06 23:56:41'), (79, 23, 3, 1, '2025-03-06 23:56:41', '2025-03-06 23:56:41'), (80, 24, 3, 1, '2025-03-06 23:56:41', '2025-03-06 23:56:41'), (81, 25, 3, 1, '2025-03-06 23:56:41', '2025-03-06 23:56:41'), (82, 26, 3, 1, '2025-03-06 23:56:41', '2025-03-06 23:56:41'), (83, 27, 3, 1, '2025-03-06 23:56:42', '2025-03-06 23:56:42'), (84, 28, 3, 1, '2025-03-06 23:56:42', '2025-03-06 23:56:42'), (85, 1, 5, 1, '2025-03-07 01:11:44', '2025-03-07 01:11:44'), (86, 2, 5, 1, '2025-03-07 01:11:45', '2025-03-07 01:11:45'), (87, 3, 5, 1, '2025-03-07 01:11:45', '2025-03-07 01:11:45'), (88, 4, 5, 1, '2025-03-07 01:11:46', '2025-03-07 01:11:46'), (89, 5, 5, 1, '2025-03-07 01:11:46', '2025-03-07 01:11:46'), (90, 6, 5, 1, '2025-03-07 01:11:47', '2025-03-07 01:11:47'), (91, 7, 5, 1, '2025-03-07 01:11:47', '2025-03-07 01:11:47'), (92, 8, 5, 1, '2025-03-07 01:11:47', '2025-03-07 01:11:47'), (93, 9, 5, 1, '2025-03-07 01:11:47', '2025-03-07 01:11:47'), (94, 10, 5, 1, '2025-03-07 01:11:48', '2025-03-07 01:11:48'), (95, 11, 5, 1, '2025-03-07 01:11:48', '2025-03-07 01:11:48'), (96, 12, 5, 1, '2025-03-07 01:11:48', '2025-03-07 01:11:48'), (97, 13, 5, 1, '2025-03-07 01:11:48', '2025-03-07 01:11:48'), (98, 14, 5, 1, '2025-03-07 01:11:49', '2025-03-07 01:11:49'), (99, 15, 5, 1, '2025-03-07 01:11:49', '2025-03-07 01:11:49'), (100, 16, 5, 1, '2025-03-07 01:11:49', '2025-03-07 01:11:49'), (101, 17, 5, 1, '2025-03-07 01:11:49', '2025-03-07 01:11:49'), (102, 18, 5, 1, '2025-03-07 01:11:50', '2025-03-07 01:11:50'), (103, 19, 5, 1, '2025-03-07 01:11:50', '2025-03-07 01:11:50'), (104, 20, 5, 1, '2025-03-07 01:11:50', '2025-03-07 01:11:50'), (105, 21, 5, 1, '2025-03-07 01:11:50', '2025-03-07 01:11:50'), (106, 22, 5, 1, '2025-03-07 01:11:51', '2025-03-07 01:11:51'), (107, 23, 5, 1, '2025-03-07 01:11:51', '2025-03-07 01:11:51'), (108, 24, 5, 1, '2025-03-07 01:11:51', '2025-03-07 01:11:51'), (109, 25, 5, 1, '2025-03-07 01:11:51', '2025-03-07 01:11:51'), (110, 26, 5, 1, '2025-03-07 01:11:52', '2025-03-07 01:11:52'), (111, 27, 5, 1, '2025-03-07 01:11:52', '2025-03-07 01:11:52'), (112, 28, 5, 1, '2025-03-07 01:11:52', '2025-03-07 01:11:52'), (113, 1, 4, 1, '2025-03-07 01:13:38', '2025-03-07 01:13:38'), (114, 2, 4, 1, '2025-03-07 01:13:39', '2025-03-07 01:13:39'), (115, 3, 4, 1, '2025-03-07 01:13:40', '2025-03-07 01:13:40'), (116, 4, 4, 1, '2025-03-07 01:13:40', '2025-03-07 01:13:40'), (117, 5, 4, 1, '2025-03-07 01:13:40', '2025-03-07 01:13:40'), (118, 6, 4, 1, '2025-03-07 01:13:41', '2025-03-07 01:13:41'), (119, 7, 4, 1, '2025-03-07 01:13:42', '2025-03-07 01:13:42'), (120, 8, 4, 1, '2025-03-07 01:13:43', '2025-03-07 01:13:43'), (121, 9, 4, 1, '2025-03-07 01:13:43', '2025-03-07 01:13:43'), (122, 10, 4, 1, '2025-03-07 01:13:44', '2025-03-07 01:13:44'), (123, 11, 4, 1, '2025-03-07 01:13:44', '2025-03-07 01:13:44'), (124, 12, 4, 1, '2025-03-07 01:13:45', '2025-03-07 01:13:45'), (125, 13, 4, 1, '2025-03-07 01:13:45', '2025-03-07 01:13:45'), (126, 14, 4, 1, '2025-03-07 01:13:46', '2025-03-07 01:13:46'), (127, 15, 4, 1, '2025-03-07 01:13:49', '2025-03-07 01:13:49'), (128, 16, 4, 1, '2025-03-07 01:13:50', '2025-03-07 01:13:50'), (129, 17, 4, 1, '2025-03-07 01:13:51', '2025-03-07 01:13:51'), (130, 18, 4, 1, '2025-03-07 01:13:52', '2025-03-07 01:13:52'), (131, 19, 4, 1, '2025-03-07 01:13:53', '2025-03-07 01:13:53'), (132, 20, 4, 1, '2025-03-07 01:13:54', '2025-03-07 01:13:54'), (133, 21, 4, 1, '2025-03-07 01:13:54', '2025-03-07 01:13:54'), (134, 22, 4, 1, '2025-03-07 01:13:55', '2025-03-07 01:13:55'), (135, 23, 4, 1, '2025-03-07 01:13:55', '2025-03-07 01:13:55'), (136, 24, 4, 1, '2025-03-07 01:13:56', '2025-03-07 01:13:56'), (137, 25, 4, 1, '2025-03-07 01:13:56', '2025-03-07 01:13:56'), (138, 26, 4, 1, '2025-03-07 01:13:56', '2025-03-07 01:13:56'), (139, 27, 4, 1, '2025-03-07 01:13:57', '2025-03-07 01:13:57'), (140, 28, 4, 1, '2025-03-07 01:13:57', '2025-03-07 01:13:57'); -- -------------------------------------------------------- -- -- Table structure for table `user_leads` -- CREATE TABLE `user_leads` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `lead_id` bigint(20) UNSIGNED NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `user_to_dos` -- CREATE TABLE `user_to_dos` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(191) NOT NULL, `is_complete` tinyint(1) NOT NULL DEFAULT 0, `user_id` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `venders` -- CREATE TABLE `venders` ( `id` bigint(20) UNSIGNED NOT NULL, `vender_id` int(11) NOT NULL, `name` varchar(191) DEFAULT NULL, `email` varchar(191) DEFAULT NULL, `tax_number` varchar(191) DEFAULT NULL, `password` varchar(191) DEFAULT NULL, `contact` varchar(191) DEFAULT NULL, `avatar` varchar(100) NOT NULL DEFAULT '', `created_by` int(11) NOT NULL DEFAULT 0, `is_active` int(11) NOT NULL DEFAULT 1, `email_verified_at` timestamp NULL DEFAULT NULL, `billing_name` varchar(191) DEFAULT NULL, `billing_country` varchar(191) DEFAULT NULL, `billing_state` varchar(191) DEFAULT NULL, `billing_city` varchar(191) DEFAULT NULL, `billing_phone` varchar(191) DEFAULT NULL, `billing_zip` varchar(191) DEFAULT NULL, `billing_address` text DEFAULT NULL, `shipping_name` varchar(191) DEFAULT NULL, `shipping_country` varchar(191) DEFAULT NULL, `shipping_state` varchar(191) DEFAULT NULL, `shipping_city` varchar(191) DEFAULT NULL, `shipping_phone` varchar(191) DEFAULT NULL, `shipping_zip` varchar(191) DEFAULT NULL, `shipping_address` text DEFAULT NULL, `lang` varchar(191) NOT NULL DEFAULT 'en', `balance` double NOT NULL DEFAULT 0, `remember_token` varchar(100) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `warehouses` -- CREATE TABLE `warehouses` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(191) NOT NULL, `address` text NOT NULL, `city` varchar(191) NOT NULL, `city_zip` varchar(191) NOT NULL, `created_by` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `warehouses` -- INSERT INTO `warehouses` (`id`, `name`, `address`, `city`, `city_zip`, `created_by`, `created_at`, `updated_at`) VALUES (1, 'North Warehouse', '723 N. Tillamook Street Portland, OR Portland, United States', 'Portland', '97227', 2, '2025-03-06 23:52:31', '2025-03-06 23:52:31'); -- -------------------------------------------------------- -- -- Table structure for table `warehouse_products` -- CREATE TABLE `warehouse_products` ( `id` bigint(20) UNSIGNED NOT NULL, `warehouse_id` int(11) NOT NULL DEFAULT 0, `product_id` int(11) NOT NULL DEFAULT 0, `quantity` int(11) NOT NULL DEFAULT 0, `created_by` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `warehouse_transfers` -- CREATE TABLE `warehouse_transfers` ( `id` bigint(20) UNSIGNED NOT NULL, `from_warehouse` int(11) NOT NULL DEFAULT 0, `to_warehouse` int(11) NOT NULL DEFAULT 0, `product_id` int(11) NOT NULL DEFAULT 0, `quantity` int(11) NOT NULL DEFAULT 0, `date` date DEFAULT NULL, `created_by` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `warnings` -- CREATE TABLE `warnings` ( `id` bigint(20) UNSIGNED NOT NULL, `warning_to` int(11) NOT NULL, `warning_by` int(11) NOT NULL, `subject` varchar(191) DEFAULT NULL, `warning_date` date NOT NULL, `description` varchar(191) DEFAULT NULL, `created_by` varchar(191) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `webhook_settings` -- CREATE TABLE `webhook_settings` ( `id` bigint(20) UNSIGNED NOT NULL, `module` varchar(191) DEFAULT NULL, `url` varchar(191) DEFAULT NULL, `method` varchar(191) DEFAULT NULL, `created_by` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `zoom_meetings` -- CREATE TABLE `zoom_meetings` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(191) DEFAULT NULL, `meeting_id` int(11) NOT NULL DEFAULT 0, `project_id` int(11) NOT NULL DEFAULT 0, `user_id` varchar(191) DEFAULT NULL, `client_id` int(11) NOT NULL DEFAULT 0, `password` varchar(191) DEFAULT NULL, `start_date` timestamp NOT NULL DEFAULT current_timestamp(), `duration` int(11) NOT NULL DEFAULT 0, `start_url` text DEFAULT NULL, `join_url` varchar(191) DEFAULT NULL, `status` varchar(191) DEFAULT 'waiting', `created_by` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Indexes for dumped tables -- -- -- Indexes for table `activity_logs` -- ALTER TABLE `activity_logs` ADD PRIMARY KEY (`id`); -- -- Indexes for table `admin_payment_settings` -- ALTER TABLE `admin_payment_settings` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `admin_payment_settings_name_created_by_unique` (`name`,`created_by`); -- -- Indexes for table `allowances` -- ALTER TABLE `allowances` ADD PRIMARY KEY (`id`); -- -- Indexes for table `allowance_options` -- ALTER TABLE `allowance_options` ADD PRIMARY KEY (`id`); -- -- Indexes for table `announcements` -- ALTER TABLE `announcements` ADD PRIMARY KEY (`id`); -- -- Indexes for table `announcement_employees` -- ALTER TABLE `announcement_employees` ADD PRIMARY KEY (`id`); -- -- Indexes for table `appraisals` -- ALTER TABLE `appraisals` ADD PRIMARY KEY (`id`); -- -- Indexes for table `assets` -- ALTER TABLE `assets` ADD PRIMARY KEY (`id`); -- -- Indexes for table `attendance_employees` -- ALTER TABLE `attendance_employees` ADD PRIMARY KEY (`id`); -- -- Indexes for table `awards` -- ALTER TABLE `awards` ADD PRIMARY KEY (`id`); -- -- Indexes for table `award_types` -- ALTER TABLE `award_types` ADD PRIMARY KEY (`id`); -- -- Indexes for table `bank_accounts` -- ALTER TABLE `bank_accounts` ADD PRIMARY KEY (`id`); -- -- Indexes for table `bank_transfers` -- ALTER TABLE `bank_transfers` ADD PRIMARY KEY (`id`); -- -- Indexes for table `bills` -- ALTER TABLE `bills` ADD PRIMARY KEY (`id`); -- -- Indexes for table `bill_accounts` -- ALTER TABLE `bill_accounts` ADD PRIMARY KEY (`id`); -- -- Indexes for table `bill_payments` -- ALTER TABLE `bill_payments` ADD PRIMARY KEY (`id`); -- -- Indexes for table `bill_products` -- ALTER TABLE `bill_products` ADD PRIMARY KEY (`id`); -- -- Indexes for table `branches` -- ALTER TABLE `branches` ADD PRIMARY KEY (`id`); -- -- Indexes for table `budgets` -- ALTER TABLE `budgets` ADD PRIMARY KEY (`id`); -- -- Indexes for table `bugs` -- ALTER TABLE `bugs` ADD PRIMARY KEY (`id`); -- -- Indexes for table `bug_comments` -- ALTER TABLE `bug_comments` ADD PRIMARY KEY (`id`); -- -- Indexes for table `bug_files` -- ALTER TABLE `bug_files` ADD PRIMARY KEY (`id`); -- -- Indexes for table `bug_statuses` -- ALTER TABLE `bug_statuses` ADD PRIMARY KEY (`id`); -- -- Indexes for table `chart_of_accounts` -- ALTER TABLE `chart_of_accounts` ADD PRIMARY KEY (`id`); -- -- Indexes for table `chart_of_account_parents` -- ALTER TABLE `chart_of_account_parents` ADD PRIMARY KEY (`id`); -- -- Indexes for table `chart_of_account_sub_types` -- ALTER TABLE `chart_of_account_sub_types` ADD PRIMARY KEY (`id`); -- -- Indexes for table `chart_of_account_types` -- ALTER TABLE `chart_of_account_types` ADD PRIMARY KEY (`id`); -- -- Indexes for table `ch_favorites` -- ALTER TABLE `ch_favorites` ADD PRIMARY KEY (`id`); -- -- Indexes for table `ch_messages` -- ALTER TABLE `ch_messages` ADD PRIMARY KEY (`id`); -- -- Indexes for table `client_deals` -- ALTER TABLE `client_deals` ADD PRIMARY KEY (`id`), ADD KEY `client_deals_client_id_foreign` (`client_id`), ADD KEY `client_deals_deal_id_foreign` (`deal_id`); -- -- Indexes for table `commissions` -- ALTER TABLE `commissions` ADD PRIMARY KEY (`id`); -- -- Indexes for table `company_payment_settings` -- ALTER TABLE `company_payment_settings` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `company_payment_settings_name_created_by_unique` (`name`,`created_by`); -- -- Indexes for table `company_policies` -- ALTER TABLE `company_policies` ADD PRIMARY KEY (`id`); -- -- Indexes for table `competencies` -- ALTER TABLE `competencies` ADD PRIMARY KEY (`id`); -- -- Indexes for table `complaints` -- ALTER TABLE `complaints` ADD PRIMARY KEY (`id`); -- -- Indexes for table `contracts` -- ALTER TABLE `contracts` ADD PRIMARY KEY (`id`); -- -- Indexes for table `contract_attachment` -- ALTER TABLE `contract_attachment` ADD PRIMARY KEY (`id`); -- -- Indexes for table `contract_comment` -- ALTER TABLE `contract_comment` ADD PRIMARY KEY (`id`); -- -- Indexes for table `contract_notes` -- ALTER TABLE `contract_notes` ADD PRIMARY KEY (`id`); -- -- Indexes for table `contract_types` -- ALTER TABLE `contract_types` ADD PRIMARY KEY (`id`); -- -- Indexes for table `coupons` -- ALTER TABLE `coupons` ADD PRIMARY KEY (`id`); -- -- Indexes for table `credit_notes` -- ALTER TABLE `credit_notes` ADD PRIMARY KEY (`id`); -- -- Indexes for table `customers` -- ALTER TABLE `customers` ADD PRIMARY KEY (`id`); -- -- Indexes for table `custom_fields` -- ALTER TABLE `custom_fields` ADD PRIMARY KEY (`id`); -- -- Indexes for table `custom_field_values` -- ALTER TABLE `custom_field_values` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `custom_field_values_record_id_field_id_unique` (`record_id`,`field_id`), ADD KEY `custom_field_values_field_id_foreign` (`field_id`); -- -- Indexes for table `custom_questions` -- ALTER TABLE `custom_questions` ADD PRIMARY KEY (`id`); -- -- Indexes for table `deals` -- ALTER TABLE `deals` ADD PRIMARY KEY (`id`); -- -- Indexes for table `deal_calls` -- ALTER TABLE `deal_calls` ADD PRIMARY KEY (`id`), ADD KEY `deal_calls_deal_id_foreign` (`deal_id`); -- -- Indexes for table `deal_discussions` -- ALTER TABLE `deal_discussions` ADD PRIMARY KEY (`id`), ADD KEY `deal_discussions_deal_id_foreign` (`deal_id`); -- -- Indexes for table `deal_emails` -- ALTER TABLE `deal_emails` ADD PRIMARY KEY (`id`), ADD KEY `deal_emails_deal_id_foreign` (`deal_id`); -- -- Indexes for table `deal_files` -- ALTER TABLE `deal_files` ADD PRIMARY KEY (`id`), ADD KEY `deal_files_deal_id_foreign` (`deal_id`); -- -- Indexes for table `deal_tasks` -- ALTER TABLE `deal_tasks` ADD PRIMARY KEY (`id`), ADD KEY `deal_tasks_deal_id_foreign` (`deal_id`); -- -- Indexes for table `debit_notes` -- ALTER TABLE `debit_notes` ADD PRIMARY KEY (`id`); -- -- Indexes for table `deduction_options` -- ALTER TABLE `deduction_options` ADD PRIMARY KEY (`id`); -- -- Indexes for table `departments` -- ALTER TABLE `departments` ADD PRIMARY KEY (`id`); -- -- Indexes for table `designations` -- ALTER TABLE `designations` ADD PRIMARY KEY (`id`); -- -- Indexes for table `documents` -- ALTER TABLE `documents` ADD PRIMARY KEY (`id`); -- -- Indexes for table `ducument_uploads` -- ALTER TABLE `ducument_uploads` ADD PRIMARY KEY (`id`); -- -- Indexes for table `email_templates` -- ALTER TABLE `email_templates` ADD PRIMARY KEY (`id`); -- -- Indexes for table `email_template_langs` -- ALTER TABLE `email_template_langs` ADD PRIMARY KEY (`id`); -- -- Indexes for table `employees` -- ALTER TABLE `employees` ADD PRIMARY KEY (`id`); -- -- Indexes for table `employee_documents` -- ALTER TABLE `employee_documents` ADD PRIMARY KEY (`id`); -- -- Indexes for table `estimations` -- ALTER TABLE `estimations` ADD PRIMARY KEY (`id`); -- -- Indexes for table `events` -- ALTER TABLE `events` ADD PRIMARY KEY (`id`); -- -- Indexes for table `event_employees` -- ALTER TABLE `event_employees` ADD PRIMARY KEY (`id`); -- -- Indexes for table `expenses` -- ALTER TABLE `expenses` ADD PRIMARY KEY (`id`); -- -- Indexes for table `experience_certificates` -- ALTER TABLE `experience_certificates` ADD PRIMARY KEY (`id`); -- -- Indexes for table `failed_jobs` -- ALTER TABLE `failed_jobs` ADD PRIMARY KEY (`id`); -- -- Indexes for table `form_builders` -- ALTER TABLE `form_builders` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `form_builders_code_unique` (`code`); -- -- Indexes for table `form_fields` -- ALTER TABLE `form_fields` ADD PRIMARY KEY (`id`); -- -- Indexes for table `form_field_responses` -- ALTER TABLE `form_field_responses` ADD PRIMARY KEY (`id`); -- -- Indexes for table `form_responses` -- ALTER TABLE `form_responses` ADD PRIMARY KEY (`id`); -- -- Indexes for table `generate_offer_letters` -- ALTER TABLE `generate_offer_letters` ADD PRIMARY KEY (`id`); -- -- Indexes for table `genrate_payslip_options` -- ALTER TABLE `genrate_payslip_options` ADD PRIMARY KEY (`id`); -- -- Indexes for table `goals` -- ALTER TABLE `goals` ADD PRIMARY KEY (`id`); -- -- Indexes for table `goal_trackings` -- ALTER TABLE `goal_trackings` ADD PRIMARY KEY (`id`); -- -- Indexes for table `goal_types` -- ALTER TABLE `goal_types` ADD PRIMARY KEY (`id`); -- -- Indexes for table `holidays` -- ALTER TABLE `holidays` ADD PRIMARY KEY (`id`); -- -- Indexes for table `indicators` -- ALTER TABLE `indicators` ADD PRIMARY KEY (`id`); -- -- Indexes for table `interview_schedules` -- ALTER TABLE `interview_schedules` ADD PRIMARY KEY (`id`); -- -- Indexes for table `invoices` -- ALTER TABLE `invoices` ADD PRIMARY KEY (`id`); -- -- Indexes for table `invoice_bank_transfers` -- ALTER TABLE `invoice_bank_transfers` ADD PRIMARY KEY (`id`); -- -- Indexes for table `invoice_payments` -- ALTER TABLE `invoice_payments` ADD PRIMARY KEY (`id`); -- -- Indexes for table `invoice_products` -- ALTER TABLE `invoice_products` ADD PRIMARY KEY (`id`); -- -- Indexes for table `ip_restricts` -- ALTER TABLE `ip_restricts` ADD PRIMARY KEY (`id`); -- -- Indexes for table `jobs` -- ALTER TABLE `jobs` ADD PRIMARY KEY (`id`); -- -- Indexes for table `job_applications` -- ALTER TABLE `job_applications` ADD PRIMARY KEY (`id`); -- -- Indexes for table `job_application_notes` -- ALTER TABLE `job_application_notes` ADD PRIMARY KEY (`id`); -- -- Indexes for table `job_categories` -- ALTER TABLE `job_categories` ADD PRIMARY KEY (`id`); -- -- Indexes for table `job_on_boards` -- ALTER TABLE `job_on_boards` ADD PRIMARY KEY (`id`); -- -- Indexes for table `job_stages` -- ALTER TABLE `job_stages` ADD PRIMARY KEY (`id`); -- -- Indexes for table `joining_letters` -- ALTER TABLE `joining_letters` ADD PRIMARY KEY (`id`); -- -- Indexes for table `join_us` -- ALTER TABLE `join_us` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `join_us_email_unique` (`email`); -- -- Indexes for table `journal_entries` -- ALTER TABLE `journal_entries` ADD PRIMARY KEY (`id`); -- -- Indexes for table `journal_items` -- ALTER TABLE `journal_items` ADD PRIMARY KEY (`id`); -- -- Indexes for table `labels` -- ALTER TABLE `labels` ADD PRIMARY KEY (`id`); -- -- Indexes for table `landing_page_settings` -- ALTER TABLE `landing_page_settings` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `landing_page_settings_name_unique` (`name`); -- -- Indexes for table `languages` -- ALTER TABLE `languages` ADD PRIMARY KEY (`id`); -- -- Indexes for table `leads` -- ALTER TABLE `leads` ADD PRIMARY KEY (`id`); -- -- Indexes for table `lead_activity_logs` -- ALTER TABLE `lead_activity_logs` ADD PRIMARY KEY (`id`); -- -- Indexes for table `lead_calls` -- ALTER TABLE `lead_calls` ADD PRIMARY KEY (`id`), ADD KEY `lead_calls_lead_id_foreign` (`lead_id`); -- -- Indexes for table `lead_discussions` -- ALTER TABLE `lead_discussions` ADD PRIMARY KEY (`id`), ADD KEY `lead_discussions_lead_id_foreign` (`lead_id`); -- -- Indexes for table `lead_emails` -- ALTER TABLE `lead_emails` ADD PRIMARY KEY (`id`), ADD KEY `lead_emails_lead_id_foreign` (`lead_id`); -- -- Indexes for table `lead_files` -- ALTER TABLE `lead_files` ADD PRIMARY KEY (`id`), ADD KEY `lead_files_lead_id_foreign` (`lead_id`); -- -- Indexes for table `lead_stages` -- ALTER TABLE `lead_stages` ADD PRIMARY KEY (`id`); -- -- Indexes for table `leaves` -- ALTER TABLE `leaves` ADD PRIMARY KEY (`id`); -- -- Indexes for table `leave_types` -- ALTER TABLE `leave_types` ADD PRIMARY KEY (`id`); -- -- Indexes for table `loans` -- ALTER TABLE `loans` ADD PRIMARY KEY (`id`); -- -- Indexes for table `loan_options` -- ALTER TABLE `loan_options` ADD PRIMARY KEY (`id`); -- -- Indexes for table `login_details` -- ALTER TABLE `login_details` ADD PRIMARY KEY (`id`); -- -- Indexes for table `log_activities` -- ALTER TABLE `log_activities` ADD PRIMARY KEY (`id`); -- -- Indexes for table `meetings` -- ALTER TABLE `meetings` ADD PRIMARY KEY (`id`); -- -- Indexes for table `meeting_employees` -- ALTER TABLE `meeting_employees` ADD PRIMARY KEY (`id`); -- -- Indexes for table `migrations` -- ALTER TABLE `migrations` ADD PRIMARY KEY (`id`); -- -- Indexes for table `milestones` -- ALTER TABLE `milestones` ADD PRIMARY KEY (`id`); -- -- Indexes for table `model_has_permissions` -- ALTER TABLE `model_has_permissions` ADD PRIMARY KEY (`permission_id`,`model_id`,`model_type`), ADD KEY `model_has_permissions_model_id_model_type_index` (`model_id`,`model_type`); -- -- Indexes for table `model_has_roles` -- ALTER TABLE `model_has_roles` ADD PRIMARY KEY (`role_id`,`model_id`,`model_type`), ADD KEY `model_has_roles_model_id_model_type_index` (`model_id`,`model_type`); -- -- Indexes for table `noc_certificates` -- ALTER TABLE `noc_certificates` ADD PRIMARY KEY (`id`); -- -- Indexes for table `notifications` -- ALTER TABLE `notifications` ADD PRIMARY KEY (`id`); -- -- Indexes for table `notification_templates` -- ALTER TABLE `notification_templates` ADD PRIMARY KEY (`id`); -- -- Indexes for table `notification_template_langs` -- ALTER TABLE `notification_template_langs` ADD PRIMARY KEY (`id`); -- -- Indexes for table `orders` -- ALTER TABLE `orders` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `orders_order_id_unique` (`order_id`); -- -- Indexes for table `other_payments` -- ALTER TABLE `other_payments` ADD PRIMARY KEY (`id`); -- -- Indexes for table `overtimes` -- ALTER TABLE `overtimes` ADD PRIMARY KEY (`id`); -- -- Indexes for table `password_resets` -- ALTER TABLE `password_resets` ADD KEY `password_resets_email_index` (`email`); -- -- Indexes for table `payments` -- ALTER TABLE `payments` ADD PRIMARY KEY (`id`); -- -- Indexes for table `payslip_types` -- ALTER TABLE `payslip_types` ADD PRIMARY KEY (`id`); -- -- Indexes for table `pay_slips` -- ALTER TABLE `pay_slips` ADD PRIMARY KEY (`id`); -- -- Indexes for table `performance_types` -- ALTER TABLE `performance_types` ADD PRIMARY KEY (`id`); -- -- Indexes for table `permissions` -- ALTER TABLE `permissions` ADD PRIMARY KEY (`id`); -- -- Indexes for table `personal_access_tokens` -- ALTER TABLE `personal_access_tokens` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `personal_access_tokens_token_unique` (`token`), ADD KEY `personal_access_tokens_tokenable_type_tokenable_id_index` (`tokenable_type`,`tokenable_id`); -- -- Indexes for table `pipelines` -- ALTER TABLE `pipelines` ADD PRIMARY KEY (`id`); -- -- Indexes for table `plans` -- ALTER TABLE `plans` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `plans_name_unique` (`name`); -- -- Indexes for table `plan_requests` -- ALTER TABLE `plan_requests` ADD PRIMARY KEY (`id`); -- -- Indexes for table `pos` -- ALTER TABLE `pos` ADD PRIMARY KEY (`id`); -- -- Indexes for table `pos_payments` -- ALTER TABLE `pos_payments` ADD PRIMARY KEY (`id`); -- -- Indexes for table `pos_products` -- ALTER TABLE `pos_products` ADD PRIMARY KEY (`id`); -- -- Indexes for table `product_services` -- ALTER TABLE `product_services` ADD PRIMARY KEY (`id`); -- -- Indexes for table `product_service_categories` -- ALTER TABLE `product_service_categories` ADD PRIMARY KEY (`id`); -- -- Indexes for table `product_service_units` -- ALTER TABLE `product_service_units` ADD PRIMARY KEY (`id`); -- -- Indexes for table `projects` -- ALTER TABLE `projects` ADD PRIMARY KEY (`id`); -- -- Indexes for table `projectstages` -- ALTER TABLE `projectstages` ADD PRIMARY KEY (`id`); -- -- Indexes for table `project_email_templates` -- ALTER TABLE `project_email_templates` ADD PRIMARY KEY (`id`); -- -- Indexes for table `project_expenses` -- ALTER TABLE `project_expenses` ADD PRIMARY KEY (`id`); -- -- Indexes for table `project_invoices` -- ALTER TABLE `project_invoices` ADD PRIMARY KEY (`id`); -- -- Indexes for table `project_tasks` -- ALTER TABLE `project_tasks` ADD PRIMARY KEY (`id`); -- -- Indexes for table `project_users` -- ALTER TABLE `project_users` ADD PRIMARY KEY (`id`); -- -- Indexes for table `promotions` -- ALTER TABLE `promotions` ADD PRIMARY KEY (`id`); -- -- Indexes for table `proposals` -- ALTER TABLE `proposals` ADD PRIMARY KEY (`id`); -- -- Indexes for table `proposal_products` -- ALTER TABLE `proposal_products` ADD PRIMARY KEY (`id`); -- -- Indexes for table `purchases` -- ALTER TABLE `purchases` ADD PRIMARY KEY (`id`); -- -- Indexes for table `purchase_payments` -- ALTER TABLE `purchase_payments` ADD PRIMARY KEY (`id`); -- -- Indexes for table `purchase_products` -- ALTER TABLE `purchase_products` ADD PRIMARY KEY (`id`); -- -- Indexes for table `quotations` -- ALTER TABLE `quotations` ADD PRIMARY KEY (`id`); -- -- Indexes for table `quotation_products` -- ALTER TABLE `quotation_products` ADD PRIMARY KEY (`id`); -- -- Indexes for table `referral_settings` -- ALTER TABLE `referral_settings` ADD PRIMARY KEY (`id`); -- -- Indexes for table `referral_transactions` -- ALTER TABLE `referral_transactions` ADD PRIMARY KEY (`id`); -- -- Indexes for table `resignations` -- ALTER TABLE `resignations` ADD PRIMARY KEY (`id`); -- -- Indexes for table `revenues` -- ALTER TABLE `revenues` ADD PRIMARY KEY (`id`); -- -- Indexes for table `roles` -- ALTER TABLE `roles` ADD PRIMARY KEY (`id`); -- -- Indexes for table `role_has_permissions` -- ALTER TABLE `role_has_permissions` ADD PRIMARY KEY (`permission_id`,`role_id`), ADD KEY `role_has_permissions_role_id_foreign` (`role_id`); -- -- Indexes for table `saturation_deductions` -- ALTER TABLE `saturation_deductions` ADD PRIMARY KEY (`id`); -- -- Indexes for table `settings` -- ALTER TABLE `settings` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `settings_name_created_by_unique` (`name`,`created_by`); -- -- Indexes for table `set_salaries` -- ALTER TABLE `set_salaries` ADD PRIMARY KEY (`id`); -- -- Indexes for table `sources` -- ALTER TABLE `sources` ADD PRIMARY KEY (`id`); -- -- Indexes for table `stages` -- ALTER TABLE `stages` ADD PRIMARY KEY (`id`); -- -- Indexes for table `stock_reports` -- ALTER TABLE `stock_reports` ADD PRIMARY KEY (`id`); -- -- Indexes for table `supports` -- ALTER TABLE `supports` ADD PRIMARY KEY (`id`); -- -- Indexes for table `support_replies` -- ALTER TABLE `support_replies` ADD PRIMARY KEY (`id`); -- -- Indexes for table `task_checklists` -- ALTER TABLE `task_checklists` ADD PRIMARY KEY (`id`); -- -- Indexes for table `task_comments` -- ALTER TABLE `task_comments` ADD PRIMARY KEY (`id`); -- -- Indexes for table `task_files` -- ALTER TABLE `task_files` ADD PRIMARY KEY (`id`); -- -- Indexes for table `task_stages` -- ALTER TABLE `task_stages` ADD PRIMARY KEY (`id`); -- -- Indexes for table `taxes` -- ALTER TABLE `taxes` ADD PRIMARY KEY (`id`); -- -- Indexes for table `templates` -- ALTER TABLE `templates` ADD PRIMARY KEY (`id`); -- -- Indexes for table `terminations` -- ALTER TABLE `terminations` ADD PRIMARY KEY (`id`); -- -- Indexes for table `termination_types` -- ALTER TABLE `termination_types` ADD PRIMARY KEY (`id`); -- -- Indexes for table `timesheets` -- ALTER TABLE `timesheets` ADD PRIMARY KEY (`id`); -- -- Indexes for table `time_trackers` -- ALTER TABLE `time_trackers` ADD PRIMARY KEY (`id`); -- -- Indexes for table `track_photos` -- ALTER TABLE `track_photos` ADD PRIMARY KEY (`id`); -- -- Indexes for table `trainers` -- ALTER TABLE `trainers` ADD PRIMARY KEY (`id`); -- -- Indexes for table `trainings` -- ALTER TABLE `trainings` ADD PRIMARY KEY (`id`); -- -- Indexes for table `training_types` -- ALTER TABLE `training_types` ADD PRIMARY KEY (`id`); -- -- Indexes for table `transactions` -- ALTER TABLE `transactions` ADD PRIMARY KEY (`id`); -- -- Indexes for table `transaction_lines` -- ALTER TABLE `transaction_lines` ADD PRIMARY KEY (`id`); -- -- Indexes for table `transaction_orders` -- ALTER TABLE `transaction_orders` ADD PRIMARY KEY (`id`); -- -- Indexes for table `transfers` -- ALTER TABLE `transfers` ADD PRIMARY KEY (`id`); -- -- Indexes for table `travels` -- ALTER TABLE `travels` ADD PRIMARY KEY (`id`); -- -- Indexes for table `users` -- ALTER TABLE `users` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `users_email_unique` (`email`); -- -- Indexes for table `user_contacts` -- ALTER TABLE `user_contacts` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_coupons` -- ALTER TABLE `user_coupons` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_deals` -- ALTER TABLE `user_deals` ADD PRIMARY KEY (`id`), ADD KEY `user_deals_user_id_foreign` (`user_id`), ADD KEY `user_deals_deal_id_foreign` (`deal_id`); -- -- Indexes for table `user_email_templates` -- ALTER TABLE `user_email_templates` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_leads` -- ALTER TABLE `user_leads` ADD PRIMARY KEY (`id`), ADD KEY `user_leads_user_id_foreign` (`user_id`), ADD KEY `user_leads_lead_id_foreign` (`lead_id`); -- -- Indexes for table `user_to_dos` -- ALTER TABLE `user_to_dos` ADD PRIMARY KEY (`id`); -- -- Indexes for table `venders` -- ALTER TABLE `venders` ADD PRIMARY KEY (`id`); -- -- Indexes for table `warehouses` -- ALTER TABLE `warehouses` ADD PRIMARY KEY (`id`); -- -- Indexes for table `warehouse_products` -- ALTER TABLE `warehouse_products` ADD PRIMARY KEY (`id`); -- -- Indexes for table `warehouse_transfers` -- ALTER TABLE `warehouse_transfers` ADD PRIMARY KEY (`id`); -- -- Indexes for table `warnings` -- ALTER TABLE `warnings` ADD PRIMARY KEY (`id`); -- -- Indexes for table `webhook_settings` -- ALTER TABLE `webhook_settings` ADD PRIMARY KEY (`id`); -- -- Indexes for table `zoom_meetings` -- ALTER TABLE `zoom_meetings` ADD PRIMARY KEY (`id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `activity_logs` -- ALTER TABLE `activity_logs` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `admin_payment_settings` -- ALTER TABLE `admin_payment_settings` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=38; -- -- AUTO_INCREMENT for table `allowances` -- ALTER TABLE `allowances` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `allowance_options` -- ALTER TABLE `allowance_options` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `announcements` -- ALTER TABLE `announcements` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `announcement_employees` -- ALTER TABLE `announcement_employees` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `appraisals` -- ALTER TABLE `appraisals` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `assets` -- ALTER TABLE `assets` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `attendance_employees` -- ALTER TABLE `attendance_employees` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `awards` -- ALTER TABLE `awards` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `award_types` -- ALTER TABLE `award_types` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `bank_accounts` -- ALTER TABLE `bank_accounts` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `bank_transfers` -- ALTER TABLE `bank_transfers` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `bills` -- ALTER TABLE `bills` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `bill_accounts` -- ALTER TABLE `bill_accounts` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `bill_payments` -- ALTER TABLE `bill_payments` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `bill_products` -- ALTER TABLE `bill_products` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `branches` -- ALTER TABLE `branches` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `budgets` -- ALTER TABLE `budgets` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `bugs` -- ALTER TABLE `bugs` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `bug_comments` -- ALTER TABLE `bug_comments` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `bug_files` -- ALTER TABLE `bug_files` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `bug_statuses` -- ALTER TABLE `bug_statuses` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `chart_of_accounts` -- ALTER TABLE `chart_of_accounts` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=113; -- -- AUTO_INCREMENT for table `chart_of_account_parents` -- ALTER TABLE `chart_of_account_parents` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `chart_of_account_sub_types` -- ALTER TABLE `chart_of_account_sub_types` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14; -- -- AUTO_INCREMENT for table `chart_of_account_types` -- ALTER TABLE `chart_of_account_types` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT for table `client_deals` -- ALTER TABLE `client_deals` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `commissions` -- ALTER TABLE `commissions` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `company_payment_settings` -- ALTER TABLE `company_payment_settings` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `company_policies` -- ALTER TABLE `company_policies` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `competencies` -- ALTER TABLE `competencies` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `complaints` -- ALTER TABLE `complaints` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `contracts` -- ALTER TABLE `contracts` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `contract_attachment` -- ALTER TABLE `contract_attachment` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `contract_comment` -- ALTER TABLE `contract_comment` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `contract_notes` -- ALTER TABLE `contract_notes` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `contract_types` -- ALTER TABLE `contract_types` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `coupons` -- ALTER TABLE `coupons` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `credit_notes` -- ALTER TABLE `credit_notes` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `customers` -- ALTER TABLE `customers` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `custom_fields` -- ALTER TABLE `custom_fields` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `custom_field_values` -- ALTER TABLE `custom_field_values` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `custom_questions` -- ALTER TABLE `custom_questions` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `deals` -- ALTER TABLE `deals` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `deal_calls` -- ALTER TABLE `deal_calls` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `deal_discussions` -- ALTER TABLE `deal_discussions` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `deal_emails` -- ALTER TABLE `deal_emails` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `deal_files` -- ALTER TABLE `deal_files` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `deal_tasks` -- ALTER TABLE `deal_tasks` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `debit_notes` -- ALTER TABLE `debit_notes` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `deduction_options` -- ALTER TABLE `deduction_options` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `departments` -- ALTER TABLE `departments` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `designations` -- ALTER TABLE `designations` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `documents` -- ALTER TABLE `documents` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `ducument_uploads` -- ALTER TABLE `ducument_uploads` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `email_templates` -- ALTER TABLE `email_templates` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=29; -- -- AUTO_INCREMENT for table `email_template_langs` -- ALTER TABLE `email_template_langs` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=437; -- -- AUTO_INCREMENT for table `employees` -- ALTER TABLE `employees` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `employee_documents` -- ALTER TABLE `employee_documents` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `estimations` -- ALTER TABLE `estimations` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `events` -- ALTER TABLE `events` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `event_employees` -- ALTER TABLE `event_employees` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `expenses` -- ALTER TABLE `expenses` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `experience_certificates` -- ALTER TABLE `experience_certificates` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17; -- -- AUTO_INCREMENT for table `failed_jobs` -- ALTER TABLE `failed_jobs` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `form_builders` -- ALTER TABLE `form_builders` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `form_fields` -- ALTER TABLE `form_fields` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `form_field_responses` -- ALTER TABLE `form_field_responses` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `form_responses` -- ALTER TABLE `form_responses` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `generate_offer_letters` -- ALTER TABLE `generate_offer_letters` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17; -- -- AUTO_INCREMENT for table `genrate_payslip_options` -- ALTER TABLE `genrate_payslip_options` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `goals` -- ALTER TABLE `goals` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `goal_trackings` -- ALTER TABLE `goal_trackings` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `goal_types` -- ALTER TABLE `goal_types` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `holidays` -- ALTER TABLE `holidays` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `indicators` -- ALTER TABLE `indicators` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `interview_schedules` -- ALTER TABLE `interview_schedules` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `invoices` -- ALTER TABLE `invoices` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `invoice_bank_transfers` -- ALTER TABLE `invoice_bank_transfers` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `invoice_payments` -- ALTER TABLE `invoice_payments` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `invoice_products` -- ALTER TABLE `invoice_products` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `ip_restricts` -- ALTER TABLE `ip_restricts` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `jobs` -- ALTER TABLE `jobs` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `job_applications` -- ALTER TABLE `job_applications` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `job_application_notes` -- ALTER TABLE `job_application_notes` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `job_categories` -- ALTER TABLE `job_categories` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `job_on_boards` -- ALTER TABLE `job_on_boards` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `job_stages` -- ALTER TABLE `job_stages` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `joining_letters` -- ALTER TABLE `joining_letters` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17; -- -- AUTO_INCREMENT for table `join_us` -- ALTER TABLE `join_us` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `journal_entries` -- ALTER TABLE `journal_entries` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `journal_items` -- ALTER TABLE `journal_items` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `labels` -- ALTER TABLE `labels` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `landing_page_settings` -- ALTER TABLE `landing_page_settings` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=55; -- -- AUTO_INCREMENT for table `languages` -- ALTER TABLE `languages` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17; -- -- AUTO_INCREMENT for table `leads` -- ALTER TABLE `leads` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `lead_activity_logs` -- ALTER TABLE `lead_activity_logs` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `lead_calls` -- ALTER TABLE `lead_calls` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `lead_discussions` -- ALTER TABLE `lead_discussions` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `lead_emails` -- ALTER TABLE `lead_emails` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `lead_files` -- ALTER TABLE `lead_files` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `lead_stages` -- ALTER TABLE `lead_stages` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `leaves` -- ALTER TABLE `leaves` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `leave_types` -- ALTER TABLE `leave_types` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `loans` -- ALTER TABLE `loans` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `loan_options` -- ALTER TABLE `loan_options` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `login_details` -- ALTER TABLE `login_details` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `log_activities` -- ALTER TABLE `log_activities` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `meetings` -- ALTER TABLE `meetings` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `meeting_employees` -- ALTER TABLE `meeting_employees` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `migrations` -- ALTER TABLE `migrations` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=217; -- -- AUTO_INCREMENT for table `milestones` -- ALTER TABLE `milestones` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `noc_certificates` -- ALTER TABLE `noc_certificates` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17; -- -- AUTO_INCREMENT for table `notifications` -- ALTER TABLE `notifications` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `notification_templates` -- ALTER TABLE `notification_templates` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27; -- -- AUTO_INCREMENT for table `notification_template_langs` -- ALTER TABLE `notification_template_langs` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=417; -- -- AUTO_INCREMENT for table `orders` -- ALTER TABLE `orders` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `other_payments` -- ALTER TABLE `other_payments` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `overtimes` -- ALTER TABLE `overtimes` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `payments` -- ALTER TABLE `payments` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `payslip_types` -- ALTER TABLE `payslip_types` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `pay_slips` -- ALTER TABLE `pay_slips` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `performance_types` -- ALTER TABLE `performance_types` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `permissions` -- ALTER TABLE `permissions` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=525; -- -- AUTO_INCREMENT for table `personal_access_tokens` -- ALTER TABLE `personal_access_tokens` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `pipelines` -- ALTER TABLE `pipelines` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `plans` -- ALTER TABLE `plans` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `plan_requests` -- ALTER TABLE `plan_requests` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `pos` -- ALTER TABLE `pos` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `pos_payments` -- ALTER TABLE `pos_payments` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `pos_products` -- ALTER TABLE `pos_products` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `product_services` -- ALTER TABLE `product_services` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `product_service_categories` -- ALTER TABLE `product_service_categories` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `product_service_units` -- ALTER TABLE `product_service_units` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `projects` -- ALTER TABLE `projects` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `projectstages` -- ALTER TABLE `projectstages` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `project_email_templates` -- ALTER TABLE `project_email_templates` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `project_expenses` -- ALTER TABLE `project_expenses` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `project_invoices` -- ALTER TABLE `project_invoices` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `project_tasks` -- ALTER TABLE `project_tasks` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `project_users` -- ALTER TABLE `project_users` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `promotions` -- ALTER TABLE `promotions` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `proposals` -- ALTER TABLE `proposals` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `proposal_products` -- ALTER TABLE `proposal_products` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `purchases` -- ALTER TABLE `purchases` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `purchase_payments` -- ALTER TABLE `purchase_payments` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `purchase_products` -- ALTER TABLE `purchase_products` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `quotations` -- ALTER TABLE `quotations` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `quotation_products` -- ALTER TABLE `quotation_products` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `referral_settings` -- ALTER TABLE `referral_settings` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `referral_transactions` -- ALTER TABLE `referral_transactions` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `resignations` -- ALTER TABLE `resignations` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `revenues` -- ALTER TABLE `revenues` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `roles` -- ALTER TABLE `roles` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `saturation_deductions` -- ALTER TABLE `saturation_deductions` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `settings` -- ALTER TABLE `settings` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=139; -- -- AUTO_INCREMENT for table `set_salaries` -- ALTER TABLE `set_salaries` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sources` -- ALTER TABLE `sources` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `stages` -- ALTER TABLE `stages` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `stock_reports` -- ALTER TABLE `stock_reports` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `supports` -- ALTER TABLE `supports` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `support_replies` -- ALTER TABLE `support_replies` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `task_checklists` -- ALTER TABLE `task_checklists` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `task_comments` -- ALTER TABLE `task_comments` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `task_files` -- ALTER TABLE `task_files` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `task_stages` -- ALTER TABLE `task_stages` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `taxes` -- ALTER TABLE `taxes` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `templates` -- ALTER TABLE `templates` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=56; -- -- AUTO_INCREMENT for table `terminations` -- ALTER TABLE `terminations` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `termination_types` -- ALTER TABLE `termination_types` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `timesheets` -- ALTER TABLE `timesheets` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `time_trackers` -- ALTER TABLE `time_trackers` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `track_photos` -- ALTER TABLE `track_photos` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `trainers` -- ALTER TABLE `trainers` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `trainings` -- ALTER TABLE `trainings` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `training_types` -- ALTER TABLE `training_types` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `transactions` -- ALTER TABLE `transactions` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `transaction_lines` -- ALTER TABLE `transaction_lines` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `transaction_orders` -- ALTER TABLE `transaction_orders` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `transfers` -- ALTER TABLE `transfers` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `travels` -- ALTER TABLE `travels` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `users` -- ALTER TABLE `users` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `user_contacts` -- ALTER TABLE `user_contacts` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `user_coupons` -- ALTER TABLE `user_coupons` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `user_deals` -- ALTER TABLE `user_deals` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `user_email_templates` -- ALTER TABLE `user_email_templates` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=141; -- -- AUTO_INCREMENT for table `user_leads` -- ALTER TABLE `user_leads` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `user_to_dos` -- ALTER TABLE `user_to_dos` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `venders` -- ALTER TABLE `venders` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `warehouses` -- ALTER TABLE `warehouses` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `warehouse_products` -- ALTER TABLE `warehouse_products` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `warehouse_transfers` -- ALTER TABLE `warehouse_transfers` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `warnings` -- ALTER TABLE `warnings` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `webhook_settings` -- ALTER TABLE `webhook_settings` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `zoom_meetings` -- ALTER TABLE `zoom_meetings` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- Constraints for dumped tables -- -- -- Constraints for table `client_deals` -- ALTER TABLE `client_deals` ADD CONSTRAINT `client_deals_client_id_foreign` FOREIGN KEY (`client_id`) REFERENCES `users` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `client_deals_deal_id_foreign` FOREIGN KEY (`deal_id`) REFERENCES `deals` (`id`) ON DELETE CASCADE; -- -- Constraints for table `custom_field_values` -- ALTER TABLE `custom_field_values` ADD CONSTRAINT `custom_field_values_field_id_foreign` FOREIGN KEY (`field_id`) REFERENCES `custom_fields` (`id`) ON DELETE CASCADE; -- -- Constraints for table `deal_calls` -- ALTER TABLE `deal_calls` ADD CONSTRAINT `deal_calls_deal_id_foreign` FOREIGN KEY (`deal_id`) REFERENCES `deals` (`id`) ON DELETE CASCADE; -- -- Constraints for table `deal_discussions` -- ALTER TABLE `deal_discussions` ADD CONSTRAINT `deal_discussions_deal_id_foreign` FOREIGN KEY (`deal_id`) REFERENCES `deals` (`id`) ON DELETE CASCADE; -- -- Constraints for table `deal_emails` -- ALTER TABLE `deal_emails` ADD CONSTRAINT `deal_emails_deal_id_foreign` FOREIGN KEY (`deal_id`) REFERENCES `deals` (`id`) ON DELETE CASCADE; -- -- Constraints for table `deal_files` -- ALTER TABLE `deal_files` ADD CONSTRAINT `deal_files_deal_id_foreign` FOREIGN KEY (`deal_id`) REFERENCES `deals` (`id`) ON DELETE CASCADE; -- -- Constraints for table `deal_tasks` -- ALTER TABLE `deal_tasks` ADD CONSTRAINT `deal_tasks_deal_id_foreign` FOREIGN KEY (`deal_id`) REFERENCES `deals` (`id`) ON DELETE CASCADE; -- -- Constraints for table `lead_calls` -- ALTER TABLE `lead_calls` ADD CONSTRAINT `lead_calls_lead_id_foreign` FOREIGN KEY (`lead_id`) REFERENCES `leads` (`id`) ON DELETE CASCADE; -- -- Constraints for table `lead_discussions` -- ALTER TABLE `lead_discussions` ADD CONSTRAINT `lead_discussions_lead_id_foreign` FOREIGN KEY (`lead_id`) REFERENCES `leads` (`id`) ON DELETE CASCADE; -- -- Constraints for table `lead_emails` -- ALTER TABLE `lead_emails` ADD CONSTRAINT `lead_emails_lead_id_foreign` FOREIGN KEY (`lead_id`) REFERENCES `leads` (`id`) ON DELETE CASCADE; -- -- Constraints for table `lead_files` -- ALTER TABLE `lead_files` ADD CONSTRAINT `lead_files_lead_id_foreign` FOREIGN KEY (`lead_id`) REFERENCES `leads` (`id`) ON DELETE CASCADE; -- -- Constraints for table `model_has_permissions` -- ALTER TABLE `model_has_permissions` ADD CONSTRAINT `model_has_permissions_permission_id_foreign` FOREIGN KEY (`permission_id`) REFERENCES `permissions` (`id`) ON DELETE CASCADE; -- -- Constraints for table `model_has_roles` -- ALTER TABLE `model_has_roles` ADD CONSTRAINT `model_has_roles_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE; -- -- Constraints for table `role_has_permissions` -- ALTER TABLE `role_has_permissions` ADD CONSTRAINT `role_has_permissions_permission_id_foreign` FOREIGN KEY (`permission_id`) REFERENCES `permissions` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `role_has_permissions_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE; -- -- Constraints for table `user_deals` -- ALTER TABLE `user_deals` ADD CONSTRAINT `user_deals_deal_id_foreign` FOREIGN KEY (`deal_id`) REFERENCES `deals` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `user_deals_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE; -- -- Constraints for table `user_leads` -- ALTER TABLE `user_leads` ADD CONSTRAINT `user_leads_lead_id_foreign` FOREIGN KEY (`lead_id`) REFERENCES `leads` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `user_leads_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE; COMMIT; /*!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 */;