# # ChangeLog for src/main/resources/templates/carCategoryReport.html # # Generated by Trac 1.6 # 07/12/24 13:25:09 Fri, 06 Jan 2023 20:08:03 GMT andrejtodorovski <82031894+andrejtodorovski@…> [cab5859] * src/main/java/com/example/autopartz/config/WebSecurityConfig.java (modified) * src/main/java/com/example/autopartz/controller/AdminController.java (modified) * src/main/java/com/example/autopartz/controller/HomeController.java (modified) * src/main/java/com/example/autopartz/controller/TestController.java (deleted) * src/main/java/com/example/autopartz/model/views/CarCategoryReport.java (added) * src/main/java/com/example/autopartz/model/views/CarCategoryReportId.java (added) * src/main/java/com/example/autopartz/model/views/MostPurchasedPart.java (added) * src/main/java/com/example/autopartz/model/views/PartManufacturersReport.java (added) * src/main/java/com/example/autopartz/repository/CarCategoryReportRepository.java (added) * src/main/java/com/example/autopartz/repository/MostPurchasedPartRepository.java (added) * src/main/java/com/example/autopartz/repository/PartManufacturersReportRepository.java (added) * src/main/resources/templates/addReviewPage.html (modified) * src/main/resources/templates/carCategoryReport.html (added) * src/main/resources/templates/chooseRepairShop.html (modified) * src/main/resources/templates/currentOrder.html (modified) * src/main/resources/templates/fragments/footer.html (added) * src/main/resources/templates/fragments/header.html (modified) * src/main/resources/templates/home.html (modified) * src/main/resources/templates/master-template.html (modified) * src/main/resources/templates/mostPurchasedPart.html (added) * src/main/resources/templates/myDeliveries.html (modified) * src/main/resources/templates/myNextDeliveries.html (modified) * src/main/resources/templates/myWarehouse.html (modified) * src/main/resources/templates/orderInfo.html (modified) * src/main/resources/templates/ordersForUser.html (modified) * src/main/resources/templates/partManufacturersReport.html (added) * src/main/resources/templates/partinfo.html (modified) * src/main/resources/templates/products.html (modified) * src/main/resources/templates/repairsForUser.html (modified) * src/main/resources/templates/reviewsForUser.html (modified) * src/main/resources/templates/selectWarehouse.html (modified) * src/main/resources/templates/viewUsers.html (modified) Added all advanced reports, added bootstrap for every template