@@ -0,0 +1 @@
+src/__pycache__/main.cpython-37.pyc
@@ -0,0 +1,27 @@
+@startuml 通路代碼
+
+start
+:選擇通路;
+switch ()
+case()
+ :宅配;
+ :宅配通
+ 黑猫宅急便
+ 全速配
+ 新竹貨運
+ 便利帶
+ 順豐速運;
+ :店配;
+ :全家
+ 統一數網;
+ :自送;
+ :店到店;
+endswitch
+:通路代碼;
+stop
+@enduml
@@ -0,0 +1,43 @@
+@startuml 系統流程
+:資料匯入;
+:點貨面單;
+:袋進倉;
+:進站;
+repeat
+if(配送) then (yes)
+ if(簽收) then (yes)
+ #palegreen:簽收完成;
+ stop
+ else
+ :退貨;
+ #palegreen:入庫;
+ detach
+ :二次出貨;
+ :撿貨;
+ :出庫;
+ endif
+else (no)
+ if(出站) then (yes)
+ #palegreen:下一站;
+ end
+ else (no)
+ :入庫;
+ :上架;
+ if(出貨) then (yes)
+ if(下架) then (yes)
+endif
+backward :未完成配送;
+repeat while ()
@@ -1,4 +1,4 @@
-@startuml
+@startuml 資料匯入
start
:匯入資料;
+@startuml 點貨作業
switch (點貨作業)
@@ -0,0 +1,38 @@
+@startuml 倉儲管理
+switch (倉管)
+ :選擇通路代碼;
+ :選擇倉別/儲區;
+ :stock_in();
+ :shelf();
+ :選擇倉庫;
+ :stock_out();
+ :移動儲位;
+ :選擇來源儲區;
+ :選擇目的儲區;
+ :stock_move();
+ :下架;
+ :選擇下架方式(標示/掃描/批次);
+ :outstock();
+ :出庫檢核;
+ :匯入/匯出/清空;
+ :stock_check();