Thanks for tellico. I'm using an option of custom collection. It is working pretty well. I'm missing a data type of decimal number. I need it for entering price of item.
The simple text field is what Tellico uses for pricing for all the default collections. Between the different currency symbols and so on, there isn't much sense for a custom field type. I'm not sure what a decimal type would benefit. Perhaps you're also looking for Tellico to be able to some sort of reporting for collection value and so on?
(In reply to Robby Stephenson from comment #1) > The simple text field is what Tellico uses for pricing for all the default > collections. Between the different currency symbols and so on, there isn't > much sense for a custom field type. > > I'm not sure what a decimal type would benefit. Perhaps you're also looking > for Tellico to be able to some sort of reporting for collection value and so > on? I'm using simple text field frequently (e.g. for item denomination - some denominations are too high) and also for item price. I had an idea of sorting based on item price and a report with item prices . Simple text isn't suitable for this purpose. Is here any option to export only chosen attributes? Thanks.
(In reply to JaGo from comment #2) > I'm using simple text field frequently (e.g. for item denomination - some > denominations are too high) and also for item price. I had an idea of > sorting based on item price and a report with item prices. Simple text > isn't suitable for this purpose. Having a report should work fin with simple text, and using the XSL to manipulate the value into a number. You have to do that with the XML tree anyway. Sorting is a bit trickier. I'd have to think about that - a decimal value wouldn't work with currency symbols, for example. > Is here any option to export only chosen attributes? For a report? Yes, it's a parameter in the XSL. If you use the report XSLT stylesheets stand-alone, for example, you can pass a list of the fields that should be used in the report. See https://forum.kde.org/viewtopic.php?f=200&t=137533 for an example.
*** This bug has been marked as a duplicate of bug 338017 ***