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

create store items based of previous crated header #25

Open
binhussen opened this issue Oct 10, 2021 · 2 comments
Open

create store items based of previous crated header #25

binhussen opened this issue Oct 10, 2021 · 2 comments

Comments

@binhussen
Copy link
Collaborator

No description provided.

@binhussen
Copy link
Collaborator Author

pre condition
store header is created
from the list of store header add new item is clicked
creation form is finished

this operation is done based on creation form so redirect to creation form with data and add new item

@hundesoft
Copy link
Collaborator

hundesoft commented Oct 16, 2021

                                 **create store items **

modal forms for detail of item: -
[

labels

        - name 
        - type 
        - model
        - serial number 
        - quantity 
        - unit price
        - description
### input fields
        - weapon name [ dropdown list of material name]
        - type [ dropdown list of material type and should be interdependent dropdown list with material name]
        - model [ dropdown model of weapon]
        - serial number [ not required always ]
        - quantity [ not required always it is counted as 1 if it have serial number]
        - unit price
        - description[ remarks about notification]
 ### Buttons
      - add[ save request detail data to system db ]
      - cancel [ leave current page]
           ]            ====> create single data / detail data of item.

=================================================================================

store header forms
[

labels

        - store number
        - shelf number
        - recipient [ currently logged in store man ]// it can be accessed from session data
        - supplier [ donor]

input fields

        - storeNumber
        - shelfNumber
        - recipient
        - supplier [ donor]

Buttons

      - create [ create mass data ]
         
           ]               =======> create mass data, by referencing item detail 

===============================================================================

                      **display list of store items with detail and edit buttons**

table

table column
no
name
model
serial number
Action [ point action to performed on list item]
Buttons
=====> [ buttons to make any changes on list of item by linking with another component ]

  • edit [ linked to edit mis inserted value of item data]
  • detail [ linked to view detail of item]
  • add more item [ linked to add new material to store component ]

@hundesoft hundesoft reopened this Dec 22, 2021
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

2 participants