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: Fri, 05 Jul 2002 11:33:21 -0400

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

Changes by: Bettina Gille <address@hidden>
Date: 2002-Jul-05 15:33 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
         Assigned to | None                      | ceb


------------------ Additional Follow-up Comments ----------------------------
fixed. thanks



=================== BUG #780: FULL BUG SNAPSHOT ===================


Submitted by: None                      Project: phpGroupWare                   
Submitted on: 2002-Jun-30 14:01
Category:  projects                     Bug Group:  0.9.14 RC3                  
Severity:  5 - Major                    Priority:  High                         
Resolution:  None                       Assigned to:  ceb                       
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.


Follow-up Comments
*******************

-------------------------------------------------------
Date: 2002-Jul-05 15:33             By: ceb
fixed. thanks




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]