Releases: frappe/books
0.6.0-beta.0
Updates
Version 1 Design Update
- Cleaner and clearer design
- Changed aspect ratio of the default window
- Allow resizing (increase and decrease the default area)
- Help in sidebar to open relevant documentation
- Persistent back button
Discount Accounting
- Allows for setting item discount
- Can be applied as a percentage or amount
- Can be applied before or after tax
- Discount is booked in the Discount Account
Expandable Invoice Items
- Allows editing item details (eg: description) on a per invoice basis.
- Can directly enter final amount (Taxed or Discounted) for round figures.
Custom UOM
- Custom UOMs can be created using the Create option from the Unit Type list.
Changelog
[show/hide]
- chore(deps): bump eventsource from 1.1.0 to 1.1.1 by @dependabot in #399
- fix: a PR of small fixes by @18alantom in #404
- incr: V1 design update by @18alantom in #398
- image by @mohsinalimat in #405
- Minor fixes one by @18alantom in #415
- feat: add custom UOM support by @18alantom in #416
- feat: add discounts by @18alantom in #418
New Contributors
- @mohsinalimat made their first contribution in #405
Full Changelog: v0.5.0-beta.0...v0.6.0-beta.0
0.5.0-beta.0
User Facing Updates
Improved Search
- New search helps in navigating with very few keystrokes.
- Examples:
- To find all the invoices by "Justin", type: "justin sales"
- To navigate to sales invoice number 2000, type: "sales 2000"
- To navigate to the Dashboard, type: "dash"
- The order of space-separated keywords doesn't matter.
- The entered words don't have to be exact (β΅ fuzzy search).
- The search can be achieved with fewer keystrokes than shown in the examples above.
- Search can be further narrowed by using filters (for the most part they aren't required).
Reports Rewritten
- Reports are now much faster
- Added additional filtering options.
Transaction Deletion
- Transactions can now be deleted after they have been canceled
Create Demo
- Creates demo instance for evaluating the software.
- Instance has several transactions that span the past year.
UI Cleanup
- Database selector and setup wizard use the full-width screen.
- Database selector is a single page, instances can now be deleted from here.
- Cleaned up invoice and journal entry forms and unified their design.
- Added pagination for all entry lists.
GST Reports
- They are now enabled only when GSTIN is set
- These reports are in a separate section
Languages
- Added Spanish thanks to talmax1124.
- Added Dutch thanks to FastAct.
Software Updates
- They now occur automatically when an update is available.
- Why? cause users complain about issues in older versions that have been fixed
in later ones.
Telemetry
- Simplified the data being sent.
- Removed fine-grained usage tracking.
- Telemetry is not opt-in (it's still anonymous).
- Why? cause if I don't know that people are using Books, it doesn't make sense for me to work on it.
- Note: if this is an issue, you are still free to build books locally, in this case, telemetry won't work.
- Check wiki for
more details.
Non-User Facing Updates
The main reason for the delay in the release schedule was that the entire codebase was being refactored. For details on this check PR #381.
Since the entire codebase was refactored countless bugs have been ironed out, I've lost track so haven't mentioned them.
A few may have been introduced too, in case you come across them do raise an issue.
Changelog
[show/hide]
- Translation to Spanish Language by @talmax1124 in #391
- incr: disentangle node, part 2 by @18alantom in #381
- incr: a number of other pulls by @18alantom in #394
- fix: platform specific, post build fixes by @18alantom in #395
- feat: fuzzy search by @18alantom in #396
New Contributors
- @talmax1124 made their first contribution in #391
Full Changelog: v0.4.3-beta.0...v0.5.0-beta.0
v0.4.3-beta.0
Updates
Added Catalan translations. Other than that, mostly small fixes:
- Marked several UI-facing strings as translatable.
- Data-import now allows importing non-RFC-4180 conforming CSV (only
\n
delimited as opposed to\r\n
). - Fixed Notes section in templates.
- Number Series can't be changed after the first save of an entry.
- Fix for erroneous PnL
Changelog
[show/hide]
New Contributors
- @4silvertooth made their first contribution in #375
Full Changelog: v0.4.2-beta.0...v0.4.3-beta.0
v0.4.2-beta.0
Updates
- Added a Duplicate option under the
[Β·Β·Β·]
menu. This will allow creating copies of any entry. - Fixed report height in windows to prevent hidden pagination.
A few other minor fixes have been included (check the commits).
Notes
Changelog
[show/hide]
Full Changelog: v0.4.1-beta.0...v0.4.2-beta.0
v0.4.1-beta.0
Updates
- Added opt-in telemetry.
- Added patch to fix the Journal Entry id and type switch issue caused by messed up migrations.
- Enabled Arabic translations.
Notes
Changelog
[show/hide]
New Contributors
Full Changelog: v0.4.0-beta.0...v0.4.1-beta.0
v0.4.0-beta.0
Updates
Fixed a few bugs and added two small features:
- Added options to select custom number series for transactions.
- Segregation of Item and Payment on the basis of whether they are for Sales or Purchases.
Changelog
[show/hide]
Full Changelog: v0.3.2-beta.0...v0.4.0-beta.0
v0.3.2-beta.0
Updates
Mostly contains minor fixes and improvements, two important ones are:
- Write off is accounted into the ledger.
- Pagination has been added to the General Ledger, so now it should load without crashing the app.
Changelog
[show/hide]
Full Changelog: v0.3.1-beta.0...v0.3.2-beta.0
v0.3.1-beta.0
Fixes issue where currency set in the setup wizard wasn't considered.
v0.3.0-beta.1
Fixes the CoA loading issue.
v0.3.0-beta.0
New feature: Data Import tool π₯³
- This allows importing master data in the form of
csv
files. - How to Use it?
The tool is quite robust. If you have data that doesn't fit the provided template (for example, data exported from ERPNext), you can:
- Select the label row which names your columns.
- Assign the columns.
- Remove rows.
- Edit values in the rows.
- Add rows if required.
If your data conforms to the template, you just have to select the file and click on Import Data.
Changelog
[show/hide]
New Contributors
- @barredterra made their first contribution in #343
Full Changelog: v0.2.1-beta.0...v0.3.0-beta.0