Commit Graph

143 Commits

Author SHA1 Message Date
alexpolo1
9d1b1917a7 Add comprehensive database backup setup and scripts
- Created DATABASE_BACKUP_SETUP.md for detailed backup instructions
- Implemented backup-databases.sh for automated database backups
- Added logrotate configuration for managing backup logs
- Developed setup scripts for user-specific backup configurations
- Included error handling and logging in backup processes
- Established cron job setup for automated backups
- Provided examples and troubleshooting tips in documentation
2025-11-16 21:12:29 +00:00
alexpolo1
7489234f74 Implement OpenAI Costs API integration with backend and frontend updates
- Integrated OpenAI Costs API into the backend service with new methods for fetching costs and detailed breakdowns.
- Added new API endpoints for retrieving costs, budget status, and detailed cost breakdown.
- Updated frontend to display OpenAI costs and budget status, including new UI components and states.
- Enhanced styling for budget status and cost breakdown sections.
- Configured environment variables for OpenAI API access.
- Created comprehensive documentation for setup, API endpoints, and user flow.
- Added test script for validating API endpoints.
- Fixed production issues by ensuring new endpoints are loaded correctly.
2025-11-16 21:00:04 +00:00
alexpolo1
b0b6f05333 feat: Implement Nøgletal Dashboard with GraphQL API integration
- Created a new dashboard component for displaying real-time quote metrics.
- Integrated with Ordrestyring GraphQL API for fetching offers and metrics.
- Added backend endpoint for dashboard data retrieval.
- Implemented responsive design and error handling for user-friendly experience.
- Configured auto-refresh for live data updates every 5 minutes.

fix: Resolve issues with API key configuration and pagination limits

- Updated service to check for both API key variable names.
- Adjusted pagination limit from 500 to 200 to comply with API constraints.
- Modified status mapping logic to align with actual API responses.

docs: Add quick start guide and detailed implementation summary

- Created quick start guide for easy access to the dashboard.
- Documented technical implementation details, including API key management and error handling.
- Provided troubleshooting tips for common issues encountered by users.
2025-11-16 20:03:44 +00:00
alexpolo1
9795d2edde Add tests and HTML for Excel-style materials table
- Created `test_alignment.html` to test Excel-style table alignment.
- Implemented `test_excel_table_prod.py` for verifying Excel-style table in production.
- Developed `test_material_search.py` to check styling of material search table.
- Added `test_materials_screenshot.py` for taking screenshots of materials page and verifying table styling.
- Created `test_materials_with_login.py` to test materials table styling with user login.
- Implemented `test_prod_materials.py` to validate production materials page styling and CSS loading.
2025-11-16 19:08:12 +00:00
alexpolo1
b06152385c style: Enhance styling for materials tables and task dialog components 2025-11-16 08:05:56 +00:00
alexpolo1
8fd3ecd001 feat: Implement backend PUT endpoint for updating customer projects and add auto-save functionality for materials in FinalReview component
- Added PUT /api/customer-projects/:projectId endpoint to handle updates for selected_package_id and selected_package_name.
- Implemented auto-save feature in FinalReview.js to persist material changes automatically.
- Enhanced error handling in InlineSmartPackage.js for package selection saving.
- Updated documentation for materials saving error analysis and implementation details.
- Removed unused code sections in PlanningDashboard.js and added comments for future features.
2025-11-16 07:35:42 +00:00
alexpolo1
bb1f48829a Tilføjet SQL seed fil med 142 tømreropgaver
Database seed fil indeholder alle opgaver fordelt på:
- Tag: 38 opgaver
- Væg: 17 opgaver
- Udvendigt: 21 opgaver
- Loft: 10 opgaver
- Facade: 10 opgaver
- Gulv: 8 opgaver
- Trapper: 7 opgaver
- Renovering: 6 opgaver
- Opmåling: 5 opgaver
- Tilbygning: 5 opgaver
- Finish: 5 opgaver
- Indbygget: 4 opgaver
- Special: 4 opgaver
- Køkken: 2 opgaver

Kan bruges til at seede database på nye installationer.
2025-11-15 22:03:06 +00:00
alexpolo1
35f2748bae Udvidet opgave database til 72 tømreropgaver
Tilføjet opgaver i følgende kategorier:
- Tag: 38 opgaver (nedrivning, konstruktion, dækning, isolering, finish, vinduer)
- Facade: 10 opgaver (beklædning, finish, vinduer/døre)
- Gulv: 8 opgaver (konstruktion, underlag, dækning, isolering)
- Udvendigt: 16 opgaver (terrasse, carport, skur, havehus, hegn, læskur)

Opgaver dækker nu alt fra nedtagning til færdiggørelse af projekter.
2025-11-15 22:00:12 +00:00
alexpolo1
03fa42e9c5 Tilføjet opgave søgning i database
Backend:
- Implementeret /api/tasks/search endpoint
- Implementeret /api/tasks/categories endpoint
- Søger i labor_tasks tabellen (18 standard opgaver)
- Søger i opgavenavn, kategori og underkategori

Frontend:
- Tilføjet task search UI med toggle button
- Søg i 18 standard tømreropgaver (tag, facade, udvendigt)
- Viser opgave detaljer (navn, enhed, kategori)
- Prompt for timer og timeløn ved tilføjelse
- Opdateret 'Tilføj opgave' til 'Tilføj opgave manuelt'
2025-11-15 21:58:23 +00:00
alexpolo1
5faf4f0a21 Implementeret material search API endpoint
- Tilføjet /api/materials/search endpoint som søger i bygma_products
- Søger i tekst, vareNr og varegrp kolonner
- Returnerer max 50 resultater sorteret alfabetisk
- Frontend kan nu søge materialer i database via manuel tilføjelse
2025-11-15 21:51:13 +00:00
alexpolo1
d609299a6a Fix: Manuel mode skal ikke vise B7 beskrivelse eller auto-loade materialer
- Tilføjet condition så B7 pakke-beskrivelse kun vises hvis selectedPackage.id !== 'manual'
- Disabled fallback materials useEffect for manuel mode
- Materialer kommer nu kun fra smart pakke valg eller manuel tilføjelse
2025-11-15 21:45:05 +00:00
alexpolo1
4b594e8ebf Fjernet 'Automatisk beregnet' tekst - materialer kommer fra smart pakken 2025-11-15 21:36:37 +00:00
alexpolo1
9bc4466279 Manuel tilbud-mode: Tilføj materialer fra DB og opret opgaver selv
- Tilføjet 'Spring over - Tilføj manuelt' knap i Smart Pakke vælger
- Material søgning i database med autocomplete
- Manuel material tilføjelse (eksisterende funktionalitet)
- Hurtig opgave oprettelse med prompts
- Fuld fleksibilitet: vælg mellem Smart Pakke eller manuel mode
- Kan søge i 1000+ materialer fra database
- Kan tilføje custom opgaver med timer/m² eller fast tid
2025-11-15 21:33:04 +00:00
alexpolo1
f47d8e98b6 Smart Pakke Vælger: Fjernet auto-valg, tilføjet AI-forslag og flere pakker
- Fjernet automatisk valg af B7 pakken
- Tilføjet intelligent AI-baseret pakke forslag baseret på projekt titel
- Tilføjet Tagpap Renovering pakke
- Tilføjet Facade Træbeklædning pakke
- Smart forslag UI med lilla gradient boks
- Bruger kan nu selv vælge mellem 3 pakker
2025-11-15 21:26:17 +00:00
alexpolo1
74affaca24 feat: Enhance auto-save functionality by tracking user interaction in EnhancedGeometry component 2025-11-14 22:08:02 +00:00
alexpolo1
a69e3850aa Add license information for React and related libraries in LICENSE.txt 2025-11-14 21:49:45 +00:00
alexpolo1
8773d96e94 feat: Add AI-Powered Visual Testing Suite using Selenium and OpenAI Vision API
- Implemented VisualAITester class for automated UI/UX testing
- Configured environment variables for API keys and paths
- Developed methods for browser setup, login, screenshot capture, and image encoding
- Integrated OpenAI Vision API for visual quality analysis with detailed feedback
- Created tests for various application pages including homepage, project flow, geometry form, and more
- Generated comprehensive HTML report summarizing test results and AI analysis
- Added functionality to copy AI prompts for automated issue resolution
2025-11-14 20:27:19 +00:00
alexpolo1
910b8eb94c Add complete Selenium test suite for Tilbudgivern application
- Implemented authentication tests including valid login and logout
- Developed navigation tests for various sections: Projekt Flow, Planlægning, Materialer, Smart Pakker, Nøgletal, and AI Budget
- Created end-to-end tests for project flow including project creation and geometry input
- Added countdown tests to verify countdown functionality and text format
- Included detailed logging of test results and execution summary
- Configured WebDriver setup with headless option for CI/CD compatibility
- Integrated screenshot functionality for error tracking
2025-11-14 14:16:00 +00:00
alexpolo1
bdb9e524db Implement manual and automated tests for auto-save countdown feature
- Added a comprehensive manual testing guide for the countdown functionality in `test_countdown_manual.md`.
- Developed a detailed Selenium test suite in `test_countdown_selenium.py` to verify countdown behavior, including server accessibility, login, countdown progression, and UI elements.
- Created a minimal Selenium test version in `test_countdown_selenium_minimal.py` for quick checks without complex setup.
- Introduced a verification script in `test_countdown_verification.py` to analyze code correctness, including server checks, build file existence, and countdown logic.
2025-11-14 11:28:58 +00:00
alexpolo1
31a4e4f61f feat: Improve installation manual fetching by enforcing URL requirement and enhancing user feedback in MaterialDialog 2025-11-07 12:41:16 +00:00
alexpolo1
12263aef2e feat: Enhance material pricing integration by adding JOINs in API and updating SmartPackageForm to auto-add tasks from installation manuals 2025-11-07 12:01:07 +00:00
alexpolo1
0c186eb06f feat: Implement price calculation and drag-and-drop functionality in SmartPackageForm 2025-11-07 09:58:08 +00:00
alexpolo1
b82f9e758b feat: Add Backup & Import functionality for SmartPackages
- Implemented BackupImport component for exporting and importing SmartPackages.
- Added API calls for exporting JSON backups and importing packages.
- Included file validation for JSON format during import.
- Enhanced user interface with MUI components for better user experience.

feat: Create Components Library for reusable components

- Developed ComponentsLibrary component to manage reusable components for SmartPackages.
- Integrated CRUD operations for components with API endpoints.
- Added filtering functionality by component category.
- Included dummy data for initial testing and development.

feat: Implement Statistics View for SmartPackages

- Created StatisticsView component to display package statistics.
- Added API call to fetch statistics and display key metrics.
- Included visual representation of categories and most used materials.

chore: Create migration for smart_package_components table

- Added SQL migration script to create smart_package_components table.
- Inserted sample data for testing and development purposes.
- Included verification query to check data integrity after insertion.
2025-11-07 09:45:19 +00:00
alexpolo1
537d55c106 feat: Consolidate tag categories into a single "Tag" category and update related scripts and documentation 2025-11-07 09:13:12 +00:00
alexpolo1
faaf9500f5 feat: Add API test HTML page and update server check documentation
- Created a new HTML page for testing the Tømmer Opgaver API with buttons for various endpoints.
- Added a LICENSE file for React and related libraries in the frontend build.
- Documented a complete server check report, detailing fixes, test results, and server status.
- Added sample test data for quotes, including project details, geometry, labor, materials, and calculations.
2025-11-07 08:44:35 +00:00
alexpolo1
99a31cb3cb fix: Downgrade dependencies for Node.js compatibility and add engines field 2025-11-07 08:08:24 +00:00
alexpolo1
26d3452d59 Add comprehensive tests for API verification, frontend integration, and PDF generation
- Implemented a new test suite for production API verification using curl, ensuring all critical endpoints respond correctly and return valid JSON.
- Added frontend integration tests to check for critical errors in the UI and verify key UI elements are present and functional.
- Created test data for quotes and project calculations to facilitate testing.
- Developed a script to check offers in the Ordrestyring system, including detailed task descriptions.
- Added tests for generating PDFs from quote data, ensuring the output is valid and contains expected information.
- Implemented a test script for the Røsevangen project, integrating with the Ordrestyring API and verifying database entries.
2025-11-07 08:02:07 +00:00
alexpolo1
0ebca585d7 feat: Implement auto-save functionality for geometry and smart packages, enhance roof type options, and update frontend status report 2025-11-05 09:42:43 +00:00
alexpolo1
210ad7a2a4 fix: Improve calendar view error handling and empty state messages
Task 22: Fix Kalendervisning/planlægning

Changes:
- Added comprehensive empty state messages for calendar view
- Better data validation before rendering calendar grid
- Helpful messages when no calendar data is available
- Separate message when no employees are found
- Empty week message when no tasks are scheduled
- User-friendly tips for troubleshooting calendar issues
- Improved UX with clear explanations of what might be wrong
- All messages in Danish matching application language

Messages include:
- 'Ingen kalenderdata tilgængelig' with sync tips
- 'Ingen medarbejdere fundet' with Ordrestyring reference
- 'Ingen planlagte opgaver denne uge' with navigation help
2025-11-05 08:55:46 +00:00
alexpolo1
3a67e106a2 feat: Add corner house (vinkelhus) calculation support
Task 21: Vinkelhus calculation support

Changes:
- Added 'Vinkelhus' checkbox to enable L-shaped building mode
- Added fields for second wing dimensions (wing2Width, wing2Length)
- Visual UI section for second wing with green highlighting
- Real-time total area calculation showing both wings combined
- Backend calculates area for both wings separately and combines:
  * Flat roof: wing1_area + wing2_area
  * Pitched roof: calculates each wing surface area independently
- Database migration adds is_corner_house, wing2_width, wing2_length columns
- Form labels update dynamically (Vinge 1/Vinge 2) when corner house mode active
- Proper data persistence and loading for corner house configurations
2025-11-05 08:50:36 +00:00
alexpolo1
c8b28e250c feat: Implement bidirectional auto-calculation for roof geometry
Task 2: Geometri - Auto-beregning højde kip/stern

Changes:
- Added 'Tagbeklædning' (roof covering area) field to geometry form
- Implemented bidirectional calculation:
  * When user enters stern-kip height → auto-calculates tagbeklædning
  * When user enters tagbeklædning → auto-calculates stern-kip height
- Added helper functions for mathematical calculations:
  * calculateRoofCoveringFromHeight() - uses Pythagorean theorem
  * calculateRidgeHeightFromCovering() - inverse calculation
- Backend saves roof_covering_area to database
- Database migration adds roof_covering_area column
- Real-time updates as user types in either field
- Uses accurate geometry formulas for pitched roofs
2025-11-05 08:44:38 +00:00
alexpolo1
02b6bb9440 feat: Add kvist details fields for 'Tag med kviste'
Task 5: Tag med kviste - Add kvist details

Changes:
- Added kvist_size (m²) and number_of_kviste fields to geometry form
- Fields only appear when 'Tag med kviste' is selected
- Total kvist area is calculated and displayed (size × number)
- Backend saves kvist data to roof_geometry table
- Area calculation includes kvist area when applicable
- Database migration adds kvist_size and number_of_kviste columns
- Visual feedback with highlighted kvist section in form
2025-11-05 08:39:57 +00:00
alexpolo1
ce7312a4da fix: Improve kategori dropdown to show all tag-related items
Task 9 completed:
- Added smart category matching for 'Tag' category
- 'Tag' category now shows ALL tag-related packages automatically
- Includes: Tag, Tagrenovering, Tagudskiftning, Tagmaterialer, Tagrende
- Prevents duplicate tag subcategories in dropdown menu

Backend changes:
- smartPackageManagementService.js: Smart category filtering
- When category='Tag', uses LIKE matching for all tag-related items
- Supports both 'Tag' and 'tag' case variations
- Specific subcategories (Tagrenovering, etc.) still work as before

Frontend changes:
- SmartPackages.js: Added 'Tag (alle tag-relaterede)' option
- Filters out tag subcategories from dropdown to avoid duplication
- Clean dropdown with main 'Tag' category + other categories

Technical improvements:
- Case-insensitive category matching
- LIKE pattern matching for flexibility
- Maintains backward compatibility with existing categories

Customer feedback: Task 9 - Fix kategori dropdown to show all tag-related items
2025-11-05 08:27:27 +00:00
alexpolo1
2d768774ae feat: Add search and auto-save to Smart Package form
Tasks 6-7 completed:
- Added search functionality for materials and tasks
- Implemented auto-save (saves 2 seconds after last change)
- Removed manual 'Gem pakke' button in edit mode
- Added auto-save status indicator showing last save time

Search features:
- Material search box filters materials in real-time
- Task search box filters tasks in real-time
- Search is case-insensitive and searches by name
- Compact UI with search + add button in same row

Auto-save features:
- Automatic save 2 seconds after any change (edit mode only)
- Silent background saves - no user notification for success
- Last saved timestamp displayed at bottom
- Manual save button still available when creating new package
- Prevents data loss from accidental page closure

Technical improvements:
- Added materialSearchTerm and taskSearchTerm state
- Added autoSaveTimeout and lastSaved state
- useEffect hook triggers auto-save on packageData changes
- Filter functions on materials/tasks arrays
- Conditional rendering of save button vs auto-save indicator

Customer feedback: Tasks 6-7 - Search function + Auto-save for smartboks
2025-11-05 08:22:36 +00:00
alexpolo1
f7917d83bf fix: Add customer address to quote text generation
- Added customer_address field to static quote template
- Updated AI quote template to include [KUNDE_ADRESSE] placeholder
- Added instruction to AI to replace address placeholder with actual customer address
- Both static and AI-generated quotes now show complete customer information

Technical changes:
- buildCompleteStaticQuote: Added conditional customer_address display
- buildStaticQuoteTemplate: Added [KUNDE_ADRESSE] placeholder
- buildOptimizedPrompt: Added instruction #3 to replace address placeholder

Customer feedback: Task 17 - Fix tilbudstekst address not working
2025-11-05 08:18:07 +00:00
alexpolo1
86ad8064c0 fix: Fix PDF button functionality in Final Review
- Changed 'Vis PDF' link to 'Åben PDF' button with proper onClick handler
- Fixed blob URL management - now properly cleans up old URLs
- Added useEffect cleanup to revoke blob URLs on component unmount
- Improved error handling with user-friendly alerts
- Added success message after PDF generation
- Fixed button styling - converted link to button for consistency
- Added tooltips to explain button functionality

Technical improvements:
- handleOpenPDF: Opens PDF in new window using window.open()
- Memory leak fix: Revokes old blob URLs before creating new ones
- Better UX: Clear feedback for success/error states

Customer feedback: Tasks 15-16 - Fix 'Åben PDF' and 'Vis PDF' buttons
2025-11-05 08:15:22 +00:00
alexpolo1
1d25c4a3aa feat: Remove redundant Guide tab from Smart Package form
- Removed 'Guide' tab with stepper wizard (3 steps)
- Kept only 'Materialer og opgaver' and 'Alle detaljer' tabs
- Simplified package creation workflow
- Removed unused stepper components and handlers
- Tab indices automatically adjusted after removal

The Guide tab was redundant as 'Alle detaljer' shows all fields
in a single view, providing better overview for users.

Customer feedback: Task 11 - Remove Guide tab if not needed
2025-11-05 08:08:45 +00:00
alexpolo1
cd253e9b99 feat: Remove sværhedsgrader (difficulty levels) from Smart Packages
- Removed difficulty level filter from SmartPackages component
- Removed difficulty stars display from package cards
- Removed difficulty level field from SmartPackageForm (both instances)
- Removed difficulty level field from TaskDialog
- Removed difficulty level display from PackageDetailsDialog
- Simplified UI without unnecessary complexity indicators

Customer feedback: Task 10 - Remove Sværhedsgrader from interface
2025-11-05 08:05:46 +00:00
alexpolo1
54d0e44930 style: Change yellow material source badge to white
- Changed .source-badge.static background from yellow (#fff3cd) to white
- Updated text color from #856404 to neutral #6c757d
- Changed border from yellow (#ffeaa7) to neutral gray (#dee2e6)
- Improves readability and consistency with other badges

Customer feedback: Task 12 - Change yellow material box to white
2025-11-05 08:02:21 +00:00
alexpolo1
47cb55b8f9 feat: Simplify quote text - Remove ARBEJDE DER UDFØRES details, add customer text
- Replaced complex 'ARBEJDE DER UDFØRES' section with simple format
- Now only shows: work hours and total area (m²)
- Added customer's preferred text: 'Med mange års erfaring...'
- Removed detailed breakdowns (tag type, antal tømrere, timepris)
- Simplified price section to only show: price excl. VAT, VAT, total
- Updated AI instructions to generate simpler, focused quotes
- Removed company values, guarantees, and service descriptions from template

Customer feedback: Tasks 18, 19, 20 from customer email
2025-11-05 07:58:18 +00:00
alexpolo1
ae47e4a8d9 feat: Add scroll to top on page navigation
- Added automatic scroll to top when navigating to:
  - EnhancedGeometry component
  - FinalReview component
  - CalculationView component
  - InlineSmartPackage component
- Uses smooth scrolling behavior for better UX
- Prevents users from landing at bottom of page after navigation

Customer feedback addressed:
- Navigation now scrolls to top on page change
2025-11-05 07:51:00 +00:00
alexpolo1
c66ff67956 feat: Make prices and hours editable in Final Review + add profit margin
- All material prices and quantities now editable
- All labor hours and rates now editable
- Added profit margin percentage input (moved from smartboks)
- Prices recalculate automatically when values change
- Added editable input styling with focus states
- Profit margin shows in highlighted yellow section

Customer feedback addressed:
- Unlock timer/priser boxes for editing
- Move fortjeneste procent to Final Review (from smartboks)
- Allow last-minute price adjustments before sending quote
2025-11-05 07:46:45 +00:00
alexpolo1
e86aef7107 fix: Update tag types and remove komplekst tag option
- Replaced 'Komplekst tag' with proper tag types: Sadeltag/Skråttag, Valmtag, Københavnertag, Fladtag, Pulttag, Tag med kviste, Mansardtag
- Removed parentheses from tag type names for cleaner UI
- Removed 'Komplekse detaljer' checkbox (karnapper, kviste)
- Removed manual 'Gem Geometri' button - geometry now auto-saves after calculation
- Updated backend complexity calculations to support new tag types
- Updated getRoofTypeDisplayName to include all new tag types

Customer feedback addressed:
- Tag type cleanup and proper Danish names
- Removed komplekst tag option
- Removed manual save button
2025-11-05 07:43:02 +00:00
alexpolo1
a3badedb2c docs: Add comprehensive integration documentation 2025-10-31 21:20:48 +00:00
alexpolo1
80632c996b feat: Complete Ordrestyring GraphQL integration with automatic offer creation
FEATURES IMPLEMENTED:
 Full GraphQL integration with Ordrestyring API
 Automatic offer creation from Tilbudsgiveren quotes
 Customer management (find existing or create new)
 Task/Opgave management with full quote description
 Material lines (tilbudslinjer) with pricing
 Internal notes in bemærkninger field
 Department assignment (Tømrer = ID 2)
 Status management (Tilbudsgiver Oprettet Tilbud)

KEY COMPONENTS:

1. OrdrestyringQuoteService (backend/src/services/ordrestyringQuoteService.js)
   - generateDetailedQuoteDescription(): Creates formatted quote text
   - findOrCreateCustomer(): Handles customer, contact, delivery address
   - createOfferLines(): Updates default task & adds material lines
   - sendQuoteToOrdrestyring(): Main orchestration method
   - getOfferWithTasks(): Query offers with task details

2. Smart Task Management:
   - Finds and updates existing default 'Opgave 1' task
   - Renames to 'Tilbudsgivertekst' for clarity
   - Adds full 2000+ character quote description
   - Creates material lines under the task
   - Fallback: Creates new task if none exists

3. GraphQL Mutations & Queries:
   - createOffer: Creates offer with customer, status, department
   - updateOfferTask: Updates existing task with description
   - createOfferTask: Fallback for new task creation
   - createOfferLine: Adds material lines with pricing
   - Proper error handling and logging throughout

4. Database Integration:
   - Migration: add_ordrestyring_columns.sql
   - Tracks ordrestyring_offer_id, ordrestyring_offer_number
   - Status synchronization with ordrestyring_status
   - Timestamp tracking with ordrestyring_sent_at

5. Route Updates (backend/routes/ordrestyring.js):
   - POST /api/ordrestyring/send-quote-graphql
   - Optional customerId parameter (uses existing or creates new)
   - Validation for projectId and calculationId
   - Returns complete offer details

TECHNICAL HIGHLIGHTS:

• GraphQL Client: graphql-request v7.3.1
• API Endpoint: https://graphql.ordrestyring.dk/graphql
• Authentication: Bearer token in headers
• Error Handling: Graceful fallbacks, detailed logging
• Field Discovery: Used introspection to find correct types
  - UpdateOfferTaskInput (not OfferTaskInput)
  - Task fields: header & text (not name & description)
  - productNumber required for offer lines

TESTING:

• Test scripts: test_roesevangen_ordrestyring.py
• Verification: test_check_offer.js
• Live testing with Project 22 (Røsevangen 44)
• Confirmed: Single task with full description
• Confirmed: 10 material lines with correct pricing
• Confirmed: Department, status, and internal notes working

RESULT:
Complete end-to-end integration from Tilbudsgiveren → Ordrestyring
- Creates professional offers with all data
- Single 'Tilbudsgivertekst' task (not duplicate Opgave 1)
- Full quote description visible in task
- Material lines with quantities and prices
- Ready for production use

Co-authored-by: AI Assistant <copilot@github.com>
2025-10-31 21:19:00 +00:00
alexpolo1
4dbaf3e950 Add final version of TØMRER SMART PACKAGES and cleanup for v2
- Created a comprehensive SQL migration script for TØMRER SMART PACKAGES, including detailed material packages, tasks, and calculations for various roofing tasks.
- Implemented a cleanup process to remove existing test packages related to 'Tagrende' and 'Nedløb' before inserting new data.
- Structured the material packages to include specific materials, quantities, and pricing, ensuring accurate calculations for installation tasks.
- Added detailed task descriptions and estimated hours for each package to enhance clarity and usability for users.
- Included completion checks to verify the successful creation of packages, tasks, and materials.
2025-10-30 19:23:15 +00:00
alexpolo1
f9484eff3a feat: Enhance project quote generation with hierarchical structure and detailed prompts
- Updated AI prompt in projectQuoteGenerationService.js to include a hierarchical task description format for professional quotes.
- Added critical rules for AI to follow, emphasizing action words and specific material descriptions.
- Created comprehensive documentation for the updated quote system, including examples and guidelines for AI prompts.
- Developed a new layout template for quotes to improve readability and professionalism.
- Established a detailed guide on professional quote structure based on Mikael Holck's standards.
2025-10-30 18:58:22 +00:00
alexpolo1
4a372d2e28 clean up 2025-10-30 18:28:58 +00:00
alexpolo1
2186362e3c Implement Bygma PDF Scraper, Custom Task Creation, Customer Search, and Manual Retrieval Features
- Added `scrape_fixed_v2.py` for scraping installation manuals from Bygma using Playwright.
- Created `test-custom-task.js` to test custom task creation in the smart packages API.
- Developed `test-customer-search.html` for testing customer search functionality with auto-fill capabilities.
- Implemented `test-manuals.html` for testing the retrieval and display of installation manuals.
- Added SQL script `test_project_21_materials.sql` to insert test materials for project 21 and check for manual availability.
2025-10-30 18:04:41 +00:00
alexpolo1
8a44b44770 feat: Add Ordrestyring report integration and profit margin analysis documentation 2025-10-26 08:59:27 +00:00