Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: change log for v13.13.0 #28040

Conversation

rohitwaghchaure
Copy link
Collaborator

Version 13.13.0 Release Notes

Features & Enhancements

  • HR Module onboarding (#25741)
  • Tracking multiple rounds for the interview (#25482)
  • HSN based tax breakup table check in GST Settings (India Localization) (#27907)

Fixes

  • To improve stock transactions added indexes in stock queries and speed up bin updation (#27758)
  • Interstate internal transfer invoices not visible in GSTR-1 (#27970)
  • Account number and name incorrectly imported using COA importer (#27967)
  • Multiple fixes to timesheets (#27775)
  • Totals row incorrect value in GL Entry (#27867)
  • Sales Order delivery Date not getting set via data import (#27862)
  • Add cost center in gl entry for advance payment entry (#27840)
  • Item Variant selection empty popup on website (#27924)
  • Improve performance of fetching account balance in chart of accounts (#27661)
  • Chart Of Accounts import button not visible (#27748)
  • Website Items with same Item name unhandled, thumbnails missing (#27720)
  • Delete linked Transaction Deletion Record docs on deleting company (#27785)
  • Display appropriate message for Payment Term discrepancies in Payment Entry (#27749)
  • Updated buying onboarding tours. (#27800)
  • Fixed variant qty in BOM while making work order (#27686)
  • Availability slots display, disabled Practitioner Schedule (#27812)
  • Consolidated report not consider company currency (#27863)
  • Batch Number not copied from Purchase Receipt to Stock Entry (#27794)
  • Employee Leave Balance report should only consider ledgers of transaction type Leave Allocation (#27728)

@rohitwaghchaure rohitwaghchaure merged commit 200f6da into frappe:version-13-pre-release Oct 20, 2021
@vincentnjara
Copy link

@rohitwaghchaure
I updated to v13.13.0 (version-13) after that I am getting the error unsupported operand type(s) for +=: 'int' and 'NoneType' at Consolidated financial statement report.
How can I resolve it?

Traceback (most recent call last):
File "/home/erpnext/frappe-bench/apps/frappe/frappe/app.py", line 68, in application
response = frappe.api.handle()
File "/home/erpnext/frappe-bench/apps/frappe/frappe/api.py", line 55, in handle
return frappe.handler.handle()
File "/home/erpnext/frappe-bench/apps/frappe/frappe/handler.py", line 31, in handle
data = execute_cmd(cmd)
File "/home/erpnext/frappe-bench/apps/frappe/frappe/handler.py", line 67, in execute_cmd
return frappe.call(method, **frappe.form_dict)
File "/home/erpnext/frappe-bench/apps/frappe/frappe/init.py", line 1199, in call
return fn(*args, **newargs)
File "/home/erpnext/frappe-bench/apps/frappe/frappe/init.py", line 615, in wrapper_fn
retval = fn(*args, **get_newargs(fn, kwargs))
File "/home/erpnext/frappe-bench/apps/frappe/frappe/desk/query_report.py", line 236, in run
result = generate_report_result(report, filters, user, custom_columns)
File "/home/erpnext/frappe-bench/apps/frappe/frappe/desk/query_report.py", line 78, in generate_report_result
res = report.execute_script_report(filters)
File "/home/erpnext/frappe-bench/apps/frappe/frappe/core/doctype/report/report.py", line 125, in execute_script_report
res = self.execute_module(filters)
File "/home/erpnext/frappe-bench/apps/frappe/frappe/core/doctype/report/report.py", line 142, in execute_module
return frappe.get_attr(method_name)(frappe._dict(filters))
File "/home/erpnext/frappe-bench/apps/erpnext/erpnext/accounts/report/consolidated_financial_statement/consolidated_financial_statement.py", line 50, in execute
data, message, chart, report_summary = get_balance_sheet_data(fiscal_year, companies, columns, filters)
File "/home/erpnext/frappe-bench/apps/erpnext/erpnext/accounts/report/consolidated_financial_statement/consolidated_financial_statement.py", line 78, in get_balance_sheet_data
message, opening_balance = prepare_companywise_opening_balance(asset, liability, equity, companies)
File "/home/erpnext/frappe-bench/apps/erpnext/erpnext/accounts/report/consolidated_financial_statement/consolidated_financial_statement.py", line 118, in prepare_companywise_opening_balance
opening_value += get_opening_balance(account_name, data, company)
TypeError: unsupported operand type(s) for +=: 'int' and 'NoneType'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants