Changeset 144 for www/finance/manage.php


Ignore:
Timestamp:
Feb 14, 2009, 6:52:05 PM (15 years ago)
Author:
george
Message:
  • Přidáno: Funkce pro generování příjmových pokladních dokladů.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • www/finance/manage.php

    r133 r144  
    44include('bills.php');
    55
     6/*
    67if(array_key_exists('Operation', $_GET)) $Operation = $_GET['Operation']; else $Operation = '';
    78switch($Operation)
     
    2122}
    2223echo(FormatOutput($Output));
     24*/
    2325
    2426function CheckAdvancesAndLiabilities($Subject)
Note: See TracChangeset for help on using the changeset viewer.