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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Micros Touchscreen Designer 1

Status
Not open for further replies.

MZ117

Technical User
Nov 28, 2012
123
US
System: Micros 3700
Version: 4.9.4.3103

I'm hoping someone can answer this question, and I'm going to try to explain as simple as possible! Trying to update the Food Screen (main screen where you have options like Beverages/Entrees/Appetizers/Liquor/etc.) and I want to have the receipt show on the same screen. <u>I know I can do that by going to "Touchscreens" and changing "Template" from TableObject to Detail2...</u>

My question/issue is this... All of the templates take up too much space and I want to have buttons under where the receipt would be (like a next seat/clear last/etc)... Is there a way I can insert a button under TouchScreen Designer using the TableObject template and specify a specific size for the receipt using categories/functions as opposed to a specific layout?

There must be some way to do this because a Google Image search shows SEVERAL designs where the receipt is only in say the top-left corner of the screen and the bottom 75% of the screen has server buttons, so there has to be a way to resize the actual size of the receipt somewhere....​

Any help would be much appreciated!

THANKS!
 
Browse to:

D:(or C:)\Micros\Res\Pos\Etc

and find OpsDisplayUser.Cfg

You can define customer layouts through this.

The QSR templates we have are the ones with the largest 'button areas'. Here they are; they might fit your needs:

Code:
#**********************************************
# Quick Service Speed Pad template for Mode 1
#**********************************************
ScreenTemplate 10010, 1, "QSR Speed Pad"
     
   #******************
   Resolution 800, 600
   #******************

      SystemStatusBox
   		Active SignIn, Idle
   		Font "COURIER NEW", 1
	       	Center 128, 158
      	End
   
      	FixedTextWindow
         	Active SignIn, Idle, Transaction
         	Font "Arial", 6
         	Row 100
         	CenterColumn 400
      	End
	
	KeyboardBox					# Typed Display 
		Active SignIn, Idle, Transaction
		Rectangle 2, 400, 80, 398
		TextRectangle 2, 2, 46, 390
		KeyboardFont "ARIAL", 30, BOLD
		ExtendedFont "ARIAL", 26, BOLD
		LastEntryFont "ARIAL", 26, BOLD
		void_flag     2, 2, Left, "ARIAL", 30, BOLD
		recipe_flag  2, 2, Left, "ARIAL", 30, BOLD
		return_flag  2, 2, Left, "ARIAL", 30, BOLD
		tax_exempt_flag  2, 2, Left, "ARIAL", 30, BOLD
		svc_exempt_flag  2, 2, Left, "ARIAL", 30, BOLD
	End

	InformationBox					# Total Summary 
		Rectangle 84, 2, 35, 266
		Active SignIn, Idle, Transaction
      		total_due_name 4,  5, left, "ARIAL", 26, BOLD
		total_due_ttl  4, 240, right, "ARIAL", 26, BOLD
	End
     
	InformationBox					# Check Employee Name
		Rectangle 84, 269, 17, 129
		Active SignIn, Idle, Transaction
		chk_empl_name 0, -1, Center, "ARIAL", 18, BOLD
	End

	InformationBox					# Main Level
		Rectangle 84, 400, 17, 129
		Active SignIn, Idle, Transaction
		Main_Level 0, -1, Center, "ARIAL", 18, BOLD
	End
	
	InformationBox					# Check Data
		Rectangle 102, 269, 17, 129
		Active SignIn, Idle, Transaction
		main_check_data 2, 5, 12, 122, "ARIAL", 15, BOLD
	End

	InformationBox					# Sub Level
		Rectangle 102, 400, 17, 129
		Active SignIn, Idle, Transaction
		Sub_Level 0, -1, Center, "ARIAL", 18, BOLD
	End
    	
	DetailArea					# Last 4 Items of Detail
		Rectangle 2, 2, 80, 396
		TextRectangle 6, 2, 74, 392
		Font "Arial", 17, BOLD
    		Active SignIn, Idle, Transaction
    		InterLineSpacing -2
   		InterGroupSpacing 4
   		CountColumn 10
   		TextColumn 36
   		TotalColumn 245
   		FlagsColumn 317
   		TextIndent 15
	End

 
	PromptArea					# Yellow instruction area
		Rectangle 84, 530, 35, 267
		Active SignIn, Idle, Transaction
		Font "ARIAL", 18, BOLD
		AuxFont "ARIAL", 8
		AuxFont "Arial", 6
	End
 
      	TouchscreenArea
         	Active SignIn, Idle, Transaction
         	KeyCellDimensions 21, 23, 2, 2
         	Rectangle 130, 0, 470, 800 
         	KeyRectangle 2, 10, 468, 795
      	End
     
   End

   #******************
   Resolution 1024, 768
   #******************

      	SystemStatusBox
   		Active SignIn, Idle
   		Font "COURIER NEW", 10
	       	Center 128, 158
      	End
   
      	FixedTextWindow
         	Active SignIn, Idle, Transaction
         	Font "COURIER NEW", 12
         	Row 100
         	CenterColumn 400
      	End
	
	KeyboardBox					# Typed Display 
		Active SignIn, Idle, Transaction
		Rectangle 2, 512, 116, 510
		TextRectangle 2, 2, 55, 505
		KeyboardFont "ARIAL", 40, BOLD
		ExtendedFont "ARIAL", 40, BOLD
		LastEntryFont "ARIAL", 40, BOLD
		void_flag     2, 4, Left, "ARIAL", 30, BOLD
		recipe_flag  2, 4, Left, "ARIAL", 30, BOLD
		return_flag  2, 4, Left, "ARIAL", 30, BOLD
		tax_exempt_flag  2, 4, Left, "ARIAL", 30, BOLD
		svc_exempt_flag  2, 4, Left, "ARIAL", 30, BOLD
	End

	InformationBox					# Total Summary 
		Rectangle 120, 2, 47, 362
		Active SignIn, Idle, Transaction
      		total_due_name 10,  10, left, "ARIAL", 28, BOLD
		total_due_ttl  10, 355, right, "ARIAL", 28, BOLD
	End
     
	InformationBox					# Check Employee Name
		Rectangle 120, 366, 23, 144
		Active SignIn, Idle, Transaction
		chk_empl_name 2, -1, Center, "ARIAL", 18, BOLD
	End

	InformationBox					# Main Level
		Rectangle 120, 512, 23, 144
		Active SignIn, Idle, Transaction
		Main_Level 2, -1, Center, "ARIAL", 18, BOLD
	End
	
	InformationBox					# Check Data
		Rectangle 144, 366, 23, 144
		Active SignIn, Idle, Transaction
		main_check_data 3, 5, 12, 134, "ARIAL", 17, BOLD
	End

	InformationBox					# Sub Level
		Rectangle 144, 512, 23, 144
		Active SignIn, Idle, Transaction
		Sub_Level 2, -1, Center, "ARIAL", 18, BOLD
	End
    	
	DetailArea					# Last 5 Items of Detail
		Rectangle 2, 2, 116, 508
		TextRectangle 6, 2, 100, 496
		Font "Arial", 19, BOLD
    		Active SignIn, Idle, Transaction
    		InterLineSpacing -2
   		InterGroupSpacing 4
   		CountColumn 10
   		TextColumn 36
   		TotalColumn 245
   		FlagsColumn 440
   		TextIndent 15
	End

 
	PromptArea					# Yellow Option Bar (Y.O.B.)
		Rectangle 120, 658, 47, 364
		Active SignIn, Idle, Transaction
		Font "ARIAL", 20, BOLD
		AuxFont "ARIAL", 10
		AuxFont "Arial", 10
	End
 
      	TouchscreenArea
         	Active SignIn, Idle, Transaction
         	KeyCellDimensions 27, 30, 3, 3
         	Rectangle 170, 1, 647, 1024 
         	KeyRectangle 2, 2, 645, 1019
      	End
     
   End

End	# ScreenTemplate "Quick Service Speed Pad"


#********************************************************************************************
# Quick Service Order Detail template for Mode 1
#********************************************************************************************
ScreenTemplate 10011, 1, "QSR Order Detail"

   #******************
   Resolution 800, 600
   #******************

      	SystemStatusBox
   		Active SignIn, Idle
   		Font "COURIER NEW", 1
	        Center 128, 158
      	End
   
      	FixedTextWindow
                Active SignIn, Idle, Transaction
         	Font "Arial", 6
         	Row 100
         	CenterColumn 400
        End
	

	PromptArea					# Yellow Option Bar (Y.O.B.)
		Rectangle 2, 2, 40, 316
		Active SignIn, Idle, Transaction
		Font "ARIAL", 20, BOLD
		AuxFont "ARIAL", 20
		AuxFont "ARIAL", 20, BOLD
	End


	KeyboardBox					# Active Item Box 
		Active SignIn, Idle, Transaction
		Rectangle 44, 2, 45, 316
		TextRectangle 2, 2, 30, 312
		KeyboardFont "ARIAL", 30, BOLD
		ExtendedFont "ARIAL", 30, BOLD
		LastEntryFont "ARIAL", 30, BOLD
		void_flag     2, 4, Left, "ARIAL", 30, BOLD
		return_flag  2, 4, Left, "ARIAL", 30, BOLD
		recipe_flag  2, 4, Left, "ARIAL", 30, BOLD
		tax_exempt_flag  2, 4, Left, "ARIAL", 30, BOLD
		svc_exempt_flag  2, 4, Left, "ARIAL", 30, BOLD
	End


	InformationBox					# Employee Name & Guest Count Box
		Rectangle 91, 2, 40, 106
		Active SignIn, Idle, Transaction
		chk_empl_name 3, 0, Center, "ARIAL", 16, BOLD
		cover_count 20, 0, Center, "ARIAL", 16, BOLD
	End

	
	InformationBox					# Main Level Box
		Rectangle 91, 109, 20, 102
		Active SignIn, Idle, Transaction
		Main_Level 2, 0, Center, "ARIAL", 16, BOLD
	End


	InformationBox					# Sub Level Box
		Rectangle 111, 109, 20, 102
		Active SignIn, Idle, Transaction
		Sub_Level 2, 0, Center, "ARIAL", 16, BOLD
	End

	
	InformationBox					# Check & Table Number Box
		Rectangle 91, 212, 40, 106
		Active SignIn, Idle, Transaction
		check_num 3, 0, Center, "ARIAL", 16, BOLD
		check_tbl_grp 20, 0, Center, "ARIAL", 16, BOLD
	End

	
	DetailArea					# Check Detail Area
		Rectangle 133, 2, 347, 316
		TextRectangle 4, -1, 338, 284
		Font "Arial", 16, BOLD
    		Active SignIn, Idle, Transaction
     	 	InterLineSpacing -2
     		InterGroupSpacing 2
	
		ScrollBarRectangle 2, 287, 345, 27
		ScrollBarButtonHeight 49
		CountColumn 10
		TextColumn 24
		TotalColumn 152
		FlagsColumn 218
		TextIndent 15
     	End


	InformationBox					# Check Summary Area
		Rectangle 483, 2, 114, 316
		Active SignIn, Idle, Transaction
		summary_totals  2,  18, 92, 292, "ARIAL", 18, BOLD
		total_due_name 90,  4, left, "ARIAL", 24, BOLD
		total_due_ttl  90, 312, right, "ARIAL", 24, BOLD
	End


      	TouchscreenArea
         	Active SignIn, Idle, Transaction
     	   	KeyCellDimensions 21, 24, 2, 2 
         	Rectangle 6, 319, 596, 482
     	   	KeyRectangle 2, 2, 594, 480
      	End
      
   End

   #******************
   Resolution 1024, 768
   #******************

      	SystemStatusBox
   		Active SignIn, Idle
   		Font "COURIER NEW", 10
	       	Center 128, 158
      	End
   
      	FixedTextWindow
         	Active SignIn, Idle, Transaction
         	Font "COURIER NEW", 12
         	Row 100
         	CenterColumn 400
      	End
	

	PromptArea					# Yellow Option Bar (Y.O.B.)
		Rectangle 2, 2, 40, 378
		Active SignIn, Idle, Transaction
		Font "ARIAL", 20, BOLD
		AuxFont "ARIAL", 18
		AuxFont "ARIAL", 18, BOLD
	End


	KeyboardBox					# Active Item Box 
		Active SignIn, Idle, Transaction
		Rectangle 44, 2, 40, 378
		TextRectangle 4, 2, 30, 374
		KeyboardFont "ARIAL", 26, BOLD
		ExtendedFont "ARIAL", 26, BOLD
		LastEntryFont "ARIAL", 26, BOLD
		void_flag     7, 4, Left, "ARIAL", 26, BOLD
		return_flag  7, 4, Left, "ARIAL", 26, BOLD
		recipe_flag  7, 4, Left, "ARIAL", 26, BOLD
		tax_exempt_flag  7, 4, Left, "ARIAL", 26, BOLD
		svc_exempt_flag  7, 4, Left, "ARIAL", 26, BOLD
	End


	InformationBox					# Employee Name & Guest Count Box
		Rectangle 86, 2, 50, 126
		Active SignIn, Idle, Transaction
		chk_empl_name 3, 0, Center, "ARIAL", 20, BOLD
		cover_count 28, 0, Center, "ARIAL", 20, BOLD
	End

	
	InformationBox					# Main Level Box
		Rectangle 86, 128, 25, 126
		Active SignIn, Idle, Transaction
		Main_Level 2, 0, Center, "ARIAL", 20, BOLD
	End


	InformationBox					# Sub Level Box
		Rectangle 111, 128, 25, 126
		Active SignIn, Idle, Transaction
		Sub_Level 2, 0, Center, "ARIAL", 20, BOLD
	End

	
	InformationBox					# Check & Table Number Box
		Rectangle 86, 254, 50, 126
		Active SignIn, Idle, Transaction
		check_num 3, 0, Center, "ARIAL", 20, BOLD
		check_tbl_grp 28, 0, Center, "ARIAL", 20, BOLD
	End

	
	DetailArea					# Check Detail Area
		Rectangle 138, 2, 475, 378
		TextRectangle 4, 0, 470, 341
		Font "Arial", 19, BOLD
    		Active SignIn, Idle, Transaction
     	 	InterLineSpacing -2
     		InterGroupSpacing 2
	
		ScrollBarRectangle 2, 345, 471, 32
		ScrollBarButtonHeight 49
		CountColumn 10
		TextColumn 24
		TotalColumn 220
		FlagsColumn 296
		TextIndent 15
     	End


	InformationBox					# Check Summary Area
		Rectangle 615, 2, 151, 378
		Active SignIn, Idle, Transaction
		summary_totals  2,  10, 85, 360, "ARIAL", 21, BOLD
		total_due_name 115,  7, left, "ARIAL", 35, BOLD
		total_due_ttl  115, 377, right, "ARIAL", 35, BOLD
	End


      	TouchscreenArea
         	Active SignIn, Idle, Transaction
     	   	KeyCellDimensions 27, 32, 4, 4 
         	Rectangle 6, 380, 766, 640
     	   	KeyRectangle 2, 4, 764, 638
      	End
      
   End

End	# ScreenTemplate "Quick Service Order Detail"


#********************************************************************************************
# Quick Service Tender template for Mode 1
#********************************************************************************************
ScreenTemplate 10012, 1, "QSR Tender"

   #******************
   Resolution 800, 600
   #******************

      SystemStatusBox
   		 Active SignIn, Idle
   		 Font "COURIER NEW", 1
	       Center 128, 158
      End
   
      FixedTextWindow
         Active SignIn, Idle, Transaction
         Font "Arial", 6
         Row 100
         CenterColumn 400
      End
	

	PromptArea					# Yellow Instruction Bar (Y.O.B.)
		Rectangle 2, 2, 40, 316
		Active SignIn, Idle, Transaction
		Font "ARIAL", 10, BOLD
		AuxFont "ARIAL", 10
		AuxFont "ARIAL", 10, BOLD
	End

#	InformationBox					# Change Due Box 
#		Rectangle 2, 2, 35, 324
#		Active SignIn, Idle, Transaction
#		total_due_name 4,  4, left, "Arial", 26,Bold
#		total_due_ttl  4, 320, right, "Arial", 26,Bold
#	End

	KeyboardBox					# Active Item Box 
		Active SignIn, Idle, Transaction
		Rectangle 44, 2, 45, 316
		TextRectangle 2, 2, 30, 312
		KeyboardFont "ARIAL", 16, BOLD
		ExtendedFont "ARIAL", 16, BOLD
		LastEntryFont "ARIAL", 16, BOLD
		void_flag     2, 2, Left, "ARIAL", 14, BOLD
		return_flag  20, 2, Left, "ARIAL", 14, BOLD
		recipe_flag  2, 2, Left, "ARIAL", 14, BOLD
		tax_exempt_flag  2, 50, Left, "ARIAL", 14, BOLD
		svc_exempt_flag  20, 50, Left, "ARIAL", 14, BOLD
	End


	InformationBox					# Employee Name & Guest
		Rectangle 91, 2, 40, 106
		Active SignIn, Idle, Transaction
		chk_empl_name 3, 0, Center, "ARIAL", 10, BOLD
		cover_count 20, 0, Center, "ARIAL", 10, BOLD
	End


	InformationBox					# Main Level Box
		Rectangle 91, 109, 20, 102
		Active SignIn, Idle, Transaction
		Main_Level 2, 0, Center, "ARIAL", 10, BOLD
	End


	InformationBox					# Sub Level Box
		Rectangle 111, 109, 20, 102
		Active SignIn, Idle, Transaction
		Sub_Level 2, 0, Center, "ARIAL", 10, BOLD
	End

    		
	InformationBox					# Check & Table Number Box
		Rectangle 91, 212, 40, 106
		Active SignIn, Idle, Transaction
		check_num 3, 0, Center, "ARIAL", 10, BOLD
		Check_tbl_grp 20, 0, Center, "ARIAL", 10, BOLD
	End


	DetailArea					# Check Detail Area
		Rectangle 133, 2, 347, 316
		TextRectangle 4, 2, 3420, 284
		Font "Arial", 16
    		Active SignIn, Idle, Transaction
     	 	InterLineSpacing -2
     		InterGroupSpacing 2
	
		ScrollBarRectangle 2, 284, 345, 30
		ScrollBarButtonHeight 49
		CountColumn 10
		TextColumn 34
		TotalColumn 152
		FlagsColumn 218
		TextIndent 15
     	End


	InformationBox					# Check Summary Area
		Rectangle 483, 2, 114, 316
		Active SignIn, Idle, Transaction
		summary_totals  2,  18, 60, 292, "ARIAL", 11, BOLD
		total_due_name 90,  4, left, "ARIAL", 16, BOLD
		total_due_ttl  90, 312, right, "ARIAL", 16, BOLD
	End


      TouchscreenArea
         Active SignIn, Idle, Transaction
     	   KeyCellDimensions 21, 24, 2, 2 
         Rectangle 6, 319, 596, 482
     	   KeyRectangle 2, 2, 594, 480
      End
      
   End

End	# ScreenTemplate "Quick Service Tender"


#**********************************************
# QSR Sign In Template
#**********************************************
ScreenTemplate 10013, 1, "QSR Sign In"
   	   
   #******************
   Resolution 800, 600
   #******************
   
      SystemStatusBox
         Active SignIn, Idle
         Font "COURIER NEW", 1
	 Center 128, 158
      End

      FixedTextWindow
         Active SignIn, Idle, Transaction
         Font "Arial", 6
         Row 100
         CenterColumn 400
      End
	  
	InformationBox		# Box Around Touchscreen Area
	        Rectangle 117, 406, 352, 330    	 
		Active SignIn, Idle, Transaction
	End
      TouchscreenArea
         Active SignIn, Idle, Transaction
         KeyCellDimensions 25, 26, 4, 4 
         Rectangle 161, 417, 300, 318    	 
         KeyRectangle 5, 2, 296, 325
      End    


	InformationBox					# Check Data
		Rectangle 560, 2, 36, 263
		Active SignIn, Idle, Transaction
	    	Left_Status 7, -1, Center, "ARIAL", 10, BOLD
	End
	
	InformationBox				# Main Level
		Rectangle 560, 268, 36, 263
		Active SignIn, Idle, Transaction
		Main_Level 7, -1, Center, "ARIAL", 10, BOLD
	End

	InformationBox					# Sub Level
		Rectangle 560, 536, 36, 263
		Active SignIn, Idle, Transaction
		Sub_Level 7, -1, Center, "ARIAL", 10, BOLD
	End


	PromptArea					# Yellow instruction area
		Rectangle 122, 419, 36, 310
		Active SignIn, Idle, Transaction
		Font "ARIAL", 10, BOLD
		AuxFont "ARIAL", 10
		AuxFont "Arial", 6
	End

#      BitmapArea
#         Rectangle 2, 0, 255, 798
#         Active SignIn, Idle, Transaction
#         FileName "..\etc\res3700.bmp"
#         Scale
#      End

	InformationBox				# Box Around Bitmap
	        Rectangle 117, 67, 352, 314
		Active SignIn, Idle, Transaction
	End

      BitmapArea
         Rectangle 125, 75, 335, 300
         Active SignIn, Idle, Transaction
         FileName "..\etc\res3700.bmp"
         Scale
      End

   End   #Resolution 800, 600

End	# ScreenTemplate "QSR Sign In"
 
Don't forget to copy your changes to the CAL folders when you are done either.
 
Ok, thanks. I will check this afternoon when I get to that site. Two questions:

- So that means I need to copy to each WS5a workstation, too?

- Does the file you posted replace the existing templates or add to them?

Thanks!
 
If you have an existing file with existing custom templates, just modify the ones above (ScreenTemplate 10013, 1, "QSR Sign In" - change the 10013 to be the next in sequence). This only modifies the custom templates; the system templates are untouchable.

All you have to do is put it in the CAL's etc folder for whichever workstations you have. Before setting the theme for the workstations, I would make sure the new template is copied over; if the template is missing Ops freaks out.
 
Moregelen,

I cannot find "OpsDisplayUser.Cfg" anywhere. I did a search, looked in the folder you said, showed hidden files, etc. Could it be called something different?​

Thanks!
 
Moregelen,

I uploaded the file to C:\Micros\Res\Pos\Etc and the templates are not showing up under "Touchscreens" --> "Template." I tried restarting the system and Micros manually, as well. Is there something else I am missing or need to do?

Thanks again!
 
(And to add to that, I did delete the *.txt extension so it's just *.cfg)...
 
I can't say for sure, but I don't think so. I'm sure pmegan can probably tell us for sure, but unless she/he steps in, I don't really have a definite answer on that. I just know that I can drop that in and modify the custom templates we have.

Does the same folder have a OpsDisplaySys.cfg? Those are the system templates, so that file should be in the same folder as where you're dropping in the OpsDisplayUser.cfg
 
Yes, it already did have the OpsDisplayUser.cfg inside the folder. Maybe it takes some time to show up? I'll try restarting it again in like 30 minutes and let you know!
 
It already had the OpsDisplayUser.cfg? Did you open that up and append the QSR templates to it? That should be all you have to do, making sure to increment the template number to the next one down. Or did you just overwrite yours?
 
Sorry, meant the OpsDisplaySys.cfg ... I added the DisplayUser...
 
Ah. Ok. Then yeah, I'm not too sure about that. And you even did a full reboot.. every time I've dealt with the custom templates, all I had to do was drop the file in. I'm unsure if there is a setting (or even version) requirement. Out of curiosity, what version of RES is this?
 
Version: 4.9.4.3103 (Corp did say they're moving us to 5 next month...)



 
It should work on 4.9, not I'm really not sure to be honest *scratches head*. Sorry man, while I am approaching the one year mark, I still am relatively new to Micros, so I can't really give a definite answer on why it might not have loaded the custom templates file.
 
Fair enough! Thanks for your help though! [bigsmile] I'm new to Micros too... We have Aloha (NCR) everywhere except this one location and still debating if we want to keep it or not. There's some parts I like a lot more than Aloha, but the front end for Aloha seems much more user friendly than Micros, in my opinion at least...
 
There are some nifty things things aloha does, a lot of which I've replicated through SIM for some of our customers coming from aloha (It HAS to do it this way! *But.. Micros does it this way..* I'm the customer, and Aloha does it this way, and this is how I want it done! *Well, ok then*).

Out of curiosity, what do you prefer in aloha? I'm always interested in things I can do to improve the experience for my own customers. The niftiest I've copied from another POS System is the ability to manage the availability of menu items straight from the normal menus the employees use when entering orders.
 
Well, I'll tell you exactly what I would like the most (and I know this sounds stupid, but again multiple locations all the same except the Micros one...)


Is there a way to do that in Micros 3700 ?


[ul]
[li] It's not the biggest picture, but see how the receipt is small and on the left only using a little of the screen with buttons below it?[/li]
[li] The other big issue is how the menu items are arranged along with Aloha sorting the "most used items" to the top on a regular basis.[/li]
[/ul]

Finally, and you may know this answer, can I change the background color on Micros for the touchscreens? (MAJOR glare issues [we bought glare shields---no help]). I know you can Workstations --> Display --> Theme but those themes really don't resolve the issue. For example, can I change the background color on "Curved" to "White" instead of "Black" ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top