books

Free Accounting Software

AGPL-3.0 License

Stars
2.6K

Bot releases are visible (Hide)

books - v0.3.0-beta.1

Published by 18alantom over 2 years ago

Fixes the CoA loading issue.

books - v0.3.0-beta.0

Published by 18alantom over 2 years ago

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

New Contributors

Full Changelog: https://github.com/frappe/books/compare/v0.2.1-beta.0...v0.3.0-beta.0

books - v0.2.1-beta.0

Published by 18alantom over 2 years ago

Fixes a migration issue that caused patch failure.

Full Changelog: https://github.com/frappe/books/compare/v0.2.0-beta.0...v0.2.1-beta.0

books - v0.2.0-beta.0

Published by 18alantom over 2 years ago

Major Change

Added support for translations. blog

Notes

  • I will be trying to push releases every week. The version number will be updated according to what's in the release.
  • There's now a Telegram group: Frappe Books - Public for discussions regarding features, changes, fixes, etc.
    Do join if you have requests or insights! :)

Changelog

New Contributors

Full Changelog: https://github.com/frappe/books/compare/v0.1.0-beta.0...v0.2.0-beta.0

books - v0.1.0-beta.0

Published by 18alantom over 2 years ago

Major Features/Fixes/Changes

Besides this, several fixes were pushed, most of these were directly merged (i.e. no PR) and so won't show in the list below. But on using this version of Frappe Books you'll find that it's much smoother and works more sensibly than before.

Changelog

Full Changelog: https://github.com/frappe/books/compare/v0.0.4-beta.2...v0.1.0-beta.0


Notes

Regarding the Versioning

  • All versions until a production-ready version is released will be beta.x.
  • Major version (first digit) will be bumped when new features of a large scope are added (eg: major UI update).
  • Minor version (second digit) will be bumped when new features are added (eg: new reports).
  • Patch version (third digit) will be bumped when bugs are fixed.
  • Beta version will be updated when a bugfix is pushed to squash a bug that occured in the previous beta.

This release increments the minor version because, besides a few user-side features, huge code level changes have taken place.

When will Frappe Books be out of beta?

On getting to this release I found a lot of bugs that were previously not known to me. They weren't massive bugs but they gave the software an unpolished feel. So, once Frappe Books feels like a polished piece of software and has the bare minimum features it will be out of beta. Out of beta is not far, I can feel it!

Release schedule

As Frappe Books gets more stable, the release schedule should stabilize to around every week, unless there are showstopper bugs for which the patches will be released as soon as they are fixed.

books - v0.0.4-beta.2

Published by 18alantom almost 3 years ago

Primarily fixes this issue: https://github.com/frappe/books/issues/279 which prevents Payments from being made.

Other than this, several minor fixes and improvements, mostly UI/UX related. Check the descriptions of these PRs for details:

Full Changelog: https://github.com/frappe/books/compare/v0.0.4-beta.1...v0.0.4-beta.2

books - 0.0.4-beta.1

Published by 18alantom almost 3 years ago

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 https://github.com/frappe/books/pull/274

books - 0.0.4-beta.0

Published by 18alantom almost 3 years ago

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 🙌

PR List

New Contributors

Full Changelog: https://github.com/frappe/books/compare/v0.0.3-beta.13...v0.0.4-beta.0

books - 0.0.3-beta.13

Published by netchampfaris over 4 years ago

Bug Fixes

books - 0.0.3-beta.12

Published by netchampfaris over 4 years ago

Bug fixes

  • Values reset in Table row editing
  • Report column alignment
  • Partial Payments
books - 0.0.3-beta.11

Published by netchampfaris over 4 years ago

  • 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.

books - 0.0.3-beta.9

Published by netchampfaris over 4 years ago

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

books - 0.0.3-beta.8

Published by netchampfaris over 4 years ago

  • 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
books - 0.0.3-beta.7

Published by netchampfaris almost 5 years ago

  • 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
books - 0.0.3-beta.6

Published by netchampfaris almost 5 years ago

  • Add validations for email and phone
  • Setup Wizard: Disable Next button until all values are filled
  • Show app version in the sidebar
books - 0.0.3-beta.5

Published by netchampfaris almost 5 years ago

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
books - 0.0.3-beta.4

Published by netchampfaris almost 5 years ago

books - 0.0.3-beta.3

Published by netchampfaris almost 5 years ago

  • Journal Entry UX and Better Error Handling
  • Set Fiscal Year Dates correctly
  • Replace usage of 'Database' with 'File' in user-facing text
  • Add Chart of Accounts in Sidebar under Setup section
  • Create new accounts easily from Chart of Accounts page
  • Add Item Type (Product or Service) and set Income and Expense accounts automatically
  • Sign and notarize macOS app using Apple Certificates
books - 0.0.3-beta.2

Published by netchampfaris almost 5 years ago

  • Company Name and Logo section in Setup Wizard
  • Show TitleBar in Linux
  • Set Party defaults
books - 0.0.3-beta.1

Published by netchampfaris almost 5 years ago

  • Titlebar for Windows
  • Fix non-clickable regions in Windows and Linux