-
Notifications
You must be signed in to change notification settings - Fork 102
/
Copy pathproject-plan.html
83 lines (59 loc) · 1.9 KB
/
project-plan.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<title>Project</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/casualwriter/casual-markdown/dist/casual-markdown.css">
<script src="https://cdn.jsdelivr.net/gh/casualwriter/casual-markdown/dist/casual-markdown.js"></script>
<style>
body { line-height:1.5; margin:auto; padding:3px; max-width:1024px; display:none; FONT-FAMILY:ARIAL; }
h1 { font-size:200%; padding:16px; border:1px solid lightgrey; BACKGROUND:PURPLE; COLOR:WHITE }
h2 { border-bottom:1px solid grey; padding:2px; COLOR:MEDIUMPURPLE }
</style>
<body onload="document.body.innerHTML=md.html(document.body.innerHTML); document.body.style.display='block';">
<!--======= COPY ABOVE CODE AS HEADER, THEN FOLLOW WITH CONTENT IN MARKDOWN FORMAT =========-->
<image style="float:right;border-radius:50%;width:70px;padding:6px" src="avatar-woman.jpg">
<span style="float:right;padding:6px;COLOR:LIGHTGREY">
Presented by IT Dept<br>on 2022/09/06
</span>
# Inventory Management System
develop an inventory system for xxx company
## Infrastructure
* server - VM, 2 core, 12G RAM
* tomcat, java 1.8, vue.js
* database: mysql
## Human Resources
* project owner: casualwriter
* purhasing dept - May (ext:1234)
* warehouse dept - June (ext:1234)
* IT - Tom (ext:1234)
## Modules
* purchsing
* receiving
* inventory management
* stock take
* reporting
## Project Plan
#### (Jan - Feb 2022) User requirement
* xxxx
* xxxx
#### (Feb 2022) deisgn, protoyping
* xxxx
* xxxx
#### (Feb - May 2022) coding
* xxxx
* xxxx
#### (Jun - Jul 2022) deployment
* xxxx
* xxxx
## Meeting & Delivery
* yyyy/mm/dd: kick off meeting
* yyyy/mm/dd: user requirement
* yyyy/mm/dd: prototype
* yyyy/mm/dd: design specification
* yyyy/mm/dd: review meeting
* yyyy/mm/dd: UAT phase 1
* yyyy/mm/dd: UAT phase 2
* yyyy/mm/dd: review meeting
* yyyy/mm/dd: production
## Notes
* xxxx
* xxxx