2
0
mirror of https://github.com/frappe/books.git synced 2025-01-03 15:17:30 +00:00
Commit Graph

1472 Commits

Author SHA1 Message Date
AbleKSaju
257737c8ab chore: refactor code 2024-11-14 12:41:59 +05:30
AbleKSaju
b05c28c00a feat: split selected items table and rows for ClassicPOS and ModernPOS 2024-11-14 12:41:59 +05:30
AbleKSaju
a4de661a42 feat: split item list and grid views for ClassicPOS and ModernPOS 2024-11-14 12:41:59 +05:30
AbleKSaju
d223d49f4f feat: split POS into ClassicPOS and ModernPOS 2024-11-14 12:41:59 +05:30
AbleKSaju
ddc1e616bc fix: add checkmark for selected status 2024-11-11 11:02:19 +05:30
AbleKSaju
075c7d563e fix: update 'select' field type 2024-11-08 14:55:36 +05:30
AbleKSaju
0b6a8970eb fix: renamed newLink to secondaryLink 2024-10-29 11:02:16 +05:30
AbleKSaju
cc5b7e07b8 fix: formatted 2024-10-29 10:02:36 +05:30
AbleKSaju
82c7a7b98d feat: add MultiLabelLink to retrieve multiple field datas 2024-10-29 10:02:36 +05:30
AbleKSaju
b5f49147db fix: recursive free item in pricing rule, ensuring free item quantity increases when condition is met 2024-10-23 12:40:51 +05:30
AbleKSaju
6f6e0bc197 fix: update icons in pos 2024-10-22 17:06:35 +05:30
Akshay
d7aeaeb50e
Merge pull request #984 from AbleKSaju/fix-date
fix: update date input calendar icon
2024-10-22 16:12:32 +05:30
Akshay
bf78475b93
Merge pull request #989 from AbleKSaju/fix-remove-free-items
fix: prevent removal of free items when unrelated item is removed
2024-10-22 16:12:08 +05:30
Akshay
2fdaef3a9d
Merge pull request #990 from AbleKSaju/fix-ui-update
fix: UI updates
2024-10-22 16:11:25 +05:30
AbleKSaju
86b21c50e2 chore: refactored pricing rule logic 2024-10-22 15:58:42 +05:30
AbleKSaju
28d0e67a51 fix: hide coupon codes in pos when not enabled in settings 2024-10-22 10:57:55 +05:30
AbleKSaju
bcc554288d fix: resolved warnings and updated styles 2024-10-22 10:20:46 +05:30
AbleKSaju
fc310251a3 fix: removed x-axis scroll in dark mode for better UI consistency 2024-10-22 10:19:11 +05:30
AbleKSaju
cf9d563cf3 fix: removed border mismatch when sidebar is closed 2024-10-22 10:17:49 +05:30
AbleKSaju
9355d66304 fix: prevent removal of free items when unrelated item is removed 2024-10-21 15:42:37 +05:30
AbleKSaju
e79b75da80 fix: update date input calendar icon color 2024-10-18 11:46:42 +05:30
AbleKSaju
1e67214796 chore: refactor code 2024-10-18 11:11:56 +05:30
AbleKSaju
8a9017423b fix: refactor styling 2024-10-18 10:54:30 +05:30
AbleKSaju
81cc3407f2 feat: add applied coupons count 2024-10-18 10:54:18 +05:30
AbleKSaju
9a95d6fc96 feat: add modal type 2024-10-18 10:54:18 +05:30
AbleKSaju
d757486fd7 feat: remove applied coupon 2024-10-18 10:53:40 +05:30
AbleKSaju
cef027e1d7 feat: add applied coupons list 2024-10-18 10:53:40 +05:30
AbleKSaju
5ca064d919 feat: apply coupon code modal 2024-10-18 10:53:40 +05:30
AbleKSaju
168c19386d feat: add coupon code modal 2024-10-18 10:53:40 +05:30
Akshay
657c1e8423
Merge pull request #982 from AbleKSaju/fix-update-qty
fix: update stock quantities after transaction completion
2024-10-17 10:20:16 +05:30
AbleKSaju
d1c608679b fix: update item quantities after transaction completion 2024-10-16 10:40:31 +05:30
akshayitzme
93b02b2d4f fix: printTemplates not syning to db on file content changes 2024-10-16 10:24:51 +05:30
Akshay
cb48742d63
Merge pull request #974 from AbleKSaju/feat-grandtotal-in-words
feat: display grand total amount in words
2024-10-15 17:10:31 +05:30
akshayitzme
c8f3d57c11 chore: refactored styling 2024-10-15 11:33:17 +05:30
AbleKSaju
fa694f0a72 fix: resolved linting issues 2024-10-15 10:34:30 +05:30
AbleKSaju
bb5ac42eb4 fix: resolved linting issues 2024-10-15 10:30:03 +05:30
AbleKSaju
c173dc51b0 feat: update UI background color in dark mode 2024-10-15 10:30:03 +05:30
AbleKSaju
9e81a39cf7 feat: save invoice and allow selection for later use 2024-10-15 10:30:03 +05:30
AbleKSaju
14be1a0af3 feat: add saved invoices list modal 2024-10-15 10:30:03 +05:30
AbleKSaju
ad5d4075da feat: add SavedInvoice type 2024-10-15 10:29:16 +05:30
AbleKSaju
b7d1b70971 feat: sync functionality for sales invoice on save 2024-10-15 10:28:17 +05:30
AbleKSaju
55aa8bf111 feat: add save order option in POS 2024-10-15 10:28:17 +05:30
Akshay
62d52bc7ce
Merge pull request #976 from AbleKSaju/feat-shortcut-to-invoice
feat: shortcut to navigate to invoice list from POS
2024-10-15 10:20:14 +05:30
Akshay
9516e5f3a0
Merge pull request #977 from AbleKSaju/fix-sidebar-order
fix: moved pricing rule from common to sales in sidebar
2024-10-15 10:12:19 +05:30
akshayitzme
636f91849d chore: refactored styling 2024-10-15 10:08:05 +05:30
AbleKSaju
8003f0883e fix: move pricing rule to sales instead of common 2024-10-14 16:05:06 +05:30
AbleKSaju
d80ecdf18a feat: add AlertModal 2024-10-14 15:56:50 +05:30
AbleKSaju
6cbfa9ad81 feat: define type for alert 2024-10-14 15:56:19 +05:30
AbleKSaju
ecf2b972ad feat: add navigation to invoice list from POS 2024-10-14 15:53:24 +05:30
AbleKSaju
b86bdc1fc2 feat: add option to enable/disable amount in words in print settings 2024-10-10 16:18:41 +05:30
AbleKSaju
3509ea9a89 feat: display grand total amount in words 2024-10-10 15:59:10 +05:30
AbleKSaju
74e8a58827 fix: add await in clearValues 2024-10-09 16:06:12 +05:30
AbleKSaju
c06ec88cb1 fix: refresh item quantities and clear previous customer after POS purchase 2024-10-09 16:02:48 +05:30
Akshay
1e41c0803c
Merge pull request #972 from AbleKSaju/feat-date-filter
fix: adjust 'this month' cash flow option to start from current month
2024-10-09 12:22:30 +05:30
AbleKSaju
3b2bf08265 fix: adjust 'this month' cash flow option to start from current month 2024-10-09 12:07:06 +05:30
akshayitzme
8bb40a2c33 fix: bottom bar sizing in platform other than win 2024-10-08 15:51:13 +05:30
akshayitzme
67b3ec2c67 fix: bottom bar visibility issue in windows 2024-10-08 12:55:19 +05:30
Akshay
20a4a8c727
Merge pull request #958 from AbleKSaju/feat-pos-loyalty-program
feat: Loyalty program functionality in POS
2024-10-03 10:48:06 +05:30
Akshay
5b564c2309
Merge pull request #930 from AbleKSaju/feat-couponCode
feat: coupon codes
2024-10-02 13:42:07 +05:30
AbleKSaju
02a366f45b fix: corrected routing for CouponCode 2024-09-30 15:27:36 +05:30
AbleKSaju
e278f9aa32 feat: added coupon codes to sidebar and formatted 2024-09-30 14:57:25 +05:30
AbleKSaju
c25fa0ab53 fix: show loyalty program option in POS only when enabled in settings 2024-09-30 10:02:18 +05:30
akshayitzme
af4b5415d6 chore: remove redundant styles 2024-09-28 14:44:56 +05:30
AbleKSaju
b4242f7b47 feat: dark mode for grid view in POS items 2024-09-28 10:23:09 +05:30
AbleKSaju
716e0109f7 feat: dark mode for loyalty program in POS 2024-09-28 10:01:43 +05:30
AbleKSaju
dc7b4b0c60 fix: resolve linting issues 2024-09-28 09:42:19 +05:30
AbleKSaju
53cf61d4fe feat: add validations for redeeming loyalty points 2024-09-28 09:31:28 +05:30
AbleKSaju
57d3208437 feat: add loyalty point earning and redemption in POS 2024-09-27 17:26:06 +05:30
AbleKSaju
8d8c85ea88 feat(ui): modal for redeeming loyalty points 2024-09-27 17:25:26 +05:30
AbleKSaju
2bcd63b3c9 feat: update types for loyalty program 2024-09-27 17:24:02 +05:30
AbleKSaju
f762f9b32e feat: toggle button for redeeming loyalty points 2024-09-27 17:23:29 +05:30
Akshay
f531cbc1e6
Merge pull request #948 from AbleKSaju/feat-items-grid-view
Items grid view
2024-09-26 12:07:59 +05:30
akshayitzme
1ce6260227 fix(ui): disabled user select on Item title 2024-09-26 12:02:08 +05:30
AbleKSaju
f79dd5f2e6 fix: moved shared data to parent component and managed via props 2024-09-26 10:33:53 +05:30
AbleKSaju
daacd16023 fix: improve item grid size and UI adjustments for better view 2024-09-26 10:33:53 +05:30
AbleKSaju
fdef82e4e4 feat: add item image display in grid view 2024-09-26 10:33:53 +05:30
AbleKSaju
89ee9437e6 feat: add grid view for items 2024-09-26 10:33:53 +05:30
AbleKSaju
ccb3272013 feat: toggle between grid and list view with icon 2024-09-26 10:33:53 +05:30
AbleKSaju
1a52f0daac fix: convert camelCase to kebab-case, resolve lint warnings 2024-09-25 09:40:04 +05:30
Akshay
a2f41d98fa
Merge pull request #933 from AbleKSaju/feat-Loyalty-Program
feat: loyalty program
2024-09-11 12:46:07 +05:30
Akshay
c10208da3f
Merge pull request #943 from AbleKSaju/fix-pos
fix: Pricing Rule in POS
2024-09-11 11:14:51 +05:30
AbleKSaju
3f88b38d4a fix: prevent multiple pricing rules on same item across batches 2024-09-11 10:22:46 +05:30
AbleKSaju
890f5aa6bb fix: display batch after setting it in POS 2024-09-11 10:11:15 +05:30
Akshay
c285752afb
Merge pull request #873 from tridz-dev/dark-theme
feat: DarkMode
2024-09-09 09:54:14 +05:30
pu-raihan
8a26d86059 fix: added dark scrollbar for the whole html document 2024-09-07 07:25:38 +05:30
AbleKSaju
733f60247d fix: validate unique priority for pricing rules 2024-09-06 10:14:26 +05:30
AbleKSaju
720ab08ec4 fix: remove free item when quantity decreses 2024-09-05 16:50:35 +05:30
AbleKSaju
3126379d80 fix: prevent duplicate items caused by continuous clicking 2024-09-05 09:48:13 +05:30
AbleKSaju
19c3ecec12 feat: add label in UI to identify free items 2024-09-05 09:48:13 +05:30
AbleKSaju
7404da3483 fix: update total rate and apply free item when quantity changes 2024-09-05 09:48:13 +05:30
AbleKSaju
0d2108f8a8 fix: remove free item when its pricing rule item is removed 2024-09-05 09:47:35 +05:30
AbleKSaju
6d88a6dbd3 fix: add readonly fields for free items 2024-09-05 09:47:35 +05:30
AbleKSaju
431be39f35 fix: apply pricing rule when min quantity is 1 2024-09-05 09:46:24 +05:30
AbleKSaju
4ba91f0f20 feat: hide loyalty program in sidebar when not enabled 2024-09-04 09:08:30 +05:30
AbleKSaju
57ee64e2b1 fix: issues in Pricing rule 2024-09-02 11:46:15 +05:30
Akshay
ec5a645290
Merge pull request #911 from bnsinghgit/master
Added Hindi language (hi) code and Hindi translation file hi.csv
2024-08-30 15:44:04 +05:30
pu-raihan
a38073835d feat: toggler removed from sidebar and added a field to enable dark mode in Settings > System > Theme 2024-08-20 18:17:46 +05:30
pu-raihan
f15b1cfe13 fix: format using prettier 2024-08-20 13:11:33 +05:30
pu-raihan
3f9b90241a fix: remove unnecessary async from toggleDarkMode function 2024-08-20 11:56:01 +05:30
pu-raihan
bf48f075ba fix: Format code 2024-08-20 11:56:01 +05:30