Releases: frappe/books
Releases Β· frappe/books
0.10.0
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]
- chore: typo in StockMovementItem validations by @akshayitzme in #547
- feat: Common form view by @18alantom in #555
- feat: UOM Conversions by @18alantom in #557
- feat: batch-wise inventory by @akshayitzme in #525
- Update ar.csv by @Faridget in #560
- fix: issues with Batch-wise Inventory by @18alantom in #562
- fix(ui): make settings use common form format by @18alantom in #566
- fix(ux): inline fieldtype, handle Address like a regular entry by @18alantom in #567
New Contributors
- @akshayitzme made their first contribution in #547
- @Faridget made their first contribution in #560
Full Changelog: v0.9.0...v0.10.0
0.9.0
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]
- chore(deps): bump knex from 2.0.0 to 2.4.0 by @dependabot in #523
- chore(deps): bump luxon from 2.0.2 to 2.5.2 by @dependabot in #522
- Rtl support by @zaqoutabed in #521
- translation: add/updated gujarati language translations by @4silvertooth in #526
- feat: add enable barcode by @18alantom in #527
- fix: fix rtl for sidebar toggle btn by @zaqoutabed in #529
- Translation : Fix few translation in french by @joandreux in #530
- Add few missing translation in french by @joandreux in #534
- translation: edit/fix few translation in gujarati that came to notice by @4silvertooth in #528
- fix: fix rtl in mac to prevent traffic lights overlapping by @zaqoutabed in #533
- incr: add mods to shortcut class by @18alantom in #531
- feat: Manufacture stock movement by @18alantom in #536
- feat: Import Wizard by @18alantom in #537
- chore(deps): bump jszip from 3.7.1 to 3.10.1 by @dependabot in #541
- chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #542
- chore: bump electron-builder to latest by @18alantom in #549
- feat: update notarization by @18alantom in #551
New Contributors
- @zaqoutabed made their first contribution in #521
- @joandreux made their first contribution in #530
Full Changelog: v0.8.0...v0.9.0
0.8.0
Features
Main feature being added is the Inventory module.
- Inventory Module: The inventory module allows tracking of stock movement when making transactions. Check the documentation for more information.
- Shipments: to create outward inventory movements
- Purchase Receipts: to create inward inventory movements
- Stock Movement: to create inward and outward movements and for cross-location stock transfers.
- Stock Ledger: ledger to view stock transfers and valuations (FIFO and Moving Average)
- Stock Balance: report to view stock balance information
- Added Swedish translations.
Fixes/Improvements
- Enabled selection of whether to install for user or for all when installing on windows.
- Added expand and collapse button in the Chart of Accounts
- Added a common period selector on the dashboard
- Added transition animations for a few UI elements
- Allow hiding the sidebar
- Display filter names in reports
- Updated the Date component (and added a Datetime component)
- Select colour using a colour picker
Changelog
[show/hide]
- feat: base inventory features by @18alantom in #474
- feat: Datetime component by @18alantom in #502
- chore(deps-dev): bump electron from 18.2.4 to 18.3.7 by @dependabot in #496
- chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #501
- fix: a few bug fixes by @18alantom in #510
- chore(deps): bump qs from 6.5.2 to 6.5.3 by @dependabot in #504
- chore(deps): bump express from 4.17.1 to 4.18.2 by @dependabot in #513
- Add a few translated string for ES by @Seergs in #516
- Added baseline translations by @papplo in #520
- fix: minor ui touchups by @18alantom in #492
New Contributors
Full Changelog: v0.7.1...v0.8.0
0.8.0-beta.1
What's Changed
- fix: a few bug fixes by @18alantom in #510
- chore(deps): bump qs from 6.5.2 to 6.5.3 by @dependabot in #504
- chore(deps): bump express from 4.17.1 to 4.18.2 by @dependabot in #513
Full Changelog: v0.8.0-beta.0...v0.8.0-beta.1
0.8.0-beta.0
What's Changed
- feat: base inventory features by @18alantom in #474
- feat: Datetime component by @18alantom in #502
- chore(deps-dev): bump electron from 18.2.4 to 18.3.7 by @dependabot in #496
- chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #501
Full Changelog: v0.7.1...v0.8.0-beta.0
0.7.1
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
[show/hide]
- refactor: mocha β tape by @18alantom in #491
- feat: Add Simplified Chinese translation by @wcxu21 in #477
- fix: account balance issues by @18alantom in #495
New Contributors
Full Changelog: v0.7.0...v0.7.1
0.7.0
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
[show/hide]
- fix: another set of minor fixes/usability updates by @18alantom in #478
- feat: Defaults by @18alantom in #479
- feat: Attachments by @18alantom in #482
- feat: Exports by @18alantom in #484
- fix(ux): attach image by @18alantom in #486
Full Changelog: v0.6.6...v0.7.0
0.7.0-beta.0
Note: will be using auto-generated notes for pre-releases
What's Changed
- fix: another set of minor fixes/usability updates by @18alantom in #478
- feat: Defaults by @18alantom in #479
- feat: Attachments by @18alantom in #482
- feat: Exports by @18alantom in #484
Full Changelog: v0.6.6...v0.7.0-beta.0
0.6.6
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
[show/hide]
- Add Korean Translation by @Isaac-Kwon in #469
- feat: multi-currency invoicing by @18alantom in #429
New Contributors
- @Isaac-Kwon made their first contribution in #469
Full Changelog: v0.6.5...v0.6.6-beta.0
0.6.6-beta.0
Updates
- Added multi-currency invoicing (docs)
- Added Korean translations
Changelog
[show/hide]
- Add Korean Translation by @Isaac-Kwon in #469
- feat: multi currency invoicing by @18alantom in #429
New Contributors
- @Isaac-Kwon made their first contribution in #469
Full Changelog: v0.6.5...v0.6.6-beta.0