https://github.com/Klarr-Agency/Booky
A user-friendly app for tracking business expenses and revenue, designed to simplify financial management for entrepreneurs and small business owners.
https://github.com/Klarr-Agency/Booky
business finance sveltekit tailwindcss
Last synced: 3 months ago
JSON representation
A user-friendly app for tracking business expenses and revenue, designed to simplify financial management for entrepreneurs and small business owners.
- Host: GitHub
- URL: https://github.com/Klarr-Agency/Booky
- Owner: Klarr-Agency
- Created: 2024-04-01T15:13:06.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-27T20:41:53.000Z (10 months ago)
- Last Synced: 2024-05-02T05:03:44.101Z (10 months ago)
- Topics: business, finance, sveltekit, tailwindcss
- Language: Svelte
- Homepage:
- Size: 13.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - Klarr-Agency/Booky - A user-friendly app for tracking business expenses and revenue, designed to simplify financial management for entrepreneurs and small business owners. (Svelte)
README
# Booky
A user-friendly app for tracking business expenses and revenue, designed to simplify financial management for entrepreneurs and small business owners.## How to use it locally
1. Clone the project
2. In the backend folder run this command:
```./pocketbase serve``` You may need to change the file in the backend folder if you are using MacOS or Windows, see the [`Pocketbase doc`](https://pocketbase.io/docs/).
3. Run ```npm install``` in the app folder
4. Create a .env file in the app folder
5. ```npm run dev```## Deployment
## To-do list
- [x] Login, registration, reset password, logout
- [x] Light/Dark theme
- [x] Edit user profile
***
Release v0.1
***
### Transactions
- [x] Display
- [x] Create
- [x] Edit
- [x] Delete
- [x] Upload document
- [x] Download document
- [x] Date filter
### Transaction label
- [ ] Create
- [ ] Delete (default to general label)
- [ ] Assign
### Dashboard
- [ ] Display revenues/expenses
- [X] Display latest transactions
- [ ] Date filter
- [ ] Expense/Revenu chart filtered by label
***
Release v1
***