One point I forgot though : we should not introduce dependencies from specialpurpose applications in core applications.
Even at the entity level of course. Anyway this does not concern your question.
Jacques
From: "Jacques Le Roux" <[EMAIL PROTECTED]>
There are no frontiers of any kind between entities. They are all in the same
data model (aka ofbiz.org group).
So it's only a matter of adding a relation between Invoice and DataResource (or
a little bit more but this is the idea)
You may have a look at how the store policies are dealed with in eCommerce...
Jacques
From: "Alexander Kjeldaas" <[EMAIL PROTECTED]>
What is the best practice wrt using entities from another application?
- A
2008/8/25 Jacques Le Roux <[EMAIL PROTECTED]>:
Yes, this should be easy to do
Jacques
From: "Technology Investor" <[EMAIL PROTECTED]>
I would like to be able to associate a scanned invoice with an invoice
entry in the accounting module. In some jurisdictions, a scanned
image of the invoice is enough for bookkeeping purposes, and thus it
is very attractive to have this ability.
I see that in the Content application has a data resource entity. Is
it possible to simply add this to the invoice entity to get this
functionality?
- A