18alantom
|
e840b5bb7c
|
incr: add customization schemas and models
|
2023-07-31 12:38:32 +05:30 |
|
18alantom
|
202612b57a
|
incr: add feature flag for custom fields
- also add page and sidebar item
|
2023-07-28 12:32:27 +05:30 |
|
18alantom
|
544b8a14b1
|
v0.17.1
|
2023-07-21 11:40:12 +05:30 |
|
18alantom
|
4614c38751
|
fix: use luxon for Date to and from string
|
2023-07-20 22:47:51 -07:00 |
|
dependabot[bot]
|
746342e956
|
build(deps): bump word-wrap from 1.2.3 to 1.2.4
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)
---
updated-dependencies:
- dependency-name: word-wrap
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-20 21:56:14 -07:00 |
|
18alantom
|
45bc8c48fd
|
fix: store as local date in ISO format
- datetime is stored in UTC
|
2023-07-18 02:02:41 -07:00 |
|
18alantom
|
39638ee9c7
|
fix: return local date for display
|
2023-07-18 02:02:41 -07:00 |
|
18alantom
|
3071040f8d
|
fix(ui): alter YTD sequence
- use Year to Date instead of YTD on UI
|
2023-07-17 12:59:06 +05:30 |
|
01111010t
|
3299be7e36
|
Dashboard Page: Add YTD Option
Adding the ability to select YTD (Year to Date) slicer on the Dashboard page.
|
2023-07-17 00:12:22 -07:00 |
|
18alantom
|
090f309a80
|
fix(ux): add is group to Account list
- prevent undefined error in search
|
2023-07-16 23:13:12 -07:00 |
|
18alantom
|
ec99727e5a
|
fix: routing issue
- re-fix the blank screen issue
- show get-started if not done
|
2023-07-16 23:13:12 -07:00 |
|
18alantom
|
603f0a3be9
|
fix: empty screen on load
|
2023-07-16 23:13:12 -07:00 |
|
18alantom
|
dbbe4fe9de
|
fix(ui/ux): prevent shorcuts in input
- border on Toast
|
2023-07-16 23:13:12 -07:00 |
|
18alantom
|
aeaddc30a4
|
fix: set time to 0 on date selection
|
2023-07-16 23:13:12 -07:00 |
|
18alantom
|
c78237a0d9
|
fix: translations in setup wiz
- maintain translations on reload
|
2023-07-16 23:13:12 -07:00 |
|
dependabot[bot]
|
a61a497a70
|
build(deps): bump semver from 6.3.0 to 6.3.1
Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v6.3.1/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v6.3.0...v6.3.1)
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-13 21:28:20 -07:00 |
|
18alantom
|
d35dbc07fa
|
fix: allow single value child tables
|
2023-07-13 00:30:14 -07:00 |
|
Alan
|
8d8d9ee06e
|
Merge pull request #687 from frappe/simplify-code-for-db-improvements
feat: create local backups on migrate, use preload
|
2023-07-12 22:57:18 -07:00 |
|
18alantom
|
dbd3698139
|
chore: remove redundant function
- use only date in backup filename
|
2023-07-13 11:26:45 +05:30 |
|
18alantom
|
4672323dcb
|
fix: use knex for checking values 😔
- open fd from better-sqlite3 causes stalled tests
|
2023-07-13 11:12:43 +05:30 |
|
18alantom
|
823739f564
|
fix: create backup on migrate or patch
|
2023-07-12 14:58:14 +05:30 |
|
18alantom
|
23916a3b1d
|
fix(ux): remove file selection on create
|
2023-07-11 13:43:32 +05:30 |
|
18alantom
|
952241b0bd
|
refactor: check if migration will run
|
2023-07-11 12:41:22 +05:30 |
|
18alantom
|
05475fcacc
|
fix: version on develop
- explicitly disable sandbox
|
2023-07-11 11:02:41 +05:30 |
|
18alantom
|
df9b709db3
|
incr: switchoff node integration
- fix prettier
|
2023-07-11 10:08:21 +05:30 |
|
18alantom
|
92e8dfb6d7
|
incr: enable context isolation
|
2023-07-10 14:42:20 +05:30 |
|
18alantom
|
e2b9ea1f49
|
refactor: switch to preload script
- delete ipcCalls
|
2023-07-10 13:33:52 +05:30 |
|
18alantom
|
675066d6f2
|
incr: add preload scripts
|
2023-07-10 13:04:14 +05:30 |
|
18alantom
|
ea079db92e
|
incr: remove src imports from ipcCalls.ts
- simplify ipcCalls
|
2023-07-10 13:03:32 +05:30 |
|
18alantom
|
62a920ced7
|
incr: move all ipccalls to single file
|
2023-07-10 12:11:32 +05:30 |
|
Alan
|
6cb2fed6d7
|
Merge pull request #680 from frappe/minor-improvements
feat: a few minor improvements
|
2023-06-30 03:05:44 -07:00 |
|
Abdallah A. Zaqout
|
6140909836
|
fix: DynamicLink Field
get error when create newDoc from DynamicLink field
schemaName is undefined
|
2023-06-30 03:05:13 -07:00 |
|
Abdallah A. Zaqout
|
01b29dc2a6
|
fix translations path in dev
|
2023-06-30 03:04:16 -07:00 |
|
18alantom
|
b534c12280
|
fix: start index value
- fix wording
|
2023-06-30 15:32:53 +05:30 |
|
18alantom
|
826a72e1e5
|
incr: route to lastRoute on open
- add file Misc singles doc
|
2023-06-30 11:57:43 +05:30 |
|
18alantom
|
71dfe903a4
|
incr: add currency for Yemen
|
2023-06-30 09:59:06 +05:30 |
|
18alantom
|
cd8a511709
|
fix(ux): make print view selector more overt
|
2023-06-30 09:53:50 +05:30 |
|
18alantom
|
4321a5f60e
|
feat: warn about insufficient quantity
|
2023-06-30 09:43:45 +05:30 |
|
18alantom
|
4013303196
|
v0.17.0
|
2023-06-29 11:40:40 +05:30 |
|
18alantom
|
f63ab9d660
|
chore: prevent access check if mem
|
2023-06-29 11:32:23 +05:30 |
|
Alan
|
8976d4c44b
|
Merge pull request #678 from frappe/dbaccess
fix(ux): check db access before opening file
|
2023-06-28 22:42:02 -07:00 |
|
18alantom
|
c1b3687221
|
fix(ux): check db access before opening
|
2023-06-29 11:02:09 +05:30 |
|
18alantom
|
16ba36982f
|
fix(ux): make cretae demo upfront if no files
|
2023-06-29 10:29:06 +05:30 |
|
Alan
|
fe3b8c4c16
|
Merge pull request #675 from frappe/revise-telemetry
fix: review telemetry
|
2023-06-27 23:58:53 -07:00 |
|
18alantom
|
243c41cff4
|
incr: log setup wizard events
|
2023-06-28 12:26:01 +05:30 |
|
18alantom
|
e8041b7d9c
|
fix: log import and export events
|
2023-06-28 12:25:17 +05:30 |
|
18alantom
|
00ce281afc
|
fix: telemetry log when printing
|
2023-06-28 11:16:51 +05:30 |
|
18alantom
|
18fc0e1a5d
|
fix: printing bug cause event not fired
|
2023-06-28 11:12:49 +05:30 |
|
18alantom
|
eeb2eab3e5
|
fix: skip telemetry log for auto entries
|
2023-06-28 10:25:39 +05:30 |
|
18alantom
|
d5fc729d27
|
build: enable sourcemaps for renderer
- change vite host to localhost ip
|
2023-06-27 15:29:37 +05:30 |
|