Changes between Version 20 and Version 21 of ClientsPlugin


Ignore:
Timestamp:
Mar 4, 2015, 11:22:29 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Added syntax highlighting. Fixed link.

Legend:

Unmodified
Added
Removed
Modified
  • ClientsPlugin

    v20 v21  
    1818=== Screen Shots
    1919
    20   * [attachment:clients.jpg Clients Admin]
    21   * [attachment:client_detail.jpg Client Detail]
    22   * [attachment:events.jpg Events Admin]
    23   * [attachment:event_detail.jpg Event Detail]
    24   * [attachment:ticket_fields.jpg Ticket Fields]
     20 * [attachment:clients.jpg Clients Admin]
     21 * [attachment:client_detail.jpg Client Detail]
     22 * [attachment:events.jpg Events Admin]
     23 * [attachment:event_detail.jpg Event Detail]
     24 * [attachment:ticket_fields.jpg Ticket Fields]
    2525
    2626=== Events
     
    4949=== Triggering Events
    5050
    51 So how do you trigger an event? This can currently be achieved via a simple script that can be run via a crontab entry or scheduled task. This script is [source:clientsplugin/0.11/cron/run-client-event].
     51So how do you trigger an event? This can currently be achieved via a simple script that can be run via a crontab entry or scheduled task. This script is [source:clientsplugin/trunk/cron/run-client-event].
    5252
    5353=== Custom Fields
     
    7575On Fedora perform the following commands to install the LXML Library:
    7676
    77 {{{
     77{{{#!sh
    7878yum install libxml2 libxml2-devel libxslt libxslt-devel
    7979}}}
    8080or:
    8181
    82 {{{
     82{{{#!sh
    8383easy_install lxml
    8484}}}