Changeset 55 for www/finance
- Timestamp:
- Feb 24, 2008, 9:29:06 PM (17 years ago)
- Location:
- www/finance
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
www/finance/index.php
r50 r55 61 61 $TotalFamily = 600; 62 62 echo('V připojených domácnostech celkem <strong>'.$Row5[0].'</strong> občanů ze všech <strong>'.$TotalFamily.'</strong> ('.round($Row5[0] / $TotalFamily * 100).' %)<br>'); 63 echo('Provizorní bankovní účet kam lze posílát peníze: <strong>86-7755240207/0100</strong><br>'); 63 echo('IČO: <strong>75904535</strong><br>'. 64 'DIČ: <strong>CZ8303255884</strong><br>'. 65 'Bankovní účet: <strong>218098370 / 0300</strong><br>'. 66 '<br>'); 64 67 65 68 echo('</td><td valign="top">'); -
www/finance/prepocet.php
r52 r55 128 128 RecalculateTariffs(); 129 129 //DiscountNetworkDevicePrice(); 130 $InvoiceGenerator->CustomGenerate();130 //$InvoiceGenerator->CustomGenerate(); 131 131 RecalculateUsersFinance(); 132 132
Note:
See TracChangeset
for help on using the changeset viewer.