FINERACT-1289: Taxes on Loan charges#5780
FINERACT-1289: Taxes on Loan charges#5780alberto-art3ch wants to merge 1 commit intoapache:developfrom
Conversation
a073ab8 to
ee29805
Compare
|
@alberto-art3ch It seems GA check is giving error prone issue on fineract-tax:compileTestJava can you please check. While i tried to look at the ticket. Can you confirm me the tax bifurcation logic. Asking based on usecase perspective while on ticket i tried to cross-check I cannot seem to understand how tax logic should be calculated not much relevant data i can find. |
|
ee29805 to
dbe72e1
Compare
I've reviewed the compilation issue in the fineract-tax Test part and solved. Thanks. About the bifurcation logic about the Taxes in the Loan Charges is: If you have a Loan Charge with 100.00 as amount and you have a Tax of 15% in this case, the client pays the same 100.00 but internally (in the accounting) you will have three Journal Entries:
The Tax liability account is taken from Tax Component definition, and obviously it is linked to the Charge using the Tax Group We are trying to follow a similar approach that we have in the Savings, so we are creating entities to have the detail about which Taxes (if apply) are being paying on the repayment transactions Please let me know any comment or doubt |
Yes, can you tell me is there any way user can check how much tax he has paid till now. It will be better for compliance. While I also want to make sure that tax bifurcation is also documented on ticket too. |
To start, in the Loan Charge entity there is a new field that will store the Tax Amount (sum of all the different Taxes applied) of this Loan Charge. In resume the data is already there, one way to know (as other ones) is with a report, or maybe we can extend the Loan Charge api details to have that data |
Need to ask Bharat and other PMC member for this. Thanks for explaining. I just want to make sure these things are documented properly. |
Description
There was an issue with the Tax attached to the loan charge is not getting affected at the loan/accounting level. Tthe tax bifurcation was not happening
FINERACT-1289
Checklist
Please make sure these boxes are checked before submitting your pull request - thanks!
Your assigned reviewer(s) will follow our guidelines for code reviews.