File size: 4,175 Bytes
dc45511 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 | {
"absolute_id": 277,
"persona": "Operations Manager",
"task": "Based on the documents of the clothing sales management system, five types of core business data including sales transactions, personnel performance, product files, purchase details, and personnel information are extracted. Through data cleaning, cross-table correlation, and index calculation, two output files are generated: a Markdown format operation analysis report containing overall overview, personnel analysis, product analysis, purchase analysis, and operation recommendations, and an Excel format data summary table containing sales personnel performance, product sales summary, department performance, product profitability, and core indicators. All output files are uniformly saved to/under the clothing retail/raw_data/sales_management month operation analysis directory.",
"task_diff": "medium",
"output_files": [
"apparel_sales_management_system_2018_year_8_monthoperations_analysisreport.md",
"apparel_sales_august_data_summary.xlsx"
],
"rubrics": [
"Is the total sales in the operational analysis report 1233140.00 yuan?",
"Is the total number of sales orders in the operational analysis report 66 orders?",
"Is the total number of sales in the operational analysis report 4,285?",
"Is the consolidated gross profit margin in the operational analysis report 29.81%?",
"Is the number of sales participants in the operational analysis report 10?",
"Does the Excel Datasheet Core Metrics Worksheet contain 11 metric records?",
"Is the Sales Performance worksheet included in the Excel data summary table in descending order by sales?",
"Are departmental performance summary worksheets included in Excel data summary sheets?",
"Does the Excel data summary table include a product sales summary worksheet?",
"Is Zhou Jing the first in the total sales in the sales performance table, and is the sales volume greater than 200,000 yuan?",
"Is the total sales of one of the sales in the department performance summary higher than the other departments?",
"Is the sales contribution of the top 5 products in the product analysis more than 50% of the total sales?",
"Is there an indication of the number of undersold items in the report?",
"Does the report contain operational recommendations in four areas: people management, commodity strategy, inventory management, and performance improvement?",
"Does the gross profit margin calculation for each commodity in the commodity profit analysis retain two decimal places?",
"Does the purchase classification statistics contain purchase information for 5 commodity categories?",
"Are sales transactions, personnel performance, product files, purchase details, and personnel information fully extracted?",
"Have all 66 active sales records been retained after data cleansing, with no missing amount and date records removed?"
],
"rubric_types": [
"Outcome Evaluation",
"Outcome Evaluation",
"Outcome Evaluation",
"Outcome Evaluation",
"Outcome Evaluation",
"Basic Evaluation",
"Basic Evaluation",
"Basic Evaluation",
"Basic Evaluation",
"Outcome Evaluation",
"Outcome Evaluation",
"Process Evaluation",
"Outcome Evaluation",
"Process Evaluation",
"Outcome Evaluation",
"Basic Evaluation",
"Process Evaluation",
"Process Evaluation"
],
"file_dep_graph": [
{
"from": "apparel_sales_management_system.xlsx",
"to": "apparel_sales_august_data_summary.xlsx"
},
{
"from": "apparel_sales_management_system.xlsx",
"to": "apparel_sales_management_system_2018_year_8_monthoperations_analysisreport.md"
},
{
"from": "apparel_sales_august_data_summary.xlsx",
"to": "apparel_sales_management_system_2018_year_8_monthoperations_analysisreport.md"
}
],
"data_manifest": [
{
"filename": "apparel_sales_management_system.xlsx",
"stored_relpath": "data/9372683673dd8dc1_apparel_sales_management_system.xlsx"
}
],
"tested_capabilities": [
"Workspace Exploration",
"Result-Providing Files Utilization"
]
}
|