Are there any resources for finding programmers to develop custom scripts for Micros Simphony?
I'm a third-party trying to integrate with a new client's POS.
The client's IT department won't let me get close to poking around.
They are referring me to the local Micros provider but they are having difficulties getting me the output I need.
In short, I need a transaction report (akin to output provided in Micros 3700's Transaction Analyzer) with no check splits. They are currently providing me regular exports but all of the split items are showing up whereas I need them as their original, joined items.
For example, a $50 Steak that's been split is exported as:
And that's causing problems when working with the data thereafter.
In short, I need either the split items to be joined or a supplemental column displaying the original checkid to join the split checks on.
I'm a third-party trying to integrate with a new client's POS.
The client's IT department won't let me get close to poking around.
They are referring me to the local Micros provider but they are having difficulties getting me the output I need.
In short, I need a transaction report (akin to output provided in Micros 3700's Transaction Analyzer) with no check splits. They are currently providing me regular exports but all of the split items are showing up whereas I need them as their original, joined items.
For example, a $50 Steak that's been split is exported as:
Code:
[ul]
[li][u]Qty Price Item [/u][/li]
[li] 1 $25 Steak[/li]
[li] 0 $25 Steak[/li]
[/ul]
And that's causing problems when working with the data thereafter.
In short, I need either the split items to be joined or a supplemental column displaying the original checkid to join the split checks on.