[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[4388] branches/1.3
- Subject: SF.net SVN: ledger-smb:[4388] branches/1.3
- From: ..hidden..
- Date: Tue, 06 Mar 2012 10:45:12 +0000
Revision: 4388
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4388&view=rev
Author: einhverfr
Date: 2012-03-06 10:45:10 +0000 (Tue, 06 Mar 2012)
Log Message:
-----------
Minor tweaks to the timecard retrieval interface for debugging purposes (things that can be printed out later if necessary). Updates to the release notes.
Modified Paths:
--------------
branches/1.3/LedgerSMB/JC.pm
branches/1.3/doc/release_notes
Modified: branches/1.3/LedgerSMB/JC.pm
===================================================================
--- branches/1.3/LedgerSMB/JC.pm 2012-03-06 09:58:06 UTC (rev 4387)
+++ branches/1.3/LedgerSMB/JC.pm 2012-03-06 10:45:10 UTC (rev 4388)
@@ -61,7 +61,8 @@
to_char(j.checkedout, 'HH24:MI:SS')
AS checkedouta,
to_char(j.checkedin, ?) AS transdate,
- e.name AS employee, p.partnumber,
+ e.name AS employee, e.id as employee_id,
+ p.partnumber,
pr.projectnumber,
pr.description AS projectdescription,
pr.production, pr.completed,
Modified: branches/1.3/doc/release_notes
===================================================================
--- branches/1.3/doc/release_notes 2012-03-06 09:58:06 UTC (rev 4387)
+++ branches/1.3/doc/release_notes 2012-03-06 10:45:10 UTC (rev 4388)
@@ -162,10 +162,6 @@
vendors can be added to a part, one cannot add new parts to the customer. This is being
actively worked on and we expect to finish it in the near future.
-3.8: Timecards: lost employee and non-chargeable hours
-
-New bug report. Presumably the mapping to employee and non-chargeable hours bit are being lost on save. Expect to have this fixed in the near future.
-
4: Differences between LedgerSMB and SQL-Ledger(TM)
4.1: Login name restrictions
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.