books

Free Accounting Software

AGPL-3.0 License

Stars
2.6K

Bot releases are visible (Hide)

books - 0.8.0-beta.0

Published by 18alantom almost 2 years ago

What's Changed

Full Changelog: https://github.com/frappe/books/compare/v0.7.1...v0.8.0-beta.0

books - 0.7.1

Published by 18alantom almost 2 years ago

Features

  • Added translations for Simplified Chinese

Fixes/Improvements

  • Fixed account issue that prevented Invoices from being opened
  • Fixed entry duplication issue
  • Fixed CoA account balance calculation

Changelog

New Contributors

Full Changelog: https://github.com/frappe/books/compare/v0.7.0...v0.7.1

books - 0.7.0

Published by 18alantom almost 2 years ago

Features

  • Defaults: allows selecting default Number Series, invoice terms, etc.
  • Exports: CSV and JSON export all entries from the list view.
  • Attachments: images or pdfs can be attached to transactional entries.

Fixes/Improvements

  • Fixed attach image fields. It now allows clearing.
  • Fixed dropdown behavior
  • Fixed Payment reference and other payment-related issues
  • Fixed Account not found issues (caused by Write Off Account)
  • Fixed database migration issue

Several more fixes and improvements have been made, check Full Changelog

Changelog

Full Changelog: https://github.com/frappe/books/compare/v0.6.6...v0.7.0

books - 0.7.0-beta.0

Published by 18alantom about 2 years ago

Note: will be using auto-generated notes for pre-releases

What's Changed

Full Changelog: https://github.com/frappe/books/compare/v0.6.6...v0.7.0-beta.0

books - 0.6.6

Published by 18alantom about 2 years ago

Updates

  • Added multi-currency invoicing (docs)
  • Added Korean translations
  • Fixed From Account not found issue on Payments
  • Fixed unable to pay multiple invoices issue

Changelog

New Contributors

Full Changelog: https://github.com/frappe/books/compare/v0.6.5...v0.6.6-beta.0

books - 0.6.6-beta.0

Published by 18alantom about 2 years ago

Updates

  • Added multi-currency invoicing (docs)
  • Added Korean translations

Changelog

New Contributors

Full Changelog: https://github.com/frappe/books/compare/v0.6.5...v0.6.6-beta.0

books - 0.6.5

Published by 18alantom about 2 years ago

Version 0.6.5 — Frappe Books is Out of Beta 🎉

Frappe Books is stable enough to take it out of beta!

A few changes on releases

  • Future features will be released first through a beta version.
  • Future beta releases will be marked as pre-releases.
  • Pre-release updates will not be automatic if the Frappe Books version is not beta.

Updates

  • fix(ui): field UI (display mandatory), add freeze message
  • fix: duplicate account issue when the language is Catalan
  • fix: catch network errors on fetching translation files, updates
  • fix: rootType not found error in reports

Changelog

What's Changed

Full Changelog: https://github.com/frappe/books/compare/v0.6.4-beta.0...v0.6.5

books - 0.6.4-beta.0

Published by 18alantom about 2 years ago

Updates

  • Added french Chart of Accounts
  • Fixed several bugs from reported errors
  • Updated French translations

Changelog

What's Changed

New Contributors

Full Changelog: https://github.com/frappe/books/compare/v0.6.3-beta.0...v0.6.4-beta.0

books - 0.6.3-beta.0

Published by 18alantom about 2 years ago

Updates

  • Allow group accounts to be deleted if no child accounts
  • Use Round Off if Rounded Off isn't present
  • Fix duplicate account name issue when language is German

Changelog

What's Changed

Full Changelog: https://github.com/frappe/books/compare/v0.6.2-beta.0...v0.6.3-beta.0

books - 0.6.2-beta.0

Published by 18alantom about 2 years ago

Updates

  • Switch to the standard Frappe Product logo
  • Allow Invoice Print before Submit
  • Allow deleting a Transaction before Submit
  • Fix DB delete issue [Windows]
  • Fix Date Picker issue [Windows]

Changelog

Full Changelog: https://github.com/frappe/books/compare/v0.6.1-beta.0...v0.6.2-beta.0

books - 0.6.1-beta.0

Published by 18alantom about 2 years ago

Updates

  • Added Gujarati
  • Fixed a few minor issues #424
    • Broken date picker on windows
    • P&L issue when either income or expense isn't present
    • Opt-in updation if next version is beta and current version is beta

Changelog

New Contributors

Full Changelog: https://github.com/frappe/books/compare/v0.6.0-beta.1...v0.6.1-beta.0

books - 0.6.0-beta.1

Published by 18alantom over 2 years ago

Updates

  • fix Popups in Table Rows.
  • Prevent telemetry logging when creating a dummy instance or on setting up an instance.
  • Remove language slide from setup wizard, cause language selector is present on the DB Selector screen.

Full Changelog: https://github.com/frappe/books/compare/v0.6.0-beta.0...v0.6.0-beta.1

books - 0.6.0-beta.0

Published by 18alantom over 2 years ago

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

New Contributors

Full Changelog: https://github.com/frappe/books/compare/v0.5.0-beta.0...v0.6.0-beta.0

books - 0.5.0-beta.0

Published by 18alantom over 2 years ago

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

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

New Contributors

Full Changelog: https://github.com/frappe/books/compare/v0.4.3-beta.0...v0.5.0-beta.0

books - v0.4.3-beta.0

Published by 18alantom over 2 years ago

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

New Contributors

Full Changelog: https://github.com/frappe/books/compare/v0.4.2-beta.0...v0.4.3-beta.0

books - v0.4.2-beta.0

Published by 18alantom over 2 years ago

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

Full Changelog: https://github.com/frappe/books/compare/v0.4.1-beta.0...v0.4.2-beta.0

books - v0.4.1-beta.0

Published by 18alantom over 2 years ago

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

New Contributors

Full Changelog: https://github.com/frappe/books/compare/v0.4.0-beta.0...v0.4.1-beta.0

books - v0.4.0-beta.0

Published by 18alantom over 2 years ago

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

Full Changelog: https://github.com/frappe/books/compare/v0.3.2-beta.0...v0.4.0-beta.0

books - v0.3.2-beta.0

Published by 18alantom over 2 years ago

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

Full Changelog: https://github.com/frappe/books/compare/v0.3.1-beta.0...v0.3.2-beta.0

books - v0.3.1-beta.0

Published by 18alantom over 2 years ago

Fixes issue where currency set in the setup wizard wasn't considered.