From: ExsonQu <hex...@gm...> - 2015-03-12 00:41:19
|
*Dear all,* Thank you for your great contribution to webERP. When we select item category in WorkOrderIssue.php, the category was limited to Dummy and Finished goods. Beside dummy, there is also Labor category. What's the different between dummy and labor category? If the category selection in WorkOrderIssue.php is right, we can only define labor as dummy category. Why not directly define labor as Labor category? Any comments are highly appreciated! Thanks and best regards! Exson -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/What-s-the-different-between-dummy-and-labor-tp4658178.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |
From: Phil D. <ph...@lo...> - 2015-03-12 05:35:06
|
Hello Exson, I added this labour type stock categories so that items so that we could recover labour inside a bill of material. See the note in the change log. 13/9/08 Phil: Modified BOM.php, SelectProduct.php Stocks.php StockCategories.php WorkOrderIssues.php WorkOrderReceipts.php These changes allow entry of labour type stock categories - the stock categories script now allows selection of a profit and loss account for the recovery account (was the stock account). Items created (in Stocks.php) must be service/labour items - these can then be added to BOMs in the BOM.php script. Issues of such components will credit the recovery account and debit the WIP account. These items can also be set to auto-issue on receipt of finished items from work orders. Phil Phil Daintree Logic Works Ltd - +64 (0)275 567890 http://www.logicworks.co.nz On 12/03/15 13:31, ExsonQu wrote: > *Dear all,* > Thank you for your great contribution to webERP. > When we select item category in WorkOrderIssue.php, the category was > limited to Dummy and Finished goods. Beside dummy, there is also Labor > category. What's the different between dummy and labor category? > If the category selection in WorkOrderIssue.php is right, we can only define > labor as dummy category. Why not directly define labor as Labor category? > Any comments are highly appreciated! > > Thanks and best regards! > > Exson > > > > > -- > View this message in context: http://weberp-accounting.1478800.n4.nabble.com/What-s-the-different-between-dummy-and-labor-tp4658178.html > Sent from the web-ERP-developers mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel Website, sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for all > things parallel software development, from weekly thought leadership blogs to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > |
From: ExsonQu <hex...@gm...> - 2015-03-12 08:53:08
|
*Hi, Phil,* Thank you very much for your quick response. Does that mean we should allow the labor be searchable in WorkOrderIssue.php? Currently, it only allow items classified as service and finished goods be searched in the selection field. Thanks and best regards! Exson -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/What-s-the-different-between-dummy-and-labor-tp4658178p4658180.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |
From: Phil D. <ph...@lo...> - 2015-03-13 22:48:13
|
I have forgotten much of this so I would need to dig back into the code to remember sorry. Phil Phil Daintree Logic Works Ltd - +64 (0)275 567890 http://www.logicworks.co.nz On 12/03/15 21:43, ExsonQu wrote: > *Hi, Phil,* > > Thank you very much for your quick response. > > Does that mean we should allow the labor be searchable in > WorkOrderIssue.php? Currently, it only allow items classified as service and > finished goods be searched in the selection field. > > Thanks and best regards! > > Exson > > > > > > -- > View this message in context: http://weberp-accounting.1478800.n4.nabble.com/What-s-the-different-between-dummy-and-labor-tp4658178p4658180.html > Sent from the web-ERP-developers mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel Website, sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for all > things parallel software development, from weekly thought leadership blogs to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > |