Is there a way to change where the dollar sign prints on our checks. Presently it prints like "$***34.90" I would like it to print like "***$34.90".
*This post is locked for comments
In you check report, find this code
PrnChkCheckAmountText[CheckStyle] :=
DollarSignBefore + CheckAmountText + DollarSignAfter;
and change that to
PrnChkCheckAmountText[CheckStyle] :=
CheckAmountText + DollarSignBefore + DollarSignAfter;
You need to have developer license, you could also do using the Language Code.
Where/how do I update the Report?
You need to update the Report to make that change.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156