Raw Print#264
Closed
IamSaiyyamChhetri wants to merge 11 commits into
Closed
Conversation
added 4 commits
May 21, 2024 11:25
1. Validtion for Element Overlapping 2. Preview in 'Print Preview' Page 3. Trying to show custom value in select
1. overwrite method. used get_single_value() instead of get_doc()
1. Remove 'Enable Raw Printing' select field 2. Change fieldtype from 'data' to 'select'
1. Disable Raw CMD for child element 2. Custom Field for Raw_CMD
Author
|
Updates:
|
added 5 commits
May 22, 2024 13:45
1. Correct condition validation, use flags instead of startsWith()
1. Code Refactor. 2. overwrite whitelisted method
1. Handle escapse character
1. Add options for qz.print() data
Author
|
Created a new PR so closing this PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue :
Trying to more options value for select fieldtype in

print designerscreen is going in loop, no logs in console.Need to fetch
print settingssingle value, when used get_single_value() due to callback facing some issue.Progress :
Validation for overlapping, eg : If in same row if two rectangle is drawn then on save button it will throw error

Need to fetch
print settingssingle value, when used get_single_value() due to callback facing some issue.What Next :