YoPrint Changelog
We've had an issue where the Purchase Order receiving quantity is either incorrect or receives the wrong item. This issue is now fixed.
The option to delete a Purchase Order from the Purchase Order Detail Page was missing. This has now been added.
When a Quote has a last payment sent date, clicking "Convert to Sales Order" may error out. This issus has been fixed now.
When creating a customer or contact, entering invalid email will result in operation failed without specifying the reason. We've now added UI validation to indicate if entered email is invalid.
We've added two new triggers
- Sales Order Converted to Quote
- Quote Converted to Sales Order
We've added related order to purchase order triggers so that you can update order status based on purchase order changes.
Creating a Saved Filter with "Is Draft" = "True" is showing an empty list. This issue has been fixed now.
We've fixed a bug where Customer name containing the symbol "&" doesn't get matched correctly to the QuickBooks Online counterpart. This is now been fixed.
We've also fixed a few instances where an error is mistakenly interpreted as a session expiration causing us to discard the authentication token.
We are still working on the automatic quickbooks syncing.
We had a bug where Invoice Item Report was not displaying all the line items, due to this code incorrectly using the V1 style querying instead of V2 style querying. We've update the code to reflect this.
As a result we had to remove certain fields. Since V2, we no longer calculate discounts and taxes on a line item level. We do it on an invoice level. Therefore, the following fields are removed Invoice Item Report
- Discount
- Tax
- Tax %
- Total (which is useless without that the three fields above)
We found an issue where trying to create a Purchase Order for Simple Products fails with an error. This is now fixed.