Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fee module not showing the paid amount #15129

Closed
rknroot opened this issue Aug 12, 2018 · 3 comments
Closed

Fee module not showing the paid amount #15129

rknroot opened this issue Aug 12, 2018 · 3 comments
Assignees

Comments

@rknroot
Copy link

rknroot commented Aug 12, 2018

In Education, Fee module not showing the paid amount after making payment. It only shows the Total amount and the outstanding amount.
image

@scmmishra
Copy link
Contributor

Check fees.js and fees.py

A similar function is required

calculate_total_amount: function(frm) {
		var grand_total = 0;
		for(var i=0;i<frm.doc.components.length;i++) {
			grand_total += frm.doc.components[i].amount;
		}
		frm.set_value("grand_total", grand_total);
	}

@crescent28
Copy link
Contributor

crescent28 commented Nov 2, 2018

Still, the issue persists.
fees payment

@ernestofosu05
Copy link

This problem is still not fixed.
Is there any reason why it was closed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants