webERP Forum
Easier-To-Read BoM Item Selection - Printable Version

+- webERP Forum (http://www.weberp.org/forum)
+-- Forum: webERP Discussion (http://www.weberp.org/forum/forumdisplay.php?fid=1)
+--- Forum: Problems / Bugs? (http://www.weberp.org/forum/forumdisplay.php?fid=8)
+--- Thread: Easier-To-Read BoM Item Selection (/showthread.php?tid=8230)

Pages: 1 2


Easier-To-Read BoM Item Selection - VortecCPI - 11-02-2018

BOMS.php

When selecting Items for BoMs the dropdown uses a proportional font so the items don't line up. I forced the font to be monospace so it looks a little more tidy and is easier to read.

I changed this:
PHP Code:
echo '<select ' . (in_array('ComponentCode',$Errors) ?  'class="selecterror"' '' ) .' tabindex="1" name="Component">'

To this:
PHP Code:
echo '<select ' . (in_array('ComponentCode',$Errors) ?  'class="selecterror"' '' ) .' tabindex="1" name="Component" style="font-family:monospace">'



RE: Easier-To-Read BoM Item Selection - TimSchofield - 11-02-2018

I never liked the idea of the drop down list for inventory. I have clients with tens of thousands of inventory items which makes a drop down list inappropriate.
I wrote the code which has an item selection the same as elsewhere in webERP which I would be happy to port over if there was a guarantee of inclusion. I don't want to spend the time and then have arguments over it being given included.

Tim


RE: Easier-To-Read BoM Item Selection - VortecCPI - 11-02-2018

If we were on 4.15 I would gladly make some time to try to include it but we are still on 4.14.1 due to the extensive number of modifications.

I assume you have added something such as this?

[attachment=864]

If so I may take a crack at it myself...


RE: Easier-To-Read BoM Item Selection - TimSchofield - 11-02-2018

Yes, thats what I did Smile

Tim


RE: Easier-To-Read BoM Item Selection - phil - 11-02-2018

That would be guaranteed for inclusion!!


RE: Easier-To-Read BoM Item Selection - TimSchofield - 11-02-2018

Ok I will get it done this weekend


RE: Easier-To-Read BoM Item Selection - VortecCPI - 11-02-2018

Thank you Tim and Phil!


RE: Easier-To-Read BoM Item Selection - TimSchofield - 11-27-2018

Due to the premature arrival of the newest member of the Schofield dynasty this got rather delayed, but I have now pushed it to my github repository that can be found here:

https://github.com/timschofield/webERP-svn

Apologies for the delay, but family first Smile


RE: Easier-To-Read BoM Item Selection - phil - 11-28-2018

Congrats Tim :-)


RE: Easier-To-Read BoM Item Selection - VortecCPI - 11-28-2018

Congratulations Tim! Very best wishes to you and to your family!