VWA / report_tutorial /report_tutorial.task.action.json
KevinQHLin's picture
Upload folder using huggingface_hub
1ef9b9f verified
raw
history blame
2.86 kB
{
"task with actions": [
{
"task_index": 0,
"task": "Navigate to the reports section and select orders under sales.",
"actions": [
{
"index": 0,
"start": 12.9,
"end": 16.4,
"text": "Click on 'Reports' on the left-hand side."
},
{
"index": 1,
"start": 16.5,
"end": 17.8,
"text": "Click on 'Sales Orders'."
}
]
},
{
"task_index": 1,
"task": "Choose the time period for the order report (daily, monthly, or yearly).",
"actions": [
{
"index": 3,
"start": 27.5,
"end": 28.4,
"text": "Select the option to generate order reports based on the time period."
},
{
"index": 4,
"start": 39.1,
"end": 40.7,
"text": "Select 'Monthly' as the time period."
},
{
"index": 8,
"start": 108.2,
"end": 109.0,
"text": "Select 'Day' as the time period."
}
]
},
{
"task_index": 2,
"task": "Specify the date range for the report, e.g., from January 1st, 2021, to the end of September 2022.",
"actions": [
{
"index": 5,
"start": 41.9,
"end": 45.0,
"text": "Set the start date to January 1st."
},
{
"index": 6,
"start": 55.9,
"end": 61.2,
"text": "Set the end date to the end of September."
}
]
},
{
"task_index": 3,
"task": "Press show report to generate the report.",
"actions": [
{
"index": 7,
"start": 69.1,
"end": 70.4,
"text": "Press 'Show Report' to generate the report."
},
{
"index": 9,
"start": 111.8,
"end": 112.3,
"text": "Press 'Show Report' to generate the report for specific days."
}
]
},
{
"task_index": 4,
"task": "Note that reports can also be generated for sales tax, invoices, shipping, and refunds using the same format.",
"actions": []
}
]
}