-
-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add possibility to show scissors and more display options #264
Conversation
…nto tafel-master
6a429d3
to
d831d42
Compare
0b00016
to
f5aca5a
Compare
@tafel @kohlerdominik |
Everything is fine, I think. Maybe making $dislpayOptions property private in AbstractOutput class, so we force the usage of the method getDisplayOptions() . This way, it's impossible to miss the call to consolidate() before using the options (I admit this is a very minor problem ^^ ) |
Good catch, thanks! |
Sorry, couldn't have a look at it before now. But based on my quick look through it, it's perfect anyway.. Well done! |
Based on #258 by @tafel
Closes #180
Closes #212
This pull request adds
Output\DisplayOptions
, which allows controlling how the separation information on the qr bill is handled:The default variation is also still available – example.
See example code on how to use it.
As a consequence,
AbstractOutput::setPrintable()
is now deprecated and will be removed in the next major release.