newfrontiers
Programmer
Hopefully someone may shed light on how to convert a quantity into dozens and pieces.
For example, if the quantity is 25 I would like the system to show 2 dozens and 1 piece. Or if the quantity is 1 piece I would like the system to show 1 piece. Right now I have the system dividing the quantity by 12, so 1 piece shows as 0.833333333.
Thanks for the help.
For example, if the quantity is 25 I would like the system to show 2 dozens and 1 piece. Or if the quantity is 1 piece I would like the system to show 1 piece. Right now I have the system dividing the quantity by 12, so 1 piece shows as 0.833333333.
Thanks for the help.