Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow jobItem and job to have multiple materials #5

Open
5 tasks
jackcrane opened this issue Jan 18, 2025 · 0 comments
Open
5 tasks

Allow jobItem and job to have multiple materials #5

jackcrane opened this issue Jan 18, 2025 · 0 comments

Comments

@jackcrane
Copy link
Collaborator

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant