Preview

Detailed Design Report

Satisfactory Essays
Open Document
Open Document
340 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Detailed Design Report
DETAILED DESIGN REPORT 1.0 Functional Design 1.1 System Configuration
-how would you configure your system, you may use images
1.2 Detailed UML Integration Diagram
-use sequence diagram not collaboration diagram
1.3 Class Diagram
2.0 Technical Design 2.1 Database 2.1.1 Relational Database 2.1.2 Database Schema
2.1.2.1 Data Dictionary
2.1.2.1.1 tbl_user Field | Type | Null | Description | User_id | Int(11) | Null | Unique id of the users | Username | Varchar(20) | Null | Unique username of the users that is a combination of letters and numbers only | Password | Varchar(20) | Null | Password of the user that is in minimum of 6-12 characters. |

2.1.2.1.2 tbl_dept Field | Type | Null | Description | Dept_id | Int(11) | Null | Unique id of the department | Dept_code | Varchar(50) | Null | Unique code name of the department | Dept_name | Varchar(50) | Null | Unique name of the department | Dept_desc | Varchar(50) | Null | Description of the department |

2.1.3 Screens 2.1.3.2 Inventory of Screens
-list of screen in tabular form containing its name and description
2.1.3.1 Inventory of Screens Name | Description | Homepage | Description of the Home page |

2.1.3.2 Screen Navigation Diagram
-name of your system (hierarchy in the SmartArt Graphics)
2.1.3.3 Screen Layout
- Print screen of the screens like home page etc.
2.1.4 Forms
2.1.4.1 Inventory of Forms
- Use of forms in tabular form containing its name and description.
2.1.4.2 Forms Layout
-print screen of the forms with sample data
2.1.5 Reports 2.1.5.1 Inventory of Report
- List of reports in tabular form containing its name and description. 2.1.5.2 Reports Layout
- print screen of the forms with sample data

SAD documentation draft guidelines

You May Also Find These Documents Helpful

  • Good Essays

    1. SELECT e.ename, e.deptno, d.dname, d.deptno FROM dept d LEFT OUTER JOIN emp e ON d.deptno = e.deptno ORDER BY d.deptno; SQL> SELECT e.ename, e.deptno, d.dname, d.deptno 2 FROM dept d 3 LEFT OUTER JOIN emp e 4 ON d.deptno = e.deptno 5 ORDER BY d.deptno; ENAME DEPTNO DNAME DEPTNO ---------- ---------- -------------- ----------…

    • 1542 Words
    • 7 Pages
    Good Essays
  • Satisfactory Essays

    The name can be of any length, but don't get carried away. Remember that you will have to type this name.…

    • 368 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    Lab 3 nt2580

    • 321 Words
    • 2 Pages

    It is not a good idea to have a user name in the password, because it easy for people can try to hack or decode the password.…

    • 321 Words
    • 2 Pages
    Good Essays
  • Satisfactory Essays

    understand and be able to implement principles of effective document design in preparing technical documents…

    • 557 Words
    • 3 Pages
    Satisfactory Essays
  • Good Essays

    Digit 7 will serve as an extension when necessary, and will be either alphabetic or numeric…

    • 966 Words
    • 4 Pages
    Good Essays
  • Powerful Essays

    Design Project

    • 5984 Words
    • 24 Pages

    Unit: CHCCN303A Contribute to provision of nutritionally balanced food in a safe and hygienic manner…

    • 5984 Words
    • 24 Pages
    Powerful Essays
  • Powerful Essays

    Detailed Design Process

    • 1725 Words
    • 7 Pages

    Apollo Group, Inc. (2011e). Smith Services Consulting Incorporated. Service request: Kudler Fine Foods. Retrieved from BSA/375 – Fundamentals of Business Systems Development course website.…

    • 1725 Words
    • 7 Pages
    Powerful Essays
  • Good Essays

    5. Where could you find this information? I could find this information on the back of cookie dough packets or in the back of mostly any flour packet.…

    • 705 Words
    • 3 Pages
    Good Essays
  • Satisfactory Essays

    Chapter 4

    • 784 Words
    • 4 Pages

    3. Before any row can be entered in the SECTION table, the COURSE_ID to be…

    • 784 Words
    • 4 Pages
    Satisfactory Essays
  • Satisfactory Essays

    The Design Process

    • 295 Words
    • 2 Pages

    There are five parts to the design process. They include defining the design dilemma, gathering information about the problem, generating design ideas, find solutions to those problems, and employing those solutions. Not all of these steps need to be followed in a precise manner; they can be mixed up to a certain extent.…

    • 295 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Engineering Outline

    • 461 Words
    • 2 Pages

    I. Engineer David Kelley once said, “Wherever you are, look around. The only thing not designed by somebody is nature."…

    • 461 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    File Management

    • 775 Words
    • 4 Pages

    User names have a parameter of up to eight characters in length when created. A typical scheme would be the user’s first two initials of the first name and the full last name. In instances in which there were two users with the same name, such as two Marsha Grants, adding a number can create uniqueness, for example mg1grant. Even though the user names are a convenience for administration by humans, there is still a need for a user name to be unique. Group…

    • 775 Words
    • 4 Pages
    Good Essays
  • Good Essays

    Abap Coding Standards

    • 5360 Words
    • 22 Pages

    ABAP/4 Programming Standards Version 1.03 Printed at: 03/18/98 9:55 AM Chapter 1: Overview 1-1 Maintenance of Standards 1-1 Introduction 1-1 Process for Changing / Updating Standards 1-1 UPI 1-1 Chapter 2: Naming Standards 2-1 Technical Naming Standards 2-1 Introduction 2-1 Naming Patterns 2-1 Development Classes 2-3 Function Groups 2-4 External Files 2-4 Naming External Files 2-4 Defining External Files in Programs 2-4 UPI Objects 2-6 Partner Pair 2-6 UPI Id 2-6 Other Id 2-6 Transaction Pair 2-6 Transaction Code 2-6 Transaction Type 2-6 Chapter 3: ABAP/4 Programming Standards 3-1 Program Attributes 3-1 Type 3-1 Status 3-1 Application 3-1 Authorization Group 3-1 Development Class 3-2 Logical Database 3-2 Fixed Point Arithmetic 3-2 Program Structure 3-2 Order of code 3-2 Comments 3-2 Naming Conventions 3-2 Batch Input Groups 3-2 Internal Tables 3-3 Parameters 3-3 Select Options 3-3 Subroutines 3-3 Naming 3-3 Parameters 3-4 Local Variables 3-4 System Table (SYST) 3-4 Variables 3-5 Accumulators 3-5 Constants 3-5 Switches 3-6 Work Fields 3-6 Program Documentation 3-6 External Documentation 3-6 Modifications 3-7 Help Functions 3-7 Messages 3-7 Statement Formatting 3-7 Code Formatting 3-7 Clearing Data 3-7 Chaining 3-8 Include Code 3-8 Report Formatting 3-8 Report Header 3-8 Batch Input 3-8 Data Access 3-9 Data Update 3-9 External File Usage 3-9 Subroutines 3-9 Internal Subroutines (Form’s)…

    • 5360 Words
    • 22 Pages
    Good Essays
  • Powerful Essays

    Brd Templte

    • 5442 Words
    • 22 Pages

    [pic] Ministry/Agency Name [Complete file/properties to populate fields on this page and in the document headers] Project Name Project #: Business Requirements Document (BRD) Template Prepared by: Author's Name Prepared for: Date Submitted: [Date] Project Sponsor: Project Sponsor's Name Client Acceptor: Project Manager: Document Number: 6450-20/Project Number /BRD Security Classification: Low Version: 0.1…

    • 5442 Words
    • 22 Pages
    Powerful Essays
  • Powerful Essays

    Cad/Cam Report

    • 2032 Words
    • 9 Pages

    Contents 1 Introduction 2 CAD/CAM Systems 3 Assignment 4 Dimensioned CAD drawings 5 Spindle Speed Calculation 6 CAM Drawing 7 NC Code 8 Simulation Image 9 Discussion 10 References page3 page3 page4 page5 page6 page7 page9 page11 page11 page12…

    • 2032 Words
    • 9 Pages
    Powerful Essays