Take a minute to read about some of KiSSFLOW’s awesome features..
Or just signup now and roll out your first process in two.
Free Trial For 14-day.
No Credit Card required.
Create a Custom Form by adding fields, sections and tables to capture data for workflows.
Track which process request is struck with whom and for how long.
Find out the estimated completion-time for a request
Follow a request’s history
Find your fastest and slowest performers
Find your Process Efficiency
Track average, minimum and maximum time of your processes, and each of its step
Use our existing KPI reports
Generate ad-hoc reports based on your need
Share your Reports with reports with your Colleagues
Generate process specific summary reports
Use KiSSFLOW in the language you prefer
Follow your own localization for currency, date format etc.
Change your KiSSFLOW, update your own logos.
Delegate your task to someone else on your absence
Re-assign process requests to a different manager
Re-assign process steps to a different approver
![]() |
CREATE A FREE ACCOUNT |
Free Trial For 14-day.
No Credit Card required.
jQuery(document).ready(function($) { $(".showpop,.showpop2,.showpop2m").click(function() { return false; }); $(".showpop").hover(function() { // e.preventDefault(); var popdiv = $(this).data("pop"); $(".bubble").removeClass("blue-boxshadow"); $(this).find("img").addClass("blue-boxshadow"); $(".blue-bubble").hide(); $("#"+popdiv).fadeIn();
return false; },function(){ var popdiv = $(this).data("pop"); $(this).find("img").removeClass("blue-boxshadow"); $("#"+popdiv).fadeOut(); }); $(".showpop2").hover(function() { var popdiv = $(this).data("pop"); $(".bubble2").removeClass("blue-boxshadow"); $(this).find("img").addClass("blue-boxshadow"); $(".blue-bubble2").hide(); $("#"+popdiv).fadeIn();
return false; },function(){ var popdiv = $(this).data("pop"); $(this).find("img").removeClass("blue-boxshadow"); $("#"+popdiv).fadeOut(); }); $(".showpop2m").hover(function() { var popdiv = $(this).data("pop"); $(this).find("img").addClass("blue-boxshadow");
$("#"+popdiv).fadeIn();
return false; },function(){ var popdiv = $(this).data("pop"); $(this).find("img").removeClass("blue-boxshadow"); $("#"+popdiv).fadeOut(); });
function find_points(circle, full_image, image_percent_pos_top, image_percent_pos_left){ var pt1_top = circle.offset()["top"] + (circle.height()/2); var pt1_left = circle.offset()["left"] + circle.width();
var pt2_top = full_image.offset()["top"] + (full_image.height() * image_percent_pos_top); var pt2_left = full_image.offset()["left"] + (full_image.width() * image_percent_pos_left); var canvas_height = pt2_top - pt1_top; var compliment_height = false; if (canvas_height < 0) { canvas_height = 0 - canvas_height; compliment_height = true; } var canvas_width = pt2_left - pt1_left; var canvas = jQuery("
var section_build_img = 0; jQuery(".section_build img").on("load",function(){ section_build_img++;
if(section_build_img == 4){ $( ".bubble" ).each(function(index) { var circle = $(this); var full_image = $(".imgbox"); var bubble_offset = $( this ).offset();
if(index == 0){ var image_percent_pos_top = 0.38446601941; var image_percent_pos_left = 0.45679487179; }else if(index == 1){ var image_percent_pos_top = 0.79582524271; var image_percent_pos_left = 0.78525641025; }else if(index == 2){ var image_percent_pos_top = 0.82718446601; var image_percent_pos_left = 0.84615384615; }
find_points(circle, full_image, image_percent_pos_top, image_percent_pos_left); }); } }); $(".popover").hover(function() {
var popdiv = $(this).data("pop"); $(this).find("img").addClass("blue-boxshadow");
$("#"+popdiv).animate({"opacity":1},'slow');
return false; },function(){ var popdiv = $(this).data("pop"); $(this).find("img").removeClass("blue-boxshadow"); $("#"+popdiv).animate({"display":"block","opacity":0},'slow');
});
function find_points2(circle, full_image, image_percent_pos_top, image_percent_pos_left){ var pt1_top = circle.offset()["top"] + (circle.height()/2)+5; var pt1_left = circle.offset()["left"];
var pt2_top = full_image.offset()["top"] + (full_image.height() * image_percent_pos_top); var pt2_left = full_image.offset()["left"] + (full_image.width() * image_percent_pos_left); var canvas_height = pt2_top - pt1_top; var compliment_height = false; if (canvas_height < 0) { canvas_height = 0 - canvas_height; compliment_height = true; } var canvas_width = pt1_left - pt2_left; var canvas = jQuery("
ctx.moveTo(0,ctx.canvas.height); ctx.lineTo(ctx.canvas.width,0); // ctx.lineWidth = 0.5; } ctx.strokeStyle = '#C8C8C8'; ctx.stroke(); jQuery("body").append(canvas); } var section_build2_img = 0; jQuery(".section_build2 img").on("load",function(){ section_build2_img++;
if(section_build2_img == 4){ $( ".bubble2" ).each(function(index) {
var circle = $(this); var full_image = $(".imgbox2"); if(index == 0){ var image_percent_pos_top = 0.38888888888; var image_percent_pos_left = 0.48529411764; }else if(index == 1){ var image_percent_pos_top = 0.78888888888; var image_percent_pos_left = 0.77058823529; }else if(index == 2){ var image_percent_pos_top = 0.89259259259; var image_percent_pos_left = 0.63970588235; }
find_points2(circle, full_image, image_percent_pos_top, image_percent_pos_left); }); } });
});