Re: Adding new invoice template

2018-02-26 Thread Nicolas Malin
Hello Jean-Luc, On 25/02/2018 11:20, Jean-Luc MALET wrote: Hi, I made some other modifications for invoice template for a french customer : - the customers of my customer have the possibility to make in french 'Affacturage', in google translation 'factoring business'. In this case, I have

Re: orderSkipInvoice, complete an order without generating an invoice

2018-02-26 Thread Suraj Khurana
+1 Rishi. I agree to you. -- Thanks and Regards *Suraj Khurana* | Sr. Enterprise Software Engineer *HotWax Commerce* by *HotWax Systems* Plot no. 80, Scheme no. 78, Vijay Nagar, Indore, M.P. India 452010 Cell phone: +91 96697-50002 On Mon, Feb 26, 2018 at 7:41 PM, Rishi Solanki

Re: svn commit: r1825350 - in /ofbiz/ofbiz-framework/trunk: framework/common/src/main/java/org/apache/ofbiz/common/ framework/widget/dtd/ framework/widget/src/main/java/org/apache/ofbiz/widget/model/

2018-02-26 Thread gil portenseigne
No worry ;) Thanks, Gil On 26/02/2018 15:09, Taher Alkhateeb wrote: I merged the code at the moment I was compiling, I think this is why this bug occured to me. It seems to be working perfectly well now. Sorry, false alarm. On Mon, Feb 26, 2018 at 5:06 PM, gil portenseigne

Re: orderSkipInvoice, complete an order without generating an invoice

2018-02-26 Thread Rishi Solanki
Antoine, In general I observe that for a party business may want to send invoice at the end of month. But for that as well I think its okay to generate the invoice at the time of order completion and send all invoices once. Also what Taher suggested looks promising to me. That means use invoice

Re: svn commit: r1825350 - in /ofbiz/ofbiz-framework/trunk: framework/common/src/main/java/org/apache/ofbiz/common/ framework/widget/dtd/ framework/widget/src/main/java/org/apache/ofbiz/widget/model/

2018-02-26 Thread Taher Alkhateeb
I merged the code at the moment I was compiling, I think this is why this bug occured to me. It seems to be working perfectly well now. Sorry, false alarm. On Mon, Feb 26, 2018 at 5:06 PM, gil portenseigne wrote: > Ah, are you sure to have recompiled Java ? I cannot

Re: svn commit: r1825350 - in /ofbiz/ofbiz-framework/trunk: framework/common/src/main/java/org/apache/ofbiz/common/ framework/widget/dtd/ framework/widget/src/main/java/org/apache/ofbiz/widget/model/

2018-02-26 Thread gil portenseigne
Ah, are you sure to have recompiled Java ? I cannot reproduce locally.. Gil On 26/02/2018 15:00, gil portenseigne wrote: Hello Taher, Oww, i might have missed something :( , i'll look at it very soon ! Gil On 26/02/2018 14:52, Taher Alkhateeb wrote: Hi Gil, Great work so far. However, I

Re: svn commit: r1825350 - in /ofbiz/ofbiz-framework/trunk: framework/common/src/main/java/org/apache/ofbiz/common/ framework/widget/dtd/ framework/widget/src/main/java/org/apache/ofbiz/widget/model/

2018-02-26 Thread gil portenseigne
Hello Taher, Oww, i might have missed something :( , i'll look at it very soon ! Gil On 26/02/2018 14:52, Taher Alkhateeb wrote: Hi Gil, Great work so far. However, I seem to be facing a bug. I list the error below that shows in almost every form: When calling macro "renderHiddenField",

Re: svn commit: r1825350 - in /ofbiz/ofbiz-framework/trunk: framework/common/src/main/java/org/apache/ofbiz/common/ framework/widget/dtd/ framework/widget/src/main/java/org/apache/ofbiz/widget/model/

2018-02-26 Thread Taher Alkhateeb
Hi Gil, Great work so far. However, I seem to be facing a bug. I list the error below that shows in almost every form: When calling macro "renderHiddenField", required parameter "conditionGroup" (parameter #2) was not specified. Tip: If the omission was deliberate, you may consider making

Re: orderSkipInvoice, complete an order without generating an invoice

2018-02-26 Thread Taher Alkhateeb
Hi Antoine, Thank you for your work and I hope we get to work with you more often. I have a few comments / questions: - First of all, you added a postgres dependency to the build file (probably by mistake?). - perhaps others can pitch in but I'm not sure if it is useful to introduce? Is this a

orderSkipInvoice, complete an order without generating an invoice

2018-02-26 Thread Antoine Ouvrard
Hello, I would like to introduce you a improvement. In some case, we need to delay billing at the end of the month for example. But to complete the order we need to disable triggering the invoice generation. Here's my proposal https://issues.apache.org/jira/browse/OFBIZ-10241 Antoine

Re: updatePostalAddress, updateTelecomNumber (contactMechs) missnamed ?

2018-02-26 Thread gil portenseigne
Hello Deepak, Nice Idea ! Thanks ! I think that we could have a new entity-auto invoke type, kind of "update-immutable" to manage the immutable case. Then for the specific but existing need of PostalAddress fix (we met the need to fix a postalAddress without creating a new instance), we