SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000239
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT thread.*
,
user.gender, user.avatar_date, user.gravatar,
NULL AS thread_read_date,
0 AS thread_reply_banned,
0 AS thread_is_watched,
'' AS draft_message, NULL AS draft_extra
FROM xf_thread AS thread
LEFT JOIN xf_user AS user ON
(user.user_id = thread.user_id)
WHERE thread.thread_id = ?
Params: 9559154
Run Time: 0.000673
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | user | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT node.*, forum.*
,
permission.cache_value AS node_permission_cache,
NULL AS forum_read_date
FROM xf_forum AS forum
INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
LEFT JOIN xf_permission_cache_content AS permission
ON (permission.permission_combination_id = 1
AND permission.content_type = 'node'
AND permission.content_id = forum.node_id)
WHERE node.node_id = ?
Params: 87
Run Time: 0.000413
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | node | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | forum | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | permission | const | PRIMARY | PRIMARY | 35 | const,const,const | 1 | |
SELECT post.*
,
bb_code_parse_cache.parse_tree AS message_parsed, bb_code_parse_cache.cache_version AS message_cache_version,
user.*, IF(user.username IS NULL, post.username, user.username) AS username,
user_profile.*,
user_privacy.*,
signature_parse_cache.parse_tree AS signature_parsed, bb_code_parse_cache.cache_version AS signature_cache_version,
session_activity.view_date AS last_view_date,
0 AS like_date
FROM xf_post AS post
LEFT JOIN xf_bb_code_parse_cache AS bb_code_parse_cache ON
(bb_code_parse_cache.content_type = 'post' AND bb_code_parse_cache.content_id = post.post_id)
LEFT JOIN xf_user AS user ON
(user.user_id = post.user_id)
LEFT JOIN xf_user_profile AS user_profile ON
(user_profile.user_id = post.user_id)
LEFT JOIN xf_user_privacy AS user_privacy ON
(user_privacy.user_id = post.user_id)
LEFT JOIN xf_bb_code_parse_cache AS signature_parse_cache ON
(signature_parse_cache.content_type = 'signature' AND signature_parse_cache.content_id = post.user_id)
LEFT JOIN xf_session_activity AS session_activity ON
(post.user_id > 0 AND session_activity.user_id = post.user_id)
WHERE post.thread_id = ?
AND (post.position >= 0 AND post.position < 20)
AND (post.message_state IN ('visible'))
ORDER BY post.position ASC, post.post_date ASC
Params: 9559154
Run Time: 0.001279
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | post | ref | thread_id_post_date,thread_id_position | thread_id_post_date | 4 | const | 2 | Using where; Using filesort |
SIMPLE | bb_code_parse_cache | eq_ref | content_type_id | content_type_id | 31 | const,5s_db1.post.post_id | 1 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | 5s_db1.post.user_id | 1 | |
SIMPLE | user_profile | eq_ref | PRIMARY | PRIMARY | 4 | 5s_db1.post.user_id | 1 | |
SIMPLE | user_privacy | eq_ref | PRIMARY | PRIMARY | 4 | 5s_db1.post.user_id | 1 | |
SIMPLE | signature_parse_cache | eq_ref | content_type_id | content_type_id | 31 | const,5s_db1.post.user_id | 1 | Using where |
SIMPLE | session_activity | ref | PRIMARY | PRIMARY | 4 | 5s_db1.post.user_id | 11 | Using where |
SELECT * FROM xf_ip
WHERE ip_id = ?
Params: 71345253
Run Time: 0.000319
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_ip | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT * FROM xf_ip
WHERE ip_id = ?
Params: 71345305
Run Time: 0.000277
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_ip | const | PRIMARY | PRIMARY | 4 | const | 1 | |
INSERT INTO xf_thread_view
(thread_id)
VALUES
(?)
Params: 9559154
Run Time: 0.000326
SELECT field.*
,
ff.field_id, ff.node_id
FROM xf_thread_field AS field
INNER JOIN xf_forum_field AS ff ON
(ff.field_id = field.field_id)
WHERE (ff.node_id IN(87))
ORDER BY field.materialized_order
Run Time: 0.000259
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | ff | ref | PRIMARY,field_id | PRIMARY | 4 | const | 5 | Using index; Using temporary; Using filesort |
SIMPLE | field | eq_ref | PRIMARY | PRIMARY | 194 | 5s_db1.ff.field_id | 1 | |
SELECT *
FROM xf_region
WHERE r_parentid = ? ORDER BY r_displayorder ASC
Params: 0
Run Time: 0.000249
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_region | ref | r_parentid | r_parentid | 4 | const | 65 | Using where; Using filesort |
SELECT field.*
,
ff.field_id, ff.node_id
FROM xf_thread_field AS field
INNER JOIN xf_forum_field AS ff ON
(ff.field_id = field.field_id)
WHERE (ff.node_id IN(87))
ORDER BY field.materialized_order
Run Time: 0.000282
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | ff | ref | PRIMARY,field_id | PRIMARY | 4 | const | 5 | Using index; Using temporary; Using filesort |
SIMPLE | field | eq_ref | PRIMARY | PRIMARY | 194 | 5s_db1.ff.field_id | 1 | |
SELECT *
FROM xf_region
WHERE r_parentid = ? ORDER BY r_displayorder ASC
Params: 0
Run Time: 0.000229
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_region | ref | r_parentid | r_parentid | 4 | const | 65 | Using where; Using filesort |
SELECT *
FROM xf_thread_field_custom_filter
WHERE id = ?
Params: 0
Run Time: 0.000228
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT *
FROM xf_thread_field_custom_filter_group
WHERE id = ?
Params:
Run Time: 0.000180
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT *
FROM xf_thread_field_custom_filter_group
WHERE parentid = ?
Params:
Run Time: 0.000174
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_thread_field_custom_filter_group | ALL | | | | | 62 | Using where |
SELECT *
FROM xf_thread_field_custom_filter
WHERE id = ?
Params: 0
Run Time: 0.000194
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT *
FROM xf_thread_field_custom_filter_group
WHERE id = ?
Params:
Run Time: 0.000183
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT count(*) FROM api_hash WHERE userid = ? and apisource = ?
Params: 101912143, haravan.vn
Run Time: 0.000268
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT count(*) FROM api_thread_approve WHERE userid = 101912143 AND threadid = 9559154 AND open_iframe = 0 and apisource = 'haravan.vn'
Run Time: 0.000240
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT * FROM api_hash WHERE userid = ? and apisource = ? and approve = ?
Params: 101912143, webcall.vn, 1
Run Time: 0.000280
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT *
FROM xf_thread_user_up
WHERE user_id = ?
ORDER BY datecreated DESC
Params: 0
Run Time: 0.000185
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_thread_user_up | ref | user_id | user_id | 4 | const | 1 | Using where; Using filesort |
SELECT user.*
FROM xf_user AS user
WHERE user.user_id = ?
Params: 101912143
Run Time: 0.000443
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | user | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT *
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 2
Run Time: 0.000200
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT thread.*
FROM xf_thread AS thread
WHERE thread.node_id = 87 AND thread.sticky = 1 AND thread.thread_id <> 9559154 AND discussion_state = "visible" ORDER BY rand() LIMIT 5
Run Time: 0.001336
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | ref | PRIMARY,node_id_last_post_date,node_id_sticky_state_last_post,node_id_product,node_id,node_id_2,sticky | node_id_sticky_state_last_post | 6 | const,const,const | 1 | Using index condition; Using temporary; Using filesort |
SELECT thread.*
FROM xf_thread AS thread
WHERE thread.node_id = 87 AND thread.sticky <> 1 AND thread.thread_id <> 9559154 AND discussion_state = "visible" ORDER BY thread.thread_id DESC LIMIT 4
Run Time: 0.000925
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | range | PRIMARY,node_id_last_post_date,node_id_sticky_state_last_post,node_id_product,node_id,node_id_2,sticky | PRIMARY | 4 | | 1048151 | Using where |
SELECT * FROM `xf_quicklink` WHERE node_id = ? ORDER BY stt,id
Params: 87
Run Time: 0.000180
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_quicklink | ref | node_id | node_id | 2 | const | 1 | Using where; Using filesort |
INSERT INTO xf_session_activity
(user_id, unique_key, ip, controller_name, controller_action, view_state, params, view_date, robot_key)
VALUES
(?, ?, ?, ?, ?, ?, ?, ?, ?)
ON DUPLICATE KEY UPDATE
ip = VALUES(ip),
controller_name = VALUES(controller_name),
controller_action = VALUES(controller_action),
view_state = VALUES(view_state),
params = VALUES(params),
view_date = VALUES(view_date),
robot_key = VALUES(robot_key)
Params: 0, , , XenForo_ControllerPublic_Thread, Index, valid, thread_id=9559154, 1656484041,
Run Time: 0.000323
SELECT *
FROM `xf_widget`
WHERE `widget_page_id` = 0
ORDER BY display_order ASC
Run Time: 0.000212
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_widget | ALL | | | | | 17 | Using where; Using filesort |
SELECT *
FROM xf_region
WHERE r_id = ?
Params: 5
Run Time: 0.000196
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_region | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT *
FROM xf_region
WHERE r_id = ?
Params: 831
Run Time: 0.000289
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_region | const | PRIMARY | PRIMARY | 4 | const | 1 | |
INSERT INTO xf_bb_code_parse_cache
(content_type, content_id, parse_tree, cache_version, cache_date)
VALUES (?, ?, ?, ?, ?)
ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
cache_version = VALUES(cache_version),
cache_date = VALUES(cache_date)
Params: post, 1058749165, a:51:{i:0;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:3:{i:0;s:339:"Kinh doanh cửa hàng thời trang hiện nay đang được các chủ cửa hàng ưa chuộng. Tuy nhiên, để mở một shop quần áo không phải là một chuyện dễ dàng. Việc quản lý tồn kho quần áo, chăm sóc khách hàng. Vấn đề nhân viên gian lận cũng khiến chủ shop đau đầu. Bởi vậy,";i:1;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:41:" Phần mềm quản lý shop quần áo ";}}}}i:2;s:115:"của Master Pro đã ra đời để quản lý cửa hàng và hoạt động kinh doanh của chủ cửa hàng.";}}i:1;s:2:"
";i:2;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"5";s:8:"original";a:2:{i:0;s:8:"[SIZE=5]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:68:"Thực trạng và những khó khăn khi kinh doanh shop quần áo";}}}}}}i:3;s:257:"
Không chỉ khó khăn do thị trường khốc liệt. Việc quản lý nội bộ tại cửa hàng cũng khiến các chủ shop tốn không ít công sức. Đa số cửa hàng quần áo trong kinh doanh đều gặp phải những khó khăn:
";i:4;a:4:{s:3:"tag";s:4:"list";s:6:"option";N;s:8:"original";a:2:{i:0;s:6:"[LIST]";i:1;s:7:"[/LIST]";}s:8:"children";a:1:{i:0;s:182:"
[*]Quản lý hàng hóa, tồn kho gặp nhiều bất cập
[*] Khó khăn khi quản lý thông tin khách hàng
[*] Phải theo dõi tình trạng giao hàng tại nhiều nơi
";}}i:5;s:12:"
Vậy nên ";i:6;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:39:"phần mềm quản lý shop quần áo";}}i:7;s:63:" đã ra đời để giải quyết những khó khăn đó.
";i:8;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"5";s:8:"original";a:2:{i:0;s:8:"[SIZE=5]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:118:"MASTER PRO – Phần mềm quản lý shop thời trang giải quyết mọi khó khăn tại cửa hàng quần áo:";}}}}}}i:9;s:1:"
";i:10;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"4";s:8:"original";a:2:{i:0;s:8:"[SIZE=4]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:53:"Phần mềm tính tiền shop quần áo chính xác";}}}}}}i:11;s:1:"
";i:12;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:28:"https://phanmemtinhtien.net/";s:8:"original";a:2:{i:0;s:36:"[URL='https://phanmemtinhtien.net/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:26:" Phần mềm tính tiền";}}i:13;s:150:" cho shop thời trang cần đảm bảo yếu tố: nhanh chóng, chính xác và tiện ích cho thu ngân/quản lý cửa hàng. Khi sử dụng ";i:14;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:50:"phần mềm quản lý shop quần áo Master Pro";}}i:15;s:785:" các shop bán hàng có thể thanh toán cho khách bằng máy quét mã vạch, thông tin hàng hóa về giá, size, màu sắc, số lượng được ghi lại chính xác.
Khi thanh toán nhiều sản phẩm cùng lúc. Tổng số tiền thanh toán, mã hàng hóa được chiết khấu nằm trong chương trình khuyến mãi sẽ tự động được áp dụng. Phần mềm tính tiền shop quần áo hỗ trợ nhiều hình thức thanh toán cho khách hàng như: tiền mặt, thẻ tín dụng, thẻ ATM hay thẻ tích điểm thành viên do cửa hàng phát hành.
Thu ngân có thể có thể in hóa đơn cho khách hàng sau khi thanh toán. Chỉnh sửa thông tin hóa đơn dễ dàng phục vụ cho nhu cầu đổi trả của họ. .
";i:16;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:67:"https://phanmemtinhtien.net/wp-content/uploads/2020/11/Picture2.gif";}}i:17;s:2:"
";i:18;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"4";s:8:"original";a:2:{i:0;s:8:"[SIZE=4]";i:1;s:7:"[/SIZE]";}s:8:"children";a:3:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:63:"Phần mềm quản lý tồn kho, giảm thiểu thất thoát";}}}}i:1;s:1:"
";i:2;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:0:{}}}}}}i:19;s:54:"
Để quản lý kho hàng một cách hiệu quả, ";i:20;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:48:"phần mềm cửa hàng thời trang Master Pro";}}i:21;s:398:" đã hệ thống hóa các quy trình quản lý kho giúp quản lý hàng hóa khoa học, tự động cập nhật tồn kho thực tế trên hệ thống. Quản lý cửa hàng thời trang có thể tra cứu tồn kho hàng hóa trên mọi thiết bị như di động, máy tính bảng hay laptop, PC nhanh chóng. Điều chuyển kho giữa các chi nhánh cửa hàng dễ dàng.
";i:22;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:39:"Phần mềm quản lý shop quần áo";}}i:23;s:340:" giúp quản lý hàng hóa theo số lượng, tên hàng hóa, size, màu sắc,… . Các sản phẩm tại shop thời trang được phân loại tự động theo nhóm hàng hóa, độ tuổi, giới tính. Đáp ứng tối đa yêu cầu quản lý hàng hóa tại các shop thời trang nam, nữ, trẻ em hay công sở…
";i:24;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"4";s:8:"original";a:2:{i:0;s:8:"[SIZE=4]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:96:"Phần mềm quản lý shop quần áo giúp quản lý và chăm sóc khách hàng thông minh";}}}}}}i:25;s:538:"
Khi kinh doanh shop quần áo thì không thể không quản lý khách hàng. Nhiều shop thời trang có 80% doanh thu đến từ những khách quen. Đây là lý do cho thấy tầm quan trọng đặc biệt của việc chăm sóc và quản lý khách hàng.
Phần mềm quản lý Master Pro là ứng dụng quản lý thẻ thành viên thông minh cho shop thời trang. Giúp quản lý thông tin khách hàng, tạo thẻ thành viên điện tử, tích điểm và gửi ưu đãi tự động cho khách hàng.
";i:26;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"4";s:8:"original";a:2:{i:0;s:8:"[SIZE=4]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:45:"Công nghệ ưu việt, an toàn bảo mật";}}}}}}i:27;s:1:"
";i:28;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:50:"Phần mềm quản lý shop quần áo Master Pro";}}i:29;s:156:" là phần mềm bán hàng chuyên nghiệp. Giao diện đơn giản, dễ sử dụng.
Phần mềm tốt cần đảm bảo được các yếu tố:
";i:30;a:4:{s:3:"tag";s:4:"list";s:6:"option";N;s:8:"original";a:2:{i:0;s:6:"[LIST]";i:1;s:7:"[/LIST]";}s:8:"children";a:1:{i:0;s:248:"
[*]Sử dụng những công nghệ tiên tiến, ưu việt
[*]Khả năng bảo mật và an toàn dữ liệu
[*]Sử dụng trơn tru, chạy tốt trên mọi thiết bị
[*]Thương hiệu Master Pro với 10 năm nổi tiếng và uy tín
";}}i:31;s:278:"
Ngoài khả năng đáp ứng linh hoạt giữa nhiều thiết bị khác nhau như máy tính, máy POS, máy tính bảng hay điện thoại. Master Pro còn là phần mềm bán hàng cho shop thời trang đảm bảo tính báo mật theo tiêu chuẩn quốc tế.
";i:32;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"5";s:8:"original";a:2:{i:0;s:8:"[SIZE=5]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:22:"Thông tin liên hệ:";}}}}}}i:33;s:26:"
Địa chỉ chi nhánh:
";i:34;a:4:{s:3:"tag";s:4:"list";s:6:"option";N;s:8:"original";a:2:{i:0;s:6:"[LIST]";i:1;s:7:"[/LIST]";}s:8:"children";a:7:{i:0;s:4:"
[*]";i:1;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:20:"HOSCO Miền Bắc: ";}}i:2;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:71:"Số 272 Khương Đình, P.Hạ Đình, Quận Thanh Xuân, Hà Nội.";}}i:3;s:4:"
[*]";i:4;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:18:"HOSCO Miền Nam: ";}}i:5;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:63:"33 Lê Văn Huân, P.13, Quận Tân Bình, Tp. Hồ Chí Minh.";}}i:6;s:1:"
";}}i:35;s:56:"
Hotline: 0909934689 – 19006129
Địa chỉ Folder: ";i:36;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:100:"https://www.google.com/url?q=https://is.gd/laIQ4s&sa=D&sntz=1&usg=AFQjCNFogAs-VvSnzOJqpFm2XKmUiFkvLg";s:8:"original";a:2:{i:0;s:108:"[URL='https://www.google.com/url?q=https://is.gd/laIQ4s&sa=D&sntz=1&usg=AFQjCNFogAs-VvSnzOJqpFm2XKmUiFkvLg']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"u";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[U]";i:1;s:4:"[/U]";}s:8:"children";a:1:{i:0;s:20:"https://is.gd/laIQ4s";}}}}i:37;s:11:"
Website: ";i:38;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:111:"https://www.google.com/url?q=https://www.phanmembanhang.com/&sa=D&sntz=1&usg=AFQjCNFJniZ_L3k8e7BTZS7Z460M8sUX0A";s:8:"original";a:2:{i:0;s:119:"[URL='https://www.google.com/url?q=https://www.phanmembanhang.com/&sa=D&sntz=1&usg=AFQjCNFJniZ_L3k8e7BTZS7Z460M8sUX0A']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"u";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[U]";i:1;s:4:"[/U]";}s:8:"children";a:1:{i:0;s:31:"https://www.phanmembanhang.com/";}}}}i:39;s:15:"
Google site: ";i:40;a:4:{s:3:"tag";s:3:"url";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[URL]";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:61:"https://sites.google.com/view/phanmemquanlybanhang-masterpro/";}}i:41;s:11:"
Twitter: ";i:42;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:115:"https://www.google.com/url?q=https://twitter.com/Masterpro_Hosco&sa=D&sntz=1&usg=AFQjCNHhjaEuLC6CdRN0G3fF0Jgqfx5NIA";s:8:"original";a:2:{i:0;s:123:"[URL='https://www.google.com/url?q=https://twitter.com/Masterpro_Hosco&sa=D&sntz=1&usg=AFQjCNHhjaEuLC6CdRN0G3fF0Jgqfx5NIA']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"u";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[U]";i:1;s:4:"[/U]";}s:8:"children";a:1:{i:0;s:35:"https://twitter.com/Masterpro_Hosco";}}}}i:43;s:12:"
Facebook: ";i:44;a:4:{s:3:"tag";s:1:"u";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[U]";i:1;s:4:"[/U]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:123:"https://www.google.com/url?q=https://www.facebook.com/phanmembanhangcom/&sa=D&sntz=1&usg=AFQjCNHrf8zbdDU0bPMsTlMWLnuhKiLXbg";s:8:"original";a:2:{i:0;s:131:"[URL='https://www.google.com/url?q=https://www.facebook.com/phanmembanhangcom/&sa=D&sntz=1&usg=AFQjCNHrf8zbdDU0bPMsTlMWLnuhKiLXbg']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:43:"https://www.facebook.com/phanmembanhangcom/";}}}}i:45;s:2:"
";i:46;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:10:"Xem thêm:";}}i:47;s:2:"
";i:48;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:63:"https://phanmemtinhtien.net/phan-mem-quan-ly-cua-hang-me-va-be/";s:8:"original";a:2:{i:0;s:71:"[URL='https://phanmemtinhtien.net/phan-mem-quan-ly-cua-hang-me-va-be/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:48:"Phần mềm quản lý cửa hàng mẹ và bé";}}i:49;s:1:"
";i:50;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:64:"https://phanmemtinhtien.net/phan-mem-quan-ly-ban-hang-my-pham-3/";s:8:"original";a:2:{i:0;s:72:"[URL='https://phanmemtinhtien.net/phan-mem-quan-ly-ban-hang-my-pham-3/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:46:"Phần mềm quản lý bán hàng mỹ phẩm";}}}, 1631068078, 1656484041
Run Time: 0.000716
INSERT INTO xf_bb_code_parse_cache
(content_type, content_id, parse_tree, cache_version, cache_date)
VALUES (?, ?, ?, ?, ?)
ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
cache_version = VALUES(cache_version),
cache_date = VALUES(cache_date)
Params: post, 1058749174, a:1:{i:0;s:25:"có demo không bạn ơi";}, 1631068078, 1656484041
Run Time: 0.000314
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('thread_field_price_desc', 'thread_field_city_desc', 'thread_field_district_desc', 'thread_field_mobile_desc', 'thread_field_postaddress_desc', 'thread_field_city_choice_ha-noi.5', 'thread_field_district_choice_quan-thanh-xuan.831')
Params: 4
Run Time: 0.000331
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | range | PRIMARY | PRIMARY | 106 | | 7 | Using where |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 2
Run Time: 0.000196
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 2
Run Time: 0.000191
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT session_activity.*
,
user.*
FROM xf_session_activity AS session_activity
LEFT JOIN xf_user AS user ON
(user.user_id = session_activity.user_id)
WHERE (session_activity.view_date > 1656483141)
ORDER BY session_activity.view_date DESC
Run Time: 0.004244
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | session_activity | ALL | view_date | | | | 2236 | Using where; Using filesort |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | 5s_db1.session_activity.user_id | 1 | |