Release Notes - mkplabs/systogether-quickbooks GitHub Wiki
v1.21 2018-05-18
- Added: Built-in handling for "Job" Mappings
v1.20 2018-04-04
- Fixed: Endpoint for Connected App Redirect
- Fixed: Lightning Component menu Selection
v1.19 2018-04-04
- Fixed: Check for PricebookEntry Field
v1.18 2018-04-04
- Added: Tab SysTogether for Quickbooks Configuration
- Added: LightningComponent SysTogether for Quickbooks Configuration
- Added: LightningComponent SysTogether for Quickbooks
v1.17 2018-04-02
- Added: Connected App to facilitate inbound push from Quickbooks
- Added: WebhookReceiver Apex Class to facilitate inbound push from Quickbooks
- Added: Field Product2.Quickbooks_CreatedTime__c
- Added: Field Product2.Quickbooks_LastUpdatedTime__c
v1.16 2018-03-13
- Added: Functionality - Use of Quickbooks API minor versions in backend
- Fixed: URL for Invoice Send
v1.15 2018-03-06
- Added: Functionality - Ability to populate Invoice Custom Fields
- Added: Mapping Invoice.CustomField[1]
- Added: Mapping Invoice.CustomField[2]
- Added: Mapping Invoice.CustomField[3]
v1.14 2018-03-03
- Fixed: Allow Payment_Line__c.Invoice__c to be null on rollup
v1.13 2018-03-03
- Added: Field Payment_Line__c.Payment_Date__c
- Fixed: Allows Salesforce_Field__c to be blank on Mappings
v1.12 2018-02-28
- Added: Mapping Invoice Billing Line1
- Added: Mapping Invoice Billing Line2
- Added: Mapping Invoice Billing Line3
- Added: Mapping Invoice Billing Line4
- Added: Mapping Invoice Billing Line5
- Added: Mapping Invoice Billing City
v1.11 2018-02
- Added: Field stqb__Invoice.Payment_Status__c formula field
- Added: Field stqb__Invoice.Amount_Received__c currency field
- Added: Trigger to calculate Amount Received on Invoices based on Payment Lines
v1.10 2018-02
v1.9 2018-02
v1.8 2018-02
v1.7 2018-02
v1.6 2018-02
v1.5 2018-02
v1.4 2018-02-14
- Added missing Mappings to Custom Metadata
v1.3 2018-02-02
- Fixed obj.write() to pass multiple attributes on a single child object
- Fixed obj(sObject) to read Invoice_Line__c child records
- Fixed obj(sObject) to read Payment_Line__c child records
- Fixed obj(sObject) to read OpportunityLineItem child records
- Added LightningController Apex Class
- Added Write_to_Quickbooks Lightning Component
- Added Write_to_Quickbooks Invoice__c QuickAction
- Added Write_to_Quickbooks Account QuickAction
v1.2 2018-02-02
- Added Product2.Quickbooks_Id__c
v1.1 2018-02-01
- Added Named Credential
- Added Auth Provider
v1.0 2018-02-01
- Initial Upload