Commit Graph

431 Commits

Author SHA1 Message Date
rlong d0a0149a75 fix: correct tablar menu structure to avoid array_push argument error 2026-05-01 12:23:39 -04:00
rlong 10349075b0 fix: define home route name to resolve RouteNotFoundException 2026-05-01 12:22:54 -04:00
rlong 44a34b1114 feat: sync tablar menu with application navigation 2026-05-01 12:22:06 -04:00
rlong bd93dd0bf7 feat: make showcars table sortable using list.js 2026-05-01 12:20:35 -04:00
rlong 81dbf11592 fix: add bidder assigned number to showcars table 2026-05-01 12:20:10 -04:00
rlong 7c88db310d fix: restore table-based layout and display owner data for showcars 2026-05-01 12:19:39 -04:00
rlong 0fd6a6c3e2 fix: pass vehicles data to showcars view 2026-05-01 12:18:40 -04:00
rlong 01c1d77016 fix: resolve vite manifest issue by updating package.json and fixing asset build 2026-05-01 12:14:43 -04:00
rlong 008000314f feat: migrate final batch of views to tablar 2026-05-01 12:01:47 -04:00
rlong a382a434d4 feat: migrate home and winnertotalform views to tablar 2026-05-01 12:00:20 -04:00
rlong 610ee4290b feat: migrate reprint_receipt_form and winningbidderlist views to tablar 2026-05-01 12:00:02 -04:00
rlong 846db1accf feat: migrate vehicletypes and winnertotal views to tablar 2026-05-01 11:59:42 -04:00
rlong 78c2fbb41a feat: migrate mywinnings_results and showcars views to tablar 2026-05-01 11:59:31 -04:00
rlong f130d39118 feat: migrate checkout and checkout_complete views to tablar 2026-05-01 11:59:13 -04:00
rlong 1adb557265 feat: migrate checkout select and checkout list views to tablar 2026-05-01 11:57:48 -04:00
rlong 75aa121ac7 feat: migrate judgingentry and pcentry views to tablar 2026-05-01 11:57:33 -04:00
rlong 296a6b9243 feat: migrate carshowwinners and judges views to tablar 2026-05-01 11:57:26 -04:00
rlong ccac39cd85 feat: migrate bidderlist and awardcategories views to tablar 2026-05-01 11:57:03 -04:00
rlong 69e4516ad8 feat: migrate winnersbyitem and carshowscores views to tablar 2026-05-01 11:56:44 -04:00
rlong f6aac32eaa feat: migrate winners and final tally views to tablar 2026-05-01 11:56:29 -04:00
rlong a60a89d77d feat: migrate item and winner views to tablar 2026-05-01 11:56:14 -04:00
rlong cec229459d feat: migrate bidders view to tablar 2026-05-01 11:51:01 -04:00
rlong 2ae745ffea chore: update tablar menu configuration 2026-05-01 11:50:49 -04:00
rlong bd52e27f76 feat: install and scaffold Tablar theme 2026-05-01 11:49:20 -04:00
rlong 9108b6bab6 Merge pull request 'upgrade: laravel 12' (#2) from feature/upgrade-laravel-13 into master
Reviewed-on: #2
2026-05-01 11:47:19 -04:00
rlong 58450a1262 upgrade: laravel 12 2026-05-01 11:44:17 -04:00
rlong 878236ae2f Merge pull request 'feat: integrate North Embedded Checkout for bidder payments' (#1) from feature/north-embedded-checkout into master
Reviewed-on: #1
2026-05-01 10:20:21 -04:00
rlong 05ab1c6014 fix: use correct Options object for Dompdf configuration 2026-05-01 10:10:16 -04:00
rlong 9065dcd911 missing use 2026-05-01 10:09:35 -04:00
rlong dcd08ae530 fix duplicate function 2026-05-01 10:09:01 -04:00
rlong d468991bd1 typo 2026-05-01 10:08:01 -04:00
rlong 7d1ec59dea feat: switch to dompdf for receipt generation 2026-05-01 10:06:35 -04:00
rlong 24d1eda717 feat: install spatie/browsershot 2026-05-01 09:57:46 -04:00
rlong 9d981f3a34 feat: migrate receipt PDF generation to Spatie Laravel PDF 2026-05-01 09:56:16 -04:00
rlong b9c018a4a6 fix: set tempDir via getMpdf to bypass problematic loadView config array 2026-05-01 09:44:04 -04:00
rlong 23b0b30434 fix: provide full mPDF configuration to avoid null array offset errors 2026-05-01 09:42:05 -04:00
rlong 4b9220c89e fix: update mPDF temp directory configuration key to temp_dir 2026-05-01 09:40:35 -04:00
rlong 298f3fa22b fix: resolve mPDF temp directory access error by using storage_path 2026-05-01 09:38:46 -04:00
rlong 98be7131f4 update views 2026-05-01 09:36:43 -04:00
rlong 999c1dfc58 fix: switch to correct PDF facade for mPDF and resolve receipt 500 error 2026-05-01 09:34:56 -04:00
rlong a3fd278536 fix: resolve receipt 404 and add save receipt pdf functionality 2026-05-01 09:32:26 -04:00
rlong 290498c728 fix: improve Google Pay handling with additional status checks, robust data extraction, and a fallback verification button 2026-05-01 09:27:36 -04:00
rlong aca21ae115 fix display 2026-05-01 09:01:28 -04:00
rlong 982efbf2bd fix: handle 'Approved' status and extract nested transaction ID from North API response 2026-05-01 08:59:09 -04:00
rlong 3953a6f4c8 fix height 2026-05-01 08:55:06 -04:00
rlong fbb10a01d4 ui: switch from min-height to explicit height for checkout container 2026-05-01 08:46:46 -04:00
rlong 6ccb754e0c ui: increase checkout container height to 800px 2026-05-01 08:44:57 -04:00
rlong 50826c8c20 update div height 2026-05-01 08:43:26 -04:00
rlong 68f75ac2fc feat: include products in checkout and increase form container size 2026-05-01 08:41:58 -04:00
rlong 9587c44657 fix: improve API request headers and error reporting for session creation and verification 2026-05-01 08:38:47 -04:00