@ciaran Does the getClient function also correct the spelling in your time entry file when a Customer name was written wrongly? And I'm still enjoying the series!
@V\_ Sort of, yes. If you type a client name incorrectly, but the mis-typed name is one of the aliases you've given to the client, then getClient
will recognize the alias as belonging to the client and will provide the correct name in its response.
On the other hand, if you type a client name incorrectly and the mis-typed name is not an alias, then getClient
will note that the mis-typed name doesn't match any client and will prompt you to correct the name.