GangaManoj
6fdf4dd03e
fix: Remove base_rate and buying_rate for Invoice rows
2021-10-25 02:12:21 +05:30
GangaManoj
4aede0ea3f
fix: Calculate total buying_amount for each invoice
2021-10-25 02:11:14 +05:30
GangaManoj
de660bf9c4
fix: Fetch bundle item details
2021-10-25 02:11:10 +05:30
GangaManoj
391bf86e0a
fix: Fetch base_net_total for each Invoice
2021-10-25 02:10:43 +05:30
GangaManoj
452c613974
fix: Calculate total buying_amount and gross profit for each invoice
2021-10-25 02:08:40 +05:30
GangaManoj
dd7b02ad7d
fix: Remove Item Code and Item Name columns
2021-10-25 02:08:39 +05:30
GangaManoj
7cc02bf861
fix: Display Items in the format Item Code: Item Name
2021-10-25 02:08:36 +05:30
GangaManoj
678960209c
fix: Add items belonging to Product Bundles as children
2021-10-25 02:08:12 +05:30
GangaManoj
e4995dc9ed
fix: Set initial_depth to 3
2021-10-25 02:08:12 +05:30
GangaManoj
7cf5dc7dab
fix: Assign indent and parent_invoice
2021-10-25 02:08:08 +05:30
GangaManoj
e676a09c18
fix: Make Invoice row bold
2021-10-25 02:04:03 +05:30
GangaManoj
6431243ce3
fix: Display items as descendants of invoices
2021-10-25 02:04:00 +05:30
GangaManoj
49f93b347c
fix: Display data in tree form
2021-10-25 02:02:02 +05:30
mergify[bot]
27e9e47ba8
chore: warning for shopify integration deprecation (backport #26701 ) ( #28062 )
...
* chore: warning for shopify integration deprecation (#26701 )
* chore: warning for shopify integration deprecation
* fix: warn deprecation during patch for sysadmins
(cherry picked from commit e43bdf76a5 )
# Conflicts:
# erpnext/patches.txt
* fix: resolve conflicts
Co-authored-by: Ankush <ankush@iwebnotes.com >
Co-authored-by: Ankush Menat <ankush@frappe.io >
2021-10-22 12:16:55 +05:30
Jannat Patel
c9f51d3cec
Merge pull request #28017 from frappe/mergify/bp/version-12-hotfix/pr-27728
...
fix: Employee Leave Balance report should only consider ledgers of transaction type Leave Allocation (backport #27728 )
2021-10-20 14:57:52 +05:30
Jannat Patel
9ae3f26dbf
fix: conflicts
2021-10-20 12:34:04 +05:30
Goh Yan Chang
ad736f1789
Update employee_leave_balance.py
...
fix: Employee Leave Balance report showing wrong figures
(cherry picked from commit 632f7848a3 )
# Conflicts:
# erpnext/hr/report/employee_leave_balance/employee_leave_balance.py
2021-10-20 06:58:37 +00:00
Ankush Menat
16ece12516
fix: py2 compatible string formatting
2021-10-09 18:12:07 +05:30
Gavin D'souza
c9e75d2ab5
fix(patch): Handle NULL values from fieldtype change
2021-10-09 18:08:46 +05:30
mergify[bot]
985fdade7e
fix(asset): expected value after useful life validation ( #27791 )
2021-10-05 14:14:52 +05:30
Saqib
10c34da174
fix: unexpected keyword argument 'as_dict' ( #27799 )
2021-10-05 13:13:20 +05:30
mergify[bot]
d1480be596
fix: set item uom as stock_uom if it isn't set (backport #27623 ) ( #27781 )
...
* fix: set item uom as stock_uom if it isn't set (#27623 )
* fix: set item uom as stock_uom if it isn't set
(cherry picked from commit 5c372202d5 )
# Conflicts:
# erpnext/stock/doctype/stock_entry/stock_entry.js
* fix: resolve conflicts
[skip ci]
Co-authored-by: Alan <2.alan.tom@gmail.com >
Co-authored-by: Ankush Menat <ankush@iwebnotes.com >
2021-10-04 22:50:11 +05:30
Noah Jacob
93a744dc12
fix: empty row on new maintenance visit. ( #27626 )
...
* fix: empty row on new maintenance visit.
* fix: check if rows exist
2021-09-30 15:40:37 +05:30
Saqib
a2b98bb80c
fix: cannot delete a project if linked with sales order ( #27690 )
2021-09-28 19:47:08 +05:30
Frappe PR Bot
4fdff12242
fix: set item.qty as mandatory ( #27681 )
...
* fix: set item.qty as mandatory in picklist (#27680 )
(cherry picked from commit b91333afdd )
# Conflicts:
# erpnext/stock/doctype/pick_list_item/pick_list_item.json
* fix: resolve conflicts
Co-authored-by: Alan <2.alan.tom@gmail.com >
2021-09-28 07:48:37 +00:00
Jannat Patel
9c9cde48ad
Merge pull request #27679 from pateljannat/revert-27037-salary-component-account-filter
...
Revert "fix: salary component account filter"
2021-09-28 11:44:34 +05:30
pateljannat
999a3f1305
Revert 'fix: salary component account filter'
2021-09-28 10:32:33 +05:30
mergify[bot]
8139672c7a
fix: Validate if item exists on uploading items in stock reco ( #27538 ) ( #27593 )
...
* fix: Validate if item exists on uploading items in stock reco
- Uploading non existent item in stock reco and then changing warehouse or batch gave an error
- Check for non existent item
* chore: translation
Co-authored-by: Marica <maricadsouza221197@gmail.com >
2021-09-20 18:19:14 +05:30
Frappe PR Bot
7169a4c113
fix(plaid): query to check if bank account exists ( #27594 )
2021-09-20 16:41:26 +05:30
Frappe PR Bot
efddcbe42e
fix: no validation on item defaults ( #27548 )
...
* fix: no validation on item defaults (#27393 )
* fix: no validation on item defaults
* fix: cache value while validating
* test: item default company relation
* fix: reorder validations
* refactor: add guard conditions on update_defaults
* test: add default warehouse for item group
* fix: validate item defaults for item groups
Co-authored-by: Ankush Menat <ankush@iwebnotes.com >
(cherry picked from commit 5eba1ccd51 )
# Conflicts:
# erpnext/stock/doctype/item/item.py
* fix: resolve conflict and remove typehints for py2
Co-authored-by: Saqib <nextchamp.saqib@gmail.com >
Co-authored-by: Ankush Menat <ankush@iwebnotes.com >
2021-09-16 19:55:43 +05:30
Rucha Mahabal
6f6e390863
fix: link to navigate to item template from variant ( #27440 )
2021-09-11 22:01:22 +05:30
Frappe PR Bot
7843c3d51a
fix: set production plan to completed even on over production ( #27027 ) ( #27434 )
...
(cherry picked from commit 09f34e558e )
Co-authored-by: Alan <2.alan.tom@gmail.com >
2021-09-11 13:21:46 +05:30
Frappe PR Bot
8871bd4bfb
fix: document naming rule not working for subscription invoices ( #27394 )
2021-09-08 19:11:29 +05:30
Marica
d0a7141e35
Merge pull request #27333 from marination/subcontr-serial-no
...
fix: Prematurely referenced variable in buying controller for subcontracting
2021-09-03 20:56:02 +05:30
marination
6fe28e83e2
fix: Prematurely referenced variable in buying controller for subcontracting
2021-09-03 20:11:40 +05:30
Frappe PR Bot
abf353a286
Revert "fix: add child item groups into the filters ( #26997 )" ( #27266 ) ( #27267 )
...
This reverts commit c60d5523bc .
(cherry picked from commit 763450dcf8 )
Co-authored-by: Afshan <33727827+AfshanKhan@users.noreply.github.com >
2021-08-31 19:13:25 +05:30
Dany Robert
cef6a8434a
fix: remove unwanted serial numbers from fifo_queue (bp #27228 )
...
fifo_queue.remove(serial_no) causes shift in index of the list and thereby not looping through every object in the list.
2021-08-31 10:51:43 +05:30
Frappe PR Bot
dc76094a9f
fix: fetch from more than one sales order in Maintenance Visit ( #27186 )
...
* fix: fetch from more than one sales order in Maintenance Visit (#26924 )
* [fix] #26336
* fix(ux): make customer field reqd for fetching SO
# Conflicts:
# erpnext/maintenance/doctype/maintenance_visit/maintenance_visit.js
* fix: resolve conflicts
Co-authored-by: Pawan Mehta <mehtapawan007@gmail.com >
Co-authored-by: Ankush Menat <ankush@iwebnotes.com >
(cherry picked from commit db69d1dc00 )
2021-08-26 23:05:45 +05:30
Frappe PR Bot
1e428f9531
fix: don't allow BOM's item code at any level of child items ( #27175 )
...
* fix: don't allow BOM's item code at any level of child items (#27157 )
* refactor: bom recursion checking
* fix: dont allow bom recursion
if same item_code is added in child items at any level, it shouldn't be allowed.
* test: add test for bom recursion
* test: fix broken prodplan test using recursive bom
* test: fix recursive bom in tests
(cherry picked from commit c07dce940e )
# Conflicts:
# erpnext/manufacturing/doctype/bom/test_bom.py
# erpnext/manufacturing/doctype/production_plan/test_production_plan.py
# erpnext/manufacturing/doctype/work_order/test_work_order.py
* fix: resolve conflicts
[skip ci]
* fix: conflicts
[skip ci]
* fix: resolve conflicts
Co-authored-by: Ankush Menat <ankush@iwebnotes.com >
2021-08-26 19:28:12 +05:30
Raffael Meyer
710c1c1786
feat: add total_billing_hours to Sales Invoice ( #26652 )
...
* feat: add `total_billing_hours` to Sales Invoice
* refactor: sider fixes
* style: use double quotes
2021-08-26 12:34:09 +05:30
Nabin Hait
aa358b021e
Merge pull request #24844 from dj12djdjs/fix-margin-calculation
...
fix: multiple price rules margin.
2021-08-24 21:15:28 +05:30
Frappe PR Bot
8bc37da20d
fix: calculation of gross profit percentage in Gross Profit Report ( #27045 ) ( #27107 )
...
(cherry picked from commit ad06fb2179 )
Co-authored-by: Afshan <33727827+AfshanKhan@users.noreply.github.com >
2021-08-24 20:07:06 +05:30
Frappe PR Bot
914709099f
fix: discard empty rows from update items ( #27021 ) ( #27094 )
...
(cherry picked from commit 6de7b8ea93 )
Co-authored-by: Ankush Menat <ankush@iwebnotes.com >
2021-08-24 12:21:18 +05:30
rohitwaghchaure
87dddbe868
Merge branch 'version-12-hotfix' into fix-margin-calculation
2021-08-24 11:08:04 +05:30
Srikant Kedia
ca42b16d3a
fix: Price list rate not fetched for return sales invoice fixed ( #26593 )
2021-08-23 15:38:08 +05:30
Frappe PR Bot
d5e89d98c2
fix: add child item groups into the filters ( #26997 ) ( #27034 )
...
* fix: add child item groups into the filters
* fix: appending values to proper variable
* fix: refactor the loop
(cherry picked from commit c60d5523bc )
Co-authored-by: Afshan <33727827+AfshanKhan@users.noreply.github.com >
2021-08-19 17:09:21 +05:30
Frappe PR Bot
f8fa3860d9
fix: equality check instead of assignment ( #27029 )
...
* Merge pull request #27026 from ankush/eq_assign
fix: equality check instead of assignment
[skip ci]
(cherry picked from commit 993b0532f8 )
* fix: equality check instead of assignment in cart
port of https://github.com/frappe/erpnext/pull/25372
Co-authored-by: Ankush Menat <ankush@iwebnotes.com >
2021-08-19 15:48:51 +05:30
Türker Tunalı
d8a7abcd02
fix: date_unchanged calculation in "Update Items" ( #26992 )
...
Branch corrected https://github.com/frappe/erpnext/pull/26058
ERPNext generates "Cannot set quantity less than delivered quantity" error even the delivered qty is zero when user clicks "Update Items".
"date_unchanged" variable gets false value because of new_date is string.
"getdate(new_date)" corrects the date comparison.

2021-08-18 17:43:58 +05:30
Ankush Menat
5bb9de8614
ci: backport action on v12 ( #27009 )
...
[skip ci]
2021-08-18 17:00:07 +05:30
Ankush Menat
0fd50e0426
fix(deps): pin plaid-python to 7.2.x ( #26996 )
...
* fix(deps): pin plaid-python to 7.2.x
Old requirement.txt was allowing next major version which has breaking
changes and causes failure in installation.
* fix(deps): remove frappe from requirements.txt
2021-08-18 08:02:22 +00:00