ALGA PSA v. 0.7.0 RELEASE NOTES
View on Github: https://github.com/Nine-Minds/alga-psa/releases/tag/v0.7.0
๐ New Features & Enhancements
๐ณ Billing System Improvements
Plan Bundles: Introduced Plan Bundles, allowing companies to manage groups of billing plans as a single entity ๐ฆ
New database schema and UI components for bundle management.
Enhanced invoice generation to support bundle-based billing.
Reporting and metrics for bundle tracking.
Billing Method Separation: Restructured service catalog with new 'billing_method' field to improve clarity and flexibility ๐งฉ
Multiple Billing Plan Disambiguation: Implemented a system to resolve conflicts when a service is eligible under bucket billing plans, ensuring proper charge calculations ๐ง
Service-Specific Configuration for Billing Plans: Expanded the billing system to support tiered pricing and granular service configurations, improving pricing flexibility ๐
Billing Dashboard Enhancements:
Standardized action columns across billing lists.
Improved service management, discount handling, and UI consistency.
Refactored Billing Plan Configuration UI: Specialized UI components per plan type (Fixed, Usage, Bucket, Hourly) for clarity and maintainability. ๐ฆ
Configurable Service Types: Service types can now be managed dynamically instead of being hardcoded, providing greater flexibility for different tenants. ๐
Enhanced Fixed Plan Configuration: Introduced dedicated base_rate field and specialized components for fixed plan management ๐ฒ
Improved error handling: When attempting to delete billing plans ๐บ
Data Management Optimization
Task Data Loading: Optimized loading for kanban board and task dialogs with lazy loading for ticket links and resource data โก
Database Performance: Improved PgBouncer settings for better connection handling and query performance ๐
Billing Dashboard Fixes: Resolved multiple UI and functionality issues across all billing dashboard tabs ๐ ๏ธ
Form and Input Improvements
Dynamic Field Validation: Added '*' indicators to required fields with helper text and improved validation timing ๐
Enhanced Dropdown Behavior: Implemented event.stopPropagation() throughout components to prevent parent handlers from interfering ๐ฑ๏ธ
Improved Error Handling: Added robust error handling for malformed content and edge cases in rich text components ๐ก๏ธ
Rich Text and Markdown Support
Centralized BlockNote to Markdown Conversion: Robust conversion utility with support for styled text, various block types, and complex formatting ๐
Enhanced Comment Handling: Added explicit markdown content extraction and storage for all comments with comprehensive error handling ๐ฌ
Improved Rich Text Editor: Enhanced JSON parsing and empty block removal for better content display ๐
Advanced User Selection System
Unified UserPicker Component: Standardized user selection interface across the application with consistent styling and behavior ๐ค
Intelligent Dropdown Positioning: Dynamic positioning that adjusts based on available viewport space for better usability ๐ฑ
Enhanced Role-Based Filtering: Modified components to fetch and utilize user roles data for contextual filtering ๐
Enhanced Contact Management
Avatar Support in ContactPicker: Integrated visual identification with consistent name parsing for better user recognition ๐งโ๐ผ
Improved Contact Selection: Refactored to use ContactPicker component consistently across forms with better inactive contact distinction ๐ฅ
Enhanced Search Functionality: Added robust search capability with keyboard navigation in contact selection interfaces ๐
User Interface Enhancements
Drawer Component Consistency: Improved drawer behavior with conditional rendering of close buttons to prevent duplicates ๐ช
Standardized Billing Lists: Implemented consistent action columns and row-click edit functionality across all billing tables ๐
Billing Submenu: Added dedicated submenu for each billing tab for improved navigation ๐งญ
Activity Components: Enhanced activity aggregation queries to include status name and color for better visual distinction ๐จ
Ticket UI Spacing: Tightened up spacing in ticket components for better visual hierarchy and organization ๐
Billing System Refinements
Discount Calculation: Fixed calculation issues and improved field editing in ManualInvoices component ๐ฐ
Invoice Number Field: Moved to top position and fixed editing capabilities for manual invoices ๐ข
Line Item Terminology: Renamed "collapse" to "Add" and "Add Line Item" to "Add Charge" for clarity ๐
๐ Bug Fixes
Fixed deletion constraint handling with plan services to prevent database errors when removing plans ๐๏ธ
Ensured new plans auto-navigate to edit mode for better user experience ๐งญ
Fixed missing back button navigation on plan details screen ๐
Corrected label and data source for "Applicable Services" list in plan configurations ๐ท๏ธ
Resolved incorrect division/handling of rates in Hourly plan service configuration ๐งฎ
Fixed inconsistent edit behavior on the billing plan list for better navigation ๐ฑ๏ธ
Prevented immediate database errors when saving Usage and Bucket plans ๐พ
Fixed SQL error in the Credits tab and improved UI navigation ๐
Fixed edit time period setup dialog for better configuration management โฐ
Resolved PgBouncer configuration issues with prebuilt Docker compose setup ๐ณ
Fixed saving functionality for new project tasks ๐
Improved task deletion by validating time entries before removal. ๐งพ
Fixed leftJoin syntax in task queries.๐
Corrected compilation errors in build process ๐ง
Fixed ticket routing path to include /msp/ prefix for consistent navigation ๐
Added onClose prop to Ticket Details for proper drawer integration. ๐
Hid back/cancel buttons when in drawer context. ๐
Fixed React dependency warnings in the TimeSheet component. ๐