The file structure has changed recently. Here is how Manager stores data currently:
When you launch Manager the first time, Manager will create 00000000000000000000000000000000.manager
which is SQLite database which will hold list of businesses, users and other global preferences. This file won’t contain any accounting data.
When you create new business, Manager will create new file (e.g. 69703781b9284b1684e494fdd5510cb8.manager
). If you have more businesses, each business will have its own file.
So if you have 2 businesses, your file structure will look like this:
- 00000000000000000000000000000000.manager
- 69703781b9284b1684e494fdd5510cb8.manager
- 76cf56919daf4a3780196f51614b327b.manager
There might be one more file called size
which will store size of window when desktop edition is closed.
Other than that, the latest version doesn’t use or create any other files or folders.
If you see other files or folders in your data folder, they are relics from the earlier versions which the latest version doesn’t care about.