> For the complete documentation index, see [llms.txt](https://docs.jobdone.cc/user_guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jobdone.cc/user_guide/dcp/company-configuration/activation.md).

# 公司通用功能 啟用設定

公司通用功能為系統中屬「公司層級」的全域設定功能，凡該公司帳號之成員皆可使用，不受職位限制 (如是否為專案經理、工地主任)。其設計目的在於：統一管理依據、簡化跨專案設定重工、提升各模組作業效率等。

***

#### 功能定位

為配合不同模組的管理需求，**Jobdone** 提供多項對應的公司通用功能，協助公司預先建置必要資料結構，確保各專案於執行階段能快速套用並一致化執行標準。

目前，各模組所支援的公司通用功能如下：

{% tabs %}
{% tab title="營建管理" %}
提供完整的<kbd>**出勤系統**</kbd>，可統一管理所有工地及人員的出勤紀錄，方便稽核與報表彙整。
{% endtab %}

{% tab title="施工製造" %}
額外提供<kbd>**調度中心**</kbd>與<kbd>**資源盤點**</kbd>功能，協助廠區進行人力與物料的統籌調度與庫存管理，強化整體作業效率與透明度。
{% endtab %}

{% tab title="臨時工派遣" %}
亦提供<kbd>**出勤系統**</kbd>，專為派遣商與營建商點工管理而設立。提供派遣商使用。
{% endtab %}
{% endtabs %}

<figure><img src="/files/gdj7u9pX58hwhpVixvtc" alt=""><figcaption><p><kbd><strong>公司通用功能-啟用設定</strong></kbd></p></figcaption></figure>

進入「啟用設定」頁面後，於欲設定的功能右側點&#x9078;**「⋮」**，再選&#x64C7;**「啟用設定」**，即可開始啟用或停用該通用功能。

{% hint style="info" %}
每一項公司通用功能皆可透&#x904E;**「啟用設定」**&#x9032;行開啟或關閉，該設定為公司層級，將影響所有公司成員使用之權限與功能。
{% endhint %}

<div><figure><img src="/files/usWRB98Hugq3zcfPJmGB" alt=""><figcaption><p>圖一 - 點選「⋮」</p></figcaption></figure> <figure><img src="/files/k3lr9qI6fHQ4POeYc6Bn" alt=""><figcaption><p>圖二 - 點選「啟用設定」</p></figcaption></figure></div>

<div><figure><img src="/files/DWNyJWCMNXuRhHC69hZw" alt=""><figcaption><p>圖三 - <strong>開啟</strong>啟用設定</p></figcaption></figure> <figure><img src="/files/L1e0KuoO3MxsXeAws1Cm" alt=""><figcaption><p>圖四 - <strong>關閉</strong>啟用設定</p></figcaption></figure></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.jobdone.cc/user_guide/dcp/company-configuration/activation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
