Users - how will email confirmation look like

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

Users - how will email confirmation look like

puranisank

How will email confirmation displayed in sequoiaerp0.8.3.
Is the confirmation given as header in  the orderconfirmation page?


Thanks
Purani 




 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users
Reply | Threaded
Open this post in threaded view
|

Re: Users - how will email confirmation look like

Si Chen-2
Why don't you just try the demo data?  It should be pretty clear.

On Jun 20, 2006, at 1:24 AM, Purani S wrote:

How will email confirmation displayed in sequoiaerp0.8.3.
Is the confirmation given as header in  the orderconfirmation page?


Thanks
Purani 




_______________________________________________
Users mailing list


 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users
Reply | Threaded
Open this post in threaded view
|

Re: Users - how will email confirmation look like

puranisank
In reply to this post by puranisank

Hi Si chen,
If I need to check with the demo data, I need SMTP server, Isn't it?

Thanks
Purani




On Tue, 20 Jun 2006 Si Chen wrote :
>Why don't you just try the demo data?  It should be pretty clear.
>
>On Jun 20, 2006, at 1:24 AM, Purani S wrote:
>
>>How will email confirmation displayed in sequoiaerp0.8.3.
>>Is the confirmation given as header in  the orderconfirmation page?
>>
>>
>>Thanks
>>Purani
>>
>>
>>
>>
>>
>>_______________________________________________
>>Users mailing list
>>[hidden email]
>>http://lists.ofbiz.org/mailman/listinfo/users
>
>
>_______________________________________________
>Users mailing list
>[hidden email]
>http://lists.ofbiz.org/mailman/listinfo/users




 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users
Reply | Threaded
Open this post in threaded view
|

Users - Widget separator ?

Jacques Le Roux
Administrator
Is there something in the widget that act as a panel, frame or lign to separate or group fields or is FTL needed for that ?
 
Jacques

 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users
Reply | Threaded
Open this post in threaded view
|

Re: Users - how will email confirmation look like

BJ Freeman
In reply to this post by puranisank
ofbiz is configured to send to a SMTP server and Get from either a POP3
or IMAP server. If you need a SMTP pop3 server for testing you can run
apache James on the same machine.

I believe the Demo data reference was more to look at the code to see
how to pre load the email data.

There are many routines and services that support sending and receiving
emails.  I suggest you use a find type of program to search for the word
  mail on the folders and in the code. Once you see all that I am sure
you can figure out the rest.


Purani S sent the following on 6/20/06 10:43 PM:

> Hi Si chen,
> If I need to check with the demo data, I need SMTP server, Isn't it?
>
> Thanks
> Purani
>
>
>
>
> On Tue, 20 Jun 2006 Si Chen wrote :
>
>>Why don't you just try the demo data?  It should be pretty clear.
>>
>>On Jun 20, 2006, at 1:24 AM, Purani S wrote:
>>
>>
>>>How will email confirmation displayed in sequoiaerp0.8.3.
>>>Is the confirmation given as header in  the orderconfirmation page?
>>>
>>>
>>>Thanks
>>>Purani
>>>
>>>
>>>
>>>
>>>
>>>_______________________________________________
>>>Users mailing list
>>>[hidden email]
>>>http://lists.ofbiz.org/mailman/listinfo/users
>>
>>
>>_______________________________________________
>>Users mailing list
>>[hidden email]
>>http://lists.ofbiz.org/mailman/listinfo/users
>
>
>
> ------------------------------------------------------------------------
>
>  
> _______________________________________________
> Users mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/users
 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users
Reply | Threaded
Open this post in threaded view
|

Re: Users - Widget separator ?

BJ Freeman
In reply to this post by Jacques Le Roux
This is more a Style setting in the CSS. Like Boxhead or topbox class.
Take a look at some of the decorators.

Jacques Le Roux sent the following on 6/21/06 3:09 AM:

> Is there something in the widget that act as a panel, frame or lign to separate or group fields or is FTL needed for that ?
>
> Jacques
>
>
>
> ------------------------------------------------------------------------
>
>  
> _______________________________________________
> Users mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/users
 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users
Reply | Threaded
Open this post in threaded view
|

Re: Users - Widget separator ?

Alexandre Gomes-5
In reply to this post by Jacques Le Roux
Hi Jacques,

You have this stuff you can use in the form widget. I don't know if it
is exactly what you need :

 <sort-order>
    <banner left-text-style="bannerleft" left-text="&amp;nbsp;Name"/>
    <field-group id="person" style="boxoutside">
        <sort-field name="mcMarketingCampaignId"/>
        <sort-field name="mcCampaignName"/>
        <sort-field name="mcCampaignSummary"/>
        <sort-field name="ptyPartyId"/>
        <sort-field name="perMemberId"/>
     </field-group>
 </sort-order>


Regards,
Alex
On 6/21/06, Jacques Le Roux <[hidden email]> wrote:

>
>
> Is there something in the widget that act as a panel, frame or lign to
> separate or group fields or is FTL needed for that ?
>
> Jacques
>
> _______________________________________________
> Users mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/users
>
>
 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users
Reply | Threaded
Open this post in threaded view
|

Re: Users - Widget separator ?

Jacques Le Roux
Administrator
Thanks Alex,

Yes that's a kind I was looking for.

Jacques

----- Original Message -----
From: "Alexandre Gomes" <[hidden email]>
To: "OFBiz Users / Usage Discussion" <[hidden email]>
Sent: Wednesday, June 21, 2006 1:34 PM
Subject: Re: [OFBiz] Users - Widget separator ?


> Hi Jacques,
>
> You have this stuff you can use in the form widget. I don't know if it
> is exactly what you need :
>
>  <sort-order>
>     <banner left-text-style="bannerleft" left-text="&amp;nbsp;Name"/>
>     <field-group id="person" style="boxoutside">
>         <sort-field name="mcMarketingCampaignId"/>
>         <sort-field name="mcCampaignName"/>
>         <sort-field name="mcCampaignSummary"/>
>         <sort-field name="ptyPartyId"/>
>         <sort-field name="perMemberId"/>
>      </field-group>
>  </sort-order>
>
>
> Regards,
> Alex
> On 6/21/06, Jacques Le Roux <[hidden email]> wrote:
> >
> >
> > Is there something in the widget that act as a panel, frame or lign to
> > separate or group fields or is FTL needed for that ?
> >
> > Jacques
> >
> > _______________________________________________
> > Users mailing list
> > [hidden email]
> > http://lists.ofbiz.org/mailman/listinfo/users
> >
> >
>  
> _______________________________________________
> Users mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/users
 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users