Page tree
Skip to end of metadata
Go to start of metadata
NoDescriptionProgram Group/ProgramRemarks
1Check and set up all the currenciesCurrency Managementmust be added by the customer

2

Check and set up All the settings under property managementProperty Management
3Check the Outletoutlet setting
4check the payment authorizationaccounts payablethis must be check and set by customer
5employee programemployee managementUser must change their password based on the current criteria of winx
6outlet authorizationemployee authorizationmust be done by customer
7payment method linkCoa Managementehors can create the basic like (Bank, Cash, Cheque, Voucher), the rest must be done by customer

DOUBLE CHECK THE CHEQUE CLEARING ACCOUNT, SOMETIMES IT;S DOUBLE IN THE RECORD, DELETE THE NON DEFAULT ACC.
8purchase authorizationpurchase managementthis must be check and set by customer
9property authemployee authorizationto start, ehors must be authorized. This will be discussed during training.
10

System Localization Code: list of supported code

Admin & System

System Localization Code: Property Settings Name:

This is the currency that appears in the GUI of FO also.

make sure to change the currency here. 

en-MY , en-PH, en-ID, ko-KR, en-US, en-AU

mUST BE DONE BY EHORS.

11Tax & Sc Linkingcoa managementcheck the linking because some of them have blank service type.
12taxes country codecoa management

make sure that the taxes are there, if it's not there, check tblAccTaxServiceCharge maybe the country code is not updated

click edit and check if the service type is filled in (this must be done by the customer)

13revenue account linkcoa management
14purchase account link

Run this query and prepare the list highlights the ones that needed to be redone by customer so easy for them to see.

SELECT
A.itemCategoryName, 

-- GOOD RECEIVE COST ACCOUNT
B.accountLedgerType, 
costAccount.accountID AS accountIDCategoryCost,
costAccount.accountName AS accountIDCategoryCostName,

-- GOOD RECEIVE BALANCE ACCOUNT
C.accountLedgerType,
balAccount.accountID AS accountIDCategoryBal,
balAccount.accountName AS accountIDCategoryBalName,

-- GOOD DISTRUBATION COST ACCOUNT
D.accountLedgerType, 
distributionCostAccount.accountID AS accountIDDistributionCost,
distributionCostAccount.accountName AS accountIDDistributionCostName,

-- GOOD DISTRUBATION ALANCE ACCOUNT
E.accountLedgerType, 
distributionBalAccount.accountID AS accountIDDistributionBalance,
distributionBalAccount.accountName AS accountIDDistributionBalanceName,

-- WASTAGE COST ACCOUNT
F.accountLedgerType, 
wastage.accountID AS accountIDWastage,
wastage.accountName AS accountIDWastageName

FROM
  tblPurItemCategory AS A
  LEFT JOIN tblAccAccounts AS costAccount ON A.accountIDCategoryCost = costAccount.accountID
  LEFT JOIN tblAccAccounts AS balAccount ON A.accountIDCategoryBal = balAccount.accountID
  LEFT JOIN tblAccAccounts AS distributionCostAccount ON A.accountIDDistributionCost = distributionCostAccount.accountID
  LEFT JOIN tblAccAccounts AS distributionBalAccount ON A.accountIDDistributionBalance = distributionBalAccount.accountID
  LEFT JOIN tblAccAccounts AS wastage ON A.accountIDWastage = wastage.accountID
  
  LEFT JOIN tblAccAccountLedger B ON costAccount.accountLedgerID = B.accountLedgerID   
  LEFT JOIN tblAccAccountLedger C ON balAccount.accountLedgerID = C.accountLedgerID 
  LEFT JOIN tblAccAccountLedger D ON distributionCostAccount.accountLedgerID = D.accountLedgerID 
  LEFT JOIN tblAccAccountLedger E ON distributionBalAccount.accountLedgerID = E.accountLedgerID 
  LEFT JOIN tblAccAccountLedger F ON wastage.accountLedgerID = F.accountLedgerID 
   
WHERE A.active = 'y'
ORDER BY A.itemCategoryName;

coa managementcheck and make the list of category that has incorrect linking. In the new winx linking is blank if the sleected account for Balance is PL
15stock location managementitem managementmake sure everything has value especially the new field, check if the default stock location -1, stockLocationDescription name is (Uncleared POS Used) is there,  That location have to be linked to outlet EHORS -002 FIN  EHORS-002 FIN
16outlets Pos set upPos program
17Check the payment processing if the payment methods appear in the dropdownAccounts payableehors have to check
18payment class linkproperty management

make sure the linking is created. (Include default outlet Finance & FO in the linking)

Default outlet can be linked by ehors

have to teach the customer during the training. 

19If the Live database is copied to the training site, always pay attention to the IP address of the kitchen printer when doing POS this might affect operation the same applies to the supplier emails, the supplier might deliver the goods. Please set the supplier email to one of the email addresses of the purchasing in train site. 
ehors have to check this
20Discount LinkCoa Managementthis will be  done by the customer
21Discount ManagementRevenue managementThis will discuss during the training - customer
22Designation program Templateemployee managementassign all programs to ehors support position, the rest must be edited by the customer.
23PAYMENT METHOD ACCOUNT USEDcoa managementset the account to selectable yes or no
24

PARTNERS
SELECT * FROM tblSamAgency   GROUP BY agencyCountryID;  this is to see how many different countries need to be updated.

Then go back to their old property and check the ID with the correspondent country.

check tblAdmCountry in winx for the new value of the country ID based on the country name.


Example
OLD VALUE & New Value IN WINX
# 103 South Korea new value = EH116
# 52 phil, new = EH173
# 187, singapore new = EH196

#124, Malaysia New value = EH132

#71, Indonesia new value EH102

#94, China new value EH44

SAMPLE FOR ph
UPDATE `sampleproperty`.`tblSamAgency` SET `agencyCountryID` = 'EH173' WHERE agencyCountryID ='52'; 

Partner ManagementCheck if the country is not null,
25.Property SettingsAdmin & SystemCheck the settings by module, focus on the blue ones, it means that those fields have no value yet.
26.

The COA has defaults accounts which have not been linked, they need to be linked to ledger and account group


coa managementwhen you open account management and click edit, unlinked accounts will be populated
27.The default outlets FO, Fin, BQ, TP need to be linked to departmentoutlet managementuse the edit function in outlet management where department is blank.
28.

Supplier Management

Check if the countryID is correct based on current value of tblAdmCountry in winx. 

SELECT * FROM `tblPurSupplier`   GROUP BY countryID;

Update based on the current value

# 103 South Korea new value = EH116
# 52 phil, new = EH173
# 187, singapore new = EH196

#124, Malaysia New value = EH132

#71, Indonesia new value EH102

#94, China new value EH44

#219, New Zealand NEW VALUE EH157
#229 United States EH231
#77  Israel EH106

SAMPLE

UPDATE `sampleprop`.`tblPurSupplier` SET `countryID` = 'EH44'  WHERE countryID ='94';

Supplier ManagementCheck if the suppliers are copied from v3 to winx. If it's existing customer only.
29Item MeasurementsItem MeasurementsCheck if the item measurements are copied from v3 to winx
30VenueFunction Type & Configuration Type & Function RoomsCheck if the venues are copied from v3 to winx. Compare the list in the new winx to old. 
31Rate Code GroupCOA MANAGEMENTcheck if there's a status for active=y, set to active =n, the one that belongs to V3.
32Check the forms if they exist (REGISTRATION FORM, PO FORMAT, TAX INVOICE, REGISTRATION FORM (PROFORMA) EVENT ORDER, FO TAX INVOICE)
Check in the train site only. Compare the result with their format in V3.
33

item (NP/ML) set the purchase status based on the itemtype. SOme of them have blank purchase status

SELECT * FROM tblPurItem WHERE itemType ='inventory' AND purchaseStatus ='';

SELECT * FROM tblPurItem WHERE itemType ='asset' AND purchaseStatus ='';

Also check this SELECT * FROM tblPurItem WHERE itemType ='p&L' AND purchaseStatus ='NP';  - there should not be any result, otherwise have to check the item for the correct status & type

SELECT * FROM tblPurItem WHERE itemType ='P&L' AND purchaseStatus =''; this is tricky because some items are mixed meaning items related to inventory but tagged as P&L. So what I did here is I checked their old property and compare the purchaseStatus by categoryID.

 
Then update the following columns in tblPurItem, UPDATE `sampleProperty`.`tblPurItem` SET `averagePrice` = '0' , `currentLocalStock` = '0' , `currentLocalStockVolume` = '0' , `currentStockValue` = '0';
 Must be done during commissioning before the training.

Inventory Management

check, there should not be an item without mst, you can check this by using the filter in the program, click the arrow up or down to sort. 

there should not be Asset item type & P&L purchase status, if there is, check the items and change the status or type accordingly.


there should not be p&L item type & NP purchase status, if there is, check the items and change the status or type accordingly.

34check the tblAccAccounts, column opening balancedatabaseshould be zero during commissioning
35check tblAccRateCodeGroupdatabasecheck if there's a status for active=y
36

check tblAccAccounts

 these are the old accounts 28 accounts.

SELECT * FROM tblAccAccounts WHERE accountID IN ('10','11','12','15','16','17','21','22','23','24','27','29','30','31','32','33','34','35','36','37','38','39','40','43','44','6','7','8');


SELECT * FROM tblAccAccounts WHERE accountID IN ('10','11','12','15','16','17','21','22','23','24','27','29','30','31','32','33','34','35','36','37','38','39','40','43','44','6','7','8') AND ACTIVE='y';

database

COA Managament

 check default acct v3 vs winx  (set active n and retain active y for winx)
37Segment Source Link Sales & marketingEhors only check if the linking has been done - this must be redone by the customer.
38Market SOurceSales & marketingcheck if the sources are copied, if not ask Alex
39

Outlet Owner

SELECT * FROM `tblAdmOutletOwner`   GROUP BY countryID; 

Update based on the current value

# 103 South Korea new value = EH116
# 52 phil, new = EH173
# 187, singapore new = EH196

#124, Malaysia New value = EH132

#71, Indonesia new value EH102

#94, China new value EH44

Admin & Systemcheck if the country s blank.
40 Recipe TypeFood  BeverageClick the edit button for each recipe type and edit the recipe type code. Compare from old. 
41Retail Price & BarcodePoint of sales

existing data must be copied during the conversion, check if data is there. (recipe & barcode)

Unless the customer is not using retail.

42During Switch, set the prefix and the last invoice number of v3 in winx so that the invoice number will remain in sequence.

43SITEMINDER 
Please take note before I forget again...
For conversion planning please add in SiteMinder check on existsinf linkage. In this case of OFPPI because local need to off and migrate / format, the MySQL database cannot be access anymore, thus the reservatiuon push from SiteMinder will mark as undelivered and I'll have to manually push the booking again 1 by 1.
In this case not much 78 booking, about 1-2 minutes per push manually. Thus if for next migration, please please check with me first if SiteMinder need to plan to move to another domain before shutting down for formatting
44During commissioning
these tables should just be empty. If it;s not empty and the customer went live already, set the old records to active 'no'.

tblPosMenuPerOutlet,
tblPosMenuPerOutletDetails,
TblPosMenuOutletPrinter
tblSetMenu
TblSetMenuCourse
TblSetMenuCoursedetail
TblPosMaps
TblPosTable


45

TAX LINKING - check the ff records in winx and v3 db

Tax Linking
Accommodation
Winx
SELECT * FROM tblAccAccommodationMiscCharge WHERE ACTIVE='y';
V3-can't use active because no active field in v3
SELECT * FROM tblAccommodationMiscCharge WHERE accommodationID!='';

Item
Winx
SELECT * FROM tblAccItemMiscCharge WHERE ACTIVE='y';
V3
SELECT * FROM tblFbItemMiscCharge WHERE ACTIVE='y';

Recipe
Winx
SELECT * FROM tblAccRecipeMiscCharge WHERE ACTIVE='y';
V3
SELECT * FROM tblFbRecipeMiscCharge WHERE ACTIVE='y';

BDI
Winx
SELECT * FROM tblAccBDIMiscCharge WHERE ACTIVE='y';
v3
SELECT * FROM tblBDIMiscCharge WHERE BDIID!='';

Department Item Linking
Winx
SELECT * FROM tblPurItemDepartment WHERE ACTIVE='';
v3
SELECT * FROM tblFbDepartmentItem WHERE ACTIVE='y';

Item Supplier Linking
Winx
SELECT * FROM tblPurItemSupplier WHERE ACTIVE='y';
v3
SELECT * FROM tblFbItemSupplier WHERE ACTIVE='y';


compare the records with v3, if v3 is higher that is okay. Meaning they have done some linking after the conversion, but if winx has lower records than v3 then you have to report to Alex. Specify the table names.




  • No labels