Giter Club home page Giter Club logo

Comments (1)

bediniupi avatar bediniupi commented on June 12, 2024

It's a firefox bug: when an element contains a "display: flex" css rule the printing doesn't break pages correctly: this rule is applied in the receipt's div element "#slip_flex", because in this way I can use the "order" css property to reorder the receipt sections.

As workaround you can add this line to signature css (the last one) in the Alma Slip Print addon configuration:
"} #slip_flex { display: block; }"
So if the css signature is a line like:
"Signature: order: 5; padding-top:50px;"
this becomes:
"Signature: order: 5; padding-top:50px;} #slip_flex { display: block; }"
Obviously in this way you cannot reorder the elements by css anymore.

I suggest you to use the new bookmarklet version: https://github.com/bediniupi/Alma-Print-slip-bookmarklet
This way is simplier and you can reorder elements without flex rules, so even long loans receipt will be printed in firefox correctly.

from alma-print-slip.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.