-
Notifications
You must be signed in to change notification settings - Fork 34
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
Adding child table payment Details #130 #133
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe try creating a table field in Cases and link it to Payment Details
changemakers/frappe_changemakers/doctype/payment_details/payment_details.json
Outdated
Show resolved
Hide resolved
changemakers/frappe_changemakers/doctype/payment_details/payment_details.json
Outdated
Show resolved
Hide resolved
changemakers/frappe_changemakers/doctype/payment_details/payment_details.json
Outdated
Show resolved
Hide resolved
changemakers/frappe_changemakers/doctype/payment_type/payment_type.json
Outdated
Show resolved
Hide resolved
Changes done |
Merge pull request frappe#133 from maniamartial/develop
Oh no, you didn't put the table in Case doctype? @maniamartial And also no total amount field, but you are still trying to access it through code 🤦🏼 P.S. Got deployed to prod 🤣 |
Maybe you didn't go in development mode, this changes were not there in case.json file. |
Fixed here: 3899606 |
I didn't check it on my local, should have done that. Thanks for the contribution btw! |
Sure, I am 2 months old in frappe and ERPNext dev, I hope to contribute more |
Created a child table "payment details".
Also created a field total amount which gets the sum of amount before save
Issue #130