* [Fix] Error in sales invoice and POS if customer group not defined in the customer (#10148) * Revert "[Fix] Error in sales invoice and POS if customer group not defined in the customer (#10148)" (#10159) This reverts commit 4d2e782e42e9875429b5c55934c41dbc5d1d7b20. * [Fix] Unable to save asset because of float error issue (#10157) * bumped to version 8.6.4 * [Fix] Error in sales invoice and POS if customer group not defined in the customer (#10160) * Set billing hours to 0 in timesheet #9535 (#10139) * `update_billing_hours` to use flt not cint * if not billable, reset billable hours * if not billable, reset time rates * test * [Fix] Timesheet Company Issue * Added delivery date in SO parent form. Fixes #10104 (#10155) * Added delivery date in SO parent form. Fixes #10104 * UI tests for sales order delivery date * bumped to version 8.6.5
20 lines
995 B
Plaintext
20 lines
995 B
Plaintext
erpnext/tests/ui/make_fixtures.js #long
|
|
erpnext/setup/doctype/company/test_company.js
|
|
erpnext/accounts/doctype/account/test_account.js
|
|
erpnext/crm/doctype/lead/test_lead.js
|
|
erpnext/crm/doctype/opportunity/test_opportunity.js
|
|
erpnext/selling/doctype/quotation/test_quotation.js
|
|
erpnext/crm/doctype/item/test_item.js
|
|
erpnext/manufacturing/doctype/workstation/test_workstation.js
|
|
erpnext/manufacturing/doctype/operation/test_operation.js
|
|
erpnext/manufacturing/doctype/bom/test_bom.js
|
|
erpnext/hr/doctype/holiday_list/test_holiday_list.js
|
|
erpnext/hr/doctype/branch/test_branch.js
|
|
erpnext/manufacturing/doctype/bom/test_bom.js
|
|
erpnext/projects/doctype/project/project_timesheet.js
|
|
erpnext/hr/doctype/leave_block_list/test_leave_block_list.js
|
|
erpnext/hr/doctype/department/test_department.js
|
|
erpnext/hr/doctype/designation/test_designation.js
|
|
erpnext/hr/doctype/employment_type/test_employment_type.js
|
|
erpnext/hr/doctype/employee/test_employee.js
|
|
erpnext/selling/doctype/sales_order/test_sales_order.js |