You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by BJ Freeman <bj...@free-man.net> on 2007/04/14 19:33:06 UTC

Email Screens

I am creating email screens.  View, Reply, New
Since communication events are in the content section, i figure that
would be a good place for the screens.
My approach is to put the View/reply button, where the Communication
Event Type Id= email or auto email on the:
https://localhost:8443/partymgr/control/EditCommunicationEvent
and on
https://localhost:8443/partymgr/control/ListPartyCommEvent

The new Email button would be up on the menu.
it would also be in the profile on any mech Id purpose that were emails

The email screens would have partyid's that have emails down the left
side as a address book. so they can be added as To, CC, and BCC.

Need to figure out how to implement the configuration data.
like:
included the body in reply
put response before or after, if the body is included.
reply default in text or html

for now will put in a properties file. Maybe make the properties a
default and put the data in an entity that is linked to the partyID.