Re: Vendor vs supplier

2022-02-15 Thread Wei Zhang
Hi,

See the comments in 
https://cwiki.apache.org/confluence/display/OFBIZ/Actor+Definitions

On 2022/2/15, 4:13 PM, "Emad Radwan"  wrote:

Hello Community,

What is the difference in Ofbiz between vendor and supplier?

Regards
Emad



Re: Make to Order Production Run

2021-12-11 Thread Wei Zhang
I think you have to run MRP manually  if there is no enough stock to fulfill 
the orders. 

On 2021/12/9, 5:04 PM, "Bs Serge"  wrote:

Hi,

Any ideas on how this can be achieved would be appreciated!

Basically it is to have a sales order linked with the manufacture of
ordered products by the buyer/customer.

Best Regards,

On Wed, Dec 8, 2021 at 1:06 PM Bs Serge  wrote:

> Hi Pierre,
>
> I looked into the demo data, and I could see the pizza preparation routing
> (Stock Out and Preparation routing tasks), as shown below, but that did 
not
> answer my question except if i'm missing something.
>
>  workEffortPurposeTypeId="ROU_ASSEMBLING" currentStatusId="ROU_ACTIVE"
> workEffortName="Stock out" description="Components" revisionNumber="1"
> fixedAssetId="DEMO_FOOD_GROUP" estimatedMilliSeconds="60"
> estimatedSetupMillis="0"/>
>  workEffortPurposeTypeId="ROU_ASSEMBLING" currentStatusId="ROU_ACTIVE"
> workEffortName="Preparation" description="Preparation" revisionNumber="1"
> fixedAssetId="DEMO_FOOD_GROUP" estimatedMilliSeconds="90"
> estimatedSetupMillis="0"/>
>  currentStatusId="ROU_ACTIVE" workEffortName="Pizza preparation"
> description="Pizza preparation" revisionNumber="1" quantityToProduce="0"/>
>  workEffortGoodStdTypeId="ROU_PROD_TEMPLATE" statusId="WEGS_CREATED"
> fromDate="2004-09-24 15:10:14.227"/>
>  workEffortAssocTypeId="ROUTING_COMPONENT" sequenceNum="10"
> fromDate="2004-09-24 15:09:38.736"/>
>  workEffortAssocTypeId="ROUTING_COMPONENT" sequenceNum="20"
> fromDate="2004-09-24 15:09:47.338"/>
>
> So I'm still wondering how can one have a sales order trigger a
> manufacturing production run specifically for the buyer/customer.
>
> Best Regards,
>
> On Tue, Dec 7, 2021 at 10:57 AM Pierre Smits 
> wrote:
>
>> Good morning Serge,
>>
>> You can take a look at how (in demo) OFBiz provides functionalities for
>> this. In the demo (datasets), this is done via the pizza examples.
>>
>>
>> Met vriendelijke groet,
>>
>> Pierre Smits
>> *Proud* *contributor** of* Apache OFBiz  since
>> 2008 (without privileges)
>> Proud contributor to the ASF since 2006
>>
>> *Apache Directory , PMC Member*
>>
>>
>> On Mon, Dec 6, 2021 at 9:40 AM Bs Serge  wrote:
>>
>> > Hi,
>> >
>> > Referring to the Manufacturing & MRP Tutorial (from Sharan Foga) It is
>> > mentioned that OFBiz supports a Make to Order (MTO) process where the
>> > manufacturing process is triggered by an order from a customer. The
>> product
>> > is manufactured specifically for that customer.
>> >
>> > In OFBiz I can start & complete production runs with routing tasks but
>> I’m
>> > having trouble connecting a product sales order with a production run.
>> >
>> > So I’m wondering how does that happen? How does a product sales order
>> > trigger the manufacturing production run of a certain ordered product?
>> >
>> > Best Regards,
>> >
>>
>



Re: Urgent - Ofbiz Inventory Reservation Going Crazy - Please Help

2021-10-21 Thread Wei Zhang
Check which store your orders come from and then link your main 
warehouse/facility to that store.

On 2021/10/21, 4:55 AM, "Giulio Speri - MpStyle Srl"  
wrote:

Hello James,

Could you please share some more details on the context of usage of the
facilities?
Are you using them for an e-commerce site (facilities associated to a
Product storie) or you use them in totally different context?

Thanks,
Giulio

On Wed, Oct 20, 2021, 20:52  wrote:

>
> Good Afternoon.  We have one main warehouse and 5 virtual warehouse
> (i.e. damaged, In Transit, Repairs, etc).  Ofbiz seems to re - reserve
> after every order creation and it is constantly reserving product to
> these Virtual Warehouses.  How can I stop this from happening.  How can
> we simply have First Come First Serve unless we want to reprioritze a
> single order at a time.  This is causing a HUGE headache.  Any help is
> greatly appreciatedmy boss is ALL OVER ME with this issue
>
> Thanks,
>
> James
>



Re: Inventory - Receive - Stock transfer and results

2021-10-21 Thread Wei Zhang
Regarding you 2nd Question, please read 
https://www.moqui.org/m/docs/mantle/Mantle+Structure+and+UDM/Product#asset---receipt-mantleproductreceipt.
 It can help you to understand how asset entities are designed.


On 2021/10/21, 3:14 AM, "pratyush Giri"  wrote:

Hi Inventory Experts,


1st Question
===
I am trying to move a serialized product from one location in a facility to 
another location in the same facility. What I observe is that the process 
creates another inventory item with the same data where the location has been 
changed from A to B. What surprises me is that the status on both the rows 
shows up as  INV_AVAILABLE and also the ATP and QOH both show 1. Looking at 
this Entity it seems like I have 2 of the same items where I have only 1.  

What am I reading wrong here and how this should be read?

2nd Question
===
I received the same product (say Prod-1)  with the same lot (LOT-1)  
twice., once with 100 and again with 50 quantities.  So I received them twice 
to the same location (bin/rack etc all same). I see that it creates 2 inventory 
items with different quantities 1 row with 100 and another with 50). Now if I  
receive them together, then it creates one inventory_item_id with quantity as 
150. Why is this? Should it not be one inventory item id with quantity 150 and 
it should not matter how I am receiving them. The way I am looking at inventory 
item entity is that given a facility, location, and product, and a lot(if 
exists), it should tell me how many of these items are available.


3rd Question
===
I want to have a 360-degree view of my products, i.e., how they came into 
my facility, what has been done with them including stock and inventory 
transfer, and finally where did they go (customer when s/he bought it). I do 
not see an OOTB functionality for this (unless I am missing something). If 
there is none, I can build this myself and so I am trying to understand the 
data underneath.

Best,
Pratyush









Re: svn commit: r1832577 - /ofbiz/ofbiz-framework/trunk/framework/webapp/src/main/java/org/apache/ofbiz/webapp/event/CoreEvents.java

2018-06-01 Thread Wei Zhang
I checked out repository in a new folder without user/pass and updating svn log 
did not prompt me to input user/pass. I am not sure if it is caused by I didn't 
input user/pass.

在 2018/6/1 下午2:43,“Jacques Le Roux” 写入:

BTW,

We should (mostly you Wei actually) look for what is causing this issue.

And maybe create an Infra Jira to fix it but be sure before that it's not 
on your side.

I'm sure it's not ToirtoiseSvn, I use it also. Maybe check your version 
though, mine is 1.10.0

Jacques


Le 01/06/2018 à 08:33, Jacques Le Roux a écrit :
> Hi Wei,
>
> Too bad, I forgot this point and backported before receiving your message 
:D
>
> I'll change them all, no worries
>
> Cheers
>
> Jacques
>
>
> Le 01/06/2018 à 02:44, Wei Zhang a écrit :
>> Hi Jacques,
>>
>> I have created OFBIZ-10419 on JIRA but I cannot update svn log, please 
see the error in the attachment. I am appreciated if you can help to do it.
>>
>> Kind Regards,
>>
>> Wei
>>
>> 在 2018/5/31 下午5:35,“Jacques Le Roux” 写入:
>>
>>  Create a JIRA issue for it and update SVN log fits with me
>>   Thanks to care :)
>>   Jacques
>>Le 31/05/2018 à 11:10, Wei Zhang a écrit :
>>  > Hi Jacques,
>>  >
>>  > Sorry for the inconvenience.
>>  >
>>  > Should I revert the fix or create a JIRA issue for it and update 
SVN log?
>>  >
>>  > Kind Regards,
>>  >
>>  > Wei
>>  >
>>  >
>>  > 在 2018/5/31 下午5:01,“Jacques Le 
Roux” 写入:
>>  >
>>  >  Hi Zhang,
>>  >
>>  >  This is a core functionality. Even if it's an edge case, I 
believe a Jira would have been appropriate and it should be backported.
>>  >
>>  >  Also please follow our best practices regarding commit 
comment:
>>  >
>>  > 
>> 
https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Committers+Roles+and+Responsibilities#OFBizCommittersRolesandResponsibilities-CommittingChanges
>>  >
>>  > 
https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+commit+message+template
>>  >
>>  >  Thanks
>>  >
>>  >  Jacques
>>  >
>>  >  Le 31/05/2018 à 03:20, zhang...@apache.org a écrit :
>>  >  > Author: zhangwei
>>  >  > Date: Thu May 31 01:20:54 2018
>>  >  > New Revision: 1832577
>>  >  >
>>  >  > URL: http://svn.apache.org/viewvc?rev=1832577&view=rev
>>  >  > Log:
>>  >  > A minor fix for serviceEndTime conversion
>>  >  >
>>  >  > Modified:
>>  >  > 
ofbiz/ofbiz-framework/trunk/framework/webapp/src/main/java/org/apache/ofbiz/webapp/event/CoreEvents.java
>>  >  >
>>  >  > Modified: 
ofbiz/ofbiz-framework/trunk/framework/webapp/src/main/java/org/apache/ofbiz/webapp/event/CoreEvents.java
>>  >  > URL: 
>> 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/webapp/src/main/java/org/apache/ofbiz/webapp/event/CoreEvents.java?rev=1832577&r1=1832576&r2=1832577&view=diff
>>  >  > 
==
>>  >  > --- 
ofbiz/ofbiz-framework/trunk/framework/webapp/src/main/java/org/apache/ofbiz/webapp/event/CoreEvents.java
 (original)
>>  >  > +++ 
ofbiz/ofbiz-framework/trunk/framework/webapp/src/main/java/org/apache/ofbiz/webapp/event/CoreEvents.java
 Thu May 31 01:20:54 2018
>>  >  > @@ -240,7 +240,7 @@ public class CoreEvents {
>>  >  >   endTime = ts1.getTime();
>>  >  >   } catch (IllegalArgumentException e) {
>>  >  >   try {
>>  >  > -endTime = Long.parseLong(serviceTime);
>>  >  > +endTime = 
Long.parseLong(serviceEndTime);
>>  >  >   } catch (NumberFormatException nfe) {
>>  >  >   String errMsg = 
UtilProperti

Re: svn commit: r1832577 - /ofbiz/ofbiz-framework/trunk/framework/webapp/src/main/java/org/apache/ofbiz/webapp/event/CoreEvents.java

2018-06-01 Thread Wei Zhang
I checked out repository in a new folder without user/pass and updating svn log 
did not prompt me to input user/pass. I am not sure if it is caused by I didn't 
input user/pass.

在 2018/6/1 下午2:43,“Jacques Le Roux” 写入:

BTW,

We should (mostly you Wei actually) look for what is causing this issue.

And maybe create an Infra Jira to fix it but be sure before that it's not 
on your side.

I'm sure it's not ToirtoiseSvn, I use it also. Maybe check your version 
though, mine is 1.10.0

Jacques


Le 01/06/2018 à 08:33, Jacques Le Roux a écrit :
> Hi Wei,
>
> Too bad, I forgot this point and backported before receiving your message 
:D
>
> I'll change them all, no worries
>
> Cheers
>
> Jacques
>
>
> Le 01/06/2018 à 02:44, Wei Zhang a écrit :
>> Hi Jacques,
>>
>> I have created OFBIZ-10419 on JIRA but I cannot update svn log, please 
see the error in the attachment. I am appreciated if you can help to do it.
>>
>> Kind Regards,
>>
>> Wei
>>
>> 在 2018/5/31 下午5:35,“Jacques Le Roux” 写入:
>>
>>  Create a JIRA issue for it and update SVN log fits with me
>>   Thanks to care :)
>>   Jacques
>>Le 31/05/2018 à 11:10, Wei Zhang a écrit :
>>  > Hi Jacques,
>>  >
>>  > Sorry for the inconvenience.
>>  >
>>  > Should I revert the fix or create a JIRA issue for it and update 
SVN log?
>>  >
>>  > Kind Regards,
>>  >
>>  > Wei
>>  >
>>  >
>>  > 在 2018/5/31 下午5:01,“Jacques Le 
Roux” 写入:
>>  >
>>  >  Hi Zhang,
>>  >
>>  >  This is a core functionality. Even if it's an edge case, I 
believe a Jira would have been appropriate and it should be backported.
>>  >
>>  >  Also please follow our best practices regarding commit 
comment:
>>  >
>>  > 
>> 
https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Committers+Roles+and+Responsibilities#OFBizCommittersRolesandResponsibilities-CommittingChanges
>>  >
>>  > 
https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+commit+message+template
>>  >
>>  >  Thanks
>>  >
>>  >  Jacques
>>  >
>>  >  Le 31/05/2018 à 03:20, zhang...@apache.org a écrit :
>>  >  > Author: zhangwei
>>  >  > Date: Thu May 31 01:20:54 2018
>>  >  > New Revision: 1832577
>>  >  >
>>  >  > URL: http://svn.apache.org/viewvc?rev=1832577&view=rev
>>  >  > Log:
>>  >  > A minor fix for serviceEndTime conversion
>>  >  >
>>  >  > Modified:
>>  >  > 
ofbiz/ofbiz-framework/trunk/framework/webapp/src/main/java/org/apache/ofbiz/webapp/event/CoreEvents.java
>>  >  >
>>  >  > Modified: 
ofbiz/ofbiz-framework/trunk/framework/webapp/src/main/java/org/apache/ofbiz/webapp/event/CoreEvents.java
>>  >  > URL: 
>> 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/webapp/src/main/java/org/apache/ofbiz/webapp/event/CoreEvents.java?rev=1832577&r1=1832576&r2=1832577&view=diff
>>  >  > 
==
>>  >  > --- 
ofbiz/ofbiz-framework/trunk/framework/webapp/src/main/java/org/apache/ofbiz/webapp/event/CoreEvents.java
 (original)
>>  >  > +++ 
ofbiz/ofbiz-framework/trunk/framework/webapp/src/main/java/org/apache/ofbiz/webapp/event/CoreEvents.java
 Thu May 31 01:20:54 2018
>>  >  > @@ -240,7 +240,7 @@ public class CoreEvents {
>>  >  >   endTime = ts1.getTime();
>>  >  >   } catch (IllegalArgumentException e) {
>>  >  >   try {
>>  >  > -endTime = Long.parseLong(serviceTime);
>>  >  > +endTime = 
Long.parseLong(serviceEndTime);
>>  >  >   } catch (NumberFormatException nfe) {
>>  >  >   String errMsg = 
UtilProperti

Re: a vendor

2017-01-24 Thread Wei Zhang
See http://ofbiz.135035.n4.nabble.com/vendors-and-suppliers-td4168824.html



-
程序羊
--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/a-vendor-tp4701312p4701314.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: OFBiz 16.11 with postgres

2016-12-13 Thread Wei Zhang
I use below in my own build.gradle


dependencies {
pluginLibsCompile 'org.postgresql:postgresql:9.4.1209.jre7'
}



-
程序羊
--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/OFBiz-16-11-with-postgres-tp4700234p4700237.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: New ASF Members from the OFBiz Community!

2016-03-30 Thread Wei Zhang
Many congratulations Jacques and Sharan!



-
程序羊
--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/New-ASF-Members-from-the-OFBiz-Community-tp4678581p4678624.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: alternative theme

2015-12-07 Thread Wei Zhang
+1



-
程序羊
--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/alternative-theme-tp4674037p4675077.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


I also would lilk become an OFBiz confluence contributor

2015-05-18 Thread Wei Zhang
Hi Guys,

Can anybody add me to the list of contributors on the wiki? My confluence 
username is tzngvi

Thanks,

Wei



Shinetech Software Inc. (Microsoft Gold Certified Partner)
- Software Development Solutions.
- Web Development Solutions.
- Volume Licensing Solutions.
===

Think green- please don't print this e-mail unless you really need to!

Shinetech Disclaimer:
The information contained in this electronic message and any attached documents 
may contain confidential and privileged information that is for the sole use of 
the intended recipient(s). If you are not the intended recipient, note that any 
unauthorized review, disclosure, copying, distribution, or use of the contents 
of this electronic message or any attached documents is prohibited. If you have 
received this communication in error, please destroy it and notify Shinetech 
immediately.