@activepieces/piece-quickbooks 0.1.9 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@activepieces/piece-quickbooks",
3
- "version": "0.1.9",
3
+ "version": "0.3.0",
4
4
  "main": "./src/index.js",
5
5
  "dependencies": {},
6
6
  "files": [
@@ -7,9 +7,11 @@
7
7
  "Create Invoice": "Create Invoice",
8
8
  "Create Expense": "Create Expense",
9
9
  "Create Bill": "Create Bill",
10
+ "Create Vendor": "Create Vendor",
10
11
  "Find Vendor": "Find Vendor",
11
12
  "Find Account": "Find Account",
12
13
  "Record Payment": "Record Payment",
14
+ "Record Bill Payment (AP)": "Record Bill Payment (AP)",
13
15
  "Read AR/AP Aging": "Read AR/AP Aging",
14
16
  "Custom API Call": "Custom API Call",
15
17
  "Search for an invoice by its number in QuickBooks.": "Search for an invoice by its number in QuickBooks.",
@@ -18,9 +20,11 @@
18
20
  "Creates an invoice in QuickBooks.": "Creates an invoice in QuickBooks.",
19
21
  "Creates an expense transaction (purchase) in QuickBooks.": "Creates an expense transaction (purchase) in QuickBooks.",
20
22
  "Creates a bill (accounts payable) in QuickBooks.": "Creates a bill (accounts payable) in QuickBooks.",
21
- "Search for a vendor by display name in QuickBooks.": "Search for a vendor by display name in QuickBooks.",
23
+ "Creates a vendor in QuickBooks.": "Creates a vendor in QuickBooks.",
24
+ "Search for a vendor in QuickBooks by display name, email address, or account number.": "Search for a vendor in QuickBooks by display name, email address, or account number.",
22
25
  "List or search the chart of accounts to get an account Id (e.g. an expense account for a bill).": "List or search the chart of accounts to get an account Id (e.g. an expense account for a bill).",
23
26
  "Records a customer payment in QuickBooks, optionally applying it to invoices.": "Records a customer payment in QuickBooks, optionally applying it to invoices.",
27
+ "Pays one or more vendor bills in QuickBooks, in full or in part, by check or credit card.": "Pays one or more vendor bills in QuickBooks, in full or in part, by check or credit card.",
24
28
  "Reads an accounts receivable or accounts payable aging report from QuickBooks.": "Reads an accounts receivable or accounts payable aging report from QuickBooks.",
25
29
  "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
26
30
  "Invoice Number": "Invoice Number",
@@ -42,17 +46,36 @@
42
46
  "Vendor": "Vendor",
43
47
  "Bill Date": "Bill Date",
44
48
  "Bill Number": "Bill Number",
45
- "Vendor Name": "Vendor Name",
49
+ "Vendor Display Name": "Vendor Display Name",
50
+ "Company Name": "Company Name",
51
+ "Email Address": "Email Address",
52
+ "Phone Number": "Phone Number",
53
+ "Billing Address Line 1": "Billing Address Line 1",
54
+ "Billing Address City": "Billing Address City",
55
+ "Billing Address State": "Billing Address State",
56
+ "Billing Address Postal Code": "Billing Address Postal Code",
57
+ "Track for 1099": "Track for 1099",
58
+ "Tax ID (SSN or EIN)": "Tax ID (SSN or EIN)",
59
+ "Account Number": "Account Number",
60
+ "Payment Term": "Payment Term",
61
+ "Search By": "Search By",
62
+ "Search Value": "Search Value",
46
63
  "Account Name Contains": "Account Name Contains",
47
64
  "Account Type": "Account Type",
48
65
  "Total Amount": "Total Amount",
49
66
  "Apply to Invoices": "Apply to Invoices",
50
67
  "Deposit To Account ID": "Deposit To Account ID",
51
68
  "Reference Number": "Reference Number",
69
+ "Pay With": "Pay With",
70
+ "Pay From Account": "Pay From Account",
71
+ "Bills To Pay": "Bills To Pay",
72
+ "Reference / Check Number": "Reference / Check Number",
52
73
  "Report": "Report",
53
74
  "As Of Date": "As Of Date",
54
75
  "Days Per Period": "Days Per Period",
55
76
  "Number of Periods": "Number of Periods",
77
+ "Aging Method": "Aging Method",
78
+ "Minimum Days Past Due": "Minimum Days Past Due",
56
79
  "Method": "Method",
57
80
  "Headers": "Headers",
58
81
  "Query Parameters": "Query Parameters",
@@ -83,7 +106,12 @@
83
106
  "The date the payment is due. If empty, the vendor/company term is used.": "The date the payment is due. If empty, the vendor/company term is used.",
84
107
  "Reference number for the bill.": "Reference number for the bill.",
85
108
  "Internal note about the bill.": "Internal note about the bill.",
86
- "The display name of the vendor to search for.": "The display name of the vendor to search for.",
109
+ "The name QuickBooks will show for this vendor. Must be unique across all vendors, customers, and employees.": "The name QuickBooks will show for this vendor. Must be unique across all vendors, customers, and employees.",
110
+ "State or province code, e.g. CA.": "State or province code, e.g. CA.",
111
+ "Whether this vendor should be tracked for 1099 reporting.": "Whether this vendor should be tracked for 1099 reporting.",
112
+ "Your own reference/account number for this vendor (external ID). Shown on checks.": "Your own reference/account number for this vendor (external ID). Shown on checks.",
113
+ "Optional. The default payment term for bills from this vendor.": "Optional. The default payment term for bills from this vendor.",
114
+ "The exact vendor display name, email address, or account number to search for, depending on Search By.": "The exact vendor display name, email address, or account number to search for, depending on Search By.",
87
115
  "Optional. Filter accounts whose name contains this text.": "Optional. Filter accounts whose name contains this text.",
88
116
  "Optional. Filter by account type.": "Optional. Filter by account type.",
89
117
  "The total amount of the payment received.": "The total amount of the payment received.",
@@ -92,9 +120,14 @@
92
120
  "The date the payment was received. Defaults to today if empty.": "The date the payment was received. Defaults to today if empty.",
93
121
  "Optional reference number for the payment (e.g. check number).": "Optional reference number for the payment (e.g. check number).",
94
122
  "Internal note about the payment.": "Internal note about the payment.",
123
+ "The checking/savings account (for Check) or credit card account (for Credit Card) the payment is made from.": "The checking/savings account (for Check) or credit card account (for Credit Card) the payment is made from.",
124
+ "One or more bills this payment applies to. Amounts can be less than the bill balance for a partial payment.": "One or more bills this payment applies to. Amounts can be less than the bill balance for a partial payment.",
125
+ "Defaults to today if empty.": "Defaults to today if empty.",
95
126
  "The date to age balances against. Defaults to today if empty.": "The date to age balances against. Defaults to today if empty.",
96
127
  "Number of days in each aging bucket (e.g. 30).": "Number of days in each aging bucket (e.g. 30).",
97
128
  "How many aging buckets to include.": "How many aging buckets to include.",
129
+ "Whether buckets are calculated from the report date or from each transaction's due date.": "Whether buckets are calculated from the report date or from each transaction's due date.",
130
+ "Only include transactions overdue by at least this many days.": "Only include transactions overdue by at least this many days.",
98
131
  "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
99
132
  "Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
100
133
  "Not Set (Default - No Email)": "Not Set (Default - No Email)",
@@ -102,6 +135,7 @@
102
135
  "Cash": "Cash",
103
136
  "Check": "Check",
104
137
  "Credit Card": "Credit Card",
138
+ "Vendor Name": "Vendor Name",
105
139
  "Bank": "Bank",
106
140
  "Accounts Receivable": "Accounts Receivable",
107
141
  "Other Current Asset": "Other Current Asset",
@@ -120,6 +154,8 @@
120
154
  "A/R Aging Detail": "A/R Aging Detail",
121
155
  "A/P Aging Summary": "A/P Aging Summary",
122
156
  "A/P Aging Detail": "A/P Aging Detail",
157
+ "Report Date": "Report Date",
158
+ "Current": "Current",
123
159
  "GET": "GET",
124
160
  "POST": "POST",
125
161
  "PATCH": "PATCH",
@@ -135,9 +171,15 @@
135
171
  "New Customer": "New Customer",
136
172
  "New Deposit": "New Deposit",
137
173
  "New Transfer": "New Transfer",
174
+ "New or Updated Invoice": "New or Updated Invoice",
175
+ "Payment Received": "Payment Received",
176
+ "New Bill": "New Bill",
138
177
  "Triggers when an invoice is created .": "Triggers when an invoice is created .",
139
178
  "Triggers when an Expense (Purchase) is created.": "Triggers when an Expense (Purchase) is created.",
140
179
  "Triggers when a new customer is created.": "Triggers when a new customer is created.",
141
180
  "Triggers when a Deposit is created.": "Triggers when a Deposit is created.",
142
- "Triggers when a Transfer is created.": "Triggers when a Transfer is created."
181
+ "Triggers when a Transfer is created.": "Triggers when a Transfer is created.",
182
+ "Triggers when an invoice is created or updated in QuickBooks.": "Triggers when an invoice is created or updated in QuickBooks.",
183
+ "Triggers when a new customer payment is recorded in QuickBooks.": "Triggers when a new customer payment is recorded in QuickBooks.",
184
+ "Triggers when a new bill (accounts payable) is created in QuickBooks.": "Triggers when a new bill (accounts payable) is created in QuickBooks."
143
185
  }