{% extends 'base.html' %} {% block content %}
$ {{product.real_price|floatformat:2}}
Current Real Price
{{product.direct_labor|floatformat:3}} h
Direct Labor Time
$ {{product.direct_wages|floatformat:2}}
Direct Wages
$ {{product.indirect_wages|floatformat:2}}
Indirect Wages
{{product.indirect_labor|floatformat:3}} h
Indirect Labor Time
$ {{product.cost_price|floatformat:2}}
Estimated Cost
{{product.value|floatformat:3}} h
Estimated Labor Time
Name: {{dep.dependency.name}} Quantity:
{{dep.quantity}} ID: {{dep.id}}
|
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.
Fill out the form beneath this prompt and hit confirm to edit this dependency. *Note: For now, the correct Dependency ID is required for editing, this will be fixed post-prototype.