SlideShare a Scribd company logo
PURPOSE of the project is
Williams Specialty Company (WSC) requested a business
automation application in which will allow for the WSC
employees be able to automate customer service, inventory, and
quality control. This project will deliver an application that will
keep track of the processes with a database. The purpose of the
application is to accelerate and improve the management of the
customer orders and processes. The features that will be
included are:
· Create, modify, and store customer orders
· Access to the database (only by the manager and sales person)
· Create memos and e-mails within the employees and save them
within the database
· Validate customer orders
· Mark order as “complete”1. Scope
This section will define the scope of the project by defining and
describing the System, the major functions of the application,
and the database.
1.1. System DescriptionWilliams Specialty Company
(WSC) requested a business automation application in which
will allow for the WSC employees be able to automate customer
service, inventory, and quality control. This project will deliver
an application that will keep track of the processes with a
database. The purpose of the application is to accelerate and
improve the management of the customer orders and processes.
The features that will be included are:· Create, modify,
and store customer orders· Access to the database (only by
the manager and sales person)· Create memos and e-mails
within the employees and save them within the
database· Validate customer orders· Mark order as
“complete”
Major Software Functions
The business application being created will allow for Order
capture by the Williams Staff. Assign that order to a specific
employee. Store this Information in an Oracle or Microsoft SQL
Database(To be discussed). Allow access to this database to
managers and sales people. As well as provide communication
between the employee assigned to the order and the Sales team
and management via Internal Electronic Communication( Email
and Memo). As well as create a Customer satisfaction and
follow up communication on Completion of the order(Via
Email). Then Mark Inventory as Complete and help maintain
Inventory Control and improve Order completion.
Diagram To Follow…
Database Description
The Project will utilize an Oracle or Microsoft SQL Database
engine.
0. 1.4. Design Constraints and Limitations
The Design Constraints within this project will be Conforming
the application to Run on Their Current Infrastructure.
(Windows 7 OS and Windows 2012 Server).
The Second Design Constraint will be creating this application
in such a way that it is easy to access(Low level of technical
knowledge needed) as well as easy to maintain.
Team:
Team Members:
Date:
Project Title:
Team Leader:
Note: All diagrams should be clearly labeled. Remove all text
that is shown in RED.Scope
This section will define the scope of the project by defining and
describing the System, the major functions of the application,
and the database.
System Description
Describe your application – this can / should be a copy from the
Requirements Document
Major Software Functions
List and describe the major functions to be performed by the
software. You should use some type of a SYSTEM Diagram,
number and name each of the functions on the diagram and then
describe them using the numbers and names from the diagram.
Database Description
What type of DB will you use for the application?
Design Constraints and Limitations
Describe any and all design constraints and limitations
Design Description
This section will provide an overview of the application design
by providing a description of the data to be used and managed
by the application, define the flow of data through the system,
describe the architecture of the programs within the application
and define the how the components will interface.
Data Description
Provide a normalized ERD that contains all of the primary and
alternate key. This is the final version of the ERD you created
in the Requirements Specification and at this point it is now a
SCHEMA. Then provide a description of each table in the ERD
and list the fields and their characteristics
You should also provide a description of each relationship (it
helps to understand the data dependencies.)
Data Flow
In this section you will define and describe how the processes
interface with agents/actors and/or datastores. This can be done
with either a Context Level DFD (SAD) or a Package Diagram
(OOAD). You should also provide as much narrative as
necessary to describe each component of the diagram. The goal
is to provide the reader with an outline of the system you are
designing. Each component will be defined in detail in section
3.0.
Program Architecture
This section is best completed with either a Physical DFD
(SAD) or a Class Diagram (OOAD). The purpose is to define
the physical architecture of the programs as they interface with
each other. The diagram should include every module that will
be part of the application.
Component Interfaces
Provide a screen navigation diagram and an Event chart/list. If
it needs to be described by a narrative then you should provide
that as well.Detailed Design
This section will define and describe the design details for each
of the components in the application.
(The intent of this section is to prepare for the build phase.
These detailed design specifications will become a program in
your system) (
For each component you have identified in your Program
Architecture, you need to create a
component section.
That means you should copy 3.1 and all of the subsections
(3.1.1-3.1.4) and paste at the end of the document until you
have one section per module/program (3.2, 3.3, 3.4, etc.)
Be sure you give each section the
Actual Name of the Module so that it can be tied back to the
Program Architecture Diagram!
)Component/Module One (Change the name
“Component/Module One to be the actual name of the module
you are designing. Repeat section 3.1 for ea.
component)Processing Description
Provide a Primitive DFD (SAD) or a Use Case Diagram
(OOAD) and a brief narrative
Interface Description
There are several items that should be covered here:
· If the component has a GUI, display the image of the GUI and
define each field, button, link on the GUI.
· if the component receives data, describe the data coming in
and where it should go once it is processed (Input/Output)
· If there is data to be passed to another component that should
be listed
This section will have a detailed written description of what
each button, link, data entry field etc., does on the page, with an
image of the proposed page layout, for each page.
Pseudocode
The processing rules for the component – in logical order. But
remember, language independent. (link to a great example)
http://www.wiley.com/college/busin/icmis/oakman/outline/chap
05/slides/pseudo.htm
Put things here if it is needed to help explain the business rule
functionality of the screen. For example if you need to check to
make sure a customer has no outstanding balance past 60 days
in order for them to generate another order identify what data
values need to be used to do this and the math functions that
need to be used.
If Customer Balance > 0 and Last Purchase Date < (current date
– 60 days) then
Deny Purchase
Else
Allow Purchase
You can break this down into functions or procedures if that is
the best way to approach this for your project.
Modules Uses
If this component is a function that is called by other functions,
such as a DB call to retrieve data, insert data, update data or
delete data, or some type of standard calculation used by
multiple modules, you will describe that here. If this section
does not apply to the component, simply delete the section.
DeVry University
CIS470 - CIS Senior Project
Design Specification
Page 5 of 5
Document Work Log:
To assist in assessing the contributions made by the individual
team members, the team must complete the table below:
Section
Team Member - Primary
Team Member - Secondary
1. Scope
1.1 System Description
1.2 Major Software Functions
1.3 Database Description
1.4 Design Constraints and Limitations
2. Design Description
2.1 Data Description
Schema
Table and Relationships – Data Dictionary
2.2 Data Flow
2.3 Program Architecture
2.4 Component Interfaces
3. Detailed Design Section - One section (3.1 – 3.x) for each
individual component or module
Detailed Processing Description
Interface Description – with UI
Pseudo code, Flowcharts or Storyboards
Module Uses

More Related Content

Similar to PURPOSE of the project is Williams Specialty Company (WSC) reque.docx

CMIS 330 WEEK 2 SRS
CMIS 330 WEEK 2 SRSCMIS 330 WEEK 2 SRS
CMIS 330 WEEK 2 SRS
HamesKellor
 
Medical Store Management System Software Engineering 1
Medical Store Management System Software Engineering 1Medical Store Management System Software Engineering 1
Medical Store Management System Software Engineering 1
hani2253
 
Design and functional_specification
Design and functional_specificationDesign and functional_specification
Design and functional_specification
Pushkarprabhat SAXENA
 
Medical Store Management System Software Engineering Project
Medical Store Management System Software Engineering ProjectMedical Store Management System Software Engineering Project
Medical Store Management System Software Engineering Projecthani2253
 
Mobile store management
Mobile store management Mobile store management
Mobile store management
Rupendra Verma
 
cheatsheet.pdf
cheatsheet.pdfcheatsheet.pdf
cheatsheet.pdf
BdBangladesh
 
System analysis and design
System analysis and designSystem analysis and design
System analysis and design
RobinsonObura
 
75629 Topic prevention measures for vulneranbilitiesNumber of.docx
75629 Topic prevention measures for vulneranbilitiesNumber of.docx75629 Topic prevention measures for vulneranbilitiesNumber of.docx
75629 Topic prevention measures for vulneranbilitiesNumber of.docx
sleeperharwell
 
Prodev Solutions Intro
Prodev Solutions IntroProdev Solutions Intro
Prodev Solutions Intro
larryATprodev
 
CMIS 330 WEEK 4 SDD
CMIS 330 WEEK 4 SDDCMIS 330 WEEK 4 SDD
CMIS 330 WEEK 4 SDD
HamesKellor
 
Document defect tracking for improving product quality and productivity
Document   defect tracking for improving product quality and productivityDocument   defect tracking for improving product quality and productivity
Document defect tracking for improving product quality and productivitych_tabitha7
 
PRESS MANAGEMENT Documentation
PRESS MANAGEMENT DocumentationPRESS MANAGEMENT Documentation
PRESS MANAGEMENT Documentationanuj_rakheja
 
Sql server 2008_replication_technical_case_study
Sql server 2008_replication_technical_case_studySql server 2008_replication_technical_case_study
Sql server 2008_replication_technical_case_studyKlaudiia Jacome
 
Deliver Dynamic and Interactive Web Content in J2EE Applications
Deliver Dynamic and Interactive Web Content in J2EE ApplicationsDeliver Dynamic and Interactive Web Content in J2EE Applications
Deliver Dynamic and Interactive Web Content in J2EE Applications
infopapers
 
MVC Pattern. Flex implementation of MVC
MVC Pattern. Flex implementation of MVCMVC Pattern. Flex implementation of MVC
MVC Pattern. Flex implementation of MVC
Anton Krasnoshchok
 
Non-functional requirements
Non-functional requirements Non-functional requirements
Non-functional requirements
Rohela Raouf
 
22598435 project-on-banking-system-in-mis-pdf(1)
22598435 project-on-banking-system-in-mis-pdf(1)22598435 project-on-banking-system-in-mis-pdf(1)
22598435 project-on-banking-system-in-mis-pdf(1)
Sruthi S
 
22598435 project-on-banking-system-in-mis-pdf
22598435 project-on-banking-system-in-mis-pdf22598435 project-on-banking-system-in-mis-pdf
22598435 project-on-banking-system-in-mis-pdf
Deepak Malusare
 

Similar to PURPOSE of the project is Williams Specialty Company (WSC) reque.docx (20)

CMIS 330 WEEK 2 SRS
CMIS 330 WEEK 2 SRSCMIS 330 WEEK 2 SRS
CMIS 330 WEEK 2 SRS
 
Medical Store Management System Software Engineering 1
Medical Store Management System Software Engineering 1Medical Store Management System Software Engineering 1
Medical Store Management System Software Engineering 1
 
Design and functional_specification
Design and functional_specificationDesign and functional_specification
Design and functional_specification
 
Srs
SrsSrs
Srs
 
Medical Store Management System Software Engineering Project
Medical Store Management System Software Engineering ProjectMedical Store Management System Software Engineering Project
Medical Store Management System Software Engineering Project
 
Mobile store management
Mobile store management Mobile store management
Mobile store management
 
cheatsheet.pdf
cheatsheet.pdfcheatsheet.pdf
cheatsheet.pdf
 
System analysis and design
System analysis and designSystem analysis and design
System analysis and design
 
75629 Topic prevention measures for vulneranbilitiesNumber of.docx
75629 Topic prevention measures for vulneranbilitiesNumber of.docx75629 Topic prevention measures for vulneranbilitiesNumber of.docx
75629 Topic prevention measures for vulneranbilitiesNumber of.docx
 
Prodev Solutions Intro
Prodev Solutions IntroProdev Solutions Intro
Prodev Solutions Intro
 
CMIS 330 WEEK 4 SDD
CMIS 330 WEEK 4 SDDCMIS 330 WEEK 4 SDD
CMIS 330 WEEK 4 SDD
 
Document defect tracking for improving product quality and productivity
Document   defect tracking for improving product quality and productivityDocument   defect tracking for improving product quality and productivity
Document defect tracking for improving product quality and productivity
 
PRESS MANAGEMENT Documentation
PRESS MANAGEMENT DocumentationPRESS MANAGEMENT Documentation
PRESS MANAGEMENT Documentation
 
Sql server 2008_replication_technical_case_study
Sql server 2008_replication_technical_case_studySql server 2008_replication_technical_case_study
Sql server 2008_replication_technical_case_study
 
Deliver Dynamic and Interactive Web Content in J2EE Applications
Deliver Dynamic and Interactive Web Content in J2EE ApplicationsDeliver Dynamic and Interactive Web Content in J2EE Applications
Deliver Dynamic and Interactive Web Content in J2EE Applications
 
MVC Pattern. Flex implementation of MVC
MVC Pattern. Flex implementation of MVCMVC Pattern. Flex implementation of MVC
MVC Pattern. Flex implementation of MVC
 
Non-functional requirements
Non-functional requirements Non-functional requirements
Non-functional requirements
 
Building a SaaS Style Application
Building a SaaS Style ApplicationBuilding a SaaS Style Application
Building a SaaS Style Application
 
22598435 project-on-banking-system-in-mis-pdf(1)
22598435 project-on-banking-system-in-mis-pdf(1)22598435 project-on-banking-system-in-mis-pdf(1)
22598435 project-on-banking-system-in-mis-pdf(1)
 
22598435 project-on-banking-system-in-mis-pdf
22598435 project-on-banking-system-in-mis-pdf22598435 project-on-banking-system-in-mis-pdf
22598435 project-on-banking-system-in-mis-pdf
 

More from amrit47

APA, The assignment require a contemporary approach addressing Race,.docx
APA, The assignment require a contemporary approach addressing Race,.docxAPA, The assignment require a contemporary approach addressing Race,.docx
APA, The assignment require a contemporary approach addressing Race,.docx
amrit47
 
APA style and all questions answered ( no min page requirements) .docx
APA style and all questions answered ( no min page requirements) .docxAPA style and all questions answered ( no min page requirements) .docx
APA style and all questions answered ( no min page requirements) .docx
amrit47
 
Apa format1-2 paragraphsreferences It is often said th.docx
Apa format1-2 paragraphsreferences It is often said th.docxApa format1-2 paragraphsreferences It is often said th.docx
Apa format1-2 paragraphsreferences It is often said th.docx
amrit47
 
APA format2-3 pages, double-spaced1. Choose a speech to review. It.docx
APA format2-3 pages, double-spaced1. Choose a speech to review. It.docxAPA format2-3 pages, double-spaced1. Choose a speech to review. It.docx
APA format2-3 pages, double-spaced1. Choose a speech to review. It.docx
amrit47
 
APA format  httpsapastyle.apa.orghttpsowl.purd.docx
APA format     httpsapastyle.apa.orghttpsowl.purd.docxAPA format     httpsapastyle.apa.orghttpsowl.purd.docx
APA format  httpsapastyle.apa.orghttpsowl.purd.docx
amrit47
 
APA format2-3 pages, double-spaced1. Choose a speech to review. .docx
APA format2-3 pages, double-spaced1. Choose a speech to review. .docxAPA format2-3 pages, double-spaced1. Choose a speech to review. .docx
APA format2-3 pages, double-spaced1. Choose a speech to review. .docx
amrit47
 
APA Formatting AssignmentUse the information below to create.docx
APA Formatting AssignmentUse the information below to create.docxAPA Formatting AssignmentUse the information below to create.docx
APA Formatting AssignmentUse the information below to create.docx
amrit47
 
APA style300 words10 maximum plagiarism  Mrs. Smith was.docx
APA style300 words10 maximum plagiarism  Mrs. Smith was.docxAPA style300 words10 maximum plagiarism  Mrs. Smith was.docx
APA style300 words10 maximum plagiarism  Mrs. Smith was.docx
amrit47
 
APA format1. What are the three most important takeawayslessons.docx
APA format1. What are the three most important takeawayslessons.docxAPA format1. What are the three most important takeawayslessons.docx
APA format1. What are the three most important takeawayslessons.docx
amrit47
 
APA General Format Summary APA (American Psychological.docx
APA General Format Summary APA (American Psychological.docxAPA General Format Summary APA (American Psychological.docx
APA General Format Summary APA (American Psychological.docx
amrit47
 
Appearance When I watched the video of myself, I felt that my b.docx
Appearance When I watched the video of myself, I felt that my b.docxAppearance When I watched the video of myself, I felt that my b.docx
Appearance When I watched the video of myself, I felt that my b.docx
amrit47
 
apa format1-2 paragraphsreferencesFor this week’s .docx
apa format1-2 paragraphsreferencesFor this week’s .docxapa format1-2 paragraphsreferencesFor this week’s .docx
apa format1-2 paragraphsreferencesFor this week’s .docx
amrit47
 
APA Format, with 2 references for each question and an assignment..docx
APA Format, with 2 references for each question and an assignment..docxAPA Format, with 2 references for each question and an assignment..docx
APA Format, with 2 references for each question and an assignment..docx
amrit47
 
APA-formatted 8-10 page research paper which examines the potential .docx
APA-formatted 8-10 page research paper which examines the potential .docxAPA-formatted 8-10 page research paper which examines the potential .docx
APA-formatted 8-10 page research paper which examines the potential .docx
amrit47
 
APA    STYLE 1.Define the terms multiple disabilities and .docx
APA    STYLE 1.Define the terms multiple disabilities and .docxAPA    STYLE 1.Define the terms multiple disabilities and .docx
APA    STYLE 1.Define the terms multiple disabilities and .docx
amrit47
 
APA STYLE  follow this textbook answer should be summarize for t.docx
APA STYLE  follow this textbook answer should be summarize for t.docxAPA STYLE  follow this textbook answer should be summarize for t.docx
APA STYLE  follow this textbook answer should be summarize for t.docx
amrit47
 
APA7Page length 3-4, including Title Page and Reference Pag.docx
APA7Page length 3-4, including Title Page and Reference Pag.docxAPA7Page length 3-4, including Title Page and Reference Pag.docx
APA7Page length 3-4, including Title Page and Reference Pag.docx
amrit47
 
APA format, 2 pagesThree general sections 1. an article s.docx
APA format, 2 pagesThree general sections 1. an article s.docxAPA format, 2 pagesThree general sections 1. an article s.docx
APA format, 2 pagesThree general sections 1. an article s.docx
amrit47
 
APA Style with minimum of 450 words, with annotations, quotation.docx
APA Style with minimum of 450 words, with annotations, quotation.docxAPA Style with minimum of 450 words, with annotations, quotation.docx
APA Style with minimum of 450 words, with annotations, quotation.docx
amrit47
 
APA FORMAT1.  What are the three most important takeawayslesson.docx
APA FORMAT1.  What are the three most important takeawayslesson.docxAPA FORMAT1.  What are the three most important takeawayslesson.docx
APA FORMAT1.  What are the three most important takeawayslesson.docx
amrit47
 

More from amrit47 (20)

APA, The assignment require a contemporary approach addressing Race,.docx
APA, The assignment require a contemporary approach addressing Race,.docxAPA, The assignment require a contemporary approach addressing Race,.docx
APA, The assignment require a contemporary approach addressing Race,.docx
 
APA style and all questions answered ( no min page requirements) .docx
APA style and all questions answered ( no min page requirements) .docxAPA style and all questions answered ( no min page requirements) .docx
APA style and all questions answered ( no min page requirements) .docx
 
Apa format1-2 paragraphsreferences It is often said th.docx
Apa format1-2 paragraphsreferences It is often said th.docxApa format1-2 paragraphsreferences It is often said th.docx
Apa format1-2 paragraphsreferences It is often said th.docx
 
APA format2-3 pages, double-spaced1. Choose a speech to review. It.docx
APA format2-3 pages, double-spaced1. Choose a speech to review. It.docxAPA format2-3 pages, double-spaced1. Choose a speech to review. It.docx
APA format2-3 pages, double-spaced1. Choose a speech to review. It.docx
 
APA format  httpsapastyle.apa.orghttpsowl.purd.docx
APA format     httpsapastyle.apa.orghttpsowl.purd.docxAPA format     httpsapastyle.apa.orghttpsowl.purd.docx
APA format  httpsapastyle.apa.orghttpsowl.purd.docx
 
APA format2-3 pages, double-spaced1. Choose a speech to review. .docx
APA format2-3 pages, double-spaced1. Choose a speech to review. .docxAPA format2-3 pages, double-spaced1. Choose a speech to review. .docx
APA format2-3 pages, double-spaced1. Choose a speech to review. .docx
 
APA Formatting AssignmentUse the information below to create.docx
APA Formatting AssignmentUse the information below to create.docxAPA Formatting AssignmentUse the information below to create.docx
APA Formatting AssignmentUse the information below to create.docx
 
APA style300 words10 maximum plagiarism  Mrs. Smith was.docx
APA style300 words10 maximum plagiarism  Mrs. Smith was.docxAPA style300 words10 maximum plagiarism  Mrs. Smith was.docx
APA style300 words10 maximum plagiarism  Mrs. Smith was.docx
 
APA format1. What are the three most important takeawayslessons.docx
APA format1. What are the three most important takeawayslessons.docxAPA format1. What are the three most important takeawayslessons.docx
APA format1. What are the three most important takeawayslessons.docx
 
APA General Format Summary APA (American Psychological.docx
APA General Format Summary APA (American Psychological.docxAPA General Format Summary APA (American Psychological.docx
APA General Format Summary APA (American Psychological.docx
 
Appearance When I watched the video of myself, I felt that my b.docx
Appearance When I watched the video of myself, I felt that my b.docxAppearance When I watched the video of myself, I felt that my b.docx
Appearance When I watched the video of myself, I felt that my b.docx
 
apa format1-2 paragraphsreferencesFor this week’s .docx
apa format1-2 paragraphsreferencesFor this week’s .docxapa format1-2 paragraphsreferencesFor this week’s .docx
apa format1-2 paragraphsreferencesFor this week’s .docx
 
APA Format, with 2 references for each question and an assignment..docx
APA Format, with 2 references for each question and an assignment..docxAPA Format, with 2 references for each question and an assignment..docx
APA Format, with 2 references for each question and an assignment..docx
 
APA-formatted 8-10 page research paper which examines the potential .docx
APA-formatted 8-10 page research paper which examines the potential .docxAPA-formatted 8-10 page research paper which examines the potential .docx
APA-formatted 8-10 page research paper which examines the potential .docx
 
APA    STYLE 1.Define the terms multiple disabilities and .docx
APA    STYLE 1.Define the terms multiple disabilities and .docxAPA    STYLE 1.Define the terms multiple disabilities and .docx
APA    STYLE 1.Define the terms multiple disabilities and .docx
 
APA STYLE  follow this textbook answer should be summarize for t.docx
APA STYLE  follow this textbook answer should be summarize for t.docxAPA STYLE  follow this textbook answer should be summarize for t.docx
APA STYLE  follow this textbook answer should be summarize for t.docx
 
APA7Page length 3-4, including Title Page and Reference Pag.docx
APA7Page length 3-4, including Title Page and Reference Pag.docxAPA7Page length 3-4, including Title Page and Reference Pag.docx
APA7Page length 3-4, including Title Page and Reference Pag.docx
 
APA format, 2 pagesThree general sections 1. an article s.docx
APA format, 2 pagesThree general sections 1. an article s.docxAPA format, 2 pagesThree general sections 1. an article s.docx
APA format, 2 pagesThree general sections 1. an article s.docx
 
APA Style with minimum of 450 words, with annotations, quotation.docx
APA Style with minimum of 450 words, with annotations, quotation.docxAPA Style with minimum of 450 words, with annotations, quotation.docx
APA Style with minimum of 450 words, with annotations, quotation.docx
 
APA FORMAT1.  What are the three most important takeawayslesson.docx
APA FORMAT1.  What are the three most important takeawayslesson.docxAPA FORMAT1.  What are the three most important takeawayslesson.docx
APA FORMAT1.  What are the three most important takeawayslesson.docx
 

Recently uploaded

Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
beazzy04
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
Jheel Barad
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
Atul Kumar Singh
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
How to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsHow to Break the cycle of negative Thoughts
How to Break the cycle of negative Thoughts
Col Mukteshwar Prasad
 
Sectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdfSectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdf
Vivekanand Anglo Vedic Academy
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
Nguyen Thanh Tu Collection
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
EduSkills OECD
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
 
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxMARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
bennyroshan06
 
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdfESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
Fundacja Rozwoju Społeczeństwa Przedsiębiorczego
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
How to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS ModuleHow to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS Module
Celine George
 

Recently uploaded (20)

Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
How to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsHow to Break the cycle of negative Thoughts
How to Break the cycle of negative Thoughts
 
Sectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdfSectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdf
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
 
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxMARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
 
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdfESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
How to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS ModuleHow to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS Module
 

PURPOSE of the project is Williams Specialty Company (WSC) reque.docx

  • 1. PURPOSE of the project is Williams Specialty Company (WSC) requested a business automation application in which will allow for the WSC employees be able to automate customer service, inventory, and quality control. This project will deliver an application that will keep track of the processes with a database. The purpose of the application is to accelerate and improve the management of the customer orders and processes. The features that will be included are: · Create, modify, and store customer orders · Access to the database (only by the manager and sales person) · Create memos and e-mails within the employees and save them within the database · Validate customer orders · Mark order as “complete”1. Scope This section will define the scope of the project by defining and describing the System, the major functions of the application, and the database. 1.1. System DescriptionWilliams Specialty Company (WSC) requested a business automation application in which will allow for the WSC employees be able to automate customer service, inventory, and quality control. This project will deliver an application that will keep track of the processes with a database. The purpose of the application is to accelerate and improve the management of the customer orders and processes. The features that will be included are:· Create, modify, and store customer orders· Access to the database (only by the manager and sales person)· Create memos and e-mails within the employees and save them within the database· Validate customer orders· Mark order as “complete”
  • 2. Major Software Functions The business application being created will allow for Order capture by the Williams Staff. Assign that order to a specific employee. Store this Information in an Oracle or Microsoft SQL Database(To be discussed). Allow access to this database to managers and sales people. As well as provide communication between the employee assigned to the order and the Sales team and management via Internal Electronic Communication( Email and Memo). As well as create a Customer satisfaction and follow up communication on Completion of the order(Via Email). Then Mark Inventory as Complete and help maintain Inventory Control and improve Order completion. Diagram To Follow… Database Description The Project will utilize an Oracle or Microsoft SQL Database engine. 0. 1.4. Design Constraints and Limitations The Design Constraints within this project will be Conforming the application to Run on Their Current Infrastructure. (Windows 7 OS and Windows 2012 Server). The Second Design Constraint will be creating this application in such a way that it is easy to access(Low level of technical knowledge needed) as well as easy to maintain. Team: Team Members: Date:
  • 3. Project Title: Team Leader: Note: All diagrams should be clearly labeled. Remove all text that is shown in RED.Scope This section will define the scope of the project by defining and describing the System, the major functions of the application, and the database. System Description Describe your application – this can / should be a copy from the Requirements Document Major Software Functions List and describe the major functions to be performed by the software. You should use some type of a SYSTEM Diagram, number and name each of the functions on the diagram and then describe them using the numbers and names from the diagram. Database Description What type of DB will you use for the application? Design Constraints and Limitations Describe any and all design constraints and limitations Design Description This section will provide an overview of the application design by providing a description of the data to be used and managed by the application, define the flow of data through the system, describe the architecture of the programs within the application and define the how the components will interface. Data Description
  • 4. Provide a normalized ERD that contains all of the primary and alternate key. This is the final version of the ERD you created in the Requirements Specification and at this point it is now a SCHEMA. Then provide a description of each table in the ERD and list the fields and their characteristics You should also provide a description of each relationship (it helps to understand the data dependencies.) Data Flow In this section you will define and describe how the processes interface with agents/actors and/or datastores. This can be done with either a Context Level DFD (SAD) or a Package Diagram (OOAD). You should also provide as much narrative as necessary to describe each component of the diagram. The goal is to provide the reader with an outline of the system you are designing. Each component will be defined in detail in section 3.0. Program Architecture This section is best completed with either a Physical DFD (SAD) or a Class Diagram (OOAD). The purpose is to define the physical architecture of the programs as they interface with each other. The diagram should include every module that will be part of the application. Component Interfaces Provide a screen navigation diagram and an Event chart/list. If it needs to be described by a narrative then you should provide that as well.Detailed Design This section will define and describe the design details for each of the components in the application. (The intent of this section is to prepare for the build phase. These detailed design specifications will become a program in your system) ( For each component you have identified in your Program Architecture, you need to create a
  • 5. component section. That means you should copy 3.1 and all of the subsections (3.1.1-3.1.4) and paste at the end of the document until you have one section per module/program (3.2, 3.3, 3.4, etc.) Be sure you give each section the Actual Name of the Module so that it can be tied back to the Program Architecture Diagram! )Component/Module One (Change the name “Component/Module One to be the actual name of the module you are designing. Repeat section 3.1 for ea. component)Processing Description Provide a Primitive DFD (SAD) or a Use Case Diagram (OOAD) and a brief narrative Interface Description There are several items that should be covered here: · If the component has a GUI, display the image of the GUI and define each field, button, link on the GUI. · if the component receives data, describe the data coming in and where it should go once it is processed (Input/Output) · If there is data to be passed to another component that should be listed This section will have a detailed written description of what each button, link, data entry field etc., does on the page, with an image of the proposed page layout, for each page. Pseudocode The processing rules for the component – in logical order. But remember, language independent. (link to a great example) http://www.wiley.com/college/busin/icmis/oakman/outline/chap 05/slides/pseudo.htm Put things here if it is needed to help explain the business rule functionality of the screen. For example if you need to check to make sure a customer has no outstanding balance past 60 days in order for them to generate another order identify what data values need to be used to do this and the math functions that need to be used. If Customer Balance > 0 and Last Purchase Date < (current date
  • 6. – 60 days) then Deny Purchase Else Allow Purchase You can break this down into functions or procedures if that is the best way to approach this for your project. Modules Uses If this component is a function that is called by other functions, such as a DB call to retrieve data, insert data, update data or delete data, or some type of standard calculation used by multiple modules, you will describe that here. If this section does not apply to the component, simply delete the section. DeVry University CIS470 - CIS Senior Project Design Specification Page 5 of 5 Document Work Log: To assist in assessing the contributions made by the individual team members, the team must complete the table below: Section Team Member - Primary Team Member - Secondary 1. Scope 1.1 System Description 1.2 Major Software Functions
  • 7. 1.3 Database Description 1.4 Design Constraints and Limitations 2. Design Description 2.1 Data Description Schema Table and Relationships – Data Dictionary 2.2 Data Flow 2.3 Program Architecture 2.4 Component Interfaces 3. Detailed Design Section - One section (3.1 – 3.x) for each individual component or module Detailed Processing Description Interface Description – with UI Pseudo code, Flowcharts or Storyboards