Project60 / org.project60.banking

CiviCRM banking extension
18 stars 35 forks source link

Add APIv4 CRUD actions #425

Closed mflandorfer closed 3 weeks ago

mflandorfer commented 1 month ago

This will create generic APIv4 classes for all banking entities and update existing DAO classes as a result of civix generate:entity-boilerplate.

jensschuppe commented 1 month ago

Though BankAccount and BankAccountReference will be migrated to https://lab.civicrm.org/extensions/bank_account, I think having a last version of CiviBanking with them included (and thus having API4 entities for them) won't do any harm.

MarcMichalsky commented 1 month ago

Works great! Thanks @mflandorfer and @pfigel for implementing it!