Login  Register

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

Posted by Nicolas Malin (Jira) on Jul 25, 2020; 5:55am
URL: http://ofbiz.116.s1.nabble.com/jira-Commented-OFBIZ-11490-Convert-createPaymentAndPaymentGroupForInvoices-service-from-mini-lang-toL-tp4756165.html


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

Sourabh Punyani commented on OFBIZ-11490:
-----------------------------------------


{code:xml}
<set field="invoices" from-field="partyInvoices.${invoice.partyIdFrom}"/>
            <field-to-list field="invoice" list="invoices"/>
            <set field="partyInvoices.${invoice.partyIdFrom}" from-field="invoices"/>
{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)