Skip to content

feat: implement ASC 606 revenue recognition and SLA enforcement dashboard (#543 #544)#688

Merged
Ebuka321 merged 2 commits into
Smartdevs17:mainfrom
icentedward76-sketch:feat/issues-543-544-revenue-recognition-sla-dashboard
Jun 27, 2026
Merged

feat: implement ASC 606 revenue recognition and SLA enforcement dashboard (#543 #544)#688
Ebuka321 merged 2 commits into
Smartdevs17:mainfrom
icentedward76-sketch:feat/issues-543-544-revenue-recognition-sla-dashboard

Conversation

@icentedward76-sketch

Copy link
Copy Markdown
Contributor

Issue #543 - Revenue Recognition ASC 606:

  • Add contract modification re-scheduling (upgrade/downgrade) to accountingStore
  • Add early termination with deferred revenue acceleration
  • Add free trial support (zero revenue until trial_conversion)
  • Add RevenueJournalEntry audit trail for all recognition events
  • Add getRevenueWaterfall and exportWaterfall (CSV/JSON) for ERP export
  • Add CSV/JSON export buttons to RevenueReportScreen
  • Add MonthlyRevenueRecognitionJob cron with Prometheus metrics

Issue #544 - SLA Enforcement Dashboard:

  • Add SlaExclusionWindow and creditCap fields to SlaConfig type
  • Add isInExclusionWindow helper in slaService
  • Apply exclusion windows in calculateMerchantStatus (excluded from SLA window)
  • Enforce creditCap in calculateCreditAmount
  • Add creditCap input to SlaDashboard Configure SLA form

Chore:

…oard (Smartdevs17#543 Smartdevs17#544)

Issue Smartdevs17#543 - Revenue Recognition ASC 606:
- Add contract modification re-scheduling (upgrade/downgrade) to accountingStore
- Add early termination with deferred revenue acceleration
- Add free trial support (zero revenue until trial_conversion)
- Add RevenueJournalEntry audit trail for all recognition events
- Add getRevenueWaterfall and exportWaterfall (CSV/JSON) for ERP export
- Add CSV/JSON export buttons to RevenueReportScreen
- Add MonthlyRevenueRecognitionJob cron with Prometheus metrics

Issue Smartdevs17#544 - SLA Enforcement Dashboard:
- Add SlaExclusionWindow and creditCap fields to SlaConfig type
- Add isInExclusionWindow helper in slaService
- Apply exclusion windows in calculateMerchantStatus (excluded from SLA window)
- Enforce creditCap in calculateCreditAmount
- Add creditCap input to SlaDashboard Configure SLA form

Chore:
- Update .gitignore: exclude test_snapshots, generated txt/json files
@drips-wave

drips-wave Bot commented Jun 26, 2026

Copy link
Copy Markdown

@icentedward76-sketch Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Ebuka321 Ebuka321 merged commit 68d8e0e into Smartdevs17:main Jun 27, 2026
8 of 31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement SLA enforcement dashboard with real-time compliance monitoring Add revenue recognition automation following ASC 606 standards

2 participants