Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Micros Simphony - Add image to guest check (invoice) 1

Status
Not open for further replies.

laura youssef

Programmer
Jul 26, 2021
11
0
1
EG
System: Micros Simphony
version: 18.2.4.0

I need to add an image to the guest printed check.
I'm already using this code to add custom text in guest check, but now I need to add an image also.

Code:
var edi = new ExtensibilityDataInfo(
         "\n User Group \n" + " Gold Member \n", "Key", "{'Id':123,'Amt':12.0}");
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top