[jira] [Commented] (OFBIZ-7969) Enable adding a content to an agreement

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

[jira] [Commented] (OFBIZ-7969) Enable adding a content to an agreement

Nicolas Malin (Jira)

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

Deepak Dixit commented on OFBIZ-7969:
-------------------------------------

Thanks Leila Mekika for your contribution, an slightly modified patch has been committed at r#1759127

I made following changes:
- Converted Add Agreement form as used in OOTB, removed content and parentContentId lookup from add form, as we are uploading new file here, we can add new screen let to attach existing content to agreement.
- Added some additional field on add and list agreement content form like status, content type, fromDate etc.
- Used entity-auto engine for AgreementContent entity CRUD operation.
- Used stream request to serve content instead of simplecontent
- Removed some unused code related to copyAgreementContent that was not implemented properly, also done some minor improvement related to form.

> Enable adding a content to an agreement
> ---------------------------------------
>
>                 Key: OFBIZ-7969
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-7969
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: accounting
>    Affects Versions: Trunk
>            Reporter: Leila Mekika
>            Assignee: Deepak Dixit
>            Priority: Minor
>         Attachments: OFBIZ-7969.patch, OFBIZ-7969_V2 .patch, OFBIZ-7969_V3 .patch, OFBIZ-7969_V3 .patch
>
>
> This add a screen in accounting component to allow uploading a file or attach an existing content to an agreement. This can be useful to attach agreement related contract or files.
> To test this functionnality, you need to reload seed data, create an agreement and go to page :
> http://localhost:8080/accounting/control/EditAgreementContents?agreementId=XXXX



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