Skip to content

Releases: frappe/books

0.0.4-beta.1

13 Dec 13:52
Compare
Choose a tag to compare

Fixes this issue where an existing DB from v0.0.3-beta.x caused the app to not launch and instead display a blank screen.

PR: fix: add failsafes along db connection paths by @18alantom in #274

0.0.4-beta.0

08 Dec 09:13
Compare
Choose a tag to compare

This release marks the rebooting of Frappe Books development. 🚀
Several showstopper bugs have been fixed, and multiple changes have been made.

Bug Fixes 🔨

  • Fix offset of 1 day between date picker and display.
  • Fix image selection.
  • Fix allow note editing in Draft state.
  • Fix hang on submission.
  • Fix Save as PDF.
  • Fix issues with ledger entries not created when doing partial payments.
  • Fix font picker issue in invoice.
  • Fix profit and loss graph not reflecting changes correctly.
  • Fix issues with db loading.
  • Fix bank account not being set for certain countries.
  • Fix incorrect default account set.
  • Fix autocomplete, added fuzzy matching
  • Fix onboarding completion issues

Changes ⚙️

  • Customer and Supplier have a GSTIN field now.
  • Party and Company GSTIN show in all templates.
  • Notes now show in the Basic template.
  • Ability to filter out the reverted ledger entries.
  • Add empty state for list views.
  • Several validations for Invoice and Bill Payments.
  • Payments can be made without reference
  • Removed description from the general ledger.
  • Removed tax rate from from tax breakdown.
  • Updated icon.
  • Ability to cancel invoices.
  • Display state and outstanding amount of an invoice/bill.
  • Display TaxID instead of GST if country is not set as India
  • Add setting to hide onboarding section

PR List and Contributors 🙌

[show/hide]

PR List

New Contributors

Full Changelog: v0.0.3-beta.13...v0.0.4-beta.0

0.0.3-beta.13

11 May 15:12
Compare
Choose a tag to compare

Bug Fixes

  • Datepicker bug where the dates are all set to the last day
  • Change the currency of Lithuania to EUR (#135)

0.0.3-beta.12

06 May 18:35
Compare
Choose a tag to compare

Bug fixes

  • Values reset in Table row editing
  • Report column alignment
  • Partial Payments

0.0.3-beta.11

30 Apr 18:23
Compare
Choose a tag to compare
  • Grouped items in Link field (See Account field in Journal Entry)
  • Add an app icon

Note: We have skipped the v0.0.3-beta.10 release as there were some problems in the build.

0.0.3-beta.9

10 Feb 09:06
Compare
Choose a tag to compare

Invoice Customizer

  • Choose from three templates: Basic, Minimal and Business
  • Ability to change Logo or even hide it
  • Change accent color using Color control

Invoice

  • Item Table

    • Scrolling rows after 4 rows
    • Hover row
    • Delete row
    • Don't allow adding same item twice in Invoice
  • Add Notes field in Invoice

0.0.3-beta.8

29 Jan 15:05
Compare
Choose a tag to compare
  • Better Placeholder text for AutoComplete and Link fields
  • Lighter placeholder color than label
  • Set window size dynamically
  • Use config file to store preferences
  • Enable antialiased text
  • Show native titlebar in Linux
  • Better errors in quick edit form
  • Ability to run patches
  • Recent File Selector in Database Selector
  • Loading state in Database Selector

0.0.3-beta.7

02 Jan 18:49
Compare
Choose a tag to compare
  • Create New Invoice or Bill from Item QuickEdit
  • Rename 'Pending' state to 'Unpaid' in the invoice list
  • Get Started: Mark cards as checked when task is completed
  • Rename to Frappe Books
  • Change license to AGPLv3

0.0.3-beta.6

27 Dec 11:35
Compare
Choose a tag to compare
  • Add validations for email and phone
  • Setup Wizard: Disable Next button until all values are filled
  • Show app version in the sidebar

0.0.3-beta.5

27 Dec 09:26
Compare
Choose a tag to compare

Features:

  • Update Party Outstanding Amount
  • Show Recent Invoices in Party QuickEdit
  • Show blank cells instead of 0.00 in General Ledger Report
  • Confirmation message on invoice submit
  • Auto Update (with an option to opt-out)

Bug Fixes:

  • Fix bug where incorrect accountType was set in Accounts
  • Disable resizing small windows