h3nry_99
20th June 2002, 10:53
Dear All,
I using Baan IVc4 with NT 4.0 and SQL Server 7.0.
When I try to modify report field (Quantity ) of BOM (MultiLevel ) from 4 digit to 6 digit behind comma (because the number is ex: 0.00005 kg), the result is still 0.000000. I try with Maintain Report Field in Print Format and fill with ZZ9VD999999.
Can someone help me
mark_h
20th June 2002, 15:27
Have you checked the Units? Use tcmcs0101m000 make sure it goes out 6 places for the Unit. Not sure if the bom reports use itccom0007.qty.domain.round, but I have seen before where one session would let us enter .005, but the report would print 0. The input session did not use the domain rounding.
You can also put the report in debug mode and make sure that .00005 is actually making it to the report. This would let you know if it is the script or the report.
Good Luck!
Mark
h3nry_99
21st June 2002, 04:04
Hi Mark,
I allready set in Maintain Unit for kg rounding is 0.000001 , but the result is just display 0.000000 for 0.000050 (Still 4 place behind comma).
Any other idea everyone ?
OmeLuuk
21st June 2002, 10:46
As far as I remember vaguely, was it not possible to just add 0.0005 kg and then tell the system that that was for 100 units? Effectively it would yield the same result.
Another work around is: define an alternative unit grams which is 0.001 kg by conversion factor.
I would say: telling the system to use an alternative unit when it comes to higher precision is a better idea than changing the (general used) unit kg into a higher precision. Because, what would your customers think when you tend to deliver 14.999954 kg instead of 15.0000 kg (which is the same in terms of the old domain defenition)
I think 4 digits for kg in general is too much already... think of your use of the unit kg: if you tend to use it for heavy items: better use 2 or less digits in the crnd. If you need better accuracy, better use the alternative units grams or even milligrams.
What scales do you want to use to weigh the 14.999954 kg anyway?
h3nry_99
21st June 2002, 12:49
Hi Omeluuk,
The scenario for BOM in our company is like this,
BOM is count for 1000 pcs of product. So if we use 1000 sheet paper; 0.5 kg ink; 0.05 kg glue for produce 1000 pieces of product. In Single Level BOM, the report count for 1000 pcs so there are no problem at all. But in Multi-Level BOM, the report count for 1 pcs product, so in 1 pcs we use 1 sheet of paper, 0.0005 kg ink & 0.00005 kg glue. The glue allways display 0.000000 kg instead of 0.00005 kg.
In Warehouse transaction, the glue is in 5 kg each tin; use for 100,000 pcs of product. So is it wise to change from kg to gram for glue ?
OmeLuuk
21st June 2002, 15:34
I am afraid it is the only way...
5kg tin is 5000 g tin only.
h3nry_99
24th June 2002, 04:07
For everyone that read this tread and give an idea to solve my problem, I thanks for that.
Thank you very much,