Commit Graph
65 Commits
Author SHA1 Message Date
AbleKSaju 66c70797fc fix: trigger ERPNext sync action to initiate data synchronization 2025-05-30 15:58:08 +05:30
AbleKSaju da5ca9227e feat: add worker for cron job and trigger frontend action to sync data with ERPNext 2025-05-30 15:58:08 +05:30
AbleKSaju 8a1c742684 feat: schedule ERPNext data sync using Bree cron jobs 2025-05-30 15:58:08 +05:30
akshayitzmeandAbleKSaju 0cdd2a5b36 feat: erpnext sync 2025-05-30 15:58:08 +05:30
AbleKSaju f41f4523a6 fix: restrict overriding existing company data on duplicate name creation 2025-04-05 10:55:01 +05:30
AbleKSaju e60ec6b4bc feat: implement print document functionality 2025-01-14 09:22:12 +05:30
AbleKSaju fda3718ab2 fix: make the props posPrintWidth optional 2025-01-03 11:44:31 +05:30
AbleKSaju c318e81e72 fix: pass posPrintWidth through params 2025-01-03 11:30:07 +05:30
AbleKSaju aeeebc3b4f fix: use POS print template width from print settings 2025-01-03 10:10:54 +05:30
AbleKSaju e6f95393d8 feat: create and save POS print templates with matched sizes 2025-01-03 09:41:11 +05:30
AbleKSaju 1a52f0daac fix: convert camelCase to kebab-case, resolve lint warnings 2024-09-25 09:40:04 +05:30
pu-raihan bf48f075ba fix: Format code 2024-08-20 11:56:01 +05:30
pu-raihan ae5697dbad feat: Added custom titleBarverlay with close,minimize and maximize styles 2024-08-20 11:56:01 +05:30
Isaac GC 91f2a130c7 Fixing printToPDF from electron window 2024-01-29 19:13:14 -08:00
18alantom a0cea8683e fix: use fallback if documents not available 2023-08-18 16:00:33 +05:30
18alantom 23916a3b1d fix(ux): remove file selection on create 2023-07-11 13:43:32 +05:30
18alantom 05475fcacc fix: version on develop
- explicitly disable sandbox
2023-07-11 11:02:41 +05:30
18alantom 92e8dfb6d7 incr: enable context isolation 2023-07-10 14:42:20 +05:30
18alantom 675066d6f2 incr: add preload scripts 2023-07-10 13:04:14 +05:30
Abdallah A. ZaqoutandAlan 01b29dc2a6 fix translations path in dev 2023-06-30 03:04:16 -07:00
18alantom c1b3687221 fix(ux): check db access before opening 2023-06-29 11:02:09 +05:30
18alantom 18fc0e1a5d fix: printing bug cause event not fired 2023-06-28 11:12:49 +05:30
18alantom b155d71170 chore: add lint workflow
- fix filter issue in List.vue
- update readme with inspect notes
- fix log_creds.txt path for dev
2023-06-23 12:29:51 +05:30
18alantom f2b620f256 chore: fix all fixable eslint errors in main and main.ts 2023-06-22 12:04:32 +05:30
18alantom 4415c04a88 chore: enable typescript eslint rules
- refactor code to satisfy rules (batch 1)
- use ensuredir in build to prevent ENOENT
2023-06-21 16:08:47 +05:30
18alantom 8df735d76f build: create app protocol
- add a build script (wip not yet packaged)
2023-06-20 19:29:25 +05:30
18alantom 1016e39c1b feat: update save pdf to use custom size 2023-06-02 19:50:32 +05:30
18alantom d0fe62946c fix(ux): handle directory does not exist
- type DatabaseSelector
- fix dialog button width, varios types, injection
2023-04-04 22:10:32 -07:00
18alantom eda3bb7576 incr: insert or update .template.html files
- move .template.html files out of fixtures
2023-03-07 14:16:19 +05:30
18alantom 92b8f61e03 refactor: move ipc call out of vue components 2022-10-25 13:43:00 +05:30
18alantom 69bf6a080d fix: catch more network errors
- prevent dupe account names in Catalan
2022-09-20 21:17:43 +05:30
18alantom 6f127f0032 fix: catch all errors when getting translations.csv 2022-09-19 17:34:24 +05:30
18alantom af6f953b11 fix: use relative imports for non src 2022-08-31 15:43:41 +05:30
18alantom ef26c18d50 fix: dont report network errors on updation 2022-08-31 14:50:54 +05:30
18alantom cd234f8826 fix: better error handling on updation fails
- ask user whether to restart post update download
2022-08-31 14:25:25 +05:30
18alantom a8e681b973 fix: use unlinkIfExists
- handle failed migration copy issue separately
2022-08-30 18:13:42 +05:30
18alantom bce45bd107 chore: move autod-updater listeners 2022-08-30 13:43:52 +05:30
18alantom 3904d04f7d fix(ux): handle db delete exception 2022-07-30 17:34:39 +05:30
18alantom c8f5c0123f fix: ask if should update
- if next version is beta and !current
2022-07-26 19:23:56 +05:30
18alantom fbfde7d230 fix: don't log telem on dummy create
- remove redundant calls
- add telem for app open
2022-05-28 16:44:38 +05:30
18alantom f21e507f2a incr: remove Check for Updates 2022-05-27 16:20:28 +05:30
18alantom b7d41db996 incr: simplify error logging, send to renderer 2022-05-27 16:20:28 +05:30
18alantom 12f4162162 incr: circumv window reload issue 2022-05-27 16:20:28 +05:30
18alantom 8116bd097a incr: shift process out of src/** 2022-05-27 16:20:28 +05:30
18alantom 46dbb6348f fix: updateSchemas works now, also proper cleanup 2022-05-25 14:33:36 +05:30
18alantom deefcd08f9 incr: updates to dummy creation 2022-05-23 16:18:23 +05:30
18alantom ca5514417e incr: improve db call error handling 2022-05-23 16:18:23 +05:30
18alantom 341c1bb639 incr: remove fs and path calls 2022-05-23 16:18:23 +05:30
18alantom 0951e11cb1 incr: move pdf printer to main
- fix pdf printing
2022-05-23 16:18:23 +05:30
18alantom 03ee043696 incr: fetch translateables from schema.json
- use legit csv
2022-05-23 16:18:23 +05:30