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.
Trang 1C – S C
Domain Model
Date July 25th, 2011
Smart World Technology Co. ltd
Address: 02 No Trang Long Street, ward 13, Binh Thanh District, HCMC Vietnam
Trang 2July 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
Trang 31 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
Trang 41 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
1.4 References
1.5 Overview
Smart World Technology Co. ltd
Address: 02 No Trang Long Street, ward 13, Binh Thanh District, HCMC Vietnam
Trang 5Address: 02 No Trang Long Street, ward 13, Binh Thanh District, HCMC Vietnam
Trang 62.1 Stock Management
Package: Stock Management
Detail: Created on 7/25/2011.
Notes:
class Stock Management
sFinance sCanteen
Item
- bottleZeroScale: double
- containerDescription: String
- containersPerPackage: int
- description: String
- listTaxes: List<Tax>
- name: String
- onOrder: int
- orderBy: String
- packageDescription: String
- priceForPackage: double
- pricePerUnit: double
- referenceNo: int
- reorderLevel: int
- reportCategory: String
- searchName: string
- spillagePricePerGram: double
- stockDepletion: String
- unitDescription: String
- unitsPerContainer: int
- warehouse: Warehouse
- weight: double
BOM
- listLineBOM: List<LineBOM>
- recipeType: String
- totalRecipeCost: double
LineBOM
- item: Item
- pricePerUnit: double
- quantity: int
- unit: String
ItemGroup
- description: String
- listItems: List<Item>
- name: String
Product
- bom: BOM
- description: String
- howToMake: String
- image: String
- name: String
- price: double
- type: String
Warehouse
- city: String
- contact: String
- country: String
- description: String
- email: String
- listAddresses: List<String>
- listWarehouseLines: List<WarehouseLine>
- name: String
- postalZip: String
- provState: String
- referenceNo: String
- telephone: String
ProductGroup
- description: String
- listProducts: List<Product>
- name: String
Stock::Tax
- accountingCode: int
- description: String
- name: String
- rate: double
FoodNutritionFacts
- energy: double
- fibrous: double
- lipit: double
- protein: double
- quantity: double
- starch: double
- unit: String
- water: double
WarehouseLine
- costEach: double
- lineTotal: double
- quantity: int
- unit: String
ProductLine
- product: Product
ItemLine
- item: Item
General Management::
Menu
- menuDescription: String
- menuMessage: String
- menuName: String
General Management::
Station
- description: String
Cost Management::
ItemCostLine
- ItemLine: ItemLine
Cost Management::
ProductCostLine
- productLine: ProductLine
Cost Management::CostLine
- dateEntered: Date
- description: String
- isActive: boolean
- listRevise: List<ReviseCostLine>
- title: String
0 *
1
0 * 1
0 *
1
0 *
1
1
0 *
1
1
1 *
1
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
Trang 7Smart World Technology Co. ltd
Address: 02 No Trang Long Street, ward 13, Binh Thanh District, HCMC Vietnam
Trang 8referenceNo String Mã tham chi u c a Itemế ủ
là Unit, Container ho c Packageặ
s lố ượng hàng trong kho vượt quá ngưỡng này
report
Smart World Technology Co. ltd
Address: 02 No Trang Long Street, ward 13, Binh Thanh District, HCMC Vietnam