vanilophp / product

Product Module for Vanilo (or any Laravel app)
https://vanilo.io
MIT License
18 stars 8 forks source link

No Quantity #4

Closed victorighalo closed 5 years ago

victorighalo commented 5 years ago

In my project i have gotten to a point where i need to add product quantity and then i realised there is not quantity column on the table. So is there a better way to set and get product quantity or to add my own migration to update the product table.

fulopattila122 commented 5 years ago

Do you mean quantity unit like "kg" "pcs" or quantity like stock?

victorighalo commented 5 years ago

Do you mean quantity unit like "kg" "pcs" or quantity like stock?

Quantity like available stock I mean.

fulopattila122 commented 5 years ago

This simple stock feature is just about to be added: https://vanilo.io/docs/master/roadmap The field name will be highly likely stock, and supporting features like $product->isOnStock() and/or $product->isAvailable() and/or $product->canBeBought() will be added.

How urgent is it for you, how many days can you wait for it?

victorighalo commented 5 years ago

This simple stock feature is just about to be added: https://vanilo.io/docs/master/roadmap The field name will be highly likely stock, and supporting features like $product->isOnStock() and/or $product->isAvailable() and/or $product->canBeBought() will be added.

How urgent is it for you, how many days can you wait for it?

Nice! It's a crucial part of the project but i guess I can wait for it for one-two weeks while I work on other parts of my project.

fulopattila122 commented 5 years ago

Good, it'll take about that. I'll keep you updated within this Issue.