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

SF.net SVN: ledger-smb:[5621] branches/1.3



Revision: 5621
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5621&view=rev
Author:   einhverfr
Date:     2013-01-24 06:07:11 +0000 (Thu, 24 Jan 2013)
Log Message:
-----------
Documenting outstanding summary report behavior and how this changes for 1.4

Modified Paths:
--------------
    branches/1.3/Changelog
    branches/1.3/doc/release_notes

Property Changed:
----------------
    branches/1.3/
    branches/1.3/Changelog


Property changes on: branches/1.3
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk:3711-3712,5424,5446-5448,5451,5457,5459,5461,5466,5473,5475,5482-5483,5485,5487,5489,5495-5496,5515,5519,5524,5526,5528-5529,5533,5544-5546,5548-5549,5554-5555,5563,5565,5569,5576,5579,5589-5590,5597,5602-5603,5608,5610,5615,5617
   + /trunk:3711-3712,5424,5446-5448,5451,5457,5459,5461,5466,5473,5475,5482-5483,5485,5487,5489,5495-5496,5515,5519,5524,5526,5528-5529,5533,5544-5546,5548-5549,5554-5555,5563,5565,5569,5576,5579,5589-5590,5597,5602-5603,5608,5610,5615,5617,5620

Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog	2013-01-24 05:52:16 UTC (rev 5620)
+++ branches/1.3/Changelog	2013-01-24 06:07:11 UTC (rev 5621)
@@ -2,6 +2,9 @@
 Initial Release:  Monday, Oct 12 2011
 Supported Presently
 
+Changelog for 1.3.30
+* Documented behavior of Outstanding Summary report (Chris T, 3601314)
+
 Changelog for 1.3.29
 * Added db routines for role backup and restore for shared hosting
 environments (Chris T, 3598924, filed by Erik H)


Property changes on: branches/1.3/Changelog
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk/Changelog:3711-3712,5424,5446-5448,5451,5457,5459,5461,5466,5473,5475,5482-5483,5485,5487,5489,5495-5496,5513,5515,5519,5524,5529,5548,5563,5565,5578-5579,5581,5583,5587,5590,5593,5595,5597,5608,5610,5612,5615,5617
   + /trunk/Changelog:3711-3712,5424,5446-5448,5451,5457,5459,5461,5466,5473,5475,5482-5483,5485,5487,5489,5495-5496,5513,5515,5519,5524,5529,5548,5563,5565,5578-5579,5581,5583,5587,5590,5593,5595,5597,5608,5610,5612,5615,5617,5620

Modified: branches/1.3/doc/release_notes
===================================================================
--- branches/1.3/doc/release_notes	2013-01-24 05:52:16 UTC (rev 5620)
+++ branches/1.3/doc/release_notes	2013-01-24 06:07:11 UTC (rev 5621)
@@ -201,6 +201,12 @@
 
 ALTER TABLE invoice SET unit TYPE varchar([length]);
 
+3.4: Odd Semantics of Outstanding Summary
+
+In LedgerSMB 1.3, the outstanding report shows the total number of invoices 
+received and paid in a given time period.  In 1.4 this will be changing so that only invoices that are outstanding are counted.  The change however is quite 
+complex and poses testability issues in 1.3 so we decided to leave the behavior ias it is for now.
+
 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.