sah-comp / ksm

Application for lending, selling and maintaining forklifts.
0 stars 0 forks source link

Module "any": Wrong data types #13

Closed sah-comp closed 3 years ago

sah-comp commented 4 years ago

Overall several attributes which seem to be expecting numbers are filled with alphanumeric information. E.g. in machine beans there is buildyear or maxload or weight or height. I could go on. These information can not be handled well and I had to change form input types from number to text.

sah-comp commented 3 years ago

Written some more pretty*() function in migrator, but mostly gone with text fields. That is okay for now, because most of the data is not used or it is unclear how it will be used.