Skip to content

Allow users to undo/rollback a complete import batch #89

@letehaha

Description

@letehaha

Allow users to undo/rollback a complete import batch.

Implementation details

  • Use batchId stored in externalData.importDetails to identify all transactions from an import
  • Add endpoint: DELETE /api/v1/import/batch/{batchId} to delete all transactions with matching batchId
  • Show confirmation with count of transactions to be deleted
  • Recalculate account balances after deletion

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions