46EricS-1-9-12246189-4182530689-1139764635-1626625177-2352114480-62013-12-16T23:07:05.253BPM251: Advanced Laserfiche FormsEricS-1-9-12246189-4182530689-1139764635-1626625177-2352114480-62014-03-04T19:47:06.83truefalsefalse5046Main Processtruetruefalse501true{"__type":"startEvent","name":"Start","id":1,"eventSubType":"message","eventDefinitions":[{"__type":"messageEventDefinition"}],"submitText":"Submit","confOpt":"text","urlContent":"","msgContent":"<div style=\"text-align: center;\"><div style=\"margin: 25px auto\"><h1 style=\"font-size: 150%; margin-bottom: 30px;\">Thank you!<\/h1><div>Your form has been submitted.<\/div><\/div><div><div><button onclick=\"javascript:window.close()\">Close<\/button><\/div><\/div><\/div>"}startEventStartfalsefalse{"x":170,"y":190}81message508false{"__type":"userTask","name":"Approval Task","id":8,"approver":[{"vl":"\/_initiator","tp":"a","dn":null,"ic":false}],"notifyApprover":true,"emailNotification":{"subject":"A form has been submitted.","body":"<p><\/p><p>Hello Eric!<\/p><p>There's a new submission for you to review.<\/p><p>Here's the order Summary:<\/p><ul><li>{\/dataset\/Items_to_purchase\/Description1 |&nbsp; \/dataset\/Items_to_purchase\/Price} <br><\/li><\/ul><p>Order Total: {\/dataset\/Total}<br><\/p><p>Regards,<\/p>Forms Robot<p><\/p>","emailType":2},"approveBtn":"Approve","rejectBtn":"Reject","lock":true,"directApprove":true,"priority":[{"name":3,"select":false,"active":true,"always":false,"xpath":""},{"name":2,"select":false,"active":true,"always":false,"xpath":""},{"name":1,"select":false,"active":true,"always":false,"xpath":""}]}userTaskApproval Taskfalsefalse{"x":300,"y":360}815014false{"__type":"endEvent","name":"End Event","id":14,"eventSubType":"none","eventDefinitions":[{"__type":"noneEventDefinition"}]}endEventEnd Eventfalsefalse{"x":431,"y":465}0none
81Expense ReportExpense ReportEricS-1-9-12246189-4182530689-1139764635-1626625177-2352114480-62013-12-16T23:07:05.253EricS-1-9-12246189-4182530689-1139764635-1626625177-2352114480-62014-03-04T19:47:06.83false80020left55 #signature {border: 2px dotted black;} #q15 {margin-left: 55px;} .sigwarning {color:red;} .hasDatepicker {width:80px !important;} .sigdata{display:none;} $(document).ready(function () { //disable submit button until signature is confirmed //end disable submit button code //code ship-by date $.getScript('https://datejs.googlecode.com/files/date.js', function () { var nextWednesday = Date.parse('next wednesday').toString('M/d/yyyy'); $(".datefield input").val("Next Wednesday, " + nextWednesday); }) //end code for ship-by date //calculation $('.cf-table-block').on('blur', 'input', sumtotal); function sumtotal() { var sum = 0; $('td.sum').each(function () { var s = 0; $(this).find('input').each(function () { s += parseNumber($(this).val()); }) $(this).find('.subtotal input').val(s); sum += s; }); $('.total input').val(sum); $('.ro input').attr('readonly','True'); } function parseNumber(n) { var f = parseFloat(n); //Convert to float number. return isNaN(f) ? 0 : f; //treat invalid input as 0; } //end calculation //sig function htmlEncode(value) { return $('<div/>').text(value).html(); } function htmlDecode(value) { return $('<div/>').html(value).text(); } $.getScript('https://dl.dropboxusercontent.com/u/14829216/jSignature.min.js', function () { $('.signature').jSignature(); }); /**When the page loads, check if the sig data (hidden) field has a value. If it has a value, decode it and put it in the image, and remove the signature pad and its buttons.**/ $('.sigCollection').each(function () { var sigvalue = $(this).find('.sigdata textarea').text(); var sigrovalue = $(this).find('.sigdata .ro').text(); if (sigvalue != '' || sigrovalue != '') { var decoded = htmlDecode(sigvalue == '' ? sigrovalue : sigvalue); var $img = $('<img class=imported></img>'); $img.attr("src", decoded).appendTo($(this).find('.sigimage')); $(this).find('.sigGroup').remove(); //class added to the signature button and image custom HTML fields. $(this).find('.sigwarning').hide(); } }); $('.donebutton').click(function () { var section = $(this).closest('.sigCollection'); var sigdata = section.find('.signature').jSignature('getData'); section.find('.sigdata textarea').val(htmlEncode(sigdata)); var $img = $('<img class=imported></img>'); $img.attr("src", section.find('.signature').jSignature('getData')).appendTo(section.find('.sigimage')); section.find('.sigGroup').remove(); //class added to the signature button and image custom HTML fields. }); $('.clearbutton').click(function () { var section = $(this).closest('.sigCollection'); section.find('.signature').jSignature('clear'); }); //endsig //image thumbnail part setInterval(displayimages, 500); function displayimages() { jQuery.fn.reverse = [].reverse; $('#q1 .files').each(function () { //41 is table block if ($(this).find("a").length) { if ($(this).length) { var numlinks = $(this).find("a").size(); if ($(this).find("a").attr('title').toLowerCase().indexOf('.jpg') >= 0 || $(this).find("a").attr('title').toLowerCase().indexOf('.jpeg') >= 0 || $(this).find("a").attr('title').toLowerCase().indexOf('.png') >= 0) { if (numlinks == 1 && !$(this).parents('tr').find('td[data-col="q3"] >p.receiptRow').length) { //this is first column of table var imgsrc = $(this).find("a").attr('href'); var img2 = $('<img width="300px" class="receipt">'); img2.attr('src', imgsrc); //set img src to link url $('<p class="receiptRow"><img id="img"></p>').insertAfter($(this).parents('tr').find('td[data-col="q3"] >div')); //this is first column of table $("#img").replaceWith(img2); } else { var numpics = $(this).parents('tr').find('td[data-col="q3"] >p.receiptRow').size(); //this is first column of table if (numlinks > numpics) { $(this).parents('tr').find('td[data-col="q3"] >p.receiptRow').remove(); //this is first column of table $(this).find("a").reverse().each(function () { var row = $("<p class='receiptRow'></p>").insertAfter($(this).parents('tr').find('td[data-col="q3"] >div')); //this is first column of table var imgsrc = $(this).attr('href'); var img2 = $('<img width="300px" class="receipt">'); img2.attr('src', imgsrc); $(row).append("<img id='i'>"); $('#i').replaceWith(img2); }); } } } } } else { if (!$(this).find("a").length && $(this).parents('tr').find('td[data-col="q3"] >p.receiptRow').length) { //this is first column of table $(this).parents('tr').find('td[data-col="q3"] >p.receiptRow').remove(); //this is first column of table } } }); $('.receipt').width('100%'); } //end image thumbnail part });falsetruetrue81200textfalsefalsefalse50[]truefalsefalsefalsefalse787Order_Number20false58param1falsetrue81101textfalsefalsefalse50{/_currentuser_display}[]falsefalsefalsefalsefalse624Name2falsefalse81112datefalsefalsefalse25todaym/d/yy-100100falsefalsefalsefalsefalse625Datefalsefalse8113{"repeatAction":"Add","deleteAction":"Delete","hasRepeatableRows":true,"repeatRowName":"Item {n}","tableColumnWidths":[0,0],"tabelSize":"100"}tablefalsefalsefalse1001[{"row 1":""}]falsefalsefalsefalsefalse601Items_to_purchasefalsefalse8134selectfalsefalsefalse100[{"Business":""},{"Pleasure":""}]falsefalsefalsefalsetrue627Item1falsefalse81215textfalsefalsefalse100[]falsefalsefalsefalsetrue1136Item_Number21true59Item Number0falsetrue81226textfalsefalsefalse100[]falsefalsefalsefalsetrue1137Item_Name22false59Item Namefalsetrue81187textfalsefalsefalse100[]falsefalsefalsefalsetrue634Description118false59Item Descriptionfalsetrue8148currencyfalsefalsefalse75sumfalsefalsefalsefalsetrue631Price4false59Item Price0falsetrue8159datefalsefalsefalse75m/d/yy-100100falsefalsefalsefalsetrue632Datefalsefalse81610docfalsefalsefalse100falsefalsefalsefalseChoose Filestrue633Receipt_Upload250falsefalse812311textfalsefalsefalse100[]falsefalsefalsefalsetrue1138Column_8falsefalse8121281913textfalsefalsefalse50[]total rofalsefalsefalsefalsefalse602Totalfalsefalse811714textfalsefalsefalse50[]datefieldtruefalsefalsefalsefalse628In-stock_items_will_ship_byfalsefalse812415{"repeatAction": "Add", "deleteAction" : "Delete"}collectionfalsefalsefalse11sigCollectionfalsefalsefalsefalsefalse1158sigCollectionfalsefalse811216longtextfalsefalsefalse755sigdatafalsefalsefalsefalsetrue1159Sig_Datafalsefalse811417customfalsefalsefalsesigGroupfalsefalsefalsefalsefalse0falsefalse811518customfalsefalsefalsesigGroupfalsefalsefalsefalsefalse0falsefalse811619customfalsefalsefalsefalsefalsefalsefalsefalse0falsefalse811920customfalsefalsefalsefalsefalsefalsefalsefalse0falsefalse812521812622{"repeatAction": "Add", "deleteAction" : "Delete"}collectionfalsefalsefalse11sigCollectionfalsefalsefalsefalsefalse1160Collection_2falsefalse812723longtextfalsefalsefalse755sigdatafalsefalsefalsefalsetrue1161Sig_Data1falsefalse812824customfalsefalsefalsesigGroupfalsefalsefalsefalsefalse0falsefalse812925customfalsefalsefalsesigGroupfalsefalsefalsefalsefalse0falsefalse813026customfalsefalsefalsefalsefalsefalsefalsefalse0falsefalse813127customfalsefalsefalsefalsefalsefalsefalsefalse0falsefalse81322855FPCurrent{"Logo":"~/img/Theme/Logo/LFLOGO_template.png","LogoSize":150,"WallPaperBg":"#013658||repeat","HighlightedBg":"#c4d6d6||repeat","FormBg":"#ffffff||repeat","FormShadow":false,"FormBorderColor":"#06002c","FormHeaderBg":"#d15b05||repeat","FormHeaderBorderSides":[false,false,false,false],"SectionHeaderBg":"#ffffff||repeat","SectionHeaderBorderSides":[false,false,true,false],"HeaderHeight":46,"FormTitleSize":18,"FormTitleColor":"#ffffff","FormDescSize":12,"FormDescColor":"#ffffff","SectionLabelColor":"#555555","FieldLabelColor":"#555555","FieldTextColor":"#555555","HelpTextColor":"#666666","HelpTextHoverBg":"#013658||repeat","HelpTextHoverColor":"#ffffff","SubmitButtonColor":"#ffffff","SubmitButtonBg":"#013658","SubmitButtonBorder":0,"SubmitButtonBorderColor":"#404040","SaveButtonColor":"#ffffff","SaveButtonBg":"#013658","SaveButtonBorder":0,"SaveButtonBorderColor":"#404040","SaveButtonIcon":"","ApproveButtonColor":"#ffffff","ApproveButtonBg":"#5b8772","ApproveButtonBorder":0,"ApproveButtonBorderColor":" #404040","ApproveButtonIcon":"","RejectButtonColor":"#ffffff","RejectButtonBg":"#d15b05","RejectButtonBorder":0,"RejectButtonBorderColor":" #404040","RejectButtonIcon":"","$$hashKey":"00M","LogoHeight":"42px"}#cf-formtitle h1 {color:#ffffff;font-family:Arial;font-style:normal;font-weight:bold;text-decoration:none;line-height:46px;font-size:18px} #cf-formtitle label {font-family:Arial;font-weight:normal;font-style:normal;text-decoration:none;font-size:12px;color:#ffffff} #form-title-wrap {padding-left:180px;padding-right:0px} .cf-section-header h1 {font-family:Arial;font-weight:normal;font-style:normal;text-decoration:none;color:#555555;font-size:20px} table.cf-table, table.cf-table .cf-col-label, label.cf-label {font-family:Arial;font-weight:bold;font-style:normal;text-decoration:none;color:#555555;font-size:14px} .cf-field label:not(.cf-helptext) {font-family:Arial;font-weight:normal;font-style:normal;text-decoration:none;color:#555555;font-size:14px} label.cf-helptext {font-family:Arial;font-weight:normal;font-style:normal;text-decoration:none;font-size:11px;color:#666666} .toolTipWrapper {font-family:Arial;font-weight:normal;font-style:normal;text-decoration:none;font-size:11px;color:#ffffff;background-color:#013658} .cf-section-header {border-style:dotted;border-color:#999999;border-top-width:0;border-right-width:0;border-bottom-width:1px;border-left-width:0;background-repeat:repeat} #cf-formtitle {border-style:solid;border-color:#999999;background-color:#d15b05;background-repeat:repeat;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0} .cf-formwrap {background-color:#ffffff;background-repeat:repeat;border-width:1px;border-style:solid;border-color:#06002c} ul li.form-q {padding-top:0.5em;padding-bottom:0.5em} input.Submit[type='submit'] {color:#ffffff;font-family:Arial;font-style:normal;font-weight:normal;font-size:14px;text-decoration:none;border-color:#404040;background:#013658;border-width:0px;border-style:solid} input.Approve[type='submit'] {color:#ffffff;font-family:Arial;font-style:normal;font-weight:normal;font-size:14px;text-decoration:none;border-color: #404040;background:#5b8772;border-width:0px;border-style:solid} input.Reject[type='submit'] {color:#ffffff;font-family:Arial;font-style:normal;font-weight:normal;font-size:14px;text-decoration:none;border-color: #404040;background:#d15b05;border-width:0px;border-style:solid} .form-focused {background-color:#c4d6d6;background-repeat:repeat} body {background-color:#013658;background-repeat:repeat} v-dev-w7x64-26Testlaserfiche\eric.cresseysp_increment5Eric2014-02-17T15:39:42.36580v-dev-w7x64-26TestInventorylaserfiche\eric.cresseyEric2014-02-17T15:39:42.367591
82Multi-page Job ApplicationLaserfiche Investigators Job ApplicationEricS-1-9-12246189-4182530689-1139764635-1626625177-2352114480-62013-12-16T23:07:05.253EricS-1-9-12246189-4182530689-1139764635-1626625177-2352114480-62014-02-27T14:41:01.697false80020left56.navbar { text-align:center; } .navbar div { padding-top: 12px; cursor: pointer; width: 130px; height: 30px; border-radius: 6px; background-color: #e5e5e5; text-align: center; margin: auto; border: 2px white solid; display:inline-block; } .navbar div:hover { background-color: #C0C0C0; } .navbar .selected{ background-color: #C0C0C0; } .cf-form {padding: 0px 10px 40px;} #cf-formtitle {margin-bottom:0px;} li[attrtype="custom"].form-focused {background-color:white;} $(document).ready(function () { //address field modifications $("input[id*=_DSG3], span[id*=_DSG3]").siblings().text('State'); $("span[id*=_DSG5], input[id*=_DSG5]").parent().children().css('display', 'none'); //end address field modifications //pagination $('.navitem').on('touchstart click', function () { $('.sections,.Submit').hide(); $('.navbar').find('.navitem').removeClass('selected'); if ($(this).hasClass('info')) { $('.section1').show(); $('.navbar').find('.info').addClass('selected'); } else if ($(this).hasClass('work')) { $('.section2').show(); $('.navbar').find('.work').addClass('selected'); } else if ($(this).hasClass('edu')) { $('.section3').show(); $('.navbar').find('.edu').addClass('selected'); } else if ($(this).hasClass('sup')) { $(".section4, .Submit").show(); $('.navbar').find('.sup').addClass('selected'); } }) $('.navitem.info').trigger('click'); //end pagination }); falsetruefalse8220customfalsefalsefalsefalsefalsefalsefalsefalse0falsefalse8211sectionfalsefalsefalsesection1 sectionsfalsefalsefalsefalsefalsefalse0falsefalse82412selectfalsefalsefalse50[{"Long textLong textLong textLong textLong text":""},{"Long textLong textLong text":""},{"Long textLong textLong text (1)":""},{"Long textLong textLong text (2)":""},{"Long textLong text":""}]falsefalsefalsefalsefalse1154Crazy_drop_downfalsefalse8233textfalsefalsefalse50[]falsefalsefalsefalsefalse603Name1falsefalse8244textfalsefalsefalse50[]falsefalsefalsefalsefalse604Phonefalsefalse8255addressfalsefalsefalsefalsefalsefalsefalsefalse605Address1falsefalse8266emailfalsefalsefalse50falsefalsefalsefalsefalse611Emailfalsefalse8277longtextfalsefalsefalse503falsefalsefalsefalsefalse612Tell_us_about_yourselffalsefalse8288customfalsefalsefalsefalsefalsefalsefalsefalse0falsefalse8299sectionfalsefalsefalsesection2 sectionsfalsefalsefalsefalsefalsefalse0falsefalse821010{"repeatAction": "Add", "deleteAction" : "Delete"}collectionfalsefalsefalse1falsefalsefalsefalsefalse613Jobs_Heldfalsefalse821211textfalsefalsefalse50[]falsefalsefalsefalsetrue614Company_Namefalsefalse821312textfalsefalsefalse50[]falsefalsefalsefalsetrue615Positionfalsefalse821413datefalsefalsefalse25m/d/yy-100100falsefalsefalsefalsetrue616Start_Datefalsefalse821514datefalsefalsefalse25m/d/yy-100100falsefalsefalsefalsetrue617End_Datefalsefalse821615longtextfalsefalsefalse503falsefalsefalsefalsetrue618Descriptionfalsefalse821116821717customfalsefalsefalsefalsefalsefalsefalsefalse0falsefalse821818sectionfalsefalsefalsesection3 sectionsfalsefalsefalsefalsefalsefalse0falsefalse821919{"repeatAction": "Add", "deleteAction" : "Delete"}collectionfalsefalsefalse1falsefalsefalsefalsefalse619College_Degreesfalsefalse822120textfalsefalsefalse50[]falsefalsefalsefalsetrue620Collegefalsefalse822221datefalsefalsefalse25m/d/yy-100100falsefalsefalsefalsetrue621Start_Date1falsefalse822322datefalsefalsefalse25m/d/yy-100100falsefalsefalsefalsetrue622Graduation_Datefalsefalse822523radiofalsefalsefalse1[{"BA":""},{"BS":""},{"MA":""},{"MS":""},{"PHD":""}]falsefalsefalsefalseothertrue623Degree_Typefalsefalse822024822625customfalsefalsefalsefalsefalsefalsefalsefalse0falsefalse824026sectionfalsefalsefalsesection4 sectionsfalsefalsefalsefalsefalsefalse0falsefalse823727823928823829823130customfalsefalsefalsefalsefalsefalsefalsefalse0falsefalse823631customfalsefalsefalsefalsefalsefalsefalsefalse0falsefalse56FPCurrent{"Logo":"~/img/Theme/Logo/LFLOGO_template.png","LogoSize":150,"WallPaperBg":"#013658||","HighlightedBg":"#c4d6d6||","FormBorderColor":"#06002c","FormHeaderBg":"#D15B05||","HeaderHeight":46,"FormTitleSize":18,"FormTitleColor":"#ffffff","FormDescSize":12,"FormDescColor":"#ffffff","HelpTextColor":"#666666","HelpTextHoverBg":"#013658||","HelpTextHoverColor":"#ffffff","SubmitButtonColor":"#ffffff","SubmitButtonBg":"#013658","SubmitButtonBorder":0,"SaveButtonColor":"#ffffff","SaveButtonBg":"#013658","SaveButtonBorder":0,"SaveButtonIcon":"","ApproveButtonColor":"#ffffff","ApproveButtonBg":"#5b8772","ApproveButtonBorder":0,"ApproveButtonIcon":"","RejectButtonColor":"#ffffff","RejectButtonBg":"#d15b05","RejectButtonBorder":0,"RejectButtonIcon":""}body {background-color: #013658;}.form-focused {background-color: #c4d6d6;}.cf-formwrap {border-color: #06002c;}.cf-formwrap input[readonly=readonly] {background:none;}#cf-formtitle {background-color: #D15B05;}#cf-formtitle h1 {line-height: 46px;font-size: 18px;color: #ffffff;}#cf-formtitle label {font-size: 12px;color: #ffffff;}label.cf-helptext {color: #666666;}.toolTipWrapper {background-color: #013658;color: #ffffff;}.Submit {color: #ffffff;background: #013658;filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);border: 0px solid ;} .Save {color: #ffffff;background: #013658;filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);border: 0px solid ;} button.Save>div {width: 0px;height: 0px;margin-right: 0px;}.Approve {color: #ffffff;background: #5b8772;filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);border: 0px solid ;} button.Approve>div {width: 0px;height: 0px;margin-right: 0px;}.Reject {color: #ffffff;background: #d15b05;filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);border: 0px solid ;} button.Reject>div {width: 0px;height: 0px;margin-right: 0px;}
5018false{}50814false{"cpHead":2}60150Items_to_purchasetablefalse60250Totaltextfalse60350Name1textfalse60450Phonetextfalse60550Address1addressfalse61150Emailemailfalse61250Tell_us_about_yourselflongtextfalse61350Jobs_Heldcollectionfalse61450Company_Nametext613false61550Positiontext613false61650Start_Datedate613false61750End_Datedate613false61850Descriptionlongtext613false61950College_Degreescollectionfalse62050Collegetext619false62150Start_Date1date619false62250Graduation_Datedate619false62350Degree_Typeradio619false62450Name2textfalse62550Datedatefalse62650Sig_Datalongtextfalse62750Item1select601false62850In-stock_items_will_ship_bytextfalse62950Supplementaltablefalse63050Variable39doc629false63150Pricecurrency601false63250Datedate601false63350Receipt_Uploaddoc601false63450Description1text601false78750Order_Numbertextfalse113650Item_Numbertext601false113750Item_Nametext601false113850Column_8text601false115450Crazy_drop_downselectfalse115850sigCollectioncollectionfalse115950Sig_Datalongtext1158false116050Collection_2collectionfalse116150Sig_Data1longtext1160false60150Items_to_purchasetablefalse61350Jobs_Heldcollectionfalse61950College_Degreescollectionfalse62950Supplementaltablefalse115850sigCollectioncollectionfalse116050Collection_2collectionfalse{"viewport":[50,25],"scale":1,"canvas":[-25,1776,913,-50]}150New Profilev-tor-dev-lfs.laserfiche.comFormsTorontofalse550Ericv-dev-w7x64-26.laserfiche.comGeneralfalsefalsePacific Standard Time
EricS-1-9-12246189-4182530689-1139764635-1626625177-2352114480-62013-12-18T18:28:19.895v-dev-w7x64-26TestInventorylaserfiche\eric.cresseyv-dev-w7x64-26TestMultiValueslaserfiche\eric.cresseyv-dev-w7x64-26TestOrderNumberlaserfiche\eric.cresseyv-dev-w7x64-26TestVendorslaserfiche\eric.cresseyv-dev-w7x64-26Testlaserfiche\eric.cresseysp_increment5v-dev-w7x64-26Testlaserfiche\eric.cresseyuspSimplev-dev-w7x64-26TestBPM251laserfiche\eric.cresseyv-dev-w7x64-26TestEgeDemolaserfiche\eric.cresseyv-dev-w7x64-26Testvacationlaserfiche\eric.cresseyv-dev-w7x64-26Testlaserfiche\eric.cresseysp_sortedItemNametruefalse0false