| # | Title | Description | Amount | Occurrence Date | Addition Date | Category | Edit |
|---|
Helpful Information
You can read about the shortcuts on the chart and about how to backup and restore your data. The FAQ will also come here in the future.
Some Shortcuts on the Chart (Click to Open)
- K: Thousand = 1000
- M: Million = 1,000,000
- B: Billion = 1,000,000,000
- T: Trillion = 1,000,000,000,000
- QD: Quadrillion = 1,000,000,000,000,000
- QT: Quintillion = 1,000,000,000,000,000,000
Import and Export (Click to Open)
Import and Export (Backup & restore) your data but it's best to register and log in to save your data in the cloud so you can access them from anywhere on all your devices.
Before Importing your data, export the current data to avoid losing them!
You can import any file that its content looks like the following:
[
{"id":1, "title": "TEXT", "description":"TEXT", "amount": 123,
"date": "01/01/2026",
"cD": "25/01/2026", "category": "House", "itemType": 1},
{"id":2, "title": "TEXT", "description":"TEXT", "amount": 123,
"date": "02/05/2025",
"cD": "25/01/2026", "category": "Side Income", "itemType": 2},
...]
About the "itemType", we have only two types: Expense(1) or Income(2).
"cD" stands for "Created Date" and it's not mandatory. If it does not exist, we add
the current date as cD.
✨ We are constantly improving this Software and keep adding new features into it. ⁂ We appreciate your support, click here. ✅
For any problem or questions, please send us a message via the contact form.
