> For the complete documentation index, see [llms.txt](https://docs.coreway.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coreway.com/yoov-work/payroll-management/payroll-settings/wage-items-settings.md).

# Wage Items Settings

* After setting the starting month of salary, the system will enter "Wage Items Settings"
* Operation steps: \
  \[Payroll] > \[Payroll Settings] > \[Basic Setting] > \[Wage Item]

### 1. Description of \[Wage Item]&#x20;

* The salary item is an item of the salary table template. Administrators can add items, rename them, add notes, etc. according to their needs. Note that system items are not allowed to be modified, but they can be set to hide/show.
* The salary item will directly affect the content of the monthly salary display. Therefore, the administrator can check whether the salary items in the system are sufficient. If there are deficiencies, the administrator can add/delete salary items by themselves.
* Some categories or salary items are preset by the system. If the salary item is not applicable, the administrator can only hide it but cannot delete it.

#### Example 1:&#x20;

If the fixed salary item needs to be divided into basic salary and position salary, you can "add a new salary item" under the fixed salary item.

Operation steps: \
① \[Payroll Management] > \[Payroll Settings] > \[Basic Setting] > \[Wage Item] > \[Fixed Wage Item] >\[Add Salary Item] \
② Enter the project name and remarks, and click "Confirm"\
③ After adding, click "Save and take effect"

#### Example 2:&#x20;

If employees are calculated on hourly/daily wages, a salary item can be added under "Hourly Wage". Click \[Add Salary Item] and fill in the name and remarks of the salary item. Click \[Confirm] again to complete adding salary items. After completion, please click \[Save and take into effect] at the bottom, otherwise all newly added salary items will not be saved.

<figure><img src="/files/CWd1htzhSraV45rZibHA" alt=""><figcaption></figcaption></figure>

<div align="left"><figure><img src="/files/ASto6vLe6eCY14fz12IM" alt="" width="392"><figcaption></figcaption></figure></div>

### 2. 【Wage Item】 Custom Configuration

* To meet the compensation needs of different types of companies, custom Wage items support administrators to set company-specific formulas.
* Operation Steps:\
  ［Payroll］>［Payroll Settings］>［Basic Setting］>［Wage Item］, click "Edit"

<figure><img src="/files/HhI11YuVGvRO2QOkU4s2" alt=""><figcaption></figcaption></figure>

### 3. Batch Edit

* If multiple items need editing, administrators can click "Batch Edit" for easier processing.
* Operation Steps:\
  ［Payroll］>［Payroll Settings］>［Basic Setting］>［Wage Item］>［Batch Edit］

<figure><img src="/files/R5mPeEk5tAQUkdsA9tmX" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/KWe1uzmbWWP2YV6P2NCd" alt=""><figcaption></figcaption></figure>

### 4. Set Custom Item Properties

* For custom Wage items, administrators can "Set the project properties" for easier calculations.

<figure><img src="/files/Y6BzECMuh5xj9iMQbIn3" alt=""><figcaption></figcaption></figure>


---

# 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.coreway.com/yoov-work/payroll-management/payroll-settings/wage-items-settings.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.
