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

2772 Commits

Author SHA1 Message Date
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
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
Alan
a11384a2d6
Merge pull request #577 from frappe/dependabot/npm_and_yarn/minimatch-3.1.2
chore(deps): bump minimatch from 3.0.4 to 3.1.2
2023-03-14 21:01:05 -07:00
18alantom
07e5bad7d4 chore: update translation contrib list 2023-03-15 09:30:33 +05:30
dependabot[bot]
208a8457a1
chore(deps): bump minimatch from 3.0.4 to 3.1.2
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-15 03:52:31 +00:00
Alan
b80afda1e2
Merge pull request #576 from frappe/dependabot/npm_and_yarn/webpack-5.76.0
chore(deps-dev): bump webpack from 5.66.0 to 5.76.0
2023-03-14 20:51:58 -07:00
Alan
65f3ada5e5
Merge pull request #575 from frappe/dependabot/npm_and_yarn/sideway/formula-3.0.1
chore(deps): bump @sideway/formula from 3.0.0 to 3.0.1
2023-03-14 20:51:50 -07:00
Alan
2a70569f53
Merge pull request #571 from XTechnology-TR/patch-1
chore: Update Turkish Lang.
2023-03-14 20:51:30 -07:00