Skip to content

Releases: frappe/books

0.17.0

30 Jun 10:22
6cb2fed
Compare
Choose a tag to compare

Improvements

  • Printing of Reports: Reports can now be exported as PDF.
  • Use native date and date time component instead of custom component.
  • Warn if insufficient stock quantity while making Sales Invoice.
  • Open last route on reloading app.
  • Corrected French chart of accounts.

Changelog

show/hide

New Contributors

Full Changelog: v0.16.0...v0.17.0

0.16.0

07 Jun 07:58
Compare
Choose a tag to compare

Features

  • Price Lists: allows setting multiple Item prices for sales and purchase. (documentation)
  • Customizable Print Size: allows setting custom Print Template sizes. (documentation)
  • Auto Stock Transfer: allows auto transfer of stock on creating Invoice. (documentation)
  • Invoice from Stock Transfer: allows creating Invoices from Shipments and Purchase Receipts.

Improvements

  • Updated Spanish Translations
  • Updated German Translations

Changelog

show/hide

New Contributors

Full Changelog: v0.15.0...v0.16.0

0.15.0

31 May 07:14
Compare
Choose a tag to compare

Fix/Improvements

  • Wide form mode for full screen forms.
  • Moved navigation buttons to the left.
  • Added a forward button.
  • Fixed issues with dynamic link refresh.
  • Fixed print button not showing after setup.
  • Fixed navigation issues caused by "/".

Changelog

[show/hide]

New Contributors

Full Changelog: v0.14.1...v0.15.0

0.14.1

11 May 07:18
Compare
Choose a tag to compare

Fix/Improvements

  • Setup Wizard bug that causes errors on form inputs.
  • Show reload dialog on settings change.
  • Fix stock validation issue for future stock.

Changelog

[show/hide] * fix: setup wizard bug by @18alantom in https://github.com//pull/627

Full Changelog: v0.14.0...v0.14.1

0.14.0

10 May 12:06
Compare
Choose a tag to compare

Features

  • Serial Numbers: allows tracking of serialized items (documentation).

Fixes/Improvements

  • Fixes Template Builder and Print View doc sync issue.
  • Fixes Account Reports incorrect fiscal year end date.
  • Fixes scroll bar appearance in money entry fields.
  • Improves Datetime selector, reflect display month and year.
  • Fixes Dashboard scroll issue.
  • Fixes Barcode duplicate entry issue.

Note - Apple Silicon packages now available

Experimental arm64 packages have been included with this release. Experimental because we have found that for some reason it doesn't open an a few systems.

It you are trying it out and it doesn't work for you, check this link: superuser.com/a/1474193

Changelog

[show/hide]

Full Changelog: v0.13.0...v0.14.0

0.13.0

25 Apr 03:54
Compare
Choose a tag to compare

Features

  • Linked Entries: Widget that shows all incoming links.
  • Quick View: Hovering on links shows details of the entry.
  • Status Pills: Entries now show more descriptive status pills instead of status badges.
  • Auto Payments: Allows for auto payment creation on submitting an invoice.

Fixes/Improvements

  • Common form view is used for all entries now.
  • Several small UI/UX fixes in #604

Changelog

[show/hide]

Full Changelog: v0.12.0...v0.13.0

0.12.0

11 Apr 07:41
Compare
Choose a tag to compare

Features

  • Manual setting of Back References to Invoices from Shipments, Purchase Receipts.
  • Show outstanding paid/unpaid invoices on clicking Paid/Unpaid on the dashboard.

Fixes/Improvements

  • Capture syntax errors in Print Template code interpolation using ErrorBoundary.vue.
  • Use custom dialog boxes instead of native ones.
  • Allow Number Series to be searchable and editable.
  • Allow Number Series to be created from its list view.

Changelog

[show/hide]

Full Changelog: v0.11.0...v0.12.0

0.11.0

16 Mar 08:07
Compare
Choose a tag to compare

Features

  • Template Builder: allows the creation of custom Print Templates. (documentation)
  • Navigable Link Fields: link fields can now be clicked to go to the linked entry.

Fixes/Improvements

  • Common Form UI uses for the Setup Wizard.
  • Save, Submit, Cancel and Delete show success toasts.
  • Database file path is shown on the Database Selector screen

Changelog

[show/hide]

New Contributors

Full Changelog: v0.10.0...v0.11.0

0.10.0

02 Mar 11:05
Compare
Choose a tag to compare

Features

  • Batches: allows batch-wise maintenance of items. (documentation)
  • UOM Conversions: allows handling of items with different UOMs than the Stock UOM.

Fixes/Improvements

  • Common Form View used for several entry types (eg Payments, Items) to display them in a full page form.
  • Settings has been cleaned up and now uses the Common Form View.
  • Address fields can now be set by name and edited in a separate form.
  • Address, Location, and a few other lists are now be viewed using the Quick Search.

Changelog

[show/hide]

New Contributors

Full Changelog: v0.9.0...v0.10.0

0.9.0

16 Feb 11:14
Compare
Choose a tag to compare

Features

  • Import Wizard: Tool that allows importing data. (documentation)
    • This is a ground-up re-write of the Data Import tool.
    • It also doubles as a multiple entry making tool that uses a tabular interface.
  • Manufacturing Stock Movement: Stock Movement that records the conversion of items. (documentation)
  • Barcodes: Adds a barcode field to items and a barcode UI to add items to invoices. (documentation)
  • Shortcuts: Adds UI to display added shortcuts.

Fixes/Improvements

  • Improved RTL Support: UI has been updated to conform to RTL languages when selected.
  • Translation Additions: Updated Spanish, Gujarati, and French.

Changelog

[show/hide]

New Contributors

Full Changelog: v0.8.0...v0.9.0