You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Wicus <wi...@webmail.co.za> on 2009/01/20 11:39:56 UTC

Manufacturing - Refurbishment

To anyone involved with manufacturing in OFBiz or using manufacturing on a
refurbishment level

Is the following possible with OFBiz:-

1.) A product has to be (refurbished) created in Manufacturing, yet the
costs (i.e. inventory & labour) has to transpire to the product (service -
in the Catalog) as a cost price. (The cost price is defined via the Routing
Tasks involved)
2.) A markup is then applied to the cost price and listed as the selling
price. (Catalog Manager)
3.) A report is required that will show the status of manufacturing runs,
depicting
     a) Job Number
     b) Job Status i.e. In Progress, Cancelled etc
     b) Cost Price
     c) Selling Price
     d) Profit applicable to said job
     e) Comments on the job
4.) Is it then possible to quote abovementioned product, (possibly depicting
Routing Tasks involved), which, only once accepted, is taken to
manufacturing?

Warning: Noob in training :working:

Fullfilling closely (Not specifically) to these requirements will create
another New Home for OFBiz :handshake:
-- 
View this message in context: http://www.nabble.com/Manufacturing---Refurbishment-tp21560648p21560648.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Manufacturing - Refurbishment

Posted by BJ Freeman <bj...@free-man.net>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Production Run usually are referenced by name not ID.
there would need to be customization, or a patch to svn for this
as you see
https://demo.hotwaxmedia.com/webtools/control/FindGeneric?entityName=SequenceValueItem&find=true&VIEW_SIZE=50&VIEW_INDEX=0
there is not sequence name for production runs.
so they are taken as a generic number.
also you would have to plan your production run entries to they
sequenced correctly. this would become a problem if you ever wanted to
insert a new production run.




Wicus sent the following on 1/21/2009 5:03 AM:
> Thanks !
> 
> The learning curve continues ... :super:
> 
> Though I have my installation setup to create Invoices and Quotations
> sequencially, without "spaces", I have not noticed a place where I can
> specify Manufacturing Runs to also follow sequencially without spaces.
> 
> Is this possible by means of a simple editing of a specific file ?
> 
> Thanks once again.
> 
> Wicus
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJd3eGrP3NbaWWqE4RAnRuAKC1nInd+3bvBmmXiwZrR0+bHe0KOgCfUYF8
MG3aP1t+bKtTN4B/hCu9e7c=
=5KRc
-----END PGP SIGNATURE-----

Re: Manufacturing - Refurbishment

Posted by Wicus <wi...@webmail.co.za>.

Apologies.

A bit too quick to the draw .... 

:wistle: 
-- 
View this message in context: http://www.nabble.com/Manufacturing---Refurbishment-tp21560648p21599730.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Manufacturing - Refurbishment

Posted by Jacques Le Roux <ja...@les7arts.com>.
1) More to the point, you are looking to continuous number, isn'it ?
For that it would be necessary to introduce the concept already used for quotes, orders and invoices (look for "_ENF_SEQ"in 
getNextQuoteId, getNextOrderId and getNextInvoiceId) in createWorkEffort replacing the line
<sequenced-id sequence-name="WorkEffort" field="newEntity.workEffortId"/>

2) Without log your error image is almost unusable (it's often faster for us to look into code than to reproduce)
Jacques

From: "Wicus" <wi...@webmail.co.za>
>
> Thanks Jacques, you understood my query exactly correctly as can be noticed
> on the following picture. ;-)
>
> http://www.nabble.com/file/p21600111/Job10020.jpeg
>
> Please note JOB 10020's status, which, when selected, displays the
> following:-
>
> http://www.nabble.com/file/p21600111/Job10020-Err.jpeg
> -- 
> View this message in context: http://www.nabble.com/Manufacturing---Refurbishment-tp21560648p21600111.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
> 


Re: Manufacturing - Refurbishment

Posted by Wicus <wi...@webmail.co.za>.
Thanks Jacques, you understood my query exactly correctly as can be noticed
on the following picture. ;-)

http://www.nabble.com/file/p21600111/Job10020.jpeg 

Please note JOB 10020's status, which, when selected, displays the
following:- 

http://www.nabble.com/file/p21600111/Job10020-Err.jpeg 
-- 
View this message in context: http://www.nabble.com/Manufacturing---Refurbishment-tp21560648p21600111.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Manufacturing - Refurbishment

Posted by Jacques Le Roux <ja...@les7arts.com>.
I don't thinks so Wicus. It not a common requirement (it's most common for Invoices an orders)

Jacques
PS : for BJ, I guess Wicus want a non interrupted sequence of Id for his Manufacturing Runs

From: "BJ Freeman" <bj...@free-man.net>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> not sure what you mean by without "spaces".
> 
> also it would really help if you keep the thread together so I don't
> have to go find what I said in the list.
> thanks.
> 
> Wicus sent the following on 1/21/2009 5:03 AM:
>> Thanks !
>> 
>> The learning curve continues ... :super:
>> 
>> Though I have my installation setup to create Invoices and Quotations
>> sequencially, without "spaces", I have not noticed a place where I can
>> specify Manufacturing Runs to also follow sequencially without spaces.
>> 
>> Is this possible by means of a simple editing of a specific file ?
>> 
>> Thanks once again.
>> 
>> Wicus
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.6 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
> 
> iD8DBQFJd1gfrP3NbaWWqE4RAon4AKCDdbdvjgc3fBkGMs9N9ThPprNNMgCcDowj
> s03SNKfj/1MhcmMbm/CKLRo=
> =rRBQ
> -----END PGP SIGNATURE-----
>

Re: Manufacturing - Refurbishment

Posted by BJ Freeman <bj...@free-man.net>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

not sure what you mean by without "spaces".

also it would really help if you keep the thread together so I don't
have to go find what I said in the list.
thanks.

Wicus sent the following on 1/21/2009 5:03 AM:
> Thanks !
> 
> The learning curve continues ... :super:
> 
> Though I have my installation setup to create Invoices and Quotations
> sequencially, without "spaces", I have not noticed a place where I can
> specify Manufacturing Runs to also follow sequencially without spaces.
> 
> Is this possible by means of a simple editing of a specific file ?
> 
> Thanks once again.
> 
> Wicus
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJd1gfrP3NbaWWqE4RAon4AKCDdbdvjgc3fBkGMs9N9ThPprNNMgCcDowj
s03SNKfj/1MhcmMbm/CKLRo=
=rRBQ
-----END PGP SIGNATURE-----

Re: Manufacturing - Refurbishment

Posted by Wicus <wi...@webmail.co.za>.
Thanks !

The learning curve continues ... :super:

Though I have my installation setup to create Invoices and Quotations
sequencially, without "spaces", I have not noticed a place where I can
specify Manufacturing Runs to also follow sequencially without spaces.

Is this possible by means of a simple editing of a specific file ?

Thanks once again.

Wicus
-- 
View this message in context: http://www.nabble.com/Manufacturing---Refurbishment-tp21560648p21582743.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Manufacturing - Refurbishment

Posted by BJ Freeman <bj...@free-man.net>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I would think a item to be refurbished is first received into inventory,
 then  manufacturing process(es) is/are done on the item to refurbish.
If there is a possibility that the process are not the same for each
then it would be hard to quote a fixed price.
you could quote a range though.

This is not in the OOTB ofbiz and would have to be customized.
you do have the basics to do this.


Wicus sent the following on 1/20/2009 2:39 AM:
> To anyone involved with manufacturing in OFBiz or using manufacturing on a
> refurbishment level
> 
> Is the following possible with OFBiz:-
> 
> 1.) A product has to be (refurbished) created in Manufacturing, yet the
> costs (i.e. inventory & labour) has to transpire to the product (service -
> in the Catalog) as a cost price. (The cost price is defined via the Routing
> Tasks involved)
> 2.) A markup is then applied to the cost price and listed as the selling
> price. (Catalog Manager)
> 3.) A report is required that will show the status of manufacturing runs,
> depicting
>      a) Job Number
>      b) Job Status i.e. In Progress, Cancelled etc
>      b) Cost Price
>      c) Selling Price
>      d) Profit applicable to said job
>      e) Comments on the job
> 4.) Is it then possible to quote abovementioned product, (possibly depicting
> Routing Tasks involved), which, only once accepted, is taken to
> manufacturing?
> 
> Warning: Noob in training :working:
> 
> Fullfilling closely (Not specifically) to these requirements will create
> another New Home for OFBiz :handshake:
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJdiT1rP3NbaWWqE4RAj1XAJ0Z9aX1lPCDMhzN9qR31ZAzQ6/SAgCeKYVs
pCHNXzEiVmn8MhCv4T/fhdA=
=Lgdn
-----END PGP SIGNATURE-----