Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the astra-sites domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/mysoft-it.com/httpdocs/wp-includes/functions.php on line 6121

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the header-footer-elementor domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/mysoft-it.com/httpdocs/wp-includes/functions.php on line 6121
about us -

MYSOFTIT


Your trusted partner for SQL services in malaysia

The Best Accounting Software

We are professional in SQL Account & SQL Payrol.

SQL ACCOUNT

SQL Account is an accounting software that is suitable for all businesses, from small businesses to large organizations. It is crucial to find a business solution that suits the nature of your business. The right accounting software will broaden the horizons and expand business opportunities for you.

Choose the best accounting software in Malaysia for your company. SQL Account is user friendly & can be integrated with no fuss.

Featured Products

We empower more than 600,000 accounting and business professionals using SQL Account and SQL Payroll to perform their daily operation effectively.

SQL Account

SQL Account is an accounting software that is suitable for all businesses, from small businesses to large organizations. It is crucial to find a business solution that suits the nature of your business. The right accounting software will broaden the horizons and expand business opportunities for you.

Choose the best accounting software in Malaysia for your company. SQL Account is user friendly & can be integrated with no fuss.

Free Download Accounting Software trial to experience our accounting software.

SQL PAYROLL

SQL Payroll software brings simplicity into the complex nature of Human Resource management. This payroll software comes equipped with HR management, leave management, PCB tax calculator, and is compliant to Malaysia labour laws & government regulations. Free Download Payroll Software trial to experience our payroll software.

On Going Event

Upcoming E-invoice Seminar

How SQL Make Your Work-Life Easier?

// Toggle Accordion function toggleAccordion(contentId, iconId) { document.querySelectorAll('.accordion-content').forEach(content => { if (content.id !== contentId) { content.style.display = "none"; } }); document.querySelectorAll('.accordion-icon').forEach(icon => { if (icon.id !== iconId) { icon.textContent = "▼"; } }); const content = document.getElementById(contentId); const icon = document.getElementById(iconId); const isVisible = content.style.display === "block"; content.style.display = isVisible ? "none" : "block"; icon.textContent = isVisible ? "▼" : "▲"; const header = icon.parentElement; header.setAttribute("aria-expanded", !isVisible); } // Update Video on Click document.querySelectorAll('.accordion-content a').forEach(anchor => { anchor.addEventListener('click', function(e) { e.preventDefault(); const videoId = this.getAttribute('data-video-id'); const iframe = document.getElementById('main-video'); iframe.src = `https://www.youtube.com/embed/${videoId}`; // Highlight the active link document.querySelectorAll('.accordion-content a').forEach(link => { link.style.color = ''; }); this.style.color = '#6a0dad'; }); }); .container { display: flex; flex-wrap: wrap; gap: 30px; max-width: 1200px; margin: 40px auto; padding: 20px; } .video-section { flex: 2; padding: 20px; background-color: #fff; border-radius: 10px; box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); } iframe { width: 100%; height: 600px; border: none; border-radius: 10px; } .accordion-section { flex: 1; padding: 20px; background-color: #fff; border-radius: 10px; box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); } .accordion-title { text-align: center; font-size: 26px; margin-bottom: 20px; color: #333; } .accordion-header { background-color: #6a0dad; color: white; padding: 15px 20px; font-weight: bold; cursor: pointer; display: flex; justify-content: space-between; align-items: center; border-radius: 5px; margin-bottom: 10px; } .accordion-header:hover { background-color: #550a8a; } .accordion-content { display: none; overflow: hidden; max-height: 0; padding: 0; background-color: #f9f9f9; border-radius: 5px; transition: max-height 0.3s ease, padding 0.3s ease; } .accordion-content ul { list-style: none; padding: 10px 20px; margin: 0; } .accordion-content li { margin-bottom: 8px; } a { text-decoration: none; color: black; font-weight: bold; display: block; padding: 5px 0; } a:hover { color: #6a0dad; } .accordion-icon { font-size: 20px; } @media (max-width: 768px) { .container { flex-direction: column; } .video-section, .accordion-section { flex: 1 100%; } }

Testimonial

/* Carousel Container Styles */ #videoCarousel { position: relative; overflow: hidden; border: 1px solid #ccc; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); } /* Carousel Navigation Buttons */ .carousel-btn { position: absolute; top: 50%; transform: translateY(-50%); background-color: rgba(0, 0, 0, 0.5); color: white; border: none; padding: 10px 20px; cursor: pointer; z-index: 10; font-size: 20px; border-radius: 50%; transition: background-color 0.3s ease; } .carousel-btn:hover { background-color: rgba(0, 0, 0, 0.8); } /* Video Frames */ iframe { display: block; margin: auto; border: none; } const videoContainer = document.getElementById('carouselContainer'); const totalVideos = document.querySelectorAll('.carouselItem').length; let currentSlide = 0; function updateCarousel() { const offset = currentSlide * -100; // Move carousel by percentage videoContainer.style.transform = `translateX(${offset}%)`; } function nextVideo() { currentSlide = (currentSlide + 1) % totalVideos; // Loop back to first video updateCarousel(); } function prevVideo() { currentSlide = (currentSlide - 1 + totalVideos) % totalVideos; // Loop to last video updateCarousel(); }
Scroll to Top