The game uses shorthand to refer to large numbers, such as 100k, 1M, 1G and 1T.
Add a feature to interpret these shorthands as the number for the stock setting. For example, inputting "1T" into the stock dialogue box will interpret it as 1000000000000.
Currently you must write the entire number. This is particularly troublesome for larger numbers, since you must input the correct amount of zeros every time. It also does not accept "1,000,000,000,000", which makes it more difficult to read. Interpreting the shorthand version will solve both problems.
The game uses shorthand to refer to large numbers, such as 100k, 1M, 1G and 1T.
Add a feature to interpret these shorthands as the number for the stock setting. For example, inputting "1T" into the stock dialogue box will interpret it as 1000000000000.
Currently you must write the entire number. This is particularly troublesome for larger numbers, since you must input the correct amount of zeros every time. It also does not accept "1,000,000,000,000", which makes it more difficult to read. Interpreting the shorthand version will solve both problems.