[jira] Created: (OFBIZ-1787) Junit test case for Payments received from customers for Sales Invoices...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

[jira] Created: (OFBIZ-1787) Junit test case for Payments received from customers for Sales Invoices...

Nicolas Malin (Jira)
Junit test case for Payments received from customers for Sales Invoices...
--------------------------------------------------------------------------

                 Key: OFBIZ-1787
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1787
             Project: OFBiz
          Issue Type: Sub-task
            Reporter: Sumit Pandit




--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-1787) Junit test case for Payments received from customers for Sales Invoices...

Nicolas Malin (Jira)

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

Sumit Pandit commented on OFBIZ-1787:
-------------------------------------

The purpose of the test case is to verify Automatic Accounting transactions on Payments received from customers for Sales Invoices

process :-
   1.  Click on the Payment top menu in the Accounting application; then click on the "Create New Payment" link
   2. in the "New incoming payment" box, set the customer id in the "From Party ID" field; then set "Payment Type ID" = "Customer Payment" and a proper "Payment Method Type" (e.g. "Electronic Funds Transfer"); then set the "amount" and submit the form
   3. from the payment detail screen, when you are ready to post the payment to the GL, click on the "Status to Received" link

success :-

 Cr
  ACCOUNTS _RECEIVABLE * - "ACCOUNTS RECEIVABLE"
        120000 - "ACCOUNTS RECEIVABLE"
  * For "Payment Type ID" = "Customer Payment" the account type mapping should always be set to ACCOUNTS _RECEIVABLE in order to match the mapping set for the Debit transaction of the grand total of the Sales Invoices (see above); this is done in the screen: General Ledger>Setup>Payment Type/Gl Account Type

Dr
  it depends on the "Payment Method Type" selected
        for "Personal Check" is "112000" - "UNDEPOSITED RECEIPTS"
for "Electronic Fund Transfer" is "111100" - "GENERAL CHECKING ACCOUNT"
etc...   by payment type?

> Junit test case for Payments received from customers for Sales Invoices...
> --------------------------------------------------------------------------
>
>                 Key: OFBIZ-1787
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1787
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sumit Pandit
>


--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Issue Comment Edited: (OFBIZ-1787) Junit test case for Payments received from customers for Sales Invoices...

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

sumitp edited comment on OFBIZ-1787 at 5/21/08 6:09 AM:
--------------------------------------------------------------

Based on write-ups provided by Jacopo.

The purpose of the test case is to verify Automatic Accounting transactions on Payments received from customers for Sales Invoices

process :-
   1.  Click on the Payment top menu in the Accounting application; then click on the "Create New Payment" link
   2. in the "New incoming payment" box, set the customer id in the "From Party ID" field; then set "Payment Type ID" = "Customer Payment" and a proper "Payment Method Type" (e.g. "Electronic Funds Transfer"); then set the "amount" and submit the form
   3. from the payment detail screen, when you are ready to post the payment to the GL, click on the "Status to Received" link

success :-

 Cr
  ACCOUNTS _RECEIVABLE * - "ACCOUNTS RECEIVABLE"
        120000 - "ACCOUNTS RECEIVABLE"
  * For "Payment Type ID" = "Customer Payment" the account type mapping should always be set to ACCOUNTS _RECEIVABLE in order to match the mapping set for the Debit transaction of the grand total of the Sales Invoices (see above); this is done in the screen: General Ledger>Setup>Payment Type/Gl Account Type

Dr
  it depends on the "Payment Method Type" selected
        for "Personal Check" is "112000" - "UNDEPOSITED RECEIPTS"
for "Electronic Fund Transfer" is "111100" - "GENERAL CHECKING ACCOUNT"
etc...   by payment type?

      was (Author: sumitp):
    The purpose of the test case is to verify Automatic Accounting transactions on Payments received from customers for Sales Invoices

process :-
   1.  Click on the Payment top menu in the Accounting application; then click on the "Create New Payment" link
   2. in the "New incoming payment" box, set the customer id in the "From Party ID" field; then set "Payment Type ID" = "Customer Payment" and a proper "Payment Method Type" (e.g. "Electronic Funds Transfer"); then set the "amount" and submit the form
   3. from the payment detail screen, when you are ready to post the payment to the GL, click on the "Status to Received" link

success :-

 Cr
  ACCOUNTS _RECEIVABLE * - "ACCOUNTS RECEIVABLE"
        120000 - "ACCOUNTS RECEIVABLE"
  * For "Payment Type ID" = "Customer Payment" the account type mapping should always be set to ACCOUNTS _RECEIVABLE in order to match the mapping set for the Debit transaction of the grand total of the Sales Invoices (see above); this is done in the screen: General Ledger>Setup>Payment Type/Gl Account Type

Dr
  it depends on the "Payment Method Type" selected
        for "Personal Check" is "112000" - "UNDEPOSITED RECEIPTS"
for "Electronic Fund Transfer" is "111100" - "GENERAL CHECKING ACCOUNT"
etc...   by payment type?
 
> Junit test case for Payments received from customers for Sales Invoices...
> --------------------------------------------------------------------------
>
>                 Key: OFBIZ-1787
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1787
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sumit Pandit
>


--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1787) Junit test case for Payments received from customers for Sales Invoices...

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

awdesh parihar updated OFBIZ-1787:
----------------------------------

    Attachment: TestCaseForPamntRecFmCustomer.patch

Implemented Junit test case for Payments received from customers for Sales Invoices.

Thanks to sumit for helping.
Thanks and Regards,
Awdesh Parihar


> Junit test case for Payments received from customers for Sales Invoices...
> --------------------------------------------------------------------------
>
>                 Key: OFBIZ-1787
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1787
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sumit Pandit
>         Attachments: TestCaseForPamntRecFmCustomer.patch
>
>


--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Assigned: (OFBIZ-1787) Junit test case for Payments received from customers for Sales Invoices...

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vikas Mayur reassigned OFBIZ-1787:
----------------------------------

    Assignee: Vikas Mayur

> Junit test case for Payments received from customers for Sales Invoices...
> --------------------------------------------------------------------------
>
>                 Key: OFBIZ-1787
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1787
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sumit Pandit
>            Assignee: Vikas Mayur
>         Attachments: TestCaseForPamntRecFmCustomer.patch
>
>


--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-1787) Junit test case for Payments received from customers for Sales Invoices...

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vikas Mayur closed OFBIZ-1787.
------------------------------

    Resolution: Fixed

Thanks Awdesh and others,

Patch is in trunk rev. 659551

- Vikas

> Junit test case for Payments received from customers for Sales Invoices...
> --------------------------------------------------------------------------
>
>                 Key: OFBIZ-1787
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1787
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sumit Pandit
>            Assignee: Vikas Mayur
>         Attachments: TestCaseForPamntRecFmCustomer.patch
>
>


--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1787) Junit test case for Payments received from customers for Sales Invoices...

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Harsha Chadhar updated OFBIZ-1787:
----------------------------------

    Attachment: TestCaseForPamntRecFmCustomer.patch

Automated Test case "testAcctgTransOnPaymentReceivedFromCustomer".
Created Payment data for automation.

> Junit test case for Payments received from customers for Sales Invoices...
> --------------------------------------------------------------------------
>
>                 Key: OFBIZ-1787
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1787
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sumit Pandit
>            Assignee: Vikas Mayur
>         Attachments: TestCaseForPamntRecFmCustomer.patch, TestCaseForPamntRecFmCustomer.patch
>
>


--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.