Please upgrade to the latest version 2.6.7. Mainly the Times and Stock Markets section have been improved. Enjoy it

The main new feature is the full supportance of a portfolio manager, that allows you to track stocks, funds or indices.

Live Demo here : http://demo.schefa.com/administrator/index.php?option=com_secretary&view=markets

This update comes with the strong feature of AngularJS Chat that allows you to communicate with your users without reloading the page. Before using it check the configuration of Secretary under the tab "areas"

Dieses Update enthält eine wichtige Überarbeitung von 2 Template-{tags}, in welchen hartkodierte Zeilen entfernt wurden. Dies ermöglicht Ihnen eine höhere Flexibilität beim Design Ihrer Vorlagen. Obwohl ich immer darum bemüht bin, dass ein Update möglichst vollautomatisch funktioniert, ist in diesem Fall ein manuelles Eingreifen Ihrerseits nicht zu verhindern. Es ist das allererste und auch hoffentlich letzte Mal.

Sie müssen die Syntax in ihren Vorlagen wie folgt anpassen

von

 

auf

 

{taxtotal text=[% Mwst.]} {taxtotal_start}

   <tr>
      <td>{taxtotal_percent}% Mwst</td>
      <td class="text-right">{taxtotal_value}</td>
   </tr>

{taxtotal_end}

and

{item_start}
      {item_quantity}
      {item_entity}
      {item_title}
      {item_price}
      {item_total}
{item_end}
{item_start}
    <tr>
      <td class="item-quantity">{item_quantity}</td>
      <td class="item-entity">{item_entity}</td>
      <td class="item-title">{item_title}<br />{item_desc}</td>
      <td class="item-price">{item_price}</td>
      <td class="item-total">{item_total}</td>
   </tr>
{item_end}

 

Dasselbe gilt für {item_doc_start}

 

Main changes from 2.2. to 2.3:

  • Frontend
    • less code
    • new views
  • Google Maps
    • dynamic zoom level
    • option to enter API Key in Configuration
  • Miscellaneous
    • batch processing for template (Documents, Products, Subjects)
    • Messages Frontend Bugfixes
    • Documents search (extended + better performance)
    • Uploads was renamed to Files (extended functionality: auto-generated files)

Recent Blog Entries