Browse Source

docs: field type fixes

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/6467/head
Raju Udava 1 year ago
parent
commit
0d6b881558
  1. 2
      packages/noco-docs/docs/070.fields/010.fields-overview.md
  2. 3
      packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/050.barcode.md
  3. 3
      packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/060.geometry.md
  4. 5
      packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/070.specific-db-type.md
  5. 3
      packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/080.json.md
  6. 16
      packages/noco-docs/docs/070.fields/040.field-types/070.date-time-based/030.time.md

2
packages/noco-docs/docs/070.fields/010.fields-overview.md

@ -18,7 +18,7 @@ keywords : ['NocoDB fields', 'fields overview', 'field administration', 'field o
### Numerical ### Numerical
- [Number](field-types/numerical/number) - [Number](field-types/numerical/number)
- [Currency](field-types/numerical/currency) - [Decimal](field-types/numerical/decimal)
- [Percentage](field-types/numerical/percent) - [Percentage](field-types/numerical/percent)
- [Currency](field-types/numerical/currency) - [Currency](field-types/numerical/currency)

3
packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/050.barcode.md

@ -8,7 +8,6 @@ keywords: ['Fields', 'Field types', 'Custom types', 'Barcode', 'Create barcode f
`Barcode` is a custom field type that allows you to generate a barcode from a string value. This is useful for generating barcodes for things like URLs, phone numbers, or other data that can be represented as a string. `Barcode` is a custom field type that allows you to generate a barcode from a string value. This is useful for generating barcodes for things like URLs, phone numbers, or other data that can be represented as a string.
![image](/img/v2/fields/types/barcode.png)
The following field types are supported for the for reference field: The following field types are supported for the for reference field:
* Formula * Formula
@ -27,6 +26,8 @@ The following field types are supported for the for reference field:
5. Select the barcode type from the dropdown. 5. Select the barcode type from the dropdown.
6. Click on `Save Field` button. 6. Click on `Save Field` button.
![image](/img/v2/fields/types/barcode.png)
### Cell display ### Cell display
Cell displays the barcode generated from the source field. Click on the cell to open enlarged view of the QR code. Cell displays the barcode generated from the source field. Click on the cell to open enlarged view of the QR code.

3
packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/060.geometry.md

@ -10,6 +10,7 @@ keywords: ['Fields', 'Field types', 'Custom types', 'Geometry', 'Create geometry
1. Click on `+` icon to the right of `Fields header` 1. Click on `+` icon to the right of `Fields header`
2. On the dropdown modal, enter the field name (Optional) 2. On the dropdown modal, enter the field name (Optional)
3. Select the field type as `Geometry` from the dropdown. 3. Select the field type as `Geometry` from the dropdown.
4. Click on `Save Field` button. 4. Configure default value for the field (Optional)
5. Click on `Save Field` button.
![image](/img/v2/fields/types/geometry.png) ![image](/img/v2/fields/types/geometry.png)

5
packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/070.specific-db-type.md

@ -10,8 +10,9 @@ keywords: ['Fields', 'Field types', 'Custom types', 'Specific DB type', 'Create
1. Click on `+` icon to the right of `Fields header` 1. Click on `+` icon to the right of `Fields header`
2. On the dropdown modal, enter the field name (Optional). 2. On the dropdown modal, enter the field name (Optional).
3. Select the field type as `Specific DB Type` from the dropdown. 3. Select the field type as `Specific DB Type` from the dropdown.
4. Provide DB specific data type configurations 4. Configure default value for the field (Optional)
5. Click on `Save Field` button. 5. Provide DB specific data type configurations
6. Click on `Save Field` button.
![image](/img/v2/fields/types/specific-db-type.png) ![image](/img/v2/fields/types/specific-db-type.png)

3
packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/080.json.md

@ -10,7 +10,8 @@ tags: ['Fields', 'Field types', 'Custom types', 'JSON']
1. Click on `+` icon to the right of `Fields header` 1. Click on `+` icon to the right of `Fields header`
2. On the dropdown modal, enter the field name (Optional). 2. On the dropdown modal, enter the field name (Optional).
3. Select the field type as `JSON` from the dropdown. 3. Select the field type as `JSON` from the dropdown.
4. Click on `Save Field` button. 4. Configure default value for the field (Optional)
5. Click on `Save Field` button.
![image](/img/v2/fields/types/JSON.png) ![image](/img/v2/fields/types/JSON.png)

16
packages/noco-docs/docs/070.fields/040.field-types/070.date-time-based/030.time.md

@ -12,17 +12,19 @@ keywords: ['Fields', 'Field types', 'Date & Time', 'Create time field']
1. Click on `+` icon to the right of `Fields header` 1. Click on `+` icon to the right of `Fields header`
2. On the dropdown modal, enter the field name (Optional) 2. On the dropdown modal, enter the field name (Optional)
3. Select the field type as `Time` from the dropdown. 3. Select the field type as `Time` from the dropdown.
4. Configure `Time Format` 4. Configure default value (Optional)
5. Configure default value (Optional) 5. Click on `Save Field` button.
6. Click on `Save Field` button.
![image](/img/v2/fields/types/time.png) ![image](/img/v2/fields/types/time.png)
### Supported time formats ### Supported time formats
| Format | Example | Time format: HH:mm AM/PM (12-hour format)
|-----------|------------|
| HH:mm:ss | 12:45:30 | [//]: # (| Format | Example |)
| HH:mm | 14:20 | [//]: # (|-----------|------------|)
[//]: # (| HH:mm:ss | 12:45:30 |)
[//]: # (| HH:mm | 14:20 |)
## Related fields ## Related fields
- [DateTime](010.date-time.md) - [DateTime](010.date-time.md)

Loading…
Cancel
Save