Ticket #266 (closed enhancement: duplicate)
Multi-line memo field on Invoice/Order creation
| Reported by: | Patrick | Owned by: | brieb |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | phpbms | Version: | 0.92 |
| Keywords: | 0.96 Memo invoice | Cc: |
Description
As a services provider, I find I am usually running out of space to describe the work performed on the Invoice.
I checked the LineItems? table and see that the memo field is of type TEXT (216 or 65536 characters), but it seems as though only around ~250 characters can be entered, and this on a 1-line entry field.
I would like to request that the memo field control on the Order/Invoice? be enlarged to perhaps 3 or 4 lines with vertical scrollbar and the size limit expanded to at minimum 1,024 characters.
Also, since the maximum number of characters that can be entered is far less than 65,536 and TEXT fields require that the OPTIMIZE TABLE command be executed periodically to maintain performance and keep the table from fragmenting, I wonder if changing the field type to VARCHAR(1024) might be more efficient.