We're Hiring :)

2009-02-05 Thread Si Chen
Hi there, Just wanted to let everybody knows that our company is looking for more developers who are familiar with the ofbiz and other open-source Java frameworks. You'll have a chance to work with ofbiz, Spring, hibernate, Jasper, Kettle, Pentaho, and GWT for both opentaps and our client

any plans for release soon?

2009-04-17 Thread Si Chen
Do you have any plans for making a release in the next few months?

Re: any plans for release soon?

2009-04-20 Thread Si Chen
So Will this be actively maintained and become a release with version numbers? From: Jacques Le Roux jacques.le.r...@les7arts.com To: dev@ofbiz.apache.org Sent: Friday, April 17, 2009 10:11:37 AM Subject: Re: any plans for release soon? From: Tim Ruppert

We're Hiring!

2007-10-09 Thread Si Chen
, and from anywhere you want. If this is something you're interested in, please send me an email off the list. Thanks! Si Chen

We're Hiring: Software Developers and Project Manager

2008-02-21 Thread Si Chen
Hi everybody, We (Open Source Strategies) are looking to hire for at least two additional full-time positions: 1. Software developer: we're looking for someone with significant Java web applications development experience to help with Web 2.0 user interfaces and business intelligence for

[Fwd: svn commit: r495945 - in /ofbiz/trunk: applications/ecommerce/webapp/ecommerce/cart/ applications/order/src/org/ofbiz/order/order/ applications/order/src/org/ofbiz/order/shoppingcart/ applicatio

2007-01-18 Thread Si Chen
Hi. This is a pretty core change so I thought we should pay a little more attention. I don't find anything wrong with it but there are a few coding consistency issues: 1. Is it better to keep a version of the old addOrIncreaseItem method around in ShoppingCart so we don't have to make so

FedEx shipping integration

2007-01-19 Thread Si Chen
Hi everybody - We may be implementing FedEx shipping integration into OFBIZ over the next month. This has been discussed quite a few times before, and a few people have said that they have already implemented it in some form or the other. If anybody has existing code and would like to

Re: Ant run-install problem in DemoOrgChartOfAccount.xml (Opentaps)

2007-01-19 Thread Si Chen
Leon Torres wrote: For financials, make sure that you update ofbiz accounting, import all the data in accounting/data, then update financials and import all the data in financials/data. Since financials is in heavy development, you might want to refrain from updating ofbiz otherwise things

Re: [Fwd: svn commit: r495891 - /ofbiz/trunk/applications/product/src/org/ofbiz/product/feature/ProductFeatureServices.java]

2007-01-22 Thread Si Chen
with that situation, if someones running that many features saving 1 character might not be much of a bonus. Regards Scott Jacopo Cappellato wrote: I agree with Si. Jacopo Si Chen wrote: Hey there - This patch is a good idea, but I think Scott Gray suggested that this - could be configured

Re: svn commit: r498877 - /ofbiz/trunk/applications/content/entitydef/entitymodel.xml

2007-01-22 Thread Si Chen
David E. Jones wrote: Wouldn't it be better if it was just null if we don't know the mime type? Where would a mime type that isn't in the database come from anyway? -David On Jan 22, 2007, at 5:47 PM, [EMAIL PROTECTED] wrote: Author: sichen Date: Mon Jan 22 16:47:34 2007 New Revision:

Re: Timing for Release Branch

2007-01-26 Thread Si Chen
David E. Jones wrote: The general release policy for OFBiz has been established and documented and the information is available here: http://docs.ofbiz.org/x/1wE I believe this is an actionable plan that we as a community can reasonably deliver and that will hopefully also allow people who

[Fwd: svn commit: r499957 - in /ofbiz/trunk/applications/product: servicedef/services_shipment_ups.xml src/org/ofbiz/shipment/thirdparty/ups/UpsServices.java]

2007-01-26 Thread Si Chen
Minor point, but shouldn't this be Debug.logInfo or Debug.logVerbose instead of System.err.println? ---BeginMessage--- Author: jonesde Date: Thu Jan 25 12:41:46 2007 New Revision: 499957 URL: http://svn.apache.org/viewvc?view=revrev=499957 Log: Applied patch from Anil Patel to add country code

Re: svn commit: r500985 - /ofbiz/trunk/applications/content/src/org/ofbiz/content/email/EmailWorker.java

2007-01-29 Thread Si Chen
Hans Bakker wrote: Sorry, i misunderstood you original message. I use this piece of code the last few months in production and i have it regularly that either no filename are given, or that more then one time de same filename is given. Secondly filenames are most of the time not longer than

two questions about order entry

2007-02-02 Thread Si Chen
Hello. We have two questions about order entry: 1. Why are the payment methods manually listed on billsettings.ftl, instead of gotten from Product Store's payment methods list? Would it be better to get it from the payment methods list? 2. What is the best way to support CVV numbers

Re: two questions about order entry

2007-02-02 Thread Si Chen
David E. Jones wrote: On Feb 2, 2007, at 11:22 AM, Si Chen wrote: Hello. We have two questions about order entry: 1. Why are the payment methods manually listed on billsettings.ftl, instead of gotten from Product Store's payment methods list? Would it be better to get it from

development for this week

2007-02-02 Thread Si Chen
http://ofbiz-new.blogspot.com/2007/02/ofbiz-development-r502669.html

Re: svn commit: r502824 - /ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryReserveServices.xml

2007-02-05 Thread Si Chen
David E. Jones wrote: On Feb 5, 2007, at 10:16 AM, Si Chen wrote: David E. Jones wrote: Hold on a minute there did you actually test and find this to be a problem? The +/- notation is an entity engine ONLY thing and should never make it to the database. This patch should be reverted

Re: svn commit: r504996 [1/2] - in /ofbiz/trunk/applications: ecommerce/data/ product/ product/config/ product/entitydef/ product/servicedef/ product/src/org/ofbiz/shipment/thirdparty/fedex/ product/t

2007-02-09 Thread Si Chen
Jacques Le Roux wrote: I did not want to send it because some parts are in french, here we go : [java] 2007-02-09 10:33:11,593 (main) [ GenericDelegator.java:577:ERROR] [java] exception report -- [java] Failure in

Re: [jira] Commented: (OFBIZ-659) Refactoring Create Order process

2007-02-13 Thread Si Chen
Anil Patel wrote: Yes. I will like to have small simple methods for order process steps. On 2/13/07, Si Chen (JIRA) [EMAIL PROTECTED] wrote: [ https://issues.apache.org/jira/browse/OFBIZ-659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472948 ] Si

Re: svn commit: r507773 - in /ofbiz/trunk/applications/product: webapp/facility/WEB-INF/actions/facility/countFacilityInventoryByProduct.bsh widget/facility/FacilityScreens.xml

2007-02-15 Thread Si Chen
Jacopo Cappellato wrote: Si, about your comment: I don't think that the missing support for marketing packages should prevent the usage of the script in production. Instead I think that the *fake* inventory units shown for the mkt pkg could be an issue because the items are not really in

Re: svn commit: r507773 - in /ofbiz/trunk/applications/product: webapp/facility/WEB-INF/actions/facility/countFacilityInventoryByProduct.bsh widget/facility/FacilityScreens.xml

2007-02-15 Thread Si Chen
Jacopo Cappellato wrote: Si Chen wrote: Jacopo, Also this script probably may not be handling serialized inventory correctly. I did not check it yesterday but it needs to be checked. In general I am concerned that this script means the re-writing the business logic of the inventory

Re: Unable to send confirmation email from the Order manager

2007-02-22 Thread Si Chen
Nick Olson wrote: The ordermgr/control/confirmationmailedit page generates an email with this in the body: pNOTE: This is a DEMO store-front. Orders placed here will NOT be billed, and will NOT be fulfilled./p div class=head1Order not found with ID [WS1], or not allowed to view./div The

[Fwd: svn commit: r510756 - /ofbiz/trunk/applications/content/webapp/content/WEB-INF/controller.xml]

2007-02-27 Thread Si Chen
Andy - Are you sure about getting rid of the request-redirect? If the user accidentally hits the refresh button on his browser he'd resubmit a request twice. We've noticed this is a very common source of errors for users. Si ---BeginMessage--- Author: jaz Date: Thu Feb 22 17:46:18 2007

this week in ofbiz

2007-03-03 Thread Si Chen
http://ofbiz-new.blogspot.com/2007/03/ofbiz-development-r514134.html

Re: Order Confirmation Notice

2007-03-13 Thread Si Chen
Tim Ruppert wrote: I've tested this and unless I get any objection will be committing this shortly. Cheers, Tim -- Tim Ruppert HotWax Media http://www.hotwaxmedia.com o:801.649.6594 f:801.649.6595 On Mar 13, 2007, at 1:08 PM, Tim Ruppert wrote: So, I think I just found a little oversight

Re: [Fwd: svn commit: r516317 - in /ofbiz/trunk/framework/widget: dtd/widget-form.xsd src/org/ofbiz/widget/form/ModelFormField.java src/org/ofbiz/widget/html/HtmlFormRenderer.java]

2007-03-14 Thread Si Chen
David E. Jones wrote: I don't see any reason why it might have... did it break the multi-forms? -David Have you seen http://issues.apache.org/jira/browse/OFBIZ-812? Adrian thought it might be that commit. After reverting it the checkboxes do reappear, though the select all at the top is

default content type for new ScreenFopViewHandler

2007-03-20 Thread Si Chen
Hi Jacopo, Dave - I noticed you put in a new ScreenFopViewHandler with a specifiable content-type flag, and it defaults to application/pdf: +if (UtilValidate.isEmpty(contentType)) { +contentType = application/pdf; +} + However, I've noticed that the if you

[Fwd: svn commit: r520784 - /ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/cart/LookupBulkAddSupplierProducts.bsh]

2007-03-21 Thread Si Chen
Jacopo, Why does this .bsh method not use the getSuppliersForProduct service? Si ---BeginMessage--- Author: jacopoc Date: Wed Mar 21 00:41:12 2007 New Revision: 520784 URL: http://svn.apache.org/viewvc?view=revrev=520784 Log: Added from/thru dates to the list of fields returned by the query on

Re: lastPrice field on SupplierProduct

2007-03-22 Thread Si Chen
to Keep track of this data do we have to use PO. Regards Anil On 3/21/07, Si Chen [EMAIL PROTECTED] wrote: Anil, Many companies do not want this to happen. Anil Patel wrote: Hi, I am working on ReceiveInventory screen for AssetMaint component. How and When is lastPrice field

Re: lastPrice field on SupplierProduct

2007-03-26 Thread Si Chen
expire it and clone it into a new one? 3) I still think, but I don't have a clear picture of the model right now, that the AgreementProductAppl entity should play a role in the definition of the supplier's price list See my last last comment below: Si Chen wrote: Anil, When I originally

problems with new entity definitions

2007-03-30 Thread Si Chen
[java] 2007-03-30 11:47:59,366 (main) [ DatabaseUtil.java:2710:ERROR] Could not create foreign key indices for entity [TrackingCodeOrderReturn]: SQL Exception while executing the following: [java] CREATE INDEX TKNG_CODODR_ODRTN ON OFBIZ.TRACKING_CODE_ORDER_RETURN (ORDER_ID)

release?

2007-04-03 Thread Si Chen
What are the plans for doing the next OFBIZ release?

Re: release?

2007-04-03 Thread Si Chen
On this list? Anil Patel wrote: I think it was before Developer conference. On 4/3/07, Si Chen [EMAIL PROTECTED] wrote: You weren't the only one who didn't know. Was this discussed at some point? Adrian Crum wrote: I wasn't aware that was something we were waiting on. I hoped to have

svn build warning

2007-04-16 Thread Si Chen
FYI - [java] 2007-04-16 10:03:03,854 (main) [ ModelEntityChecker.java:506:INFO ] [initReservedWords] array length=1023 [java] 2007-04-16 10:03:03,892 (main) [ UtilXml.java:243:DEBUG] XML Read 0.014s: entityengine.xml [java] 2007-04-16 10:03:04,366 (main) [

Re: release?

2007-04-17 Thread Si Chen
The SVN right now is in reasonably good shape in my opinion -- it's been more stable in the past, but there's also been a lot of times when it's a lot less stable. I think we need to get the framework to a stable point and resolve any critical applications bugs, and then it should be a pretty

[jira] Commented: (OFBIZ-1266) EntityOperator.IN will crash on some databases with empty list

2009-03-13 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12681845#action_12681845 ] Si Chen commented on OFBIZ-1266: would anybody be opposed if I committed Jeremy's patch

[jira] Closed: (OFBIZ-1266) EntityOperator.IN will crash on some databases with empty list

2009-03-17 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Si Chen closed OFBIZ-1266. -- Resolution: Fixed EntityOperator.IN will crash on some databases with empty list

[jira] Created: (OFBIZ-3126) quantities incorrect when canceling partially shipped items

2009-10-29 Thread Si Chen (JIRA)
Components: order Affects Versions: Release Branch 9.04, SVN trunk Reporter: Si Chen Fix For: Release Branch 9.04, SVN trunk if you create a sales order for quantity 5 of a product, and then partially pack and ship 2 of this item, then go back and cancel all the item

[jira] Updated: (OFBIZ-3126) quantities incorrect when canceling partially shipped items

2009-10-29 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Si Chen updated OFBIZ-3126: --- Attachment: Picture 9.png quantities incorrect when canceling partially shipped items

[jira] Created: (OFBIZ-3299) wsdl generated is not correct for Apache Synapse and Visual Studio

2009-12-03 Thread Si Chen (JIRA)
Components: framework Affects Versions: Release Branch 4.0, Release Branch 9.04, SVN trunk Reporter: Si Chen Fix For: Release Branch 4.0, Release Branch 9.04, SVN trunk Attachments: service-wsdl.patch The WSDL generated by ModelService is not correct

[jira] Updated: (OFBIZ-3299) wsdl generated is not correct for Apache Synapse and Visual Studio

2009-12-03 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Si Chen updated OFBIZ-3299: --- Attachment: service-wsdl.patch wsdl generated is not correct for Apache Synapse and Visual Studio

[jira] Created: (OFBIZ-3300) soap wsdl and action should be consistent

2009-12-03 Thread Si Chen (JIRA)
: Release Branch 4.0, Release Branch 9.04, SVN trunk Reporter: Si Chen Fix For: Release Branch 4.0, Release Branch 9.04, SVN trunk Currently, the WSDL for a soap service is obtained by http://localhost:8080/webtools/control/SOAPService/serviceName?wsdl, but the service

[jira] Created: (OFBIZ-3420) ups rate estimate will not work from non-US warehouses

2010-01-20 Thread Si Chen (JIRA)
ups rate estimate will not work from non-US warehouses -- Key: OFBIZ-3420 URL: https://issues.apache.org/jira/browse/OFBIZ-3420 Project: OFBiz Issue Type: Bug Reporter: Si Chen

[jira] Updated: (OFBIZ-3420) ups rate estimate will not work from non-US warehouses

2010-01-20 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Si Chen updated OFBIZ-3420: --- Attachment: ups.patch ups rate estimate will not work from non-US warehouses

[jira] Commented: (OFBIZ-3420) ups rate estimate will not work from non-US warehouses

2010-01-21 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12803372#action_12803372 ] Si Chen commented on OFBIZ-3420: Thanks. Sorry I've been really busy lately, but I've got

[jira] Commented: (OFBIZ-3485) Error in updating party postal address if party has an EftAccount

2010-12-10 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12970344#action_12970344 ] Si Chen commented on OFBIZ-3485: What happened to this? Has it been fixed? Error

[jira] Commented: (OFBIZ-1766) problem with creating a shipment after a canceled shipment on the Input status

2008-05-06 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12594613#action_12594613 ] Si Chen commented on OFBIZ-1766: Jacopo, that means that you would not be able to cancel

[jira] Commented: (OFBIZ-1766) problem with creating a shipment after a canceled shipment on the Input status

2008-05-06 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12594619#action_12594619 ] Si Chen commented on OFBIZ-1766: where is the shipment plan screen, and what entity does

[jira] Created: (OFBIZ-1795) OrderServices checkDigitalFulfillment should not invoice items which have not been fulfilled

2008-05-15 Thread Si Chen (JIRA)
Project: OFBiz Issue Type: Bug Components: order Reporter: Si Chen I just looked at OrderServices.checkDigitalItemFulfillment and saw that it created the invoice first for digital items before trying to fulfill them. Thus, if there's a problem

[jira] Assigned: (OFBIZ-811) Authentication using LDAP

2008-05-23 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Si Chen reassigned OFBIZ-811: - Assignee: (was: Si Chen) Authentication using LDAP - Key

[jira] Created: (OFBIZ-1806) automatically set countyGeoId from postalCode and countryGeoId?

2008-05-27 Thread Si Chen (JIRA)
Reporter: Si Chen Is there anything which automatically sets countyGeoId from postal code + countryGeoId? If not, how does one calculate county level taxes? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Commented: (OFBIZ-1806) automatically set countyGeoId from postalCode and countryGeoId?

2008-05-28 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12600470#action_12600470 ] Si Chen commented on OFBIZ-1806: TaxAuthorityServices will consider countyGeoId in tax

[jira] Updated: (OFBIZ-1806) automatically set countyGeoId from postalCode and countryGeoId?

2008-05-29 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Si Chen updated OFBIZ-1806: --- Attachment: orderview.PNG screenshot of order in ZIP code 84057 but no Utah county sales tax was assessed

[jira] Commented: (OFBIZ-1806) automatically set countyGeoId from postalCode and countryGeoId?

2008-05-29 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12600856#action_12600856 ] Si Chen commented on OFBIZ-1806: I'm sorry David, but this does not work for me. I could

[jira] Created: (OFBIZ-1826) Allow EntityListIterator to be created from JDBC ResultSet

2008-06-06 Thread Si Chen (JIRA)
: framework Reporter: Si Chen Priority: Minor EntitylistIterator can only be constructed from a SQLProcessor right now, but in fact, it does not really use the SQLProcessor except to .close(). I have created a new constructor for the EntityListIterator which allows

[jira] Updated: (OFBIZ-1826) Allow EntityListIterator to be created from JDBC ResultSet

2008-06-06 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Si Chen updated OFBIZ-1826: --- Attachment: ofbiz-1826.patch Allow EntityListIterator to be created from JDBC ResultSet

[jira] Commented: (OFBIZ-1826) Allow EntityListIterator to be created from JDBC ResultSet

2008-06-06 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12603236#action_12603236 ] Si Chen commented on OFBIZ-1826: by the way, I have apply this patch and rerun all

[jira] Commented: (OFBIZ-811) Authentication using LDAP

2008-06-20 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12606838#action_12606838 ] Si Chen commented on OFBIZ-811: --- is there any documentation for this? Authentication using

[jira] Commented: (OFBIZ-1847) Enhancing DropDown widget with Ajax Autocompletion feature

2008-07-31 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12618767#action_12618767 ] Si Chen commented on OFBIZ-1847: is this where I could see how this works? https

[jira] Assigned: (OFBIZ-1915) Improving request redirects

2008-08-11 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Si Chen reassigned OFBIZ-1915: -- Assignee: Si Chen Improving request redirects --- Key

[jira] Commented: (OFBIZ-1915) Improving request redirects

2008-08-11 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12621498#action_12621498 ] Si Chen commented on OFBIZ-1915: I will commit this if nobody has any comments Improving

[jira] Commented: (OFBIZ-1915) Improving request redirects

2008-08-13 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12622378#action_12622378 ] Si Chen commented on OFBIZ-1915: do you want me to put some more comments into the xsd file

[jira] Closed: (OFBIZ-1915) Improving request redirects

2008-08-15 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Si Chen closed OFBIZ-1915. -- Resolution: Fixed Improving request redirects --- Key: OFBIZ-1915

[jira] Commented: (OFBIZ-1607) let the ofbiz work with db2

2008-08-19 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12623842#action_12623842 ] Si Chen commented on OFBIZ-1607: Weizhan, I spent some time looking at this, and I've

[jira] Created: (OFBIZ-1234) mrp to support products w/o orders

2007-09-11 Thread Si Chen (JIRA)
: Si Chen Fix For: SVN trunk Improve mrp to support to products which have no orders against them 1. Add new inventoryEventPlannedTypeId = Inventory Below Stock 2. Find a list of all Productfacility records for current facilities where inventory is below ProductFacility.minimumStock

[jira] Created: (OFBIZ-1242) MRP days to ship and inventory event planned dates issues

2007-09-13 Thread Si Chen (JIRA)
: Si Chen I noticed a couple of interesting issues with the MRP algorithm: It was using ProductFacility.daysToShip to create a buffer time for requirements, but it was doing it for all requirements, so even manufactured parts were having this buffer time added. I fixed it in 575413 by limiting

[jira] Assigned: (OFBIZ-1242) MRP days to ship and inventory event planned dates issues

2007-09-14 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Si Chen reassigned OFBIZ-1242: -- Assignee: Si Chen MRP days to ship and inventory event planned dates issues

[jira] Assigned: (OFBIZ-1242) MRP days to ship and inventory event planned dates issues

2007-09-14 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Si Chen reassigned OFBIZ-1242: -- Assignee: (was: Si Chen) MRP days to ship and inventory event planned dates issues

[jira] Commented: (OFBIZ-1242) MRP days to ship and inventory event planned dates issues

2007-09-14 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527538 ] Si Chen commented on OFBIZ-1242: #1 I think if you want to use some measure of how long a product takes to ship

[jira] Assigned: (OFBIZ-1244) EntityUtil.getFieldListFromEntityList throw NPE under some conditions

2007-09-18 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Si Chen reassigned OFBIZ-1244: -- Assignee: Si Chen EntityUtil.getFieldListFromEntityList throw NPE under some conditions

[jira] Commented: (OFBIZ-1244) EntityUtil.getFieldListFromEntityList throw NPE under some conditions

2007-09-18 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12528544 ] Si Chen commented on OFBIZ-1244: If there are no objections I will be committing

[jira] Closed: (OFBIZ-1244) EntityUtil.getFieldListFromEntityList throw NPE under some conditions

2007-09-24 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Si Chen closed OFBIZ-1244. -- Resolution: Fixed EntityUtil.getFieldListFromEntityList throw NPE under some conditions

[jira] Created: (OFBIZ-1260) reserve inventory not accounting for inventory transfers

2007-09-24 Thread Si Chen (JIRA)
: product Reporter: Si Chen It appears that the reserve inventory service, specifically reserveForInventoryItemInline in InventoryReserveServices.xml, is not accounting for pending InventoryTransfers. I think it should be. -- This message is automatically generated by JIRA. - You can

[jira] Created: (OFBIZ-1261) captureOrderPayments does not return error message when it fails

2007-09-24 Thread Si Chen (JIRA)
Reporter: Si Chen It should return an error message if the capture were unsuccessful. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Created: (OFBIZ-1265) cannot create marketing campaign: permission error

2007-09-26 Thread Si Chen (JIRA)
cannot create marketing campaign: permission error -- Key: OFBIZ-1265 URL: https://issues.apache.org/jira/browse/OFBIZ-1265 Project: OFBiz Issue Type: Bug Reporter: Si Chen

[jira] Commented: (OFBIZ-1265) cannot create marketing campaign: permission error

2007-09-26 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530528 ] Si Chen commented on OFBIZ-1265: Same problem with updateMarketingCampaign cannot create marketing campaign

[jira] Created: (OFBIZ-1273) fin account unit tests fail

2007-09-27 Thread Si Chen (JIRA)
fin account unit tests fail --- Key: OFBIZ-1273 URL: https://issues.apache.org/jira/browse/OFBIZ-1273 Project: OFBiz Issue Type: Bug Reporter: Si Chen Could somebody please do an $ ant run-tests and see

[jira] Closed: (OFBIZ-1276) Cleanup returnReportContactMechs.fo.ftl

2007-09-28 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Si Chen closed OFBIZ-1276. -- Resolution: Fixed Thank you. Committed in r 580446. Cleanup returnReportContactMechs.fo.ftl

[jira] Closed: (OFBIZ-1275) Cleanup returnReportBody.fo.ftl

2007-09-28 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Si Chen closed OFBIZ-1275. -- Resolution: Fixed Thank you. Committed in r 580447. Cleanup returnReportBody.fo.ftl

[jira] Created: (OFBIZ-1313) Remove some Visit-related foreign keys

2007-10-04 Thread Si Chen (JIRA)
Remove some Visit-related foreign keys -- Key: OFBIZ-1313 URL: https://issues.apache.org/jira/browse/OFBIZ-1313 Project: OFBiz Issue Type: Improvement Reporter: Si Chen Priority

[jira] Commented: (OFBIZ-1313) Remove some Visit-related foreign keys

2007-10-04 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532533 ] Si Chen commented on OFBIZ-1313: Do you think there will be a way to remove old Visits and keep

[jira] Assigned: (OFBIZ-1313) Remove some Visit-related foreign keys

2007-10-04 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Si Chen reassigned OFBIZ-1313: -- Assignee: Si Chen Remove some Visit-related foreign keys

[jira] Created: (OFBIZ-1318) screen widget show where code came from in html

2007-10-05 Thread Si Chen (JIRA)
Reporter: Si Chen This should help debugging a lot: The screen widget render could put in an HTML comment in the html document if log INFO is turned on (or VERBOSE if you really don't like it) to show where the text came from. For example, if the screen widget called a form, it could

[jira] Commented: (OFBIZ-1318) screen widget show where code came from in html

2007-10-05 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532807 ] Si Chen commented on OFBIZ-1318: So, anyway, is anybody opposed to this? screen widget show where code came from

[jira] Commented: (OFBIZ-1318) screen widget show where code came from in html

2007-10-08 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533198 ] Si Chen commented on OFBIZ-1318: Yea, Adrian, if you have some time to work on it it'd be great! screen widget

[jira] Commented: (OFBIZ-1313) Remove some Visit-related foreign keys

2007-10-09 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533415 ] Si Chen commented on OFBIZ-1313: That's a good idea but you can't null TrackingCodeVisit.visitId because it's part

[jira] Created: (OFBIZ-1332) Move extension field from PartyContactMech to TelecomNumber

2007-10-09 Thread Si Chen (JIRA)
Reporter: Si Chen Priority: Minor It seems that the extension of a phone number is on PartyContactMech when it should be on TelecomNumber. We propose that we move it to TelecomNumber and change the related services, etc. -- This message is automatically generated by JIRA. - You can reply

[jira] Commented: (OFBIZ-1318) screen widget show where code came from in html

2007-10-10 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533911 ] Si Chen commented on OFBIZ-1318: Wow, this is interesting. As far as I'm concerned, it'd be nice to provide

[jira] Commented: (OFBIZ-1141) More user friendly error messages

2007-10-12 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12534340 ] Si Chen commented on OFBIZ-1141: Hey guys - I think this is something which would be very helpful, but maybe we

[jira] Closed: (OFBIZ-1265) cannot create marketing campaign: permission error

2007-10-12 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Si Chen closed OFBIZ-1265. -- Resolution: Fixed This was fixed by changes in r 57410 and OFBIZ-1226 cannot create marketing campaign

[jira] Assigned: (OFBIZ-1390) framework/base and framework/common translation to portuguese

2007-11-08 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Si Chen reassigned OFBIZ-1390: -- Assignee: Si Chen framework/base and framework/common translation to portuguese

[jira] Commented: (OFBIZ-1394) Lots of log errors related to AcctgTransServices.xml and GeneralLedgerServices.xml

2007-11-15 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12542816 ] Si Chen commented on OFBIZ-1394: Hey there, how come the BigDecimal typecasting was removed

[jira] Commented: (OFBIZ-1260) reserve inventory not accounting for inventory transfers

2007-11-16 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543136 ] Si Chen commented on OFBIZ-1260: Well that would be nice... Where does it do that? Did I miss it in the code

[jira] Commented: (OFBIZ-1260) reserve inventory not accounting for inventory transfers

2007-11-19 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543613 ] Si Chen commented on OFBIZ-1260: The ATP is decreased, but is the inventory item considered reserved? For example

[jira] Commented: (OFBIZ-1260) reserve inventory not accounting for inventory transfers

2007-11-20 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543993 ] Si Chen commented on OFBIZ-1260: I am able to replicate the scenario, and what happens is the item waiting

[jira] Updated: (OFBIZ-1260) reserve inventory not accounting for inventory transfers

2007-11-20 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Si Chen updated OFBIZ-1260: --- Attachment: ofbiz-inv-xfer-res.zip video showing this reserve inventory not accounting for inventory

[jira] Commented: (OFBIZ-1260) reserve inventory not accounting for inventory transfers

2007-11-20 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12544100 ] Si Chen commented on OFBIZ-1260: Hi Bilgin, Yes, thanks for pointing that out, but that's not quite the same thing

[jira] Commented: (OFBIZ-1260) reserve inventory not accounting for inventory transfers

2007-11-21 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12544537 ] Si Chen commented on OFBIZ-1260: Hey guys, reserving inventory for products with negative atp or 0 atp

[jira] Created: (OFBIZ-1418) ofbizContentUrl does not fetch https:// when the request is https://

2007-11-21 Thread Si Chen (JIRA)
Reporter: Si Chen ofbizContentUrl is not correctly handing https:// requests -- even when the request is https:// it is still generating http:// The easiest way to see this is to use IE to access any ofbiz page such as https://demo1.opentaps.org/crmsfa/ you will see it prompt you

[jira] Closed: (OFBIZ-1418) ofbizContentUrl does not fetch https:// when the request is https://

2007-11-23 Thread Si Chen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Si Chen closed OFBIZ-1418. -- Resolution: Fixed You are right! I completely forgot about that. Thanks for looking

  1   2   3   >