2.5.1g
2005-08-31
If you want to display an image inline in the window
(not attachment) The image is stored in the database.
This is an unsupported patch. It was written initially
by Martin Augustine of NTier software services and
debugged by Neil Gordon. There is no guarantee that we
have remembered all the files that need to be patched.
NOTES
= First rather don't
= If you really want to then you can use this patch
= Call the column anything except 'AD_Image_ID' (e.g.
ZZ_Image_ID')
= The image will be stored in AD_Image with the link
from ZZ_Image_ID->AD_Image_ID
= Create the ZZ_Image_ID in the database as a number(10)
= Create the column in Compiere as an 'Image'
= You can generate the model
= Add the field (ZZ_Image_ID) to the window you should
be able to attach
= I don't think this is working even in 2.5.2D.
Patch with readme