mirror of
https://github.com/rjNemo/rentease.git
synced 2026-06-10 04:36:50 +00:00
Property management app
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.5.3 to 5.5.4. - [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md) - [Commits](https://github.com/jackc/pgx/compare/v5.5.3...v5.5.4) --- updated-dependencies: - dependency-name: github.com/jackc/pgx/v5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| assets | ||
| config | ||
| constant | ||
| internal | ||
| pkg/time | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| main.go | ||
| Makefile | ||
| README.md | ||
RentEase
Manage your holiday rental
To Do
- Create a booking
- Add line items
- Read from the database
- Build the pdf invoice
- Build the pdf report
- Refactor the env variable calls to a Config struct with proper defaults
- Refactor handlers to call their dependencies instead of taking them from the Server struct
- Embed mandatory assets, css in the executable
- Calendar to store new booking in calendar
- Seed the database with the existing data before using the new system with customer data
- Create a dashboard page with the Host details, bookings and revenue this month
- Edit campaigns and lines
- Filter bookings per date, name
- Paginate booking list
- Add a note field
- Update booking and lines
Built With
- Go
- Htmx
- Templ
- PostgreSQL