You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to be able to assign and charge for multiple materials in a single job item; e.g. in 3d printing for "model and support", or "primary and secondary" materials. Right now, there is a secondaryMaterial reference in the job database model, but it is not otherwise implemented.
Steps/completion status:
Secondary Material field added to jobItem
Secondary Material qty field added to job and jobItem
UI for selecting a secondary material (can just use the existing list of materials accessible from useMaterials(), materials do not need to be sorted into primary and secondary) (should work similar to how a primary material can be selected across an entire job or on a per-job-item basis)
UI for entering the quantity of the secondary material
Include secondary material in pricing tables, calculations, and quotes.
The text was updated successfully, but these errors were encountered:
We want to be able to assign and charge for multiple materials in a single job item; e.g. in 3d printing for "model and support", or "primary and secondary" materials. Right now, there is a
secondaryMaterial
reference in thejob
database model, but it is not otherwise implemented.Steps/completion status:
jobItem
job
andjobItem
useMaterials()
, materials do not need to be sorted into primary and secondary) (should work similar to how a primary material can be selected across an entire job or on a per-job-item basis)The text was updated successfully, but these errors were encountered: