Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
HTML
<script type="text/javascript">
<!--
    function tell_toggle_visibility(id) {
       var e = document.getElementById(id);
       if(e.style.display == 'block')
          e.style.display = 'none';
       else
          e.style.display = 'block';
    }
//-->
</script>
<a href="#">
<img style="-webkit-user-select:none; display:block; margin:auto;" src="http://docs.tellnet.it/download/attachments/94047099404604/SMALL+_BANNER.jpg?version=1&modificationDate=1478427166505_White.gif" align="left" onclick="tell_toggle_visibility('tell_video');">
</a>
<br style="clear: both;">
<div style='display:block'></div>
<div id="tell_video" style='display:none'>
<iframe width="960" height="540" src="https://www.youtube.com/embed/e1DWFJpzkYY?rel=0&amp;showinfo=0" frameborder="0" allowfullscreen></iframe>
</div>

Issue Versioning is very useful when you need to have more than one version of flat plan at a time (for used for creating different versions of the same issue).

The information which deal with Information related to an issue version are:

  • Issue Column: it shows the issue number followed by the name of the version (for the active version) or just the name of the version (for all the othersother versions).
  • Active Column: It shows if the version is active (green icon) or not active (grey icon).
  • Version Owner: it shows the username of the user who created the issue version.
  • Version Creation Date: the version creation date.

Issue versioning consists in of making a new version of an issue. To do it, the you have tocreate a new version, it is necessary to follow the steps below:

1) Enter Open the Issue you want to create a version for;

2) Select the tab "Issues" menu (or press ⇧⌘V.);

3) Select the tab Click on "Create new version";

4) Choose Enter the version name;

5) Choose if you want to set this the new created version shall be set as the "Active Version";

6) Save the changes.

Otherwise, you can decide to use the following shortcut: ⇧⌘V. 

The new version will be created with the same features as the previous one and, if set as active version, can be synchronized with the production system.

Active Versions are identified by a green circleicon, whereas no not active versions are identified by a grey icon:

...

 

Active and not active versions are also identified by the same green and grey icons within the issues management panel as shown in the image below:

Image Added

 

The basic functionalities on issues (opening, modification, cancellation, etc.) remain unchanged, with the following exceptions:

  • it is not possible to delete an active issue one or more inactive versions are dependant from. Not active versions shall be deleted first.
  • the name of a version can be edited while crating/modifying an issue.
  • If the ERP code or the production code information is changed to an active version, the changes are applied to all the inactive versions, as well.
  • It's not possible to change the ERP code nor the production code of inactive versions.

 

Activeting an issue version

An issue version can be activated by selecting the menu Issue -> Active Version and confirming the request of the system to proceed.

Image Added     Image Added

Available Operations Matrix:
OperationActive VersionNot Active Version
Sync from the Prod systemxx
Sync to the Prod systemx 
Update bookings from ERPxx
Return Data to ERPx 
Upload advertising PDF filesx 
Tip

To enable the issue versioning should define , the parameter corresponding ISSUE_Versioningto understand configuration parameter shall be enabled from within the Administration panel.

For further information about how to enable the issue versioning consults the Config. GENERAL page.

 UC-040

...