aerele / bank_api_integration

Frappe application to achieve Bank API integration
GNU General Public License v3.0
53 stars 39 forks source link

Refactoring and fixes #3

Closed KaviyaPeriyasamy closed 3 years ago

KaviyaPeriyasamy commented 3 years ago

This PR updates below functionality,

  1. Remove settings doctype, v12 bank reconciliation page changes
  2. Restructure bank API integration doctype
  3. Added password security
  4. UTR number field added
  5. Dynamic set query to company bank account field
  6. Update transaction summary dashboard
  7. Hook to update transaction status
  8. Txn type mapping
  9. Update child table status on change of OBP
  10. BOBP Status update
  11. Password, OTP Dialogs
  12. Patches - To create defaults
  13. Restrict field conditions - OTP, is_otp_verified fields
  14. Transaction status API, log functions moved to bank API integration py file
  15. Workflow conditions altered
  16. Core permissions added
  17. Readme updated
  18. License Updated