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

2504 Commits

Author SHA1 Message Date
18alantom
6b4baa9fae v0.13.0 2023-04-25 09:02:58 +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
Alan
4928ec18d3
Merge pull request #598 from frappe/quick-payments
feat: Auto Payments
2023-04-20 02:28:21 -07:00
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
Alan
a829e23bda
Merge pull request #597 from frappe/ux-improvements
feat(ui/ux): status pills & quick view
2023-04-17 22:14:35 -07:00
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
Alan
21ca586604
Merge pull request #595 from frappe/common-form-for-all
fix(ux): use CommonForm for all entries
2023-04-16 23:58:06 -07:00
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
c5c01c52bf fix: add to cache only if synced 2023-04-14 13:27:44 +05:30
18alantom
0c369309e3 fix(ux): use CommonForm for all entries
- update search routing, listConfigs
2023-04-14 13:22:13 +05:30
Alan
42a2de8dda
Merge pull request #593 from frappe/invoice-common-form
fix(ui/ux): use Common Form for Invoices
2023-04-13 22:39:04 -07:00
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
28158e5add incr: update invoice schema with sections
- hide name from transactional schemas
2023-04-12 14:35:38 +05:30
18alantom
e9300e350d v0.12.0 2023-04-11 12:22:23 +05:30
18alantom
1dc0911add fix: select field issue 2023-04-11 12:15:25 +05:30
18alantom
95e5447d79 refactor: simplify and improve #591 2023-04-10 17:09:07 +05:30
Abdallah A. Zaqout
920d97e52e handle currency for AutoComplete 2023-04-10 02:28:37 -07:00
Abdallah A. Zaqout
ba53b79dc3 change currency type to AutoComplete 2023-04-10 02:28:37 -07:00
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
b460e96c97 fix: StockTransfer item filter 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
Alan
a0eced5fe0
Merge pull request #586 from frappe/manual-backref
fix(ux): allow setting of Stock Transfer backref
2023-03-28 23:49:33 -07:00
18alantom
4e22ac1d8c fix: backReference filter
- test manual setting of backReference
2023-03-29 12:15:47 +05:30
18alantom
0ce9507a4a fix(ux): allow setting of Stock Transfer backref 2023-03-29 11:44:59 +05:30