Re: Loading Default Data

2016-10-15 Thread james_sg
If you mean debugging the java/groovy codes, see
https://cwiki.apache.org/confluence/display/OFBIZ/Running+and+Debugging+OFBiz+in+Eclipse
 


anon-2 wrote
> Getting this error with gradle loadDefault
> 
> 
> ofbiz\framework\widget\src\main\java\org\apache\ofbiz\widget\renderer\fo\FoFormRenderer.java:66:
>  
> error: FoFormRenderer is not abstract and does not overr
> ide abstract method 
> renderEmptyFormDataMessage(Appendable,Map,ModelForm)
> in 
> FormStringRenderer
> public class FoFormRenderer extends HtmlWidgetRenderer implements 
> FormStringRenderer {
> ^
> 
> 
> How can I test ofbiz in development mode?





--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Loading-Default-Data-tp4696330p4696363.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Error Reading Credit Card Table

2016-10-13 Thread james_sg
Hi Rohit,

Please make sure you are subscribed to the mailing list before making a post
at Nabble for OFBiz.
By doing so, your posts at Nabble for OFBiz will reach the mailing list
where a reply is more likely. 

See here for more info: https://ofbiz.apache.org/mailing-lists.html

Regards,
James


rohit2016 wrote
> Hi,
> 
> I have upgraded of ofbiz to latest trunk 1760059. 
> 
> I have data stored in the credit card table from much earlier versions of
> ofbiz and now I am getting the error as below:
> 
> I will really appreciate if I can get some inputs on resolving this.
> 
> Thanks,
> 
> Rohit
> 
> 
> 
> 2016-10-10 12:40:07,611 |ajp-nio-8009-exec-10 |RequestHandler |I|
> Rendering View [viewprofile]. Hidden sessionId by default.
> 2016-10-10 12:40:07,823 |ajp-nio-8009-exec-10 |SqlJdbcUtil |E| null
> org.apache.shiro.crypto.CryptoException: Unable to execute 'doFinal' with
> cipher instance [javax.crypto.Cipher@6a902416].
> at
> org.apache.shiro.crypto.JcaCipherService.crypt(JcaCipherService.java:462)
> ~[shiro-core-1.3.0.jar:1.3.0]
> at
> org.apache.shiro.crypto.JcaCipherService.crypt(JcaCipherService.java:445)
> ~[shiro-core-1.3.0.jar:1.3.0]
> at
> org.apache.shiro.crypto.JcaCipherService.decrypt(JcaCipherService.java:390)
> ~[shiro-core-1.3.0.jar:1.3.0]
> at
> org.apache.shiro.crypto.JcaCipherService.decrypt(JcaCipherService.java:382)
> ~[shiro-core-1.3.0.jar:1.3.0]
> at
> org.apache.ofbiz.entity.util.EntityCrypto$ShiroStorageHandler.decryptValue(EntityCrypto.java:281)
> ~[ofbiz.jar:?]
> at
> org.apache.ofbiz.entity.util.EntityCrypto.doDecrypt(EntityCrypto.java:147)
> ~[ofbiz.jar:?]
> at
> org.apache.ofbiz.entity.util.EntityCrypto.decrypt(EntityCrypto.java:126)
> ~[ofbiz.jar:?]
> at
> org.apache.ofbiz.entity.GenericDelegator.decryptFieldValue(GenericDelegator.java:2409)
> ~[ofbiz.jar:?]
> at org.apache.ofbiz.entity.jdbc.SqlJdbcUtil.getValue(SqlJdbcUtil.java:587)
> [ofbiz.jar:?]
> at
> org.apache.ofbiz.entity.datasource.GenericDAO.select(GenericDAO.java:530)
> [ofbiz.jar:?]
> at
> org.apache.ofbiz.entity.datasource.GenericDAO.select(GenericDAO.java:492)
> [ofbiz.jar:?]
> at
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.findByPrimaryKey(GenericHelperDAO.java:80)
> [ofbiz.jar:?]
> at
> org.apache.ofbiz.entity.GenericDelegator.findOne(GenericDelegator.java:1439)
> [ofbiz.jar:?]
> at
> org.apache.ofbiz.entity.GenericDelegator.getRelatedOne(GenericDelegator.java:1779)
> [ofbiz.jar:?]
> at
> org.apache.ofbiz.entity.GenericValue.getRelatedOne(GenericValue.java:187)
> [ofbiz.jar:?]
> at
> org.apache.ofbiz.accounting.payment.PaymentWorker.getPartyPaymentMethodValueMaps(PaymentWorker.java:74)
> [ofbiz.jar:?]
> at
> org.apache.ofbiz.accounting.payment.PaymentWorker$getPartyPaymentMethodValueMaps$0.call(Unknown
> Source) [ofbiz.jar:?]
> at ViewProfile.run(ViewProfile.groovy:39) [script:?]
> at
> org.apache.ofbiz.base.util.GroovyUtil.runScriptAtLocation(GroovyUtil.java:204)
> [ofbiz.jar:?]
> at
> org.apache.ofbiz.base.util.ScriptUtil.executeScript(ScriptUtil.java:342)
> [ofbiz.jar:?]
> at
> org.apache.ofbiz.base.util.ScriptUtil.executeScript(ScriptUtil.java:324)
> [ofbiz.jar:?]
> at
> org.apache.ofbiz.widget.model.AbstractModelAction$Script.runAction(AbstractModelAction.java:633)
> [ofbiz.jar:?]
> at
> org.apache.ofbiz.widget.model.AbstractModelAction.runSubActions(AbstractModelAction.java:142)
> [ofbiz.jar:?]
> at
> org.apache.ofbiz.widget.model.ModelScreenWidget$Section.renderWidgetString(ModelScreenWidget.java:273)
> [ofbiz.jar:?]
> at
> org.apache.ofbiz.widget.model.ModelScreen.renderScreenString(ModelScreen.java:164)
> [ofbiz.jar:?]
> at
> org.apache.ofbiz.widget.renderer.ScreenRenderer.render(ScreenRenderer.java:136)
> [ofbiz.jar:?]
> at
> org.apache.ofbiz.widget.renderer.ScreenRenderer.render(ScreenRenderer.java:98)
> [ofbiz.jar:?]
> at
> org.apache.ofbiz.widget.renderer.macro.MacroScreenViewHandler.render(MacroScreenViewHandler.java:157)
> [ofbiz.jar:?]
> at
> org.apache.ofbiz.webapp.control.RequestHandler.renderView(RequestHandler.java:1001)
> [ofbiz.jar:?]
> at
> org.apache.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:653)
> [ofbiz.jar:?]
> at
> org.apache.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:213)
> [ofbiz.jar:?]
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
> [javax.servlet-api-3.1.0.jar:3.1.0]
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
> [javax.servlet-api-3.1.0.jar:3.1.0]
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292)
> [tomcat-catalina-8.0.36.jar:8.0.36]
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
> [tomcat-catalina-8.0.36.jar:8.0.36]
> at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
> [tomcat-embed-websocket-8.0.36.jar:8.0.36]
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
> [tomcat-catalina-8.0.36.jar:8.0.36]
> at

Re: Ofbiz Development

2016-04-14 Thread james_sg
Hi John,

OFBiz is open to all, and we work as a community here.
Do stay if you can contribute to OFBiz.

I do agree with some of your points, but it will take some time to fix.
Keep things specific so that it is easier for us to look into it.
You can log OFBiz related issues here at
https://issues.apache.org/jira/browse/OFBIZ/

Regards,
James


John Spikowski wrote
> Taher,
> 
> I think it's best I unsubscribe from the list as I don't want to hurt
> this project with my views about Java. Thank you everyone for putting up
> with my sour face.
> 
> John
> 
> 
> On Thu, 2016-04-14 at 13:14 +0300, Taher Alkhateeb wrote:
>> Hi John,
>> 
>> Most of the users in the mailing list were trying to give you
>> constructive
>> feedback (in their unpaid time) to try and help you out in understanding
>> the technology behind ofbiz to which you have been confrontational.
>> 
>> It is definitely okay for your to be unhappy with Java or ofbiz or any
>> other technology. I would kindly suggest however that you maintain email
>> etiquette for your fellow colleagues on the list. We are all here as a
>> community trying to help each other and learn something in the process.
>> 
>> Thank you for your understanding.
>> 
>> Taher Alkhateeb
>> 
>> On Thu, Apr 14, 2016 at 11:27 AM, John Spikowski <

> e-mail@

> >
>> wrote:
>> 
>> > On Wed, 2016-04-13 at 23:49 -0700, Paul Mandeltort wrote:
>> > > Sounds like you are making the common amatuer mistake of confusing
>> > > enterprise java systems for desktop java apps. Please don’t show up
>> and
>> > > start bashing a technology on its users list without understanding
>> the
>> > > technology, it’s unprofessional.
>> >
>> > I will be happy to give you a lesson what an 'amateur' can do. While
>> > you're playing with yourself in a JAR, I'll show you how it's suppose
>> to
>> > be done.
>> >
>> >
>> >
>> >
>> >





--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Ofbiz-Development-tp4679376p4679428.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Ofbiz Development

2016-04-14 Thread james_sg
Hi Jacques,

The forked project supports recent Java version 8, while the original
project is no longer in development.
I uses it with Eclipse so that changed .java files are built automatically
into .class files, while
DCEVM detects changed class files and load it directly into the JVM. 

Eclipse will warn me whenever .class files and JVM is not up to date. So I
know when I need to restart OFBiz from Eclipse.

DCEVM is a time-saver for me since I code mostly in Java :)

Regards,
James


Jacques Le Roux wrote
> Hi James,
> 
> Interesting notably in debugging cases!
> Is it better than what is OOTB in Eclipse? Is it better than what it
> forked http://ssw.jku.at/dcevm/ ?
> 
> Thanks
> 
> Jacques
> 
> Le 14/04/2016 00:38, james_sg a écrit :
>> Hi anon,
>>
>> To add on, if you are using Eclipse IDE for development, check out
>> https://dcevm.github.io/. DCEVM allows you to code java and test the
>> change
>> without restarting the whole application. Eclipse IDE prompts you
>> whenever
>> DCEVM cannot push the change properly, and you will know the application
>> requires a restart.
>>
>> Regards,
>> James
>>
>>
>> Pierre Smits wrote
>>> Hi anon <
>>> sa_reminder@
>>> >.
>>>
>>> Jumpstarting development is easy:
>>>
>>> 1.  Use the ./ant create-component task to create a complete
>>> skeleton
>>> of
>>> a hot-deployment component. And after an ./ant build start you are
>>> ready to
>>> use the skeleton. Just make sure that you load the component's
>>> permissions
>>> after the startup (in webtools)
>>> 2. You can create widgets (screens, forms) without it requiring a
>>> restart
>>> 3. You can can create freemarker templates and groovy scripts
>>> without
>>> it
>>> requiring a restart
>>> 4. You can create request-map and view-map URI's without it
>>> requiring a
>>> restart
>>>
>>> The elements of a component requiring a restart is services and Java
>>> code
>>> (as it needs to be compiled. Adding new labels to the Label.xml files of
>>> the component doesn't require a restart, but the cache needs to be
>>> flushed
>>> to see the effects (again this is done in the webtools component).
>>>
>>> I trust the above will help you jumpstart your development.
>>>
>>> Best regards,
>>>
>>> Pierre Smits
>>>
>>> ORRTIZ.COM <http://www.orrtiz.com>;
>>> OFBiz based solutions & services
>>>
>>> OFBiz Extensions Marketplace
>>> http://oem.ofbizci.net/oci-2/
>>>
>>> On Wed, Apr 13, 2016 at 9:23 PM, Nick Rosser <
>>> nrosser@
>>> > wrote:
>>>
>>>> You could check-out BigFish -- an open-source eCommerce framework that
>>>> complements OFBiz. Bigfish.solveda.com.
>>>> Nick
>>>>
>>>> -Original Message-
>>>> From: anon [mailto:
>>> sa_reminder@
>>> ]
>>>> Sent: Wednesday, April 13, 2016 3:12 PM
>>>> To:
>>> user@.apache
>>>> Subject: Ofbiz Development
>>>>
>>>> Hello List,
>>>> I have been looking at the tutorials on youtube of the ofbiz framework
>>>> and
>>>> I was wondering what the development experience look like. I noticed in
>>>> the
>>>> vid that the server has to be restarted frequently and that the startup
>>>> time can take more that 5 min. Is that really what is going on?
>>>> After seeing that, I tried the moqui framework, because I am looking
>>>> for
>>>> a
>>>> fully loaded opensource ecommerce framework. Sadly, moqui uses gradle
>>>> and
>>>> I
>>>> do not have a good experience with gradle. It is just too slow for my
>>>> taste. Is there any trick that you guys use to speed up thae ofbiz
>>>> startup
>>>> time or do you guys just live with it? I left Javaland years ago
>>>> because
>>>> of
>>>> that issue...
>>>> Thanks.
>>>>
>>
>>
>>
>>
>> --
>> View this message in context:
>> http://ofbiz.135035.n4.nabble.com/Ofbiz-Development-tp4679376p4679405.html
>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>





--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Ofbiz-Development-tp4679376p4679420.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Ofbiz Development

2016-04-13 Thread james_sg
Hi anon,

To add on, if you are using Eclipse IDE for development, check out
https://dcevm.github.io/. DCEVM allows you to code java and test the change
without restarting the whole application. Eclipse IDE prompts you whenever
DCEVM cannot push the change properly, and you will know the application
requires a restart.

Regards,
James


Pierre Smits wrote
> Hi anon <

> sa_reminder@

> >.
> 
> Jumpstarting development is easy:
> 
>1.  Use the ./ant create-component task to create a complete skeleton
> of
>a hot-deployment component. And after an ./ant build start you are
> ready to
>use the skeleton. Just make sure that you load the component's
> permissions
>after the startup (in webtools)
>2. You can create widgets (screens, forms) without it requiring a
> restart
>3. You can can create freemarker templates and groovy scripts without
> it
>requiring a restart
>4. You can create request-map and view-map URI's without it requiring a
>restart
> 
> The elements of a component requiring a restart is services and Java code
> (as it needs to be compiled. Adding new labels to the Label.xml files of
> the component doesn't require a restart, but the cache needs to be flushed
> to see the effects (again this is done in the webtools component).
> 
> I trust the above will help you jumpstart your development.
> 
> Best regards,
> 
> Pierre Smits
> 
> ORRTIZ.COM ;
> OFBiz based solutions & services
> 
> OFBiz Extensions Marketplace
> http://oem.ofbizci.net/oci-2/
> 
> On Wed, Apr 13, 2016 at 9:23 PM, Nick Rosser <

> nrosser@

> > wrote:
> 
>> You could check-out BigFish -- an open-source eCommerce framework that
>> complements OFBiz. Bigfish.solveda.com.
>> Nick
>>
>> -Original Message-
>> From: anon [mailto:

> sa_reminder@

> ]
>> Sent: Wednesday, April 13, 2016 3:12 PM
>> To: 

> user@.apache

>> Subject: Ofbiz Development
>>
>> Hello List,
>> I have been looking at the tutorials on youtube of the ofbiz framework
>> and
>> I was wondering what the development experience look like. I noticed in
>> the
>> vid that the server has to be restarted frequently and that the startup
>> time can take more that 5 min. Is that really what is going on?
>> After seeing that, I tried the moqui framework, because I am looking for
>> a
>> fully loaded opensource ecommerce framework. Sadly, moqui uses gradle and
>> I
>> do not have a good experience with gradle. It is just too slow for my
>> taste. Is there any trick that you guys use to speed up thae ofbiz
>> startup
>> time or do you guys just live with it? I left Javaland years ago because
>> of
>> that issue...
>> Thanks.
>>





--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Ofbiz-Development-tp4679376p4679405.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Inventory movement and scanning technology related question

2016-03-21 Thread james_sg
Hi Pierre,

You are right. Thanks!

Regards,
James


Pierre Smits wrote
> There is no need to try something new as OFBiz has barcode functions in
> place, see https://demo-trunk-ofbiz.apache.org/catalog/control/EditProduct
> and the barcode button.
> 
> Best regards,
> 
> Pierre Smits
> 
> ORRTIZ.COM <http://www.orrtiz.com>;
> OFBiz based solutions & services
> 
> OFBiz Extensions Marketplace
> http://oem.ofbizci.net/oci-2/
> 
> On Mon, Mar 21, 2016 at 2:42 AM, james_sg <

> snowmedal@

> > wrote:
> 
>> Rob Montalvo wrote
>> > Dear all,
>> > I would like to incorporate the ability to track the movement of
>> inventory
>> > items using barcode scanning technology (scanners, or Android-based
>> > devices).
>> > I have looked through the documentation, but I have not found anything
>> > that tells me what I need to do to make this happen.Is this something
>> that
>> > is supported OOTB by OFBiz, or do I need to write a custom module?
>> > Does anyone have any pointers they can share on how to accomplish such
>> a
>> > feat?
>> > Any open-source alternatives I should be looking into?
>> > Thank you very much in advance!!!
>> > Best regards,Rob
>> > PS: Thanks a lot to Pierre Smits for his answers to my previous
>> questions.
>> >  They were spot on!!
>>
>> Hi Robert,
>>
>> Try googling for: barcode4j fop
>>
>> Regards,
>> James Yong
>>
>>
>>
>>
>> --
>> View this message in context:
>> http://ofbiz.135035.n4.nabble.com/Inventory-movement-and-scanning-technology-related-question-tp4678064p4678128.html
>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>





--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Inventory-movement-and-scanning-technology-related-question-tp4678064p4678131.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Inventory movement and scanning technology related question

2016-03-20 Thread james_sg
Rob Montalvo wrote
> Dear all,
> I would like to incorporate the ability to track the movement of inventory
> items using barcode scanning technology (scanners, or Android-based
> devices).
> I have looked through the documentation, but I have not found anything
> that tells me what I need to do to make this happen.Is this something that
> is supported OOTB by OFBiz, or do I need to write a custom module?
> Does anyone have any pointers they can share on how to accomplish such a
> feat?
> Any open-source alternatives I should be looking into?
> Thank you very much in advance!!!
> Best regards,Rob
> PS: Thanks a lot to Pierre Smits for his answers to my previous questions.
>  They were spot on!!

Hi Robert,

Try googling for: barcode4j fop

Regards,
James Yong




--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Inventory-movement-and-scanning-technology-related-question-tp4678064p4678128.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: FOSSASIA, Singapore 18th to 20th March 2016.

2016-01-24 Thread james_sg
Hans Bakker wrote
> Hi OFBiz users,
> 
> I just tweeted at @hansbak:
> My presentation: "How #*opensource* 
> ; #*ERP* 
> ; is slowly changing the 
> business world" accepted at #*FOSSASIA* 
> ; 18th to 20th March
> 2016 
> in Singapore
> 
> Although many of the subjects will apply to most open source ERP 
> systems, the advantages of OFBiz/GrowERP will sure be highlighted.
> 
> Anybody interested in OFBiz/GrowERP in the Singapore area, please 
> contact me for an informal discussion.
> 
> -- 
> 
> Regards,
> 
> Hans Bakker
> CEO, http://antwebsystems.com

That's good.
I will probably drop by

- James Yong




--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/FOSSASIA-Singapore-18th-to-20th-March-2016-tp4676284p4676399.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: condition-service tag

2014-12-16 Thread james_sg
Thanks Deepak


Deepak Dixit-2 wrote
> Hi James,
> 
> Here is an example of condition-service:
>  auth="true">
> 
> 
> Test service for condition-service
> 
> 
> 
> 
> 
> 
> 
> 
> Service must return conditionReply as Boolean.
> 
> Thanks & Regards
> —
> Deepak Dixit
> 
> 
>> On Dec 16, 2014, at 9:34 AM, Jacques Le Roux <

> jacques.le.roux@

> > wrote:
>> 
>> There are no examples. You simply specify the name of a service, and it
>> calls that service with the current ECA context. The service returns a
>> boolean. I must say I never used it...
>> 
>> Jacques
>> 
>> Le 15/12/2014 17:16, james_sg a écrit :
>>> Hi all,
>>> 
>>> I am looking to use the condition-service tag in an eca. Can't find an
>>> example for it.
>>> 
>>> Regards,
>>> James
>>> 
>>> 
>>> 
>>> --
>>> View this message in context:
>>> http://ofbiz.135035.n4.nabble.com/condition-service-tag-tp4659623.html
>>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>> 
> 
> 
> 
> smime.p7s (6K)
> <http://ofbiz.135035.n4.nabble.com/attachment/4659641/0/smime.p7s>;





--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/condition-service-tag-tp4659623p4659649.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


condition-service tag

2014-12-15 Thread james_sg
Hi all,

I am looking to use the condition-service tag in an eca. Can't find an
example for it.

Regards,
James



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/condition-service-tag-tp4659623.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Urgent:Create or use current ecommerce ?

2014-11-19 Thread james_sg
Hi hoboy,

Have you subscribe to OFBiz mailing list? It will be better as more people
can read your message.

Regards,
James


hoboy wrote
> Tks Pierre
> I need more then demo.
> I am willing to put the extra mile.
> I am experienced java developer I hope to be able to use that skill.
>  - put in extra man hours to change the existing component so that it 
> provides what you need.
> I will like to put the extra hour but I need some guidance. 
>- take some of the extensions that some of our community members have
> in their solutions and services portfolio. 
> Could you please point me to some of these extension.
> Some of the basic questions I have.
> 1. at localhost:8080/ecommerce.
> if I want to change"ecommerce" that so something else when do I do that ?
> and the that first screen where can I modify the text, the logos ?





--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Urgent-Create-or-use-current-ecommerce-tp4658597p4658608.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: How to integrate activiti in ofbiz?

2014-11-05 Thread james_sg
Hi Kingzuo,

There is a recent discussion on this at
http://ofbiz.135035.n4.nabble.com/OFBiz-workflow-with-activiti-org-td4657081.html

Regards,
James Yong 


kingzuo wrote
> How to integrate activiti in ofbiz?





--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/How-to-integrate-activiti-in-ofbiz-tp4657891p4657901.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: How to integrate activiti in ofbiz?

2014-11-05 Thread james_sg
Hi Kingzuo,

There is a recent discussion on this at 
http://ofbiz.135035.n4.nabble.com/OFBiz-workflow-with-activiti-org-td4657081.html

  

Regards,
James Yong



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/How-to-integrate-activiti-in-ofbiz-tp4657891p4657898.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: What is the best way to interfere with ofbiz from another application

2014-10-30 Thread james_sg
What sort of 3rd party application? Dot net? 


Michael Gawrychowski-2 wrote
> Hello everyone, we are testing ofbiz and we are trying to assess if it is
> going to work for our environment. One of the main criteria is to be able
> to trigger orders from 3rd party application that will communicate with
> Ofbiz to do the rest of work. What is the best way to communicate with
> ofbiz from the rest of the world. Is there any API available?
> 
> Thank you





--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/What-is-the-best-way-to-interfere-with-ofbiz-from-another-application-tp4657603p4657609.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: OFBiz/BigFish: Indian Retailer Religare Wellness goes live!

2014-10-30 Thread james_sg
Thank you Len


lshein wrote
> James,
> We have not certified BigFish on Ofbiz 13 as of yet, however we do not see
> any reason BigFish would not operate as is with R13. 
> 
> Regards
> Len





--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/OFBiz-BigFish-Indian-Retailer-Religare-Wellness-goes-live-tp4657413p4657564.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: OFBiz/BigFish: Indian Retailer Religare Wellness goes live!

2014-10-29 Thread james_sg
Hi Nick,

I see the good work on BigFish. 
May I know if BigFish is supported on OFBiz 13.07?

Regards,
James Yong



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/OFBiz-BigFish-Indian-Retailer-Religare-Wellness-goes-live-tp4657413p4657476.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


RE: OfBiz with JForum

2014-06-02 Thread james_sg
Hi eric,

OFBiz consists of several web applications, and uses some custom way to
auto-login the users when they navigate from one web application into
another. You can look into the externalLoginKey parameter used by OFBiz.

In order to allow other web application like JForum to fit in nicely with
minimum code changes, you will need to consider a proper single-sign-on
solution like CAS SSO http://www.jasig.org/cas. Start by downloading the CAS
Server code into OFBiz's special folder, and add the ofbiz-component.xml
file. There will also be changes to the web.xml files in other web
applications.

No step by step approach. Need to read documentation and fix whatever errors
that arise : )


eric wrote
> Hi James,
> 
> Can you tell me more about this? About CAS SSO and steps taken?
> 
> Thanks
> 
> -Original Message-
> From: james_sg [mailto:

> snowmedal@

> ] 
> Sent: Friday, May 30, 2014 3:32 PM
> To: 

> user@.apache

> Subject: Re: OfBiz with JForum
> 
> I am one of the past contributors to JForum. 
> With some changes, you should be able to deploy it as an OFBiz components.
> 
> If you understand how OFBiz authentication works between components, you
> should consider replacing the OFBiz authentication with CAS SSO. This will
> save you a lot of problems later when you convert other projects into
> OFBiz
> components.
> 
> 
> eric wrote
>> OfBiz forum is not reliable to me. I think of putting Jforum into OfBiz.
>> Has
>> anyone done this?
>> 
>> Any step by step guidance for this?
>> 
>>  
>> 
>> Would it be easier to put OfBiz running on external Tomcat where I can 
>> easily deploy Jforum there too?
>> 
>> I will need step by step guidance for this too.
>> 
>>  
>> 
>>  
>> 
>> 
>> 
>> ---
>> This email is free from viruses and malware because avast! Antivirus 
>> protection is active.
>> http://www.avast.com
> 
> 
> 
> 
> 
> --
> View this message in context:
> http://ofbiz.135035.n4.nabble.com/OfBiz-with-JForum-tp4650890p4651261.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.





--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/OfBiz-with-JForum-tp4650890p4651338.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: ofbiz for logistics

2014-05-31 Thread james_sg
Jim S wrote
> Okay ... but we just receive the packages and don't pick and pack items of
> our own. We only need to transfer the packages received from a client to
> the customer.

If you don't cater for the picking process, won't the wrong package gets
delivered?
The packing process is meant for repackaging for delivery. That could mean
putting smaller packages into 1 box to easier delivery, or not at all.


Jim S wrote
> Even the shipping logistics like UPS when they ship a package to a
> customer
> they only have information about the shipping party (client), ship to
> party
> (customer), number of packages, type of package, weight, dimension of the
> package. In turn UPS provide a unique shipping digest and tracking number
> for the package so that client/customer can track the shipment.

This is the reason why i mentioned about adding functions for OFBiz to
support serialised products. You need some unique numbers to track each
package, don't you?


Jim S wrote
> Certainly as a logistics we don't need to know the part number of the
> items
> in the package and this information is only internal to the client. I
> think
> the way ofbiz works is when you receive a package or inventory you must
> have the product ID for the item in the system, right? so I guess the
> process you described won't work.

Paul has mentioned that you can have a standard part number called PACKAGE,
that is a product called PACKAGE. You could also sub-categorize the PACKAGE
accordingly to your requirement. No one is asking you to map every package
contents into your own inventory. It is also why I mentioned about adding
functions to edit Product description in the sales order line items.





--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/ofbiz-for-logistics-tp4651203p4651301.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Product Pricing - multiple time-based record

2014-05-31 Thread james_sg
Hi Jacques,

Just to mention that in the example given by twosolution, the database
records are correct. However he has some misunderstanding on how 'thru date'
in OFBiz meant.


Jacques Le Roux wrote
> Seems that I forgot this one
> https://issues.apache.org/jira/browse/OFBIZ-3161
> 
> Too much things on my plate :/ I will try to review...
> 
> Jacques
> 
> Le 31/05/2014 01:44, Jen Sing Choe a écrit :
>> Even if i apply ordering, it will still create confusing especially on
>> the
>> ecommerce/PO/invoice
>> I feel a bit weird that out-of-the-box, ofbiz does not prevent
>> over-lapping
>> on the time-based condition.
>> Ofbiz only prevent the from having the same start date.
>> Is it better, if there is over-lapping time-based checking (on date
>> without
>> timestamp) ?
>>
>>
>>
>>
>> On Fri, May 30, 2014 at 2:59 PM, james_sg <

> snowmedal@

> > wrote:
>>
>>> Hi,
>>>
>>> In the database, the dates are stored with non-zero time.
>>> When selecting a price, you can choose to filter with a date with zero
>>> time.
>>> So the effect is you will retrieve only 1 record.
>>>
>>>
>>> twosolution wrote
>>>> Hi,
>>>> In product pricing, we can define multiple record
>>>>
>>>> PRIMARY KEY (product_id, product_price_type_id,
>>>> product_price_purpose_id,
>>>> currency_uom_id, product_store_group_id, from_date)
>>>>
>>>> My below scenario is at below
>>>>
>>>> (1 + 2 + 3 + 4 + 5 + 2Jan2014 ) and thruDate = 15Jan2014
>>>> (1 + 2 + 3 + 4 + 5 + 15Jan2014 ) and thruDate is null
>>>>
>>>>
>>>> and i would like to return 15jan2014 pricing, and i will return 2
>>> records.
>>>> And assuming timestamp is not important in this scenario. Just only the
>>>> date
>>>>
>>>> What is the current practice of choosing which record to retrieve ?
>>>>
>>>> --
>>>> Disclaimer : This E-mail is intended only for the use of the individual
>>> or
>>>> entity named above and may contain information that is confidential. If
>>>> you
>>>> are not the intended recipients, please immediately notify us by return
>>>> email and delete it from your system. Any unauthorised dissemination,
>>>> distribution or copying of this email is strictly prohibited. Thank
>>>> You.
>>>
>>>
>>>
>>>
>>> --
>>> View this message in context:
>>> http://ofbiz.135035.n4.nabble.com/Product-Pricing-multiple-time-based-record-tp4651240p4651249.html
>>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>>
> 
> --





--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Product-Pricing-multiple-time-based-record-tp4651240p4651296.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: ofbiz for logistics

2014-05-31 Thread james_sg
Hi Jim,

I share the same view as Pierre that you should not be using the purchase
order for it.

Your workflow should be something like this:
1) When packages arrive, you should create a Sales Order for this. In this
case, you need to add function to allow editing the description of each
sales order line item.
2) Approval of Sales Order
3) Receive the inventory via product. OFBiz allows receiving product without
PO. You need to add function for OFBiz to support products with serialized
barcode. During goods receiving, a unique barcode is generated for each
serialised product. You will also need to make changes to ensure the
received goods is reserved to the correct sales order.
4) Packing as usual.



Jim S wrote
> Adrian, Pierre, thanks for your feedback.
> 
> Pierre I may not have been through in my analysis but I would like to
> mention few points. The shipment logistics provider basically comes under
> the distribution logistics which involves
> 1. Receiving the packages from client.
> 2. Storing the packages in the warehouse at a certain location, we call it
> a distribution centre. This is need for picking later.
> 3. Picking the packages and deliver to the customer.
> 
> The shipment or packages from the client is an incoming shipment to the
> logistics so I think best way would be to associate the incoming shipment
> to a purchase order in ofbiz. Receiving the shipment will create necessary
> information in the ofbiz. There is an interesting shipment type available
> in ofbiz i.e. transfer I think it can be used since the shipment is really
> transferred from the client to the logistics and from logistics to the
> customer?
> 
> The next step is to pick the packages, lade vehicle & provide a detail of
> the packages (address information, packages information) on a sheet to the
> driver. We can utilize the pick sheet to create the picking and delivery
> information. I think we may need to rewrite code for certain part of the
> order picking in ofbiz to model it for logistics. Once the packages are
> delivered, the shipment status can be updated in ofbiz.
> 
> 
> -- 
> Thanks,
> Jim





--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/ofbiz-for-logistics-tp4651203p4651295.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Product Pricing - multiple time-based record

2014-05-30 Thread james_sg
Hi twosolution,

Lets turn to the 1st example given by you where all the dates have zero
time. Study the following code in  EntityDateFilterCondition.java.

public static EntityExpr makeCondition(Timestamp moment, String
fromDateName, String thruDateName) {
return EntityCondition.makeCondition(
EntityCondition.makeCondition(
EntityCondition.makeCondition( thruDateName,
EntityOperator.EQUALS, null ),
EntityOperator.OR,
EntityCondition.makeCondition( thruDateName,
EntityOperator.GREATER_THAN, moment )
),
EntityOperator.AND,
EntityCondition.makeCondition(
EntityCondition.makeCondition( fromDateName,
EntityOperator.EQUALS, null ),
EntityOperator.OR,
EntityCondition.makeCondition( fromDateName,
EntityOperator.LESS_THAN_EQUAL_TO, moment )
)
   );
}

Ofbiz will only return 1 record in your given scenario when you get a price
for the date on 15th Jan.




twosolution wrote
> Even if i apply ordering, it will still create confusing especially on the
> ecommerce/PO/invoice
> I feel a bit weird that out-of-the-box, ofbiz does not prevent
> over-lapping
> on the time-based condition.
> Ofbiz only prevent the from having the same start date.
> Is it better, if there is over-lapping time-based checking (on date
> without
> timestamp) ?
> 
> 
> 
> 
> On Fri, May 30, 2014 at 2:59 PM, james_sg <

> snowmedal@

> > wrote:
> 
>> Hi,
>>
>> In the database, the dates are stored with non-zero time.
>> When selecting a price, you can choose to filter with a date with zero
>> time.
>> So the effect is you will retrieve only 1 record.
>>
>>
>> twosolution wrote
>> > Hi,
>> > In product pricing, we can define multiple record
>> >
>> > PRIMARY KEY (product_id, product_price_type_id,
>> product_price_purpose_id,
>> > currency_uom_id, product_store_group_id, from_date)
>> >
>> > My below scenario is at below
>> >
>> > (1 + 2 + 3 + 4 + 5 + 2Jan2014 ) and thruDate = 15Jan2014
>> > (1 + 2 + 3 + 4 + 5 + 15Jan2014 ) and thruDate is null
>> >
>> >
>> > and i would like to return 15jan2014 pricing, and i will return 2
>> records.
>> > And assuming timestamp is not important in this scenario. Just only the
>> > date
>> >
>> > What is the current practice of choosing which record to retrieve ?
>> >
>> > --
>> > Disclaimer : This E-mail is intended only for the use of the individual
>> or
>> > entity named above and may contain information that is confidential. If
>> > you
>> > are not the intended recipients, please immediately notify us by return
>> > email and delete it from your system. Any unauthorised dissemination,
>> > distribution or copying of this email is strictly prohibited. Thank
>> You.
>>
>>
>>
>>
>>
>> --
>> View this message in context:
>> http://ofbiz.135035.n4.nabble.com/Product-Pricing-multiple-time-based-record-tp4651240p4651249.html
>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>
> 
> -- 
> Disclaimer : This E-mail is intended only for the use of the individual or 
> entity named above and may contain information that is confidential. If
> you 
> are not the intended recipients, please immediately notify us by return 
> email and delete it from your system. Any unauthorised dissemination, 
> distribution or copying of this email is strictly prohibited. Thank You.





--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Product-Pricing-multiple-time-based-record-tp4651240p4651281.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Login issue

2014-05-30 Thread james_sg
I suspect the problem could be similar to this
https://issues.apache.org/jira/browse/OFBIZ-3862

Are you able to provide some code to reproduce this problem?


RamKrishna Swamy wrote
> Hi James,
> 
> I am using 12.04.02.
> 
> 
> On Fri, May 30, 2014 at 1:14 PM, james_sg <

> snowmedal@

> > wrote:
> 
>> which version of OFBiz are you using?
>>
>>
>> RamKrishna Swamy wrote
>> > Hi User,
>> >
>> > I have created a form and put a button to select some  values from
>> another
>> > page. After selecting value; if I try to click on the button to select
>> > another value then I am logging out even if I am already logged in.
>> First
>> > time it works but second time of selection I am being logged out. I am
>> > using MySql database. Any pointer would be of great help.
>> >
>> > --
>> > Thanks
>> > Ramkrishna
>>
>>
>>
>>
>>
>> --
>> View this message in context:
>> http://ofbiz.135035.n4.nabble.com/Login-issue-tp4651158p4651258.html
>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>
> 
> 
> 
> -- 
> Thanks
> Ramkrishna





--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Login-issue-tp4651158p4651279.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: RESTful service to check LoginID and password?

2014-05-30 Thread james_sg
Alex Morris wrote
> Greetings Users and Experts,
> 
> I am trying to create RESTful service integrated with Ofbiz.  My Ofbiz
> RESTful service would check if client exists in PartyAndUserLogin table.
> Defining business logic of what to do if-exists or if-not-exists will come
> after I get this basic REST function working.
> 
> Suggestions for training material or a model of similar behaviors existing
> already in Ofbiz would be greatly appreciated.
> 
> Some details;
> 
> I have done the beginner development tutorial, and also have integrated
> the
> example of REST service;
> 
> https://cwiki.apache.org/confluence/display/OFBIZ/Export+service+using+REST
> 
> This simple 'ping' application works ok, but the implementation lacks
> features that my project needs.  I look at how services are invoked within
> my Ofbiz, almost all my services are using Minilang.  But those services
> are invoked by controller.xml when the client request to a particular uri
> is matched.  And since the example RESTful service has *no* entries in
> controller.xml containing "invoke=", I am unsure how to ask the RESTful
> service to invoke a Minilang service.  In the REST example code, there is
> a
> java class that responds to client request, it is not Minilang.
> 
> I am not 
> 
>  skilled enough with java to extend that example java class
> to perform username lookup and password checking..  I have also looked at
> PartyServices.java but it is not clear if that is the right model for my
> needs..  Not sure if Minilang service is a good approach..  And not sure
> where to look next for examples..  Any suggestions are most welcome.
> Thanks in advance.
> 
> Kind regards,
> alex


"In the REST example code, there is a
java class that responds to client request, it is not Minilang. "

If you look at how the ping service is defined, it will invoke a java
method. 
But you can also point the service to invoke a minilang.




--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/RESTful-service-to-check-LoginID-and-password-tp4651174p4651262.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: OfBiz with JForum

2014-05-30 Thread james_sg
I am one of the past contributors to JForum. 
With some changes, you should be able to deploy it as an OFBiz components.

If you understand how OFBiz authentication works between components, you
should consider replacing the OFBiz authentication with CAS SSO. This will
save you a lot of problems later when you convert other projects into OFBiz
components.


eric wrote
> OfBiz forum is not reliable to me. I think of putting Jforum into OfBiz.
> Has
> anyone done this?
> 
> Any step by step guidance for this?
> 
>  
> 
> Would it be easier to put OfBiz running on external Tomcat where I can
> easily deploy Jforum there too?
> 
> I will need step by step guidance for this too.
> 
>  
> 
>  
> 
> 
> 
> ---
> This email is free from viruses and malware because avast! Antivirus
> protection is active.
> http://www.avast.com





--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/OfBiz-with-JForum-tp4650890p4651261.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Suitability of OfBiz for our upcoming project

2014-05-30 Thread james_sg
If you haven't, I would suggest that you download OFBiz and try to evaluate
from there 1st. 


Andrew Hine wrote
> Hi,
> 
> We are considering using OfBiz for our upcoming project.
> 
> We require a sophisticated (i.e with complex nested product categories,
> multiple prices, promotions, discount vouchers, images e.t.c) product
> management system. In addition we also require custom after sale receipt
> documents to be issued to the customer, potentially different for every
> product.
> 
> All of the above needs to be maintainable via an admin GUI interface with
> access control, version control e.t.c.
> 
> We are selling electronic products, so after the shopping cart is
> submitted, the system needs to talk to our back end services to generate
> and supply the product, providing any custom links / access codes to the
> custom after sales receipt document.
> 
> We don't require a web based front end but require a restful API
> interface.
> 
> Is OfBiz able to provide this functionality out of the box? Would much
> custom development be required?
> 
> Thanks,
> Andrew
> 
> 
> This email and any files transmitted with it may be confidential and are
> intended solely for the use of the individual or entity to whom they are
> addressed. This email may contain personal information of individuals, and
> be subject to Commonwealth and/or State privacy laws in Australia. This
> email is also subject to copyright. If you are not the intended recipient,
> you must not read, print, store, copy, forward or use this email for any
> reason, in accordance with privacy and copyright laws. If you have
> received this email in error, please notify the sender by return email,
> and delete this email from your inbox.





--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Suitability-of-OfBiz-for-our-upcoming-project-tp4651149p4651259.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Login issue

2014-05-30 Thread james_sg
which version of OFBiz are you using?


RamKrishna Swamy wrote
> Hi User,
> 
> I have created a form and put a button to select some  values from another
> page. After selecting value; if I try to click on the button to select
> another value then I am logging out even if I am already logged in. First
> time it works but second time of selection I am being logged out. I am
> using MySql database. Any pointer would be of great help.
> 
> -- 
> Thanks
> Ramkrishna





--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Login-issue-tp4651158p4651258.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Is ofbiz restart is still needed?

2014-05-30 Thread james_sg
look at this project http://ssw.jku.at/dcevm/


Mukhtar wrote
> Everytime I make a change to java code, I run "ant" and then restart the
> ofbiz service to pick up the changes.
> 
> Is this still necessary?  I am running 9.  What about 12.x





--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Is-ofbiz-restart-is-still-needed-tp4651045p4651257.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Product Pricing - multiple time-based record

2014-05-30 Thread james_sg
Hi,

In the database, the dates are stored with non-zero time.
When selecting a price, you can choose to filter with a date with zero time.
So the effect is you will retrieve only 1 record.


twosolution wrote
> Hi,
> In product pricing, we can define multiple record
> 
> PRIMARY KEY (product_id, product_price_type_id, product_price_purpose_id,
> currency_uom_id, product_store_group_id, from_date)
> 
> My below scenario is at below
> 
> (1 + 2 + 3 + 4 + 5 + 2Jan2014 ) and thruDate = 15Jan2014
> (1 + 2 + 3 + 4 + 5 + 15Jan2014 ) and thruDate is null
> 
> 
> and i would like to return 15jan2014 pricing, and i will return 2 records.
> And assuming timestamp is not important in this scenario. Just only the
> date
> 
> What is the current practice of choosing which record to retrieve ?
> 
> -- 
> Disclaimer : This E-mail is intended only for the use of the individual or 
> entity named above and may contain information that is confidential. If
> you 
> are not the intended recipients, please immediately notify us by return 
> email and delete it from your system. Any unauthorised dissemination, 
> distribution or copying of this email is strictly prohibited. Thank You.





--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Product-Pricing-multiple-time-based-record-tp4651240p4651249.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: OFBiz Data Model book

2014-05-29 Thread james_sg
pinballpaul wrote
> Hey all, was going through my docs and found this little gem that I really
> wish I had found earlier in my OFBiz journey: 
> https://cwiki.apache.org/confluence/display/OFBTECH/Data+Model+Diagrams
> 
> I printed up a few copies of 11x17in double-sided and keep it by my desk.
> It’s incredibly useful when trying to pick apart/understand a new part of
> OFBiz I haven’t worked with before. 
> 
> —P
> Paul Mandeltort - 

> pmandel@


Another way to explore the database to use DBVisualizer Free and then go to
the Reference tab of a table to view its relationship with other tables.



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/OFBiz-Data-Model-book-tp4651223p4651242.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: What is the use of entity ItemIssuance?

2013-02-08 Thread james_sg
Hi, 

Record the necessary info when an item is issued from or to the facility.

Regards,
James


李明洋 wrote
> What is the use of entity ItemIssuance?
> 
> 
> thanks
> 
> Lee





--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/What-is-the-use-of-entity-ItemIssuance-tp4639209p4639287.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Permissions

2010-10-12 Thread james_sg

To show/hide a screen according to permission, you can use the
"if-has-permission" tag.


Shereen wrote:
> 
> Hi all 
> I want to make a little change in sfa and I'm wondering if anyone can help
> me
> I want ONLY the accounting manager to be able to view the the all accounts
> I don't want other sales persons to view all accounts
> first I commented the the part of code that includes the list of accounts
> in the default accounts page.
> I want to keep the find screen but only the sfa admin should be able to
> see it .
> can anyone please help me how to do that?
> I have only basic information about permissions and services with
> permissions
> 

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Permissions-tp2991515p2991569.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: REST API with Ofbiz

2010-10-12 Thread james_sg

found this:
http://ofbiz.135035.n4.nabble.com/rest-support-td1582987.html#a1582987


alexander.reel...@lusini.com wrote:
> 
> Hello
> 
> I am currently looking for possibilities to create a REST api for certain
> ofbiz functionalities. Several possibilities popup:
> 
> 1. Using an own written servlet - doing all the parsing by hand. That is
> not a real option is it poses too much work.
> 2. Taking a look at the axis2 rest capabilities looks as if it is not real
> rest, but just something similar - also integrating deeper urls with ofbiz
> seems not a simple step after a first look.
> 3. Taking a look at the wink example - looks quite interesting
> 4. Splitting the API from ofbiz system (and use something like resteasy or
> enunciate) and just do calls using RMI (or HTTP - can anyone enlighten me
> on efficiency for both?) - this could also scale  if your api calls get
> bigger (and you could offload logic checks and xml parsing to them in
> order to save cycles on ofbiz nodes)
> 
> any experiences with options 3 or 4 or other ideas?
> 
> Thanks for any pointers and help.
> 
> 
> Regards, Alexander
> 

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/REST-API-with-Ofbiz-tp2991306p2991348.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: inventory

2010-10-11 Thread james_sg

Once you have created a sales order, the atp and qoh for the inventory will
be updated accordingly


Info Olagos wrote:
> 
> Hello,
> 
> Another question:
> 
> I have an inventory from which manual order entries do diminish the
> inventory amount of certain products.
> 
> What if i enter a physical inventory at a certain date x.
> 
> Is the  normal inventory amount of each product then adapted automatically
> or do i have to enter the amount variances with a reason for each product?
> 
> In which order i have to understand and to enter all this things?
> 
> Regards,
> Heidi
> 
> 

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/inventory-tp2989612p2991048.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Inventory -- facility question

2010-10-11 Thread james_sg

Hi Heidi,

If the same product is stored in different facilities and you want to
allocate part of the product inventory from facility 1 and another part from
facility 2 in your order, then you will need code customization.

Regards,
James


Info Olagos wrote:
> 
> Hello,
> 
> I want to have two facilities with each one inventory.
> The two facilities are each in another city.
> 
> My question:
> If i input a manual order into ofbiz, release 09.04, can i make it that
> part
> of my products are taken from the one inventory in facility 1 and other
> products are taken from the inventory from facility 2?
> 
> Regards,
> Heidi
> http://www.olagos.eu
> 
> 

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Inventory-facility-question-tp2989604p2991046.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: What you do consider a priority

2010-09-26 Thread james_sg

hi BJ,

1. Lesser mouse clicks. Currently I need to click around the pages to add /
modifiy data, because the pages tends to follow the tables design rather
than at business level.

2. Zero bugs. 

3. Many missing features even in Order Management, e.g. quote terms,
serialized item handling is not complete, multi-currency etc

4. Screen should be able to inject scripts to the html header, making the
code more modular.

5. The business flow graphing that you have mentioned.

6. Standardizing the screen layout. Some pages, the form is next to the
list, in other pages, clicking on the list goes to the form.

7. Standalone framework

8. Changes to service xml requires restart. This defeats the purpose of
defining it in xml.

9. Standardizing on how "ID" is used. For example, the drop down for quote
type should be labelled as "Quote Type" and not "Quote Type Id", because the
user is seeing the descriptions and not the ID. Another example is user
should be seeing "Quote ID" instead of "Quote Id".

- james


BJ Freeman wrote:
> 
> To those that know ofbiz, at a functionality level, what would be your 
> priority be worked one
> This includes something that needs to be added/changed
> 
> 

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/What-you-do-consider-a-priority-tp2714845p2714865.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Business flow Graphing

2010-09-21 Thread james_sg

Hi BJ,

I am fine with either way as long it works.

Some of my notes on how graphing is done with javascript:

1. the nodes are just div tags and positioned by javascripts. The content of
the node goes into the div tag. Seen some algorithms to calculate the
positions of each node to make sure they spread evenly.

2. the lines and arrows are drawn by javascript. 

3. if you want to make the nodes draggable, then can use library from jquery
or yui etc. In this case the redrawing of lines should be after the node is
dragged. Final positions of the nodes can be put into some input fields with
javascript and submit to the server to save.

-james


BJ Freeman wrote:
> 
> honest answer
> Don't know.
> I have used this applet for doing neural nets so have that coded and 
> familiar with it. is my only answer.
> i an not sure you can do what the applet does without a lot of overhead 
> to the server is my other thought.
> 
> 
> james_sg sent the following on 9/21/2010 6:33 PM:
>>
>> Hi BJ,
>>
>> May I know what is the advantage of using applet over javascript?
>>
>> -james
>>
>>
>> BJ Freeman wrote:
>>>
>>> I posted on the dev list but the user list may be  better place.
>>>
>>> I am going into uncharted waters for me so I could use some pointers.
>>> I am building many applets to show visual mapping of processes.
>>> you click on one of these and the data is marshaled and presented to the
>>> applet though the FTL for display. That part I got down.
>>> they are meant to help in development.
>>> they are display only.
>>> one of these is to show the flow from a specific point to the end point.
>>> so lets say an order is created is the start point selected. the graph
>>> would step through all processes till the end point of accounting.
>>>
>>> so the help is Using things like the webtools what do I need to
>>> implement as based processes to support such a display.
>>> Like artifact slimmed down as well as entity relationships.
>>>
>>> I will figure it all out in time but some help would speed up the
>>> process.
>>> i think these would great tools for tutorials as well.
>>>
>>>
>>> =
>>> BJ Freeman
>>> Strategic Power Office with Supplier Automation
>>> <http://www.businessesnetwork.com/automation/viewforum.php?f=52>
>>> Specialtymarket.com<http://www.specialtymarket.com/>
>>> Systems Integrator-- Glad to Assist
>>>
>>> Chat  Y! messenger: bjfr33man
>>>
>>>
>>>
>>>
>>
> 
> 
> 

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Business-flow-Graphing-tp2549586p2549688.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Business flow Graphing

2010-09-21 Thread james_sg


-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Business-flow-Graphing-tp2549586p2549676.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Business flow Graphing

2010-09-21 Thread james_sg

Hi BJ,

May I know what is the advantage of using applet over javascript? 

-james


BJ Freeman wrote:
> 
> I posted on the dev list but the user list may be  better place.
> 
> I am going into uncharted waters for me so I could use some pointers.
> I am building many applets to show visual mapping of processes.
> you click on one of these and the data is marshaled and presented to the
> applet though the FTL for display. That part I got down.
> they are meant to help in development.
> they are display only.
> one of these is to show the flow from a specific point to the end point.
> so lets say an order is created is the start point selected. the graph
> would step through all processes till the end point of accounting.
> 
> so the help is Using things like the webtools what do I need to
> implement as based processes to support such a display.
> Like artifact slimmed down as well as entity relationships.
> 
> I will figure it all out in time but some help would speed up the process.
> i think these would great tools for tutorials as well.
> 
> 
> =
> BJ Freeman
> Strategic Power Office with Supplier Automation 
> 
> Specialtymarket.com  
> Systems Integrator-- Glad to Assist
> 
> Chat  Y! messenger: bjfr33man
> 
> 
> 
> 

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Business-flow-Graphing-tp2549586p2549633.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Webtools wish list

2010-09-20 Thread james_sg

Hi BJ,

I like the idea of displaying them as graphs
Will the graphs be drawn with javascript?

Regards,
James


BJ Freeman wrote:
> 
> having the conversations lately about understanding ofbiz I thought 
> about adding to the webtools
> 1)using the format of the static entity page
> have one that selects by component then select a menu level
> then select type of info like
> roles, security settings, and entity relationships as a graph.
> 
> 

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Webtools-wish-list-tp2547706p2547904.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: ofbiz release10.04 - where is orderProcessXPDL.xml used?

2010-09-19 Thread james_sg

Hi Chris,

BJ mentioned that "only things that have been superseded should be removed."


chris snow wrote:
> 
> so can all this old stuff be removed?
> 
> 

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/ofbiz-release10-04-where-is-orderProcessXPDL-xml-used-tp2546089p2546549.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: why we should have a 10.04 standalone framework release

2010-09-18 Thread james_sg

Hi David,

Thanks for the correction.

- james


David E Jones-4 wrote:
> 
> 
> James,
> 
> I think that was BJ's point: the OFBiz Entity Engine is NOT an ORM tool,
> ie there is no attempt to map between an object model and the relational
> model in the database. We simply use the relational model itself. This
> reduces redundancy (you don't have to create an object model), and it
> avoid the often big/annoying problem of "impedance mismatch" between the
> two very different ways of modeling and managing data.
> 
> I never did understand why the lords of Java always felt the need to map
> EVERYTHING to an object model instead of creating objects that make it
> easier to work with the natural model of each thing (ie relational
> databases, services, etc, etc). I guess once you get used to a certain way
> of doing things it's hard to imagine doing it in any way different.
> 
> -David
> 
> 
> On Sep 18, 2010, at 2:38 AM, james_sg wrote:
> 
>> 
>> Hi BJ,
>> 
>> I treat OFBiz entity engine as an ORM that uses Map for the Object part.
>> 
>> The gui modeler is a desktop application (not sure if it is swt based),
>> that
>> helps with the editing of the database definition files, and database
>> schema
>> migration. The gui modeler is not used in the web application, nor does
>> it
>> use JNLP.
>> 
>> Cayenne also doesn't generate the html forms from the database.
>> 
>> Anyway, I can't think of a strong business case for making entity engine
>> swappable.
>> I thought it is worth mentioning Cayenne since it is similar to OFBiz
>> entity
>> engine.
>> 
>> - james
>> 
>> 
>> BJ Freeman wrote:
>>> 
>>> One of the reason I came to ofbiz was to get away from the bloat of ORM.
>>> if I read the modeler right that is swt based Gui which introduces a 
>>> communication layer back to the server, unlike ofbiz being generated on 
>>> the fly into html, from the server.
>>> 
>>> BTw I have a Commercial Swt Gui Generator and use it for my legacy apps 
>>> I converted to ofbiz, as well as the communications layer using JNL.
>>> 
>>> =
>>> BJ Freeman
>>> Strategic Power Office with Supplier Automation 
>>> <http://www.businessesnetwork.com/automation/viewforum.php?f=52>
>>> Specialtymarket.com  <http://www.specialtymarket.com/>
>>> Systems Integrator-- Glad to Assist
>>> 
>>> Chat  Y! messenger: bjfr33man
>>> 
>>> james_sg sent the following on 9/18/2010 12:24 AM:
>>> 
>>> 
>>>> 
>>>> Hi all,
>>>> 
>>>> Apache Cayenne has the closest match to OFBiz Entity Engine.
>>>> 
>>>> A few points about Cayenne:
>>>> 1. Cayenne has generic object while OFBiz has Generic Value.
>>>> 2. Cayene has DerivedDbEntity (depreciating) to OFBiz's View Entity.
>>>> 3. Cayenne has a gui modeler to map the database.
>>>> 4. Cayenne supports applications running in cluster.
>>>> 5. OFBiz requires the developer to explicitly save each generic value.
>>>> In
>>>> Cayenne, the developer to save the Generic Object and any associated
>>>> Generic
>>>> Objects are implicitly saved.
>>>> 6. Like OFBiz, the database definition files for Cayenne can be
>>>> separated
>>>> and grouped under domains and combined at runtime.
>>>> 7. Cayenne gui modeler has function to merge database changes, but
>>>> OFBiz
>>>> does that automatically.
>>>> 
>>>> If there is a need or business case to support the swapping of the
>>>> entity
>>>> engine, it should support similar ORM and follows the api used in
>>>> OFBiz.
>>>> 
>>>> Also note there is a JPA standard for ORM that uses POJO.
>>>> 
>>>> Regards,
>>>> James
>>>> 
>>>> 
>>>> Scott Gray-2 wrote:
>>>>> 
>>>>> Hi Chris,
>>>>> 
>>>>> Could you explain how you envisage swapping the entity engine with
>>>>> hibernate considering one uses Maps (GenericValue) and the other uses
>>>>> POJOs to represent data?
>>>>> 
>>>>> Thanks
>>>>> Scott
>>>>> 
>>>>> HotWax Media
>>>>> http://www.hotwaxmedia.com
>>>>> 
>>>>> On 18/09/2010, at 1:32 AM, chris

Re: why we should have a 10.04 standalone framework release

2010-09-18 Thread james_sg

Hi BJ,

I treat OFBiz entity engine as an ORM that uses Map for the Object part.

The gui modeler is a desktop application (not sure if it is swt based), that
helps with the editing of the database definition files, and database schema
migration. The gui modeler is not used in the web application, nor does it
use JNLP.

Cayenne also doesn't generate the html forms from the database.

Anyway, I can't think of a strong business case for making entity engine
swappable.
I thought it is worth mentioning Cayenne since it is similar to OFBiz entity
engine.

- james


BJ Freeman wrote:
> 
> One of the reason I came to ofbiz was to get away from the bloat of ORM.
> if I read the modeler right that is swt based Gui which introduces a 
> communication layer back to the server, unlike ofbiz being generated on 
> the fly into html, from the server.
> 
> BTw I have a Commercial Swt Gui Generator and use it for my legacy apps 
> I converted to ofbiz, as well as the communications layer using JNL.
> 
> =
> BJ Freeman
> Strategic Power Office with Supplier Automation 
> <http://www.businessesnetwork.com/automation/viewforum.php?f=52>
> Specialtymarket.com  <http://www.specialtymarket.com/>
> Systems Integrator-- Glad to Assist
> 
> Chat  Y! messenger: bjfr33man
> 
> james_sg sent the following on 9/18/2010 12:24 AM:
> 
> 
>>
>> Hi all,
>>
>> Apache Cayenne has the closest match to OFBiz Entity Engine.
>>
>> A few points about Cayenne:
>> 1. Cayenne has generic object while OFBiz has Generic Value.
>> 2. Cayene has DerivedDbEntity (depreciating) to OFBiz's View Entity.
>> 3. Cayenne has a gui modeler to map the database.
>> 4. Cayenne supports applications running in cluster.
>> 5. OFBiz requires the developer to explicitly save each generic value. In
>> Cayenne, the developer to save the Generic Object and any associated
>> Generic
>> Objects are implicitly saved.
>> 6. Like OFBiz, the database definition files for Cayenne can be separated
>> and grouped under domains and combined at runtime.
>> 7. Cayenne gui modeler has function to merge database changes, but OFBiz
>> does that automatically.
>>
>> If there is a need or business case to support the swapping of the entity
>> engine, it should support similar ORM and follows the api used in OFBiz.
>>
>> Also note there is a JPA standard for ORM that uses POJO.
>>
>> Regards,
>> James
>>
>>
>> Scott Gray-2 wrote:
>>>
>>> Hi Chris,
>>>
>>> Could you explain how you envisage swapping the entity engine with
>>> hibernate considering one uses Maps (GenericValue) and the other uses
>>> POJOs to represent data?
>>>
>>> Thanks
>>> Scott
>>>
>>> HotWax Media
>>> http://www.hotwaxmedia.com
>>>
>>> On 18/09/2010, at 1:32 AM, chris snow wrote:
>>>
>>>> I  would see entity engine and service engine as separate modules.
>>>>
>>>> Each module should have clearly defined api defining how they interact
>>>> with the outside world.  A clearly defined api will facilitate
>>>> swapping parts.  For example, the entity engine could be replaced with
>>>> a hibernate based engine as long as the api was implemented.
>>>>
>>>> (also there would be a module for Birt)
>>>>
>>>> On Fri, Sep 17, 2010 at 2:06 PM, BJ Freeman 
>>>> wrote:
>>>>> to me framework is what has not ability to interact with the real
>>>>> world,
>>>>> like party, but just the tools.
>>>>> so base layer is Entity and service engine.
>>>>> Next layer is Webapp and Widgets.
>>>>> next layer is Webtools
>>>>> next layer is security and common
>>>>>
>>>>> A person should be able to enable those things that they want for
>>>>> their
>>>>> application.
>>>>>
>>>>>
>>>>>
>>>>> chris snow sent the following on 9/17/2010 4:11 AM:
>>>>>>
>>>>>> If you follow my instructions for 9.04 that will to a large extent
>>>>>> give you framework independence.
>>>>>>
>>>>>> I think 9.04 makes a good basis for looking at modularising parts of
>>>>>> ofbiz.  For example, I would like to see the entity engine live in
>>>>>> its
>>>>>> own project.  The entity engine from what I remember is currently
>>>>>> tightly tied

Re: why we should have a 10.04 standalone framework release

2010-09-18 Thread james_sg

Just to add on to point 6. Since the entity in Cayenne can be
programmatically construct, it should be possible to read OFBiz's entity
files.


james_sg wrote:
> 
> Hi all,
> 
> Apache Cayenne has the closest match to OFBiz Entity Engine. 
> 
> A few points about Cayenne:
> 1. Cayenne has generic object while OFBiz has Generic Value.
> 2. Cayene has DerivedDbEntity (depreciating) to OFBiz's View Entity.
> 3. Cayenne has a gui modeler to map the database.
> 4. Cayenne supports applications running in cluster.
> 5. OFBiz requires the developer to explicitly save each generic value. In
> Cayenne, the developer to save the Generic Object and any associated
> Generic Objects are implicitly saved.
> 6. Like OFBiz, the database definition files for Cayenne can be separated
> and grouped under domains and combined at runtime.
> 7. Cayenne gui modeler has function to merge database changes, but OFBiz
> does that automatically.
> 
> If there is a need or business case to support the swapping of the entity
> engine, it should support similar ORM and follows the api used in OFBiz.
> 
> Also note there is a JPA standard for ORM that uses POJO.
> 
> Regards,
> James
> 
> 
> Scott Gray-2 wrote:
>> 
>> Hi Chris,
>> 
>> Could you explain how you envisage swapping the entity engine with
>> hibernate considering one uses Maps (GenericValue) and the other uses
>> POJOs to represent data?
>> 
>> Thanks
>> Scott
>> 
>> HotWax Media
>> http://www.hotwaxmedia.com
>> 
>> On 18/09/2010, at 1:32 AM, chris snow wrote:
>> 
>>> I  would see entity engine and service engine as separate modules.
>>> 
>>> Each module should have clearly defined api defining how they interact
>>> with the outside world.  A clearly defined api will facilitate
>>> swapping parts.  For example, the entity engine could be replaced with
>>> a hibernate based engine as long as the api was implemented.
>>> 
>>> (also there would be a module for Birt)
>>> 
>>> On Fri, Sep 17, 2010 at 2:06 PM, BJ Freeman  wrote:
>>>> to me framework is what has not ability to interact with the real
>>>> world,
>>>> like party, but just the tools.
>>>> so base layer is Entity and service engine.
>>>> Next layer is Webapp and Widgets.
>>>> next layer is Webtools
>>>> next layer is security and common
>>>> 
>>>> A person should be able to enable those things that they want for their
>>>> application.
>>>> 
>>>> 
>>>> 
>> 
>> 
> 
> 

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/why-we-should-have-a-10-04-standalone-framework-release-tp1568563p2544818.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: why we should have a 10.04 standalone framework release

2010-09-18 Thread james_sg

Hi all,

Apache Cayenne has the closest match to OFBiz Entity Engine. 

A few points about Cayenne:
1. Cayenne has generic object while OFBiz has Generic Value.
2. Cayene has DerivedDbEntity (depreciating) to OFBiz's View Entity.
3. Cayenne has a gui modeler to map the database.
4. Cayenne supports applications running in cluster.
5. OFBiz requires the developer to explicitly save each generic value. In
Cayenne, the developer to save the Generic Object and any associated Generic
Objects are implicitly saved.
6. Like OFBiz, the database definition files for Cayenne can be separated
and grouped under domains and combined at runtime.
7. Cayenne gui modeler has function to merge database changes, but OFBiz
does that automatically.

If there is a need or business case to support the swapping of the entity
engine, it should support similar ORM and follows the api used in OFBiz.

Also note there is a JPA standard for ORM that uses POJO.

Regards,
James


Scott Gray-2 wrote:
> 
> Hi Chris,
> 
> Could you explain how you envisage swapping the entity engine with
> hibernate considering one uses Maps (GenericValue) and the other uses
> POJOs to represent data?
> 
> Thanks
> Scott
> 
> HotWax Media
> http://www.hotwaxmedia.com
> 
> On 18/09/2010, at 1:32 AM, chris snow wrote:
> 
>> I  would see entity engine and service engine as separate modules.
>> 
>> Each module should have clearly defined api defining how they interact
>> with the outside world.  A clearly defined api will facilitate
>> swapping parts.  For example, the entity engine could be replaced with
>> a hibernate based engine as long as the api was implemented.
>> 
>> (also there would be a module for Birt)
>> 
>> On Fri, Sep 17, 2010 at 2:06 PM, BJ Freeman  wrote:
>>> to me framework is what has not ability to interact with the real world,
>>> like party, but just the tools.
>>> so base layer is Entity and service engine.
>>> Next layer is Webapp and Widgets.
>>> next layer is Webtools
>>> next layer is security and common
>>> 
>>> A person should be able to enable those things that they want for their
>>> application.
>>> 
>>> 
>>> 
>>> chris snow sent the following on 9/17/2010 4:11 AM:
>>>> 
>>>> If you follow my instructions for 9.04 that will to a large extent
>>>> give you framework independence.
>>>> 
>>>> I think 9.04 makes a good basis for looking at modularising parts of
>>>> ofbiz.  For example, I would like to see the entity engine live in its
>>>> own project.  The entity engine from what I remember is currently
>>>> tightly tied in to performing duties such as reading configuration
>>>> files.  Based on this, I would next focus on giving the entity engine
>>>> an api for loading it's global configuration and also component
>>>> configurations.  That way, the entity engine could be added to ofbiz
>>>> as a pure jar file and be configured by some other module (e.g. a
>>>> configuration service).  Isolating parts of the system like the entity
>>>> engine has a lot of benefits.  For example, BJ Freeman has mentioned
>>>> improvements to the entity engine such as on the fly entity changes.
>>>> This would be made much easier if the entity engine was not so deeply
>>>> intertwined with the rest of the ofbiz code.
>>>> 
>>>> I think github would be the ideal place for hosting this kind of
>>>> effort.  That way non ofbiz commiters could more easily contribute.
>>>> 
>>>> On Fri, Sep 17, 2010 at 11:49 AM, james_sg 
>>>> wrote:
>>>>> 
>>>>> Hi Chris,
>>>>> 
>>>>> I believe framework separation is a win-win situation and things will
>>>>> get
>>>>> sorted out when the common agreement is there.
>>>>> 
>>>>> I am using 9.04. For non-erp project, I have other favorite framework.
>>>>> 
>>>>> -james
>>>>> 
>>>>> 
>  
> 

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/why-we-should-have-a-10-04-standalone-framework-release-tp1568563p2544808.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: why we should have a 10.04 standalone framework release

2010-09-17 Thread james_sg

Hi Chris,

I believe framework separation is a win-win situation and things will get
sorted out when the common agreement is there.

I am using 9.04. For non-erp project, I have other favorite framework.

-james


chris snow wrote:
> 
> Hi James,
> 
> I spent a lot of time looking at this and came to the conclusion that
> in 10.04 the dependencies between framework and applications became
> too intertwined to make a separate 10.04 framework.  Here are some of
> the pages I put together documenting my steps:
> 
> https://cwiki.apache.org/confluence/x/eIOJ
> https://cwiki.apache.org/confluence/x/nYTW
> 
> I haven't used ofbiz for a while, however recently I started using
> ofbiz 9.04 and I may take another look at using 9.04 as the basis for
> some development effort to make ofbiz more modular (e.g. split the
> project up maven style and make the entity engine a separate project
> that can be used independently of ofbiz).  There was also a
> interesting work by Raj to use OSGi to make the dependencies in ofbiz
> more explicit and controllable -
> https://sourceforge.net/projects/ofbiz-osgi/
> 
> David's new project is very interesting, because he will be 'vetting'
> all code that gets committed, which doesn't happen with the ofbiz svn
> repository.
> 
> Cheers,
> 
> Chris
> 
> On Fri, Sep 17, 2010 at 3:24 AM, james_sg  wrote:
>>
>> Does anyone know the status of this?
>>
>> --james
>>
>>
>> BJ Freeman wrote:
>>>
>>> I am for standalone framework. David has been working on that project
>>> for a while, if I remember correctly.
>>>
>>> #2 bothers me though. The design of ofbiz was that the entity was the
>>> controlling factor for creating DB and UI. I was one of the major
>>> reasons I came to ofbiz.
>>> That said, any work that wants to be done on UI integration that makes
>>> ofbiz look classy, I think should be the focus.
>>> A lot of work has been done in that area.
>>> But integrating other UI interfaces that keep the design idea of the
>>> entity being to controlling focus is what I would like to see.
>>>
>>> I don't see ofbiz being object oriented in the normal sense.
>>>
>>> I see the effort for the help files and a easily understood UI from the
>>> user point of view being the main factors in promoting ofbiz.
>>>
>>>
>>>
>>>
>>> Chris Snow sent the following on 2/24/2010 10:47 PM:
>>>> Here are some benefits of a 10.04 standalone framework release:
>>>>
>>>> 1) Standalone framework users would be a form of quality control
>>>> helping
>>>> to ensure more incorrect dependencies don't find there way into ofbiz.
>>>> 2) we would be able to promote the framework in its own right thus
>>>> competing with OpenERP's OpenObject platform
>>>> 3) a much larger potential user base than ecommerce or erp users.
>>>>
>>>> Any more that I have missed?
>>>>
>>>>
>>>
>>>
>>>
>>
>> --
>> View this message in context:
>> http://ofbiz.135035.n4.nabble.com/why-we-should-have-a-10-04-standalone-framework-release-tp1568563p2543258.html
>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>
> 
> 

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/why-we-should-have-a-10-04-standalone-framework-release-tp1568563p2543697.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: why we should have a 10.04 standalone framework release

2010-09-17 Thread james_sg

Hi Bruno,

My opinions as below:

For now, I will call the standalone framework as framework project and the
rest of the components as applications project.

1. As the current framework embeds servlet container like Tomcat and Jetty,
codes related to servlet containers stay with the standalone framework.

2. Webtools and Example should be in the framework project.

2. Party application shouldn't be in framework. But it can be decoupled from
the rest of the applications.

3. It is also alrite for Party application to reference other applications
like Order, but
a. links to other application, should be disabled in realtime if the
other application component is not loaded. 
b. the framework should inject scripts (like css and js) into the header
(similar to what wicket and click framework is doing) if screens from other
application is used. Likewise, if screens from other application are called
without the applications being loaded, the framework should provide some
useful screen messages when the screen is loaded.

4. The application project should contain the compiled framework without its
source code. In the long run, it should be easy to simply drop the framework
into the applications project, or the applications project into the
framework.

5. Themes can go with the framework with a default theme, and the rest as
adds-on.

6. The framework project can have more frequent releases than the
application project, while keeping the goals for the framework project in
alignment with the applications project as what currently is.

- james


Bruno Busco wrote:
> 
> Hi James,
> I did write a wiki page to define how the framework only distribution
> should
> be shaped.
> Following that there was some mail thread in which we discussed about.
> Some
> of us was not on the same page but we did not agree on something different
> that could be written updating the wiki page.
> 
> You can find the wiki page here:
> https://cwiki.apache.org/confluence/display/OFBIZ/Framework-only+distribution
> 
> Fill free to express your opinion and help on that.
> 
> A contribute that will gine IMO a great help on framework independence is
> also:
> https://issues.apache.org/jira/browse/OFBIZ-3373
> 
> Scott is working on that and I am looking forward to it.
> 
> -Bruno
> 
> 

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/why-we-should-have-a-10-04-standalone-framework-release-tp1568563p2543514.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: why we should have a 10.04 standalone framework release

2010-09-16 Thread james_sg

I think a common agreement is needed among developers on whether OFBiz should
have a standalone framework.

If a common agreement is reached, then we need to have a common
understanding on how things should be done, so that people plays by the
rule.

Which function to move into the standalone framework can be discussed later.
The one with the least dependence can go in first. At least, things are
moving...

My 2 cents.

--james


BJ Freeman wrote:
> 
> the only one that seems active in this is Bruno
> one such effort.
> https://issues.apache.org/jira/browse/OFBIZ-3894
> 
> james_sg sent the following on 9/16/2010 7:24 PM:
>>
>> Does anyone know the status of this?
>>
>> --james
>>
>>
>> BJ Freeman wrote:
>>>
>>> I am for standalone framework. David has been working on that project
>>> for a while, if I remember correctly.
>>>
>>> #2 bothers me though. The design of ofbiz was that the entity was the
>>> controlling factor for creating DB and UI. I was one of the major
>>> reasons I came to ofbiz.
>>> That said, any work that wants to be done on UI integration that makes
>>> ofbiz look classy, I think should be the focus.
>>> A lot of work has been done in that area.
>>> But integrating other UI interfaces that keep the design idea of the
>>> entity being to controlling focus is what I would like to see.
>>>
>>> I don't see ofbiz being object oriented in the normal sense.
>>>
>>> I see the effort for the help files and a easily understood UI from the
>>> user point of view being the main factors in promoting ofbiz.
>>>
>>>
>>>
>>>
>>> Chris Snow sent the following on 2/24/2010 10:47 PM:
>>>> Here are some benefits of a 10.04 standalone framework release:
>>>>
>>>> 1) Standalone framework users would be a form of quality control
>>>> helping
>>>> to ensure more incorrect dependencies don't find there way into ofbiz.
>>>> 2) we would be able to promote the framework in its own right thus
>>>> competing with OpenERP's OpenObject platform
>>>> 3) a much larger potential user base than ecommerce or erp users.
>>>>
>>>> Any more that I have missed?
>>>>
>>>>
>>>
>>>
>>>
>>
> 
> 
> 

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/why-we-should-have-a-10-04-standalone-framework-release-tp1568563p2543310.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: why we should have a 10.04 standalone framework release

2010-09-16 Thread james_sg

Does anyone know the status of this?

--james


BJ Freeman wrote:
> 
> I am for standalone framework. David has been working on that project
> for a while, if I remember correctly.
> 
> #2 bothers me though. The design of ofbiz was that the entity was the
> controlling factor for creating DB and UI. I was one of the major
> reasons I came to ofbiz.
> That said, any work that wants to be done on UI integration that makes
> ofbiz look classy, I think should be the focus.
> A lot of work has been done in that area.
> But integrating other UI interfaces that keep the design idea of the
> entity being to controlling focus is what I would like to see.
> 
> I don't see ofbiz being object oriented in the normal sense.
> 
> I see the effort for the help files and a easily understood UI from the
> user point of view being the main factors in promoting ofbiz.
> 
> 
> 
> 
> Chris Snow sent the following on 2/24/2010 10:47 PM:
>> Here are some benefits of a 10.04 standalone framework release:
>> 
>> 1) Standalone framework users would be a form of quality control helping
>> to ensure more incorrect dependencies don't find there way into ofbiz.
>> 2) we would be able to promote the framework in its own right thus
>> competing with OpenERP's OpenObject platform
>> 3) a much larger potential user base than ecommerce or erp users.
>> 
>> Any more that I have missed?
>> 
>> 
> 
> 
> 

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/why-we-should-have-a-10-04-standalone-framework-release-tp1568563p2543258.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: end user Docs has error

2010-09-07 Thread james_sg

I forget to mention my comment was for 9.04


BJ Freeman wrote:
> 
> for 10.4 there is a the structure but the docs have to be put in.
> 
> =
> BJ Freeman  <http://bjfreeman.elance.com>
> Strategic Power Office with Supplier Automation 
> <http://www.businessesnetwork.com/automation/viewforum.php?f=52>
> Specialtymarket.com  <http://www.specialtymarket.com/>
> Systems Integrator-- Glad to Assist
> 
> Chat  Y! messenger: bjfr33man
> 
> 
> james_sg sent the following on 9/7/2010 7:52 PM:
>>
>> The end user documentation isn't complete and I guess we normally just
>> hide
>> that link during customisation..
>>
>>
>> BJ Freeman wrote:
>>>
>>> https://cwiki.apache.org/confluence/display/OFBENDUSER/End%20User%20Documentation
>>> this is the link from 9.04 help
>>>
>>> =
>>> BJ Freeman<http://bjfreeman.elance.com>
>>> Strategic Power Office with Supplier Automation
>>> <http://www.businessesnetwork.com/automation/viewforum.php?f=52>
>>> Specialtymarket.com<http://www.specialtymarket.com/>
>>> Systems Integrator-- Glad to Assist
>>>
>>> Chat  Y! messenger: bjfr33man
>>>
>>>
>>>
>>
> 
> 
> 

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/end-user-Docs-has-error-tp2528657p2530730.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: end user Docs has error

2010-09-07 Thread james_sg

The end user documentation isn't complete and I guess we normally just hide
that link during customisation..


BJ Freeman wrote:
> 
> https://cwiki.apache.org/confluence/display/OFBENDUSER/End%20User%20Documentation
> this is the link from 9.04 help
> 
> =
> BJ Freeman  
> Strategic Power Office with Supplier Automation 
> 
> Specialtymarket.com  
> Systems Integrator-- Glad to Assist
> 
> Chat  Y! messenger: bjfr33man
> 
> 
> 

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/end-user-Docs-has-error-tp2528657p2530710.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Wicket Component

2010-08-31 Thread james_sg

Hi all,

I have uploaded an improved patch at
https://issues.apache.org/jira/browse/OFBIZ-3897.

Comments are appreciated.

Regards,
James


james_sg wrote:
> 
> Hi all, 
> 
> I have logged the issue which can be found at
> https://issues.apache.org/jira/browse/OFBIZ-3897.
> Current patch against the trunk serves as a proof of concept. Only for
> Tomahawk theme.
> Some areas in the header are still hardcoded. 
> 
> Would be glad if someone can carried on from here, to include other
> themes, add footer etc.
> 
> Regards,
> James
> 
> 

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Wicket-Component-tp2330577p2401936.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Confluence Space Merge

2010-08-30 Thread james_sg

I like the way that the documentation is done in this website
http://www.torquepowered.com/documentation/torque-3d

Looks more professional.



BJ Freeman wrote:
> 
> I had to check on my demo to verify that the Search engines do parse the 
> Help in the Demo
> I see is good in two ways. One it will drive people to the demo.
> two it will show off the help system in ofbiz.
> Thought occurs to me we need to add links in the help to send someone to 
> the proper place in ofbiz.
> 
> =
> BJ Freeman  
> Strategic Power Office with Supplier Automation 
> 
> Specialtymarket.com  
> Systems Integrator-- Glad to Assist
> 
> Chat  Y! messenger: bjfr33man
> Sam Hamilton sent the following on 8/28/2010 7:52 PM:
> 
> 
> 

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Confluence-Space-Merge-tp2340601p2399743.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: JRebel

2010-08-26 Thread james_sg

Hi all,

I managed to get it working in ofbiz after reading the doc on rebel.xml

Regards,
James


james_sg wrote:
> 
> Hi all,
> 
> I would like to know if any have got JRebel working in OFBiz, and can
> provide any pointers on it.
> Thanks.
> 
> Regards,
> James
> 

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/JRebel-tp2339431p2340566.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Migration component Ideas

2010-08-26 Thread james_sg

seems something like
http://wiki.openbravo.com/wiki/Upgrading_Openbravo_installations#Using_the_upgraders
and http://www.openbravo.com/product/demo-center/erp/


BJ Freeman wrote:
> 
> yes it would be automatic, and just like now if you have changed code 
> the svn tool created version change files that have to be resolved if 
> you have changed core.
> 
> Before making such changes it will give you a list of these and ask if 
> you want to do an automatic upgrade. this is to catch those changes that 
> were not done in best practices.
> 
> Hopefully the best practices has been followed and all the changes are 
> in the hot-deploy, in which case there is nothing the upgrade will 
> touch, in hot-deploy.
> 
> Also for such conditions it would be best to run the migration against a 
> copy of the productions.
> 
> 
> 

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Migration-component-Ideas-tp2335970p2339459.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


JRebel

2010-08-26 Thread james_sg

Hi all,

I would like to know if any have got JRebel working in OFBiz, and can
provide any pointers on it.
Thanks.

Regards,
James
-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/JRebel-tp2339431p2339431.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Migration component Ideas

2010-08-23 Thread james_sg

Hi BJ,

Are you proposing a function to do automatic version upgrade?
If so, how will it affects those OFBiz instances that are customized?

Regards,
James


BJ Freeman wrote:
> 
> ofbiz at this point offers a rudimentary migration doc, thanks to the 
> mostly Jacques effort.
> 
> But let me give you an idea of what I experience with my BBS free
> software.
> 1)the upgrade you download puts the software in a non access mode from 
> the web.
> 2)it evaluate what version you are running
> 3)it then goes to the software site and generate a download of files and 
> database changes, as a script.
> 4)after you install the files it rechecks that everything in there and 
> does a database migration.
> 5) it runs tests to validate crucial operations.
> 6) it then tells you to remove the folder with the upgrade which 
> unblocks the web access.
> 
> now for ofbiz I see those steps as
> 1) add a service that stops web access while upgrade
> 2) notes and stores the current svn version
> 3) upgrades from the latest branch that is a release(by version number)
> 4) checks database against upgrades and reports what has to be done 
> manually if any. then is the hardest part.
> 5) keeps rechecking till the database passes configure test.
> 6) gives a message to restart ofbiz or issues a restart command.
> 
> any thoughts
> 
> 
> 

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Migration-component-Ideas-tp2335970p2336093.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Wicket Component

2010-08-22 Thread james_sg

Thanks Ashish,

My comments at https://issues.apache.org/jira/browse/OFBIZ-3897.

Regards,
James


Ashish Vijaywargiya wrote:
> 
> Hello James,
> 
> I have provide my preliminary comments on your work -
> https://issues.apache.org/jira/browse/OFBIZ-3897.
> Please let us know your thoughts on this whenever you get a chance.
> 
> --
> Ashish
> 
> 
> 

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Wicket-Component-tp2330577p2334663.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Wicket Component

2010-08-22 Thread james_sg

Hi all, 

I have logged the issue which can be found at
https://issues.apache.org/jira/browse/OFBIZ-3897.
Current patch against the trunk serves as a proof of concept. Only for
Tomahawk theme.
Some areas in the header are still hardcoded. 

Would be glad if someone can carried on from here, to include other themes,
add footer etc.

Regards,
James


Erwan de FERRIERES wrote:
> 
> 
> Hi James,
> 
> please create a JIRA issue, so your work will be at least saved. And any 
> of the committers, or of the OFBiz users, will have the opportunity to 
> test it.
> 
> Cheers,
> 
> 
> -- 
> Erwan de FERRIERES
> www.nereide.biz
> 
> 

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Wicket-Component-tp2330577p2334590.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Wicket Component

2010-08-19 Thread james_sg

Hi all,

Thanks for the interest.

I will try to get the patch done over the weekends.

Regards,
James


Bilgin Ibryam-2 wrote:
> 
> I'd like to see it.
> Please would you create a jira issue and attach your code?
> 
> Bilgin
> 
> On Thu, Aug 19, 2010 at 3:27 AM, james_sg  wrote:
> 
>>
>> Hi,
>>
>> I would like to know if any developer be interested in my code
>> contribution
>> for a Wicket component.
>> The Wicket component allows the developer to code content using java.
>> My intention is for the code contribution to eventually go to the svn
>> repository.
>>
>> Regards,
>> James
>>
> 
> 

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Wicket-Component-tp2330577p2332078.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Wicket Component

2010-08-18 Thread james_sg

Why Wicket and not ZK or GWT?

Wicket allows the use of templating which is not possible with ZK or GWT. 
So the Wicket component can be used in a given application, while
maintaining the same look and feel of other pages in the same application.


james_sg wrote:
> 
> Hi,
> 
> I would like to know if any developer be interested in my code
> contribution for a Wicket component.
> The Wicket component allows the developer to code content using java.
> My intention is for the code contribution to eventually go to the svn
> repository.
> 
> Regards,
> James
> 

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Wicket-Component-tp2330577p2330623.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Wicket Component

2010-08-18 Thread james_sg

Hi,

I would like to know if any developer be interested in my code contribution
for a Wicket component.
The Wicket component allows the developer to code content using java.
My intention is for the code contribution to eventually go to the svn
repository.

Regards,
James
-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Wicket-Component-tp2330577p2330577.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Packaging Material

2010-07-27 Thread james_sg

Hi BJ,

Thanks for the explanations.

Regards,
James


BJ Freeman wrote:
> 
> I should clarify there is nothing OTTB. for what I suggested or packing.
> if you looking for just costing you can use costing in product.
> if you looking to track for inventory and reorder as well then you will 
> need to develop code that a shows packing material at shipping but not 
> show it on the Invoice yet have the costing going into accounting this 
> is more an accountant decision. Some what it in one GL account others 
> wants transaction audit per orders.
> 
> 

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Packaging-Material-tp2303053p2304343.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Packaging Material

2010-07-27 Thread james_sg

Thanks BJ. Can we also track packaging materials used for packing after the
picking process?

Regards,
James


BJ Freeman wrote:
> 
> it would be a a product you and it to the production run.
> they are re-usable, like trays or other jigs then they must be return to 
> inventory.
> 
> james_sg sent the following on 7/26/2010 6:29 PM:
>>
>> Hi all,
>>
>> May I know how OFBiz tracks packaging materials that are used during
>> production and delivery?
>>
>> Regards,
>> James
> 
> 

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Packaging-Material-tp2303053p2303209.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Packaging Material

2010-07-26 Thread james_sg

Hi all,

May I know how OFBiz tracks packaging materials that are used during
production and delivery?

Regards,
James
-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Packaging-Material-tp2303053p2303053.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: "No converter found" warnings

2010-07-21 Thread james_sg

Can you show what you have for the org.ofbiz.base.conversion.ConverterLoader
file?


Raj Saini wrote:
> 
> I tried this on local copy of Derby and it is same problem. I also see 
> this exception during demo data loading. It is strange no one else is 
> having this problem. I have latest revision updated few minutes before.
> 
> Thanks,
> 
> Raj
> 

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/No-converter-found-warnings-tp2295345p2297255.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: demo-trunk site dieing lead

2010-07-15 Thread james_sg

It may be helpful to show some error log...


BJ Freeman wrote:
> 
> I been running the trunk as a demo-site and it finally crashed.
> I have not plowed through the logs to see the orgin of the error but it 
> lost its connection to derby.
> getting a lot of can not connect errors.
> 
> =
> BJ Freeman  
> Strategic Power Office with Supplier Automation 
> 
> Specialtymarket.com  
> Systems Integrator-- Glad to Assist
> 
> Chat  Y! messenger: bjfr33man
> 
> 
> 

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/demo-trunk-site-dieing-lead-tp2289921p2290852.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: demo-trunk site dieing lead

2010-07-15 Thread james_sg


-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/demo-trunk-site-dieing-lead-tp2289921p2290848.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Form Widget Javascript

2010-07-13 Thread james_sg

Hi Levenimeux, 

You can create your forms as normal using form widgets.
Then code with javascript in a ftl file to register event handlers using
prototype. (Check out prototype's Observe method)
Include this javascript file after the form in the screen definition.
Something like
   
  
 
 
   

Regards,
James


Levenimeux wrote:
> 
> Hi all,
> 
> please I wanna know how to call multiple javascript events in form widgets
> (onfocus, onblur, onclick)
> 
> event + action works just fine but I need to add multiple event not just
> one.
> 
> thanX in advance
> 

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Re-Form-Widget-Javascript-tp2288217p2288217.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Jetty

2010-07-05 Thread james_sg

Thanks all!


Scott Gray-2 wrote:
> 
> It likely hasn't been touched in a while though so it wouldn't hurt to do
> a comparison between the two files for changes to the other containers
> (i.e. the ones other than jetty and catalina).
> 
> Regards
> Scott
> 
> HotWax Media
> http://www.hotwaxmedia.com
> 
> On 6/07/2010, at 4:54 PM, sheng wrote:
> 
>> Use "framework/base/config/jetty-containers.xml" instead of
>> "framework/base/config/ofbiz-containers.xml".
>> 
>> 
>> - Original Message 
>> From: james_sg 
>> To: user@ofbiz.apache.org
>> Sent: Tue, July 6, 2010 10:06:39 AM
>> Subject: Jetty
>> 
>> 
>> Hi,
>> 
>> Can anyone point out how I can run ofbiz with jetty instead of tomcat?
>> Thanks.
>> 
>> Regards,
>> James
>> -- 
>> View this message in context:
>> http://ofbiz.135035.n4.nabble.com/Jetty-tp2278986p2278986.html
>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>> 
>> 
>> 
>> 
>> 
> 
> 
>  
> 

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Jetty-tp2278986p2279072.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Jetty

2010-07-05 Thread james_sg

Hi,

Can anyone point out how I can run ofbiz with jetty instead of tomcat?
Thanks.

Regards,
James
-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Jetty-tp2278986p2278986.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: groovy screen widget

2010-06-21 Thread james_sg

Hi Jacques,

I am sorry that I couldn't get the time for making a patch.

Those interested may want to start looking at htmlTemplate.ftl and trace
from there.

Regards,
James


Jacques Le Roux wrote:
> 
> Hi James,
> 
> Did you succeed with this backporting? 
> If yes you might coinsider to contribute a patch even if it will not be
> commited (only bugs)
> I'm quite sure a number of persons would appreciate...
> 
> Thanks
> 
> Jacques
> 
> From: "james_sg" 
>> 
>> Hi Scott,
>> 
>> I agree. In my special case, I was backporting the ajax lookup code from
>> 10.04 to 9.04, and encountered the problem where the "set field" function
>> gives a String instead of the EntityCondition object. So if I were to use
>> the makeCondition function, many extra groovy files will be created.
>> 
>> Regards,
>> James
>> 
>> 
>> Scott Gray-2 wrote:
>>> 
>>> I would argue that using groovy is the right approach regardless of the
>>> version.  Screen actions are intended to speed up simple tasks, they are
>>> not a substitute for actual scripting.  Especially when you consider
>>> that
>>> whenever you try and do something complicated with them you end up
>>> spending more time debugging than if you had just put your logic in a
>>> script in the first place.
>>> 
>>> Regards
>>> Scott
>>> 
>>> On 21/06/2010, at 6:24 PM, james_sg wrote:
>>> 
>>>> 
>>>> Hi Varun,
>>>> 
>>>> What you had wanted to do will work if you are using 10.04.
>>>> So coding it in groovy file is the right approach when using 9.04
>>>> 
>>>> Regards,
>>>> James
>>>> 
>>>> 
>>>> Hi Scott,
>>>> I have already put the groovy part in a .groovy file, though just
>>>> wanted
>>>> to
>>>> know if i had missed something.
>>>> Thanks again.
>>>> 
>>>> On Sat, Jun 19, 2010 at 12:56 PM, varun bhansaly
>>>> wrote:
>>>> 
>>>>> Hi Atul,
>>>>> Thanks for ur reply.
>>>>> I had already tried that with type = "Object", it still does not work,
>>>>> still seen as instanceof String.
>>>>> 
>>>>> Hi Scott,
>>>>> There are no asterisks, for the post i had replaced " with ".
>>>>> 
>>>>> 
>>>>> 
>>>> 
>>>> -- 
>>>> View this message in context:
>>>> http://ofbiz.135035.n4.nabble.com/groovy-screen-widget-tp2260470p2262179.html
>>>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>> 
>>> 
>>>  
>>> 
>> 
>> -- 
>> View this message in context:
>> http://ofbiz.135035.n4.nabble.com/groovy-screen-widget-tp2260470p2262209.html
>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>
> 
> 
> 

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/groovy-screen-widget-tp2260470p2262328.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: groovy screen widget

2010-06-21 Thread james_sg

Hi Scott,

I agree. In my special case, I was backporting the ajax lookup code from
10.04 to 9.04, and encountered the problem where the "set field" function
gives a String instead of the EntityCondition object. So if I were to use
the makeCondition function, many extra groovy files will be created.

Regards,
James


Scott Gray-2 wrote:
> 
> I would argue that using groovy is the right approach regardless of the
> version.  Screen actions are intended to speed up simple tasks, they are
> not a substitute for actual scripting.  Especially when you consider that
> whenever you try and do something complicated with them you end up
> spending more time debugging than if you had just put your logic in a
> script in the first place.
> 
> Regards
> Scott
> 
> On 21/06/2010, at 6:24 PM, james_sg wrote:
> 
>> 
>> Hi Varun,
>> 
>> What you had wanted to do will work if you are using 10.04.
>> So coding it in groovy file is the right approach when using 9.04
>> 
>> Regards,
>> James
>> 
>> 
>> Hi Scott,
>> I have already put the groovy part in a .groovy file, though just wanted
>> to
>> know if i had missed something.
>> Thanks again.
>> 
>> On Sat, Jun 19, 2010 at 12:56 PM, varun bhansaly
>> wrote:
>> 
>>> Hi Atul,
>>> Thanks for ur reply.
>>> I had already tried that with type = "Object", it still does not work,
>>> still seen as instanceof String.
>>> 
>>> Hi Scott,
>>> There are no asterisks, for the post i had replaced " with ".
>>> 
>>> 
>>> 
>> 
>> -- 
>> View this message in context:
>> http://ofbiz.135035.n4.nabble.com/groovy-screen-widget-tp2260470p2262179.html
>> Sent from the OFBiz - User mailing list archive at Nabble.com.
> 
> 
>  
> 

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/groovy-screen-widget-tp2260470p2262209.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: groovy screen widget

2010-06-20 Thread james_sg

Hi Varun,

What you had wanted to do will work if you are using 10.04.
So coding it in groovy file is the right approach when using 9.04

Regards,
James


Hi Scott,
I have already put the groovy part in a .groovy file, though just wanted to
know if i had missed something.
Thanks again.

On Sat, Jun 19, 2010 at 12:56 PM, varun bhansaly wrote:

> Hi Atul,
> Thanks for ur reply.
> I had already tried that with type = "Object", it still does not work,
> still seen as instanceof String.
>
> Hi Scott,
> There are no asterisks, for the post i had replaced " with ".
>
>
>

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/groovy-screen-widget-tp2260470p2262179.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Problem occures in datepicker (date time calender) , which results in expansion in form.

2010-05-27 Thread james_sg

Hi Soumya,

I think this date picker behavior is to accomodate the new layered form
popup, but I could be wrong about this.

Regards,
James


soumya jyoti guru wrote:
> 
> Hello all ,
>  I am facing a problem , when I click on any date time calender , It
> expands
> the form or ftl, which should not has to be the case , it should come over
> the form or ftl not inside , I also checked this on demo server and found
> the same behaviour. I also checked some css file related to the calender
> there are some line of code are commented , I dont understand the purpose
> of
> this. How I can fix this for my customized code.
> 
> Thanks
> 
> Regards
> Soumya
> 
> 

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Problem-occures-in-datepicker-date-time-calender-which-results-in-expansion-in-form-tp2231699p2232701.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: how to do group and subgroup in FOP report?

2010-05-24 Thread james_sg

Have you look at those FOP reports from applications like Order, Accounting
etc?


chaohua wang wrote:
> 
> Hi Folks,
> 
> I am going to generate PDF report using FOP, but from all examples in
> ofbiz,
> i don't see group or subgroup examples.
> I need for each orderId and party name as a group, its product name, qty
> ,and unit price as a subgroup.
>   Could you tell me some examples? or links?
> Thank you !
> 
>   Chwang
> 
> 

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/how-to-do-group-and-subgroup-in-FOP-report-tp2229348p2229471.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: what does "link party" actually do?

2010-05-24 Thread james_sg

Hi Chris,

BJ is replying to 2 different questions.

So the answer to your question below is No.

Regards,
James 


chris snow-2 wrote:
> 
> Hi BJ,
> 
> So does 'link party' allow the children parties to perform the same tasks
> as
> the parent party?  Is this in all aspects of ofbiz?
> 
> Many thanks,
> 
> Chris
> 
> On Thu, May 20, 2010 at 7:02 PM, BJ Freeman  wrote:
> 
>> create a party group that is the owner of the catalog.
>> then add the parties to the group
>>
>> link party links two parties together
>>
>> =
>> BJ Freeman
>> http://bjfreeman.elance.com
>> Strategic Power Office with Supplier Automation <
>> http://www.businessesnetwork.com/automation/viewforum.php?f=93>
>> Specialtymarket.com 
>>
>> Systems Integrator-- Glad to Assist
>>
>> Chat  Y! messenger: bjfr33man
>> Linkedin
>> <
>> http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
>> >
>>
>>
>> Patrick sent the following on 5/20/2010 10:36 AM:
>> > I want to have a group with multiple users where anyone in the group
>> > can modify a catalog.  I found the "link party" button, can you tell
>> > me what it does?
>> > -Patrick
>> >
>>
>>
>>
> 
> 

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/what-does-link-party-actually-do-tp2224983p2229454.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Generic Product

2010-05-24 Thread james_sg

Hi all,

I am using OFBiz 9.04 verson. I have a requirement where the product in the
request uses a generic product name, but the items in quote and sales order
use the actual product name / brand.

An example of a product with generic name is Paracetamol. There are many
different brand names for Paracetamol.

Can anyone advise how this can be done?

Regards,
James
-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Generic-Product-tp2229440p2229440.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


tooltip alignment in date field

2010-03-27 Thread james_sg

Hi,

I noticed that the tooltip for date field with popup, is not aligned
horizontally with the field.
This is not consistent with other fields. Is there a fix for this?

Regards,
James

-- 
View this message in context: 
http://n4.nabble.com/tooltip-alignment-in-date-field-tp1693953p1693953.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Accounting Software

2010-03-23 Thread james_sg

Hi,

Has any one implemented OFBiz with a commercial accounting software? Any
recommendation for a suitable accounting software that I can look into it?

Regards,
James
-- 
View this message in context: 
http://n4.nabble.com/Accounting-Software-tp1679980p1679980.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: New OFBiz stable release

2010-03-20 Thread james_sg

Hi all,

Is OFBiz branch 10.04 on course?

Regards,
James


David E Jones-4 wrote:
> 
> 
> One quick thing to note, that seems to be confused here: the release
> branch is a tool for stabilization. It's great to do testing and fixing in
> the trunk, but the goal for a release branch is not to be tested and
> bug-free from day one, but rather to be stable so that real testing and
> bug fixing can be done in the release branch without worrying about new
> things possibly breaking something, or any other conflicting priorities.
> 
> -David
> 
> 
> On Feb 23, 2010, at 1:22 PM, Anil Patel wrote:
> 
>> Makes sense to me. If we are decided on date, we still have a month to
>> go. Gives plenty of time, may be :)
>> 
>> Thanks and Regards
>> Anil Patel
>> HotWax Media Inc
>> Find us on the web at www.hotwaxmedia.com or Google Keyword "ofbiz"
>> 
>> On Feb 23, 2010, at 10:40 AM, Adrian Crum wrote:
>> 
>>> It would be nice to get the new security code included in the branch -
>>> even if it is disabled. That will give release users an introduction to
>>> it and give them a chance to work on an upgrade strategy.
>>> 
>>> -Adrian
>>> 
>>> Anil Patel wrote:
 So, are we set for next Ofbiz Branch named 10.04 ?
 If we decide on _date_, I can have a team of developers scheduled to
 start testing branch code. This will allow to quickly stabilize ofbiz
 release for common ecommerce use.
 How about EOD March 31st 10 GMT?
 Thanks and Regards
 Anil Patel
 HotWax Media Inc
 Find us on the web at www.hotwaxmedia.com or Google Keyword "ofbiz"
 On Feb 15, 2010, at 6:40 AM, Jacques Le Roux wrote:
> I agree but after Jacopo's message on dev ML about new release
> strategy (on which I mostly agree) I will at least delay it...
> 
> Jacques
> 
> From: "Bruno Busco" 
>> In order to have this kind of issue scheduling could you please
>> create
>> a new OFBIZ version in jira and set the Fix Version of these issue on
>> that?
>> I do not see any clearer way to answer to Ashish question.
>> 
>> -Bruno
>> 
>> 2010/2/15 Jacques Le Roux :
>>> I expect to fulfill
>>> https://issues.apache.org/jira/browse/OFBIZ-3442
>>> and maybe
>>> https://issues.apache.org/jira/browse/OFBIZ-3445
>>> 
>>> In other word to use layer lookups instead of popup lookups
>>> everywhere it's
>>> possible in OFBiz.
>>> From my 1st serie of tests it seems to work well almost everywhere,
>>> WIP...
>>> 
>>> Jacques
>>> 
>>> From: "Ashish Vijaywargiya" 
 I think its time to start thinking on the things that should be
 taken
 care in / before release branch 10.04.
 
 Bug fixing should be the major area which should be taken care
 extensively in next two months.
 What about new features etc. etc.?
 
 Please comment.
 Thanks!
 
 --
 Ashish
 
 On Tue, Dec 15, 2009 at 6:47 AM, David E Jones  wrote:
> There is no set date yet. The last release was in April 2009
> (hence the
> version number of 09.04 on it), and the one before that was about
> 2 years
> before. Chances are it won't be another 2 years before another
> release, but
> probably at least a year... so perhaps we'll do another release
> branch in
> around 4 months.
> 
> -David
> 
> 
> On Dec 14, 2009, at 3:37 PM, Juan Pablo wrote:
> 
>> Hello Community.
>> 
>> I'm testing the last trunk version and the demo version published
>> in
>> Internet (http://demo.ofbiz.org). They've got new functionality:
>> help on
>> line, new themes, new features in accounting, manufacturing and
>> ordermgr
>> components. The last stable versión is actually 9.04. So, ¿When
>> will
>> Ofbiz
>> try a new stable release version?.
>> 
>> Gracias/Thank You.
>> 
>> --
>> Juan Pablo
> 
>>> 
>>> 
> 
>> 
> 
> 
> 

-- 
View this message in context: 
http://n4.nabble.com/New-OFBiz-stable-release-tp963922p1675843.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: extend on *labels files ?

2010-03-20 Thread james_sg

Hi Erwan,

Look at the getBundle method in UtilProperties class.
You can load your override resource to merge the properties etc.

Regards,
James


Erwan de FERRIERES-2 wrote:
> 
> 
> Yeah sure, it's what I'm doing. I didn't explained well my use case. The 
> problem I'm facing is when using EntityLabels already existing.
> 
> If I want to add new records in my entity, and then add the EntityLabels 
> going with it, I have to modify the OFBiz file. What I want is extend 
> the existing labels file, and not have to modify the OFBiz file...
> 
> --
> Erwan de FERRIERES
> www.nereide.biz
> 
> 

-- 
View this message in context: 
http://n4.nabble.com/extend-on-labels-files-tp1599519p1675816.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Fwd: Demo server down

2010-03-19 Thread james_sg

Hi,

Until the problem is fixed, it may be worth your time to work with a local
instance of OFBiz on your machine.

Regards,
James


Juan Pablo wrote:
> 
> Excuse me!
> 
> Apache Ofbiz demo server isn't down. The server is really slow now. But I
> see message "503: Service Temporary Unavailable".
> 
> -- Forwarded message --
> From: Juan Pablo 
> Date: Fri, Mar 19, 2010 at 12:28 PM
> Subject: Demo server down
> To: OFBiz 
> 
> 
> Friends.
> 
> Apache Ofbiz demo server is down http://ofbiz-vm.apache.org/
> 
> -- 
> Juan Pablo Huachaca
> 
> 
> 
> 
> -- 
> Juan Pablo
> Cell 997204299
> 
> 

-- 
View this message in context: 
http://n4.nabble.com/Demo-server-down-tp1599721p1633651.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: extend on *labels files ?

2010-03-19 Thread james_sg

What I'll do is to put the new label file into the config folder and add
something like

 in the screen widget that are using the new labels.


Erwan de FERRIERES wrote:
> 
> Hi all,
> 
> sometimes I need to add or work with specifics labels on entities / UI 
> /security, which won't be added to OFBiz.
> 
> Is there then a way to create a new file and working with it such as 
> what is done with the extend entity ?
> 
> Regards,
> 
> -- 
> Erwan de FERRIERES
> www.nereide.biz
> 
> 

-- 
View this message in context: 
http://n4.nabble.com/extend-on-labels-files-tp1599519p1633109.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Accumulated Depreciation

2010-03-19 Thread james_sg

Hi,

Thanks Jacopo. Do you think it is feasible for me to use OFBiz 9.04 with its
accounting component replaced with the one in trunk?

Regards,
James 


Jacopo Cappellato-4 wrote:
> 
> No, they are not.
> 
> This has been recently implemented only in the trunk.
> 
> Jacopo
> 
> On Mar 19, 2010, at 10:49 AM, james_sg wrote:
> 
>> 
>> Hi,
>> 
>> I am using OFBiz 9.04. Is accumulated depreciation 
>> 1) updated into the gl account automatically ?
>> 2) taken into account in balance report ?
>> 
>> Regards,
>> James
> 
> 

-- 
View this message in context: 
http://n4.nabble.com/Accumulated-Depreciation-tp1599155p1599641.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Accumulated Depreciation

2010-03-19 Thread james_sg

Hi,

I am using OFBiz 9.04. Is accumulated depreciation 
1) updated into the gl account automatically ?
2) taken into account in balance report ?

Regards,
James
-- 
View this message in context: 
http://n4.nabble.com/Accumulated-Depreciation-tp1599155p1599155.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Brainstorming about the Framework: UI Tier

2010-03-18 Thread james_sg

Hi Jacques,

I am involved in an OFBiz implementation, but may join the effort once
things are more managable.

Regards,
James


Jacques Le Roux wrote:
> 
> From: "james_sg" 
>> Hi,
>> 
>> I have the following 3 suggestions.
>> 
>> 1. As screen widgets add a layer of abstraction above html, the codes are
>> cleaner than those in ftl.
>> So I wish more UI codes be written in or converted to widgets.
> 
> I second that, and for instance Bruno has begun to work on converting
> lookups.
> Would you want to join the effort? Any help is appreciated!
> https://issues.apache.org/jira/browse/OFBIZ-3541
> When this will be done I will apply the layered lookup to the FLT files
> again, but with a better rendered quality.
> 
> Jacques
> 
>> 2. A new view handler that will take care of ajax on the fly when the
>> screen
>> widgets are rendered. The benefit is code reuse, any improvement to the
>> view
>> handler affects the whole application.
>> 
>> 3. Even better is for this new view handler to act as a intermediary
>> between
>> the screen widgets and the existing view framework like wicket, echo3 etc
>> 
>> Regards,
>> James
> 
> 

-- 
View this message in context: 
http://n4.nabble.com/Brainstorming-about-the-Framework-UI-Tier-tp1588522p1598870.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Lot

2010-03-17 Thread james_sg

Hi Sharan,

Actually I wanted to check what OFBiz can do in the event of a product
recall.
Yes, I have look at the inventory items. 

Regards,
James


Sharan-F wrote:
> 
> Hi 
> 
> Have you taken a look at Inventory Items? I think that's the level at
> which Lot Numbers are stored.
> 
> Thanks
> Sharan
> 

-- 
View this message in context: http://n4.nabble.com/Lot-tp1596790p1597464.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Lot

2010-03-17 Thread james_sg

Ok. Thanks.


Jacques Le Roux wrote:
> 
> AFAIQ there are not much implemented (code) for lots OOTB in OFBiz
> 
> Jacques
> 
> From: "james_sg" 
>> Hi,
>> 
>> Where can I search for inventory that shares the same lot number in
>> OFBiz?
>> 
>> Regards,
>> James
>>
> 
> 
> 

-- 
View this message in context: http://n4.nabble.com/Lot-tp1596790p1597434.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Lot

2010-03-17 Thread james_sg

Hi,

Where can I search for inventory that shares the same lot number in OFBiz?

Regards,
James
-- 
View this message in context: http://n4.nabble.com/Lot-tp1596790p1596790.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: terms in quote

2010-03-17 Thread james_sg

I see. Thanks.


BJ Freeman wrote:
> 
> you are correct.
> I told you what I added.
> like many things in ofbiz the parts are there just have to glue it
> together.
> Since I don't know if your and enduser or a developer, I answered as a
> developer.
> 
> =
> BJ Freeman
> 

-- 
View this message in context: 
http://n4.nabble.com/terms-in-quote-tp1594664p1595984.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: terms in quote

2010-03-16 Thread james_sg

I don't think functionality exists for adding terms to a quote.


BJ Freeman wrote:
> 
> I use agreements entity.
> have agreement templates I pull up, then it creates an agreement
> attached to the quote.
> 
> =
> BJ Freeman
> 

-- 
View this message in context: 
http://n4.nabble.com/terms-in-quote-tp1594664p1595880.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


terms in quote

2010-03-16 Thread james_sg

Hi,

Is there a way or work around to add terms (like payment terms) when
creating quotation?

Regards,
James
-- 
View this message in context: 
http://n4.nabble.com/terms-in-quote-tp1594664p1594664.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Brainstorming about the Framework: Logic Tier

2010-03-11 Thread james_sg

Hi,

I would prefer logic tier codes that allows me to
1. step through with a debugger;
2. add breakpoint; and 
3. track variables :)

So a debugger for minilang will be good.

Regards,
James


David E Jones-4 wrote:
> 
> 
> If you could change anything about the logic tier in OFBiz (basically the
> Service Engine, services written in simple-methods and Java; also less
> formal logic like the many *Worker and *Helper classes), what would you
> change?
> 
> 

-- 
View this message in context: 
http://n4.nabble.com/Brainstorming-about-the-Framework-Logic-Tier-tp1588523p1589306.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Brainstorming about the Framework: UI Tier

2010-03-11 Thread james_sg

Hi,

I have the following 3 suggestions.

1. As screen widgets add a layer of abstraction above html, the codes are
cleaner than those in ftl.
So I wish more UI codes be written in or converted to widgets.

2. A new view handler that will take care of ajax on the fly when the screen
widgets are rendered. The benefit is code reuse, any improvement to the view
handler affects the whole application.

3. Even better is for this new view handler to act as a intermediary between
the screen widgets and the existing view framework like wicket, echo3 etc

Regards,
James


David E Jones-4 wrote:
> 
> 
> If you could change anything about the user interface tier in OFBiz
> (basically the ControlServlet, the various widgets (Screen, Form, Menu,
> Tree), the separate webapps, actions in (or not in) groovy, etc), what
> would you change?
> 
> 

-- 
View this message in context: 
http://n4.nabble.com/Brainstorming-about-the-Framework-UI-Tier-tp1588522p1589231.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Error getting quote report

2010-03-01 Thread james_sg

Hi Brajesh,

The error occurs when there is a manual adjustment at quote item level.
I wanted to give a discount to the 1st quote item, so I entered 1 to the
Quote Item Seq Id field.
When I run the quote report, the error message is shown.

Regards,
James


Brajesh Patel wrote:
> 
> hi James,
> 
> Please provide step how to generate it, at my end it is working. I have
> generate report.
> 
>  --
> Thanks
> Brajesh Patel
> 
> HotWax Media
> http://www.hotwaxmedia.com
> 
> On Wed, Feb 24, 2010 at 12:32 PM, james_sg  wrote:
> 
>>
>> Hi all,
>>
>> I am using ofbiz release 9.04.
>>
>> Encounter the following bug when I click on Reports under View Quote.
>>
>>
>>
>> > The Following Errors Occurred:
>> >
>> > Unable to transform FO file: java.lang.IndexOutOfBoundsException:
>> Index:
>> > 0, Size: 0
>> >
>>
>> Any idea on how to resolve?
>>
>> Regards,
>> James
>> --
>> View this message in context:
>> http://n4.nabble.com/Error-getting-quote-report-tp1567027p1567027.html
>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>
> 
> 

-- 
View this message in context: 
http://n4.nabble.com/Error-getting-quote-report-tp1567027p1574497.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Google Summer of Code

2010-03-01 Thread james_sg

yup, an eclipse plugin for OFBiz would be nice and due :)


Kojo Gambrah wrote:
> 
> Hello,
> The Apache Foundation was accepted as a mentor institution in the Google 
> Summer
> of Code programme last year and I believe the same will happen this year.
> 
> I would like to enter the internship programme with Ofbiz when Google 
> starts accepting
> student applications on March 18th. I have been learning and developing 
> with Ofbiz for almost a year.
> 
> Ideas from the community will be appreciated.  I am considering working 
> on the ofbiz-eclipse plugin, automated testing and things bothering on 
> framework development.
> 
> Kind Regards,
> Kojo Gambrah-Sampaney
> 
> Ghana Telecom University College
> Information Technology Student
> Third year
> 
> 
> 

-- 
View this message in context: 
http://n4.nabble.com/Google-Summer-of-Code-tp1573684p1573850.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Error getting quote report

2010-02-23 Thread james_sg

Hi all,

I am using ofbiz release 9.04.

Encounter the following bug when I click on Reports under View Quote.



> The Following Errors Occurred:
> 
> Unable to transform FO file: java.lang.IndexOutOfBoundsException: Index:
> 0, Size: 0
> 

Any idea on how to resolve?

Regards,
James
-- 
View this message in context: 
http://n4.nabble.com/Error-getting-quote-report-tp1567027p1567027.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: HUMANRES_ADMIN Permission Not Found

2010-02-22 Thread james_sg

Hi Koon Sang,

I believe it could be due to the following reasons:
1) To avoid HUMANRES_ADMIN permission being added to security_group other
than the existing ones with HUMANRES_ADMIN permission, or
2) The HUMANRES_ADMIN permission is mistakenly left out of the
security_permission.

In either case, you can add the HUMANRES_ADMIN permission in the
security_permission if you required it.

Regards,
James


Koon Sang wrote:
> 
> Why is the permission "HUMANRES_ADMIN" in the table
> security_group_permission but not in the table security_permission?
> 
> How do I assign HR admin rights to a security group?
> 
> Ofbiz version: 9.04 (2010-02-17)
> 

-- 
View this message in context: 
http://n4.nabble.com/HUMANRES-ADMIN-Permission-Not-Found-tp1563967p1565411.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Scrap Factor

2010-02-22 Thread james_sg

Thanks Jacopo. Much Appreciated.


Jacopo Cappellato-4 wrote:
> 
> Thanks for the report and proposed fix James, I am going to review this
> and fix it.
> 
> Regards,
> 
> Jacopo
> 
> 

-- 
View this message in context: 
http://n4.nabble.com/Scrap-Factor-tp1562477p1564757.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Scrap Factor

2010-02-22 Thread james_sg

It would be good if someone can commited the following bug fix

Change from 



> if (percScrapFactor.compareTo(bdHundred.negate()) > 0 &&
> percScrapFactor.compareTo(bdHundred.negate()) < 0) { 
> 

to 



> if (percScrapFactor.compareTo(bdHundred.negate()) > 0 &&
> percScrapFactor.compareTo(bdHundred) < 0) { 
> 

Regards,
James


james_sg wrote:
> 
> 
> 
>> if (percScrapFactor.compareTo(bdHundred.negate()) > 0 &&
>> percScrapFactor.compareTo(bdHundred.negate
>> ()) < 0)
>> 
> When the above condition fails,
> 
> 
>> oneChildNode.setScrapFactor(percScrapFactor); 
>> 
> will set the scrap factor as 1, thus ignoring the original scrap factor
> value.
> 
> This is a bug.
> 
> 

-- 
View this message in context: 
http://n4.nabble.com/Scrap-Factor-tp1562477p1564712.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


  1   2   >