This is a human-friendly version of Interface3 schedule.
It gets its data from this table, adjusts its presentation, and adds filtering feature on top.
In other words, it mirrors the information from the odoo table.
Click on filter icon on the right of a column header.
Choose an option and click OK
.
Then only selected entries are shown.
Then only entries that comply to both filtering criteria, are shown.
To undo, press Reset
, or uncheck all selected checkboxes and press OK
.
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.