snl-dev-team / snl-inventory-app

Scalable, user-friendly inventory management software with support for automated reporting and multi-level relations between orders, products, and materials.
2 stars 0 forks source link

Case Expiration Date #56

Open jacksonet00 opened 3 years ago

jacksonet00 commented 3 years ago
znields commented 3 years ago

is this a v2 thing?

znields commented 3 years ago

Case expiration date updates to min expiration date of products and materials added to it

we can probably use a trigger to handle this. In that case, we'll need to plan out how to ensure that the client stays in sync with the server.

znields commented 3 years ago

@jacksonet00 @lnields How necessary of a feature is this? It's going to require a good amount of frontend and backend.

This is mostly bc we'll need to take care of case -> product -> material. When someone updates a material, we have to propagate the expiration date through product to case.

jacksonet00 commented 3 years ago

@isaiahnields I would call this a low importance item. More of a nice to have.