[jira] [Commented] (OFBIZ-11490) Convert createPaymentAndPaymentGroupForInvoices service from mini-lang to groovy DSL

2021-09-14 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on OFBIZ-11490:
-

Commit 9c538612f56381d647d5f2b4588249b3e4ee48dd in ofbiz-framework's branch 
refs/heads/trunk from Nicolas Malin
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=9c53861 ]

Improved: Convert createPaymentAndPaymentGroupForInvoices service from 
mini-lang to groovy DSL (OFBIZ-11490)

Thanks to Sourabh Punyani for initiate the patch


> Convert createPaymentAndPaymentGroupForInvoices service from mini-lang to 
> groovy DSL
> 
>
> Key: OFBIZ-11490
> URL: https://issues.apache.org/jira/browse/OFBIZ-11490
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Devanshu Vyas
>Assignee: Sourabh Punyani
>Priority: Minor
> Attachments: OFBIZ-11490.patch
>
>
> Convert the createPaymentAndPaymentGroupForInvoices service code from 
> mini-lang to groovy DSL.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-11490) Convert createPaymentAndPaymentGroupForInvoices service from mini-lang to groovy DSL

2020-09-26 Thread Sourabh Punyani (Jira)


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

Sourabh Punyani commented on OFBIZ-11490:
-

Hello [~devanshu],

I have added a patch (OFBIZ-11490.patch) for the same. Also, I have verified 
the test cases for the same usingĀ ./gradlew "ofbiz --test component=accounting 
--test suitename=paymenttests".

Please verify it.

> Convert createPaymentAndPaymentGroupForInvoices service from mini-lang to 
> groovy DSL
> 
>
> Key: OFBIZ-11490
> URL: https://issues.apache.org/jira/browse/OFBIZ-11490
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Devanshu Vyas
>Assignee: Sourabh Punyani
>Priority: Minor
> Attachments: OFBIZ-11490.patch
>
>
> Convert the createPaymentAndPaymentGroupForInvoices service code from 
> mini-lang to groovy DSL.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-11490) Convert createPaymentAndPaymentGroupForInvoices service from mini-lang to groovy DSL

2020-07-27 Thread Jacques Le Roux (Jira)


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

Jacques Le Roux commented on OFBIZ-11490:
-

Hi Sourabh,

As you may seen looking at revision information (term used in Eclipse) this was 
pushed in for OFBIZ-2706 notably 
http://svn.apache.org/viewvc?view=revision=792888.

I think the best is to ask [~toashishvijay] or maybe [~anilpatel], or maybe 
Chirag, Sumit or Rishi if you can reach them.

> Convert createPaymentAndPaymentGroupForInvoices service from mini-lang to 
> groovy DSL
> 
>
> Key: OFBIZ-11490
> URL: https://issues.apache.org/jira/browse/OFBIZ-11490
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Devanshu Vyas
>Assignee: Sourabh Punyani
>Priority: Minor
>
> Convert the createPaymentAndPaymentGroupForInvoices service code from 
> mini-lang to groovy DSL.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-11490) Convert createPaymentAndPaymentGroupForInvoices service from mini-lang to groovy DSL

2020-07-25 Thread Sourabh Punyani (Jira)


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

Sourabh Punyani commented on OFBIZ-11490:
-

Hello All,

I have been trying to convert this service 
createPaymentAndPaymentGroupForInvoices from xml to groovy.
 This is the service definition:
{code:xml}

Creates Payments, Payment Application and Payment Group 
for the same








{code}
I am trying to figure out this piece of code
{code:xml}



{code}
Here, partyInvoices is not fetched in this service, neither it is coming from 
service IN parameters.
 It would be great if anyone could look into this and let me know what I am 
missing here.

> Convert createPaymentAndPaymentGroupForInvoices service from mini-lang to 
> groovy DSL
> 
>
> Key: OFBIZ-11490
> URL: https://issues.apache.org/jira/browse/OFBIZ-11490
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Devanshu Vyas
>Assignee: Sourabh Punyani
>Priority: Minor
>
> Convert the createPaymentAndPaymentGroupForInvoices service code from 
> mini-lang to groovy DSL.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-11490) Convert createPaymentAndPaymentGroupForInvoices service from mini-lang to groovy DSL

2020-07-24 Thread Sourabh Punyani (Jira)


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

Sourabh Punyani commented on OFBIZ-11490:
-


{code:xml}



{code}


> Convert createPaymentAndPaymentGroupForInvoices service from mini-lang to 
> groovy DSL
> 
>
> Key: OFBIZ-11490
> URL: https://issues.apache.org/jira/browse/OFBIZ-11490
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Devanshu Vyas
>Assignee: Sourabh Punyani
>Priority: Minor
>
> Convert the createPaymentAndPaymentGroupForInvoices service code from 
> mini-lang to groovy DSL.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)