Skip to content

Implement subscription bulk export for accounting systems #207

@Smartdevs17

Description

@Smartdevs17

Implement subscription bulk export for accounting systems

Description

Context: Merchants need to export subscription data for external accounting systems (QuickBooks, Xero).

Current Limitation: No accounting system integration exists.

Expected Outcome: Implement export to major accounting platforms.

Acceptance Criteria

  • Implement AccountingExport: format, mapping, schedule
  • Add QuickBooks export format
  • Add Xero export format
  • Support custom field mapping
  • Implement scheduled export
  • Add export history tracking
  • Create React Native export UI

Technical Scope

Files Likely Affected:

  • app/services/accountingExport.ts - New export service
  • app/screens/AccountingExportScreen.tsx

APIs/Contracts Involved:

  • export_to_accounting(merchant_id: MerchantId, format: AccountingFormat) -> ExportResult
  • schedule_export(config: ExportSchedule)

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave programenhancementNew feature or requestfeatureNew feature request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions