Hmm... it's been a while. I figured out how to make it default to PDF and not offer HTML, I don't see why you can't use the same method to get default HTML.
Without fully re-educating myself on how I figure it all out, the basic idea is that in the bin directory are files that are responsible for constructing the html displayed on the page. in these files, search for spots where html and csv are together, and you either need to adjust the order they appear in the code if you want to keep both options, or remove the option you don't want. I think I adjusted the io.pl file, but I might have adjusted more than just one file. here is my diff of the io.pl file, maybe it will point you in the right direction: diff /usr/src/ledgersmb/bin/io.pl /var/www/ledger.computerisms.ca/bin/io.pl 1414,1415c1414,1415 < options => [{text => 'HTML', value => 'html'}, < {text => 'CSV', value => 'csv'} ], --- > # options => [{text => 'HTML', value => 'html'}, > # {text => 'CSV', value => 'csv'} ], 1418,1421c1418,1421 < push @{$options{format}{options}}, { < text => $locale->text('Postscript'), < value => 'postscript', < }; --- > # push @{$options{format}{options}}, { > # text => $locale->text('Postscript'), > # value => 'postscript', > # }; -- Computerisms Bob Miller 867-334-7117 / 867-633-3760 http://computerisms.ca On Fri, 2013-08-16 at 21:49 +0200, Mikkel Høgh wrote: > On 16.08.2013, at 20:55, Pongrácz István <pongracz.ist...@gmail.com> wrote: > > > > > > > ----------------eredeti üzenet----------------- > > Feladó: "Mikkel Høgh" mik...@hoegh.org > > Címzett: "LedgerSMB user mailinglist" > > ledger-smb-users@lists.sourceforge.net > > Dátum: Fri, 16 Aug 2013 20:05:17 +0200 > > ------------------------------------------------- > > > > > >> Hi LedgerSMB, > >> > >> I'm wondering, it it somehow possible to set the default printer to be > >> HTML? I had > >> to give up on the LaTeX setup, and printing the HTML from the browser > >> itsn't that > >> much extra work. > >> > > > > Good question :) > > > > Did you give up the figth with editing latex templates? > > > > Cheers, > > István > > No, I couldn't get the LaTeX integration working at all. You need the right > Perl library talking to the right version of the right LaTeX libraries, and > that's apparently not that easy, at least on OS X. > ------------------------------------------------------------------------------ > Get 100% visibility into Java/.NET code with AppDynamics Lite! > It's a free troubleshooting tool designed for production. > Get down to code-level detail for bottlenecks, with <2% overhead. > Download for free and get started troubleshooting in minutes. > http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk > _______________________________________________ > Ledger-smb-users mailing list > Ledger-smb-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/ledger-smb-users ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk _______________________________________________ Ledger-smb-users mailing list Ledger-smb-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ledger-smb-users