Appearance
Payment Reminders Add-on Setup on Windows
This guide provides step-by-step instructions to set up the Payment Reminders Add-on for Busy Accounting Software on your Windows PC. With this setup, you can automate payment reminders via the BMS portal, using customer information directly from Busy.
Step 1: Download the Add-on
- Download the add-on by clicking the following link:
Download Add-on
Step 2: Create a Folder for the Add-on Files
- Open File Explorer and navigate to the C: drive.
- Create a new folder called
bms-remainder-addon
.
- Extract the contents of the downloaded zip file into the
bms-remainder-addon
folder.
Step 3: Open Command Prompt in the Console Folder
- Inside
bms-remainder-addon
, open the console folder.
- In the address bar of the console folder, type
CMD
and press Enter. This will open Command Prompt with the console folder as the current directory.
- Verify the console folder as the current directory.
Step 4: Install Dependencies and Start the Server
In Command Prompt, enter the following command to install dependencies:
bashnpm install
PM2 has a Windows-specific startup module,
pm2-windows-startup
andPM2 globally
, which allows you to register PM2 to start on boot.Open your command prompt as Administrator and run:
bashnpm install -g pm2
bashnpm install pm2-windows-startup -g
bashpm2-startup install
Once the installation is complete, start the server using the following commands:
bashpm2 start server.js
bashpm2 save --force
Step 5: Instructions to Copy DLL Files to the Windows Folder
Locate Busywin Folder:
- Open File Explorer on your computer.
- Navigate to the Busywin folder where
sentrydll5.dll
andBusy7.dll
files are located. This is usually underC:\Busywin
or another installation path.
Copy the DLL Files:
- In the Busywin folder, locate the files named
sentrydll5.dll
andBusy7.dll
. - Select both files by holding down the Ctrl key and clicking on each file.
- Right-click on one of the selected files and choose Copy from the context menu.
- In the Busywin folder, locate the files named
Navigate to Windows System Folder:
- Go back to File Explorer and open the C: drive.
- Inside the C: drive, find and open the Windows folder.
Paste the DLL Files:
- Right-click anywhere in the Windows folder and choose Paste to copy the files into this folder.
Confirm Replacement (if prompted):
- If a prompt appears asking to confirm replacing any existing files, select Replace the files in the destination to complete the process.
Step 6: Configure the Add-on in Your Browser
- Open a web browser and go to http://localhost:3807/.
- Configure the following details:
- Busy Software EXE location
- Data location
- BMS serverId and authToken (available in your BMS account).
Step 7: Map Your Company in the BMS Portal
- Log into your BMS Portal.
- In the sidebar menu, go to BUSY ERP.
- Select MAP Company from the submenu.
- Map your local Busy company to the online BMS company, ensuring that the same company code is used for both.
**Note:** Use the same company code in Busy and the BMS portal for consistent mapping.
Step 8: Restart PM2 Processes
Go back to Command Prompt and enter the following command to restart all PM2 processes:
bashpm2 restart all
Wait 5 to 15 minutes for the add-on to process the data and complete setup.