wembushey / Exjest

A program that is able to take excel sheets and enter them into a database.
0 stars 0 forks source link

View Screen "Incidents" #13

Closed wembushey closed 1 week ago

wembushey commented 3 weeks ago

A button shall open a form to enter a new incident.

Search fields will allow the user to search for incidents by:

Seqnos Or one or more of the following

Date range Fatalities or injuries present State Search results shall appear in a DataGridView that includes the following data:

Seqnos DataTimeReceived CallType ResponsibleState TypeOfIncident Double clicking on a row in the DataGridView will open a detailed view. All attributes shall be visible. If companies, railroads, or trains are associated with this incident, we shall be able to open details of each from this form.

wembushey commented 1 week ago

GUI has been made

wembushey commented 1 week ago

Everything but the double click is done.

wembushey commented 1 week ago

Done