Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Reconcile Payments in background #34596

Merged
merged 63 commits into from
Apr 22, 2023

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    9851358 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67dcd44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e7e392 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    05f25a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    767cda1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9649b6b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4e945d4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5cd97cf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a6d7eff View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e92cc2d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8c7a20a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8e2c7bc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    01038a4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a2fb9bd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c50aa38 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a4d3d7b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b17486d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0c022ca View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    025ab20 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9d23c30 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3d9733f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6a4f1ef View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    457128c View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    c65695c View commit details
    Browse the repository at this point in the history
  25. chore: fix field name

    ruthra-kumar committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    9afb2e8 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    898c198 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    da46565 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    ec2914b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    c4f151b View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    1c21c7d View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    ea74670 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    569a1f3 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    b9b4faf View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    1ee0c7b View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    bace8f8 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    0aa87ee View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    187291e View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    32c554d View commit details
    Browse the repository at this point in the history
  39. refactor: use raw db calls to fetch reconciliation log records

    Using get_doc on `Process Payment Reconciliation Log` is costly when
    handling large volumes of invoices.
    
    Use raw frappe.db.get_all to selectively pull status and reconciled count
    ruthra-kumar committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    676f0c1 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    cf2ac29 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    c5629c2 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    ded7b73 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    da13782 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    385f0af View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    9fb4509 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    62a6ca4 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    f23ac7a View commit details
    Browse the repository at this point in the history
  48. chore: pause button

    ruthra-kumar committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    5c2f26d View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    ddc699d View commit details
    Browse the repository at this point in the history
  50. refactor: split reconcile function and skip a setter function

    1. Split reconcile function into 2
    2. While reconciling against payment entry, skip a
    set_missing_ref_details setter method
    ruthra-kumar committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    7250772 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    b729714 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    6b8b6f8 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    4047494 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    0b8d0bd View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    170c63b View commit details
    Browse the repository at this point in the history
  56. chore: rename skip flag

    ruthra-kumar committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    0b930e0 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    dfecf49 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    0c4cd7c View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    81e57ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d73e92 View commit details
    Browse the repository at this point in the history
  3. chore: update error msg

    ruthra-kumar committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    68f2e0d View commit details
    Browse the repository at this point in the history
  4. refactor: start and pause integrated into status

    pause checkbox has been removed
    ruthra-kumar committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    b46aa3e View commit details
    Browse the repository at this point in the history
  5. refactor: added cancelled status to the log doctype

    1. Moved the status section to the bottom in parent doc
    2. Using alerts to indicate Job trigger status
    ruthra-kumar committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    f99d479 View commit details
    Browse the repository at this point in the history