Re: [Ledger-smb-devel] print media css

2017-05-08 Thread Michael Richardson
David G wrote: > I suggested you use that to come up with something that works right for > your needs due to the "realtime" nature of it. > Editing our in tree CSS is nowhere near as trivial, as it requires > restarts, cache flushes, and browser caching overrides. > In General

Re: [Ledger-smb-devel] print media css

2017-05-07 Thread David G
Hi Michael, On 05/05/17 23:30, Michael Richardson wrote: > David G wrote: > > I'll agree, I hadn't considered partial forms etc. > > Would you mind (using the stylish browser plugin) creating a userstyle > > that works the way you would like? > > googling... > got it. > > > If yo

Re: [Ledger-smb-devel] print media css

2017-05-05 Thread Michael Richardson
David G wrote: > I'll agree, I hadn't considered partial forms etc. > Would you mind (using the stylish browser plugin) creating a userstyle > that works the way you would like? googling... got it. > If you can do that it would be appreciated, if not, we will get to it, > but

Re: [Ledger-smb-devel] print media css

2017-05-04 Thread David G
Hi Michael, On 05/05/17 01:17, Michael Richardson wrote: David G wrote: > I had a brief chat with Erik about this in #ledgersmb > The best "all round" solution here is probably to extend our existing > printing template system. I am not g

Re: [Ledger-smb-devel] print media css

2017-05-04 Thread Michael Richardson
David G wrote: > I had a brief chat with Erik about this in #ledgersmb > The best "all round" solution here is probably to extend our existing > printing template system. I am not going to say "don't do this", because it does make sense. > Basically it would allow a per-report te

Re: [Ledger-smb-devel] print media css

2017-05-03 Thread David G
Hi Michael, I had a brief chat with Erik about this in #ledgersmb The best "all round" solution here is probably to extend our existing printing template system. Basically it would allow a per-report template to be added and enable the print button on all report

[Ledger-smb-devel] print media css

2017-05-02 Thread Michael Richardson
With 1.5 no longer having frames, it means that one can no longer Right-Click, "Print Frame" to get output of just the report being seen. With C-P, one gets the menu on the side, which occupies 40% of the column, which is annoying. The solution is to have a print-media CSS that marks that div as

Re: [Ledger-smb-devel] print media css

2017-05-02 Thread Michael Richardson
Michael Richardson wrote: > With 1.5 no longer having frames, it means that one can no longer > Right-Click, "Print Frame" to get output of just the report > being seen. > With C-P, one gets the menu on the side, which occupies 40% of > the column, which is annoying. I reali