Page 1 of 1

Money Decimal Places

PostPosted: Wed May 09, 2018 7:48 pm
by SBarnes
How can you get the number of decimal places for money inside a JiwaFinancials.Jiwa.JiwaApplication.JiwaCollectionItem object?

Thanks

Re: Money Decimal Places  Topic is solved

PostPosted: Wed May 09, 2018 7:52 pm
by Mike.Sheen
Hi Stuart,

The Application.Manager has a property, LocalCurrency - which has a property DecimalPlaces.

prior to 07.01.00.00
Code: Select all
JiwaFinancials.Jiwa.JiwaApplication.Manager.Instance.LocalCurrency.DecimalPlaces


07.01.00.00 and later:
Code: Select all
CollectionItem.Manager.LocalCurrency.DecimalPlaces

Where CollectionItem is the item within the collection.

Mike

Re: Money Decimal Places

PostPosted: Wed May 09, 2018 8:00 pm
by SBarnes
Thanks Mike,

4 minutes might be the new record for a response :lol: