-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Quota & Ownership Coefficient in Contact, Document Visibility Field, and Insurance Checkbox in Tickets #5805
Comments
Hi! Thanks for the issue. We are currently building a mechanism for custom fields. It is designed to store locale specific data It might be sufficient for some of your cases, like insurance checkbox What do you think? |
Hello! Thank you for the suggestion. I’m definitely interested in the custom fields approach, but I wanted to clarify a few points to make sure it meets all our needs:
If custom fields can be displayed and edited in all these places (tickets, contacts, documents) and are accessible via the API, that would be great! If there are any limitations to using custom fields for these particular scenarios, please let me know. Thank you again! I’d love to hear your thoughts on whether custom fields fully address these requirements or if we need separate built-in fields in some cases. |
Hi, I think @toplenboren will be able to tell you for sure if custom fields can solve your queries, as he has this feature in active development right now... I think we also agreed that marking documents documents as readable for residents is a good feature, @toplenboren will update his roadmap and get back to you. I also want to clarify the question about |
Just checked the code.. noticed we already have a decimal |
@toplenboren Sorry! Yes, the 'quota' field is of type decimal—I was mistaken. We discussed that this field should be renamed to 'ownershipShare' in this issue, and you asked me if it was possible to change its type to String. However, I still believe that it should be renamed, and I don’t need to change its type; in my project, I specifically require a decimal field with the name 'ownershipShare'. Additionally, there is a bug with this field: it currently accepts only positive values with a dot as the decimal separator, but it should also accept values with a comma. |
That's expected behaviour. There's different separators in different countries... Some of them uses comma as "thousands" separator. So all commas must be only on frontend... on backend type and format is strict |
So, let me just clarify this: What we can do now:
-- As for the We can also add something like -- As for the We also have open source contributors who want to use this project as jira clone, and they require new field One other possible solution is just to extend the TicketClassifier so that insurance is there @paulo-rossy what do you think? |
Hello team!
I would like to request the addition of the following features/improvements. Some have been partially discussed in previous issues, but I would like to clarify and replicate them here:
Quota & Ownership Coefficient in Contact (Resident)
Document Visibility Field
residentCanRead
or similar).Insurance Checkbox in Tickets
Could you please let me know if these changes can be implemented and how best to proceed with each? Thank you!
The text was updated successfully, but these errors were encountered: