Re: [MARKETING] Updating our OFBiz Website

2015-08-25 Thread FGomez
Sharan, I can participate too. Let me know when you are planning to start the discussion. Regards, Fernando Le 2015-08-24 11:48, Sharan-F a écrit : Hi Taher It looks like it's just you and me at the moment, so I'll contact you offline and we can arrange a date and time to chat. Thanks

Re: limit Invoice access by logged user (or the Invoice Sales Rep)

2015-08-25 Thread Taher Alkhateeb
Hi Gabriel, We had a requirement once where security needed to be on row / record level, and OFBiz does supports this on the widget level. Your solution is not hard, you will probably need to define a few view entities with constraints on roletype of logged in user. You will also limit what

Re: Confusion in working with webpos

2015-08-25 Thread Deepak Dixit
Hi Arjun, Please update your local copy, this has been fixed at trunk at r#1697574. Thanks Regards — Deepak Dixit On Aug 24, 2015, at 10:54 PM, Pierre Smits pierre.sm...@gmail.com wrote: See on dev ml. Pierre Smits *ORRTIZ.COM http://www.orrtiz.com* Services Solutions for Cloud-

Re: Confusion in working with webpos

2015-08-25 Thread Arjun Rajappan
Hi Deepak, Thanks a lot. I will update it and will let you know the status of my problems. On Tue, Aug 25, 2015 at 12:13 PM, Deepak Dixit deepak.di...@hotwaxsystems.com wrote: Hi Arjun, Please update your local copy, this has been fixed at trunk at r#1697574. Thanks Regards — Deepak

Re: Stable demo

2015-08-25 Thread Jacques Le Roux
It happened again today, the log did not give me much info, let's see later... Jacques Le 20/08/2015 11:16, Jacques Le Roux a écrit : Hi, I restarted the stable demo which was stale Jacques

Re: ERROR: Null DispatchContext

2015-08-25 Thread BJ Freeman
ofbiz has two standard start scripts:startofbiz.bat for windows rem set MEMIF=-Xms128M -Xmx512M -XX:MaxPermSize=128m andstartofbiz.bat for linuxMEMIF=-Xms128M -Xmx512M -XX:MaxPermSize=128myou can read up on these in java On Tuesday, August 25, 2015 4:01 AM, masionas

Re: ERROR: Null DispatchContext

2015-08-25 Thread BJ Freeman
oops  startofbiz.sh for linux On Tuesday, August 25, 2015 12:30 PM, BJ Freeman bjfr33...@yahoo.com wrote: ofbiz has two standard start scripts:startofbiz.bat for windows rem set MEMIF=-Xms128M -Xmx512M -XX:MaxPermSize=128m andstartofbiz.bat for linuxMEMIF=-Xms128M -Xmx512M

Re: ERROR: Null DispatchContext

2015-08-25 Thread masionas
Hi BJ, Could you please elaborate a bit on it ? I have looked in start.properties and don't see anything regulating space? -- View this message in context: http://ofbiz.135035.n4.nabble.com/ERROR-Null-DispatchContext-tp4671492p4671558.html Sent from the OFBiz - User mailing list archive at

limit Invoice access by logged user (or the Invoice Sales Rep)

2015-08-25 Thread Gabriel Oberreuter
Hello, I have the following requirement: At our company, Invoices are always assigned to a sales_rep executive, and in Ofbiz we do this by creating an InvoiceRole (roleTypeId SALES_REP) between each Invoice and its corresponding sales rep. Now, we need to limit the access of each sales rep only