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

143 Commits

Author SHA1 Message Date
18alantom
f652cdca0a fix: remove setting of error type on query-error
- type Listener params as any
2023-06-22 14:32:31 +05:30
18alantom
d0571a2450 chore: fix all fixable eslint errors in remaining non vue files
- update files to ignore
- delete babel.config.js
2023-06-22 14:22:54 +05:30
18alantom
4415c04a88 chore: enable typescript eslint rules
- refactor code to satisfy rules (batch 1)
- use ensuredir in build to prevent ENOENT
2023-06-21 16:08:47 +05:30
18alantom
35c019897d refactor: use require for electron imports 2023-06-14 14:10:03 +05:30
18alantom
d3d5d56f09 feat: report to pdf 2023-06-13 13:37:39 +05:30
18alantom
ce4481b609 feat: add auto stock transfer 2023-06-06 13:14:26 +05:30
18alantom
afe04cccaf fix: init with schemas even if no db
- ux: show reload dialog on settings save
2023-05-10 22:46:01 -07:00
18alantom
ff916a59d2 fix(ux): validate number series names
- show create quick edit even if no name
- prevent barcode double entry
2023-05-09 11:59:07 +05:30
18alantom
2007e4339d fix: Print View sync issue
- hide multi currency fields cause widget is sufficient
- exchange rate update issue
2023-05-08 12:00:14 +05:30
18alantom
0d80548c36 fix issues in e5a854c 2023-05-04 16:15:12 +05:30
akshayitzme
17c36f9adb feat: serialNo 2023-04-25 12:37:29 +05:30
18alantom
ef3f23bf2b fix: make payment flow 2023-04-19 13:13:46 +05:30
18alantom
e05ef41cec feat(ui/ux): add QuickView to AutoComplete 2023-04-18 09:31:15 +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
c5c01c52bf fix: add to cache only if synced 2023-04-14 13:27:44 +05:30
18alantom
1cc5607132 feat: linked entries (completed ui) 2023-04-13 18:09:38 +05:30
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
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
dabcbcd2ce fix: PrintTemplate list view
- type ListCell
- improve ListViewConfig types, update where required
2023-03-07 12:39:49 +05:30
18alantom
539157d122 feat: add link navigation
- getCreateRoute -> getFormRoute
- update formRoute listconfig
2023-03-03 17:53:03 +05:30
18alantom
469a7c932b fix(ui): make settings use common form format 2023-03-01 12:23:20 +05:30
18alantom
487f0498a8 refactor: rename Batch Number to Batch 2023-02-28 11:31:04 +05:30
Akshay
fafd7aaddd
Merge branch 'master' into batch-wise-item 2023-02-21 17:59:05 +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
akshayitzme
7cecf4e8df refactor: removed hasBatchNumber validation 2023-02-17 15:09:57 +05:30
Akshay
915c1d2e5c
Merge branch 'frappe:master' into batch-wise-item 2023-02-17 10:58:05 +05:30
18alantom
b24577f9fc feat: start rewriting data import as the import wizard 2023-02-02 13:42:09 +05:30
18alantom
5fd192174d refactor: improve type definition of Field 2023-02-01 14:30:02 +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
akshayitzme
0ac24bfe77 Merge branch 'master' of https://github.com/frappe/books into batch-wise-item 2023-01-18 17:50:04 +05:30
akshayitzme
81d84f4220 fix: item-batch validation 2023-01-18 17:32:26 +05:30
18alantom
7656476b6a incr: update item docs with addItem
- start with barcode widget
2023-01-16 15:08:02 +05:30
18alantom
fe68edd94d chore: add translation credits
- convert a few funcs to predicate funcs
2023-01-16 09:43:59 +05:30
akshayitzme
8a4e1e4f41 feat: BatchNumber schema & batch-wise validation 2023-01-14 16:58:16 +05:30
18alantom
665e341450 chore: format, lint and cleanup PR #521 2023-01-13 12:14:10 +05:30
Alan
87c40bc2d1
Merge pull request #521 from zaqoutabed/rtl-support
feat: Rtl support
2023-01-12 21:58:39 -08:00
18alantom
4aa92457c7 fix(ui): a few route issues with common docs 2023-01-09 12:33:26 +05:30
zaqoutabed
bf944817cd use tailwindcss-rtl package 2023-01-07 13:25:36 +03:00
18alantom
0e0c8a001a fix: save button disappears issue 2022-12-23 12:00:52 +05:30
18alantom
d1c2b17ae3 fix: prevent Save and Submit appearing together 2022-12-14 14:32:09 +05:30
18alantom
9804486562 fix: setupwizard datetime issue 2022-12-14 12:27:40 +05:30
18alantom
c6fe61c545 feat: add datetime component
- refactor date component
2022-12-05 15:31:31 +05:30
18alantom
a879f04ad5 incr: add stock indicator text
- move inventory reports to Inventory
2022-11-30 20:16:20 +05:30
18alantom
1f259524b9 incr: grouped action dropdowns 2022-11-30 12:29:52 +05:30
18alantom
9a510f1a63 feat: add shipment and purchase receipt 2022-11-18 23:01:50 +05:30