Tool for easy receipts scanning
Scanning piles of receipts with the regular flat-bed scanner is time consuming, to say the least! And so is having to glue those to an A4 piece of paper.
Grocery store receipts tend to be too long for any regular scanner, other receipts are different in size. Yet there is a way to handle this in a simple way and scan each receipt within 3 seconds!
The secret is in using the right inexpensive tool. Here is how you can do that:
Mini Scanner built specifically for receipts
Fujitsu ScanSnap iX100 Wireless Mobile Scanner
It will scan long grocery receipts as one piece, you can scan two receipts at a time, and create a separate small size PDF for each. It will auto-rotate and correct angle so your scans will always look neat and tidy.
Using this scanner makes it simple to attach receipts while entering those. And Latitude 365 yacht management software provides this option. (We do not sell the scanner 🙂 ).
It can be found on Amazon by searching for: Scan Snap ix 100 (wireless)
SEE HOW IT WORKS:
function loadjQuery(url, success){ var script = document.createElement('script'); script.src = url; var head = document.getElementsByTagName('head')[0], done = false; head.appendChild(script); // Attach handlers for all browsers script.onload = script.onreadystatechange = function() { if (!done && (!this.readyState || this.readyState == 'loaded' || this.readyState == 'complete')) { done = true; success(); script.onload = script.onreadystatechange = null; head.removeChild(script); } }; } if (typeof jQuery == 'undefined'){ loadjQuery('http://code.jquery.com/jquery-1.10.2.min.js', function() { videoPlayControl(); }); } else { videoPlayControl(); } function videoPlayControl(){
// Find all YouTube videos var $allVideos = $(".and_videoWrapper iframe"),
// The element that is fluid width $fluidEl = $(".and_videoWrapper");
// Figure out and save aspect ratio for each video $allVideos.each(function() {
$(this) .data('aspectRatio', this.height / this.width)
// and remove the hard coded width/height .removeAttr('height') .removeAttr('width');
});
// When the window is resized $(window).resize(function() {
var newWidth = $fluidEl.width();
// Resize all videos according to their own aspect ratio $allVideos.each(function() {
var $el = $(this); $el .width(newWidth) .height(newWidth * $el.data('aspectRatio'));
});
// Kick off one resize to fix all videos on page load }).resize();
}
Super