Re: [MODERATE EMAIL] Getting Started with Apache Ofbiz

2017-09-18 Thread Lalit Dashora
Hi Anjali,

There are numerous resources available that can help you to get the
kickstart.

Refer to tutorials from the official website that will give you an idea
about basics: OFBiz Tutorial - A Beginners Development Guide


Or refer the same to official Youtube channel here
.

You can also refer:
Ofbiz Tutorials by hotwaxSystems

Apache OFBiz Cookbook by Ruth Hoffman
Apache OFBiz Development: The Beginner's Tutorial by Jonathon Wong, Rupert
Howell

Hope this helps!

Best Regards,
--
Lalit Dashora

On Mon, Sep 18, 2017 at 2:47 PM, Devanshu Vyas 
wrote:

> Sorry for the confusion, my Gmail messed up the link for the Developer
> Guide Document
>  OFBiz+Tutorial+-+A+Beginners+Development+Guide>
> .
>
> Thanks & Regards,
> Devanshu Vyas.
>
> On Mon, Sep 18, 2017 at 2:33 PM, Devanshu Vyas 
> wrote:
>
> > Hello Anjali,
> >
> > You should go through the development guide document -
> > https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+
> > Tutorial+-+A+Beginners+Development+Guide
> >
> > For some videos, you can have a look at the OFBiz official Youtube
> Channel
> > -  https://www.youtube.com/user/ofbiz
> >
> > Hope this helps!
> >
> >
> > Thanks & Regards,
> > Devanshu Vyas.
> >
> > On Mon, Sep 18, 2017 at 2:18 PM, Rishi Solanki 
> > wrote:
> >
> >> Anjali,
> >>
> >> You would like to go thru links below for quick start;
> >>
> >> https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Features
> >> https://cwiki.apache.org/confluence/display/OFBIZ/Business+
> >> Process+Reference+Book
> >>
> >>
> >>
> >> Rishi Solanki
> >> Sr Manager, Enterprise Software Development
> >> HotWax Systems Pvt. Ltd.
> >> Direct: +91-9893287847
> >> http://www.hotwaxsystems.com
> >> www.hotwax.co
> >>
> >> On Mon, Sep 18, 2017 at 10:45 AM, Deepak Dixit <
> >> deepak.di...@hotwaxsystems.com> wrote:
> >>
> >> > Hi Anjali,
> >> >
> >> > Your email has been moderated,
> >> > Please subscribe to user mailing list,
> >> > http://ofbiz.apache.org/mailing-lists.html
> >> >
> >> >
> >> > >> I have subscribed to the mailing list.
> >> > Could you please share which process you follow to subscribe mailing
> >> list?
> >> >
> >> >
> >> > Thanks & Regards
> >> > --
> >> > Deepak Dixit
> >> > www.hotwaxsystems.com
> >> > www.hotwax.co
> >> >
> >> > -- Forwarded message --
> >> > From: Anjali Pancholi 
> >> > To: user@ofbiz.apache.org
> >> > Cc: sampleford3proj...@gmail.com
> >> > Bcc:
> >> > Date: Sun, 17 Sep 2017 15:30:43 +0530
> >> > Subject: Getting Started with Apache Ofbiz
> >> > Hello All,
> >> >
> >> > I am *new to apache ofbiz*. I have subscribed to the mailing list.
> >> Please
> >> > *suggest* me some *documents*, *videos* etc.. so that I can start with
> >> > apache ofbiz.
> >> >
> >> > Is it a right place for me to start with since I don't have any
> >> knowledge
> >> > about any business process. It would also be helpful for me if you
> >> suggest
> >> > me some *business process documents* as well.
> >> >
> >>
> >
> >
>



-- 
Lalit Dashora
Enterprise Software Engineer

Hotwax Systems


Re: Free ebook- Manufacturing 5-Step Guide

2017-09-18 Thread Taher Alkhateeb
Great stuff Sharan! Well thought out and written.

We should really try to consolidate all this information. I've been
thinking a lot about documentation lately and beginning to work on a
PoC for consolidating all this information to a centralized
version-controlled place, but that's for another thread once I have
something worth showing.

On Mon, Sep 18, 2017 at 3:47 PM, Chandan Khandelwal
 wrote:
> Thanks Sharan for sharing this. It will surely help to OFBiz users.
>
> --
> Thanks & Regards,
> Chandan Khandelwal
> HotWax Systems
> Direct: +91-9893481076
> http://www.hotwaxsystems.com/
>
> On Mon, Sep 18, 2017 at 3:16 PM, Jacques Le Roux <
> jacques.le.r...@les7arts.com> wrote:
>
>> Le 18/09/2017 à 10:35, Sharan Foga a écrit :
>>
>>> Hi All
>>>
>>> A few years ago I created a short free ebook (39 pages) with a simple
>>> tutorial for Manufacturing. Although it is for a previous OFBiz version I
>>> think it could still be useful so have uploaded it to our wiki.
>>>
>>> https://s.apache.org/Oodh
>>>
>>> Thanks
>>> Sharan
>>>
>>>
>>> Thanks Sharan for the gift now easily accessible by the community :)
>>
>> Jacques
>>
>>
>
>
> --
> Thanks & Regards,
> Chandan Khandelwal
> HotWax Systems
> Direct: +91-9893481076
> http://www.hotwaxsystems.com/


Re: How to create rest api service in ofbiz

2017-09-18 Thread Aditya Sharma
Hi Vivek,

You can also get json response with controller like this

   
   
   


internally CommonEvents.jsonResponseFromRequestAttributes converts response
to json response so it has to be redirected to json uri.







Thanks and Regards,

*Aditya Sharma* | Enterprise Software Engineer
HotWax Commerce  by HotWax Systems

Plot no. 80, Scheme no. 78 Part 2, Near Brilliant Convention Center, Indore,
M.P, India - 452010
Cell phone: +91 7415786147





HotWax Systems recently received 8 mentions in *The Gartner Digital
Commerce Vendor Guide, 2016 *by Gartner, Inc., the world's leading IT
research and advisory company. Learn more about our research here

.



On Mon, Sep 18, 2017 at 6:42 PM, Chandan Khandelwal <
chandan.khandel...@hotwaxsystems.com> wrote:

> Hi Vivek,
>
> Here is the reference code block of request to get JSON output. You could
> simply write service to prepare and return information as needed. HTH!
>
>  
> 
> 
> 
> 
>
> --
> Thanks & Regards,
> Chandan Khandelwal
> HotWax Systems
> Direct: +91-9893481076
> http://www.hotwaxsystems.com/
>
> On Sat, Sep 16, 2017 at 3:52 PM, Jacques Le Roux <
> jacques.le.r...@les7arts.com> wrote:
>
> > This http://markmail.org/message/rhnrge4xh7ctcd4e (did not try)
> >
> > You can also use a json response in a controller, look for the same in
> > existing controllers
> >
> > Jacques
> >
> >
> >
> > Le 16/09/2017 à 11:51, Vivek a écrit :
> >
> >>
> >> hi ,
> >>
> >> https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tuto
> >> rial+-+A+Beginners+Development+Guide#OFBizTutorial-ABeginner
> >> sDevelopmentGuide-CreateYourFirstApplication(HelloWorld...)
> >>
> >>
> >> i follow this link to make service and events. in this i have no
> problem.
> >>
> >> now i want to ask -
> >>
> >> how can i make rest api to get ofbiz entity data ( product , order ,
> >> party) in json format for third party.
> >>
> >> Thanks
> >> Vivek tiwari
> >>
> >>
> >
>
>
> --
> Thanks & Regards,
> Chandan Khandelwal
> HotWax Systems
> Direct: +91-9893481076
> http://www.hotwaxsystems.com/
>


Vendor Credit Memo Missing in OFbiz

2017-09-18 Thread james

Am I missing something or is there not a Vendor Credit memo in Ofbiz?  I
see a Customer Credit Memo but not a Vendor?  Experts please let me
know.

Thanks,

James


Re: How to create rest api service in ofbiz

2017-09-18 Thread Chandan Khandelwal
Hi Vivek,

Here is the reference code block of request to get JSON output. You could
simply write service to prepare and return information as needed. HTH!

 





-- 
Thanks & Regards,
Chandan Khandelwal
HotWax Systems
Direct: +91-9893481076
http://www.hotwaxsystems.com/

On Sat, Sep 16, 2017 at 3:52 PM, Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> This http://markmail.org/message/rhnrge4xh7ctcd4e (did not try)
>
> You can also use a json response in a controller, look for the same in
> existing controllers
>
> Jacques
>
>
>
> Le 16/09/2017 à 11:51, Vivek a écrit :
>
>>
>> hi ,
>>
>> https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tuto
>> rial+-+A+Beginners+Development+Guide#OFBizTutorial-ABeginner
>> sDevelopmentGuide-CreateYourFirstApplication(HelloWorld...)
>>
>>
>> i follow this link to make service and events. in this i have no problem.
>>
>> now i want to ask -
>>
>> how can i make rest api to get ofbiz entity data ( product , order ,
>> party) in json format for third party.
>>
>> Thanks
>> Vivek tiwari
>>
>>
>


-- 
Thanks & Regards,
Chandan Khandelwal
HotWax Systems
Direct: +91-9893481076
http://www.hotwaxsystems.com/


Re: Free ebook- Manufacturing 5-Step Guide

2017-09-18 Thread Chandan Khandelwal
Thanks Sharan for sharing this. It will surely help to OFBiz users.

-- 
Thanks & Regards,
Chandan Khandelwal
HotWax Systems
Direct: +91-9893481076
http://www.hotwaxsystems.com/

On Mon, Sep 18, 2017 at 3:16 PM, Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> Le 18/09/2017 à 10:35, Sharan Foga a écrit :
>
>> Hi All
>>
>> A few years ago I created a short free ebook (39 pages) with a simple
>> tutorial for Manufacturing. Although it is for a previous OFBiz version I
>> think it could still be useful so have uploaded it to our wiki.
>>
>> https://s.apache.org/Oodh
>>
>> Thanks
>> Sharan
>>
>>
>> Thanks Sharan for the gift now easily accessible by the community :)
>
> Jacques
>
>


-- 
Thanks & Regards,
Chandan Khandelwal
HotWax Systems
Direct: +91-9893481076
http://www.hotwaxsystems.com/


Re: OFBiz Blog - August 2017 Update

2017-09-18 Thread Sanjay Yadav
Great. Thanks!

Best Regards,

*Sanjay Yadav* | Manager, Enterprise Quality Assurance
HotWax Commerce  by HotWax Systems

80, Scheme No. 78, Part II, Indore, M.P. 452010, India
Mobile Phone: 787 918 8830 | Linkedin: Sanjay-Yadav


HotWax Systems recently received 8 mentions in *The Gartner Digital
Commerce Vendor Guide, 2016 *by Gartner, Inc., the world's leading IT
research and advisory company. Learn more about our research here

.
[image: Inline image 1]



On Mon, Sep 18, 2017 at 3:48 PM, Sharan Foga  wrote:

> Hi Everyone
>
> Lots of things have been happening on the project and our regular monthly
> blog update is now available at the link below:
>
> https://blogs.apache.org/ofbiz/entry/apache-ofbiz-news-august-2017
>
> As always thanks very much to Michael, Pranay and  Jacques for their help
> with reviewing and  preparing the content.
>
> Thanks
> Sharan
>
>


OFBiz Blog - August 2017 Update

2017-09-18 Thread Sharan Foga
Hi Everyone

Lots of things have been happening on the project and our regular monthly blog 
update is now available at the link below:

https://blogs.apache.org/ofbiz/entry/apache-ofbiz-news-august-2017

As always thanks very much to Michael, Pranay and  Jacques for their help with 
reviewing and  preparing the content.

Thanks 
Sharan



Re: Free ebook- Manufacturing 5-Step Guide

2017-09-18 Thread Jacques Le Roux

Le 18/09/2017 à 10:35, Sharan Foga a écrit :

Hi All

A few years ago I created a short free ebook (39 pages) with a simple tutorial 
for Manufacturing. Although it is for a previous OFBiz version I think it could 
still be useful so have uploaded it to our wiki.

https://s.apache.org/Oodh

Thanks
Sharan



Thanks Sharan for the gift now easily accessible by the community :)

Jacques



Re: [MODERATE EMAIL] Getting Started with Apache Ofbiz

2017-09-18 Thread Devanshu Vyas
Sorry for the confusion, my Gmail messed up the link for the Developer
Guide Document

.

Thanks & Regards,
Devanshu Vyas.

On Mon, Sep 18, 2017 at 2:33 PM, Devanshu Vyas 
wrote:

> Hello Anjali,
>
> You should go through the development guide document -
> https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+
> Tutorial+-+A+Beginners+Development+Guide
>
> For some videos, you can have a look at the OFBiz official Youtube Channel
> -  https://www.youtube.com/user/ofbiz
>
> Hope this helps!
>
>
> Thanks & Regards,
> Devanshu Vyas.
>
> On Mon, Sep 18, 2017 at 2:18 PM, Rishi Solanki 
> wrote:
>
>> Anjali,
>>
>> You would like to go thru links below for quick start;
>>
>> https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Features
>> https://cwiki.apache.org/confluence/display/OFBIZ/Business+
>> Process+Reference+Book
>>
>>
>>
>> Rishi Solanki
>> Sr Manager, Enterprise Software Development
>> HotWax Systems Pvt. Ltd.
>> Direct: +91-9893287847
>> http://www.hotwaxsystems.com
>> www.hotwax.co
>>
>> On Mon, Sep 18, 2017 at 10:45 AM, Deepak Dixit <
>> deepak.di...@hotwaxsystems.com> wrote:
>>
>> > Hi Anjali,
>> >
>> > Your email has been moderated,
>> > Please subscribe to user mailing list,
>> > http://ofbiz.apache.org/mailing-lists.html
>> >
>> >
>> > >> I have subscribed to the mailing list.
>> > Could you please share which process you follow to subscribe mailing
>> list?
>> >
>> >
>> > Thanks & Regards
>> > --
>> > Deepak Dixit
>> > www.hotwaxsystems.com
>> > www.hotwax.co
>> >
>> > -- Forwarded message --
>> > From: Anjali Pancholi 
>> > To: user@ofbiz.apache.org
>> > Cc: sampleford3proj...@gmail.com
>> > Bcc:
>> > Date: Sun, 17 Sep 2017 15:30:43 +0530
>> > Subject: Getting Started with Apache Ofbiz
>> > Hello All,
>> >
>> > I am *new to apache ofbiz*. I have subscribed to the mailing list.
>> Please
>> > *suggest* me some *documents*, *videos* etc.. so that I can start with
>> > apache ofbiz.
>> >
>> > Is it a right place for me to start with since I don't have any
>> knowledge
>> > about any business process. It would also be helpful for me if you
>> suggest
>> > me some *business process documents* as well.
>> >
>>
>
>


Re: Free ebook- Manufacturing 5-Step Guide

2017-09-18 Thread Aditya Sharma
Hi Sharan,

+1
I read it sometime back & found it aptly applicable to current version too.
I must say you did a commendable job on your part with such a
well-crafted tutorial.

Thanks and Regards,

*Aditya Sharma* | Enterprise Software Engineer
HotWax Systems 


On Mon, Sep 18, 2017 at 2:31 PM, Rishi Solanki 
wrote:

> Sharan,
>
> I'll surely want to give it more time, but after cursory review it seems
> very well documented and especially images are very helpful in
> understanding the process.
>
> Thanks for sharing!
>
>
> Rishi Solanki
> Sr Manager, Enterprise Software Development
> HotWax Systems Pvt. Ltd.
> Direct: +91-9893287847
> http://www.hotwaxsystems.com
> www.hotwax.co
>
> On Mon, Sep 18, 2017 at 2:05 PM, Sharan Foga  wrote:
>
> > Hi All
> >
> > A few years ago I created a short free ebook (39 pages) with a simple
> > tutorial for Manufacturing. Although it is for a previous OFBiz version I
> > think it could still be useful so have uploaded it to our wiki.
> >
> > https://s.apache.org/Oodh
> >
> > Thanks
> > Sharan
> >
> >
>


Re: [MODERATE EMAIL] Getting Started with Apache Ofbiz

2017-09-18 Thread Devanshu Vyas
Hello Anjali,

You should go through the development guide document -
https://cwiki.apache.org/confluence/display/OFBIZ/
OFBiz+Tutorial+-+A+Beginners+Development+Guide

For some videos, you can have a look at the OFBiz official Youtube Channel
-  https://www.youtube.com/user/ofbiz

Hope this helps!


Thanks & Regards,
Devanshu Vyas.

On Mon, Sep 18, 2017 at 2:18 PM, Rishi Solanki 
wrote:

> Anjali,
>
> You would like to go thru links below for quick start;
>
> https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Features
> https://cwiki.apache.org/confluence/display/OFBIZ/
> Business+Process+Reference+Book
>
>
>
> Rishi Solanki
> Sr Manager, Enterprise Software Development
> HotWax Systems Pvt. Ltd.
> Direct: +91-9893287847
> http://www.hotwaxsystems.com
> www.hotwax.co
>
> On Mon, Sep 18, 2017 at 10:45 AM, Deepak Dixit <
> deepak.di...@hotwaxsystems.com> wrote:
>
> > Hi Anjali,
> >
> > Your email has been moderated,
> > Please subscribe to user mailing list,
> > http://ofbiz.apache.org/mailing-lists.html
> >
> >
> > >> I have subscribed to the mailing list.
> > Could you please share which process you follow to subscribe mailing
> list?
> >
> >
> > Thanks & Regards
> > --
> > Deepak Dixit
> > www.hotwaxsystems.com
> > www.hotwax.co
> >
> > -- Forwarded message --
> > From: Anjali Pancholi 
> > To: user@ofbiz.apache.org
> > Cc: sampleford3proj...@gmail.com
> > Bcc:
> > Date: Sun, 17 Sep 2017 15:30:43 +0530
> > Subject: Getting Started with Apache Ofbiz
> > Hello All,
> >
> > I am *new to apache ofbiz*. I have subscribed to the mailing list. Please
> > *suggest* me some *documents*, *videos* etc.. so that I can start with
> > apache ofbiz.
> >
> > Is it a right place for me to start with since I don't have any knowledge
> > about any business process. It would also be helpful for me if you
> suggest
> > me some *business process documents* as well.
> >
>


Re: Free ebook- Manufacturing 5-Step Guide

2017-09-18 Thread Rishi Solanki
Sharan,

I'll surely want to give it more time, but after cursory review it seems
very well documented and especially images are very helpful in
understanding the process.

Thanks for sharing!


Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co

On Mon, Sep 18, 2017 at 2:05 PM, Sharan Foga  wrote:

> Hi All
>
> A few years ago I created a short free ebook (39 pages) with a simple
> tutorial for Manufacturing. Although it is for a previous OFBiz version I
> think it could still be useful so have uploaded it to our wiki.
>
> https://s.apache.org/Oodh
>
> Thanks
> Sharan
>
>


Re: [MODERATE EMAIL] Getting Started with Apache Ofbiz

2017-09-18 Thread Rishi Solanki
Anjali,

You would like to go thru links below for quick start;

https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Features
https://cwiki.apache.org/confluence/display/OFBIZ/Business+Process+Reference+Book



Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co

On Mon, Sep 18, 2017 at 10:45 AM, Deepak Dixit <
deepak.di...@hotwaxsystems.com> wrote:

> Hi Anjali,
>
> Your email has been moderated,
> Please subscribe to user mailing list,
> http://ofbiz.apache.org/mailing-lists.html
>
>
> >> I have subscribed to the mailing list.
> Could you please share which process you follow to subscribe mailing list?
>
>
> Thanks & Regards
> --
> Deepak Dixit
> www.hotwaxsystems.com
> www.hotwax.co
>
> -- Forwarded message --
> From: Anjali Pancholi 
> To: user@ofbiz.apache.org
> Cc: sampleford3proj...@gmail.com
> Bcc:
> Date: Sun, 17 Sep 2017 15:30:43 +0530
> Subject: Getting Started with Apache Ofbiz
> Hello All,
>
> I am *new to apache ofbiz*. I have subscribed to the mailing list. Please
> *suggest* me some *documents*, *videos* etc.. so that I can start with
> apache ofbiz.
>
> Is it a right place for me to start with since I don't have any knowledge
> about any business process. It would also be helpful for me if you suggest
> me some *business process documents* as well.
>


Free ebook- Manufacturing 5-Step Guide

2017-09-18 Thread Sharan Foga
Hi All

A few years ago I created a short free ebook (39 pages) with a simple tutorial 
for Manufacturing. Although it is for a previous OFBiz version I think it could 
still be useful so have uploaded it to our wiki.

https://s.apache.org/Oodh

Thanks
Sharan