Here are some of the features introduced in this version.
POS - Online & Offline
Now user has an option to enable or disable Offline POS mode from POS Settings
Provision to select the Item’s serial number from the dropdown while adding item in the cart
Indicator for stock availability in Online POS Mode.
Subscription
Setup recurring documents using Subscription
User can schedule the subscription for doctypes other than Sales Invoice, Purchase Invoice etc.
Healthcare Domain
Clinic / Practice Management
Patient
Physician, Physician scheduling
Appointment
Vital Signs
Consultation
Medical Code Standards
Patient Medical Record
Laboratory
Sample Collection
Lab Test
Patient Portal
School Fees Management
Fee Structure
Fee Schedule
Payment against Fees
New Setup Wizard
Note: If you want to checkout/test the features before release, checkout to staging
branch.
42 Likes
Hello
Will we see the new Payment Terms rewrite and new Currencies handling too?
@Julian_Robbins Sorry, those will not be part of this release, but those will be merged and released soon.
dufani1
September 23, 2017, 9:41pm
5
@nabinhait first many thanks for all ERPNext team and please is there any update s on projects module?
1 Like
vjFaLk
September 25, 2017, 6:19am
6
Are there any API changes that will break apps?
If there are any customization related to Recurring feature (for example, if you make any Recurring Sales Order/Invoice via API), then it will break in version 9. In the upcoming version, recurring setting is not part of the order/invoice. It is a separate document altogether. And you can create recurring records for any document.
https://erpnext.org/docs/user/manual/en/subscription
6 Likes
Is this small issue saved on v9?
Hi,
How can i fix this as you can see on the two images the order is not correct and when i click on Account to sort it make the TOTAL as the first and the rest on the second row …while the rest is in the correct order.
[image]
Here the second
[image]
vrms
September 25, 2017, 11:05pm
9
should be those commands, right?
cd home/frappe/frappe-bench
bench update --upgrade
ERPNext and Frappe version 9 has been released. To update your instance, you have to run bench update
from frappe-bench
directory.
3 Likes
felix
September 26, 2017, 10:48am
11
If on a production/live instance, take a backup first!
5 Likes
When doing the Ver 8 to 9 upgrade on a live production instance you will be prompted near the end of the process:
Your bench was upgraded to version 9
supervisor.conf already exists and this will overwrite it. Do you want to continue? [y/N]:
Choose n
You will then see
Aborted!
Ver 9 is now live. As @felix mentions above Take a back up first.
1 Like
A BIG thanks! to entire ERPNext team…wonderful team effort…well done!
1 Like
After update in the about section it still shows
ERPNEXT - 8.x.x
Frappe - 8.x.x
vrms
September 27, 2017, 9:26am
16
can you explain why you suggest to say.‘no’?
Only that when I accepted yes for this option and nginx.conf ERPNext became unavailable via https. Not sure why.
krnkris
September 27, 2017, 10:15am
18
Firs of all thank you all efforts for the team!
Please advise:
bench update —upgrade
Not working in VM instance
Error: no such option —upgrade
The
bench upgrade
upgrade the system to v9 anyway.
Is this normal bahaviour?
Should be --upgrade as the switch is two dashes
Julian
krnkris
September 27, 2017, 10:34am
20
@Julian_Robbins
Yes I mean
two dashes
– upgrade ( I can’t type it correctly, sometime)
bench update
Updated the full system to v9 anyhow.
After updated to v9.
The
bench update --upgrade
Error: no such option —upgrade
Any help please.
krnkris
September 27, 2017, 11:42am
21
One more thought:
There is no options like
–upgrade
for bench in bench manager.
Only --version + --help existing.
Is this normal behaviour?