Please Answer my Questin in my assignment: Identify functional and nonfunctional requirements from the following description The allocation of staff to production lines should be mostly automated. A process will be run once a week to carry out the allocation based on the skills and experience of operatives. Details of holidays and sick leave will also be taken into account. A first draft allocation list will be printed off by 12.00 noon on Friday for the following week. Only staff in production planning will be able to amend the automatic allocation to find-tune the list. Once the amendments have been made, the final Allocation list is printed out by 5.00 pm. The system must be able to handle allocation of 100 operatives at present, and should be capable of expansion to handle double that number.
Khan Bangash
Posts
-
Functional and NonFunctional Reuqirements -
Functional and Nonfunctional RequirementsPlease Answer my Questin in my assignment: Identify functional and nonfunctional requirements from the following description The allocation of staff to production lines should be mostly automated. A process will be run once a week to carry out the allocation based on the skills and experience of operatives. Details of holidays and sick leave will also be taken into account. A first draft allocation list will be printed off by 12.00 noon on Friday for the following week. Only staff in production planning will be able to amend the automatic allocation to find-tune the list. Once the amendments have been made, the final Allocation list is printed out by 5.00 pm. The system must be able to handle allocation of 100 operatives at present, and should be capable of expansion to handle double that number.
-
How to display DayThanks Sandeep Brother....... My problem solved with the following.......... DateTime.Today.DayOfWeek.ToString(); I realy appriciate u people........ Thanks for helping.....
-
How to display Daydim emailbody as string. emailbody = "some text" emailbody &= date.now.day Dim mailObj As New Mail.MailMessage mailObj.To = "myID@domain.com" mailObj.From = "admin@domain.com" mailObj.Subject = "Testing" mailObj.Body = emailBody mailObj.BodyFormat = MailFormat.Html SmtpMail.SmtpServer = "127.0.0.1" SmtpMail.Send(mailObj)
-
How to display DayActually I m sending Email.....But first I store all info in string "emailBody", then at last I send Email and assing that variable to Emailbody........
-
How to display DayI have tried that too..........But failed..........I dont know whts wrong with that......
-
How to display DayHI All, I want to display day like Tuesday , Friday , Sunday etc etc. I use the following response.write(date.now.day)...........But instead of day date is displayed......Please help me..... I m using VB.NET.......... Thanks in advance..........
-
Javascript Problem.Here is my code. What error there can be. function loadd() { var firefox=document.getElementById&&!document.all; if (firefox) { var dat = "<table><tr><td>" dat += "State*</td><td> </td><td> </td>" dat += "<td><select id='drpState'></select></td>" dat +="</tr><table>" document.getElementById("dvdrp").innerHTML=null; document.getElementById("dvdrp").innerHTML += dat; } else { var dat = "<table><tr><td>" dat += "State*</td><td> </td><td> </td>" dat += "<td><select id='drpState'></select></td>" dat +="</tr><table>" var parentElement = document.getElementById('dvdrp'); var wrappingDiv = document.createElement('div'); document.getElementById("dvdrp").innerHTML=""; wrappingDiv.innerHTML=dat; wrappingDiv.innerHTML+=" " parentElement.appendChild(wrappingDiv); } }
-
Javascript Problem.Hi every one. I have a problem, I have called a javascript function on the change event of dropdown list. When I use empty alert('') msg that function is called, if alert is not used then it does't fire the function. Thanks in advance.
-
Calling a JavaScript Function From DataGrid ControlNow the function is working but when I click first time , it is not working, when I click second time then it works. But I m not able to send ID which is on Cell 0 nd the link button is on cell 1.
-
Calling a JavaScript Function From DataGrid ControlNow I applayed the following Method and it is working Public Sub itembound(ByVal source As Object, ByVal e As System.Web.UI.WebControls.DataGridCommandEventArgs) Dim script As String If e.Item.ItemType = ListItemType.Item Or e.Item.ItemType = ListItemType.AlternatingItem Then CType(e.Item.Cells(0).FindControl("name"), LinkButton).Attributes.Add ("onclick", "window.open('/code/customer/addressbook/default.aspx?id=" & dgD.DataKeys.Item(e.Item.ItemIndex) & "','', 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=0,width=800,height=600,left = 176,top = 132'); return false;") End If End Sub But I want to Send ID not name to that popup page. If u can see there in query string Name is going. How can I send ID to that page.
-
Calling a JavaScript Function From DataGrid ControlI applayed all above methods but it s not working.
-
Calling a JavaScript Function From DataGrid ControlI want to call a javaScript Function from DataGrid Control. I hv a DataGrid and there is an LinkButton Button and Customer Name is Displayed on that, I want if some one Click on that Link Button a javaScript Function should b called and also I want to Send ID to that function, How is that possible. My Code is here. ]]>'> Please Help Me, Thanks in Advance.
-
Difference Between Div and TableWhat s the major difference between
and
-
Answer Me Please About Session.But what s the solution for that.
-
Answer Me Please About Session.Hi All, Today was my interview, the interviewer asked me a question which confused me. He asked if the browser security s high, then the session will not be recognized by the server, what will b the alternative for that ?
-
JavaScript Error Permission Denied ErrorThanks for ur replay but my JS are called after page load. My question s that why it is working in Firefox.
-
JavaScript Error Permission Denied ErrorWhen I run my project i get the Permission Denied Error on IE 6.0 , But when I run it in Firefox then it works fine. What s the reason for that. Any Solution for that. Thanks in Advance.
-
Removing Items from CookieI think its OK now. :laugh:
-
Removing Items from CookieThen ths s bug in codeproject website :p