Skip to content
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.
/ Tustena-UserScript Public archive

A script that populates an intervention report on Tustena CRM.

License

Notifications You must be signed in to change notification settings

Giglium/Tustena-UserScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tustena UserScript

**I don't access anymore to a Tustena system, so I'm not able to mantain anymore this userscript! **

A script that populates an intervention report on Tustena CRM. You can create how many templates you want and every time you can fill the form without any effort.

Usage

  1. Install a script manager:

  2. Directly install it from Github by clicking here;

  3. Edit the script with your script manager and edit the following:

    • line 13: // @include <tustena-url>;

    • line 16: After the (()=>{ create some line-break and create the variable window.clients like the following:

        window.clients = [
                     {
                      alias: 'Name to display on select',
                      title: 'The title of the intervention report',
                      company: 'The company where the intervention report belog',
                      brand: 'The brand of the intervention report',
                      activity: 'The type of the activity of the intervention report',
                      description: 'A template for the activity description of the intervention report',
                  }
            ]
  4. Go to <tustena-url>;

  5. Find the big red button in the bottom right corner;

  6. Click on it!

About

A script that populates an intervention report on Tustena CRM.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published