frappe / non_profit

Non Profit module for Frappe/ERPNext
GNU General Public License v3.0
35 stars 55 forks source link

web form is not printing + not taking to success url + other small issues #15

Open test2a opened 1 year ago

test2a commented 1 year ago

Information about bug

I created a donation receipt form so that we can automate creation of data entry of receipt issue and entry in erpnext for an NGO.

so far, i found, you cannot create a new donor on a "donation web form" so i have to use a donor web form and then a new donation web form. that is fine, i mean if it works.

i have attached donor form backend and fronend. when i submit the "donor" form, it should take me to donation web form but it is only giving me a success message.

on the donation page which i currently have to manually open, i have selected print but there is no print button or a way to print a receipt. There was an existing issue with print error but here i cannot even see the button.

also, i have selected razorpay on the donation page and i expect that means i can open a new payment link but it is only showing me non-razorpay modes of payment, ie, manual cash or bank or cheque modes and not online payment

Module

non-profit

Version

Screenshot 2022-10-17 at 17-37-18 New Donation - new-donation-1 Screenshot 2022-10-18 at 10-25-42 donation Screenshot 2022-10-18 at 10-26-51 donation - donation Screenshot 2022-10-18 at 10-29-11 donor - donor2

Installation method

FrappeCloud

Relevant log output / Stack trace / Full Error Message.

No response

s-aga-r commented 1 year ago

@test2a May I know which version of ERPNext you are using?

test2a commented 1 year ago

@s-aga-r it is hosted on erpnext.com so i suppose the latest one? is there some link i can open in the UI and check that for you?

s-aga-r commented 1 year ago

@test2a You can get the installed apps list followed by their version/commit-hash by clicking Help > About.

image

test2a commented 1 year ago

@s-aga-r

ERPNext: v13.40.1 (HEAD)

ERPNext Support: v0.0.3 (HEAD)

Frappe Framework: v13.41.6 (HEAD)

test2a commented 1 year ago

@s-aga-r hey.... any updates?