tractatus/src/services
TheFlow de0b117516 feat: add multi-currency support and privacy policy to Koha system
Multi-Currency Implementation:
- Add currency configuration with 10 supported currencies (NZD, USD, EUR, GBP, AUD, CAD, JPY, CHF, SGD, HKD)
- Create client-side and server-side currency utilities for conversion and formatting
- Implement currency selector UI component with auto-detection and localStorage persistence
- Update Donation model to store multi-currency transactions with NZD equivalents
- Update Koha service to handle currency conversion and exchange rate tracking
- Update donation form UI to display prices in selected currency
- Update transparency dashboard to show donations with currency indicators
- Update Stripe setup documentation with currency_options configuration guide

Privacy Policy:
- Create comprehensive privacy policy page (GDPR compliant)
- Add shared footer component with privacy policy link
- Update all Koha pages with footer component

Technical Details:
- Exchange rates stored at donation time for historical accuracy
- All donations tracked in both original currency and NZD for transparency
- Base currency: NZD (New Zealand Dollar)
- Uses Stripe currency_options for monthly subscriptions
- Dynamic currency for one-time donations

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-08 15:17:23 +13:00
..
BoundaryEnforcer.service.js legal: add Apache 2.0 copyright headers and NOTICE file 2025-10-08 00:03:12 +13:00
ClaudeAPI.service.js feat: fix documentation system - cards, PDFs, TOC, and navigation 2025-10-07 22:51:55 +13:00
ContextPressureMonitor.service.js legal: add Apache 2.0 copyright headers and NOTICE file 2025-10-08 00:03:12 +13:00
CrossReferenceValidator.service.js legal: add Apache 2.0 copyright headers and NOTICE file 2025-10-08 00:03:12 +13:00
index.js feat: implement Tractatus governance framework - core AI safety services 2025-10-07 00:51:57 +13:00
InstructionPersistenceClassifier.service.js legal: add Apache 2.0 copyright headers and NOTICE file 2025-10-08 00:03:12 +13:00
koha.service.js feat: add multi-currency support and privacy policy to Koha system 2025-10-08 15:17:23 +13:00
MetacognitiveVerifier.service.js legal: add Apache 2.0 copyright headers and NOTICE file 2025-10-08 00:03:12 +13:00