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

1319 Commits

Author SHA1 Message Date
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
18alantom
d35dbc07fa fix: allow single value child tables 2023-07-13 00:30:14 -07:00
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
df9b709db3 incr: switchoff node integration
- fix prettier
2023-07-11 10:08:21 +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
akshayitzme
6e3068dd60 chore: fix linting 2023-07-01 14:17:06 +05:30
akshayitzme
3577a8fab0 feat: stock return 2023-07-01 13:01:00 +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
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
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
f63ab9d660 chore: prevent access check if mem 2023-06-29 11:32:23 +05:30
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
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
eeb2eab3e5 fix: skip telemetry log for auto entries 2023-06-28 10:25:39 +05:30
18alantom
7c9ce28331 chore: change filepath to memory 2023-06-27 14:24:20 +05:30
18alantom
64671e5625 test(ui): test instance setup
- fix auto complete choice on blur
- fix button disabled
2023-06-27 13:00:17 +05:30
18alantom
badae87edb test(ui): add a simple uitest 2023-06-27 11:42:47 +05:30
18alantom
247d4a4718 chore: ignore linting in component/**/*.vue
- fix linting errors in the rest of the files
2023-06-26 13:40:23 +05:30
18alantom
7c202ecee8 chore: fix --fix able vue eslint issues
- type in workflow
2023-06-23 12:35:44 +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
d42d0841aa chore: config eslint with vue-eslint and prettier
- fix prettier issues
2023-06-23 10:40:16 +05:30
18alantom
e67e6ae257 chore: fix all fixable eslint errors in src 2023-06-22 11:39: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
dde007dd09 refactor: move colors to json
- disable security warnings in dev (cause by http vite server)
2023-06-20 17:50:20 +05:30
18alantom
cc675e54ff build: add dev script
- enable source maps for main process
- run main and build process using the same command
- change dev command to `yarn dev`
2023-06-20 15:59:37 +05:30
18alantom
944f7cc81e refactor: remove Table from FormControl
- Table fields are only used on CommonForms anyways
- Causes circular import
2023-06-14 14:39:07 +05:30
18alantom
35c019897d refactor: use require for electron imports 2023-06-14 14:10:03 +05:30
18alantom
daa7fe549f refactor: import icons instead of require.context
- fix image path for empty list
2023-06-14 14:03:46 +05:30
18alantom
ae2f6c2a9e incr: fix import paths add ext .vue 2023-06-14 10:30:40 +05:30
18alantom
dd54450ccf incr: add print shortcut in reports 2023-06-13 14:13:48 +05:30
18alantom
d3d5d56f09 feat: report to pdf 2023-06-13 13:37:39 +05:30
18alantom
a4729e2a6c fix(ui): full scale printview only if it fits 2023-06-13 09:31:33 +05:30
18alantom
40d889ae73 chore: type Report.vue
- add print button
2023-06-13 09:00:50 +05:30
18alantom
7fb807ec85 fix(ux): switch Datetime to use native input 2023-06-07 21:31:23 -07:00
18alantom
5eb30d8861 fix(ux): switch Date to use native input 2023-06-07 21:31:23 -07:00
Abdallah A. Zaqout
3d9dd9c02b pass canCreate to List.vue as prop 2023-06-06 23:56:33 -07:00
Abdallah A. Zaqout
a956d74679 hide Make Entry if can not create 2023-06-06 23:56:33 -07:00
18alantom
89e45c604c fix: price list table visiblity
- make price list searchable
- remove row edit from price list
2023-06-07 11:58:15 +05:30
akshayitzme
3862fe1006 feat: price list 2023-06-06 14:29:08 +05:30
18alantom
1016e39c1b feat: update save pdf to use custom size 2023-06-02 19:50:32 +05:30
18alantom
9011ae04fa feat: update display to use set size 2023-06-02 18:59:03 +05:30
18alantom
5ec0270540 feat: modal to selct print size 2023-06-02 16:21:27 +05:30
18alantom
8f0f154549 fix(ux): space between label
- use PrintSettings.companyName instead
2023-06-02 13:06:31 +05:30
Abdallah A. Zaqout
61215f1a38 clear result when TargetSchema changed 2023-05-30 23:35:32 -07:00
18alantom
ae846d85e7 fix(ui): exchange rate widget height 2023-05-31 11:49:02 +05:30
18alantom
ab6cc88fdd fix: prevent flicker by setting data before mount 2023-05-31 11:16:12 +05:30
18alantom
4581d1d089 feat: add button to toggle form width 2023-05-31 11:12:09 +05:30
18alantom
fba3fb76c6 fix: prevent cannot read prop rootType 2023-05-30 05:04:08 -07:00
18alantom
497d2bbd34 fix: test, run updatetemplates only if electron
- fix prop of null not found error
2023-05-30 05:04:08 -07:00
18alantom
f6cc795184 fix: print button not visible on first start 2023-05-30 05:04:08 -07:00
18alantom
2bf5d3c38a fix: navigation issue cause of "/" 2023-05-30 05:04:08 -07:00
18alantom
5f32c45736 fix(ui/ux): move back button to the left
- add forward button
2023-05-25 21:37:12 -07:00
18alantom
afe04cccaf fix: init with schemas even if no db
- ux: show reload dialog on settings save
2023-05-10 22:46:01 -07:00
18alantom
64b456798f v0.14.0 2023-05-09 12:43:07 +05:30
18alantom
758930796c fix(ui): hide scrollbars in currency fields 2023-05-09 12:41:18 +05:30
18alantom
ba97f25318 fix: account report end date increment by 1
- TemplateBuilder prevent reset if doc is not saved
2023-05-09 12:16:26 +05:30
18alantom
ff916a59d2 fix(ux): validate number series names
- show create quick edit even if no name
- prevent barcode double entry
2023-05-09 11:59:07 +05:30
18alantom
aff4e27d88 fix(ui): german translation for debit
- remove scrollbar on dashboard
2023-05-09 10:43:46 +05:30
18alantom
5996b35a8f fix(ux): show view month and year on changing days 2023-05-09 10:32:18 +05:30
18alantom
f6ce646477 fix: reset template builder doc on navigating away
- add print templates to search
2023-05-09 09:53:32 +05:30
18alantom
2007e4339d fix: Print View sync issue
- hide multi currency fields cause widget is sufficient
- exchange rate update issue
2023-05-08 12:00:14 +05:30
18alantom
a8e8225ad6 fix: dashboard scroll issue
- remove '.' from labels
2023-05-08 10:35:50 +05:30
18alantom
0d80548c36 fix issues in e5a854c 2023-05-04 16:15:12 +05:30
akshayitzme
17c36f9adb feat: serialNo 2023-04-25 12:37:29 +05:30
18alantom
54f63429a6 fix(ux): rename post save pre submit pill 2023-04-24 20:32:12 -07:00
18alantom
7b85277fb1 fix: doc shortcuts in non keep alive contexts
- remove readonly on ImportWizard entries
- indicate if Grand Total is 0 on an Invoice.
2023-04-24 20:32:12 -07:00
18alantom
eb2b6f4727 fix: replace path after a doc has been inserted
- reword "Features Flags" to "Features"
- reword "Save to database"
- fix "New Entry" display
- fix address sectioning
2023-04-24 20:32:12 -07:00
18alantom
cb6aaaee31 fix: required error on non required children 2023-04-21 10:42:50 +05:30
18alantom
99af94f38e fix(ui): hanging border when using bg header
- focus not found issue
- save shortcut in Settings
2023-04-20 17:40:52 +05:30
18alantom
0b439c4429 fix: CommonForm error
- dont use computed fields
2023-04-20 13:27:14 +05:30
18alantom
19aa0d949a chore: rename Quick Payment to Auto Payment
- ∵ more semantically correct
2023-04-20 13:12:29 +05:30
18alantom
759bedf764 incr: complete quick payment function
- fix quick view display update
2023-04-20 11:55:48 +05:30
18alantom
bc909f630a feat: add default fields for Quick Payments
- fix punctuation
- improve submit dialog if quick payment
2023-04-20 11:40:23 +05:30
18alantom
ef3f23bf2b fix: make payment flow 2023-04-19 13:13:46 +05:30
18alantom
044650bf15 fix(ui): popover shadow 2023-04-18 10:44:09 +05:30
18alantom
fd1270f652 incr: add transition and delays to popover
- use delay for quickview
- fix quickview height issue in autocomplete
2023-04-18 10:03:29 +05:30
18alantom
e05ef41cec feat(ui/ux): add QuickView to AutoComplete 2023-04-18 09:31:15 +05:30
18alantom
32ca9e1c32 fix(ux): replace status badge with status pill 2023-04-17 14:26:14 +05:30
18alantom
db90546282 incr: add RowEditForm
- simplify QuickEditForm markdown
2023-04-17 12:19:41 +05:30
18alantom
653ea9f800 refactor: remove status messages and actions
- QuickEdit wont be used as a main form
2023-04-17 11:01:02 +05:30
18alantom
c754fd35ce fix: simplify QuickEditForm and usage
- type QuickEditForm, TwoColumnForm
- dont use QuickEditForm for tables
- dont keep-alice QuickEditForm
2023-04-17 10:56:00 +05:30
18alantom
5a3b87333e fix: uninserted doc cache router break
- explicit drop from cache on delete if notinserted
2023-04-17 09:59:12 +05:30
18alantom
d9415233f5 fix(ux): Add sections for a few Entry types
- remove widgets from the QuickEditForm
- remove redundant files
2023-04-14 15:31:04 +05:30
18alantom
c158ae8100 fix(ui): Square AttachImage with 2 row span 2023-04-14 13:53:35 +05:30
18alantom
0c369309e3 fix(ux): use CommonForm for all entries
- update search routing, listConfigs
2023-04-14 13:22:13 +05:30
18alantom
59ef4260ac fix(ui): group pills, add empty message 2023-04-14 11:07:24 +05:30
18alantom
33d215eb73 chore: delete InvoiceForm.vue
- update router with Invoice routes
2023-04-14 10:47:26 +05:30
18alantom
202ddf829b incr: add shortcuts for linked entries
- fix quickedit shortcut
- most settings to tab
- fix coa auto select in SetupWizard
- remove sections and tabs if empty
2023-04-14 10:43:18 +05:30
18alantom
1cc5607132 feat: linked entries (completed ui) 2023-04-13 18:09:38 +05:30
18alantom
f0a6e7bf9e fix(ui): propagate row changes
- type ExchangeRate.vue
- add BarCode and ExchangeRate widgets to CommonForm
- create (not complete) with LinkedEntries.vue
2023-04-13 11:46:51 +05:30
18alantom
1dc0911add fix: select field issue 2023-04-11 12:15:25 +05:30
18alantom
0e917b38c5 fix: prevent cannot read property 2023-04-04 22:10:32 -07:00
18alantom
754a1a8e50 fix: capture patch fail errors
- dont notify user
- catch uncaught promise in migration
- prevent unable to acquire conn error
2023-04-04 22:10:32 -07:00
18alantom
5f66cfe5d5 fix(ux): prevent unable to acquire conn 2023-04-04 22:10:32 -07:00
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
6f11d6e6c2 fix(ux): allow NumberSeries search and create 2023-04-04 22:10:32 -07:00
18alantom
b618340cec refactor: cleanup provide-injects
- type a bunch of form element .vue files
2023-04-04 22:10:32 -07:00
18alantom
368714a84a fix: TypeError, .round is not a func
- type vue files for Currency, Float, Int, Data
- use Number for safe parse cause faster
2023-04-04 22:10:32 -07:00
18alantom
7c99a76e20 fix: dropdown invalid vnode key 2023-03-29 13:52:20 +05:30
18alantom
a3a6c5bad9 fix(ui): unhide dev mode in prod 🤦 2023-03-27 00:27:00 -07:00
18alantom
2310b6acec feat: add route to paid or unpaid invoices 2023-03-27 00:27:00 -07:00
18alantom
080eaa5e4f refactor(ui): use showDialog for FB Dialog Component
- remove showMessageDialog using native component
- add icons to the Dialog component
2023-03-27 00:27:00 -07:00
18alantom
524111418c fix: search modal scroll issue
- add button outlines
- remove random lifecycle methods
- fix create option name display
2023-03-27 00:27:00 -07:00
18alantom
4fa3169ce4 refactor: simplify Toast with Teleport 2023-03-27 00:27:00 -07:00
18alantom
903ee3e158 feat: Dialog.vue
- shift showToast to interactive.ts
2023-03-27 00:27:00 -07:00
18alantom
1e8b1152bb fix: minor refactor shortcuts, dont maintain stack
- better dialog messages
- use Shortcut for escape in modal
2023-03-27 00:27:00 -07:00
18alantom
08343ae18e refactor: use composable for doc shortcuts in Forms
- type Toast.vue, use constants for duration
2023-03-27 00:27:00 -07:00
18alantom
e1b502b138 refactor: remove global shortcuts, move Shortcuts
- update injections in a few components
- use Shift+Backspace for back (prevent clashes with the \b)
- use string context for single instance components
2023-03-27 00:27:00 -07:00
18alantom
3fd4cd16be chore: type FilterDropdown.vue to fix build issues 2023-03-27 00:27:00 -07:00
18alantom
06f981163d refactor: use typed injections
- use contextual shortcuts
- type Sidebar.vue, App.vue, ListView.vue
- improve types for search.ts
2023-03-27 00:27:00 -07:00
18alantom
1259420098 refactor: add context to shortcuts
- remove ref based doc shortcuts
2023-03-27 00:27:00 -07:00
18alantom
9bce0f1ae8 fix: address setting on create new
- fix link field typo
- remove name from address quickedit form list
- add export shortcut
2023-03-27 00:27:00 -07:00
18alantom
8cef2ae60f refactor: Dropdown.vue (add types, simplify)
- fix dropdown keyboard item selection
- add new entry shortcut to ListView
- rename doc to entry in a few places
2023-03-27 00:27:00 -07:00
18alantom
74f4513a7e fix: capture key errors in print container
- add error boundary component
2023-03-16 22:34:51 -07:00
18alantom
997aa42f10 fix(ui): readonly not tabable
- pushed before adding to the previous commit
2023-03-16 10:52:50 +05:30
18alantom
f484c2b4aa fix(ux): show dbPath in the DatabaseSelector
- set lighter colour for disabled input
- if readonly not tabable
2023-03-16 10:48:28 +05:30
18alantom
708d172f7c fix(ux): toasts on sync, submit, delete and cancel
- dont route back on cancel
- dont show dialog on duplicate
- simplify two column form
2023-03-15 14:03:22 +05:30
18alantom
703b1d2138 fix(ui): use common form like ui for setup wizard 2023-03-15 12:48:10 +05:30
18alantom
f94ae5c2d2 fix(ux): prevent creation of a few entrytypes 2023-03-15 11:19:24 +05:30
18alantom
6719c070e1 fix(ui): sticky quick edit form header
- fix quick search create routing
2023-03-15 11:01:48 +05:30
18alantom
94f3425928 fix(ux): show template on load
- show no entries message
2023-03-14 13:27:14 +05:30
18alantom
7a22ab8946 fix: extra resources build link
- display links upto two levels
- mark template strings for translation
2023-03-14 12:54:05 +05:30
18alantom
8ff4a97790 incr: remove redudant print settings 2023-03-13 21:14:10 +05:30
18alantom
dced1ed559 fix(ux): display template compilation errors
- fix failing tests due vue imports on ts-node compile
- prevent fyo access in templates
- update default template
- change outline colour
2023-03-13 15:42:19 +05:30
18alantom
8f84f2677c incr: add template select and save menu items
- add shortcut for view hints, show shortcut to apply changes
- update shortcut helper ui
2023-03-13 12:36:56 +05:30
18alantom
f061108565 fix(ui): transition for hints
- remove fix scrollbar jump on edit toggle
- remove toggle edit toast
- (unrelated) add formula for root type
2023-03-11 10:31:40 +05:30
18alantom
f7f3444352 incr: complete Edit Mode
- move name field to the placeholder
2023-03-10 17:24:14 +05:30
18alantom
593f5f0db7 incr: add display scale shortcuts
- focus and clear name if doc is new
2023-03-10 13:20:21 +05:30
18alantom
0614f99ea1 feat: add editor mode and apply changes shortcuts
- fix save shortcuts (in CommonForm too)
- update shortcuts helper list
- add documentation link
2023-03-09 21:46:31 +05:30
18alantom
bac00b5a36 fix(ui/ux): continuous drag for template pane
- remove border radius on
2023-03-09 20:49:45 +05:30
18alantom
5c1696ea85 fix(ui): update template editor layout
- remove modal, everything in one screent
2023-03-09 20:11:48 +05:30
18alantom
fcec404e63 fix(ui): start restyling editor
- add left pane for template
- add baseTemplate when starting with a new template
2023-03-09 15:49:02 +05:30
18alantom
6ec819f4ba feat: add HorizontalResizer 2023-03-09 14:26:21 +05:30
18alantom
11c714a957 feat: add autocomplete for linklabels
- update editor styling
2023-03-09 11:47:25 +05:30
18alantom
ec9cc7f2b4 fix(ui): update template editor colors 2023-03-08 19:55:45 +05:30
18alantom
a8f73b605e incr: use codemirror for editing 2023-03-08 14:31:02 +05:30