Skip to content

Releases: bigcapitalhq/bigcapital

v0.9.10

18 Jul 18:06
Compare
Choose a tag to compare

What's Changed

  • feat(e2e): E2E onboarding process by @abouolia in #176
  • fix(webapp): Show loading message of cost computing job on financial reports by @abouolia in #196
  • fix(webapp): Change the currency code of sales and purchases transactions with foreign contacts.

New Contributors

Full Changelog: v0.9.9...v0.9.10

v0.9.9

28 Jun 16:19
4851383
Compare
Choose a tag to compare

[0.9.9] - 28-06-2023

  • refactor: Customer and vendor select component by @abouolia in #171
  • chore: Move auto-increment components in separate files by @abouolia in #170
  • fix: Style of quick item drawer by @abouolia in #173
  • fix: Should not show the form before loading account by @abouolia in #172
  • fix: Payment made form does not handle not unique number an e… by @abouolia in #177
  • fix: Internal note of invoice/bill payment does not saving by @abouolia in #181
  • fix: Storing cash flow transaction description by @abouolia in #180
  • fix: No currency in amount field on money in/out dialogs by @abouolia in #179
  • fix: No default branch for customer/vendor opening balance branch by @abouolia in #182

Full Changelog: v0.9.8...v0.9.9

v0.9.8

19 Jun 21:05
532ad61
Compare
Choose a tag to compare

[0.9.8] - 19-06-2023

bigcapitalhq/webapp

  • add: Inventory Adjustment option to the item drawer by @abouolia in #158
  • fix: use all drawers names from common enum object by @abouolia in #157
  • fix: adjustment type options do not show up by @abouolia in #159
  • fix: change the remove line text to be red to intent as a danger action by @abouolia in #162
  • fix: rename sidebar localization keys names to be keyword path by @abouolia in #161
  • fix: manual journal placeholder text by @abouolia in #160
  • fix: warehouses select component by @abouolia in #168

bigcapitalhq/server

  • fix: sending emails on reset password and registration by @abouolia in #167

Full Changelog: v0.9.7...v0.9.8

0.9.7

14 Jun 19:31
01c27b5
Compare
Choose a tag to compare

[0.9.7] - 14-06-2023

@bigcapital/webapp

  • fix: change the footer links of onboarding pages by @abouolia in #139

@bigcapital/server

Full Changelog: v0.9.6...v0.9.7

v0.9.6

12 Jun 17:45
Compare
Choose a tag to compare

[0.9.6] - 12-06-2023

@bigcapital/webapp

  • fix: remove duplicated form submitting by @abouolia in #138
  • feat: add monorepo version on the application sidebar by @abouolia in #136

Full Changelog: v0.9.5...v0.9.6

v0.9.5

11 Jun 18:32
35ebb9c
Compare
Choose a tag to compare

[0.9.5] - 11-06-2023

@bigcapital/server

  • fix: filter ledger entries that effect contact balance to AR/AP accounts only by @abouolia in #132

@bigcapital/webapp

  • fix: catch journal error when create a journal with accounts have different currency by @abouolia in #135
  • fix: add duplicate icon to context menu of customers and vendors table by @abouolia in #133
  • fix: customer/vendor opening balance with exchange rate by @abouolia in #134

Full Changelog: v0.9.4...v0.9.5

v0.9.4

08 Jun 20:41
Compare
Choose a tag to compare

[0.9.4] - 08-06-2023

@bigcapital/monorepo

  • fixed: docker-compose line-ending issue on Windows by @abouolia in #130

@bigcapital/server

  • fixed: Disable Webpack minification for JS class name reading.

v0.9.3

04 Jun 12:51
aec09f1
Compare
Choose a tag to compare

[0.9.3] -04-06-2023

  • Added: Add env variable to customize the proxy public ports by @abouolia in #125
  • Added: Migrate the server database to MariaDB by @abouolia in #128

v0.9.2

31 May 11:28
Compare
Choose a tag to compare

[0.9.2] - 31-05-2023

@bigcapital/webapp

  • fixed: move packaeg-lock.json inside docker container.
  • fixed: remove Sentry from the web client.

v0.9.1

28 May 13:03
Compare
Choose a tag to compare

[0.9.1] - 28-05-2023

@bigcapital/server

  • fixed: deleting ledger entries of manual journal.
  • fixed: base currency should be enabled.
  • fixed: delete invoice transaction issue.

@bigcapital/webapp

  • fixed: general, accountant and items preferences.
  • fixed: auto-increment sale invoices, estiamtes, credit notes, payments and manual journals.
  • refactored: the setup organization form to use binded Formik components.