+
+
+ Product ID
+
+
+ {product.id}
+
+
+
+
+ Category ID
+
+
+ {product.category_id}
+
+
+
+
+ Organization ID
+
+
+ {product.organization_id}
+
+
+
+
+ Profit Margin
+
+
+ {formatCurrency(product.price - product.cost)}
+
+ ({(((product.price - product.cost) / product.cost) * 100).toFixed(1)}%)
+
+
+
+
+