2
0
mirror of https://github.com/frappe/books.git synced 2024-11-15 01:44:04 +00:00
Commit Graph

57 Commits

Author SHA1 Message Date
18alantom
1c8a70819e fix: period selector issue, version issue 2022-04-01 18:58:21 +05:30
18alantom
5a66e4aba6 fix: no translation cause of premature import 2022-03-28 18:40:18 +05:30
18alantom
47e6493699 incr: type observable
- convert several to ES6
2022-03-18 16:02:46 +05:30
18alantom
90dece4984 chore: rename renderer to main cause bug 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
3d4275ef34 incr: flatten locale
- simplify telemetry calls
- add platform
2022-03-18 15:51:32 +05:30
18alantom
20578d2ab5 fix: add final log on switching off telemetry 2022-03-15 16:28:43 +05:30
18alantom
e348d14849 incr: complete telemetry sending of data 2022-03-14 18:26:26 +05:30
18alantom
bada1f3969 incr: add open count and set config on win if dev 2022-03-11 15:15:25 +05:30
18alantom
f6219f956c incr: capture telemetryobject on unload 2022-03-11 12:26:43 +05:30
18alantom
7696435504 chore: add few more logs 2022-03-11 12:26:43 +05:30
18alantom
1b951e1513 fix(ux): add a downloading update toast 2022-03-01 14:58:21 +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
c83ac376dd feat: add selectors for language
- remove instance config
- use app level config instead
2022-02-17 13:16:36 +05:30
18alantom
aba83950fb refactor: mounting behaviour for toasts and app 2022-02-10 17:02:55 +05:30
18alantom
2f6a2f4cc2 refactor: vue 2 → 3 migration
- render functions
- slots
- creation
2022-02-10 12:11:51 +05:30
18alantom
3ed5f40586 fix: remote _ from \d ∵ F$#&%N! webpack 2022-02-03 18:11:53 +05:30
18alantom
af0e8523ed feat: updation using notification flow
- minor refactor in errorHandling
2022-02-03 15:33:21 +05:30
18alantom
f42df70fb1 refactor: use channels for ipcMain to ipcRenderer 2022-02-03 13:32:33 +05:30
18alantom
2fef56459c feat: add check for updates button
- remove frappe event check-for-update
2022-02-03 13:24:00 +05:30
18alantom
517a0cc6d8 fix: improve error handling
- exit on `uncaughtException`
- set `window.onerror`
- handle error in contactMothership.js
2022-02-02 12:48:03 +05:30
18alantom
f8c76603d2 feat: error handle ipcRenderer.[send, invoke] 2022-01-28 18:43:27 +05:30
18alantom
7b61eec372 feat: start setting up error logging 2022-01-28 18:43:27 +05:30
18alantom
fc23c585d4 refactor: remove _, replace stand alone instances 2022-01-24 12:02:38 +05:30
18alantom
6053bcb39b chore: add missing pieces from frappejs 2022-01-21 03:06:17 +05:30
18alantom
cc09847337 refactor: rename imports, frappejs → frappe 2022-01-21 02:27:29 +05:30
18alantom
bc39a26590 fix: popover issues, deprecate portal-vue 2021-12-30 15:01:55 +05:30
18alantom
512e16d910 refactor: move fjs init boilerplate out, shift db init 2021-11-29 15:02:05 +05:30
18alantom
f45ea81224 refactor: shift autoupdate to systemsettings 2021-11-25 16:48:26 +05:30
18alantom
1a8a23d2a2 build(electron): bump electron to 15.3.0
- refactor Common Js imports to ES6
2021-11-05 14:31:35 +05:30
18alantom
f0424d0ee4 refactor: deprecate use of remote; remove bg transparency on macOS 2021-11-04 15:03:51 +05:30
18alantom
864d07fd1b chore: bump linters and parsers and electron's friends
- prettier and eslint have to be configured
- few rules have been switched off
- deps bumped in this did not require major changes
2021-11-02 20:21:20 +05:30
Ankit Singhaniya
47abdb5ae3 format document 2021-10-19 14:06:16 +05:30
Ankit Singhaniya
17d607ef14 add logging for async errors 2021-10-19 13:56:14 +05:30
Faris Ansari
67e9ce094d refactor: Setup wizard and company setup
- Move setup logic into setupCompany.js
- Set setupComplete field in AccountingSettings
- move connectToLocalDatabase in utils
2020-01-01 13:41:57 +05:30
Faris Ansari
444cd9e441 fix: Remove dashboard setup code 2019-12-27 12:40:57 +05:30
Faris Ansari
a3506bf015 feat: Auto Update
- Ability to disable auto update from System tab in Settings
2019-12-27 12:07:39 +05:30
Faris Ansari
802b134cd4 fix: Dont set unused fields 2019-12-23 13:56:57 +05:30
Faris Ansari
beb3105e9b fix: Setup Wizard fixes
- Company Logo and Name section
- Disable next button on click
- Set company logo in PrintSettings

Other
- Add brand color to tailwind config
- Disabled button
- Override inputClass using a function
2019-12-16 19:22:14 +05:30
Faris Ansari
162b5e983f fix: Titlebar for Windows
- Add window-no-drag to areas that should be clickable
- Top left menu in Windows
- Enable window transparency only in Mac
2019-12-16 17:13:04 +05:30
Faris Ansari
e8370aa8ab chore: Migrate project structure to Vue CLI
- Electron build using vue-cli-plugin-electron-builder
2019-12-12 23:07:43 +05:30
thefalconx33
ebf6800d65 FIX: incorrect path to country coa json after building 2019-07-22 17:11:09 +05:30
thefalconx33
96476f56c3 * Added Country Currency.
* Invoice reverts linked Payments
 * Transactions affects account balance
 * Chart Of Accounts shows account balance
2019-07-16 12:37:21 +05:30
Faris Ansari
a00764e95e Reorganize boot logic for Electron 2018-10-22 23:32:47 +05:30
Faris Ansari
26beb66147 Add renderer entry for electron 2018-10-20 18:02:01 +05:30
Faris Ansari
56d1ebe68b Get port from frappe.conf 2018-10-04 14:55:05 +05:30
Faris Ansari
e9d2f5c2c2 Initialize docs in frappe.init 2018-07-14 18:45:21 +05:30
Faris Ansari
cda0bbffc7 Use frappeVue plugin instead of manual initialization 2018-07-14 13:02:01 +05:30
Faris Ansari
bb5dc896c8 Update modalPlugin 2018-07-10 19:10:23 +05:30
Faris Ansari
b29f6f0be7 Dont reroute if currentPath is not root
- Provide frappe as computed properties for access in templates
2018-07-09 18:33:38 +05:30