{% extends 'base.html' %} {% block content %}
Current Real Price: $ {{product.real_price|floatformat:2}}
$ {{product.cost_price|floatformat:2}} / {{product.measurement}}
Estimated Cost
{{product.value|floatformat:3}} h
Estimated Labor Time
$ {{product.direct_wages|floatformat:2}}
Direct Wages
$ {{product.indirect_wages|floatformat:2}}
Indirect Wages
{{product.direct_labor|floatformat:3}} h
Direct Labor
{{product.indirect_labor|floatformat:3}} h
Indirect Labor
Name | Quantity | |
---|---|---|
{{dep.dependency.name}} | {{dep.quantity}} {{dep.dependency.measurement}}s | {% endfor %} |
Are you sure you want to delete this product?
Fill out the form beneath this prompt and hit confirm to edit your product.
Fill out the form beneath this prompt and hit confirm to create a dependency for your product. Dependencies must be existing products, so be sure to create it if it doesn't currently exist.
Fill out the form beneath this prompt and hit confirm to edit this dependency.