> For the complete documentation index, see [llms.txt](https://help.takulabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.takulabs.io/pos/cash-management/opening-the-till-open-cashout.md).

# Opening the Till

When the cashout is closed you will see the closed cashout icon on the dashboard.

![](/files/-MiXaZT1E6yBiYYhy6Wi)

To open cashout go to **Sell** > **Cashout**

![](/files/-MiXaat-ueSV1FnKFIub)

The Open Cashout screen will appear under *General Information*. By default the system will display the current date and time. If the date and time does not need to be changed, click on the "Next" button.

![](/files/-MiXadMRWJYNhbIfsCtS)

Under the second step, we will have the option to enter the total amount for cash that is currently present at the till. once we know the amount we can enter the total opening float amount in **Total Opening Float** field.

![](/files/-MiXbfrkFxb-2eoiobsT)

Alternately, to enter details of specific denomination amounts click **DETAILS**. There is also an option for notes at the bottom to keep track of adjustments.

![](/files/-MiXbo1oAsXjHOgHCmCj)

Click on the "**OPEN DAY**" button to start doing sales.

![](/files/-MiXbr5hobRhz5i6VDdT)

If everything has been done successfully, the system will display 2 green messages, "You can start making sales" and "Opening Float saved successfully!". The Sales screen Window will appear open.

![](/files/-MiXbukFsC9OjE9paQYY)


---

# 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://help.takulabs.io/pos/cash-management/opening-the-till-open-cashout.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.
