Topic: Workorder Issue

Hi,

I am facing problem with issue of material to a work order

We are manufacturing plastic components so BOM is as follows:

For 1 plastic board

  • Plastic Granuals     0.06 kg

  • Overmould component  1 pc

I've put the work order under advance manufacturing as there is wastage and we have to issue more plastic granuals ie. we may have to issue 50kg to produce 750pcs ie. 5kgs extra

Work order creation is successful after that release also happens, but when I press issue all I get is a Menu Header Tabs and Title Issue Items to Work Order but rest of the page is blank.

Is there anything I'm missing. Everything else is working fine. I'm running 2.3.11

Thanks for help

Re: Workorder Issue

Set $go_debug=1 in config.php to see what is going wrong.

Re: Workorder Issue

Thanks for quick reply.

Now I see

Call to undefined function Session_register() in D:\Intranet\front\manufacturing\work_order_issue.php on line 65

Re: Workorder Issue

You can comment out line 65 with //.
Will be fixed in next minor.

/Joe

Re: Workorder Issue

This might as well be put into the HG repo. It is the last appearance of Session_register( function that needs to be commented out. In fact all such lines (including needless preceding ifs) can be weeded out:

Line  65 in manufacturing/work_order_issue.php
Line 103 in includes/page/header.inc
Line 72 in inventory/adjustments.php
Line 68 in inventory/transfers.php
Line 40 in purchasing/allocations/supplier_allocate.php
Line 39 in sales/allocations/customer_allocate.php

Re: Workorder Issue

Yes, I will do that asap.

/Joe

Re: Workorder Issue

Thanks Joe for fixing it in Mercurial Changeset 3087.

Re: Workorder Issue

That solved the problem. smile Thanks for immediate help.