intTypePromotion=1
zunia.vn Tuyển sinh 2024 dành cho Gen-Z zunia.vn zunia.vn
ADSENSE

Dự án: SCanteen, STock control - Domain Model

Chia sẻ: Xaydung K23 | Ngày: | Loại File: DOC | Số trang:8

44
lượt xem
4
download
 
  Download Vui lòng tải xuống để xem tài liệu đầy đủ

Dự án "SCanteen, STock control - Domain Model" này mô tả kiến trúc các lớp miền của module quản lý kho, Stock Control, phân tích và phát triển dự án sCanteen, mô phỏng mô hình kiến trúc lớp miền của module Stock Control. Tham khảo nội dung dự án để nắm bắt đầy đủ thông tin chi tiết.

Chủ đề:
Lưu

Nội dung Text: Dự án: SCanteen, STock control - Domain Model

  1. SCANTEEN – STOCK CONTROL Domain Model Date July 25th, 2011 Version 1.0 Status Pending Author Trinh Duc Tam, Developer Reviewed by Nguyen Thi Thanh Thuy, Project Manager Approved by Nguyen Thi Thanh Thuy, CEO Smart World Technology Co. ltd. Address: 02 No Trang Long Street, ward 13, Binh Thanh District, HCMC Vietnam Phone: 84­8­6674 9024 Fax: 84­8­6258 4459 Website: www.smartworld.com.vn
  2. Revision History Date Version Description Author July 25th, 2011 1.0 Describles Domain Model  Trinh Duc Tam Smart World Technology Co. ltd. Address: 02 No Trang Long Street, ward 13, Binh Thanh District, HCMC Vietnam Phone: 84­8­6674 9024 Fax: 84­8­6258 4459 Website: www.smartworld.com.vn
  3. Table of Contents  1 INTRODUCTION                                                                                  ..............................................................................      4  1.1 PURPOSE                                                                                                                                                       ...................................................................................................................................................      4  1.2 SCOPE                                                                                                                                                           .......................................................................................................................................................      4  1.3 DEFINITIONS, ACRONYMS AND ABBREVIATIONS                                                                                             .........................................................................................      4  1.4 REFERENCES                                                                                                                                                 .............................................................................................................................................      4  1.5 OVERVIEW                                                                                                                                                    ................................................................................................................................................      4  2 DOMAIN MODEL                                                                                 ............................................................................      5  2.1 STOCK MANAGEMENT                                                                                                                                   ...............................................................................................................................      6  2.1.1  Item                                                                                                                                                     .................................................................................................................................................      6 Smart World Technology Co. ltd. Address: 02 No Trang Long Street, ward 13, Binh Thanh District, HCMC Vietnam Phone: 84­8­6674 9024 Fax: 84­8­6258 4459 Website: www.smartworld.com.vn
  4. 1 Introduction 1.1 Purpose Tài liệu này mô tả kiến trúc các lớp miền của module Quản lý kho (Stock Control). 1.2 Scope ­ Tài liệu này dành cho tất cả các nhân viên phân tích và phát triển dự án sCanteen. ­ Tài liệu này mô phỏng mô hình kiến trúc lớp miền của module Stock Control. ­ Tài liệu này không dùng cho khách hàng. 1.3 Definitions, Acronyms and Abbreviations No Term Description 1 SWT Smart World Technology Co. ltd 2 UAT User Acceptance Test 3 SRS Software Requirement Specification  4 SAD Software Analysis & Design 5 PM Project Manager 6 QC Quality Control 7 QA Quality Assurance 8 Outlet Chi nhánh 9  Overall Công ty mẹ 1.4 References 1.5 Overview Smart World Technology Co. ltd. Address: 02 No Trang Long Street, ward 13, Binh Thanh District, HCMC Vietnam Phone: 84­8­6674 9024 Fax: 84­8­6258 4459 Website: www.smartworld.com.vn
  5. 2 Domain model  Smart World Technology Co. ltd. Address: 02 No Trang Long Street, ward 13, Binh Thanh District, HCMC Vietnam Phone: 84­8­6674 9024 Fax: 84­8­6258 4459 Website: www.smartworld.com.vn
  6. 2.1 Stock Management Package:  Stock Management Detail: Created on 7/25/2011. Notes: class Stock Management sCanteen General Management:: General Management:: Station Menu - description: Stri ng 1 1..* - menuDescription: String - menuMessage: String - menuName: Stri ng 1.. Warehouse 1 0..* - ci ty: Stri ng - contact: String WarehouseLine ProductGroup - country: String - costEach: doubl e - description: Stri ng - descri ption: String - l ineTotal : double - li stProducts: Li st - email : String 1 0..* - quantity: int - name: String - listAddresses: List - uni t: Stri ng - listWarehouseLines: List - name: String - postalZip: String 1 - provState: String - referenceNo: String 0..* - telephone: String ProductLine Product ItemLine - product: Product - bom: BOM - i tem: Item Stock::Tax - description: String - howToMake: String - accountingCode: int - image: String - description: String - name: String sFinance - name: String - pri ce: double - rate: double - type: String Cost Management:: ItemCostLine Cost Management:: 0..* ProductCostLine - ItemLine: ItemLine 1 - productLine: ProductLine Item - bottleZeroScal e: doubl e - contai nerDescription: String BOM Cost Management::CostLine - contai nersPerPackage: i nt - li stLi neBOM: Li st - descri ption: Stri ng - dateEntered: Date - recipeType: Stri ng - li stTaxes: List - descri ption: Stri ng 1 - totalRecipeCost: double - name: String - isActive: boolean - onOrder: int - li stRevi se: Li st - orderBy: String - ti tle: String - packageDescri ption: Stri ng - priceForPackage: double - pricePerUni t: double FoodNutritionFacts - referenceNo: i nt - reorderLevel: int - energy: double - reportCategory: String - fibrous: double - searchName: string 1 - l ipit: double 0..* - spi llagePricePerGram: doubl e LineBOM - protein: double - stockDepletion: String - quantity: double ItemGroup - item: Item - uni tDescription: Stri ng - starch: double - uni tsPerContai ner: int - description: Stri ng - pricePerUnit: doubl e - unit: Stri ng 1..* - warehouse: Warehouse 0..* - listItems: List - quantity: int - water: double 1 - weight: doubl e - name: Stri ng - unit: String 2.1.1 Item Detail: Created on 7/25/2011. Notes: Attributes Smart World Technology Co. ltd. Address: 02 No Trang Long Street, ward 13, Binh Thanh District, HCMC Vietnam Phone: 84­8­6674 9024 Fax: 84­8­6258 4459 Website: www.smartworld.com.vn
  7. Name Type Not  Len Init Notes Null Smart World Technology Co. ltd. Address: 02 No Trang Long Street, ward 13, Binh Thanh District, HCMC Vietnam Phone: 84­8­6674 9024 Fax: 84­8­6258 4459 Website: www.smartworld.com.vn
  8. referenceNo String Mã tham chiếu của Item Name String Tên của Item  searchName String Tên sử dụng trong tìm kiếm của Item description String Mô tả về Item backgroundColor String Màu nền cho Item forgroundColor String Màu chữ hiển thị Item itemGroup ItemGroup Nhóm Item listTaxes List DS thuế áp dụng cho Item onOrder Int Số lượng Item đang được Order orderBy String Đơn vị mặc định được dùng khi Order, có thể  là Unit, Container hoặc Package reorderLevel Int Hàng hóa phải được Order thêm vào kho khi  số lượng hàng trong kho vượt quá ngưỡng này reportCategory String Nhóm báo cáo, được dùng để phân loại trong  report warehouse Warehouse Nơi chứa Item stockDepletion String Cách thức Item được sử dụng bottleZeroScale double Khối lượng vật chứa của Item Weight double Khối lượng của đơn vị Item cơ bản spillagePrice String Phí hao hụt của Item unitDescription String Đơn vị tính cơ bản của Item containerDescription String Vật chứa cơ bản của Item packageDescription String Vật chứa lơn hơn (Thùng, kiện hàng…) unitsPerContainer Int Số lượng Item có trong mỗi Container containerPerPackage Int Số lượng vật chứa cơ bản mỗi Package pricePerUnit Double Giá mỗi đơn vị Item priceForPackage Double Giá mỗi Package Smart World Technology Co. ltd. Address: 02 No Trang Long Street, ward 13, Binh Thanh District, HCMC Vietnam Phone: 84­8­6674 9024 Fax: 84­8­6258 4459 Website: www.smartworld.com.vn
ADSENSE

CÓ THỂ BẠN MUỐN DOWNLOAD

 

Đồng bộ tài khoản
2=>2