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!

Search results for query: *

  1. Evan Camilleri

    Developing an extension on Simphony Android

    I want to develop an extension to work in Simphony on Android. I understand I need to use the Oracle MICROS Simphony HTML5 Extensibility Developer Reference Guide to use HTML5 with SIM. However, I need to interact with the hardware, for example, by saving some data on a hard disk or calling an...
  2. Evan Camilleri

    Simphony ISL. Check if you are in a CLOSED check

    Simphony ISL: I am trying to find out if the check I am in is CLOSED. I managed to see if I am in a check that has just been closed by playing around with the following. However, if the check is opened for reprint, it does not work. I also tried @InEditClosedCheck and @InReopenClosedCheck...
  3. Evan Camilleri

    Simphony ISL @chk_open_time -> Regional Settings

    In Simphony ISL @chk_open_time is a string. I need it as a Date data type, i.e. I need to be sure to get a correct date irrespective of the regional format: DD/MM/YY or MM/DD/YY. or at least I need a variable to tell me the format. Thanks
  4. Evan Camilleri

    OpsCloseCheckEventPreview in ISL

    I would like to use OpsCloseCheckEventPreview in ISL and if there is the need, I cancel the CloseCheck Event. How can I do it? Evan
  5. Evan Camilleri

    Simphony ISL - Calling 2 Tender Media

    Hi, In ISL I am trying to call 2 tender medias one after another. However, Simphony get only the first tender media. Is there a way to call 2 tender medias one after each other? LoadKybdMacro defkey("Payment", N:2910, A:"Cash:Cash") LoadKybdMacro MakeKeys(100), @KEY_ENTER LoadKybdMacro...
  6. Evan Camilleri

    Simphony: Open Drawer connected to EPSON Printer

    Hi, Is there a solution if the device is ANDROID ?
  7. Evan Camilleri

    Simphony: Open Drawer connected to EPSON Printer

    Hi, I need an ISL so that from Simphony I Open a drawer connected to EPSON Printer (not to the workstation). Any help please? Evan
  8. Evan Camilleri

    Simhpony: OpsContext.GetGuestCheckImage Method

    On some clients, it says 'Method not available Is there a Workaround or alternative?
  9. Evan Camilleri

    Extensibility using a Simphony Timer.

    No! OpsContext is not accessible since the Timer runs on a separate thread!
  10. Evan Camilleri

    Extensibility using a Simphony Timer.

    Is there a way to use a Simphony timer? There is OpsTimerEvent but I do not know how to set it to fire every 1 minute (for example)
  11. Evan Camilleri

    How to learn developing extension application in Simphony?

    Unfortunately, I never found anything! All by trial and error, looking at the poor documentation and checking in VS the classes for undocumented properties and methods
  12. Evan Camilleri

    Simphony: Moving Fiscal Data to cloud

    OpsContext.MoveFiscalData Method is available for newer versions of Simphony (it is not clear from which version, for sure available in 18.2) In previous versions (such as 2.10) the fiscal tables are present BUT the MoveFiscalData method is NOT. Is there a way to do this, in the old versions?
  13. Evan Camilleri

    Simphony Extensibility Print Trailer

    I know how to do this from ISL BUT Is it possible to print a trailer from extensibility?
  14. Evan Camilleri

    Simphony QRCode Printing with ISL Code

    Any idea how to print a QRCode in Simphony with ISL Code?
  15. Evan Camilleri

    Simphony QRCode Printing with ISL Code

    Did you manage to find a way to print a QR Code in Simphony?
  16. Evan Camilleri

    Simphony ISL - simulate a click to a button

    I would like to know how I can use: LoadKybdMacro defkey to simulate a click to a button. Following is the button as defined on the screen: <ControlClipboard xmlns="clr-namespace:EMC.Application.General.Controls.MicrosGridEditor;assembly=EMC"...
  17. Evan Camilleri

    Simphony ISL - Reading Discounts

    So I found a discount in a check. How can I: (1) know if it is a line discount or a global discount (2) if a line discount - how do i know to which line it is associated? e
  18. Evan Camilleri

    Simphony DataStore

    with extensibility application, I found how to read these extra values.... but how do you set them?
  19. Evan Camilleri

    Simphony 2.10 Print &quot;Guest check information lines&quot; on Guest check

    or use the PRINT_TRAILER event; loop in the ITEMS list which DTL_TYPE = I and print them
  20. Evan Camilleri

    Custom ISL Scripting Micros 3700

    Interested - evan.camilleri {A|T} stl.com.mt

Part and Inventory Search

Back
Top