ERPNext 4

Hi community,

ERPNext 4 beta is out and here are the installation instructions.

The 4.0.0 version of the framework is renamed to frappe and so is our
organization on github. The version 3 of framework and erpnext
continue to exist on their old URLs (where your erpnext 3
installations point to).

This version should be production ready in a weeks time.

Also, a new dependency is lxml. Compiling lxml might fail on computers
with low memory. I tried to make a distribution independent statically
built wheel but it seems tricky, help welcome.

Thanks,

Pratik
erpnext

Thanks Pratik, I'm looking forward to testing this out. I'll aim to do a few migrations in a sandbox system next week.

On Monday, February 17, 2014 11:01:04 AM UTC-8, Pratik Vyas wrote:
Hi community,

ERPNext 4 beta is out and here are the installation instructions.
https://github.com/frappe/erpnext/wiki/Installing-ERPNext-4

The 4.0.0 version of the framework is renamed to frappe and so is our
organization on github. The version 3 of framework and erpnext
continue to exist on their old URLs (where your erpnext 3
installations point to).

This version should be production ready in a weeks time.

Also, a new dependency is lxml. Compiling lxml might fail on computers
with low memory. I tried to make a distribution independent statically
built wheel but it seems tricky, help welcome.

Thanks,
--
Pratik
erpnext



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/7ca04282-cf69-4614-bb69-859d9ec717d7%40googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.
after installation I get this problem while installing:


remote: Total 305 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (305/305), 75.72 KiB, done.
Resolving deltas: 100% (187/187), done.
MySQL root password:
Traceback (most recent call last):
  File "/opt/erpnext-bench/env/bin/frappe", line 9, in <module>
    load_entry_point('frappe==4.0.0-beta', 'console_scripts', 'frappe')()
  File "/opt/erpnext-bench/src/frappe/frappe/cli.py", line 44, in main
    run(fn, parsed_args)
  File "/opt/erpnext-bench/src/frappe/frappe/cli.py", line 65, in run
    out = globals().get(fn)(*args.get(fn), **args)
  File "/opt/erpnext-bench/src/frappe/frappe/cli.py", line 58, in new_fn
    return fn(*args, **new_kwargs)
  File "/opt/erpnext-bench/src/frappe/frappe/cli.py", line 250, in install
    install_app("frappe", verbose=verbose)
  File "/opt/erpnext-bench/src/frappe/frappe/installer.py", line 106, in install_app
    add_to_installed_apps(name)
  File "/opt/erpnext-bench/src/frappe/frappe/installer.py", line 124, in add_to_installed_apps
    rebuild_website_sitemap_config()
  File "/opt/erpnext-bench/src/frappe/frappe/website/doctype/website_sitemap_config/website_sitemap_config.py", line 57, in rebuild_website_sitemap_config
    build_website_sitemap_config(app)
  File "/opt/erpnext-bench/src/frappe/frappe/website/doctype/website_sitemap_config/website_sitemap_config.py", line 84, in build_website_sitemap_config
    generators(["Generator", app, path, fname, basepath])
TypeError: 'list' object is not callable
Traceback (most recent call last):
  File "/opt/erpnext-bench/env/bin/frappe", line 9, in <module>
    load_entry_point('frappe==4.0.0-beta', 'console_scripts', 'frappe')()
  File "/opt/erpnext-bench/src/frappe/frappe/cli.py", line 44, in main
    run(fn, parsed_args)
  File "/opt/erpnext-bench/src/frappe/frappe/cli.py", line 65, in run
    out = globals().get(fn)(*args.get(fn), **args)
  File "/opt/erpnext-bench/src/frappe/frappe/cli.py", line 58, in new_fn
    return fn(*args, **new_kwargs)
  File "/opt/erpnext-bench/src/frappe/frappe/cli.py", line 257, in install_app
    install_app(app_name, verbose=verbose)
  File "/opt/erpnext-bench/src/frappe/frappe/installer.py", line 99, in install_app
    frappe.only_for("System Manager")
  File "/opt/erpnext-bench/src/frappe/frappe/__init__.py", line 268, in only_for
    raise PermissionError
frappe.PermissionError
Traceback (most recent call last):
  File "/opt/erpnext-bench/env/bin/frappe", line 9, in <module>
    load_entry_point('frappe==4.0.0-beta', 'console_scripts', 'frappe')()
  File "/opt/erpnext-bench/src/frappe/frappe/cli.py", line 44, in main
    run(fn, parsed_args)
  File "/opt/erpnext-bench/src/frappe/frappe/cli.py", line 65, in run
    out = globals().get(fn)(*args.get(fn), **args)
  File "/opt/erpnext-bench/src/frappe/frappe/cli.py", line 58, in new_fn
    return fn(*args, **new_kwargs)
  File "/opt/erpnext-bench/src/frappe/frappe/cli.py", line 257, in install_app
    install_app(app_name, verbose=verbose)
  File "/opt/erpnext-bench/src/frappe/frappe/installer.py", line 99, in install_app
    frappe.only_for("System Manager")
  File "/opt/erpnext-bench/src/frappe/frappe/__init__.py", line 268, in only_for
    raise PermissionError
frappe.PermissionError
Wrote sites/assets/js/frappe-web.min.js - 58k

On Tuesday, 18 February 2014 16:54:41 UTC+1, Jev Björsell wrote:
Thanks Pratik, I'm looking forward to testing this out. I'll aim to do a few migrations in a sandbox system next week.

On Monday, February 17, 2014 11:01:04 AM UTC-8, Pratik Vyas wrote:
Hi community,

ERPNext 4 beta is out and here are the installation instructions.
https://github.com/frappe/erpnext/wiki/Installing-ERPNext-4

The 4.0.0 version of the framework is renamed to frappe and so is our
organization on github. The version 3 of framework and erpnext
continue to exist on their old URLs (where your erpnext 3
installations point to).

This version should be production ready in a weeks time.

Also, a new dependency is lxml. Compiling lxml might fail on computers
with low memory. I tried to make a distribution independent statically
built wheel but it seems tricky, help welcome.

Thanks,
--
Pratik
erpnext



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/cd34ba38-6abf-45e8-9237-c6cde94b9a39%40googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.

Hi Holger,

On Tue, Feb 18, 2014 at 11:51 PM, Holger Winkelmann hw...@gmail.com wrote:

after installation I get this problem while installing:

remote: Total 305 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (305/305), 75.72 KiB, done.
Resolving deltas: 100% (187/187), done.
MySQL root password:
Traceback (most recent call last):
File “/opt/erpnext-bench/env/bin/frappe”, line 9, in
load_entry_point(‘frappe==4.0.0-beta’, ‘console_scripts’, ‘frappe’)()
File “/opt/erpnext-bench/src/frappe/frappe/cli.py”, line 44, in main
run(fn, parsed_args)
File “/opt/erpnext-bench/src/frappe/frappe/cli.py”, line 65, in run
out = globals().get(fn)(*args.get(fn), **args)
File “/opt/erpnext-bench/src/frappe/frappe/cli.py”, line 58, in new_fn
return fn(*args, **new_kwargs)
File “/opt/erpnext-bench/src/frappe/frappe/cli.py”, line 250, in install
install_app(“frappe”, verbose=verbose)
File “/opt/erpnext-bench/src/frappe/frappe/installer.py”, line 106, in
install_app
add_to_installed_apps(name)
File “/opt/erpnext-bench/src/frappe/frappe/installer.py”, line 124, in
add_to_installed_apps
rebuild_website_sitemap_config()
File
“/opt/erpnext-bench/src/frappe/frappe/website/doctype/website_sitemap_config/website_sitemap_config.py”,
line 57, in rebuild_website_sitemap_config
build_website_sitemap_config(app)
File
“/opt/erpnext-bench/src/frappe/frappe/website/doctype/website_sitemap_config/website_sitemap_config.py”,
line 84, in build_website_sitemap_config
generators([“Generator”, app, path, fname, basepath])
TypeError: ‘list’ object is not callable
Traceback (most recent call last):
File “/opt/erpnext-bench/env/bin/frappe”, line 9, in
load_entry_point(‘frappe==4.0.0-beta’, ‘console_scripts’, ‘frappe’)()
File “/opt/erpnext-bench/src/frappe/frappe/cli.py”, line 44, in main
run(fn, parsed_args)
File “/opt/erpnext-bench/src/frappe/frappe/cli.py”, line 65, in run
out = globals().get(fn)(*args.get(fn), **args)
File “/opt/erpnext-bench/src/frappe/frappe/cli.py”, line 58, in new_fn
return fn(*args, **new_kwargs)
File “/opt/erpnext-bench/src/frappe/frappe/cli.py”, line 257, in
install_app
install_app(app_name, verbose=verbose)
File “/opt/erpnext-bench/src/frappe/frappe/installer.py”, line 99, in
install_app
frappe.only_for(“System Manager”)
File “/opt/erpnext-bench/src/frappe/frappe/init.py”, line 268, in
only_for
raise PermissionError
frappe.PermissionError
Traceback (most recent call last):
File “/opt/erpnext-bench/env/bin/frappe”, line 9, in
load_entry_point(‘frappe==4.0.0-beta’, ‘console_scripts’, ‘frappe’)()
File “/opt/erpnext-bench/src/frappe/frappe/cli.py”, line 44, in main
run(fn, parsed_args)
File “/opt/erpnext-bench/src/frappe/frappe/cli.py”, line 65, in run
out = globals().get(fn)(*args.get(fn), **args)
File “/opt/erpnext-bench/src/frappe/frappe/cli.py”, line 58, in new_fn
return fn(*args, **new_kwargs)
File “/opt/erpnext-bench/src/frappe/frappe/cli.py”, line 257, in
install_app
install_app(app_name, verbose=verbose)
File “/opt/erpnext-bench/src/frappe/frappe/installer.py”, line 99, in
install_app
frappe.only_for(“System Manager”)
File “/opt/erpnext-bench/src/frappe/frappe/init.py”, line 268, in
only_for
raise PermissionError
frappe.PermissionError
Wrote sites/assets/js/frappe-web.min.js - 58k

The current develop is broken, please reset hard to 4.0.0-beta1. It should work.

cd src/frappe
git reset --hard 4.0.0-beta1
cd …/erpnext
git reset --hard 4.0.0-beta1

Drop the database and remove the sites dir, then try again.

Thanks,

Pratik
erpnext

Hi Jev,

On Tue, Feb 18, 2014 at 9:24 PM, Jev Björsell eb...@gmail.com wrote:

Thanks Pratik, I’m looking forward to testing this out. I’ll aim to do a few
migrations in a sandbox system next week.

By next week, the system should be in a better shape indeed. It might
interest you that we have a better API this time :slight_smile:

Thanks,

Pratik
erpnext

Hi,

The current develop is broken, please reset hard to 4.0.0-beta1. It should work.

cd src/frappe
git reset --hard 4.0.0-beta1
cd ../erpnext
git reset --hard 4.0.0-beta1

OK, works... Is there an admin user? or do I need to configure Email first? SignUP seems to need a email send function.

Drop the database and remove the sites dir, then try again.

Thanks,
--
Pratik
erpnext



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/8b25b08b-a7ee-4c33-927d-59ee942bb5ab%40googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.

Hi Holger,

OK, works… Is there an admin user? or do I need to configure Email first?
SignUP seems to need a email send function.

Nice. The username is Administrator and password is admin.
You can either setup email or set passwords for your user from Setup
Administrator,
http://localhost:8000/app#List/Profile

Drop the database and remove the sites dir, then try again.

Thanks,

Pratik
erpnext


Note:

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much
    information as you can. Please see it from the point of view of the person
    receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send
    only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do
    not send images as attachments. Links are good. Same goes for any file you
    are going to send.

End of Note

You received this message because you are subscribed to the Google Groups
“ERPNext Developer Forum” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to erpnext-developer-forum+un...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/erpnext-developer-forum/8b25b08b-a7ee-4c33-927d-59ee942bb5ab%40googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.


Pratik
erpnext

Hi Pratik,

I face some error on upgrade from v3.8.7 to v4.
Command output:

./scripts/install.sh migrate_3_to_4 /home/erpnext/erpnext/lsc/
New python executable in env/bin/python2.7
Not overwriting existing python script env/bin/python (you must use env/bin/python2.7)
Installing setuptools, pip...done.
Traceback (most recent call last):
  File "./scripts/virtualenv.py", line 2359, in <module>
    main()
  File "./scripts/virtualenv.py", line 828, in main
    after_install(options, home_dir)
  File "./scripts/virtualenv.py", line 2351, in after_install
    subprocess.check_output('/'.join([home_dir, 'bin', 'pip install -e frappe/ ']), shell=True)
  File "/usr/lib/python2.7/subprocess.py", line 544, in check_output
    raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command '/home/erpnext/erpnext/erpnext-bench/env/bin/pip install -e frappe/ ' returned non-zero exit status 1

And the output of pip command:
###########

/home/erpnext/erpnext/erpnext-bench# /home/erpnext/erpnext/erpnext-bench/env/bin/pip install -e frappe/
frappe/ should either be a path to a local project or a VCS url beginning with svn+, git+, hg+, or bzr+
Storing debug log for failure in /root/.pip/pip.log

Can you provide some how to?

BR


On Wednesday, February 19, 2014 7:41:17 AM UTC+2, Pratik Vyas wrote:
Hi Holger,

> OK, works... Is there an admin user? or do I need to configure Email first?
> SignUP seems to need a email send function.

Nice. The username is Administrator and password is admin.
You can either setup email or set passwords for your user from Setup
Administrator,
http://localhost:8000/app#List/Profile

>>
>>
>> Drop the database and remove the sites dir, then try again.
>>
>> Thanks,
>> --
>> Pratik
>> erpnext
>
> --
> Note:
>
> If you are posting an issue,
> 1. We should be able to replicate it at our end. So please give us as much
> information as you can. Please see it from the point of view of the person
> receiving the communication.
> 2. Paste your code at http://pastebin.com or http://gist.github.com and send
> only the URL via email
> 3. For sending images, use http://imgur.com or other similar services. Do
> not send images as attachments. Links are good. Same goes for any file you
> are going to send.
>
> End of Note
> ---
> You received this message because you are subscribed to the Google Groups
> "ERPNext Developer Forum" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to erpnext-developer-forum+un...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/erpnext-developer-forum/8b25b08b-a7ee-4c33-927d-59ee942bb5ab%40googlegroups.com.
>
> For more options, visit https://groups.google.com/groups/opt_out.



--
Pratik
erpnext



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/d97c5a9a-e1fe-4b8d-a41f-83cee72a171a%40googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.

To investigate the output of the pip command, run it from the src directory. Most likely suspect is lxml if you have low memory or have not installed the dependencies. If it fails to low memory, running it again might fix the problem as pip leaves the build directory intact while exiting and the compiler continues from where it left, I think. (on the $5 digital ocean droplet, it worked when I tried twice).

Thanks,
--
Pratik
Sent from phone

On 19 Feb 2014 21:53, "Sebastian Lungu" <se...@gmail.com> wrote:
>
> Hi Pratik,
>
> I face some error on upgrade from v3.8.7 to v4.
> Command output:
>
> ./scripts/install.sh migrate_3_to_4 /home/erpnext/erpnext/lsc/
> New python executable in env/bin/python2.7
> Not overwriting existing python script env/bin/python (you must use env/bin/python2.7)
> Installing setuptools, pip...done.
> Traceback (most recent call last):
> File "./scripts/virtualenv.py", line 2359, in <module>
> main()
> File "./scripts/virtualenv.py", line 828, in main
> after_install(options, home_dir)
> File "./scripts/virtualenv.py", line 2351, in after_install
> subprocess.check_output('/'.join([home_dir, 'bin', 'pip install -e frappe/ ']), shell=True)
> File "/usr/lib/python2.7/subprocess.py", line 544, in check_output
> raise CalledProcessError(retcode, cmd, output=output)
> subprocess.CalledProcessError: Command '/home/erpnext/erpnext/erpnext-bench/env/bin/pip install -e frappe/ ' returned non-zero exit status 1
>
> And the output of pip command:
> ###########
>
> /home/erpnext/erpnext/erpnext-bench# /home/erpnext/erpnext/erpnext-bench/env/bin/pip install -e frappe/
> frappe/ should either be a path to a local project or a VCS url beginning with svn+, git+, hg+, or bzr+
> Storing debug log for failure in /root/.pip/pip.log
>
> Can you provide some how to?
>
> BR
>
>
> On Wednesday, February 19, 2014 7:41:17 AM UTC+2, Pratik Vyas wrote:
>>
>> Hi Holger,
>>
>> > OK, works... Is there an admin user? or do I need to configure Email first?
>> > SignUP seems to need a email send function.
>>
>> Nice. The username is Administrator and password is admin.
>> You can either setup email or set passwords for your user from Setup
>> Administrator,
>> http://localhost:8000/app#List/Profile
>>
>> >>
>> >>
>> >> Drop the database and remove the sites dir, then try again.
>> >>
>> >> Thanks,
>> >> --
>> >> Pratik
>> >> erpnext
>> >
>> > --
>> > Note:
>> >
>> > If you are posting an issue,
>> > 1. We should be able to replicate it at our end. So please give us as much
>> > information as you can. Please see it from the point of view of the person
>> > receiving the communication.
>> > 2. Paste your code at http://pastebin.com or http://gist.github.com and send
>> > only the URL via email
>> > 3. For sending images, use http://imgur.com or other similar services. Do
>> > not send images as attachments. Links are good. Same goes for any file you
>> > are going to send.
>> >
>> > End of Note
>> > ---
>> > You received this message because you are subscribed to the Google Groups
>> > "ERPNext Developer Forum" group.
>> > To unsubscribe from this group and stop receiving emails from it, send an
>> > email to erpnext-developer-forum+un...@googlegroups.com.
>> > To view this discussion on the web visit
>> > https://groups.google.com/d/msgid/erpnext-developer-forum/8b25b08b-a7ee-4c33-927d-59ee942bb5ab%40googlegroups.com.

>> >

>> > For more options, visit https://groups.google.com/groups/opt_out.

>>

>>

>>

>> –

>> Pratik

>> erpnext

>

> –

> Note:

>

> If you are posting an issue,

> 1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.

> 2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email

> 3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

>

> End of Note

> —

> You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

> To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

> To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/d97c5a9a-e1fe-4b8d-a41f-83cee72a171a%40googlegroups.com.

>

> For more options, visit https://groups.google.com/groups/opt_out.

Hi,

how is the current shape of version 4.0 now?

On Tuesday, 18 February 2014 22:06:00 UTC+1, Pratik Vyas wrote:
Hi Jev,

On Tue, Feb 18, 2014 at 9:24 PM, Jev Björsell <eb...@gmail.com> wrote:
> Thanks Pratik, I'm looking forward to testing this out. I'll aim to do a few
> migrations in a sandbox system next week.
>

By next week, the system should be in a better shape indeed. It might
interest you that we have a better API this time :)

Thanks,
--
Pratik
erpnext



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/95caf3a6-8adf-445a-ab4f-b7add39e871e%40googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.
The bottleneck now is in setting up the production environment. ETA is 15th March

Testing is going on, on the side (thanks to Laurence and Aditya and others) and adding a lot more features as we go before final release.


On Wednesday, March 5, 2014 1:03:28 AM UTC+5:30, Holger Winkelmann wrote:
Hi,

how is the current shape of version 4.0 now?



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/7a851365-a089-42a8-ab73-fb295df3a5fc%40googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.
version 4 ready?

Thanks



rushabh於 2014年3月5日星期三UTC+8下午7時15分52秒寫道:
The bottleneck now is in setting up the production environment. ETA is 15th March

Testing is going on, on the side (thanks to Laurence and Aditya and others) and adding a lot more features as we go before final release.


On Wednesday, March 5, 2014 1:03:28 AM UTC+5:30, Holger Winkelmann wrote:
Hi,

how is the current shape of version 4.0 now?



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/8db7d087-42a3-4099-88c4-f8fcecc3b358%40googlegroups.com.

    For more options, visit https://groups.google.com/d/optout.
I'm also wondering about the status of 4.0. The frappe-bench installation was running well once. But currently the update
fails and login with existing credential is not possible.. Lets see how it goes. Currently I see at least two methods describing how
to setup ERPnext 4.0, both of them seems to have problems, hope this will be clarified soon..

Holger

On Wednesday, 5 March 2014 12:15:52 UTC+1, rushabh wrote:
The bottleneck now is in setting up the production environment. ETA is 15th March

Testing is going on, on the side (thanks to Laurence and Aditya and others) and adding a lot more features as we go before final release.


On Wednesday, March 5, 2014 1:03:28 AM UTC+5:30, Holger Winkelmann wrote:
Hi,

how is the current shape of version 4.0 now?



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/f389c148-61e2-44ee-93b2-ba85defb288f%40googlegroups.com.

    For more options, visit https://groups.google.com/d/optout.

Hi Holger,

On Sat, Mar 15, 2014 at 9:19 PM, Holger Winkelmann hw...@gmail.com wrote:

I’m also wondering about the status of 4.0. The frappe-bench installation
was running well once. But currently the update
fails and login with existing credential is not possible… Lets see how it
goes. Currently I see at least two methods describing how
to setup ERPnext 4.0, both of them seems to have problems, hope this will be
clarified soon…

The update script should work now (pull in bench). There was a typo.
We recently renamed Profile to User and so the latest version won’t
run without database migration.

The bench is the way to go. I think I removed the old instructions.

Thanks,

Pratik
erpnext

HI Pratik,

a fresh installation works now and the build command as well. A couple of permission messages are logged but in general it works.
Thank you for taking care abut the update script.

On Saturday, 15 March 2014 18:50:22 UTC+1, Pratik Vyas wrote:
Hi Holger,

On Sat, Mar 15, 2014 at 9:19 PM, Holger Winkelmann <hw...@gmail.com> wrote:
> I'm also wondering about the status of 4.0. The frappe-bench installation
> was running well once. But currently the update
> fails and login with existing credential is not possible.. Lets see how it
> goes. Currently I see at least two methods describing how
> to setup ERPnext 4.0, both of them seems to have problems, hope this will be
> clarified soon..
>
The update script should work now (pull in bench). There was a typo.
We recently renamed Profile to User and so the latest version won't
run without database migration.

The bench is the way to go. I think I removed the old instructions.

Thanks,
--
Pratik
erpnext



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/cd539550-54ea-47d6-8c8f-a2341190596b%40googlegroups.com.

    For more options, visit https://groups.google.com/d/optout.
Hi, I still fail in installing the erpnext 4 in a Centos server. Could you kindly tell me which linux distribution better to install version 4? and when will the stable version 4 release?

Many thanks.



Holger Winkelmann於 2014年3月16日星期日UTC+8下午9時41分15秒寫道:
HI Pratik,

a fresh installation works now and the build command as well. A couple of permission messages are logged but in general it works.
Thank you for taking care abut the update script.

On Saturday, 15 March 2014 18:50:22 UTC+1, Pratik Vyas wrote:
Hi Holger,

On Sat, Mar 15, 2014 at 9:19 PM, Holger Winkelmann <hw...@gmail.com> wrote:
> I'm also wondering about the status of 4.0. The frappe-bench installation
> was running well once. But currently the update
> fails and login with existing credential is not possible.. Lets see how it
> goes. Currently I see at least two methods describing how
> to setup ERPnext 4.0, both of them seems to have problems, hope this will be
> clarified soon..
>
The update script should work now (pull in bench). There was a typo.
We recently renamed Profile to User and so the latest version won't
run without database migration.

The bench is the way to go. I think I removed the old instructions.

Thanks,
--
Pratik
erpnext



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/bffdeb73-cb04-4642-892b-398bcf6589e0%40googlegroups.com.

    For more options, visit https://groups.google.com/d/optout.

Hi Adam,

On Tue, Mar 18, 2014 at 9:44 PM, Adam Tong ad...@gmail.com wrote:

Hi, I still fail in installing the erpnext 4 in a Centos server. Could you
kindly tell me which linux distribution better to install version 4? and

Debain stable plus the steps here,
https://github.com/frappe/frappe-bench should install erpnext. The
bench generates config for nginx and supervisor for production use.

You could use CentOS too but will have to procure Python2.7 and
manually install a more recent version of supervisor if you want to go
for production with it. The only reason for me to suggest Debian (or
Ubuntu LTS) is that they ship with Python 2.7 and more recent version
of supervisord.

Do post where you get stuck.

when will the stable version 4 release?

The release will be soon, cannot give an exact date.

We have documentation to write and some bug squashing to do. If you
can test and report, that would be great :slight_smile:

There should not be much difference (if any) in production setup.

Apologies for delay.

Many thanks.

Thanks,

Pratik
erpnext