Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Description

Link

Middleware
(To be installed only in the Server)

POS Middleware(To be installed only in the POS Machine as part of the Installer or Documents\DinePlan\Custom folder)

...

It comes with the Installer. Make sure that the team should be requested to include SunTech Middleware

Step 1: DinePlan POS Systems should include the ProgramSetting to be added by executing the following Query

Code Block
update ProgramSettingValues set Value='http://10.188.188.50:8080' where Name='SunTechPostingUrl';

...


IF @@ROWCOUNT = 0

...


   INSERT INTO ProgramSettingValues(Name, Value) values ('SunTechPostingUrl', 'http://10.188.188.50:8080');

Step 2: The Payment Type should be added as below with the correct processor

image-20240425-113135.pngImage Added

Parameter Name

Value

Search URL

http://10.188.188.50:8080

Posting URL

http://10.188.188.50:8080

Image IP

\\10.188.188.2\Photos\members\

Voucher Payment

True if its Voucher or

False if its Member

Location Code

It should come from SRC

Revenue Center

The Revenue Center comes from the SRC

Location Codes are

Location

Code

PoolSide Cafe

FT_PCS1

Le Mansion

FT_LMC1

Baker Lounge

FT_BKL1

LoungeĀ 1883

FT_LGE1

Oasis Bar

FT_JCP1

Step 3: Do the Same for Member payment except the Voucher Payment is false

Step 4: Make sure that the Middleware is running on the Server

Step 5: Create an Action to Retrieve the Member

Create Action

image-20240312-021257.pngImage Added

Create Automation Command

...

Create Rule

image-20240229-022735.pngImage Added

Member Sample

836980002