-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
NEW - PDF pos sign database #24842
Closed
BB2A-Anthony
wants to merge
26
commits into
Dolibarr:develop
from
BB2A-Anthony:NEW---PDF-pos-sign-database
Closed
NEW - PDF pos sign database #24842
Changes from 17 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
8a78134
SQL
80efbd3
Class Propal
1ef16f6
model cyan
4c58867
Define signing position
2ed3f0e
Print sign to pos PDF
265e41d
Merge branch 'develop' into NEW---PDF-Pos-sign
BB2A-Anthony d4583f0
Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into N…
a2d406d
Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into N…
b602b3d
Use var exist and rewite
035ffc8
Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into N…
ffd82ec
del field
d0ea75d
Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into N…
2e3a767
Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into N…
eb77a02
clean
cd3c491
clean
ae06333
Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into N…
c2a0196
Update onlineSign.php
BB2A-Anthony 0a6eae0
Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into N…
56987e3
Update 17.0.0-18.0.0.sql
BB2A-Anthony 6ad69da
Update llx_propal.sql
BB2A-Anthony 3f1f545
Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into N…
6d612f1
No V18 V19
847daf4
clean
df9aa37
Merge branch develop
b7adf13
Merge branch develop
18a1c36
180->19
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you provide an example of value you plan to store in this field ?
My understanding is that field is dedicated to store position and page of the signature. If right the size of varchar 10 seems too small.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eldy
It's value 25:10:15:30
#24044 PR for Increment to propal
if you wish, I am willing to do it for the other signatures online when the one if validated
posX:posY:Height:Width
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So varchar(10) seems to small. May be a varchar(32) is more ready for such feature and future enhancement?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eldy ok for me i changed