-
-
Notifications
You must be signed in to change notification settings - Fork 189
Need to have a generalized donation receipt that can be customized with the organization's name, EIN, contact info, etc. #119
Comments
Can you give an list of exactly what fields might be needed, or how variable is this stuff likely to be? Maybe it should be possible to add arbitrary fields to the general settings section. |
I think to finish this there needs to be something like:
|
Hello Jspaine Thanks. |
Hey, welcome back! Yeah just that field is fine. |
Hey I did a pull request for the "An EIN field in the general settings" problem, this time I did check the eslint (server an client) to avoid future problems. Thanks. |
Hey I need help; |
Hi, @ronaldblanco I think I found the issue, and added a pull request to fix it. |
Thanks @davycheung, I will be testing it. |
Hello everyone; I am working on the second point of this issue but I am unable to make my tests; what do I need to get my local app sending email so I can test my changes?? Thanks. |
You need a sendgrid account, set up an api key and add it to I'd just add a console.log to the sendEmail function in |
Hello @jspaine and thanks for the advise. Thanks for your help. |
Hey, can someone give me more detailed information about what is wanted in the 4 point? Thanks. |
Was thinking to make it look a bit more receipt like, there could be another table as part of the donation receipt with the organization details and EIN number from general settings. Then, instead of having the EIN field hard coded there could be a settings section for extra receipt related fields, similar to the create donation items fields and household section on the customer application. So by default it would be one field, Name: EIN, Value: whatever, but you could rename it or add other fields appropriate for your country. I'll split that part into those 2 steps if you want to just try one to start. |
OK @jspaine; let me know when the split is ready so I begin with the first step. |
Just meant I'd update the comment at the top with the list of objectives, it's done now. |
I will be working on the 3 point. |
Hey @jspaine, check this pull request and tell me if that is the idea of the 3 point. Thanks. |
Hey @jspaine, could you help me with more info about the 4 point here?? Thanks |
Hey, no it'll still be part of the model. just in an array of receiptFields or something. So you'd define a receiptFieldsSchema like {
name: {
type: String,
required: true
},
value: {
type: String,
required: true
}
} then in the settings schema: ...
receiptFields: [receiptFieldsSchema]
... |
…could be a settings section for extra receipt related fields, similar to the create donation items fields and household section on the customer application
…could be a settings section for extra receipt related fields, similar to the create donation items fields and household section on the customer application
…could be a settings section for extra receipt related fields, similar to the create donation items fields and household section on the customer application
…could be a settings section for extra receipt related fields, similar to the create donation items fields and household section on the customer application
…could be a settings section for extra receipt related fields, similar to the create donation items fields and household section on the customer application
…ettings section for extra receipt related fields, similar to the create donation items fields and household section on the customer application (#261)
No description provided.
The text was updated successfully, but these errors were encountered: