Commit Graph

7624 Commits

Author SHA1 Message Date
Bárbara Perretti
a137e8cf03 Fix translate setup/doctype/company/company.js 2013-10-18 14:25:29 -03:00
Rushabh Mehta
70d7c481e9 [naming series] create, remove Property Setters to set naming fixes webnotes/erpnext#854 2013-10-18 17:27:45 +05:30
Nabin Hait
5566bcaa0e [cleanup] purchase common 2013-10-18 17:01:56 +05:30
Nabin Hait
009a2d0f7e Merge pull request #977 from akhileshdarjee/master
[fix] [minor] item price added in setup page and stock
2013-10-18 04:06:39 -07:00
Akhilesh Darjee
f295692937 [fix] [minor] item price added in setup page and stock 2013-10-18 16:21:32 +05:30
Anand Doshi
0bc5ae55d8 [minor] fixes in data import, serial no and setup wizard 2013-10-18 16:07:47 +05:30
Nabin Hait
6b6e0c004f Merge pull request #975 from akhileshdarjee/master
[item price] item price made as an individual master and removed from price list
2013-10-18 03:14:34 -07:00
Akhilesh Darjee
cd80d86dbb [fix] [minor] renamed edit prices button from price list and item 2013-10-18 15:35:13 +05:30
Akhilesh Darjee
2d82f26976 Merge branch 'master' of github.com:webnotes/erpnext 2013-10-18 15:28:15 +05:30
Akhilesh Darjee
4ceef34c74 [report] created new item-wise price list rate report 2013-10-18 15:24:53 +05:30
Akhilesh Darjee
fcd70d04f3 [item price] item price made as an individual master and removed from price list 2013-10-18 14:24:21 +05:30
Nabin Hait
1b0664636a [fix] [conflict] 2013-10-18 13:07:28 +05:30
Nabin Hait
ef00af32c1 [minor] deleted sales common py 2013-10-18 13:02:57 +05:30
Nabin Hait
89ad6f2dab [fix] [conflict] 2013-10-18 12:55:59 +05:30
Nabin Hait
d1fd1e2d89 [Cleanup] Sales Common deprecated 2013-10-18 12:50:28 +05:30
Nabin Hait
d05a3b3b5c [Rename] Delivery Note Packing Item -> Packed Item 2013-10-18 12:50:28 +05:30
Nabin Hait
096d363087 [fix] fixed merge conflict 2013-10-18 12:50:28 +05:30
Rushabh Mehta
46eaa55f06 [editable] [minor] made item, item_group pages editable 2013-10-18 12:17:20 +05:30
Anand Doshi
6294452435 [minor] removed references to server.py 2013-10-17 20:00:52 +05:30
Nabin Hait
8f72d9f679 Merge pull request #974 from akhileshdarjee/master
[fix] [minor] conversion rate related fixes
2013-10-17 00:56:00 -07:00
Akhilesh Darjee
04638a5f77 [fix] [minor] onload post render also check for supplier 2013-10-17 13:19:46 +05:30
Akhilesh Darjee
acf65a7225 [fix] [minor] conversion rate related fixes 2013-10-17 13:04:26 +05:30
Priya
006623a7fc [docs] minor customer portal 2013-10-17 12:59:20 +05:30
Priya
f913e0f29a [docs] customer portal added 2013-10-17 12:46:41 +05:30
Priya
2dd558e500 Merge branch 'master' of github.com:webnotes/erpnext 2013-10-17 12:45:39 +05:30
Priya
93d2c7aebb [docs] Customize links added 2013-10-17 11:44:31 +05:30
Rushabh Mehta
be7e8556b0 Merge pull request #972 from akhileshdarjee/master
[fix] [minor] conversion rater
2013-10-16 23:03:41 -07:00
Akhilesh Darjee
3add576b1e [fix] [minor] conversion rate fix 2013-10-17 11:32:44 +05:30
Akhilesh Darjee
564c621c3e [fix] [minor] conversion rate fix 2013-10-17 11:31:11 +05:30
Anand Doshi
940e893834 Merge pull request #971 from MaxMorais/patch-1
Fix UnicodeDecodeError
2013-10-16 21:48:54 -07:00
Maxwell
ccbde214c2 Fix UnicodeDecodeError
```python
Traceback (most recent call last):
  File "install_erpnext.py", line 348, in <module>
    install()
  File "install_erpnext.py", line 13, in install
    install_pre_requisites()
  File "install_erpnext.py", line 25, in install_pre_requisites
    install_using_yum()
  File "install_erpnext.py", line 90, in install_using_yum
    update_config_for_redhat()
  File "install_erpnext.py", line 106, in update_config_for_redhat
    exec_in_shell("chkconfig --level 2345 %s on" % service)
  File "install_erpnext.py", line 339, in exec_in_shell
    if err and any((kw in err.lower() for kw in ["traceback", "error", "exception"])):
  File "install_erpnext.py", line 339, in <genexpr>
    if err and any((kw in err.lower() for kw in ["traceback", "error", "exception"])):
```
2013-10-16 16:52:01 -03:00
Bárbara Perretti
4b41e5f7f7 Merge branch 'wsgi' of https://github.com/webnotes/erpnext into i18n
Conflicts:
	accounts/doctype/purchase_taxes_and_charges_master/purchase_taxes_and_charges_master.js
	accounts/doctype/sales_taxes_and_charges_master/sales_taxes_and_charges_master.js
	public/js/complete_setup.js
	selling/doctype/opportunity/opportunity.js
	selling/doctype/quotation/quotation.js
2013-10-16 15:09:18 -03:00
Nabin Hait
185991d547 [fix] [minor] rounding error in purchase invoice gl entry 2013-10-16 13:08:53 +05:30
Nabin Hait
a012ffedd1 Merge branch 'master' of github.com:webnotes/erpnext 2013-10-16 11:48:39 +05:30
Nabin Hait
fc75d96abd [fix] [minor] Purchase Invoice - Amount for Stock received but not billed 2013-10-16 11:48:15 +05:30
Nabin Hait
f146e8b7f5 Merge branch 'wsgi' of github.com:webnotes/erpnext into wsgi 2013-10-16 11:19:09 +05:30
Nabin Hait
c9f7c36206 Merge pull request #969 from akhileshdarjee/master
[fix] fixed conversion rate for mapping any documents
2013-10-15 22:04:22 -07:00
Bárbara Perretti
3da50f0960 Fix translate stock/page/stock_home/stock_home.js 2013-10-15 18:34:18 -03:00
Bárbara Perretti
f007dd4e5f Fix translate stock/page/stock_ageing/stock_ageing.js 2013-10-15 18:32:38 -03:00
Bárbara Perretti
b7a6b850cf Fix translate setup.js 2013-10-15 18:20:32 -03:00
Bárbara Perretti
058e246be6 Fix translate supplier_type.js 2013-10-15 18:15:29 -03:00
Bárbara Perretti
119326826a Fix translate setup/doctype/territory/territory.js 2013-10-15 18:14:50 -03:00
Bárbara Perretti
9d6312fac4 Fix translate customers_not_buying_since_long_time.js 2013-10-15 17:57:20 -03:00
Bárbara Perretti
7329d7f118 Fix translate selling/doctype/sales_bom/sales_bom.js 2013-10-15 17:54:25 -03:00
Bárbara Perretti
acc7061ca7 Fix translate public/js/controllers/stock_controller.js 2013-10-15 17:29:57 -03:00
Bárbara Perretti
a1a8907e78 Fix translate startup.js 2013-10-15 17:27:26 -03:00
Bárbara Perretti
7934140969 Fix translate projects/report/daily_time_log_summary/daily_time_log_summary.js 2013-10-15 17:14:28 -03:00
Bárbara Perretti
17a37bd329 Fix translate hr/doctype/job_applicant/job_applicant.js 2013-10-15 16:50:53 -03:00
Bárbara Perretti
eb65e210fd Fix translate hr/doctype/upload_attendance/upload_attendance.js 2013-10-15 16:31:58 -03:00
Bárbara Perretti
21fc1f2652 Fix translate buying/page/purchase_analytics/purchase_analytics.js 2013-10-15 16:18:18 -03:00