> For the complete documentation index, see [llms.txt](https://kb.logicerp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.logicerp.com/logic-erp-learning-hub-tutorials-and-best-practices/setups/setup-items/setup-items-multiple-pack-sizes/configuration-multiple-packs-sizes/configuration-options-1/perishable-expiry-item-default.md).

# Perishable/Expiry Item (Default)

YouTube: [How to Set Perishable / Expiry Item Flag as Default in Item Creation ?](https://youtu.be/FihqDMQplow?si=pICojQ_bwMWEXUWp)

## How to Set Perishable / Expiry Item Flag as Default in Item Creation?

 In this tutorial, we will explore a **powerful feature** in Logic ERP—**automatically setting up items as perishable or expiry items by default**. This ensures accurate inventory tracking and reduces manual effort.

***

### **Accessing Configuration Settings**

* Navigate to the Setups/Setup Items and then click on "Setup Items Multiple Packs/Sizes".
* Click on the Configuration.
* Under the Configuration Options - 1 tab.
* Locate and enable the option labeled as:

> "Perishable/Expiry Item (Default)."&#x20;

<figure><img src="/files/FGcjW4Il1VX4KoHxdqqe" alt=""><figcaption><p>Click on the option to enable it as instructed.</p></figcaption></figure>

***

### **Creating a Perishable Item**

* Open the **New Item** creation window.
* Enter the required **item details** and proceed.
* As you can see, the **Perishable Expiry Item** option is **already ticked by default**, eliminating the need for manual selection.

<figure><img src="/files/0HAF7IWD4LKPs6Tij8pP" alt=""><figcaption><p>As you can see, this option is ticked by default.</p></figcaption></figure>

***

### **Disabling the Option (If needed)**

* If you do not want to create perishable items by default, **disable** the setting by unchecking the option in the configuration.
* This ensures flexibility in inventory management based on your business needs.

***

### **Benefits of This Feature**

* **Saves time** by eliminating repetitive manual selection.
* **Reduces human error** in marking perishable items.
* **Ensures accurate inventory tracking** and compliance.

***

### **Conclusion**

This feature in **Logic ERP** helps businesses efficiently manage **perishable inventory**, ensuring that all relevant items are correctly flagged without manual intervention.


---

# 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://kb.logicerp.com/logic-erp-learning-hub-tutorials-and-best-practices/setups/setup-items/setup-items-multiple-pack-sizes/configuration-multiple-packs-sizes/configuration-options-1/perishable-expiry-item-default.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.
