phpgroupware-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-tracker] [Bug #780] Billing calculation everything one 1 f


From: nobody
Subject: [Phpgroupware-tracker] [Bug #780] Billing calculation everything one 1 fee
Date: Sun, 30 Jun 2002 10:01:11 -0400

=================== BUG #780: FULL BUG SNAPSHOT ===================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=780&group_id=509

Submitted by: None                      Project: phpGroupWare                   
Submitted on: 2002-Jun-30 10:01
Category:  projects                     Bug Group:  0.9.14 RC3                  
Severity:  5 - Major                    Priority:  High                         
Resolution:  None                       Assigned to:  None                      
Status:  Open                           Platform Version:  Other                
Reproducibility:  Every Time            

Summary:  Billing calculation everything one 1 fee

Original Submission:  class.uibilling.inc.php
line 677 and 678 should be:

// $summe = ($sumhours/60)*$inv['billperae'];
$summe += $onehour;

---------------------------------

line 906 (after previous alteration) should be

// $sum_netto = ($sumhours/60)*$inv['billperae'];

---------------------------------



the last one already said: $sum_netto += $onehour;
and is undo'ed by: $sum_netto = ($sumhours/60)*$inv['billperae'];

that gives everything according to the first hourly fee.




No Followups Have Been Posted




No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=780&group_id=509



reply via email to

[Prev in Thread] Current Thread [Next in Thread]