Re: Brainstorming about the Framework: General

2011-08-26 Thread Atul Vani
+1 Can get something like Managed Reloading added in the webtools, will be handy. - Original Message - From: "Jacques Le Roux" To: user@ofbiz.apache.org Sent: Saturday, July 16, 2011 2:56:30 PM Subject: Re: Brainstorming about the Framework: General I stumbled upon this discussion while

Re: Issue with ajax and json response

2011-08-26 Thread Atul Vani
Jonatan, I think if you use (it is used in several places in ecommerce and other components' controller.xml) and then use the getServerError() function (used in specialpurpose/ecommerce/webapp/ecommerce/images/profile.js) to parse the JSON response, then you should be able to retrieve the error

Mechanism of Automatic Accounting Entries

2011-08-26 Thread MelonJaya
Hi all! I've been looking deeply into accounting services in ofbiz, especially the automatic acct-trans-entries(credit & debit) that will be created if for example Payment is received. For example, for 1 Incoming Payment transaction, ofbiz will automatically created Debit for GlAccountId 00 a

Re: OFbiz with Ajax (DWR)

2011-08-26 Thread Ruth Hoffman
Hi Hans: Not to argue the jQuery point because I use jQuery and love it, but DWR has some really compelling features including the integration of Comet (reverse AJAX). A long time ago (in the 4.x) days I asked about integrating DWR with OFBiz and my request fell on deaf ears. So, I just went

Re: OFbiz with Ajax (DWR)

2011-08-26 Thread Ruth Hoffman
Hi Deepti: I've done this many times. I prefer DWR to other AJAX frameworks (including the existing OFBiz JSON inplementation) because it is so easy to use. An example of this is on the MyOFBiz.com home page. All the testimonials are retrieved using DWR calls to an OFBiz event. (http://www.my

Re: Automatic Creation of Commission Invoice

2011-08-26 Thread Surya Kusumakar
Hello Carlos, If you want to create automatic Commission invoice, you need to take care of these points : 1. Sales Order should have been placed by selecting additional party(Person) from the Additional Party page. 2. Sales Order should be completed and invoice should be in Paid status. 3. Role f

Re: Trunk demo restarted

2011-08-26 Thread Jacques Le Roux
Stable demo is back, it needed a VM reboot, we lost a virtual interface Jacques From: "Jacques Le Roux" Ah! you are rigth Adrian, that must be that... OK I don't care then, as long as it's not too much a mess... Jacques From: "Adrian Crum" Don't forget that anyone using the demos can chang