Ankush Menat
f5d5281119
chore: drop deprecated qunit tests
3 years ago
Noah Jacob
db46257a3b
feat: added required_date field to set date in child table ( #28432 )
* feat: added required_date field to set date in child table
* fix: dont refresh full table
Co-authored-by: Ankush Menat <ankush@frappe.io>
3 years ago
Himanshu
624481be6f
feat(buying): quotation number in supplier quotation ( #28420 )
3 years ago
Sagar Sharma
6485ac4e59
fix: misleading "Set Default X" fields after saving ( #28798 )
* fix: misleading "Set Default X" fields after saving
* refactor: remove unncessary code and minor formatting
* fix: extend to more doctypes and correct fieldnames
Co-authored-by: Ankush Menat <ankush@frappe.io>
3 years ago
Shariq Ansari
2a5f663a1e
fix: Customer, Supplier heatmap data not rendering ( #28553 )
* fix: adding get_timeline_data import on supplier.py, customer.py
3 years ago
Saqib
78851ecb70
feat: create party link from customer/supplier ( #28387 )
* feat: create party link from customer/supplier
* test: create_party_link method
3 years ago
Sagar Sharma
944bf8da71
fix: Unable to edit supplier scorecard criteria name once created ( #28348 )
3 years ago
Ankush Menat
8fe5feb6a4
chore: remove all six compat code
3 years ago
Ankush Menat
6098e92ba9
chore: remove utf-8 compat code
3 years ago
Noah Jacob
857d87da97
fix: replaced "=" with "in" for multiple statuses in query #28193
fix: replaced "=" with "in" for multiple statuses in query
3 years ago
Deepesh Garg
e3ae8d5a1e
fix: Move PAN field from standard doctype to fixtures for India
3 years ago
Faris Ansari
8b547e39a8
feat: Taxes template for selling/buying doctypes
Depends on the new Print Format Builder
frappe/frappe#14134
3 years ago
Shariq Ansari
790c1cda6f
fix: Removing unused fields from workspace JSON files #27612
fix: Removing unused fields from workspace JSON files
3 years ago
Ankush Menat
8d69ec72a6
fix: remove transaction commit from tests
3 years ago
Noah Jacob
f5e0cad6a1
refactor: updated onboarding cards and tours
3 years ago
Rohit Waghchaure
c1f9997a67
fix: added project name in the purchase order analysis
3 years ago
Deepesh Garg
b39f8a6215
fix: Ignore user permission for Represents Company field in Sales and Purchase docs ( #27684 )
* fix: Ignore user permission for Represents Company field in Sales and Purchase docs
* fix: Ignore user permission for fiscal year company
3 years ago
Frappe PR Bot
6e7945fbb7
fix: Tags getting fetched correctly in Get Supplier in RFQ (Request For Quotation) ( #27499 ) ( #27506 )
* fix: Tags getting fetched correctly in Get Supplier in RFQ( Request For Quotation ) #26343
* fix: Linting issues
* fix: remove unnecessary caching
[skip ci]
Co-authored-by: Vama Mehta <vama.mehta@inqubit.in>
Co-authored-by: Ankush Menat <ankush@iwebnotes.in>
(cherry picked from commit 50fe23308acad58ab2db2056ea6dd163913725ef)
3 years ago
Deepesh Garg
759f2b7920
fix: Autoname for customer and supplier ( #27398 )
3 years ago
DeeMysterio
aa82624f31
Merge pull request #27281 from DeeMysterio/party-specific-items
feat: link items to supplier / customer
3 years ago
Saqib
7292f5476d
feat: (get_items_from) filter material request item in purchase order ( #27449 )
3 years ago
Chillar Anand
915b34391c
chore: Clean up imports ( #27302 )
* chore: Added isort to pre-commit config
* chore: Sort imports with isort
* chore: Clean up imports with pycln
* chore: Sort imports with isort
* chore: Fix import issues
* chore: Clean up sider issues
* chore: Remove import errors from flake8 ignore list
* chore: Clean up lint issues
3 years ago
GangaManoj
a067d55865
fix: Add Product Bundle field in Items table
3 years ago
GangaManoj
055ac82b39
fix: Remove Bundle Items table
3 years ago
marination
7b78473da3
fix: Indentation and removed f-strings
- Sider: fixed indentation in js
- Dont use f-strings in queries
3 years ago
GangaManoj
e44567754d
fix: Display Packed/Bundle Items table only if it exists
3 years ago
GangaManoj
a2b394b195
fix: Enable Print Hide for Bundle Items
3 years ago
marination
2a3ef03388
fix: Popup stale build and data consistency
- Include `supplier_quick_entry.js` in erpnext.bundle.js
- Create primary supplier address on update
- Set newly created address (quick entry) in Supplier and Customer
- Clear address set in supplier and customer on delete (dependency)
3 years ago
marination
bf72ec0598
feat: (consistency) Add Primary Address and Contact section in Supplier
- The same is present in customer and is inconsistent with supplier
- Helps quickly create primary address and contact via quick entry
3 years ago
GangaManoj
4353c5e339
fix: Disable Add Row and Delete Row for Bundle Items
3 years ago
GangaManoj
bdbd4f83ab
fix: Create separate section for Bundle Items
3 years ago
GangaManoj
20cfe60e84
feat: Populate Bundle Items table
3 years ago
GangaManoj
efd8a8b28e
feat: Add Bundle Items table
3 years ago
GangaManoj
681c92d646
fix: Make Sales Order field editable so the PO can be linked with an SO later
3 years ago
Saqib
153fe1cdb4
refactor: scan barcode field scanning ( #26990 )
3 years ago
Ankush Menat
4551d7d602
chore: mass trailing whitespace and EOF fixes
3 years ago
Mohammed Redah
a2966db1e5
fix: change print_format_type from Server to Jinja ( #26374 )
3 years ago
Shariq Ansari
b32c2fa561
fix: updated erpnext wspace json files ( #26380 )
* fix: updated erpnext wspace json files
* fix: updated wspace json files
* fix: updated wspace json files
* fix: removed padding code from wspace json files
* fix: Updated restrict_to_domain in wspace json
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
3 years ago
Deepesh Garg
8b9c04aae8
test: Fix test cases for payment terms fetch
3 years ago
Deepesh Garg
802c6b3738
test: Improve test case for not coping payment terms
3 years ago
Deepesh Garg
bcf56e64ba
fix: Ignore default payment term templates when coping payment terms from orders
3 years ago
GangaManoj
1200872c7e
fix: Disable automcatically_fetch_payment_terms after running its associated tests
3 years ago
GangaManoj
7244afe129
fix: Rename test to reflect changes in code
3 years ago
Deepesh Garg
5ace2767af
test: Fix test cases for payment terms fetch
3 years ago
Deepesh Garg
25d131a39f
test: Improve test case for not coping payment terms
3 years ago
Deepesh Garg
0bba425fe3
fix: Ignore default payment term templates when coping payment terms from orders
3 years ago
GangaManoj
0b11420147
fix: Disable automcatically_fetch_payment_terms after running its associated tests
3 years ago
GangaManoj
8328f45230
fix: Rename test to reflect changes in code
3 years ago
GangaManoj
57df4a3aa1
fix: Rename tests
3 years ago
GangaManoj
e94604f517
fix: Add test to check if payment terms are fetched when creating a Purchase Invoice
3 years ago