재고 효율성 개요

이 프롬프트는 사용자가 여러 제품 라인에 걸쳐 재고 관리의 효율성을 비교하는 간단한 막대 차트를 생성하도록 안내합니다.

0 uses 0 likes
1. Gather monthly inventory data for each product line, specifically the average stock levels ([averageStockLevels]) and the monthly sales ([monthlySales]) for the past year.
2. Calculate the inventory turnover ratio for each product line using the formula: Inventory Turnover Ratio = [monthlySales] / [averageStockLevels].
3. Create a bar chart with the product lines on the x-axis and the inventory turnover ratios on the y-axis.
4. Label the chart 'Inventory Efficiency Overview for [companyName]' and include a legend that explains the chart's variables.

Fill in the variables