Store Semi processed raw materials in Manufacturing

2009-11-25 Thread Anil Sharma

Hello All,

Can any one please tell me how to store semi processed raw materials into
warehouse during production run process. For example I have two routing
tasks ie task1 and task2. I have taken two raw materials ie r1 and r2. Both
r1 and r2 are given as input to task1. After completion of task1 I want to
store the output into warehouse. Later on I want to give (r1+r2) ie output
of task1 as input to  task2. How should I do this.

Thanks,
Anil Sharma.
-- 
View this message in context: 
http://n4.nabble.com/Store-Semi-processed-raw-materials-in-Manufacturing-tp788055p788055.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Dependent production run in ofbiz

2009-10-13 Thread Anil Sharma

Hello All,

I am unable to create dependent production run. Can nay one tell me how to
create dependent production run. I have gone through ofbiz manufacturing
documentation. can any one please tell me how to do so.

Thanks,
Anil Sharma
-- 
View this message in context: 
http://n4.nabble.com/Dependent-production-run-in-ofbiz-tp252364p252364.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Track Fixed Asset usage

2009-10-13 Thread Anil Sharma

Hello Roy,

Did you get the solution for the below listed problem. I too have the same
requiremnent. Can you please help me

Thanks,
Anil Sharma.



rnatavio wrote:
 
 Hello everyone,
 
 Two Questions:
 
 1) How can we create a [Number]/[Time] capacity for a fixed asset? I
 noticed a Production Capacity field but it doesn't seem to fit this need.
 
 2) Does OFBiz have a way of showing how many tasks are currently using a
 fixed asset (Machine for instance)?
 
 I'm trying to find out the estimated time of completion for the incoming
 production runs (eg. when someone orders a configurable PC). The estimated
 start time for the incoming PRun should be the next available time of the
 machine. The capacity of the machine and the number of PRuns currently
 using it should also be considered.
 
 Cheers,
 Roy
 
 

-- 
View this message in context: 
http://n4.nabble.com/Track-Fixed-Asset-usage-tp142042p252376.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


costing of raw materials

2009-10-05 Thread Anil Sharma

hello All,

I am confused with the manufacturing module in ofbiz. Can any one please
tell me how do I estimate the cost of finished goods keeping in mind cost of
raw material, labour cost, machinery cost etc. How do I create a dependent
production run.

I have gone through some of the links like 
http://docs.ofbiz.org/display/OFBIZ/Beginner's+Guide+to+the+Manufacturing+Process
http://web.archive.org/web/20070424204429/ofbizwiki.go-integral.com/Wiki.jsp?page=Manufacturing

But still I am in confusion. Can any one please give me the link to updated
documentation of manufacturing in ofbiz, which could answer my questions.

Thanks,
Anil Sharma
-- 
View this message in context: 
http://www.nabble.com/costing-of-raw-materials-tp25747849p25747849.html
Sent from the OFBiz - User mailing list archive at Nabble.com.



manufacturing rules in ofbiz

2009-10-05 Thread Anil Sharma

hello All,

can any one please tell me how can I use manufacturing rules while creation
of BOM in manufacturing module

Thanks,
Anil Sharma.  
-- 
View this message in context: 
http://www.nabble.com/manufacturing-rules-in-ofbiz-tp25763054p25763054.html
Sent from the OFBiz - User mailing list archive at Nabble.com.



Re: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure

2009-09-30 Thread Anil Sharma

Hello Scott,

My primary requirement is to connect ofbiz to mysql. I tried that by
modifying entityengine.xml but I got the below error. So I am trying for
general program.

Thanks,
ANil SHarma


Scott Gray-2 wrote:
 
 Hi Anil,
 
 What does this have to do with OFBiz?
 
 Regards
 Scott
 
 On 30/09/2009, at 6:17 PM, Anil Sharma wrote:
 

 Hello All,

 I am using MySql 5.0. I am trying to connect database using
 mysql-connector-java-5.1.10-bin.jar driver. I am getting the following
 exception

 com.mysql.jdbc.exceptions.jdbc4.CommunicationsException:  
 Communications link
 failure

 my java code is as follows

 import java.sql.*;

 class Test{
 public static void main(String args[]){
 try{
 Class.forName(com.mysql.jdbc.Driver).newInstance();
 Connection
 con=DriverManager.getConnection(jdbc:mysql://192.168.91.103/ 
 pamafert,pamafert,pa...@olive);
 System.out.println(Success);
 }catch (Exception e){
 System.out.println(Fail +e);
 }
 }
 }

 I have searched forums but did not get the solution. Can any one  
 please help
 me fix this problem.

 Thanks,
 Anil Sharma.
 -- 
 View this message in context:
 http://www.nabble.com/com.mysql.jdbc.exceptions.jdbc4.CommunicationsException%3A-Communications-link-failure-tp25675159p25675159.html
 Sent from the OFBiz - User mailing list archive at Nabble.com.

 
 
  
 

-- 
View this message in context: 
http://www.nabble.com/com.mysql.jdbc.exceptions.jdbc4.CommunicationsException%3A-Communications-link-failure-tp25675159p25675539.html
Sent from the OFBiz - User mailing list archive at Nabble.com.



com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure

2009-09-29 Thread Anil Sharma

Hello All,

I am using MySql 5.0. I am trying to connect database using
mysql-connector-java-5.1.10-bin.jar driver. I am getting the following
exception

com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link
failure

my java code is as follows

import java.sql.*;

class Test{
public static void main(String args[]){
try{
Class.forName(com.mysql.jdbc.Driver).newInstance();
Connection
con=DriverManager.getConnection(jdbc:mysql://192.168.91.103/pamafert,pamafert,pa...@olive);
System.out.println(Success);
}catch (Exception e){
System.out.println(Fail +e);
}
}
}

I have searched forums but did not get the solution. Can any one please help
me fix this problem.

Thanks,
Anil Sharma.
-- 
View this message in context: 
http://www.nabble.com/com.mysql.jdbc.exceptions.jdbc4.CommunicationsException%3A-Communications-link-failure-tp25675159p25675159.html
Sent from the OFBiz - User mailing list archive at Nabble.com.



Form in ofbiz

2009-09-18 Thread Anil Sharma

Hello Guys,

I am new to ofbiz. We can generate a screen in two ways they are using FTL
and Forms(ie XML). Can any one please tell me how this form are converted
into screens. I really face difficulty with forms when I need to work with
java-script

Thanks,
Anil Sharma
-- 
View this message in context: 
http://www.nabble.com/Form-in-ofbiz-tp25504135p25504135.html
Sent from the OFBiz - User mailing list archive at Nabble.com.



Convert form(XML)to FTL

2009-09-18 Thread Anil Sharma

Hello Guys,

I am facing problem understanding form. I am planning to convert this forms
into FTL.Can any one please tell me the process to convert forms into ftl
and is this a good idea?

Thanks,
Anil Sharma 
-- 
View this message in context: 
http://www.nabble.com/Convert-form%28XML%29to-FTL-tp25504181p25504181.html
Sent from the OFBiz - User mailing list archive at Nabble.com.



ofbiz latest stable version

2009-09-16 Thread Anil Sharma

Hello Guys,

Can any one please tell me what is the current stable ofbiz release. what us
the difference between ofbiz-release9.04 and  ofbiz-release4.0. why is both
ofbiz9.04 and ofbiz4.0 being developed parallely


Thanks,
Anil Sharma
-- 
View this message in context: 
http://www.nabble.com/ofbiz-latest-stable-version-tp25468563p25468563.html
Sent from the OFBiz - User mailing list archive at Nabble.com.



Re: ofbiz latest stable version

2009-09-16 Thread Anil Sharma

Hello Mridul,

Thanks for prompt reply. Actually I have some requirements which matches
with that in ofbiz9.04 like Human Resource, Order Management and Product
Management and warehouse etc. So now I need to make a decision to go with
ofbiz9.04 or ofbiz4.0. Can you please suggest me any one in terms of
features and Stability of code.

Thanks,
Anil Sharma.


Anil Sharma wrote:
 
 Hello Guys,
 
 Can any one please tell me what is the current stable ofbiz release. what
 us the difference between ofbiz-release9.04 and  ofbiz-release4.0. why is
 both ofbiz9.04 and ofbiz4.0 being developed parallely
 
 
 Thanks,
 Anil Sharma
 

-- 
View this message in context: 
http://www.nabble.com/ofbiz-latest-stable-version-tp25468563p25469737.html
Sent from the OFBiz - User mailing list archive at Nabble.com.