e-signature and basic workflow engine plugins
e-signature and basic workflow engine plugins
Dear Ahmed,
It will be super if the 2 following plugins could be developed for AppGini Professional.
1: E- Signature plugin
2: Basic workflow plugin with different stages/steps/process flow plugin
Thank you.
Kind regards,
Mara
It will be super if the 2 following plugins could be developed for AppGini Professional.
1: E- Signature plugin
2: Basic workflow plugin with different stages/steps/process flow plugin
Thank you.
Kind regards,
Mara
Re: e-signature and basic workflow engine plugins
Yes, the e-signature plugin will be beneficial for many.
Re: e-signature and basic workflow engine plugins
Thanks for the suggestions 
A workflow designer plugin is indeed on our roadmap. As for an e-signature plugin, that sounds interesting. Could you elaborate on what kind of funcationality you'd like to see in this plugin?

A workflow designer plugin is indeed on our roadmap. As for an e-signature plugin, that sounds interesting. Could you elaborate on what kind of funcationality you'd like to see in this plugin?

- Messages plugin: Make it easy for your app users to communicate securely without leaving the app or having to exchange emails/contact info.
- Calendar plugin: Organize your data into beautiful calendars.
- Mass Update plugin: Update multiple records at once and improve your workflow efficiency.
- Summary Reports plugin: Build powerful reports and charts for your AppGini apps.
- Search Page Maker: Compose user-friendly yet powerful search pages for your AppGini apps.

Re: e-signature and basic workflow engine plugins
I am super excited to hear about the basic workflow engine! That is huge !! From the e-signature standpoint, I could think of the bellow functionality:
- Export signature so it shows it on a printable PDF or any other export document (invoicing and sales, HR-related forms, approval forms, etc)
- Quickly and easily integrate signature capabilities into certain tables without the end-user having to go to a separate system or print, sign, scan, upload.
- Ensuring some tables or applications have a signature on file for specific reasoning
- Export signature so it shows it on a printable PDF or any other export document (invoicing and sales, HR-related forms, approval forms, etc)
- Quickly and easily integrate signature capabilities into certain tables without the end-user having to go to a separate system or print, sign, scan, upload.
- Ensuring some tables or applications have a signature on file for specific reasoning
Re: e-signature and basic workflow engine plugins
Hi @a.gneady
Is there any new developments regarding this topic as im extremely interested in the signatures plugin in order to do exactly that what gpopovich have said.
Is there any new developments regarding this topic as im extremely interested in the signatures plugin in order to do exactly that what gpopovich have said.
Re: e-signature and basic workflow engine plugins
And also the Basic workflow plugin with different stages/steps/process flow plugin would really be a great add on aswell, I myself will most defiantly purchase it
Re: e-signature and basic workflow engine plugins
For those who are interested in a signature plugin, please check out this new (commercial*) library here:
https://www.appgini.de/docs/Signature-J ... index.html
* I am the developer
Kind regards,
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
[code]...[/code]
blocks for better readabilityRe: e-signature and basic workflow engine plugins
Okay great thanks Jsetzer
Re: e-signature and basic workflow engine plugins
Thank you verry much. This is a really usefull plugin.
I have a question.
How can we print a file with some text with the signature saved?
Like the Invoice appgini example, i created an php with the text needed and with header and footer appgini. But how can i insert the signature (to show the image not the exact db insert)?
Thank you
I have a question.
How can we print a file with some text with the signature saved?
Like the Invoice appgini example, i created an php with the text needed and with header and footer appgini. But how can i insert the signature (to show the image not the exact db insert)?
Thank you
Re: e-signature and basic workflow engine plugins
Signature Pad extension used in combination with standard AppGini generated code should render the signature in Detail View, in Print Preview mode and in printout out of the box and as expected:
You can customize DVP template files and also in Javascript hooks.
System Boundries
The library works within AppGini environments. The library does not contain any special and individual programming for printing signatures using external 3rd party products (commercial or free) and there hasn't been any request by now.
Technical Limitations
I am going to check if I can provide a clientside image-export.
But because this is a (clientside) Javascript library (running in your browser), you cannot expect any serverside integration with 3rd party reporting tools out of the box.
PS: Taking the screenshot I have seen that the two buttons have to be hidden in print. Gonna prepare an update the next days, hiding clear- and undo-button in print.
You can customize DVP template files and also in Javascript hooks.
System Boundries
The library works within AppGini environments. The library does not contain any special and individual programming for printing signatures using external 3rd party products (commercial or free) and there hasn't been any request by now.
Technical Limitations
I am going to check if I can provide a clientside image-export.
But because this is a (clientside) Javascript library (running in your browser), you cannot expect any serverside integration with 3rd party reporting tools out of the box.
PS: Taking the screenshot I have seen that the two buttons have to be hidden in print. Gonna prepare an update the next days, hiding clear- and undo-button in print.
Kind regards,
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
[code]...[/code]
blocks for better readabilityRe: e-signature and basic workflow engine plugins
Customize existing Detail View Print Template
Edit
Create more Detail View Print Preview Templates
Copy existing template, modify, save.
Then change
Edit
templates/TABLENAME_templateDVP.html
Create more Detail View Print Preview Templates
Copy existing template, modify, save.
Then change
$options->TemplateDVP
in hooks/TABLENAME.php
, TABLENAME_init()
functionKind regards,
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
[code]...[/code]
blocks for better readabilityRe: e-signature and basic workflow engine plugins
Thank you verry much!
I have 2 more questions please.
How do i edit the Color used to draw and the thickness of the lines?
And there is a posibility to export it on a PNG file? (only the signature).
Thank you verry much!
I have 2 more questions please.
How do i edit the Color used to draw and the thickness of the lines?
And there is a posibility to export it on a PNG file? (only the signature).
Thank you verry much!
Re: e-signature and basic workflow engine plugins
Please read the answer above, paragraph "Technical Limitations":
"I am going to check if I can provide a clientside image-export."
If I can provide clientside image export it will probably be PNG.
Kind regards,
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
[code]...[/code]
blocks for better readabilityRe: e-signature and basic workflow engine plugins
I am going to check this tomorrow.
Kind regards,
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
[code]...[/code]
blocks for better readabilityRe: e-signature and basic workflow engine plugins
How do i edit the Color used to draw
Code: Select all
const options = {
width: 480,
height: 320,
penColor: 'red'
};
var pad = new AppGiniHelperDVSignature.Pad("FIELDNAME", options);
Changing the
penColor
will not change any existing drawings but only new strokes as you can see it in the screenshot.- Attachments
-
- chrome_yAaXiX4EF0.png (18.23 KiB) Viewed 834 times
Kind regards,
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
[code]...[/code]
blocks for better readabilityRe: e-signature and basic workflow engine plugins
Next version will have an option for changing the strokeWidth.How do i edit the ... thickness of the lines?
Kind regards,
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
[code]...[/code]
blocks for better readabilityRe: e-signature and basic workflow engine plugins
Next version preview:
See options
See options
penMinWidth
and penMaxWidth
Code: Select all
var options = {
width: 480,
height: 320,
onReady: function(pad) {
},
penColor: 'purple',
penMinWidth: 0.1,
penMaxWidth: 5
};
var pad = new AppGiniHelperDVSignature.Pad("item_received_signature", options);
Kind regards,
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
[code]...[/code]
blocks for better readabilityRe: e-signature and basic workflow engine plugins
Hello.
This is needed so thank you!
When you project the release of the new version?
Thank you again
This is needed so thank you!
When you project the release of the new version?
Thank you again