Faris Ansari

Results 21 issues of Faris Ansari

This PR adds Alt+Number shortcut for tabs inside a Form. https://user-images.githubusercontent.com/9355208/180867464-437a0270-702d-4d18-92a5-cf9e756f2a43.mov - [ ] Change URL when form tab is changed

In case of DateTime picker, the time is not updated each time the "Today" Button is clicked. ![datepicker_now](https://user-images.githubusercontent.com/9355208/30019812-6ff785c8-917f-11e7-9178-23679a94ade7.gif) This is the code: ![image](https://user-images.githubusercontent.com/9355208/30020044-246a75ec-9180-11e7-9e3c-e96dbf24011d.png) The current time is set only once....

Documentation Link

dont-merge
docs-required
resolve conflicts

## Boilerplate ``` # should create a boilerplate app frappejs create App Name: Version (0.0.1): Author: License: ``` ## New Model ``` # create models frappejs new-model Event isSingle /...

`new Date(frappe.datetime.now_datetime())` is `Invalid` in Safari because it doesn't support the `YYYY-MM-DD` format, the hiphens (-) need to be removed. But in this case (prettyDate) there is no need to...

backport version-13-hotfix
backport version-14-hotfix

With the new direction of separation of apps, there is a need to solve visibility of apps. This feature shows a list of installed apps if the app defines a...

add-test-cases

Issue: Feature Request **Is your feature request related to a problem? Please describe.** I'm always frustrated when I run the `bench init` command and after a few steps it breaks...