> For the complete documentation index, see [llms.txt](https://docs.bossithq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bossithq.com/stock/stock-count/stock-count-date-and-timing.md).

# Stock Count Date and Timing

When saving a stock count, a pop-up will appear asking you to select the date and timing.

{% hint style="info" %}
You have the option to backdate a stock count. However, this is limited to 60 days maximum.
{% endhint %}

If you choose 'Before Opening' it will mark the date's opening stock as the values you counted, if you choose 'After Close' it will mark the date's closing stock as the values you counted.

Selecting the correct timing ensures stock levels are aligned with the day’s trading activity. A **Before Opening** count verifies that your starting stock matches what the system expects, preventing discrepancies during the day. An **After Close** count confirms actual stock left at the end of the day, helping identify shrinkage, wastage, or errors before the next day begins.

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

#### Before Opening

Use this if you are performing the stock count before the transactions begin. The values you enter will be the **Opening Stock Count** for the day. This ensures that all stock movements throughout the day start from an accurate baseline.

#### After Close

Use this if you are performing the stock count after the transactions end. The values you enter will be recorded as the **Closing Stock Count** for the day. This provides an accurate end-of-day figure, which is then used as the next day's opening stock.


---

# 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.bossithq.com/stock/stock-count/stock-count-date-and-timing.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.
