Ignore:
Timestamp:
Jan 2, 2015, 11:16:56 PM (10 years ago)
Author:
chronos
Message:
  • Added: Support for Hidden items in form types values.
  • Added: Support for Filtered items in form types values.
  • Modified: FinanceOperation Value splitted to (Direction * Value). Direction can be +1 or -1 depends on if money goes out or in company.
  • Added: Menu "Incomes and spends" is now splitted to incomes/spends of bank account or treasury. Direction and document line is filled automatically.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/Version.php

    r718 r719  
    11<?php
    22
    3 $Revision = 718; // Subversion revision
    4 $DatabaseRevision = 718; // SQL structure revision
    5 $ReleaseTime = strtotime('2015-01-01');
     3$Revision = 719; // Subversion revision
     4$DatabaseRevision = 719; // SQL structure revision
     5$ReleaseTime = strtotime('2015-01-02');
Note: See TracChangeset for help on using the changeset viewer.