thkr_ituc
thkr_ituc
Issue: Bug report Please make sure your issue is reproducible on the latest bench version. The currently supported branches are: - PyPI [latest](https://pypi.org/project/frappe-bench/) - master (minor bug fixes) - v5.x...
## Description of the issue I created a script report that contained a float column and a data column. Curiously the data column is right-aligned as float column would be....
## Description of the issue In my doctype I "depended" the properties "Visible" and "Mandatory" of the fields "Geburtsdatum" and "Adresse" to a checkbox called "Ausgabe an Mitarbeiter". There is...
## Description of the issue I wanted to use msgprint from the validate-event. But the displayed messagebox is empty. ## Context information (for bug reports) I think this was introduced...
## Description of the issue I wrote a report that should display a float column with precison 1, e.g. "12.3". But the formating-instruction with "/" seem not to be working...
## Description of the issue I have a submittable doctype that also contains some fields with property "Allow on submit" checked. These fields are validated in the python-controller with validate()....
## Description of the issue I'm working with Hrms and added german translations for "Employment Type". But the translations are not shown. I discovered that in DocType "Employment Type" the...
## Description of the issue When you rename a record the Rename Dialog shows two times the phrase "New {field label}":  The first field is supposed to be the...
## Description of the issue I created a script report and noticed that some properties in the Chart-configuration have no effect. See comments in function get_chart_cfg() below. I also cannot...
## Description of the issue Please look again at frappe/frappe#23766 for there has been a misunderstanding. `supervisorctl restart frappe` is called internally by the bench-update-function, not by me! I have...