PDF Generator for Exercise progress

This commit is contained in:
2024-11-08 20:02:37 +01:00
parent c5d18218c0
commit 47992b92c9
8 changed files with 344 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ import { SeatGroupModel } from '@/data/models/locations/seatGroupModel';
import { SeatModel } from '@/data/models/locations/seatModel';
import { SeatRowModel } from '@/data/models/locations/seatRowModel';
import { SelectedSeatModel } from '@/data/models/ordering/selectedSeatModel';
import { getSeatColor } from '@/helpers/colorScripts';
import { getSeatColor } from '@/scripts/colorScripts';
import { useBasketStore } from '@/stores/basket.store';
const basketStore = useBasketStore()