How do I know which version of ERPNext I am using?

722 views
Skip to first unread message

MP

unread,
Jan 13, 2014, 11:42:21 AM1/13/14
to erpnext-dev...@googlegroups.com
Hi,

Is there any way to find this out?

Kind regards,
MP

MP

unread,
Jan 14, 2014, 10:31:53 AM1/14/14
to erpnext-dev...@googlegroups.com
Hi Again,

Is there any file in which the version numbers get stored. Or do I need to use git command to find the release information.

Kind regards,
MP

Nabin Hait

unread,
Jan 14, 2014, 10:59:37 PM1/14/14
to erpnext-dev...@googlegroups.com

In version 4.0, there will be version information in About ERPNext page inside the application. But currently you have to check using git command.

--
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

MP

unread,
Jan 15, 2014, 6:06:31 AM1/15/14
to erpnext-dev...@googlegroups.com
Thans Nabin for clarifying this.
I am new to git. Are you able to tell me what git command I need to use to find out the erpnext version detail? I tried using git tag but it didn't output anything. Thanks.

Kind regards,
Mayur Patel

Pratik Vyas

unread,
Jan 15, 2014, 6:18:50 AM1/15/14
to erpnext-dev...@googlegroups.com
Hi Mayur,

On Wed, Jan 15, 2014 at 4:36 PM, MP <mayur....@gmail.com> wrote:
> Thans Nabin for clarifying this.
> I am new to git. Are you able to tell me what git command I need to use to
> find out the erpnext version detail? I tried using git tag but it didn't
> output anything. Thanks.
>

You can just read the config.json.
Soon, you would be able to see in the About page of the UI,
https://github.com/webnotes/erpnext/pull/1319

> Kind regards,
> Mayur Patel

Thanks,

--
Pratik
erpnext

MP

unread,
Jan 15, 2014, 6:26:51 AM1/15/14
to erpnext-dev...@googlegroups.com
Thanks Pratik for your response.

I couldn't find anything about version detail in config.json file. Please note that our ERPNext instance is way before the responsive GUI and still CGI based . This is the reason I wanted to know what exact version of ERPNext I am using. It is not a deal breaker but nice to know.

Kind regards,
MP


Pratik Vyas

unread,
Jan 15, 2014, 8:56:42 AM1/15/14
to erpnext-dev...@googlegroups.com
Hi Mayur,
Okay, I was assuming, that you were on the master branch. I can give
you some git help on this.

Have you switched the branch to 1310 already?

Can you provide the output of

git log --oneline | head

> Kind regards,
> MP
>
>
> --
> 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...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.


Thanks,
--
Pratik
erpnext

MP

unread,
Jan 16, 2014, 6:29:17 AM1/16/14
to erpnext-dev...@googlegroups.com
Thanks Pratik for this.
Yes, we are on master branch.No, we haven't switched to 1310 branch due to re-training 50+ users. We may do a major update once version 4.0 is released and tested.

output of git log --oneline|head from app directory:
e724fd4 [report] [minor] added warehouse and brand columns in purchase ordered items to be received
cbc96d5 [fix] [report] accounts receivable/payable
642634f [fix] [report] sales/purchase register: if income/expense account entered in tax table for discount
8faa90f [fix] [minor] add customer_name/supplier_name in sales/purchase register
c812367 Merge branch 'master' of github.com:webnotes/erpnext
5c33e59 [fix][report] sales/purchase register, same accounts as income and tax account
d49aae2 Merge pull request #564 from akhileshdarjee/master
d3c74c1 [Cleanup][Report] Added company in Warehouse-wise Stock Balance & removed filters from both reports
690c2f5 [patch] [fix] delete report
70eda07 [report] deleted duplicate report

output of git log --oneline|head from lib directory:
936d491 Merge pull request #208 from akhileshdarjee/master
dca4e59 [Report]Added permission to reports for showing data according to the user properties
ae34001 Merge branch 'master' of https://github.com/webnotes/wnframework
39bbc3f Merge pull request #207 from mayur-patel/master
f141033 Acciently removted import startup from send_welcome_mail. It is fixed now.
d850786 [Fix]Root element from tree cannot be deleted.
e02de9e Merge branch 'master' of https://github.com/webnotes/wnframework
a0bbca4 Password change notification email had hard coded word ERPNext in it. I have changed it to use startup.product_name instead.
0d604ee [fixes] data import tool - show error message
155fc31 Merge branch 'master' of https://github.com/webnotes/wnframework

Kind regards,
MP

Reply all
Reply to author
Forward
0 new messages