Move NoteType's to constants, to prevent breaking code due to renames/deletes of type.
Currently, there is static code looking for a specific note type in batch page. Fermentation Note and General Note. If any of these are deleted or renamed, errors will be given. Move to constants to prevent changes.