Re: Should a single production run task allow for tracking multiple declarations? How to determine number of rejected pieces by employee?

2014-02-06 Thread Christian Carlow

Sorry,

There are also FIXME comments to add quantityProduced, 
quantityRejected, and setupTime fields to the timesheet entity.


*time_entry entity (not timesheet)


Re: Should a single production run task allow for tracking multiple declarations? How to determine number of rejected pieces by employee?

2014-02-06 Thread Christian Carlow
I've determined that time entries are supposed to handle this 
functionality. ProductionRunServices.updateProductionRunTask accepts the 
partyId as a parameter but code that is supposed to use it to create 
timesheet entries has been commented out.  Rev 910230 shows that the 
commented code has always existed.  There are also FIXME comments to add 
quantityProduced, quantityRejected, and setupTime fields to the 
timesheet entity.


On 02/06/2014 01:27 PM, Christian Carlow wrote:
Sometimes a work center will receive 16 pieces but split work 
resulting in one employee finishing 12 pieces earlier than the 
remaining 4 finished later by another employee. For these cases, 
shouldn't production run tasks support multiple declarations?  How 
would one track which employee is at fault for rejected pieces?




Should a single production run task allow for tracking multiple declarations? How to determine number of rejected pieces by employee?

2014-02-06 Thread Christian Carlow
Sometimes a work center will receive 16 pieces but split work resulting 
in one employee finishing 12 pieces earlier than the remaining 4 
finished later by another employee. For these cases, shouldn't 
production run tasks support multiple declarations?  How would one track 
which employee is at fault for rejected pieces?


Re: How to determine

2009-09-07 Thread BJ Freeman
you need to remove the header from the source file.
your product name is not UTF-8
your data is not consistent

Please look at the input data example and compare to the output example
then compare yours against that.

ngterry sent the following on 9/7/2009 1:30 AM:
> I am sorry.  I still do not really understand.  After a try, the sources are
> inputed to datasource, but I cannot find it.  Where can I find it?
> 
> Steps:
> 1) Go to "DATA FILE TOOLS" and fill in the file link, enclosed please find
> the format and the files:
> 
> 
> http://www.w3.org/2001/XMLSchema-instance";
>
> xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/datafiles.xsd";>
>  type-code="UTF-8"
> delimiter="	" text-delimiter=""
> description="this takes the product data from doba file"
> has-header="true">
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> http://www.nabble.com/file/p25326822/productImport.csv productImport.csv 
> http://www.nabble.com/file/p25326822/productschema.xml productschema.xml 
> 
> 2) Get the Entity XML File 
> http://www.nabble.com/file/p25326822/productOutput.xml productOutput.xml :
> 
> 
>  />
> 
> 
> 
> 
> 3) Go to "ENTITY ENGINE TOOLS" > "XML DATA IMPORT", input the Entity XML
> file, get the message input to datasource.
> 
> What next? I cannot find the data.  What is going wrong?
> 
> Regards,
> Terence
> 
> 
> BJ Freeman wrote:
>> take a look at
>> https://issues.apache.org/jira/browse/OFBIZ-2518
>> datafile.xsd
>> also the reference datafile tools in the
>> http://docs.ofbiz.org/display/OFBIZ/Handling+of+External+data #2
>> if you use the code version instead of convert only you can just read
>> the cvs file into ofbiz at the same time of the convert.
>>
>> ngterry sent the following on 9/6/2009 9:32 AM:
>>> Hi,
>>>
>>> After reading:
>>> http://docs.ofbiz.org/display/OFBIZ/Handling+of+External+data
>>> http://docs.ofbiz.org/display/OFBIZ/Handling+of+External+data 
>>> and
>>> http://docs.ofbiz.org/display/OFBENDUSER/OFBiz%27s+Data+File+Tools
>>> http://docs.ofbiz.org/display/OFBENDUSER/OFBiz%27s+Data+File+Tools 
>>>
>>> I still don't really understand how to import products data.  I hope
>>> someone
>>> can clarify it for me.  These are the steps I guess:
>>>
>>> 1) How to determine the field name e.g. productId in >> name="productId"
>>> ignored="false" type="String"/> in xml definition file to convert the CSV
>>> File data into Entity XML File
>>>
>>> 2) Import the Entity XML File using XML Data Import in Entity Engine Tool
>>>
>>> Regards,
>>> Terence
>> -- 
>> BJ Freeman
>> http://www.businessesnetwork.com/automation
>> http://bjfreeman.elance.com
>> http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
>> Systems Integrator.
>>
>>
>>
> 

-- 
BJ Freeman
http://www.businessesnetwork.com/automation
http://bjfreeman.elance.com
http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
Systems Integrator.



Re: How to determine

2009-09-07 Thread ngterry

I am sorry.  I still do not really understand.  After a try, the sources are
inputed to datasource, but I cannot find it.  Where can I find it?

Steps:
1) Go to "DATA FILE TOOLS" and fill in the file link, enclosed please find
the format and the files:


http://www.w3.org/2001/XMLSchema-instance";
   
xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/datafiles.xsd";>











http://www.nabble.com/file/p25326822/productImport.csv productImport.csv 
http://www.nabble.com/file/p25326822/productschema.xml productschema.xml 

2) Get the Entity XML File 
http://www.nabble.com/file/p25326822/productOutput.xml productOutput.xml :







3) Go to "ENTITY ENGINE TOOLS" > "XML DATA IMPORT", input the Entity XML
file, get the message input to datasource.

What next? I cannot find the data.  What is going wrong?

Regards,
Terence


BJ Freeman wrote:
> 
> take a look at
> https://issues.apache.org/jira/browse/OFBIZ-2518
> datafile.xsd
> also the reference datafile tools in the
> http://docs.ofbiz.org/display/OFBIZ/Handling+of+External+data #2
> if you use the code version instead of convert only you can just read
> the cvs file into ofbiz at the same time of the convert.
> 
> ngterry sent the following on 9/6/2009 9:32 AM:
>> Hi,
>> 
>> After reading:
>> http://docs.ofbiz.org/display/OFBIZ/Handling+of+External+data
>> http://docs.ofbiz.org/display/OFBIZ/Handling+of+External+data 
>> and
>> http://docs.ofbiz.org/display/OFBENDUSER/OFBiz%27s+Data+File+Tools
>> http://docs.ofbiz.org/display/OFBENDUSER/OFBiz%27s+Data+File+Tools 
>> 
>> I still don't really understand how to import products data.  I hope
>> someone
>> can clarify it for me.  These are the steps I guess:
>> 
>> 1) How to determine the field name e.g. productId in > name="productId"
>> ignored="false" type="String"/> in xml definition file to convert the CSV
>> File data into Entity XML File
>> 
>> 2) Import the Entity XML File using XML Data Import in Entity Engine Tool
>> 
>> Regards,
>> Terence
> 
> -- 
> BJ Freeman
> http://www.businessesnetwork.com/automation
> http://bjfreeman.elance.com
> http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
> Systems Integrator.
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/How-to-determine-tp25319330p25326822.html
Sent from the OFBiz - User mailing list archive at Nabble.com.



Re: How to determine

2009-09-06 Thread BJ Freeman
take a look at
https://issues.apache.org/jira/browse/OFBIZ-2518
datafile.xsd
also the reference datafile tools in the
http://docs.ofbiz.org/display/OFBIZ/Handling+of+External+data #2
if you use the code version instead of convert only you can just read
the cvs file into ofbiz at the same time of the convert.

ngterry sent the following on 9/6/2009 9:32 AM:
> Hi,
> 
> After reading:
> http://docs.ofbiz.org/display/OFBIZ/Handling+of+External+data
> http://docs.ofbiz.org/display/OFBIZ/Handling+of+External+data 
> and
> http://docs.ofbiz.org/display/OFBENDUSER/OFBiz%27s+Data+File+Tools
> http://docs.ofbiz.org/display/OFBENDUSER/OFBiz%27s+Data+File+Tools 
> 
> I still don't really understand how to import products data.  I hope someone
> can clarify it for me.  These are the steps I guess:
> 
> 1) How to determine the field name e.g. productId in  ignored="false" type="String"/> in xml definition file to convert the CSV
> File data into Entity XML File
> 
> 2) Import the Entity XML File using XML Data Import in Entity Engine Tool
> 
> Regards,
> Terence

-- 
BJ Freeman
http://www.businessesnetwork.com/automation
http://bjfreeman.elance.com
http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
Systems Integrator.



How to determine

2009-09-06 Thread ngterry

Hi,

After reading:
http://docs.ofbiz.org/display/OFBIZ/Handling+of+External+data
http://docs.ofbiz.org/display/OFBIZ/Handling+of+External+data 
and
http://docs.ofbiz.org/display/OFBENDUSER/OFBiz%27s+Data+File+Tools
http://docs.ofbiz.org/display/OFBENDUSER/OFBiz%27s+Data+File+Tools 

I still don't really understand how to import products data.  I hope someone
can clarify it for me.  These are the steps I guess:

1) How to determine the field name e.g. productId in  in xml definition file to convert the CSV
File data into Entity XML File

2) Import the Entity XML File using XML Data Import in Entity Engine Tool

Regards,
Terence
-- 
View this message in context: 
http://www.nabble.com/How-to-determine-tp25319330p25319330.html
Sent from the OFBiz - User mailing list archive at Nabble.com.