From 858efef97e4db6ec2077fcce107bff576c4fefda Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawlsIq244d3NLqSlVXQxLUsfbA4gA097Pdk" Date: Fri, 15 Nov 2013 09:29:37 +0100 Subject: [PATCH] positive: using fixed point arithmetic --- ExistingProjects/OpenPetra.mdwn | 1 + 1 file changed, 1 insertion(+) diff --git a/ExistingProjects/OpenPetra.mdwn b/ExistingProjects/OpenPetra.mdwn index b0a2c07..144d421 100644 --- a/ExistingProjects/OpenPetra.mdwn +++ b/ExistingProjects/OpenPetra.mdwn @@ -22,6 +22,7 @@ Links - [Well-commented source code](http://www.ohloh.net/p/openpetraorg) - [Extensibility is core](http://www.openpetra.org/organisation-benefits) - Ledger-specific access control, three access levels. +- using fixed point arithmetic: System.Decimal data type for all money related variables (changed from Double to Decimal in end of 2010: https://github.com/openpetra/openpetra/commit/a1717237825a6c8f0d5e032c843241ed918e2344) ### Negative