Skip to content

Commit 4a9b083

Browse files
committed
Version 0.17.0
1 parent 2d3c350 commit 4a9b083

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020
### Fixed
2121
### Removed --->
2222

23+
## 0.17.0 - 2023-04-21
24+
### Added
25+
- Number formatting on quotes, orders & invoice items
26+
- Add products to xero when adding to crm
27+
- Add reference to xero invoice
28+
- Row delete on quote, order & invoice items
29+
- Added received by on deliveries
30+
- Added delivery contact to delivery pdf
31+
- Added pdf attachment to send quotes email
32+
- Added pdf attachment to send invoices email
33+
- Indicate if a contact is in xero
34+
- Indicate required fields
35+
- Customer on orders
36+
- Added expected and actual delivery dates
37+
- Added customer to leads, deals, quotes & orders
38+
- Create leads, deals, quotes & orders from customers, organisations & people
39+
### Changed
40+
- Load select2 options from data array
41+
- Quote, Orders & Invoice PDF formatting
42+
- Improved title generation on leads & orders
43+
- Client now called customer
44+
- Invoice number not required when using xero integration
45+
### Fixed
46+
- Fixed quote to order error
47+
- Fixed error on pdf when contact person not set
48+
- Fixed organisation name on invoice pdf
49+
- Fixed support for db seeder when using teams
50+
- Fixed bug showing delivery when order is deleted
51+
- Fixed bug on lead form fields
52+
2353
## 0.16.0 - 2023-03-12
2454
### Added
2555
- Menu icons

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The free Laravel CRM you have been looking for, this package will add CRM functi
2727
- Send quotes with accept/reject functionality
2828
- Orders & Invoicing
2929
- Deliveries
30-
- Client management
30+
- Customer management
3131
- Contact database management
3232
- Products & Product Categories
3333
- Notes & Tasks

config/package.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
|
1414
*/
1515

16-
'version' => '0.16.0',
16+
'version' => '0.17.0',
1717

1818
];

0 commit comments

Comments
 (0)