Details
-
Type:
Bug
-
Status: Done/Fixed
-
Priority:
Trivial
-
Resolution: Won't Fix
-
Affects Version/s: 4.3.3
-
Fix Version/s: 4.4.0
-
Component/s: CiviContribute
-
Labels:None
Description
The aim is to use the existing batch feature for the sepa dd. We will not use a UI to select the contributions to add to a batch, but automatically do it (initial idea is to create the new monthly contribution and add it directly to the next month batch while we are processing the current batch of contribution for the month)
Sepa needs to have different batches for initial contributions and "normal" recurring ones that already have been processed at least once.
Through various discussions with Joe and testing, it seems we can mostly re-use the batch and create new batch types for our need.
X+
P.S. I've edited the issue after quite a few comments, the initial question was about the UI but drifted until it reached this question as edited
The export was designed to include fields that we expected would be useful for accounting packages. civicrm_batch was originally put together for data entry of contribution and membership batches, then expanded to support financial batch export. We have not provided facilities for customizing the fields.
What fields were you needing, and what is the use case? Maybe update the Issue name with the use case??
If you need to override, the fields for the downloads are defined in CRM/Financial/BAO/ExportFormat/CSV.php and CRM/Financial/BAO/ExportFormat/IIF.php.