18alantom
|
3f3da5001c
|
fix: get sidebar to display
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
b383e426a0
|
fix: update setup wizard
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
1b85fee5e6
|
fix: make setupInstance code work
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
9877bf4fd3
|
incr: simplify doc a bit
- allow nulls in converter else not not null'll fail
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
76c61a5c29
|
incr: get setupwizard to display
- make converter more explicit
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
b3533698c0
|
incr: update AutoComplete
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
6accde0e17
|
incr: update DatabaseSelector
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
b6163b4cac
|
incr: remove 600x600 windows
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
27aed52044
|
incr: type some files, frappe -> fyo
- get books to serve albiet broken
- one step at a time
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
835deb4ce8
|
incr: type renderer
- move setup logic outside components, type it
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
c56850d08f
|
incr: refactor and type src/utils
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
de7e5ba807
|
refactor: rename 'frappe' to 'fyo' outside src
- cause now most of it is different from what it was
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
76bf6cfda5
|
incr: rem singleton from index.ts cause can't test
- update models to not use singleton export
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
ffdacc9637
|
incr: type post start
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
9ec004184c
|
refactor: simplify init flow
- add README.md
- move currency to systemsettings
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
af0d897020
|
chore: type generateTranslations
- shift csvParser to utils
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
591e7b3163
|
incr: complete typing models
- fix model exports
- add a README for models base
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
91bf6e03fa
|
incr: type Transaction and Tax
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
b08a3b9d52
|
incr: type Party, JournalEntry
- add removeFields
- fix Party schema
|
2022-05-23 16:18:21 +05:30 |
|
18alantom
|
781c1d70e9
|
refactor: Item and Address models to ts Doc subcls
|
2022-05-23 16:18:21 +05:30 |
|
18alantom
|
309c5c7474
|
refactor: remove util calls from frappe
- shift demux
- fix import
- add init test
|
2022-05-23 16:18:21 +05:30 |
|
18alantom
|
c1482b0d2f
|
incr: convert knex calls to dbHandler calls
- add callBespoke
|
2022-05-23 16:18:21 +05:30 |
|
18alantom
|
d69dec1ca7
|
incr: type translation
|
2022-05-23 16:18:21 +05:30 |
|
18alantom
|
0201844fd0
|
refactor: properly type naming
- remove redundant files
- change getDoc and getNewDoc
|
2022-05-23 16:18:21 +05:30 |
|
18alantom
|
a66e2bcc45
|
incr: database demux base
- remove a few redundant files
|
2022-05-23 16:18:21 +05:30 |
|
18alantom
|
0efd2b4c33
|
refactor: remove core js schemas
- switch to doc and json schemas instead
|
2022-05-23 16:18:21 +05:30 |
|
18alantom
|
cdb039d308
|
incr: delete some stuff add typed doc.ts
|
2022-05-23 16:18:21 +05:30 |
|
18alantom
|
98e1a44686
|
incr: get schemaMap on db handler init
|
2022-05-23 16:18:21 +05:30 |
|
18alantom
|
c9cac7410f
|
chore: rename getNewDoc, newDoc
- delete irrelevant tests
|
2022-05-23 16:18:21 +05:30 |
|
18alantom
|
4dbecad1cb
|
incr: add error messaging
|
2022-05-23 16:18:21 +05:30 |
|
18alantom
|
804d841466
|
incr: move messages, add DB_ actions
|
2022-05-23 16:18:21 +05:30 |
|
18alantom
|
f7a2dd8f2b
|
test: start with dbCore tests
|
2022-05-23 16:18:21 +05:30 |
|
18alantom
|
e9fab0cf83
|
incr: add databaseManager, privitize methods
|
2022-05-23 16:18:21 +05:30 |
|
18alantom
|
ef6e8d44ab
|
incr: build schemas, add some notes
|
2022-05-23 16:18:21 +05:30 |
|
18alantom
|
a546f144ca
|
incr: drop unused doctypes
|
2022-05-23 16:18:21 +05:30 |
|
18alantom
|
72b6478e29
|
incr: create typed frappe
|
2022-05-23 16:18:21 +05:30 |
|
18alantom
|
2afec6a74b
|
incr: deprecate frappe.call
|
2022-05-23 16:18:21 +05:30 |
|
18alantom
|
82709165a4
|
chore: rename getNewDoc, newDoc
- delete irrelevant tests
|
2022-05-23 16:18:21 +05:30 |
|
18alantom
|
dc5d705a52
|
incr: shift auth out of Frappe to auth
|
2022-05-23 16:18:21 +05:30 |
|
18alantom
|
9424b131be
|
incr: remove common
- utils is frontend safe
|
2022-05-23 16:18:21 +05:30 |
|
18alantom
|
26e030106f
|
incr: rename Meta and Document
|
2022-05-23 16:18:21 +05:30 |
|
ImgBotApp
|
ec35e1f168
|
[ImgBot] Optimize images
*Total -- 380.60kb -> 296.49kb (22.1%)
/build/icon.png -- 49.56kb -> 21.15kb (57.33%)
/build/icons/512x512.png -- 9.30kb -> 4.42kb (52.5%)
/.github/logo.png -- 4.98kb -> 2.41kb (51.66%)
/build/icons/256x256.png -- 4.67kb -> 2.39kb (48.76%)
/build/icons/128x128.png -- 2.44kb -> 1.39kb (43.05%)
/build/icons/64x64.png -- 1.22kb -> 0.92kb (24.54%)
/build/icons/48x48.png -- 1.01kb -> 0.78kb (22.36%)
/.github/frappe-books-preview.png -- 306.53kb -> 262.16kb (14.47%)
/src/assets/img/list-empty-state.svg -- 0.89kb -> 0.87kb (1.97%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
|
2022-05-22 19:13:02 +00:00 |
|
18alantom
|
ceb45b58b7
|
fix: set numberSeries as readOnly after insert
|
2022-04-04 14:09:15 +05:30 |
|
18alantom
|
2db6dba73e
|
fix: use \n splitter
- fallback behaviour for when
- file is not spec conformant
|
2022-04-03 17:22:57 +05:30 |
|
18alantom
|
233798ae3c
|
chore: type getLanguageMap
- remove undefined.csv error
|
2022-04-02 04:39:37 +05:30 |
|
18alantom
|
1c8a70819e
|
fix: period selector issue, version issue
|
2022-04-01 18:58:21 +05:30 |
|
18alantom
|
b8b1cc5a31
|
fix: prevent crash on undef language code
|
2022-04-01 16:41:26 +05:30 |
|
18alantom
|
6814e0947f
|
feat: add Catalan translations
- update readme with contributors
|
2022-04-01 12:19:19 +05:30 |
|
18alantom
|
fdd532e002
|
fix: prevent invoice from crashing when no rows
|
2022-04-01 12:04:00 +05:30 |
|
18alantom
|
0d78df598c
|
fix: mark missed strings as translate
|
2022-03-31 10:53:11 +05:30 |
|
18alantom
|
5a66e4aba6
|
fix: no translation cause of premature import
|
2022-03-28 18:40:18 +05:30 |
|
18alantom
|
7acf5bc9a2
|
chore: bump yarn
- prevent error on pre mounted toast
|
2022-03-28 18:29:38 +05:30 |
|
18alantom
|
bbc774b4b7
|
fix: add correct filter on create
|
2022-03-21 10:39:10 +05:30 |
|
18alantom
|
54b1a60883
|
chore: fix telemetry calls (rebase master)
|
2022-03-18 16:04:38 +05:30 |
|
18alantom
|
47e6493699
|
incr: type observable
- convert several to ES6
|
2022-03-18 16:02:46 +05:30 |
|
18alantom
|
507a500edb
|
incr: type cacheManager
- database to ES6 imports
|
2022-03-18 16:02:11 +05:30 |
|
18alantom
|
90dece4984
|
chore: rename renderer to main cause bug
|
2022-03-18 16:02:11 +05:30 |
|
18alantom
|
33e035e38c
|
chore: shift process listeners back
- cause webpack bundels as mainprocess stuff
|
2022-03-18 16:02:11 +05:30 |
|
18alantom
|
a86e9447ab
|
chore: convert main.js to renderer.ts
|
2022-03-18 16:02:08 +05:30 |
|
18alantom
|
761dd641bf
|
chore: remove unused files; main to .ts
|
2022-03-18 16:01:05 +05:30 |
|
18alantom
|
3d4275ef34
|
incr: flatten locale
- simplify telemetry calls
- add platform
|
2022-03-18 15:51:32 +05:30 |
|
18alantom
|
88f44692d6
|
incr: add platform field
|
2022-03-18 15:51:32 +05:30 |
|
18alantom
|
a86d383487
|
fix(ui): hidden pagination on Windows
|
2022-03-18 13:29:48 +05:30 |
|
18alantom
|
77e226363d
|
feat: add entry duplication
|
2022-03-17 11:57:35 +05:30 |
|
18alantom
|
0412095342
|
chore: add dev help code
|
2022-03-17 11:33:02 +05:30 |
|
18alantom
|
0b59dc74dc
|
fix: maintain filter if present
|
2022-03-17 10:52:33 +05:30 |
|
18alantom
|
4aabd75def
|
fix: stop telemetry on db change
|
2022-03-15 17:27:37 +05:30 |
|
18alantom
|
20578d2ab5
|
fix: add final log on switching off telemetry
|
2022-03-15 16:28:43 +05:30 |
|
Alan
|
ac28496619
|
Merge pull request #364 from 18alantom/opt-in-telem
chore: add anon opt in telemetry
|
2022-03-15 12:09:51 +05:30 |
|
18alantom
|
00e04a94ba
|
chore: don't rickroll the users
|
2022-03-15 11:27:46 +05:30 |
|
18alantom
|
e348d14849
|
incr: complete telemetry sending of data
|
2022-03-14 18:26:26 +05:30 |
|
18alantom
|
c295ba0416
|
chore: change err_log_creds to log_creds
- add telemetry url
|
2022-03-14 12:36:42 +05:30 |
|
taha2002
|
8aabeb5523
|
arabic
|
2022-03-12 08:21:22 +01:00 |
|
taha2002
|
2c0c36bf5c
|
add ar to language code map
|
2022-03-12 08:19:31 +01:00 |
|
taha2002
|
c544de3012
|
Merge branch 'frappe:master' into ar_translation
|
2022-03-12 08:09:36 +01:00 |
|
18alantom
|
97cf2479c2
|
feat: add a modal for telemetry selection
|
2022-03-11 15:15:43 +05:30 |
|
18alantom
|
bada1f3969
|
incr: add open count and set config on win if dev
|
2022-03-11 15:15:25 +05:30 |
|
18alantom
|
67cb1620b2
|
feat: add a simple modal component
|
2022-03-11 15:00:57 +05:30 |
|
18alantom
|
bbde25f392
|
incr: remove details from the route info
|
2022-03-11 12:26:43 +05:30 |
|
18alantom
|
f6219f956c
|
incr: capture telemetryobject on unload
|
2022-03-11 12:26:43 +05:30 |
|
18alantom
|
132edff44b
|
fix: log level checks
|
2022-03-11 12:26:43 +05:30 |
|
18alantom
|
2e67dddc09
|
chore: change telemetry to a single select
|
2022-03-11 12:26:43 +05:30 |
|
18alantom
|
d63e6e5cd8
|
feat: add global setting for anonymized telemetry
|
2022-03-11 12:26:43 +05:30 |
|
18alantom
|
9bad5e69d8
|
feat: count errors
|
2022-03-11 12:26:43 +05:30 |
|
18alantom
|
7696435504
|
chore: add few more logs
|
2022-03-11 12:26:43 +05:30 |
|
18alantom
|
11f192f22a
|
fix: allow post start start incase ids not set
|
2022-03-11 12:26:43 +05:30 |
|
18alantom
|
78397648d1
|
chore: add telemetry logs
|
2022-03-11 12:26:43 +05:30 |
|
18alantom
|
1a9377e708
|
feat: set instance id
|
2022-03-11 12:26:43 +05:30 |
|
18alantom
|
159d943593
|
feat: add singleton TelemetryManager
- change config to ts
- add docnames types
|
2022-03-11 12:26:43 +05:30 |
|
18alantom
|
d0e10d5c65
|
fix: minor naming issue
|
2022-03-11 12:26:21 +05:30 |
|
unknown
|
e9cd95f5a5
|
init ar translation
|
2022-03-10 16:39:00 +01:00 |
|
18alantom
|
fbb1c4db66
|
feat: segregate payment by type in sidebar
|
2022-03-10 12:12:02 +05:30 |
|
18alantom
|
fd73c643b5
|
feat: add item segregation in sidebar
|
2022-03-10 12:06:37 +05:30 |
|
18alantom
|
b4bed9521f
|
fix: minor bugs, fix patch too
|
2022-03-08 14:17:37 +05:30 |
|
18alantom
|
2de72153e4
|
feat: add number series to the forms
|
2022-03-08 13:13:04 +05:30 |
|
18alantom
|
454a2f5a95
|
feat: update number series with references
|
2022-03-08 12:16:18 +05:30 |
|
18alantom
|
6912355e62
|
fix: adding account from CoA page
|
2022-03-08 10:56:50 +05:30 |
|
18alantom
|
a01c91f40d
|
fix(ux): add pagination to general ledger
|
2022-03-02 13:18:50 +05:30 |
|
18alantom
|
37de2675cd
|
fix: minor fixes
- empty date import issue
- rename payment amount to allocated amount
- increase tooltip distance threshold
|
2022-03-02 11:28:07 +05:30 |
|
18alantom
|
2f6ecff36b
|
fix(ux): add import more button on complete
|
2022-03-01 14:58:21 +05:30 |
|
18alantom
|
f0e5e294a1
|
fix: dont cache imports
- prevent OOM crashes
|
2022-03-01 14:58:21 +05:30 |
|
18alantom
|
1b951e1513
|
fix(ux): add a downloading update toast
|
2022-03-01 14:58:21 +05:30 |
|
18alantom
|
0b19304d19
|
fix: ignore click when making entries
|
2022-03-01 14:58:21 +05:30 |
|
18alantom
|
3d175f1730
|
feat(ui): add a loading element
|
2022-03-01 14:58:21 +05:30 |
|
18alantom
|
e1389184ed
|
fix(ui): prevent wrapping
|
2022-03-01 14:58:21 +05:30 |
|
18alantom
|
4b51d15de7
|
fix: improve chart min max scaler
|
2022-03-01 14:58:21 +05:30 |
|
18alantom
|
fc7130e776
|
fix: charts scaling issues
|
2022-03-01 14:58:21 +05:30 |
|
18alantom
|
52c5e03e31
|
fix: speed up data imports
|
2022-02-28 18:43:29 +05:30 |
|
18alantom
|
0702ce383f
|
fix: issue where setup currency is not considered
|
2022-02-26 12:52:07 +05:30 |
|
18alantom
|
c49c7429a7
|
fix: COA issue; TIL webpack bundles jsons -_-
|
2022-02-25 20:37:18 +05:30 |
|
18alantom
|
eade5770b0
|
fix: don't set empty values
|
2022-02-25 15:22:28 +05:30 |
|
18alantom
|
e9b52c8d1b
|
fix: catch promise error
|
2022-02-25 14:14:25 +05:30 |
|
18alantom
|
7cb0818601
|
fix(ui): border instead of shadow
|
2022-02-25 12:27:49 +05:30 |
|
18alantom
|
f87da9a6ef
|
feat: add a 'how to' component
- to be used in place of the empty state
|
2022-02-25 12:07:15 +05:30 |
|
18alantom
|
b29ee6ac16
|
feat: button to add a row
- fix error handling and insertion
|
2022-02-24 11:39:35 +05:30 |
|
18alantom
|
16c0bfe4fc
|
feat: added importer settings
|
2022-02-23 17:15:20 +05:30 |
|
18alantom
|
916d0ecee4
|
feat: add should submit
- code for insertion
- success state
|
2022-02-23 16:01:55 +05:30 |
|
18alantom
|
f7937935fb
|
fix: set readonly
|
2022-02-23 12:52:14 +05:30 |
|
18alantom
|
5f4cbe1795
|
feat: mark required fields
|
2022-02-23 11:34:26 +05:30 |
|
18alantom
|
15bb03136a
|
feat: add data verfying section
|
2022-02-23 11:34:26 +05:30 |
|
18alantom
|
be68ab84f8
|
feat: add assign imported labels bar
|
2022-02-23 11:34:26 +05:30 |
|
18alantom
|
f230d779c9
|
feat: code for a decent csv parser
|
2022-02-23 11:34:26 +05:30 |
|
18alantom
|
23e504a67d
|
feat: code to generate templates
|
2022-02-23 11:34:26 +05:30 |
|
18alantom
|
91e8fa52f4
|
feat: setup Data Import page
|
2022-02-23 11:34:26 +05:30 |
|
18alantom
|
39ab37d56b
|
chore: remove commas (allow GDoc import)
|
2022-02-21 13:07:46 +05:30 |
|
18alantom
|
c23e670582
|
feat: use selected chart of accounts
|
2022-02-21 12:08:50 +05:30 |
|
18alantom
|
73253212c5
|
feat: add CoA selection to Setup Wizard
|
2022-02-21 12:08:50 +05:30 |
|
18alantom
|
ab93349e11
|
fix: load langs on boot properly
- don't reload in setup wizard cause it crashes at times.
- will undo the above once fixed
|
2022-02-17 16:05:01 +05:30 |
|
18alantom
|
7afac9cfbd
|
fix: add fallback url cause ratelimiting
|
2022-02-17 15:42:40 +05:30 |
|
18alantom
|
330d0ac5c5
|
feat: add link to language contributions
- fix helpers
|
2022-02-17 14:50:48 +05:30 |
|
18alantom
|
c83ac376dd
|
feat: add selectors for language
- remove instance config
- use app level config instead
|
2022-02-17 13:16:36 +05:30 |
|
18alantom
|
ce3d997ed2
|
feat: setup translations 😎
|
2022-02-16 19:40:08 +05:30 |
|
18alantom
|
f1ad28b2cc
|
feat: add a setting for language
|
2022-02-16 17:03:39 +05:30 |
|
18alantom
|
76d1f3c7f5
|
feat: code to set languages on frappe
|
2022-02-16 16:33:24 +05:30 |
|
18alantom
|
6088569915
|
fix: shift toast to App, items-end 😑
- toast breaks in setup
|
2022-02-16 16:07:09 +05:30 |
|
18alantom
|
a6616c5c33
|
feat: add code to fetch language map
|
2022-02-16 15:35:35 +05:30 |
|
18alantom
|
ddda0d38c7
|
fix: minor fixes to tstrings
|
2022-02-16 13:15:33 +05:30 |
|
18alantom
|
c52b7f54ad
|
fix: translate all labels
|
2022-02-16 13:15:33 +05:30 |
|
18alantom
|
a03ca7f474
|
chore: deprecate old syntax, remove variable calls
|
2022-02-16 13:15:33 +05:30 |
|
18alantom
|
53ce50bb1e
|
refactor: convert template instances of t(' → t`
|
2022-02-16 13:15:33 +05:30 |
|
18alantom
|
5ffaa39ff6
|
refactor: t( => t` in *.vue <script/>
|
2022-02-16 13:15:33 +05:30 |
|
18alantom
|
cad59570a0
|
refactor: t( => t` in *.js
|
2022-02-16 13:15:33 +05:30 |
|
18alantom
|
9ca8073a33
|
refactor: convert frappe.t( to frappe.t`
|
2022-02-16 13:15:33 +05:30 |
|
18alantom
|
2a14e55e97
|
fix(ui): print format location
|
2022-02-15 22:28:55 +05:30 |
|
18alantom
|
1626278938
|
refactor: move key to component
- lag seems to be gone 🤨
|
2022-02-11 19:03:28 +05:30 |
|
18alantom
|
c6afe59033
|
refactor: inline rendering
|
2022-02-11 18:01:48 +05:30 |
|
18alantom
|
6701b4f769
|
refactor: keep-alive, fix quickeditform
|
2022-02-11 17:04:04 +05:30 |
|
18alantom
|
cab5283a92
|
refactor: quickeditform query issue
- markRaw report data
|
2022-02-11 15:55:49 +05:30 |
|
18alantom
|
9f65a9ba9e
|
refactor: markRaw pesa objects
- remove native clicks
|
2022-02-11 14:30:39 +05:30 |
|
18alantom
|
3d9344a0ed
|
refactor: search bar vo vue3, remove 'x'
|
2022-02-11 11:25:07 +05:30 |
|