barredterra
1cdf32d807
style: format controllers with prettier
2025-08-19 15:43:35 +02:00
ruthra kumar
bb2236ba85
Merge pull request #49102 from aerele/duplicate-quotation-currency
...
fix(quotation): update currency on duplicate
2025-08-19 14:04:04 +05:30
diptanilsaha
b617b5aa20
fix: prevent auto-setting payment amounts if set_grand_total_to_default_mop is disabled
2025-08-18 17:17:35 +05:30
diptanilsaha
9aa7f87a27
fix: apply grand total to default payment mode in Sales and POS invoices
2025-08-18 14:47:43 +05:30
Soni Karm
227fadc541
feat: enhance barcode scanner to support warehouse scanning ( #48865 )
...
Co-authored-by: Sagar Vora <16315650+sagarvora@users.noreply.github.com >
2025-08-14 11:32:02 +05:30
ravibharathi656
430a06d056
fix(quotation): update currency on duplicate
2025-08-11 17:59:59 +05:30
diptanilsaha
871b8473fa
fix: remove api call to set default payments
2025-08-05 12:58:53 +05:30
Lakshit Jain
e70caedddc
fix: multiple fixes for advance payment accounting
2025-07-31 20:17:14 +05:30
diptanilsaha
140698d676
feat: list view on item selector in pos
2025-07-29 19:23:23 +05:30
Diptanil Saha
394b5b5b94
Merge pull request #48769 from aerele/letter-head-company
...
fix: set letter head from company if exists
2025-07-29 13:51:58 +05:30
diptanilsaha
9c4aac03df
fix: fetch item valuation rate for internal transactions
2025-07-28 17:33:28 +05:30
ravibharathi656
d163da171f
fix: set letter head from company if exists
2025-07-24 14:55:21 +05:30
Diptanil Saha
05e7db2362
Merge pull request #48565 from aerele/fix/qty-change
...
fix(transaction): recalculate tax and total when quantity changes
2025-07-15 17:01:12 +05:30
ljain112
0da8ed2daa
fix: fix party account field access
2025-07-15 16:45:58 +05:30
Mihir Kandoi
adb9a6bc15
fix: field name of price_list in material request
2025-07-14 16:27:14 +05:30
ruthra kumar
896b21e78b
Merge pull request #48321 from ljain112/fix-client-item-tax-template
...
fix: fetch item tax template after setting `base_net_rate`
2025-07-14 15:01:59 +05:30
Bhavan23
ac7b6c6a3d
fix(transaction): recalculate tax and total when quantity changes
2025-07-14 13:23:56 +05:30
Prateek Karamchandani
5f1ca4113d
feat: Ledger Preview for Stock Entry
2025-07-08 16:46:44 +05:30
rohitwaghchaure
b7bf2fad84
Merge pull request #48378 from aerele/refactor-quality-inspection
...
fix: update item reference in quality inspection
2025-07-08 16:01:38 +05:30
Mihir Kandoi
f4c6bdf204
feat: add price list field to material request
2025-07-07 14:14:16 +05:30
Diptanil Saha
5f721f01d3
fix: pos recent order display customer code and name ( #48379 )
2025-07-03 22:49:09 +05:30
pugazhendhivelu
9da5010265
fix: update item reference in quality inspection
2025-07-03 15:44:00 +05:30
Diptanil Saha
86b37782fe
fix: pos payment section ( #48366 )
2025-07-03 15:16:07 +05:30
ljain112
db654d5e59
fix: fetch item tax template after setting base_net_rate
2025-06-30 12:31:39 +05:30
rohitwaghchaure
4dbf4a214d
Merge pull request #48293 from rohitwaghchaure/fixed-support-42204
...
fix: option to pick serial / batch for asset repair
2025-06-27 15:28:01 +05:30
Rohit Waghchaure
ae77c609ff
fix: option to pick serial / batch for asset repair
2025-06-27 14:53:11 +05:30
Soham Kulkarni
a926c7eafd
Merge pull request #48288 from sokumon/remove-newsletter
...
fix: remove newsletter related code
2025-06-27 11:59:40 +05:30
sokumon
b630ccc8e6
fix: remove newsletter related code
2025-06-27 01:21:33 +05:30
Raffael Meyer
0426b37f32
fix: use label "State/Province" for translatability ( #48273 )
2025-06-26 20:20:17 +02:00
Diptanil Saha
e1d9f863c6
fix: customer section on pos item cart ( #48284 )
...
* fix: customer recent transactions
* fix: pos customer section display customer_name instead of customer name
2025-06-26 22:49:18 +05:30
ruthra kumar
9ba61b54e3
Merge pull request #47219 from barredterra/find-row
...
fix: find table row
2025-06-23 15:20:42 +05:30
Smit Vora
527cfe9c7d
fix: better integration of Pick List with Delivery Note ( #47831 )
...
Co-authored-by: priyanshshah2442 <priyanshshah2442@gmail.com >
2025-06-19 15:42:37 +05:30
Diptanil Saha
14f0569a39
fix: setup wizard load chart of accounts and fiscal year on change of country ( #48125 )
2025-06-18 17:16:03 +05:30
ljain112
20565f5f19
fix: incorrect condition for setting party account on change of company
2025-06-17 16:30:56 +05:30
ljain112
7e758a9d5b
fix: do not reset party account for return doc
2025-06-17 14:32:20 +05:30
Diptanil Saha
8f4a6d248f
fix: fetch correct item tax template on item rate update ( #47955 )
2025-06-11 10:58:18 +05:30
Rahul Agrawal
bc87609264
feat: populate Timer dialog project field from Timesheet parent_project ( #47971 )
...
* feat: default parent project in timer dialog > project
* chore: fix formatting
* fix: remove unnecessary or condition
---------
Co-authored-by: Rahul Agrawal <deathstarconsole@Rahuls-MacBook-Air.local >
2025-06-10 18:02:05 +05:30
Debin Robert
6529b288c2
feat: confirm with user before resetting posting date ( #47667 )
...
* feat: confirm with user before resetting posting date
* chore: pre-commit
* changes made as per review
---------
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2025-06-10 15:20:18 +05:30
rohitwaghchaure
75b5ba6e67
refactor: track completed app setup wizards and re-run the setup wizard upon new app installation. ( #47691 )
2025-06-03 13:02:45 +05:30
Lakshit Jain
20b87512d1
fix: cash flow report fixes
2025-06-03 11:22:02 +05:30
ruthra kumar
d05132ab1d
Merge pull request #47763 from aerele/item-tax-template-on-rate
...
feat: add validation for Item Tax Template on rate change
2025-05-27 16:59:07 +05:30
Karuppasamy923
a9a957edc7
feat: add validation for Item Tax Template on rate change
2025-05-27 16:19:43 +05:30
rohitwaghchaure
d8cb073eaf
fix: create Quality Inspection button not showing ( #47746 )
2025-05-27 12:18:39 +05:30
ruthra kumar
c40b4c4639
Merge pull request #47531 from Abdeali099/modern-check-for-array
...
refactor: simplify `source_name` assignment in `map_current_doc`
2025-05-27 11:17:18 +05:30
Diptanil Saha
89115688f7
fix: pos screen ui ux ( #47680 )
...
* fix: pos addl info dialog submit form on save
* feat: new invoice and recent order button on page action
* fix: item cart highlighted item scrolling
* fix: using icon instead of text in fullscreen button
* fix: search field clear button alignment
* fix: hide item selector on item details display
* fix: using add_action_icon
* fix: action of 'New Invoice' for unsaved changes
* fix: highlight numpad btns on hover
* fix: pos recent orders filter and list items
* chore: added icons for pos icon buttons
* fix: recent order toggle after invoice submission
* fix: capitalized text in select options
2025-05-23 12:36:21 +05:30
barredterra
61e96f3fb5
fix: find table row
2025-05-13 18:13:26 +02:00
rohitwaghchaure
dfc4aa9a57
fix: stock reservation validation in the stock entry ( #47524 )
2025-05-13 21:13:42 +05:30
Abdeali Chharchhoda
80320ffa25
refactor: simplify source_name assignment in map_current_doc function
2025-05-13 16:43:13 +05:30
Diptanil Saha
62cce38a06
fix: pos for small screen and checkout page ( #47092 )
...
* feat: Prevent need for scrolling in lower screens (Point of Sale)
* fix: pos checkout page
* refactor: renaming variable in pos profile conf
* fix: change variable name according to pos conf
* fix: removing redundant api call
* refactor: adding function
* refactor: moving pos settings invoice fields to modal
* fix: label for change amount and remaining amount
* fix: always display numpad
* refactor: function rename
* fix: better information
* fix: auto scroll to highlighted cart item
* chore: added patch
---------
Co-authored-by: devdiogenes <diogenes.cruz2001@gmail.com >
2025-05-12 16:07:22 +05:30
ruthra kumar
4db3c7fc81
Merge pull request #47041 from Sanket322/pos_payment
...
fix: Check `return_against` and Await API Call
2025-05-12 14:10:04 +05:30