Inventory Management System using Struts Framework Architecture
by Mr. Shreyas Borwankar "Inventory Management System using Struts Framework Architecture"
Published in International Journal of Trend in Scientific Research and Development (ijtsrd), ISSN: 2456-6470, Volume-5 | Issue-4 , June 2021,
URL: https://www.ijtsrd.compapers/ijtsrd41202.pdf
Paper URL: https://www.ijtsrd.comengineering/software-engineering/41202/inventory-management-system-using-struts-framework-architecture/mr-shreyas-borwankar
Every rg niz ti n needs invent ry f r sm th running f its tivities. It serves s link between r du ti n nd distribution r esses. The System maintains m uterized inf rm ti n rel ted t the rg niz ti n. Whi h m int ins nd s ves d t in the f rm f ex el sheets whi h re being essed by the rg niz ti n dmin nd its em l yees whi h is very tedi us j b. Se urity is very l w s ny ne n ess the d t , even the nes wh re n t h ving ermissi ns t ess the d t b se. T redu e these r blems the new system is r viding level wise uth riz ti n f r the se urity ur ses. The System is rel ted t the r essing f inf rm ti n n N D New r je t Devel ment whi h will be in luding the r du t tivity tr king till the r du t dis t h. This system ls will be r viding dditi n l fe tures level wise uth riz ti n f r the se urity ur se.
The following is a guest post by Steven Brooks and originally appeared on his blog. Steven is currently a student at The Flatiron School. You can follow him on Twitter here.
So last night I was able to get about an hour of work in. I feel like that a sustainable pace considering I do not want to have energy taken away from my Library group project.
Anyway I feel very strong with form now. Yesterday, I was doing some work with my form with one of our TA’s, Jeff, who recommended I back down from form_for and move to form_tag. That worked wonders as there is far less rails magic involved in form_tag, and I also am literally only going to have one form for the user to input data for multiple objects.
Form_tag was much easier for me for many reasons. First, I was able to create to params hash the exact way I wanted to. This made it very easy for me to locate the the proper information in the controller and add that information into different instance variable. That process was repetitive, which I enjoyed because I feel I made large strides yesterday as far as the M and C of the MVC model goes.
I also was able to add sets to lifts(which is a joins table between routine and exercises). Now each lift has many sets which include repetitions and weights.