You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Swapnil Shah (JIRA)" <ji...@apache.org> on 2016/06/18 05:14:05 UTC

[jira] [Comment Edited] (OFBIZ-6899) Overview of payment methods in party profile misses function to set company check payment

    [ https://issues.apache.org/jira/browse/OFBIZ-6899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15337539#comment-15337539 ] 

Swapnil Shah edited comment on OFBIZ-6899 at 6/18/16 5:13 AM:
--------------------------------------------------------------

Thanks for confirmation [~jacques.le.roux]. There was no complications as such just wanted to sync up this feature in totality by factoring in available support within existing workflow around check based payment.

So here from Profile screen, we can simply ask for providing the "Bank Name" while adding the "Company Check" as new payment method option from Party Profile screen and this should create a new PaymentMethod with:
PAYMENT_METHOD_TYPE_ID='COMPANY_CHECK'
PARTY_ID='<given party or party group>
DESCRIPTION='Checking account with <User entered Bank Name>'

Now, for setting any non recurrent information (most commonly used could be Check Number) we can provide support on specific screens. For example, during Order placement during checkout (OFBIZ-7377) and any other screen wherever its missing.  

Also its possibly not a bug as this is a feature which didn't exist till now with respect to party.


was (Author: swash78):
Thanks for confirmation [~jacques.le.roux]. There was no complications as such just wanted to sync up this feature in totality by factoring in available support within existing workflow around check based payment.

So here from Profile screen, we can simply ask for providing the "Bank Number", "Description",  while adding the "Company Check" as new payment method option from Party Profile screen and this should create a new PaymentMethod with:
PAYMENT_METHOD_TYPE_ID='COMPANY_CHECK'
PARTY_ID='<given party or party group>

Now, for setting any non recurrent information (most commonly used could be Check Number) we can provide support on specific screens. For example, during Order placement during checkout (OFBIZ-7377) and any other screen wherever its missing.  

Also its possibly not a bug as this is a feature which didn't exist till now with respect to party.

> Overview of payment methods in party profile misses function to set company check payment
> -----------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-6899
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-6899
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: party
>    Affects Versions: Trunk
>            Reporter: Pierre Smits
>            Assignee: Swapnil Shah
>              Labels: check, payment
>         Attachments: CC_1.png, CC_2.png, CC_3.png, CC_4.png
>
>
> The payment methods overview in the party profile shows various options to define and create a payment method.
> However there is no option to create payment method for a company check



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)