> ## Documentation Index
> Fetch the complete documentation index at: https://support.dripos.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Cost of Goods Sold

> Understand the cost of ingredients sold

Track the cost of ingredients sold in each product using the **Cost of Goods (COGs) Report**

Find this report on the **Dashboard** and **Point of Sale** under **Reports** > **Cost of Goods Report**

<Steps>
  <Step title="Default Costs">
    Each recipe has a default cost based on the modifiers selected.

    For example, a 12oz and 16 oz latte with no modifiers has a base cost of \$1.80 and \$3.00, respectively.

    <CardGroup cols={2}>
      <Card title="12oz">
        <img src="https://mintcdn.com/frostbytetechnologiesinc/1Z0OJcXF-diU_CPF/images/orders/cogs1.png?fit=max&auto=format&n=1Z0OJcXF-diU_CPF&q=85&s=32e7a4d7adfe2a1f25c5010072ef5d78" width="1816" height="1018" data-path="images/orders/cogs1.png" />
      </Card>

      <Card title="16oz">
        <img src="https://mintcdn.com/frostbytetechnologiesinc/1Z0OJcXF-diU_CPF/images/orders/cogs2.png?fit=max&auto=format&n=1Z0OJcXF-diU_CPF&q=85&s=a7a509004df6ec702c114abcbe4a0e16" width="1654" height="1006" data-path="images/orders/cogs2.png" />
      </Card>
    </CardGroup>
  </Step>

  <Step title="Cost of Goods Sold Report">
    When a product is sold, it's sale as well as the sale of those ingredients is recorded in the Cost of Goods Sold report.

    For example, a 12oz and a 16oz latte are sold today. The COGs report shows the following:

    <Frame>
      <img src="https://mintcdn.com/frostbytetechnologiesinc/1Z0OJcXF-diU_CPF/images/orders/cogs.png?fit=max&auto=format&n=1Z0OJcXF-diU_CPF&q=85&s=c3983ab213c4b2f111de4ab655858b7a" width="2396" height="1088" data-path="images/orders/cogs.png" />
    </Frame>

    > **Product**: Name of product/recipe sold
    >
    > **Sales**: Total sales made from the products sold
    >
    > **Estimated Cost**: *This column is currently undergoing maintenance*
    >
    > **Calculated Cost**: the total cost of the ingredients used to create each product sold (1x12oz + 1x16oz = \$1.80 + \$3.00 = \$4.80)
    >
    > * The percentage shown below (43.64%) represents the cost of goods divided by total sales—also known as your cost of goods sold (COGS) percentage.
  </Step>
</Steps>
