2
0
mirror of https://github.com/frappe/books.git synced 2025-02-04 04:58:30 +00:00

595 Commits

Author SHA1 Message Date
akshayitzme
5f595501f5 fix: balance quantity not updating after submit 2023-12-04 14:38:13 +05:30
akshayitzme
d3bc03a14c incr: added payment, cancel action buttons 2023-12-04 14:38:13 +05:30
akshayitzme
5b66b98f4e incr: selected item row component 2023-12-04 14:38:13 +05:30
akshayitzme
53955045de feat: floating label float input 2023-12-04 14:38:13 +05:30
akshayitzme
f43161adf7 feat: floating label currency input 2023-12-04 14:38:13 +05:30
akshayitzme
0189e99c9b feat: floating label input base 2023-12-04 14:38:12 +05:30
akshayitzme
c12d9e1fb8 feat: selected items table 2023-12-04 14:38:12 +05:30
akshayitzme
1878f26110 feat: items table 2023-12-04 14:38:12 +05:30
akshayitzme
4f3e3536d2 feat(ui): neupos icon 2023-12-04 14:38:12 +05:30
akshayitzme
a1fc203e8b feat: invoice returns 2023-09-23 16:45:22 +05:30
18alantom
e6a68d98b5 chore: fix lint 2023-09-12 12:03:14 +05:30
18alantom
a24d6053b6 chore: fix sidebar bg
- add gray-25, swap blue-500 and pink-500
- fix charts
2023-09-01 14:01:27 +05:30
18alantom
5635772f8f chore: adjust UI colors
- buttons, tabs, sidebar
- search, etc
2023-09-01 13:52:47 +05:30
18alantom
d86cd90d6f fix(ux): rename party to context based
- move country before state
- rename track item to track inventory
2023-08-25 12:37:02 +05:30
18alantom
cdc2096bd7 fix(ui): add toast border color to make it stand-out 2023-08-24 17:28:44 +05:30
Alan
1a93ab04a5
Merge pull request #682 from akshayitzme/feat-stock-return
feat: stock return
2023-08-18 03:11:25 -07:00
akshayitzme
3349f1af10 fix: return status colors 2023-08-01 11:12:13 +05:30
akshayitzme
8f95e9098c fix: move enable stock returns to inventory 2023-07-31 17:51:59 +05:30
18alantom
4614c38751 fix: use luxon for Date to and from string 2023-07-20 22:47:51 -07:00
18alantom
39638ee9c7 fix: return local date for display 2023-07-18 02:02:41 -07:00
18alantom
dbbe4fe9de fix(ui/ux): prevent shorcuts in input
- border on Toast
2023-07-16 23:13:12 -07:00
18alantom
aeaddc30a4 fix: set time to 0 on date selection 2023-07-16 23:13:12 -07:00
18alantom
d35dbc07fa fix: allow single value child tables 2023-07-13 00:30:14 -07:00
18alantom
df9b709db3 incr: switchoff node integration
- fix prettier
2023-07-11 10:08:21 +05:30
18alantom
e2b9ea1f49 refactor: switch to preload script
- delete ipcCalls
2023-07-10 13:33:52 +05:30
18alantom
ea079db92e incr: remove src imports from ipcCalls.ts
- simplify ipcCalls
2023-07-10 13:03:32 +05:30
akshayitzme
6e3068dd60 chore: fix linting 2023-07-01 14:17:06 +05:30
akshayitzme
3577a8fab0 feat: stock return 2023-07-01 13:01:00 +05:30
Alan
6cb2fed6d7
Merge pull request #680 from frappe/minor-improvements
feat: a few minor improvements
2023-06-30 03:05:44 -07:00
Abdallah A. Zaqout
6140909836 fix: DynamicLink Field
get error when create newDoc from DynamicLink field
schemaName is undefined
2023-06-30 03:05:13 -07:00
18alantom
4321a5f60e feat: warn about insufficient quantity 2023-06-30 09:43:45 +05:30
18alantom
e8041b7d9c fix: log import and export events 2023-06-28 12:25:17 +05:30
18alantom
64671e5625 test(ui): test instance setup
- fix auto complete choice on blur
- fix button disabled
2023-06-27 13:00:17 +05:30
18alantom
badae87edb test(ui): add a simple uitest 2023-06-27 11:42:47 +05:30
18alantom
247d4a4718 chore: ignore linting in component/**/*.vue
- fix linting errors in the rest of the files
2023-06-26 13:40:23 +05:30
18alantom
7c202ecee8 chore: fix --fix able vue eslint issues
- type in workflow
2023-06-23 12:35:44 +05:30
18alantom
d42d0841aa chore: config eslint with vue-eslint and prettier
- fix prettier issues
2023-06-23 10:40:16 +05:30
18alantom
944f7cc81e refactor: remove Table from FormControl
- Table fields are only used on CommonForms anyways
- Causes circular import
2023-06-14 14:39:07 +05:30
18alantom
daa7fe549f refactor: import icons instead of require.context
- fix image path for empty list
2023-06-14 14:03:46 +05:30
18alantom
ae2f6c2a9e incr: fix import paths add ext .vue 2023-06-14 10:30:40 +05:30
18alantom
7fb807ec85 fix(ux): switch Datetime to use native input 2023-06-07 21:31:23 -07:00
18alantom
5eb30d8861 fix(ux): switch Date to use native input 2023-06-07 21:31:23 -07:00
Abdallah A. Zaqout
61215f1a38 clear result when TargetSchema changed 2023-05-30 23:35:32 -07:00
18alantom
ae846d85e7 fix(ui): exchange rate widget height 2023-05-31 11:49:02 +05:30
18alantom
4581d1d089 feat: add button to toggle form width 2023-05-31 11:12:09 +05:30
18alantom
fba3fb76c6 fix: prevent cannot read prop rootType 2023-05-30 05:04:08 -07:00
18alantom
5f32c45736 fix(ui/ux): move back button to the left
- add forward button
2023-05-25 21:37:12 -07:00
18alantom
64b456798f v0.14.0 2023-05-09 12:43:07 +05:30
18alantom
758930796c fix(ui): hide scrollbars in currency fields 2023-05-09 12:41:18 +05:30
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