# 施工製作 DCP

Jobdone的施工製造模組，是專門為承攬專業工程的公司設計，主要的功能在於人、機、料、車的調度。最重要的是我們導入了 <mark style="color:purple;">**『階段需求』**</mark>、以及 <mark style="color:purple;">**『彈性生產製作』**</mark> 的兩項重要概念。

這是一個完全從工程承攬角度出發的模組，承攬商面對不論是統包或業主，都需要管理幾件事：

> * **合約**：指一個專案對業主 (或客戶) 所承諾的所有工作項目或交付內容，包含各工項之單位、數量與合約約定條件等。
> * **階段需求**：於專案執行期間，依實際進度可能分多次分段交付，每完成一階段任務即進行估驗計價與申報作業。
> * **施工單**：從一個階段需求中，編列需進場施作的品項內容。每一階段可以有多張施工單，利於作業分派與現場追蹤。
> * **派工單**：一張施工單內的作業可能需多次派工方能完成，依現場實況進行每日派工，直到該施工單完成。
> * **製作單**：針對階段需求中的部分品項，若需事前於廠內進行預製、加工或組裝，則可為每筆品項建立獨立製作流程與製作單。
> * **派車單**：可單獨建立派車作業，亦可從施工單貨出貨單關聯產生。用於安排物料、機具或人員運輸調度，確保運輸任務符合施工時程需求。

所有的工單都可以從APP進行回報，由管理人員從後面即時看到進度與內容，以決定是否該階段已完成，可以進一步的驗收或請款。

另外要針對人員、機具、車輛的調度，每天面對幾十個客戶的數十個案場狀況，可以預先安排規劃。又要能在當天臨時配合業主的需求變動，停工時，能機動的調度工班到其它的案場。在客戶要求趕工時，可以調整材料或生產製造的順序。因此施工製造模組還有兩個綜觀全局的功能：

> * 出勤管理
> * 調度中心

***

* [x] <kbd><mark style="color:purple;">**你的團隊還在靠一堆白板、Excel、LINE排工作嗎?**<mark style="color:purple;"></kbd>
* [x] <kbd><mark style="color:purple;">**你無法當天就掌握派工的進度跟材料準備的狀況嗎?**<mark style="color:purple;"></kbd>
* [x] <kbd><mark style="color:purple;">**客戶打電話來追問現場的狀況，沒辦法準確回答嗎?**<mark style="color:purple;"></kbd>
* [x] <kbd><mark style="color:purple;">**最最重要的! 管理上的瓶頸是否造成你的損失或限制了你公司的發展?**<mark style="color:purple;"></kbd>

👍👍<mark style="background-color:orange;">Jobdone施工製造模組可以幫助您解決所有的問題</mark>👊👊


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.jobdone.cc/user_guide/dcp.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
