/** * Client-side UUID generation for elements without server UUIDs * * Exposes: SFE.GenerateClientUuid */ (function() { 'use strict'; window.MWP = window.MWP || {}; window.MWP.SFE = window.MWP.SFE || {}; const SFE = window.MWP.SFE; SFE.ManagerData = SFE.ManagerData || {}; /** * Generate a deterministic UUID for elements without server UUIDs * @deprecated no longer generate client UUIDs on the frontend. Use server-side UUIDs instead. */ function generateClientUuid(postId, typeCode, element) { // Get clean content from element (remove FrontEdit controls first) const clone = element.cloneNode(true); clone.querySelectorAll('[data-mwp-sfe-control]').forEach(el => el.remove()); const content = clone.textContent.trim().replace(/\s+/g, ' '); // Generate deterministic UUID based on content const hashInput = postId + '|' + typeCode + '|' + content; // Simple hash function let hash = 0; for (let i = 0; i < hashInput.length; i++) { const char = hashInput.charCodeAt(i); hash = ((hash << 5) - hash) + char; hash = hash & hash; } // Convert to base62 string const chars = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'; let result = ''; let num = hash >>> 0; // Convert to unsigned 32-bit for (let i = 0; i < 16; i++) { result += chars[num % 62]; num = Math.floor(num / 62); if (num === 0) num = (hash >>> 0); // Reset if depleted } return postId + '-' + typeCode + '-' + result; } SFE.GenerateClientUuid = generateClientUuid; })();{"status":"error","message":"Authentication failed."}

Set Up Name

Set up a friendly name for this integration, so you can easily identify it.

`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `optm_status` tinyint(4) NOT NULL DEFAULT '0', `src` text NOT NULL, `src_filesize` int(11) NOT NULL DEFAULT '0', `target_filesize` int(11) NOT NULL DEFAULT '0', `webp_filesize` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `post_id` (`post_id`), KEY `optm_status` (`optm_status`)
Comsec Solutions |

NO WIDGETS YET
Turn me off under Astro Options>General Tab

HR & Payroll

COMSEC SOLUTIONS providing best Human Resource Management Software (HRMS or HR Software), Payroll Software (Payroll Management or processing software) & Fixed Assets Management Software (FAMS) in India that aid any start-up, small, medium or large enterprises to make their HR/Payroll & Fixed Assets Management processes.

With radical changes occurring in the Era of technology, we offer software license on Cloud-based platform (SAAS) & as well as On-Premise (IN-HOUSE) platform. We strive to ease the hurdles of Human resource team & accounts /admin team by facilitating Accurate, User-friendly & efficient solutions that will allow HR & admin department to get rid of mundane, error-prone spreadsheets thus increasing productivity'

HR Automation Solution

Spine HR Suite process complete records of the employees fulfil most of compliance, that takes care of all your requirements relating to management, workflow and accounting employees.

Spine HR suite seamlessly integrates all the aspects of organizational & human capital development. It improves the performance and accountability of employee by providing a matrix of the intelligent process along with a structured workflow to accomplish strategic goals.

Selfie attendance

Leave management

Employee self services.

Time attendance management

Work flow

Claims reimbursement

Expense management

Training and induction management

Employee life cycle

PMS

Hr mobile

Recruitment management

Payroll Solutions

Intuitive platform helps your complete payroll tasks with ease, letting you focus more on your business and not timely administrative tasks.
Available in both DESK-TOP and Web version

Spine Payroll is very simple, flexible and user-friendly Payroll Management software that takes care of all your requirements relating to employee’s information & salary calculation along with compliance.

Executive information system

Arrears calculation

Salary calculation

Bank statement

Monthly reconciliation

T.D.S.

Pay slip

Import existing data

Letter writing

FNF

Report writer

Charts

Location Map

Contact us

Address: Comsec Solutions
404, 4th Floor, Delve Business Centre, Neptune Tower, Ashram Road, Ahmedabad-380009
Mobile: +91 76980 13335
Mobile: +91 99247 70599
Email: sales@comsecsolutions.in
Email: support@comsecsolutions.in
Web: www.comsecsolutions.in

© 2021 Comsec Solutions
Designed by Swastik IT Solution