PANOTAS.

Test Mode

A parallel database to experiment, demo or practice without touching your real data.

In the app:MenuSettingsTest Mode
In short

Test Mode is a safe environment to try out and demonstrate features without affecting your real data. It creates a separate database; while it is active, everything you do happens in that parallel database, and your real one sits untouched, waiting.

What it is actually for

The five test formats

Format What you get
Full mask of text and amount A copy of your data with names, classification expressions and amounts changed deterministically. Analysis patterns are preserved — the shape of your spending stays recognizable — but nothing sensitive is exposed. It is the default choice for demos.
Minimal text mask Masks only the text and keeps the amounts. Useful when you need the totals to still match reality.
Fill with random data Generates a demo dataset from scratch, unrelated to your data. Good for exploring screens you don't use yet.
Empty database Starts from absolute zero. It is the closest thing to seeing the app as a brand-new user sees it.
Identical copy An exact replica of the real data, with no masking at all. Only do this in a safe environment — and the app requires you to acknowledge the terms before releasing it.
About the identical copy

This option creates an exact copy of your real data, including sensitive information. If the goal is to show the app to someone, always prefer the full mask — it exists precisely for that case.

Getting in and out

  1. Initialize. Choose the format and generate the test database. While the app builds the file, a progress bar shows how it is going.
  2. Enter test mode. From then on, a notice stays visible across the screens — including the main one and inside each category — so you never mistake where you are.
  3. Exit with confirmation. Exiting asks for the device's security confirmation. That is deliberate: it is the border between fake and real data, and it deserves a pause.
  4. Discard when you're done. Discarding deletes the test file and clears its configuration. Nothing you did in there touches the real database.
Good to know

Test mode is not available in the web environment — it depends on a local database file. And there is a single test database: generating a new format replaces the previous one, so discard it first if you want to keep the current state.

Next steps