Re: Password reset for admin?

2011-07-31 Thread BJ Freeman
looking at the current trunk the login, checks the party then looks in contactmech for the Primary Email address. The contact Primary Email address set in the party is used to put the incoming emails into that party or party group. so if you have a party group of Sales, you should associate the

Split Shipping

2011-07-31 Thread Paul
Hi List, I have, I think somewhat uncommon order fulfilment situation and looking for tips on how to best address the same. The scenario includes a primary warehouse to ecommerce store with a set of secondary region specific warehouse. The business rule is to fulfill from primary warehouse in

Re: Split Shipping

2011-07-31 Thread BJ Freeman
My understanding is that split ship goes as far as allowing different shipping dates but not from different facilities. I added code to evaluate shipping from facilities based on many parameters. Like the facilities location compared to destination. So it is not a manual process but automatic to

Questions about OFBiz and Development

2011-07-31 Thread Jason Hoppes
Hello, I am a java developer. I have done some OSGi on my own and think I am ready to try working on a product. Is OFBiz moving to OSGi? In the latest version it did not look like it was OSGi. I would also be interested in doing some MRP develoment. I did some professionally at Detroit

Re: Split Shipping

2011-07-31 Thread David E Jones
There is some code OOTB to select among multiple Facilities associated with a ProductStore, but in most cases where an organization has multiple facilities it is necessary to customize this. This basically does the inventory reservation across multiple facilities. The order itself should NOT

Re: Questions about OFBiz and Development

2011-07-31 Thread David E Jones
If you want to get more involved with OFBiz all you need to do is discuss the stuff you want to build on the dev mailing list, then contribute the stuff you do through the ASF Jira, and off you go. Once you have contributed enough for existing PMC members to trust you, then you will be

Re: Split Shipping

2011-07-31 Thread BJ Freeman
I may have missed the code, but as far as I can see productstore.reserveInventory productstore.oneInventoryFacility are only used to verify that Quickship can be used. productstore.reserveInventory is not used to deal with multiplefacilites. productstore.oneInventoryFacility only return