Faris Ansari
|
8f02928cee
|
fix: Default precision
|
2019-12-05 00:13:17 +05:30 |
|
Faris Ansari
|
7af5c30e7b
|
fix: validateMandatory in insert
|
2019-12-05 00:13:08 +05:30 |
|
Faris Ansari
|
cf1e38f59b
|
fix: Set name as randomString in getNewDoc
|
2019-12-02 17:51:18 +05:30 |
|
Faris Ansari
|
16ad083426
|
fix: Formula
- Trigger applyChange on parent if child is changed
- roundFloats after applyChange
- formulaDependsOn
- process formula value in getValueFromFormula
|
2019-12-02 17:50:48 +05:30 |
|
Faris Ansari
|
254b810fd0
|
fix: Set default precision for Float fields
|
2019-12-02 17:48:11 +05:30 |
|
Faris Ansari
|
2839240436
|
fix: Add floatPrecision field
|
2019-12-02 17:47:54 +05:30 |
|
Faris Ansari
|
51541465e6
|
fix: Format currency
|
2019-12-02 17:36:25 +05:30 |
|
Faris Ansari
|
5273177768
|
fix: Mark parentdoc as dirty if child is dirty
|
2019-11-28 23:09:43 +05:30 |
|
Faris Ansari
|
ab51ce3122
|
fix: Add loadLink method to document
|
2019-11-28 23:09:20 +05:30 |
|
Faris Ansari
|
f6204ad6db
|
fix: getPDFForElectron
|
2019-11-28 23:08:37 +05:30 |
|
Faris Ansari
|
993e8d37b4
|
feat: Allow modifying webpack config from frappe.conf.js
|
2019-11-28 23:05:36 +05:30 |
|
Faris Ansari
|
26e51d4edf
|
fix: Use sql method in getAll
|
2019-11-22 00:51:56 +05:30 |
|
Faris Ansari
|
31ebfb1d0e
|
fix: Default label for name field should be ID
|
2019-11-22 00:51:43 +05:30 |
|
Faris Ansari
|
06f75e97fe
|
fix: Pass all listeners to feather-icon component
|
2019-11-22 00:51:26 +05:30 |
|
Faris Ansari
|
72b64e818e
|
feat: Throw better errors
|
2019-11-20 15:08:32 +05:30 |
|
Faris Ansari
|
03dee5913c
|
fix: Use h to create component
|
2019-11-15 13:16:10 +05:30 |
|
Faris Ansari
|
4071a6e8bc
|
feat: Add Date Formats in System Settings
|
2019-11-15 13:15:33 +05:30 |
|
Faris Ansari
|
d16f732b94
|
feat: loadLinks and insertOrUpdate
|
2019-11-15 13:15:16 +05:30 |
|
Faris Ansari
|
b769cd0b4a
|
fix: Add name in errors
|
2019-11-15 13:14:45 +05:30 |
|
Faris Ansari
|
f29157fb8f
|
fix: clearValues
|
2019-10-30 02:24:05 +05:30 |
|
Faris Ansari
|
46ec99199a
|
fix: Set name field as readOnly when not specified
|
2019-10-30 01:09:07 +05:30 |
|
Faris Ansari
|
88c84e805b
|
fix: doc.setName
|
2019-10-30 01:08:43 +05:30 |
|
Faris Ansari
|
26f0a720e2
|
fix: Autocomplete -> AutoComplete
|
2019-10-26 20:16:34 +05:30 |
|
Faris Ansari
|
1f77238cd4
|
fix: Don't add name field for singles
|
2019-10-26 20:16:19 +05:30 |
|
Faris Ansari
|
fa004db117
|
Add tailwind, DocType based on DocType and much more (#108)
Add tailwind, DocType based on DocType and much more
|
2019-10-23 12:06:45 +05:30 |
|
Faris Ansari
|
713cf65f2f
|
test: Remove .only
|
2019-10-23 12:02:34 +05:30 |
|
Faris Ansari
|
9ca6c99012
|
fix: Return docfields list in getQuickEditFields
|
2019-10-19 20:07:24 +05:30 |
|
Faris Ansari
|
a06828683a
|
fix: Apply filters for derived doctype in defaults
|
2019-10-19 20:06:53 +05:30 |
|
Faris Ansari
|
ab57eef2eb
|
fix: Run formula for child docs passing parentdoc
|
2019-10-19 20:06:29 +05:30 |
|
Faris Ansari
|
133c8880d4
|
fix: Set unset fields as null in document
|
2019-10-19 20:05:13 +05:30 |
|
Faris Ansari
|
0b015f4d90
|
fix: Handle undefined filters
|
2019-10-19 20:03:23 +05:30 |
|
Faris Ansari
|
6c6a49f89a
|
fix: Base doctype in column definition
|
2019-10-19 20:03:08 +05:30 |
|
Faris Ansari
|
bf4b6c6f6b
|
fix: String default value must be in quotes
|
2019-10-19 20:00:31 +05:30 |
|
Faris Ansari
|
f1823a71ab
|
fix: Remove doc from cache if name changes
|
2019-10-19 19:59:41 +05:30 |
|
Faris Ansari
|
94cc020f5a
|
fix: convert child rows to BaseDocument objects
- tests
- test watch command
|
2019-10-08 16:46:54 +05:30 |
|
Faris Ansari
|
bf95409ef4
|
fix: lock python version
|
2019-10-08 16:46:19 +05:30 |
|
Faris Ansari
|
dc41c0b775
|
fix: throw Error object
|
2019-10-08 16:46:12 +05:30 |
|
Faris Ansari
|
a12fc981bb
|
fix: instanceof BaseDocument
|
2019-10-08 13:11:13 +05:30 |
|
Faris Ansari
|
216e70a132
|
feat: Create DocTypes based on another DocType
|
2019-10-08 13:10:52 +05:30 |
|
Faris Ansari
|
700ee9c55c
|
feat: Rename methods
|
2019-10-06 03:16:14 +05:30 |
|
Faris Ansari
|
e0c6a1a411
|
fix: Add postcss and tailwind
|
2019-10-03 19:16:57 +05:30 |
|
thefalconx33
|
b0e572b16c
|
Dynamic Labels
|
2019-09-17 13:44:09 +05:30 |
|
thefalconx33
|
187b852538
|
Font Loader webpack setting
|
2019-09-11 12:37:44 +05:30 |
|
thefalconx33
|
82fb95debc
|
Input Description & Dynamic Labels
|
2019-09-03 16:13:05 +05:30 |
|
thefalconx33
|
2a1673dfe3
|
Corrected path for print.html
|
2019-09-03 13:30:55 +05:30 |
|
thefalconx33
|
ea2d0a8383
|
Currency formatting with symbol
|
2019-08-30 15:34:47 +05:30 |
|
thefalconx33
|
d352e39082
|
-Use puppeteer core for smaller app size
|
2019-08-19 14:38:07 +05:30 |
|
thefalconx33
|
4cbb99ed2d
|
- Base Input Sizing and Placeholder
- $formModal defaults
|
2019-08-14 13:18:04 +05:30 |
|
thefalconx33
|
22dcedda79
|
Focus on form section's first input
|
2019-08-05 17:16:35 +05:30 |
|
thefalconx33
|
d9b5e56072
|
FIX: Enter pressing on a cell with a value error
|
2019-08-05 14:56:16 +05:30 |
|