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
18alantom
45d39f4fcf
refactor: convert sidebar toggler to use ref
2023-03-07 15:07:02 +05:30
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
dabcbcd2ce
fix: PrintTemplate list view
...
- type ListCell
- improve ListViewConfig types, update where required
2023-03-07 12:39:49 +05:30
18alantom
f9fbefad0e
incr: add Print button to common form
...
- remove template setting from print settings
- allow setting default templates
2023-03-06 15:13:54 +05:30
18alantom
0d3541fcb7
fix: templatebuilder readonly
...
- rename variable in evaluateFieldMeta
- add action to templatebuilder
2023-03-06 14:35:13 +05:30
18alantom
e63f24751c
incr: add PrintContainer
...
- update PrintView to use save PrintTemplates
- use PrintContainer in TemplateBuilder
- refactor handleErrorWithDialog
2023-03-06 14:18:04 +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
b0c23a6295
incr: change scrollbar color
...
- actuall remove border
2023-03-06 10:42:17 +05:30
18alantom
c3dae8cce2
incr: add editor modal
...
- remove show hint button
2023-03-06 10:42:17 +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
6cf4a5ec0c
incr: add pdf and doc actions
2023-03-06 10:40:03 +05:30
18alantom
dca5b52567
incr: add template key hint
...
- shift TemplateBuilder into folder
2023-03-06 10:40:03 +05:30
18alantom
e33ca5c313
incr: functions to get hint and values
2023-03-06 10:40:03 +05:30
18alantom
28aa0f135e
incr: update routing
...
- update PrintTemplate UI code
2023-03-06 10:40:02 +05:30
18alantom
2e0eb654e9
incr: scaffold template builder
2023-03-06 10:39:13 +05:30
Alan
205ef4aa6a
Merge pull request #568 from frappe/navigable-link-fields
...
feat: navigable link fields
2023-03-03 04:23:39 -08:00
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
144e37d3a8
v0.10.0
2023-03-02 16:03:23 +05:30
18alantom
c6ca4f4e4c
fix: Reports Date filter field issue
...
- update Report Issue template
2023-03-02 15:50:03 +05:30
18alantom
4b1b1d9733
fix: GetStarted settings routing
2023-03-02 14:40:15 +05:30
Alan
0f2f923bd2
Merge pull request #567 from frappe/fix-inline-fields
...
fix(ux): inline fieldtype
2023-03-02 00:16:55 -08:00
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
Alan
51ce718d01
Merge pull request #566 from frappe/redo-settings
...
fix(ui): make settings use common form format
2023-03-01 00:55:46 -08:00
18alantom
440419b367
fix(ux): documentation path
...
- remove unnecessary injects
2023-03-01 14:05:59 +05:30
18alantom
e1920bd55e
incr: update dynamic hidden
...
- delete unused settings tab files
2023-03-01 13:43:04 +05:30
18alantom
09f194badc
incr: add sections to settings
2023-03-01 13:24:49 +05:30
18alantom
469a7c932b
fix(ui): make settings use common form format
2023-03-01 12:23:20 +05:30
Alan
ee495bb174
Merge pull request #562 from frappe/fix-batchwise-inventory
...
fix: issues with Batch-wise Inventory
2023-02-27 22:43:44 -08:00
18alantom
68430a615e
chore: update doc link with batches
2023-02-28 12:09:23 +05:30
18alantom
08cfaa6b68
fix: batch filter in stock bal
...
- allow viewing location if inventory is enabled
2023-02-28 11:42:59 +05:30
18alantom
487f0498a8
refactor: rename Batch Number to Batch
2023-02-28 11:31:04 +05:30
18alantom
71aabec935
refactor: shift batch tests to new file
...
- remove redundant code from batch tests
- update settings show reload toast trigger
2023-02-28 11:25:48 +05:30
18alantom
b3e4073bb7
feat: batchwise filters in stock ledger and stock balance
2023-02-27 19:41:39 +05:30
18alantom
9a8e423b72
fix: batch quantity validations
2023-02-27 19:16:04 +05:30