# Cooking Schedule

### Cooking Schedule

The cooking schedule function can be used to plan the quantity of key items to cook throughout the day. This feature is especially helpful for items that require a longer cooking time by letting you prepare these items in advance. The system looks at your sales for such items on the same day a week ago, and assumes that you will sell approximately the same number of items at approximately the same time that day. The system also takes into account the number of these items actually sold today, so it does not have you pre-cook too many of them. Prior to using the cooking schedule, you have to set it up in View \ Options \ Cooking Schedule branch. This function does not do any inventory posting. It only helps you schedule your work.

**Item**

Enable from the list the item to track. It must first have been configured in View \ Options \ Cooking Schedule.

**Time**

Hour slice.

**Current**

**Sold/Hour**

Quantity sold during that hour today.

**Total**

Total quantity sold from midnight until that hour today.

**Previous**

**Sold/Hour**

Quantity sold during that same hour 7 days ago.

**Total**

Total quantity sold from midnight until that hour 7 days ago.

**Var/Hour**

Difference between quantities sold during that hour today and 7 days ago.

**Var/Day**

Difference between total quantities sold from midnight until that hour today and 7 days ago.

**Projection (Xh)**

Projected quantity needed in the next X hours, where X is the time projection selected for this item.

**On Hand**

Quantity of this item on hand.

**Cook**

Quantity of this item to cook during this hour to avoid running out according to the variation between today and 7 days ago..

![Button - Modify](https://documentation.payfacto.com/POS/MaitreD/Fulldoc/assets/images/MaitreDCommon/Buttons/MDButton-Modify.jpg)

Click this button to manually change the quantity on hand.

![Button - Print](https://documentation.payfacto.com/POS/MaitreD/Fulldoc/assets/images/MaitreDCommon/Buttons/MDButton-Print.jpg)

Click this button to print the cooking schedule.

**New On Hand Quantity**

Enter a manual adjustment of you on hand quantity, disabling the automatic calculation.

**Auto**

Enable this option for the system to revert back to automatic calculation of on hand quantity.


---

# 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.payfacto.com/payfacto-knowledge/maitred-pos/maitred/maitred-online-help-contents-by-module/inventory-management/planning/cooking-schedule.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.
