Please enable JavaScript.
Coggle requires JavaScript to display documents.
商辦租借管理系統Rent, 商辦租借管理系統_流程, : - Coggle Diagram
商辦租借管理系統Rent
後台
房東
1.管理者註冊資訊register
owner_account[
PK
]
owner_pwd
owner_name
owner_email
bank_account
owner_phone
2.出租房間room
r_id房號
address地址+樓層+房號[
PK
]
water_p每月水費
eletric_p度/元(電費)
parking車位
equip設備詳情
acreage面積
manage_p管理費
deposit押金
rent_p租金
cut_p違約金
account房東帳號(前端不顯示)
floor樓層
photo照片
4.帳單生成bill
total_p總金額
total_eletic_p總電費
AI[
PK
]
r_id房號
eletric_v每間用電量(當期-上期)
water_p水費
eletric_one_p每間電費
manage_one_p管理費
address 地址
floor 樓層
owner_name 房東姓名
account 房東帳號(前端不顯示)
tenant_name 承租方姓名
tenant_identity 承租方身分證字號
period_start 開始計費時間
period_end 結束計費時間
owner_name 房東姓名
rent_p 租金
water_one_p每間水費
cut_p 違約金
payment_date繳費截止日
start_date 契約始日
end_date 契約結束日
3.租約管理contract
id房號
start_date起租日
end_date租約終止日
tenant_name承租方姓名
密碼=tenant_phone
tenant_email
AI[
PK
]
rent_p租金
cut_date中止日期
cut_reason解約理由
cut_p違約金
帳號=房客身分證
address地址
floor樓層
owner_account房東帳號(前端不顯示)
owner_name出租方姓名
c_other契約備註
owner_home_address房東戶籍地
owner_contact_address房東通訊地
tenant_home_address房客戶籍地
tenant_contact_address房客通訊地
sign_date立約日
c_other契約備註
r_condition屋況
前台
房客
帳單生成
輸入自己的身分證字號和手機號碼查詢
總金額
費用詳情
計算公式
水費
每間用電量(度數)
每間的電費
租金/月
管理費/月
房間ID
繳費截止日
期數(計費期間)
商辦租借管理系統_流程
房東
登入
新增房間資訊
2.出租房間
2.出租房間room
r_id房號[
PK]
address地址[
PK
]
water_p每月水費
eletric_p度/元(電費)
parking車位
equip設備詳情
acreage面積
manage_p管理費
deposit押金
rent_p租金
違約金
account房東帳號(前端不顯示)
floor樓層[
PK
]
photo照片
查看租約管理
後台3.租約管理
查看租約狀態
出租中
已結束
待生效
即將到期
查看契約內容
帳單管理
查詢帳單
帳單生成
4.帳單生成bill
tenant_name 承租方姓名
account 房東帳號(前端不顯示)
房東姓名
floor 樓層
address 地址
period 計費期間
manage_one_p管理費
eletric_one_p每間電費
water_p水費
eletric_v每間用電量(當期-上期)
r_id房號
AI[
PK
]
total_eletic_p總電費
total_p總金額
2.出租房間room
註冊
前端填寫註冊資料並送入DB
1.管理者註冊資訊register
owner_account[
PK
]
owner_pwd
owner_name
owner_phone
owner_email
修改帳戶資訊
租客登入頁
帳號:身分證
密碼:手機
登入
當期帳單
查詢歷史帳單
查看租約詳情
預設畫面
瀏覽空房
房東登入、房客登入,
分別跳轉不同的登入頁面
: