initial commit

This commit is contained in:
2026-06-29 13:00:18 +06:00
commit f2aea74471
3931 changed files with 562423 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
INSERT INTO `modules` (`id`, `name`,`status`, `created_at`, `updated_at`) VALUES
(1, 'Client Management','1', '2023-01-05 07:44:41', '2023-01-05 07:44:41'),
(2, 'Training Video','1', '2023-01-05 07:44:41', '2023-01-05 07:44:41'),
(3, 'Sales Report', '1','2023-01-05 07:44:41', '2023-01-05 07:44:41'),
(4, 'Terms And Service','1', '2023-01-05 07:44:41', '2023-01-05 07:44:41'),
(5, 'Employee Registration','1', '2023-01-05 07:44:41', '2023-01-05 07:44:41'),
(6, 'Employee Permission','1', '2023-01-05 07:44:41', '2023-01-05 07:44:41'),
(7, 'Account Information', '0', '2023-01-19 13:05:27', '2023-01-19 13:05:27'),
(8, 'Software Training', '0', '2023-01-19 13:05:27', '2023-01-19 13:05:27'),
(9, 'WORK AREA', '0', '2023-01-19 13:05:27', '2023-01-19 13:05:27'),
(10, 'Profile', '0', '2023-01-19 13:05:27', '2023-01-19 13:05:27'),
(11, 'Payment Setting', '0', '2023-01-19 13:05:27', '2023-01-19 13:05:27'),
(12, 'Cancel Account', '0', '2023-01-19 13:05:27', '2023-01-19 13:05:27');
#23-mar-23
================
INSERT INTO `modules` (`id`, `name`, `status`, `created_at`, `updated_at`) VALUES
(14, 'Credit Report Provider', '1', '2023-03-23 12:50:12', '2023-03-23 12:50:12');