[Release Notes] ERPNext and Frappe Version 13-beta.4

For the subscription following calendar month, does it have option to calculate prorate (elapsed dates or coming dates)?

Any reason why would I get a Server Error: IndexError: list index out of range? When I open the point of sale?

Hi. Please share your experiences on new POS when you have done some exhaustive tests. Thanks.

I will

I plan to roll it out next week in a life environment, though low traffic

2 Likes

Nice… Is v13 will support multi currency payroll?

Hi, I’m using v13.0.0-beta.3 and couldn’t upgrade to beta 4.

I did “bench update --pull” then “bench update --patch” and got this:

Backing up sites...
Patching sites...
Migrating maxity
Updating DocTypes for frappe        : [==============================          ] 77%Traceback (most recent call last):
  File "/home/informemedico/erpnext/erpnext/apps/frappe/frappe/modules/utils.py", line 204, in load_doctype_module
    doctype_python_modules[key] = frappe.get_module(module_name)
  File "/home/informemedico/erpnext/erpnext/apps/frappe/frappe/__init__.py", line 854, in get_module
    return importlib.import_module(modulename)
  File "/home/informemedico/erpnext/erpnext/env/lib/python3.6/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/informemedico/erpnext/erpnext/apps/frappe/frappe/integrations/doctype/paytm_settings/paytm_settings.py", l
ine 16, in <module>
    from paytmchecksum import generateSignature, verifySignature
ModuleNotFoundError: No module named 'paytmchecksum'

During handling of the above exception, another exception occurred:

Any idea?

It seems you are missing ‘paytmchecksum’:

try to install this in your bench env:

  • goto bench folder
  • then write : source env/bin/activate
  • then sudo pip install paytmchecksum
1 Like

Thanks @Mohammed_Redha, I was able to install paytmchecksum, but after running bench update --patch again a similar error was shown:

module = load_doctype_module(self.name, self.module)
  File "/home/informemedico/erpnext/erpnext/apps/frappe/frappe/modules/utils.py", line 206, in load_doctype_module
raise ImportError('Module import failed for {0} ({1})'.format(doctype, module_name + ' Error: ' + str(e)))
ImportError: Module import failed for Paytm Settings (frappe.integrations.doctype.paytm_settings.paytm_settings Error: No module named 'Crypto')

I did pip install Crypto, but it’s already installed.

Any hint?

Why don’t you simply try bench update command, it should take care of dependencies.

It is in the roadmap. let’s see if we can develop it before the v13 production release.

1 Like

Yes!, that worked as expected, thank you!.

@nabinhait it is very important (Multi currency payroll) for a lot of companies and if we are ready for any support as ERPNext partner.

When is Stable version of erpnext and frappe 13 ??

im really looking foward to it…

1 Like

@nabinhait
Requesting a demo live instance on beta.erpnext.com, for a larger public review.

I can not complete bench update on a fresh erpnext clean installation. My mariadb is on another server.

Patching sites...
Migrating vgs.computer
mariadb service is not running.
Cannot run bench migrate without the services running.
If you are running bench in development mode, make sure that bench is running:

$ bench start

Otherwise, check the server logs and ensure that all the required services are running.

Update:
I solved this by adding db_host to /sites/common_site_config.json

Is this really beta version? After 4 beta versions, I still see a lots of fixes included in each beta release which means, there are still so many bugs :smiley:

Beta period is now longer than development and alpha phases and still don’t know when it is finished to be stable version :expressionless:

Any estimation or plan date to release the V13 as production ?

v12 is still releasing with a lot of fixes.

I don’t understand the reason behind v13. Why not v12.xxx.xxx? Will updates from v12 releases get added to v13 later?

Thanks for good job!

I think we need to create a new module in settings or customisation menu. is this feature planning?