This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Flexera Community
- :
- Spider
- :
- Spider Forum
- :
- Different currency in contract or license
Subscribe
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎Apr 08, 2020
07:40 AM
Different currency in contract or license
This thread has been automatically locked due to inactivity.
To continue the discussion, please start a new thread.
3 Replies
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎Apr 08, 2020
10:55 AM
Hi Vlad,
As far as I know, the currency can only be changed within the database. Each Object has the "Currency" table.
Which currency would you like to change to? I will see If I can get more detailed information on changing values.
Kind regards,
James Ellis
Like the answer, please remember to "Accept as solution". Keep the Kudo's coming!
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎Apr 08, 2020
11:31 AM
Hi James,
I would like to have an option in Currency code to choose from EUR, USD and GBP in drop down menu in the contract, license and maintenance, now I have only EUR.
Thank you
Vlad
I would like to have an option in Currency code to choose from EUR, USD and GBP in drop down menu in the contract, license and maintenance, now I have only EUR.
Thank you
Vlad
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎Apr 09, 2020
06:55 AM
Hi Vlad,
I have checked and got the result that you are looking for.
Note: This is self-managed and requires access to the SQL Database.
To achieve this, I have a sample statement for you:
INSERT INTO dbo.currency
VALUES ('USD','United States dollar','1.07'),
('GBP','Pound sterling','0.86');
This will need to be done for SpiderCore, SpiderAsset, SpiderLicence, and SpiderContract.
Kind regards,
James Ellis
Like the answer, please remember to "Accept as solution". Keep the Kudo's coming!
