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

SF.net SVN: ledger-smb:[4232] branches/1.3/sql/Pg-database.sql



Revision: 4232
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4232&view=rev
Author:   tshvr
Date:     2011-12-19 09:42:31 +0000 (Mon, 19 Dec 2011)
Log Message:
-----------
keep  good description by Erik Huelsmann as comment

Modified Paths:
--------------
    branches/1.3/sql/Pg-database.sql

Modified: branches/1.3/sql/Pg-database.sql
===================================================================
--- branches/1.3/sql/Pg-database.sql	2011-12-18 23:41:21 UTC (rev 4231)
+++ branches/1.3/sql/Pg-database.sql	2011-12-19 09:42:31 UTC (rev 4232)
@@ -1571,6 +1571,11 @@
   sell numeric,
   PRIMARY KEY (curr, transdate)
 );
+COMMENT ON TABLE exchangerate IS
+$$ When you receive money in a foreign currency, it is worth to you in your local currency
+whatever you can get for it when you sell the acquired currency (sell rate).
+When you have to pay someone in a foreign currency, the equivalent amount is the amount
+you have to spend to acquire the foreign currency (buy rate).$$;
 --
 CREATE TABLE project (
   id serial PRIMARY KEY,

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.