[jira] Created: (OFBIZ-404) Attachment of documents

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

[jira] Created: (OFBIZ-404) Attachment of documents

Nicolas Malin (Jira)
Attachment of documents
-----------------------

                 Key: OFBIZ-404
                 URL: http://issues.apache.org/jira/browse/OFBIZ-404
             Project: OFBiz (The Open for Business Project)
          Issue Type: New Feature
          Components: accounting
            Reporter: Eriks Dobelis


There should be functionality for attaching documents in various places. E.g. attachment of agreement document to agreement, attachment of incoming purchase invoice to invoice, etc.
Anybody having something like that already? Any suggestions for implementation?

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-404) Attachment of documents

Nicolas Malin (Jira)
    [ http://issues.apache.org/jira/browse/OFBIZ-404?page=comments#action_12444634 ]
           
Eriks Dobelis commented on OFBIZ-404:
-------------------------------------

This shouldn't probably be of Major priority, but I cannot change that anymore.

> Attachment of documents
> -----------------------
>
>                 Key: OFBIZ-404
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-404
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: New Feature
>          Components: accounting
>            Reporter: Eriks Dobelis
>
> There should be functionality for attaching documents in various places. E.g. attachment of agreement document to agreement, attachment of incoming purchase invoice to invoice, etc.
> Anybody having something like that already? Any suggestions for implementation?

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-404) Attachment of documents

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)
     [ http://issues.apache.org/jira/browse/OFBIZ-404?page=all ]

Jacopo Cappellato updated OFBIZ-404:
------------------------------------

    Component/s: content
       Priority: Minor  (was: Major)

> Attachment of documents
> -----------------------
>
>                 Key: OFBIZ-404
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-404
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: New Feature
>          Components: accounting, content
>            Reporter: Eriks Dobelis
>            Priority: Minor
>
> There should be functionality for attaching documents in various places. E.g. attachment of agreement document to agreement, attachment of incoming purchase invoice to invoice, etc.
> Anybody having something like that already? Any suggestions for implementation?

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-404) Attachment of documents

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)
    [ http://issues.apache.org/jira/browse/OFBIZ-404?page=comments#action_12444915 ]
           
Christian Geisert commented on OFBIZ-404:
-----------------------------------------

I think that would be a nice feature - I just recently thought about this too (the use case was adding a PDF to a request/quote)

Some quick thoughts for the implementation

Store the attachement in the Filesystem or DB?
 
New Attachement entity with the fields
-id (generated guid)
-original filename
-mime type

And a then for example create a new entity CustRequestAttachements just like CustRequestNote

> Attachment of documents
> -----------------------
>
>                 Key: OFBIZ-404
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-404
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: New Feature
>          Components: accounting, content
>            Reporter: Eriks Dobelis
>            Priority: Minor
>
> There should be functionality for attaching documents in various places. E.g. attachment of agreement document to agreement, attachment of incoming purchase invoice to invoice, etc.
> Anybody having something like that already? Any suggestions for implementation?

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-404) Attachment of documents

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)
    [ http://issues.apache.org/jira/browse/OFBIZ-404?page=comments#action_12444916 ]
           
David E. Jones commented on OFBIZ-404:
--------------------------------------

It would probably be better to use the existing Content/DataResource data model and infrastructure and just have join entities to associate them. This would centralize the file handling functionality, add a lot of flexibility, and then be easy to scale to be supported in various parts of the system (ie associated with lots of other entities). And actually there are a number of *Content entities already to associate things this way.

> Attachment of documents
> -----------------------
>
>                 Key: OFBIZ-404
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-404
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: New Feature
>          Components: accounting, content
>            Reporter: Eriks Dobelis
>            Priority: Minor
>
> There should be functionality for attaching documents in various places. E.g. attachment of agreement document to agreement, attachment of incoming purchase invoice to invoice, etc.
> Anybody having something like that already? Any suggestions for implementation?

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-404) Attachment of documents

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)
    [ http://issues.apache.org/jira/browse/OFBIZ-404?page=comments#action_12446127 ]
           
Eriks Dobelis commented on OFBIZ-404:
-------------------------------------

Do I understand correctly that there is currently no functionality to upload DataResource except if it is an image?

> Attachment of documents
> -----------------------
>
>                 Key: OFBIZ-404
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-404
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: New Feature
>          Components: accounting, content
>            Reporter: Eriks Dobelis
>            Priority: Minor
>
> There should be functionality for attaching documents in various places. E.g. attachment of agreement document to agreement, attachment of incoming purchase invoice to invoice, etc.
> Anybody having something like that already? Any suggestions for implementation?

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira