-
Notifications
You must be signed in to change notification settings - Fork 63
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
New DataTypes #361
Comments
Currency maybe too. Which would save as a float, but could format neatly then. |
Yes, thank you. The validation code is already there for the float type. Also add types for: |
Oh, and maybe a Percent. Just like currency, it would save as a float, but could be formatted with a percent sign. |
I've got another data type we need to consider: IMAGE Which is OK, but we could do more specific task if we separated Image from File since the image is actually inside the database. Also in my Exporting of Screens, It would be nice to look for IMAGE type properties other than FILE then determine if it is actually a file or an image. |
New Data Types have been added and committed |
New data types should be considered to add more custom validation and formatting.
1 Phone Number
2 Email
Validation coded to support them in the Web UI and possibly object_property_set proc
The text was updated successfully, but these errors were encountered: