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
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
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
8ff4a97790
incr: remove redudant print settings
2023-03-13 21:14:10 +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
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
45d39f4fcf
refactor: convert sidebar toggler to use ref
2023-03-07 15:07:02 +05:30
18alantom
be999269e2
incr: rebase master
...
- clearout PrintView
- move doc status and barcode to the left
- fix color field display
2023-03-06 11:56:54 +05:30
18alantom
44f172316f
incr: convert other templates to template.html files
...
- delete old invoice template files
2023-03-06 10:42:55 +05:30
18alantom
f398e190e6
incr: convert Minimal.vue to a template.html file
2023-03-06 10:42:41 +05:30
18alantom
c04098a3eb
incr: add scaled container
...
- allow changing the scale of the print view
- prevent deletion of non custom templates
2023-03-06 10:40:03 +05:30
18alantom
539157d122
feat: add link navigation
...
- getCreateRoute -> getFormRoute
- update formRoute listconfig
2023-03-03 17:53:03 +05:30
18alantom
7ed392654a
incr: update ui for link field nav
2023-03-03 17:34:12 +05:30
18alantom
4b65fbb50d
fix: CommonForm name field readonly
...
- CommonForm clear tempname on focus
- remove inline editing of inline docs
- remove "inline" config on schema fields
- show select placeholder only if no label
- rename inlineEditDisplayField to linkDisplayField
2023-03-02 13:42:16 +05:30
18alantom
48e9f1b668
fix(ui): Link fieldtype, show display field
...
- make address a manually named entry type
- make a few more entry types searchable
- fix dropdown filter undefined issue
- reset settings docs if not saved
- fix ux dropdown toggle on click
2023-03-02 11:58:08 +05:30
18alantom
487f0498a8
refactor: rename Batch Number to Batch
2023-02-28 11:31:04 +05:30
akshayitzme
7d97e72b92
feat: batchNumber in print template
2023-02-22 12:35:18 +05:30
18alantom
332307bdd1
incr: user common form for journal entries
2023-02-21 11:51:32 +05:30
18alantom
e0141b70d8
incr: use CommonForm for a few docs
...
- show errors
- shit setName to after validation
2023-02-21 11:04:35 +05:30
18alantom
0c077f09d2
incr: use legible temp name
...
- fix table borders
- enable edit row
2023-02-20 11:22:48 +05:30
18alantom
01e197f439
incr: status badge and action buttons
2023-02-20 10:22:19 +05:30
18alantom
7cfd0726d6
incr: add collapsible sections
...
- table borders
2023-02-17 21:56:54 +05:30
18alantom
1db70dfef6
feat: common form view
2023-02-17 21:05:06 +05:30
18alantom
aa04e1493c
fix: autoselect issue in assignment row
...
- col count mismatch issue between header and body
2023-02-15 14:02:48 +05:30
18alantom
3c79e2fc94
incr: add import complete modal
...
- make modal backdrop milder
2023-02-15 10:16:00 +05:30
18alantom
18c3d56b68
fix: allow autocomplete to set and display null values
2023-02-04 12:08:19 +05:30
18alantom
b24577f9fc
feat: start rewriting data import as the import wizard
2023-02-02 13:42:09 +05:30
18alantom
5cb136d22e
refactor: type DataImport
...
- remove unused file
2023-02-01 13:16:54 +05:30
18alantom
39d92038a5
feat: add manufacture stock movement type
2023-01-31 13:36:03 +05:30
18alantom
765f9f76ce
incr: add a few more shortcuts
...
- fix control issue
- add a shortcut helper
2023-01-30 20:08:37 +05:30
18alantom
974c95aafc
incr: add shortcuts to go back and
...
- save, submit, cancel and delete a focused doc
- fix search filter issue
2023-01-30 16:20:48 +05:30
18alantom
e4fbecc914
incr: mods not added to pressed
2023-01-30 12:27:21 +05:30
18alantom
67f8879551
incr: add mods to shortcut class
2023-01-27 14:18:13 +05:30
18alantom
1ca26a5c41
refactor: use inject for languageDirection
...
- remove unnecessary spacer in pageheader when rtl
2023-01-27 14:13:36 +05:30
zaqoutabed
3e1d3cee54
fix: fix rtl in mac to prevernt traffic lights overlapping
2023-01-21 14:50:47 +02:00