Bronze 5
Since ‎05-11-2019
‎06-10-2022

My Stats

  • 37 Posts
  • 1 Solutions
  • 22 Likes given
  • 15 Likes received

_Excelrati's Bio

Badges _Excelrati Earned

View all badges

Recent Activity

I have an events bookings table and I'm trying to create a log table that would document the user actions of add/update/delete to it.This is the table I created for the LOG:I'm trying to test this using a very simple action that is displayed prominen...
hi allI am building a booking app for a venue that is booked on daily basis.The DB is simple where an Events table exists with rows for all the possible dates for the next few years.Each row has a Status column with Enum of "Free" and "Booked". "Free...
Hi AllMaybe I'm missing something, but I can't find a way to advance several years forward/backward in the calendar view.Is it only possible to move 1 month forward/backward?
Hi AllI'm creating a simple booking app for a facility. It's a single facility and booked on daily basis (cannot be booked more than once)I want to have an interactive dashboard where user selects a date on calendar view, and this causes the list of ...
hi there In an app that manages bookings of assets, I have: Assets table Bookings table In order to allow the user to search for free assets in some period, I created a SearchParams table that contains a single row of search parameters: start date an...