You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for contribution/expenditure import to models.
Report model should have class methods to import Contribution and Expenditure records. Suggest making the methods return an array of entity models. Also suggest a :dry_run option to inhibit database save, to allow validation of upload.
The Contribution and Expenditure models should have class methods to create a new entity from an import row.
The text was updated successfully, but these errors were encountered:
Add support for contribution/expenditure import to models.
Report model should have class methods to import Contribution and Expenditure records. Suggest making the methods return an array of entity models. Also suggest a :dry_run option to inhibit database save, to allow validation of upload.
The Contribution and Expenditure models should have class methods to create a new entity from an import row.
The text was updated successfully, but these errors were encountered: