Ignore:
Timestamp:
Oct 25, 2015, 9:51:51 PM (9 years ago)
Author:
chronos
Message:
  • Modified: Now IS Dashboard is not dependent on other modules. They need to register their view to IS dashboard.
  • Fixed: Wrong sign of created finance operations from bank import.
  • Added: Storno invoices now have special groups in FinanceInvoiceGroup table.

Both Storno and previous storned documents should be linked together using new table FinanceInvoiceStorno.
Also they should be marked as not visible to user.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/Version.php

    r754 r755  
    11<?php
    22
    3 $Revision = 752; // Subversion revision
    4 $DatabaseRevision = 752; // SQL structure revision
    5 $ReleaseTime = strtotime('2015-10-21');
     3$Revision = 755; // Subversion revision
     4$DatabaseRevision = 755; // SQL structure revision
     5$ReleaseTime = strtotime('2015-10-25');
Note: See TracChangeset for help on using the changeset viewer.