nikpawar89 commented on pull request #1567:
URL: https://github.com/apache/fineract/pull/1567#issuecomment-762413065


   @rrpawar96 This looks fine to me but I would expect report generation to be 
automated. It would be difficult for users to generate report manually, I think 
we should automate it.
   
   We have different options here : 
   1) Create a job, which generates the file and uploads to Credit Bureau.
   2) User triggers the report generation - looks into the report then submits 
to Credit Bureau.
   
   You may have both features  or start with second option, build trust and 
then automate the process.
   
   Let's take step by step approach, let us implement second option and then 
option one should be easy.
   Regarding report generation, You would have to identify the fields in the 
schema to be mapped to fields of the template provided by Credit Bureau.  Also 
consider, the row limitation of file format (or constraints from credit 
bureau), if there is any.
   
   You may also want to take a more generic approach, where in user has the 
ability to create/update mapping, format etc - sky is the limit :)
   
   For now, the upload feature looks good to me. Report generation can be 
worked independently.
   
   
    
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to