You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Sourabh Punyani (Jira)" <ji...@apache.org> on 2020/07/25 05:55:00 UTC

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

    [ 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)