Null Pointer Payment Selection Manual

66 views
Skip to first unread message

Pritesh Shah

unread,
May 29, 2015, 9:34:26 AM5/29/15
to idem...@googlegroups.com
Hello,

In the Payment Selection (Manual), if we remove the date from Payment Date field and click on the refresh button, invoices are displayed and when click on run action button to do the Prepay payment, it throws null pointer exception.

I think we need to add validation on refresh button, if payment date is not entered, no invoice should be displayed and message should be displayed, "Please enter payment date."

Thanks,
Pritesh

Carlos Antonio Ruiz Gomez

unread,
May 29, 2015, 12:56:18 PM5/29/15
to idem...@googlegroups.com
Agree Pritesh, please open a JIRA ticket for that - even better if you
can contribute the patch.

Pritesh Shah

unread,
Jun 1, 2015, 5:24:44 AM6/1/15
to idem...@googlegroups.com
I have created issue in JIRA, https://idempiere.atlassian.net/browse/IDEMPIERE-2657

I would like to contribute the patch, can you please help me how can I create the patch and contribute as I am unaware of it?

Carlos Antonio Ruiz Gomez

unread,
Jun 1, 2015, 10:38:05 AM6/1/15
to idem...@googlegroups.com
Hi Pritesh, Diego is collecting ideas on this page:
http://wiki.idempiere.org/en/Contributing_to_Trunk

To create the patch I recommend to use mercurial from the command line:
hg commit
* this is to record your developer id and commit message - the commit message must reference the JIRA ticket
hg export [changeset] > IDEMPIERE-NNNN.patch
* to create the patch file
hg rollback
* to revert the previous commit

Or, without all of that you can just do:
hg diff > IDEMPIERE-NNNN.patch

That's my preferred way, but mercurial eclipse or tortoisehg can create patches too.

Regards,

Carlos Ruiz

Pritesh Shah

unread,
Jul 1, 2015, 8:26:50 AM7/1/15
to idem...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages