Commit Graph

134 Commits

Author SHA1 Message Date
alexpolo1
e5f92ec037 Fix materialoversigt til at tælle både Bygma (54544) og STARK (5) = 54549 total 2025-11-26 13:49:16 +00:00
alexpolo1
ddc005280d feat(tests): Implement comprehensive Stark import tests using Playwright, Selenium, and integration scripts
- Added Playwright tests for the Stark import system covering navigation, modal interactions, CSV uploads, and database verification.
- Developed Selenium tests to validate the complete workflow of Stark material imports, including API checks and project creation.
- Created a JavaScript test suite for Stark imports using Selenium WebDriver.
- Introduced integration tests to verify database connections, table existence, and API endpoint availability.
- Enhanced test scripts with detailed logging and error handling for better traceability.
- Ensured cleanup of temporary files and resources after tests execution.
2025-11-26 13:28:40 +00:00
alexpolo1
eb03213f16 oprydning 2025-11-26 12:36:27 +00:00
alexpolo1
c5c5a70643 tests1 2025-11-24 23:08:04 +00:00
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
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
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
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
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
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
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
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
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
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
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
d4d3eb3d00 feat: Implement Bygma Prisbog import script to handle CSV import of 54,558 products
feat: Create Python script to scrape 10 installation manuals from Bygma, focusing on construction materials

feat: Develop script to scrape installation manual from Bygma by VareNr, including AI analysis and database storage

feat: Add script to scrape Swedoor Snap-In Karmsat installation manual using product name from URL

chore: Create start script for PM2 to manage services with correct node path

test: Add comprehensive test script for quote generation and PDF endpoints

test: Implement CSV parser tests to verify product presence and data integrity

test: Create readline test script to efficiently read and search for product in CSV
2025-10-26 08:15:46 +00:00
alexpolo1
dc4a470a58 feat: Implementere erfaringsbaserede SmartPackages med varenumre og geometri-beregning
- Oprettet create-packages-simple.js til at generere SmartPackages med detaljerede materialelister og installationstider.
- Oprettet create-packages-v3.js som en minimal version til oprettelse af basis erfaringspakker.
- Tilføjet test-markup-sliders.js for at teste markup sliders for materialer og final review.
- Implementeret test-package-calculation.js til at teste geometri-beregninger for SmartPackages.
- Oprettet test-stern-til-kip-formula.js for at validere brugen af stern_til_kip variabel i formler.
- Tilføjet test-stern-to-ridge-height.js for at sikre korrekt gemning af højde stern til kip i databasen.
2025-10-25 04:52:26 +00:00
alexpolo1
9f7ff8456b Refactor Smart Package Management Service and Frontend Components
- Removed `package_type` from the Smart Package creation process in the backend.
- Updated SQL queries and data handling in `smartPackageManagementService.js` to reflect the removal of `package_type`.
- Simplified the Smart Package form component by removing unnecessary navigation hooks and parameters.
- Adjusted the Smart Packages main component to handle editing and creating packages without direct navigation.
- Enhanced the Smart Packages menu to use callback functions for section changes instead of routing.
- Implemented a new script to create Smart Packages from Ordrestyring cases, including detailed logging and error handling.
- Added a test script to explore cases from Ordrestyring, providing insights into available cases and their details.
- Updated last_sync_status.json with new sync data.
2025-10-24 07:45:19 +00:00
alexpolo1
a632107999 feat: Migrate planning calendar endpoint to GraphQL and remove deprecated services
- Updated `/api/planning/calendar` to use GraphQL for fetching hours data.
- Removed deprecated calendar sync service files.
- Adjusted employee fetching logic to utilize GraphQL for active employees.
- Cleaned up and refactored related code for better maintainability.
- Added comprehensive tests for migration and cleanup, ensuring all endpoints function correctly.
- Documented migration status and test results in KALENDER_CLEANUP_COMPLETE.md.
2025-10-23 22:21:37 +00:00
alexpolo1
1d96d69a58 feat(graphql): Implement comprehensive GraphQL queries for hours, hour types, and business hours
feat(graphql): Create a GraphQL client for improved API interaction and error handling

chore(deprecated): Disable deprecated REST endpoints and notify users of changes

feat(mapping): Develop a script to map Bygma products to categories based on varegrp codes

chore(lock): Update lock file for ordrestyring comprehensive sync

test(graphql): Add tests for new GraphQL endpoints and identify unused code

test(migration): Complete migration tests for GraphQL endpoints and cleanup

test(calendar): Implement tests for calendar and hours GraphQL integration

test(offer): Create tests for GraphQL offer creation endpoint

test(work-breakdown): Add tests for work breakdown and case details endpoints
2025-10-23 22:01:33 +00:00
alexpolo1
a0c5beb738 feat: new bygma webpage crawler, and graphql api full feature set to replace api v2 2025-10-23 13:22:30 +00:00
alexpolo1
0a44cb0ab3 feat: Add API endpoints for fetching tasks and package categories, enhance routing and logging in SmartPackages 2025-10-22 21:25:56 +00:00
alexpolo1
2d7218d67e feat: Implement TaskDialog component for managing tasks in smart packages
- Added TaskDialog component with functionality to create and edit tasks.
- Integrated form validation and error handling for task inputs.
- Implemented step management within tasks, including adding and deleting steps.
- Styled TaskDialog with CSS for improved user experience.

feat: Create SmartPackagesRoutes for navigation and routing

- Established routing for smart packages, including create and edit functionalities.
- Added loading state management for better user feedback during data fetching.
- Integrated SmartPackagesMenu for navigation within the smart packages section.

feat: Add utility functions for formatting data

- Implemented formatting utilities for currency, time, date, and percentages.
- Ensured consistent formatting across the application for better readability.

chore: Update database schema for smart packages

- Extended material_packages table with new fields for estimated hours, hourly rate, and difficulty level.
- Created smart_package_tasks and smart_package_steps tables for task management.
- Added foreign key relationships and indexes for improved database performance.

test: Add API tests for smart packages functionality

- Created test suite for validating smart packages API endpoints.
- Included tests for CRUD operations on smart packages and retrieval of categories and types.
2025-10-22 19:29:21 +00:00
alexpolo1
4a018d7862 fix: Complete codebase audit - 100% API test coverage with all errors fixed
 Fixes implemented:
- Fixed all 6 failing API endpoints (Bygma imports, prices, stats, orders, status-summary, analytics/materials)
- Disabled non-functional sync services (CalendarSync, Materials sync from Ordrestyring API)
- Removed duplicate PUT/DELETE /api/pricing/materials/:id endpoints
- Updated scrape_and_analyze_bygma.py to use service user from .env file
- Fixed analytics/materials query to use project_materials table with denormalized schema

📊 Test results:
- Created comprehensive-api-test.js testing 46 critical endpoints
- Success rate: 100% (46/46 passing)
- All Bygma endpoints working with direct SQL queries
- Orders endpoints protected with API key guards
- No more CalendarSync/Materials sync errors in logs

🗃️ Database schema discoveries:
- project_materials uses material_name (TEXT) not material_id (FK)
- material_prices has is_active not is_current
- bygma_import_log uses import_batch_id not batch_id
- All queries updated to match actual schema
2025-10-21 06:33:28 +00:00
alexpolo1
8727535808 feat: Add installation manual viewer in MaterialsManager
- Added API endpoint /api/customer/installation-manual/search
- Added installation manual button to each material in the list
- Created modal to display installation steps, tools, safety requirements
- Added CSS styling for modal with gradient header and step-by-step view
- Integrated with existing Bygma scraper data in database
- Shows time estimates, weather conditions, and key points
- Mobile-responsive design with smooth animations
2025-10-20 10:34:44 +00:00
alexpolo1
0a2c02b51b feat: Implement task categorization service with fuzzy matching and caching
- Added TaskCategorizationService to categorize tasks based on keywords in descriptions.
- Implemented fuzzy matching using Levenshtein distance for better keyword matching.
- Introduced caching for categories and keywords to optimize database queries.
- Added methods for categorizing individual tasks and batch processing for project tasks.
- Created SQL migration scripts for task_categories and category_keywords tables.
- Included default categories and keywords for initial setup.
- Enhanced project_tasks table with new columns for categorization data.
- Added statistics export functionality for category performance analysis.
2025-10-20 09:05:59 +00:00
alexpolo1
72ebbc39d8 feat: Implement intelligent task estimation feature with backend service, API endpoint, and frontend integration
- Added ProjectExperienceService to calculate similar projects and scale hours based on area.
- Created API endpoint for fetching similar project experiences.
- Developed frontend components for automatic data fetching and displaying intelligent task estimates.
- Updated build and test scripts to include new features and ensure functionality.
- Added tests for the Experience API to validate responses and data integrity.
2025-10-15 13:07:13 +00:00
alexpolo1
6c9c5dd9db feat: Enhance calendar functionality with improved data retrieval and filtering options 2025-10-15 11:30:10 +00:00
alexpolo1
ea5394b0b6 feat: calender impprovements , carptender database 2025-10-15 09:57:16 +00:00
alexpolo1
1d79f4710d feat: Implement comprehensive analytics population and data synchronization
- Added SimpleAnalyticsPopulator class for populating project, employee, customer analytics, and daily metrics.
- Integrated MySQL database connections for tilbudgivern and ordrestyring_local databases.
- Developed sync_ordrestyring_data_old.sh script for comprehensive data synchronization from Ordrestyring API.
- Created test scripts for analytics API and services to validate functionality and data integrity.
- Introduced FixedHistoricalQuoteCalculator and HistoricalQuoteCalculator for generating quotes based on historical data.
- Implemented vary-profit-margins.js to introduce variability in profit margins based on project size and customer type.
2025-10-14 13:06:02 +00:00
alexpolo1
63c38c8cd3 feat: Implement quote creation in ordrestyring system with simulated response and logging 2025-10-14 06:10:47 +00:00
alexpolo1
d83571b669 Refactor code structure for improved readability and maintainability 2025-10-10 22:10:47 +00:00
alexpolo1
c571105a31 🚀 Major System Enhancement: Complete Smart Package System & Production Ready
 New Features:
- Complete Smart Package System with 6 B7 package types
- Enhanced geometry validation with ridgeHeight support
- Automatic material quantity calculations (2.13 plates/m², 2.17m batten/m²)
- Intelligent labor hour calculations (580 DKK/hour)
- Total price calculations with VAT (realistic 800 DKK/m² for B7 roofs)

🔧 Backend Improvements:
- Enhanced PackageService with real Bygma material integration
- Improved CustomerProjects API with package management
- ProjectMaterialService with advanced calculations
- Ridge height validation (0.5-8.0m range)

🎨 Frontend Enhancements:
- Enhanced geometry input component with validation
- Improved SmartPackage components with better UX
- Real-time package selection and pricing display

📦 Deployment & Operations:
- Complete database migration scripts
- Nginx configurations for production deployment
- Build and test automation scripts
- Implementation progress documentation

🧪 System Verification:
- Full end-to-end workflow testing completed
- All calculations validated with realistic pricing
- 165m² B7 project: 132,770 DKK total (competitive market rate)
- Ready for production carpenter use!
2025-10-10 19:39:55 +00:00