ruthra kumar
becb53ba5d
Merge pull request #46518 from barredterra/so-set-deliver_date
...
fix(Sales Order): make `set_missing_values` set delivery date in item rows
2025-03-24 10:09:40 +05:30
ruthra kumar
21e22b577a
Merge pull request #46591 from ruthra-kumar/revert_to_json_for_test_records
...
Revert "chore(tests): move to compact, human readable, commentable to…
2025-03-19 16:50:14 +05:30
Yatri Dholakia
343940a9f3
fix: broken Frappe School links
2025-03-19 04:20:20 +00:00
ruthra kumar
54d96f34f2
Revert "chore(tests): move to compact, human readable, commentable toml layout for test records"
...
This reverts commit bb917207c2 .
2025-03-18 17:27:01 +05:30
Mihir Kandoi
c7e7da6500
Merge pull request #46513 from mihir-kandoi/46043
...
fix: get bom_no from sales order item and material request item
2025-03-14 13:05:36 +05:30
barredterra
fc279c85bd
fix(Sales Order): make set_missing_values set delivery date in item rows
2025-03-13 18:56:59 +01:00
Mihir Kandoi
ac354505ef
fix: get bom_no from sales order item and material request item
2025-03-13 18:11:20 +05:30
Diptanil Saha
0552209310
refactor: print receipt on order complete on pos ( #46501 )
2025-03-13 14:22:05 +05:30
maasanto
faa340c8b5
feat: Add first and last name fields to quick entry customer creation ( #46281 )
...
* feat: Add First and Last Name Fields to Quick Entry Customer Creation Form
* fix: added first and last_name fields to customer dt
* chore: linter issues
* chore: linter issue
* chore: linter issue
---------
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
2025-03-07 10:31:45 +05:30
Sugesh G
8caf7f275e
fix(pos): get parent item group without user permission ( #46020 )
...
* fix(pos): get parent item group without user permission
* feat: add item group filter based on user permission
---------
Co-authored-by: venkat102 <venkatesharunachalam659@gmail.com >
2025-03-05 18:06:42 +05:30
Diptanil Saha
35512d40bb
fix: replacing serial and batch bundle on pos with auto fetch serial nos ( #46236 )
...
* fix: replacing serial and batch bundle on pos with auto fetch serial nos
* fix: reserved serial no
added a check to look for serial no in reserved serial nos list before removing it as there might be a situation where an item is returned which was already consolidated.
2025-03-05 17:41:43 +05:30
rohitwaghchaure
93fe9203da
Merge pull request #46258 from mihir-kandoi/46196
...
fix: delivery note from sales order uom conversion mistake
2025-03-05 12:20:59 +05:30
rohitwaghchaure
55de0176e8
Merge pull request #46279 from rohitwaghchaure/fixed-support-32979
...
fix: rate changing on the deliver note
2025-03-04 21:41:31 +05:30
Rohit Waghchaure
6f40849d55
fix: rate changing on the deliver note
2025-03-04 20:01:50 +05:30
Smit Vora
f8dd4e0961
Merge pull request #46010 from Sanket322/check_pos_permission
...
fix: Add permission check in POS's `Toggle Recent Orders`
2025-03-04 18:03:27 +05:30
Mihir Kandoi
49a43d355d
fix: delivery note from sales order uom conversion mistake
2025-03-04 11:48:28 +05:30
Diptanil Saha
62c3915ecb
refactor: using function to unset grand total to default mode of payment in pos ( #46228 )
2025-03-03 01:56:23 +05:30
Diptanil Saha
d2fad44e89
fix: pos item detail serial no field ( #46211 )
2025-02-28 22:36:24 +05:30
Diptanil Saha
8fb09decd2
fix: pos item selection using serial no ( #46200 )
2025-02-28 15:38:21 +05:30
Rohit Waghchaure
079cf772aa
fix: removed mandatory property for the cost center field
2025-02-28 09:48:19 +05:30
Ninad1306
936d7d4342
fix(report): filter sales / purchase orders based on date filters
2025-02-25 17:13:09 +05:30
Ninad1306
2394e76e7d
fix(report): allow Closed sales orders to be visible
2025-02-25 15:59:46 +05:30
Diptanil Saha
8e6959dfad
fix: pos opening entry dialog not saving on change data ( #46066 )
2025-02-21 17:50:51 +05:30
Sanket322
a08bc6b913
fix: use get_list to check permissions
2025-02-19 14:02:11 +05:30
ruthra kumar
5fed3866b6
Merge pull request #45882 from aerele/quotation-exchange-rate
...
fix(quotation): fetch exchange rate on currency change
2025-02-19 10:50:38 +05:30
ruthra kumar
927eae79d5
Merge pull request #45765 from aerele/dimensions-in-order-item
...
fix: add accounting dimensions section in sales order item
2025-02-18 14:10:49 +05:30
Diptanil Saha
70260c8c86
fix: pos checkout button color on dark mode ( #45967 )
2025-02-18 11:48:04 +05:30
Diptanil Saha
5506b44b6f
fix: improve pos return ( #45671 )
...
* fix: pos return validation for zero qty item
* fix: pos return invoice onload ui
* feat: added item qty returned in pos ui
* refactor: removed console log statement
* feat: check return can be made before loading it on pos
* fix: pos edit invoice onload ui
* fix: returned
* refactor: code cleanup
2025-02-17 15:00:56 +05:30
Diptanil Saha
f0a6399056
feat: disable auto setting grand total to default mode of payment ( #45591 )
2025-02-14 16:43:11 +05:30
ruthra kumar
a81867bc43
Merge pull request #45804 from aerele/auto-email-multiselect
...
fix(report): add options to multiselectlist fields
2025-02-13 14:16:16 +05:30
Diptanil Saha
72f8fc8a7b
style: pos checkout button color ( #45890 )
...
style: pos checkout button color
2025-02-13 00:09:21 +05:30
venkat102
2f77a8bed1
fix(quotation): fetch exchange rate on currency change
2025-02-12 12:54:30 +05:30
Diptanil Saha
b95b13ecd8
fix: added validation for required invoice_fields in POS ( #45780 )
...
fix: added missing validation for required invoice_fields
2025-02-11 16:04:36 +05:30
Diptanil Saha
0b9c28620f
fix: pos numpad editable action buttons ( #45823 )
2025-02-10 16:23:54 +05:30
venkat102
8785342fce
fix(report): add options to multiselectlist fields
2025-02-08 22:55:20 +05:30
rohitwaghchaure
c83398471c
Merge pull request #45767 from rohitwaghchaure/fixed-support-30947
...
fix: the project document timed out while opening
2025-02-06 22:07:22 +05:30
Rohit Waghchaure
33d03b1542
fix: the project document timed out while opening
2025-02-06 16:04:51 +05:30
rohitwaghchaure
fd8c78628f
Merge pull request #45763 from rohitwaghchaure/fixed-support-30415
...
fix: stock reservation not working for sales invoice with update stock
2025-02-06 15:05:07 +05:30
Rohit Waghchaure
0c9d0ea1f4
fix: stock reservation not working for sales invoice with update stock
2025-02-06 14:46:19 +05:30
Sugesh393
7d47869f4b
fix: add accounting dimensions section in sales order item
2025-02-06 13:31:10 +05:30
ruthra kumar
98e727a061
Merge pull request #45447 from aerele/pricing-rule-pos-qty
...
fix(pos): add item in the existing item row when discount is applied
2025-02-05 13:59:08 +05:30
Diptanil Saha
a20116816e
fix: pos payment cash shortcut decimal ( #45702 )
2025-02-04 15:08:37 +05:30
Diptanil Saha
fe51535392
fix: pos print receipt on submit ( #45632 )
2025-01-31 12:00:00 +05:30
Diptanil Saha
5a1851dfe3
fix: loading print receipt only at order complete ( #45627 )
2025-01-31 11:17:48 +05:30
Rohit Waghchaure
4d050441b3
feat: stock reservation for Work Order
2025-01-28 16:42:57 +05:30
Diptanil Saha
2ac8c92e7f
fix: currency decimal on POS Past Order List ( #45524 )
...
* fix: currency decimal on POS
* fix: removed precision
2025-01-27 13:02:24 +05:30
venkat102
bee2c04d0b
fix(pos): add item in the existing item row when discount is applied
2025-01-25 12:59:04 +05:30
Venkatesh
97acbb3134
fix: disable load_after_mapping when purchase order created from sales order ( #45405 )
2025-01-24 15:02:56 +05:30
Raffael Meyer
a9bc395e98
fix: secure bulk transaction ( #45386 )
2025-01-24 14:44:26 +05:30
Tufan Kaynak
42edb9f5b1
fix(material request): mapping Sales Order Item Delivery Date to Mate… ( #45227 )
...
* fix(material request): mapping Sales Order Item Delivery Date to Material Request Item Required By
as mentioned in https://discuss.frappe.io/t/item-delivery-date-on-sales-order-is-not-transferred-to-material-request-item-required-by-date/140479
fixing
When you create a Material Request directly on the Sales Order via → Create → Material Request, Delivery Date on Sales Order Item is not transferred to Material Request Item Required By date.
* fix(linters): meaningless linters formatting message applied
In order to pass the linters test which I find meaningless as it asks for the comma after the last item in a dictionary data type
* fix(linters): formatting code for linters pass
Linters formatting applied
2025-01-24 14:20:20 +05:30