> For the complete documentation index, see [llms.txt](https://docs.xorosoft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xorosoft.com/xoroerp-1/admin/item/item-season/creating-item-seasons.md).

# Creating Item Seasons

Creating an item season involves entering the item season details and period. Once the item season is created, it can then be assigned to the item. By doing so, you can streamline inventory management and optimize marketing efforts.

### Creating item seasons

To create an item season, you'll begin entering a few key details, such as the code, description, and the period of the item season.&#x20;

{% hint style="info" %}
To create an item season, go to ***Menu > Admin > Item > Item Season***
{% endhint %}

#### Item Season Details Fields

<table><thead><tr><th width="170">Field</th><th>Description</th></tr></thead><tbody><tr><td>Season Code</td><td>This field allows you to enter a unique identifier for the season. It helps distinguish one season from another, ensuring that each season can be easily referenced and managed.</td></tr><tr><td>Description</td><td>This field allows you to provide a brief description of the item season, including any relevant details or context. This helps to clarify the purpose and scope of the season.</td></tr><tr><td>Start Date</td><td>Specify the date when the season begins. This helps in defining the time frame for the seasonal items.</td></tr><tr><td>End Date</td><td>Specify the date when the season ends. This marks the end of the time frame for the seasonal items.</td></tr></tbody></table>

After entering the details, click "Save" to create the item season.&#x20;

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

### **Assigning Item Seasons to Items**

Once the item season is created, it can be assigned to specific items in your inventory. By assigning the Item Season to an item, businesses can:

* Organize items according to their seasonal relevance
* Plan and execute targeted marketing campaigns
* Optimize pricing strategies
* Analyze the sales trends and adjust the sales approach

To assign the item season to an item, follow the steps mentioned below:

1. Navigate to the Item Centre and open the specific item.
2. Go to the "Other Attributes" tab in the Item Details section.
3. Select the item season from the dropdown option. You can select multiple seasons for an item.

   <figure><img src="/files/f5GANiTx5MYGFZ2nAUDq" alt=""><figcaption></figcaption></figure>
4. Click "Save" to apply the changes.

   <figure><img src="/files/cDXzYg9BVBvsbF7Vmv58" 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.xorosoft.com/xoroerp-1/admin/item/item-season/creating-item-seasons.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.
