× Discuss on Template programming, jBASE programming, Enquiries, No-File enquiry, Enquiry routines, Version, Version routines, Menus, Abbriviations, Creating local reference fields, Fast path enquiries, Creating charts and graphs, Generating Reports, Deal slips, Straight through processing, Multi Company and Multi Book setup, Tabbed screens, Composite Screens, T24 API, etc...

IM Module- How to save and consult signatures images in external web server

  • MELARGA
  • Topic Author
  • Offline
  • New Member
  • New Member
More
6 years 9 months ago #21934 by MELARGA
Hi All,

We want to make all our signature JPG images in an external web serveur and make T24 to upload and view these images when needed.

Can someone telle me how to proceed?

Thanks in advance !!!

Please Log in or Create an account to join the conversation.

  • silvergem
  • silvergem's Avatar
  • Offline
  • Elite Member
  • Elite Member
  • TAFC|R12/R13, TAFJ|R20
More
6 years 9 months ago - 6 years 9 months ago #21935 by silvergem
SCENARIO#1 Viewing signature from another application/server
1. You need to create a javascript function that retrieve details from version level (E.g viewsig)
2. Create a button at BROWSER.TOOLS and place the function at ITEMS Field
3. Attached the new button created at VERSION level at HYPERLINK field

On this method, User will click the button and a new popup/new tab will show the content of signature
This requires custom.js and war file on T24 side. Ive attached the files. you can use them as reference

Attachment Scenario1_2018-10-02.zip not found



SCENARIO#2 Viewing signature from t24
1. We use the IM.DOCUMENT.IMAGE Module to upload the picture tagged by customer or account no
2. We view this using an Enquiry, that is attached at composite screen along with version screen. When user input the account no, the signature itself will automatically appear on enquiry.

On this method, Signature is automatically populated based on input.
Our image was stored as multipage .tiff file like PDF, along with that we use a chrome extension ( TiffViewer ) that convert .tiff to resizeable .png on the fly. Image was stored inside waf file. We plan map this folder to another location or server as well

Cash Withdrawal with auto populated signature

SCENARIO#3 Viewing signature from another application/server using REST
You can also use this method. T24 can pass the value using this HTTP like url similar to Scenario#1
Attachments:
Last edit: 6 years 9 months ago by silvergem. Reason: Fix video link

Please Log in or Create an account to join the conversation.

Time to create page: 0.031 seconds