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

2580 Commits

Author SHA1 Message Date
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
18alantom
7e2305b855 chore: link to CONTRIBUTING.md 2023-03-28 12:13:23 +05:30
18alantom
8d1b678c42 chore: add the Code Quality section 2023-03-27 23:35:45 -07:00
18alantom
c084e6f383 chore: add CONTRIBUTING.md (one section is left) 2023-03-27 23:35:45 -07:00
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
fe6ef65d3d v0.11.0 2023-03-16 10:54:28 +05:30
Alan
3dd28c05df
Merge pull request #578 from frappe/fixes
fix: minor issues in ui/ux, quick edit, search, etc
2023-03-15 22:23:30 -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