-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64) -- -- Host: localhost Database: jjlourens2 -- ------------------------------------------------------ -- Server version 5.5.68-MariaDB /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!50503 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `setup_notetype` -- DROP TABLE IF EXISTS `setup_notetype`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `setup_notetype` ( `pk_appType` int(11) NOT NULL AUTO_INCREMENT, `typeName` varchar(255) NOT NULL, `alarmTime` int(3) NOT NULL DEFAULT '30', PRIMARY KEY (`pk_appType`) ) ENGINE=InnoDB AUTO_INCREMENT=39 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `setup_notetype` -- LOCK TABLES `setup_notetype` WRITE; /*!40000 ALTER TABLE `setup_notetype` DISABLE KEYS */; INSERT INTO `setup_notetype` VALUES (1,'Excess Delay - Client',30),(2,'Insurer Approval',30),(3,'Leak detection - Insurer',60),(4,'Leak detection - JJ Lourens',60),(5,'General Note',240),(6,'Reminder',45),(7,'Book a plumber',15),(8,'Feedback required',60),(9,'Waiting for insurer feedback',60),(10,'Warantee Reminder',15),(11,'Plumber feedback',30),(12,'For your information',120),(13,'Awaiting close instruction from insurer',120),(14,'Awaiting proof of payment',30),(15,'Survey followup',60),(16,'Resultants follow up',60),(17,'Pay resultants contractor',120),(18,'Follow up with supplier',30),(19,'Remind plumber of appointment',30),(20,'Follow up on assesors report',60),(21,'Reimburse client - follow up with accounts dept',120),(22,'Follow up on quote',60),(23,'Confirm appointment with client',60),(24,'Inform insurer about delay',30),(25,'Finish job',160),(26,'Update website',30),(27,'Call client',30),(28,'Email report to insurance',120),(29,'Sms the client the plumbers details',20),(30,'Get other contact details from Insurance',30),(31,'Supply client with computer invoice',60),(32,'Waiting for claim number',30),(33,'Book inspection plumber',30),(34,'Order stock',30),(35,'Send Excess Invoice',30),(36,'Call Insurer',30),(37,'ACKNOWLEDGE CLAIM ON WEBSITE',30),(38,'Speak to Jacques',30); /*!40000 ALTER TABLE `setup_notetype` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2023-10-09 19:23:21