Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reporting data done; Offer code parsing in progress

The Concepts page shows the restaurant or business concepts for a company. A single restaurant concept can be composed of one or more individual sites. 

  • The user can add a concept or make changes to a concept. Any changes are concept-level and apply to all sites within the concept. 


To access the Concepts page, go to Sites > Concepts 

...

                          

Settings tab

Check Settings 

  • Display on-screen checks in expanded format -  Items with components, serving options, special pricing, etc., are expanded on the POS application to show detail on the check panel 
  • Print non-priced components and serving options - Non-priced (zero-priced) components and serving options are shown on the receipt
    Image Modified
  • Print priced components and serving options - Priced components and serving options are print on the receipt (see sample above). Admin has option to show priced components/serving options with or without price 
    Image Modified

Reporting data

Image RemovedImage Added

Info
titleAccount Feature Toggle Required

This setting

...

will only appear when the account feature toggle

...

is enabled: 4.3 Real Time Data to Data Services  

Contact your NorthStar representative to have this setting enabled for your account.

  • When the setting selected, transactional data is exposed in real time in the data service on the following actions in NorthStar Order Entry application - : send, submit, print, pay, finalize and refund check.
  • When this transactional data is exposed in the data service, the data is available on the reports in ECM in real time
    • Example: 
      Order items
      Submit order
      Go into ECM > Reports > Items Summary Report 
      Result: The ordered items are reflected in the Items Summary Report in real time 

  • If Send sales data when there are check changes is not flagged, the transactional data will be available in the reports after the end-of-day

Offer Code Parsing

Image Added

Info
titleAccount Feature Toggle Required

The Internal parsing engine setting will only appear when the account feature toggle is enabled: 4.8 Enhanced adjustment, combo, coupon parsing

Contact your NorthStar representative to have this setting enabled for your account.

notes - wip

Paytronix workflow
OE-13191 - Add a checkbox with text “Use proprietary Paytronix workflow for scanned QR codes. (Not for general use.)”. Please see Rose’s comment below for a mock up.

  • In SystemSettingsPopulator, add a new setting “EnableScanCodeWorkflow” and populate it using the value from the above checkbox. The ParentSettingId should be the one from ClientAppConfiguration.

The goal is to pass such setting down to the iOS app. When enabled, a scan on adjustment page would trigger the Garden Fresh QR code parsing workflow (as described in the main ticket). If it’s not Garden Fresh, there’s no need to do all the extra work.

Parsing engine

OE-13469 - toggle

Toggle Description: Allow users to build complex adjustments such as BOGO, minSpend, exclusive, and lesser. Enable coupon parsing.

Default should be off. The enum should be called EnhancedAdjusmentComboCoupon.


OE-13466 - if EnhancedAdjusmentComboCoupon feature is enabled, add a new textbox (max length 50) allowing admin to specify an internal coupon parsing engine. OE Server code would read this free-form text value and do the appropriate thing.