Property management app
Find a file
2024-03-17 17:50:48 +01:00
assets add favicons 2024-03-11 21:12:46 +01:00
config add host details 2024-03-03 12:15:45 +01:00
constant replace unused constants with config values 2024-03-17 17:50:48 +01:00
internal replace unused constants with config values 2024-03-17 17:50:48 +01:00
pkg/time time pkg 2024-02-09 23:10:09 +01:00
.gitignore refactor 2024-02-16 12:13:33 +01:00
go.mod Bump github.com/jackc/pgx/v5 from 5.5.3 to 5.5.4 2024-03-14 22:24:03 +00:00
go.sum Bump github.com/jackc/pgx/v5 from 5.5.3 to 5.5.4 2024-03-14 22:24:03 +00:00
main.go profiling 2024-03-11 21:01:04 +01:00
Makefile add customer number seed 2024-02-22 22:08:46 +01:00
README.md use booking.com logic for reports 2024-02-29 15:27:21 +01:00

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