Queries: Run MYSQL DB COMARE Answer: 1. go to the directory where mysql db compare is found using CMD and run this command:
mysqldbcompare --server1=root:121586@'10073-15-POS03' --server2=root:121586@'127.0.0.1' nelsoft:nelsoft --run-all-tests --changes-for=server1 --difftype=differ --skip-data-check --skip-row-count ...
Team processes: How to check if the client is customized? Answer:
Login to your account in the client base
Get the client group ID of the client.
Open source tree or any other software where you can view ...
Queries: Cutoffs management Answer: 1. Each saleshead should have an equivalent number of transactioncutoffs table
set @terminalno = 1;
select count(*)
from saleshead
where terminalno = @terminalno;
select count(*)
from transactioncutoffs as T, ...
Queries: Stored Procedures Answer: 1. Drop all triggers
delimiter $$
drop trigger if exists ´before_insert_damagedetail´ $$
drop trigger if exists ´before_update_damagedetail´ $$
drop trigger if exists ´before_delete_damagedetail´ $$
drop trigger if exists ´before_insert_damagehead´ $$
drop ...
ManualSync (AutoSync v5): AutoSync v5 Developer Manual Answer:
Table of Contents
Version Compatibility
About ManualSync
System Summary
System Requirements
Setup Guide
Manual Sync Settings
Features and Functionalities
Main Features
Settings
Backup Settings
Sync Settings
Password Settings
Syncing Types
Process Flow of ManualSync
General Flow
Detailed Flow
Refresh Process
Generate Data
Upload Data
Download ...
Installation Manuals: Printer Setup for Chinese Characters Answer: EPSON TM-U220 Receipt (Simplified Chinese Driver)
DIP SWITCH, to set resident characters to Simplified Chinese GB18030. Note: To check resident characters, hold the Feedback button ...
Documentation: Mall Accreditation Demo Process (RLC) Answer: MALL ACCREDITATION IN ROBINSONS GALLERIA
October 11, 2019
Departure from Nelsoft Office: 10:30AM
Arrival at Mall: 11:19AM via Grab
The first thing you need to do in a mall ...
Product Manuals: Queue Management Developer Manual Answer: Table of Contents
Version Compatibility
About Queue Management
System Summary
System Requirements
Features and Functionalities
Main Features
The In-App Editor
Software Settings
Sending of Queue Numbers from POS to Queue Management
Process Flow
Queue Number from ...