You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 22 Next »

This is the step-by-step detail guide with screenshots to setup for LUSH POS. (Last update 13 Jun 2024)

Step-by-step guide

Step 1) Download Setup files

Download the setup files at http://cloud.bizspoketech.com:8088/index.php/s/aWBTld533Q2cr3N at Download folder. Then extract the zip file.


Contents inside the zip:


Step 2) Install Business Central

1) Go to C:\Users\$user\Downloads\LUSH_POS_Installation\LUSH_POS_Installation\POS\BC 365 Wave2. Then copy to e.g. Download folder and shorten the folder name. (Avoid filepath too long error during extraction)


2) Click setup.exe at the folder


3) Select “Advanced installation options” then select “Developer”.


4) Click "Apply". The instance name is "BC230" by default.

Remark

You can save the installation parameters as xml file if you need to setup multiple POS.


5) Wait for finish

Remark

If the progress bar stuck for a while, click it to reload.


Step 3) Open BC Web UI

1) Go to “Internet Information Services (IIS) Manager”, then click “BC230” (the instance name at step2.4) > Browse *:8080 (http).


2) BC Web UI open successfully (e.g. http://localhttp://localhost:8080/BC230/host:8080/BC230/)


Step 4) Restore Database for Lush POS

1) Check Microsoft SQL Server Management Studio whether installed on the computer or not. If not, refer to appendix 


Step 5) Switch to Lush POS DB to the BC Instance

1) At start menu, select “Business Central Administration Shell” with right click “Run as administrator”.


2) Type command

Command
Get-NAVServerInstance 


3) Stop the instance (e.g. BC230 instance)

Command
Stop-NAVServerInstance -ServerInstance BC230


4) Go to Microsoft SQL Server Management Studio to check the LS Central database. We use Lush_LSBC



5) Type the command in BC Administration Shell to update BC230 instance configuration. Then effects the change with restart instance.

Command
Set-NAVServerConfiguration -ServerInstance BC230 -KeyName DatabaseName -KeyValue Lush_LSBC
Restart-NAVServerInstance -ServerInstance BC230


6) Go to http://localhost:8080/BC230/. The company should be "LUSH Asia Limited - Rebuild"

Remark

If keep failed to open the web UI, clear cookie and browsing data on the browser (or use private mode).


7) Click the magnifier icon, search "Run POS"


8) If no pop-up window for dual display, allow the Pop-ups for localhost:8080.

Step 6) LS AppShell Setup

LS AppShell allows user to use the POS in full screen mode.

1) Go to Microsoft Store then search “LS Central AppShell” then install.


2) Open LS AppShell. Then click three-dots button > Edit at AppShell to map Lush POS interface at Settings.


3) Click gear icon to edit the URL

4) Set the parameters as followings:

  • Host Name: localhost
  • Port: 8080
  • Environment Name: BC230 (The BC instance)
  • Company: Lush_DEV
  • Page: 99008880

    Remark

    You may open the Business Central on the browser. Check the URL to find the environment name and company.


5) Empty Login Settings for Windows user login


6) Scroll down, and click “Run Web Client”. The LUSH POS interface appears.


Step 7) Install and Setup Hardware Station












Appendix

Install Microsoft SQL Server Management Studio (SQL Studio)


  • No labels