When adding appointment notes, there is no limit on the text area on how much you can write. However, when you save, the database field size for notes is only 80 varchar. So only part of the notes that is within this limit is actually saved.
Expected that the limit be defined to the user to aviod lost data. Usually users need much more than 80 varchar on their notes, so Ideally the note should allow for max size 255.
Steps to reporduce:
1- Create an appointment on the appointment screen or click on an existing one to edit.
2- On the notes section, enter a very long note (over 80 letter long)
3- Hit "add appointment" or "update appointment"
4- Click on that appointment again
5- Notise that what ever you wrote beyond the 80 letters limit doesn't come up into the note section.
R12.1 commit
https://source.oscartools.org:8080/#/c/6656/
Master commit: https://source.oscartools.org:8080/#/c/6859/
Re-tested both Master(build# 2068) and R12_1 (build #404)-> issue has been resolved