[
https://issues.apache.org/jira/browse/OFBIZ-2445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708414#action_12708414
]
Pranay Pandey commented on OFBIZ-2445:
--------------------------------------
Thanks Vivek,
Here are few comments for your patch:
1)
{code}
import org.ofbiz.accounting.payment.*;
{code}
Can be improved in BillingAccounts.groovy
2)
{code}
<property key="PartyBillingAccountInformation">
<value xml:lang="en">Party Billing Account Information</value>
</property>
{code}
Should be
{code}
<property key="PartyBillingAccountInformation">
<value xml:lang="en">Billing Account Information</value>
</property>
{code}
3)
{code}
<property key="ReturnHeaderInformation">
<value xml:lang="en">Retrun Header Information</value>
</property>
{code}
should be:
{code}
<property key="PartyReturnHeaderInformation">
<value xml:lang="en">Retrun Header Information</value>
</property>
{code}
> Show Billing Account Info on the Party Profile
> ----------------------------------------------
>
> Key: OFBIZ-2445
> URL: https://issues.apache.org/jira/browse/OFBIZ-2445
> Project: OFBiz
> Issue Type: Improvement
> Components: party
> Affects Versions: SVN trunk
> Reporter: Pranay Pandey
> Fix For: SVN trunk
>
> Attachments: OFBIZ-2445.patch, ShowBillingAccountOnPartymgr.patch,
> ShowBillingAccountOnPartymgr.patch
>
>
> Show Billing Account Info and returns as well to show outstanding returns on
> the Party Profile
> There is a Financial History ("Fin. History") tab on the profile in the Party
> Manager but it only contains information about invoice and payments. Add
> information about Billing Account(s) and available credit on this page. Add
> section about returns as well to show outstanding returns with status.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.