Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • kresus kresus
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 147
    • Issues 147
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • kresusapp
  • kresuskresus
  • Merge requests
  • !1463

Use bank's real balance instead of initialBalance + sum of transactions

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Nicolas Frandeboeuf requested to merge nicofrand/kresus:balance into main Feb 02, 2022
  • Overview 29
  • Commits 10
  • Pipelines 13
  • Changes 20
  • See the real balance for a real bank account (tested locally, not everyday in production)
  • Resync transactions without breaking the balance for a real bank account
  • Adding a future transaction, counting in ongoing balance for a real bank account
  • Adding a past transaction, not modifying the balance for a real bank account
  • Manual bank accounts should return the transactions sum as balance
  • Add migration to remove balance from manual accounts
  • Update the balance client-side for transaction creation on manual bank accounts
  • Update the balance client-side for transaction deletion on manual bank accounts
  • Update the balance client-side after transactions merge
  • Demo bank accounts should return the transactions sum as balance
  • Add migration to remove balance from Demo accounts
  • Use current balance instead of initial balance for balance charts

Fix #1152 (closed) Fix #781 (closed)

Edited Feb 11, 2022 by Nicolas Frandeboeuf
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: balance