Chandrakanth,
Ofbiz is very big and complex enterprise application suite and framework
for application development. I don't it would be easier for anyone to
understand it without going through the basics. I would suggest you to
start with Ofbiz documentation available at wiki and Training video
(courtesy Hotwax media) available elsewhere on wiki site.
There are plenty of payment processor integration examples as OOTB ofbiz
comes with Authorize.net, CyberSource implmentation to name a few. Look
into the Accounting model for source code and services. if your payment
processor is not implemented it should not be very difficult to
integrate by following with existing implementations.
For integrating your order processing with external system, you will
need to understand the framework as well as order management
application. There are Google and eBay integration components in
spacialpurpose folder. May looking at the source code there can help you.
Thanks,
Raj
Chandrakanth S. wrote:
Hello All -
I am a newbie to OFBiz. I have it setup in my windows machine.
I have the following basic requirement for the application, that I am
currently
working on, which will be built on OFBiz,
1. When an order is placed (check-out), *(i)* Do the payment processing
(*I have the
APIs for payment processing*) and *(ii)* Place the order for
fulfillment (*I have
the APIs for placing the fulfillment request with Amazon*)
2. When the customer logs in and checks the order status, I need to
inquire the
order fulfillment status from fulfillment center (*I have the APIs*)
and display
the same
I am looking for some pointers on, which part of the code I should be
looking into,
to have the above functionalities in place. I appreciate any help on this.
I am
sorry if this was asked before.
Thanks
Chandrakanth S