DigitalShoestringSolutions / InventoryManagement

Shoestring starter solution for a simple inventory management system
GNU General Public License v3.0
0 stars 1 forks source link

Mandatory fields in Add New Stock form #36

Closed anandarupmukherjee closed 2 months ago

anandarupmukherjee commented 2 months ago

Addresses #16

tobyaharris commented 2 months ago

I'll look at applying this to all the forms in the solution. Working list of them:

tobyaharris commented 2 months ago

Look at this! Love it. image If any fields are left blank, when Submit is clicked this message is shown against the first blank field. Great!

tobyaharris commented 2 months ago

The Stock Check form can't fail, except for:

-The field is emptied, in which case the Units updated successfully! popup is displayed but no withdrawal event is logged.

tobyaharris commented 2 months ago

@anandarupmukherjee I'll need your help with this

tobyaharris commented 2 months ago

^ undid my unhelpful attempts. The bit that's working is going out the door, the bit that isn't will wait.