Zmiany pomiędzy wersją 101 and wersją 102 dla DeployerGuide/AdvancedConfiguration/CustomRegisters
- Data i czas:
- 01/14/22 14:45:17 (3 years temu)
Legend:
- Bez zmian
- Dodane
- Usunięte
- Zmienione
-
DeployerGuide/AdvancedConfiguration/CustomRegisters
v101 v102 8 8 9 9 || Wersja systemu || Wersja modułu/funkcji || Data kompilacji || Zmiany || Opis || 10 || 7.16.0 || [#numeric_field_type 1.1] || 14.01.2022 || Dodanie || Dodanie typu pola numeric((precision = 12), (scale = 2)) || 10 11 || 6.20.0 || 1.0 || 28.04.2020 || Zmiana || http://support.edokumenty.eu/trac/wiki/Documentation/Index/CRegisterTabsOrder || 11 12 || 6.3 || [#fullItemsWidth 0.9] || 10.03.2020 || Dodanie || Dodanie opcji fullItemsWidth || … … 793 794 794 795 796 ==== Pole typu numeric((precision = 12), (scale = 2)) ==== #numeric_field_type 797 Pole typu numeric((precision = 12), (scale = 2)) pozwala na określenie pola zgodnie z https://www.postgresql.org/docs/9.1/datatype-numeric.html#DATATYPE-NUMERIC-DECIMAL 798 799 Aby określić precyzję o skalę dla pola należy na formularzu definicji pola w polu parametry wpisać 800 801 {{{ 802 {"precision":8, "scale":4} 803 }}} 804 UWAGA !!! Muszą być podane oba atrybuty aby zadziałały. Domyślne wartości dla tych atrybutów to precyzja 12 i skala 2. 805