Commit graph

18 commits

Author SHA1 Message Date
Shariq Ansari
3b2cfcad2c fix: ask if need to delete tab/section/column with or without children 2023-01-18 23:51:52 +05:30
Shariq Ansari
9cdd4e835d feat: duplicate field 2023-01-11 23:14:10 +05:30
Shariq Ansari
324c3e24c4 fix: replace all spaces with _ to generate fieldname 2023-01-02 10:20:16 +05:30
Shariq Ansari
76b5791b49 fix: validate before saving 2022-12-01 19:53:48 +05:30
Shariq Ansari
cf807c325b fix: do not use cur_frm in depends_on expression
cur_frm is deprecated
2022-11-30 14:35:25 +05:30
Shariq Ansari
0831babf5a fix: render rest of the fieldtypes in properties section & main form 2022-11-16 17:22:33 +05:30
Shariq Ansari
8710d64c86 fix: no need to set random fieldname while adding column 2022-11-10 23:58:34 +05:30
Shariq Ansari
63ea37a6d4 feat: move current field/column/section and the following to a new column/section/tab 2022-11-10 22:37:17 +05:30
Shariq Ansari
d7d99d4acc fix: handle cur_frm in depends_on expression 2022-11-08 13:54:44 +05:30
Shariq Ansari
8a252d237c fix: remove empty sections while loading and saving 2022-11-08 13:09:39 +05:30
Shariq Ansari
d4ba2c51e4 fix: hide/make read_only property fields based on read_only expression 2022-11-07 20:48:05 +05:30
Shariq Ansari
5c0fac7dd1 fix: use store in utils 2022-10-26 19:50:29 +05:30
Shariq Ansari
b0a807fe52 fix: skip first tab, section & column if its new without data while saving 2022-10-23 02:04:26 +05:30
Shariq Ansari
d1ef34c064 fix: no need of new_field flag 2022-10-21 03:02:36 +05:30
Shariq Ansari
29d2626690 refactor: get new docfield's default fields for all newly added fields 2022-10-21 02:54:25 +05:30
Shariq Ansari
c51d6ccbc3 fix: show fields properties in field properties section in sidebar 2022-10-18 17:40:29 +05:30
Shariq Ansari
1ba9458775 chore: code formatting 2022-10-18 11:51:49 +05:30
Shariq Ansari
5f64a2ace5 feat: Form Builder
- Form Builder Page
- Vue 3 setup
- Pinia store setup
- Reusable Tab Component
- Form Builder button on Doctype
2022-10-11 19:42:27 +05:30