Re: Adrian Crum

2016-01-18 Thread Bilgin Ibryam
I also had the chance to meet Adrian last year and have a drink.

We will miss you, rest in peace!

B.

On 5 January 2016 at 08:04, Pierre Smits  wrote:
> Hi all,
>
> With sadness in my heart I inform you that on January 1st Adrian Crum
> passed away peacefully. Adrian was hospitalised in December of last year
> due to suffering from a double pneumonia. He died while being kept sedated.
>
> I wish his loved ones, relatives and friends strength in these difficult
> times.
>
> Best regards,
>
> Pierre Smits



-- 
Bilgin Ibryam
Camel Committer at ASF & Integration Architect at Red Hat
Blog: http://ofbizian.com | Twitter: @bibryam

Camel Design Patterns https://leanpub.com/camel-design-patterns
Instant Apache Camel Message Routing http://www.amazon.com/dp/1783283475


Re: Export Services using webtools

2016-01-18 Thread hoboy2
Any help ?
Thanks



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Export-Services-using-webtools-tp4675872p4676186.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Can html5 be used to replace ftl ? in widget screen ?

2016-01-18 Thread hoboy2
Hi 
I will like to replace ftl with html 
is this possible ?





--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Can-html5-be-used-to-replace-ftl-in-widget-screen-tp4676187.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Can html5 be used to replace ftl ? in widget screen ?

2016-01-18 Thread Julien NICOLAS

Bonjour Jean-Luc,

You can use ftl file and basically put html in it. Then you'll have your 
html in the screen.


hope that help,

Julien.


Le 18/01/2016 10:03, hoboy2 a écrit :

Hi
I will like to replace ftl with html
is this possible ?





--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Can-html5-be-used-to-replace-ftl-in-widget-screen-tp4676187.html
Sent from the OFBiz - User mailing list archive at Nabble.com.




Re: Can html5 be used to replace ftl ? in widget screen ?

2016-01-18 Thread Jean-Luc Sylvestre
Bonjour Julien

Thanks very much
Sorry for the french.
Merci infiniment





On Mon, Jan 18, 2016 at 10:42 AM, Julien NICOLAS 
wrote:

> Bonjour Jean-Luc,
>
> You can use ftl file and basically put html in it. Then you'll have your
> html in the screen.
>
> hope that help,
>
> Julien.
> 
>
>
> Le 18/01/2016 10:03, hoboy2 a écrit :
>
>> Hi
>> I will like to replace ftl with html
>> is this possible ?
>>
>>
>>
>>
>>
>> --
>> View this message in context:
>> http://ofbiz.135035.n4.nabble.com/Can-html5-be-used-to-replace-ftl-in-widget-screen-tp4676187.html
>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>
>
>


Re: Can html5 be used to replace ftl ? in widget screen ?

2016-01-18 Thread hoboy2
Bonjour Julien

Thanks very much
Sorry for the french.
Merci infiniment 



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Can-html5-be-used-to-replace-ftl-in-widget-screen-tp4676187p4676190.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Export Services using webtools

2016-01-18 Thread Jacques Le Roux

Le 14/01/2016 12:00, hoboy2 a écrit :

I am rephrasing my question.

when you are at https://localhost:8443/webtools/control/ServiceList
in order to export a service description it is suggested to use: Save
eomodeld to Local Path:,
this work only by selecting one service at time, is there a way to select
several services ?


No, there are is no way to do that from Webtools.
You might be interested by using the exportServiceEoModelBundle service to that 
in some custom code

Jacques


Or Services on engine documentation can be obtain in different way ?





--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Export-Services-using-webtools-tp4675872p4675900.html
Sent from the OFBiz - User mailing list archive at Nabble.com.



OfBiz POS for Weighbridge

2016-01-18 Thread Andrew Dent - CTCroydon

Hi

An existing customer of ours is looking to replace their Weighbridge 
software.
I haven't used or implemented the OfBiz POS module before, but for this 
customer it might be a good fit.
I'm wondering if anyone else has done this, and maybe like to assist 
with this project.


There are two 60 ton Weighbridges on site.
Each Weighbridge has a PC in a local building with a RS232 connected 
Rinstrum 5000 Digital Indicator box 
http://www.a1weighing.com.au/5000.htm

that the Load Cells of the Weighbridge terminate into.

My thoughts are that the data stream from the Rinstrum 5000 Digital 
Indicator would be displayed to the user in OfBiz.
There are obviously lots of other requirements, but the data from the 
RS232 is the main requirement that I do not know how to display in 
realtime on the OfBiz or OfBiz POS UI.


I have a Rinstrum 5000 Digital Indicator that I can use for software dev 
purposes, with some resistors arranged to pretend to be a Loadcell.


Regards

Andrew Dent

Re: OfBiz POS for Weighbridge

2016-01-18 Thread Ron Wheeler
You probably need a process that listens to the RS232 feed from the 
Weighbridge and records data and events.
This process could have a web service that would allow OFBiz to 
interrogate the process to get current status or recent events.


I would be most comfortable with a separate box to replace the Digital 
Indicator with a real-time display and let the OFBiz server ask this 
machine for what it needs.
- I am assuming that this process needs to be available even if OFBiz is 
not running.
- The RS232 link has no protocol so it does not have any error recovery 
if the listener is not able to capture the Weighbridge data so a 
dedicated PC  is going to make operations more comfortable than a link 
to a server that IT may stop and start without regard to operations needs.
- a warm backup unit could be kept by operations to ensure that a 
failure of the main box does not shut down operations for an extended 
period.


You probably need to provide some more details about what data and 
events are captured and what OFBiz needs to present.

- real-time vs history
- display vs reports
- actions triggered in OFBiz by events captured from the Weighbridge

You may also want to provide some details about your thoughts on 
synchronization of permanent data vs real-time display.

- allowable lag for transferring event details
- what triggers bulk data transfer - does the listener push data to 
OFBiz or does OFBiz ask for data.



Ron

On 19/01/2016 12:08 AM, Andrew Dent - CTCroydon wrote:

Hi

An existing customer of ours is looking to replace their Weighbridge 
software.
I haven't used or implemented the OfBiz POS module before, but for 
this customer it might be a good fit.
I'm wondering if anyone else has done this, and maybe like to assist 
with this project.


There are two 60 ton Weighbridges on site.
Each Weighbridge has a PC in a local building with a RS232 connected 
Rinstrum 5000 Digital Indicator box http://www.a1weighing.com.au/5000.htm

that the Load Cells of the Weighbridge terminate into.

My thoughts are that the data stream from the Rinstrum 5000 Digital 
Indicator would be displayed to the user in OfBiz.
There are obviously lots of other requirements, but the data from the 
RS232 is the main requirement that I do not know how to display in 
realtime on the OfBiz or OfBiz POS UI.


I have a Rinstrum 5000 Digital Indicator that I can use for software 
dev purposes, with some resistors arranged to pretend to be a Loadcell.


Regards

Andrew Dent



--
Ron Wheeler
President
Artifact Software Inc
email: rwhee...@artifact-software.com
skype: ronaldmwheeler
phone: 866-970-2435, ext 102