2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 19:29:02 +00:00
Commit Graph

87 Commits

Author SHA1 Message Date
Piyush Singhania
f411187c38 Added dependency for the cancel feature 2021-11-15 18:00:34 +05:30
18alantom
3e833309db fix: prevent error slipping because of asyncness 2021-11-08 19:35:37 +05:30
18alantom
b515e2f732 feat: add conditional required, fix formatting 2021-11-05 17:30:23 +05:30
18alantom
e4a0f4eb11 refactor: remove nullish coalescing 2021-10-27 14:06:50 +05:30
Ankit Singhaniya
bba8bc4b70 Merge branch 'master' of github.com:frappe/frappejs 2021-10-20 14:00:02 +05:30
18alantom
c4b0395b42 refactor: use nullish coalescing 2021-10-20 12:31:50 +05:30
Franklin A. Toribio Maria
6b23aeb986 Fixing verification on document.js - applyFormula Method 2021-10-20 12:29:11 +05:30
Ankit Singhaniya
2a1ec09de9
Merge pull request #1 from piyushsinghania/fix/reset-flags-on-compareWithCurrentDoc-on-subsequent-calls
Reseting flags in compareWithCurrentDoc on subsequent calls
2021-10-16 01:57:46 +05:30
Piyush Singhania
0cf247fa48 Applying change to child first and then to parent in a child document 2021-10-14 23:39:32 +05:30
Piyush Singhania
4218527df8 Reseting flags in compareWithCurrentDoc on subsequent calls 2021-10-14 23:21:26 +05:30
Faris Ansari
80dd922e15 Merge branch 'master' of https://github.com/frappe/frappejs 2020-05-06 23:48:27 +05:30
Faris Ansari
c842334003 fix: Handle null table 2020-05-06 23:48:19 +05:30
Rushabh Mehta
613e5d6a5f feat: Allow default to be a function 2020-05-06 23:28:36 +05:30
Rushabh Mehta
9131b85221 fix(document.js): fix applyFormula for empty chid table 2020-05-06 22:57:52 +05:30
Faris Ansari
1980e5e26f fix: Renumber rows when they are changed 2020-02-03 23:25:44 +05:30
Faris Ansari
ce5ecd1c18 fix: validate field only if value is set 2020-01-01 13:39:31 +05:30
Faris Ansari
25f7e51312 fix: Only validate model fields 2019-12-27 22:03:16 +05:30
Faris Ansari
879b57f698 fix: validateFields before insert 2019-12-27 16:00:49 +05:30
Faris Ansari
e609aea4b6 feat: Standard validations for email and phone 2019-12-27 15:55:23 +05:30
Faris Ansari
d66501968f feat: set and update directly in update method 2019-12-27 12:08:06 +05:30
Faris Ansari
8378319b1b feat: Helper to round values in document 2019-12-26 19:16:02 +05:30
Faris Ansari
827cad114a fix: Mandatory check 2019-12-24 15:40:31 +05:30
Faris Ansari
1603346b20 fix: validate mandatory for table fields 2019-12-20 11:57:29 +05:30
Faris Ansari
6b596a4021 feat: doc.push for adding children without change 2019-12-20 11:56:52 +05:30
Faris Ansari
75184d43c3 fix: update modified after triggers 2019-12-20 11:54:48 +05:30
Faris Ansari
2205a212eb feat: validate method for fields 2019-12-20 11:52:16 +05:30
Faris Ansari
d19182b583 fix: Singles
- Initialize defaults for SIngles
- Cast values when loading a Single document
2019-12-18 23:52:47 +05:30
Faris Ansari
fef4f96e78 fix: frappe.db.getCachedValue
- CacheManager
- Use db.getCachedValue in doc.getFrom
2019-12-18 23:51:45 +05:30
Faris Ansari
bdd470fd93 feat: Refactor database to use knex 2019-12-10 01:28:18 +05:30
Faris Ansari
7af5c30e7b fix: validateMandatory in insert 2019-12-05 00:13:08 +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
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
d16f732b94 feat: loadLinks and insertOrUpdate 2019-11-15 13:15:16 +05:30
Faris Ansari
f29157fb8f fix: clearValues 2019-10-30 02:24:05 +05:30
Faris Ansari
88c84e805b fix: doc.setName 2019-10-30 01:08:43 +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
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
a12fc981bb fix: instanceof BaseDocument 2019-10-08 13:11:13 +05:30
Faris Ansari
700ee9c55c feat: Rename methods 2019-10-06 03:16:14 +05:30
thefalconx33
b0e572b16c Dynamic Labels 2019-09-17 13:44:09 +05:30
thefalconx33
ea2d0a8383 Currency formatting with symbol 2019-08-30 15:34:47 +05:30
thefalconx33
79b99055e0 - Custom doc for Report Filters
- frappe.showModal
- Custom textarea rows
2019-07-30 17:24:27 +05:30
Nishchith K
9053f4a710 Fix DateTime + error logs (#106) 2019-01-12 17:40:52 +05:30
Faris Ansari
3e6b741556 Use isNew() instead of _notInserted 2018-11-10 00:37:14 +05:30
Faris Ansari
631cb61c31 Formula fix for electron 2018-10-22 23:33:10 +05:30
Faris Ansari
db7050512f Apply formula when doc value is empty string 2018-09-28 18:42:18 +05:30