1. PostgreSQL copy of all MySQL created and tested.\n 2. Purchase Orders and Sales Orders and stock level management added to MySQL, PostgreSQL, and server and front end code.
This commit is contained in:
@@ -84,6 +84,7 @@ function hookupNavigation() {
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
let btnNavStoreHome = $(idNavStoreHome);
|
||||
console.log("hooking up store home");
|
||||
console.log("btn: ", btnNavStoreHome, "\nHash: ", hashPageStoreHome, "\nflag: ", flagInitialised);
|
||||
@@ -97,6 +98,15 @@ function hookupNavigation() {
|
||||
});
|
||||
});
|
||||
|
||||
let btnNavStorePermutations = $(idNavStorePermutations);
|
||||
initialiseEventHandler(btnNavStorePermutations, flagInitialised, function() {
|
||||
btnNavStorePermutations.on("click", function(event) {
|
||||
event.stopPropagation();
|
||||
// setupPageLocalStorageNext(hashPageStoreHome);
|
||||
goToPage(hashPageStorePermutations);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user