#MikeD - Invoice Item Length
1 messages · Page 1 of 1 (latest)
Hi 👋 Taking a look
Okay it looks like the string parameter is currently restricted to 5000 characters
Wow, ok. That's safe for me.
Thank you. I have some pretty long notes I take for my customers and I have 2 parts of my entry . Description and Notes.
Ok, so second question then... Does your Invoice Download support a carriage return / new line entry? If so what's the proper way to store it on the lineItem
Wait, sorry it's 500 characters. Did a test
Thank you for the update. I still hope that should be enough. I 'll have to do a test.
MY DB supports up to 2000 but I can always truncate for the invoice on stripe side.
What about the carriage return ?
What I would like would be something like this
$100 / hr @ 2.0 Hours | My Description {CarriageReturn/NewLine}
Notes .. Rest of the 500 char allowed
Example
$100 / hr @ 2.0 Hours | Consulting Service
Notes: Spoke to customer about many things. We'll look to increase the project scope to accommodate the changes needed.
That makes sense. I'm trying to test it out now
Appreciate it.
Unfortunately newlines will not be respected