Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.475.880 Times

Official Receipt Format software
Filter: All | Freeware | Demo
 

Official Receipt Format

1 2 3 4 5 > 
Added: September 26, 2013 | Visits: 1.139

Texinfo Texinfo is the official documentation format of the GNU project. It was invented by Richard Stallman and Bob Chassell many years ago, loosely based on Brian Reid's Scribe and other formatting languages of the time. Texinfo project is used by many non-GNU projects as well. Texinfo uses a single... Platforms: *nix

License: Freeware Size: 2.62 MB Download (103): Texinfo Download

Released: August 07, 2012  |  Added: August 07, 2012 | Visits: 772

UBS Client Account Software Product Overview * Paperless maintenance and records of clientele information for easy retrieval * Direct link to UBS Billing & Disbursement for billing purpose * Simplified way of trial balance and reconciliation * Complete entries of client's account transaction * Easy steps to maintain and... Platforms: Windows

License: Shareware Cost: $405.00 USD Size: 14.93 MB Download (68): UBS Client Account Software Download

Released: August 27, 2012  |  Added: August 27, 2012 | Visits: 468

simtrain This is an web based tuition center management system with features like manage student info, employee/tutor info, tuition class and registration, product & services, payment, generate official receipt, cash onhand, stock. Platforms: Windows, Mac, Linux

License: Freeware Size: 2.49 MB Download (53): simtrain Download

Released: April 06, 2020  |  Added: January 01, 2024 | Visits: 117

ToolsBaer NSF to EML Conversion ToolsBaer NSF to EML Conversion which is an excellent solution for users to export NSF database to EML format. It easily converts NSF to EML format with attachments and other complete databases. It facilitates various high tech features to users by which they can immediately convert multiple NSF... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $69.00 USD Size: 2.33 MB Download (65): ToolsBaer NSF to EML Conversion Download

Added: August 29, 2008 | Visits: 5.917

Official Letter Sample Software Business letters free samples easy to use effective comprehensive library designed and created for professional experts official commercial forms format templates examples including complaints, requests, interview and cover letters to produce high quality productivity. Software provides user... Platforms: Windows

License: Shareware Cost: $39.95 USD Size: 15.88 MB Download (664): Official Letter Sample Software Download

Released: May 07, 2024  |  Added: May 11, 2024 | Visits: 2.044

Quick Receipt Software Quick Receipt is a sales receipt software designed for thermal printer. Receipt can be customized to fit your company's need with your own style of header, footer and columns in item list. Quick Receipt not only provide sales receipt, it also generate Packing List from receipt. Multiple reports... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $112.50 USD Size: 90.88 MB Download (485): Quick Receipt Software Download

Released: April 09, 2024  |  Added: April 21, 2024 | Visits: 2.497

Quick Receipt Software for Mac Quick Receipt is a sales receipt software designed for thermal printer. Receipt can be customized to fit your company's need with your own style of header, footer and columns in item list. Quick Receipt not only provide sales receipt, it also generate Packing List from receipt. Multiple reports... Platforms: Mac

License: Shareware Cost: $112.50 USD Size: 109.85 MB Download (368): Quick Receipt Software for Mac Download

Added: May 08, 2009 | Visits: 4.533

Format This program simulates format of drive C: (polish version). Platforms: DOS, Windows

License: Freeware Size: 91 KB Download (1609): Format Download

Added: June 06, 2010 | Visits: 1.464

Common Data Format Common Data Format is a self-describing data abstraction for the storage and manipulation of multidimensional data in a platform- and discipline-independent fashion. It consists of a scientific data management package (known as the "CDF Library") that allows programmers and application... Platforms: *nix

License: Freeware Size: 1.5 MB Download (128): Common Data Format Download

Added: November 26, 2010 | Visits: 1.161

DateTime::Format::Pg DateTime::Format::Pg is a Perl module to parse and format PostgreSQL dates and times. SYNOPSIS use DateTime::Format::Pg; my $dt = DateTime::Format::Pg->parse_datetime( 2003-01-16 23:12:01 ); # 2003-01-16T23:12:01+0200 DateTime::Format::Pg->format_datetime($dt); This module understands... Platforms: *nix

License: Freeware Size: 19.46 KB Download (93): DateTime::Format::Pg Download

Added: June 08, 2010 | Visits: 1.284

DateTime::Format::Builder DateTime::Format::Builder is a Perl module to create datetime parser classes and objects. SYNOPSIS package DateTime::Format::Brief; our $VERSION = 0.07; use DateTime::Format::Builder ( parsers => { parse_datetime => [ { regex => qr/^(d{4})(dd)(dd)(dd)(dd)(dd)$/, params => [qw( year... Platforms: *nix

License: Freeware Size: 48.13 KB Download (100): DateTime::Format::Builder Download

Added: September 24, 2010 | Visits: 1.309

DBIx::SQLCrosstab::Format DBIx::SQLCrosstab::Format is a Perl module with formats results created by DBIx::SQLCrosstab. SYNOPSIS use DBIx::SQLCrosstab::Format; my $dbh=DBI->connect("dbi:driver:database" "user","password", {RaiseError=>1}) or die "error in connection $DBI::errstrn"; my $params = { dbh => $dbh,... Platforms: *nix

License: Freeware Size: 66.56 KB Download (110): DBIx::SQLCrosstab::Format Download

Added: April 04, 2010 | Visits: 1.289

Time::Format Time::Format is a Perl module for easy-to-use date/time formatting. SYNOPSIS use Time::Format qw(%time %strftime %manip); $time{$format} $time{$format, $unixtime} print "Today is $time{yyyy/mm/dd}n"; print "Yesterday was $time{yyyy/mm/dd, time-24*60*60}n"; print "The time is... Platforms: *nix

License: Freeware Size: 38.91 KB Download (94): Time::Format Download

Added: July 03, 2010 | Visits: 1.144

DateTime::Format::Epoch::TJD DateTime::Format::Epoch::TJD is a Perl module that can convert DateTimes to/from Truncated Julian Days. SYNOPSIS use DateTime::Format::Epoch::TJD; my $dt = DateTime::Format::Epoch::TJD->parse_datetime( 13244.5 ); # 2004-08-27T00:00:00 DateTime::Format::Epoch::TJD->format_datetime($dt);... Platforms: *nix

License: Freeware Size: 17.41 KB Download (109): DateTime::Format::Epoch::TJD Download

Added: July 18, 2010 | Visits: 1.152

DateTime::Format::Epoch DateTime::Format::Epoch is a Perl module that can convert DateTimes to/from epoch seconds. SYNOPSIS use DateTime::Format::Epoch; my $dt = DateTime->new( year => 1970, month => 1, day => 1 ); my $formatter = DateTime::Format::Epoch->new( epoch => $dt, unit => seconds, type => int, # or... Platforms: *nix

License: Freeware Size: 17.41 KB Download (96): DateTime::Format::Epoch Download

Added: June 20, 2010 | Visits: 1.545

DateTime::Format::Epoch::DotNet DateTime::Format::Epoch::DotNet is a Perl module that can convert DateTimes to/from .NET epoch seconds. SYNOPSIS use DateTime::Format::Epoch::DotNet; my $dt = DateTime::Format::Epoch::DotNet->parse_datetime( 1051488000 ); DateTime::Format::Epoch::DotNet->format_datetime($dt); #... Platforms: *nix

License: Freeware Size: 17.41 KB Download (100): DateTime::Format::Epoch::DotNet Download

Added: November 14, 2010 | Visits: 1.194

DateTime::Format::Epoch::Unix DateTime::Format::Epoch::Unix is a Perl module that can convert DateTimes to/from Unix epoch seconds. SYNOPSIS use DateTime::Format::Epoch::Unix; my $dt = DateTime::Format::Epoch::Unix->parse_datetime( 1051488000 ); # 2003-04-28T00:00:00... Platforms: *nix

License: Freeware Size: 17.41 KB Download (93): DateTime::Format::Epoch::Unix Download

Added: September 08, 2010 | Visits: 1.252

DateTime::Format::Epoch::MacOS DateTime::Format::Epoch::MacOS is a Perl module that can convert DateTimes to/from Mac OS epoch seconds. SYNOPSIS use DateTime::Format::Epoch::MacOS; my $dt = DateTime::Format::Epoch::MacOS->parse_datetime( 1051488000 ); DateTime::Format::Epoch::MacOS->format_datetime($dt); # 1051488000... Platforms: *nix

License: Freeware Size: 17.41 KB Download (100): DateTime::Format::Epoch::MacOS Download

Added: January 05, 2010 | Visits: 1.100

DateTime::Format::Roman DateTime::Format::Roman is a Perl module with roman day numbering for DateTime objects. SYNOPSIS use DateTime::Format::Roman; my $formatter = DateTime::Format::Roman->new( pattern => %d %f %b %y ); my $dt = DateTime->new( year => 2003, month => 5, day => 28 );... Platforms: *nix

License: Freeware Size: 11.26 KB Download (98): DateTime::Format::Roman Download

Added: September 06, 2010 | Visits: 1.057

DateTime::Format::Epoch::RJD DateTime::Format::Epoch::RJD is a Perl module that can convert DateTimes to/from Reduced Julian Days. SYNOPSIS use DateTime::Format::Epoch::RJD; my $dt = DateTime::Format::Epoch::RJD->parse_datetime( 53244.5 ); # 2004-08-27T00:00:00 DateTime::Format::Epoch::RJD->format_datetime($dt); #... Platforms: *nix

License: Freeware Size: 17.41 KB Download (103): DateTime::Format::Epoch::RJD Download

1 2 3 4 5 >