
INSERT INTO `clic_administrator_menu` VALUES(821, 'index.php?A&Catalog\\Products&StatsProductsSafetyStock', 107, 0, 0, 'app_catalog_products', 0, NULL, 1);
INSERT INTO `clic_administrator_menu_description` VALUES(821, 'Preditive security stock', 1);
INSERT INTO `clic_administrator_menu_description` VALUES(821, 'Stock de sécurité prédictif', 2);

ALTER TABLE `clic_reviews` ADD `customers_tag` VARCHAR(255) NULL AFTER `customers_group_id`;


#english
INSERT INTO `clic_configuration` VALUES(null, 'Lead time for safety predictive stock ', 'SAFETY_STOCK_TIME', '7', 'Please insert the time in  days for the analysis', 9, 5, NULL, '2006-04-09 16:13:48', NULL, NULL);
INSERT INTO clic_configuration VALUES(null, 'Do you want to display the customer sentiment tag ?', 'MODULE_PRODUCTS_INFO_REVIEWS_CUSTOMERS_SENTIMENT_TAG', 'False', 'Display the customer sentiment about a review generated by AI (you must enable gpt to use that)', 6, 1, NULL, '2023-08-19 10:59:58', NULL, 'clic_cfg_set_boolean_value(array(\'True\', \'False\'))');
INSERT INTO clic_configuration VALUES(null, 'Do you want to display the customer sentiment tag ?', 'MODULES_PRODUCTS_REVIEWS_INFO_CONTENT_SENTIMENT_TAG', 'False', 'Display the customer sentiment about a review generated by AI (you must enable gpt to use that)', 6, 1, NULL, '2023-08-19 11:19:45', NULL, 'clic_cfg_set_boolean_value(array(\'True\', \'False\'))');
INSERT INTO clic_configuration VALUES(null, 'Do you want to display the customer sentiment tag ?', 'MODULES_PRODUCTS_REVIEWS_LISTING_CONTENT_SENTIMENT_TAG', 'True', 'Display the customer sentiment about a review generated by AI (you must enable gpt to use that)', 6, 1, NULL, '2023-08-19 11:27:50', NULL, 'clic_cfg_set_boolean_value(array(\'True\', \'False\'))');
INSERT INTO clic_configuration VALUES(null, 'Do you wantto save the sentiment tag when a review is created ?', 'CLICSHOPPING_APP_REVIEWS_RV_SENTIMENT_TAG', 'False', 'Save the tag generated by generative AI in relation with the customer review (GPT must be enable)', 6, 0, NULL, '2023-08-19 11:41:33', NULL, NULL);



#french
INSERT INTO configuration VALUES(null, 'Délai pour le stock de sauvegarde prédictif', 'SAFETY_STOCK_TIME', '7', 'Veuillez insérer le délai d\'analyse en jours', 9, 5, NULL, '2006-04-09 16:13:48', NULL, NULL);
INSERT INTO clic_configuration VALUES(null, 'Souhaitez-vous afficher les tags de sentiments du client ?', 'MODULE_PRODUCTS_INFO_REVIEWS_CUSTOMERS_SENTIMENT_TAG', 'False', 'Affiche des tags générés par l\'IA générative en fonction du commentaire de client (GPT doit etre activé)', 6, 1, NULL, '2023-08-19 10:59:58', NULL, 'clic_cfg_set_boolean_value(array(\'True\', \'False\'))');
INSERT INTO clic_configuration VALUES(null, 'Souhaitez-vous afficher les tags de sentiments du client ?', 'MODULES_PRODUCTS_REVIEWS_INFO_CONTENT_SENTIMENT_TAG', 'False', 'Affiche des tags générés par l\'IA générative en fonction du commentaire de client (GPT doit etre activé)', 6, 1, NULL, '2023-08-19 11:19:45', NULL, 'clic_cfg_set_boolean_value(array(\'True\', \'False\'))');
INSERT INTO clic_configuration VALUES(null, 'Souhaitez-vous afficher les tags de sentiments du client ?', 'MODULES_PRODUCTS_REVIEWS_LISTING_CONTENT_SENTIMENT_TAG', 'True', 'Affiche des tags générés par l\'IA générative en fonction du commentaire de client (GPT doit etre activé)', 6, 1, NULL, '2023-08-19 11:27:50', NULL, 'clic_cfg_set_boolean_value(array(\'True\', \'False\'))');
INSERT INTO clic_configuration VALUES(null, 'Souhaitez-vous enregister les tags de sentiments du client lors de la création d\'un commentaire ?', 'CLICSHOPPING_APP_REVIEWS_RV_SENTIMENT_TAG', 'False', 'Enregistre des tags générés par l\\\'IA générative en fonction du commentaire de client (GPT doit etre activé)', 6, 0, NULL, '2023-08-19 11:41:33', NULL, NULL);
