Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Easier-To-Read BoM Item Selection
11-02-2018, 01:22 AM, (This post was last modified: 11-02-2018, 01:38 AM by VortecCPI.)
#1
Easier-To-Read BoM Item Selection
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">'
https://www.linkedin.com/in/eclipsepaulbecker
Reply
11-02-2018, 02:33 AM,
#2
RE: Easier-To-Read BoM Item Selection
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
Reply
11-02-2018, 02:50 AM,
#3
RE: Easier-To-Read BoM Item Selection
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?

   

If so I may take a crack at it myself...
https://www.linkedin.com/in/eclipsepaulbecker
Reply
11-02-2018, 10:31 AM,
#4
RE: Easier-To-Read BoM Item Selection
Yes, thats what I did Smile

Tim
Reply
11-02-2018, 10:52 AM,
#5
RE: Easier-To-Read BoM Item Selection
That would be guaranteed for inclusion!!
Phil Daintree
webERP Admin
Logic Works Ltd
http://www.logicworks.co.nz
Reply
11-02-2018, 07:29 PM,
#6
RE: Easier-To-Read BoM Item Selection
Ok I will get it done this weekend
Reply
11-02-2018, 09:15 PM,
#7
RE: Easier-To-Read BoM Item Selection
Thank you Tim and Phil!
https://www.linkedin.com/in/eclipsepaulbecker
Reply
11-27-2018, 09:27 PM,
#8
RE: Easier-To-Read BoM Item Selection
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
Reply
11-28-2018, 05:46 AM,
#9
RE: Easier-To-Read BoM Item Selection
Congrats Tim :-)
Phil Daintree
webERP Admin
Logic Works Ltd
http://www.logicworks.co.nz
Reply
11-28-2018, 07:12 AM,
#10
RE: Easier-To-Read BoM Item Selection
Congratulations Tim! Very best wishes to you and to your family!
https://www.linkedin.com/in/eclipsepaulbecker
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)