• Do not register here on develop.twiki.org, login with your twiki.org account.
• Use View topic Item7848 for generic doc work for TWiki-6.1.1. Use View topic Item7851 for doc work on extensions that are not part of a release. More... Close
• Anything you create or change in standard webs (Main, TWiki, Sandbox etc) will be automatically reverted on every SVN update.
Does this site look broken?. Use the LitterTray web for test cases.

Item7445: FORMAT(CURRENY, ...) with support for currency symbol

Item Form Data

AppliesTo: Component: Priority: CurrentState: WaitingFor: TargetRelease ReleasedIn
Extension SpreadSheetPlugin Enhancement Closed   patch 6.0.1

Edit Form Data

Summary:
Reported By:
Codebase:
Applies To:
Component:
Priority:
Current State:
Waiting For:
Target Release:
Released In:
 

Detail

I do consulting for a company operating internationally. This enhancement allows users to specify the currency symbol with a preferences setting:

  • Currency symbol. Specify US$ or $ for Dollar, € for Euro, ¥ for Yen:
    • Set CURRENCYSYMBOL = €

Test existing DOLLAR (no change) :

  • $FORMAT(DOLLAR, 2, 12345) : $12,345.00
  • $FORMAT(DOLLAR, 2, 12345.6789) : $12,345.68
  • $FORMAT(DOLLAR, 2, -12345.6789) : ($12,345.68)

Test new CURRENCY:

  • $FORMAT(CURRENCY, 2, 12345) : €12,345.00
  • $FORMAT(CURRENCY, 2, 12345.6789) : €12,345.68
  • $FORMAT(CURRENCY, 2, -12345.6789) : (€12,345.68)

-- TWiki:Main/PeterThoeny - 2014-03-05

This is now in SVN trunk and 6.0 release.

-- TWiki:Main.PeterThoeny - 2014-03-06

ItemTemplate
Summary FORMAT(CURRENY, ...) with support for currency symbol
ReportedBy TWiki:Main.PeterThoeny
Codebase ~twiki4, 6.0.0
SVN Range TWiki-6.0.1-trunk, Sat, 01 Mar 2014, build 27044
AppliesTo Extension
Component SpreadSheetPlugin
Priority Enhancement
CurrentState Closed
WaitingFor

Checkins TWikirev:27055 TWikirev:27056 TWikirev:27057 TWikirev:27058
TargetRelease patch
ReleasedIn 6.0.1
Edit | Attach | Watch | Print version | History: r7 < r6 < r5 < r4 < r3 | Backlinks | Raw View |  Raw edit | More topic actions
Topic revision: r7 - 2014-10-06 - PeterThoeny
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback