Tegy: the simple budget tracker
Tegy keeps record of the incomes and
expenses of your budget in batches, though
you can use only one batch, the default batch, if you like. That's it.
You can use Tegy as your rough record, later, write it down in your
book; or use it as your main budget recorder. Either way, with Tegy,
you'll never have a messy record.
And you can have multiple budgets with the same account.
So, what are you waiting for? Do you want to have a clean budget
record?
1. Add budget items
2. Delete budget items
3. Create batches
4. Create budgets
5. Switch between batches
6. Switch between budgets
7. Edit batch
8. Edit budget
A Batch consist of the following:
1. Start date: the date the batch was created
2. End date: the date the batch ended
3. Incomes: all the money that came in
4. Expenses: all the money that went out
You can have as many batches as you want, or have only one batch, the default batch that was created when you signed-up.
By default
1. a batch ends the day another batch is created.
2. When a new batch is created, all of the contents of the old batch, are copied to the new batch, except for their amounts.
This default behavior can be changed in settings.
Incomes and Expenses are both considered as BudgetItems.
A BudgetItem consist of the following:
1. Description: a short description of what the money is for
2. Amount: the amount of money that was spent or received
3. Type: whether the item is an income or an expense
You can edit or change the name and dates of a batch in settings.
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:
- Configure the top-level
parserOptions
property like this:
parserOptions: {
ecmaVersion: 'latest',
sourceType: 'module',
project: ['./tsconfig.json', './tsconfig.node.json'],
tsconfigRootDir: __dirname,
},
- Replace
plugin:@typescript-eslint/recommended
toplugin:@typescript-eslint/recommended-type-checked
orplugin:@typescript-eslint/strict-type-checked
- Optionally add
plugin:@typescript-eslint/stylistic-type-checked
- Install eslint-plugin-react and add
plugin:react/recommended
&plugin:react/jsx-runtime
to theextends
list