@activepieces/piece-quickbooks 0.1.4 → 0.1.6
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 +7 -24
- package/src/i18n/de.json +84 -0
- package/src/i18n/es.json +84 -0
- package/src/i18n/fr.json +84 -0
- package/src/i18n/ja.json +84 -0
- package/src/i18n/nl.json +84 -0
- package/src/i18n/pt.json +84 -0
- package/src/i18n/ru.json +77 -0
- package/src/i18n/translation.json +84 -0
- package/src/i18n/vi.json +77 -0
- package/src/i18n/zh.json +84 -0
- package/src/index.js +13 -69
- package/README.md +0 -7
- package/src/actions/create-expense.d.ts +0 -8
- package/src/actions/create-expense.js +0 -192
- package/src/actions/create-expense.js.map +0 -1
- package/src/actions/create-invoice.d.ts +0 -11
- package/src/actions/create-invoice.js +0 -188
- package/src/actions/create-invoice.js.map +0 -1
- package/src/actions/find-customer.d.ts +0 -3
- package/src/actions/find-customer.js +0 -60
- package/src/actions/find-customer.js.map +0 -1
- package/src/actions/find-invoice.d.ts +0 -3
- package/src/actions/find-invoice.js +0 -60
- package/src/actions/find-invoice.js.map +0 -1
- package/src/actions/find-payment.d.ts +0 -3
- package/src/actions/find-payment.js +0 -53
- package/src/actions/find-payment.js.map +0 -1
- package/src/index.d.ts +0 -2
- package/src/index.js.map +0 -1
- package/src/lib/common.d.ts +0 -21
- package/src/lib/common.js +0 -12
- package/src/lib/common.js.map +0 -1
- package/src/lib/types.d.ts +0 -280
- package/src/lib/types.js +0 -3
- package/src/lib/types.js.map +0 -1
- package/src/triggers/new-customer.d.ts +0 -2
- package/src/triggers/new-customer.js +0 -78
- package/src/triggers/new-customer.js.map +0 -1
- package/src/triggers/new-deposit.d.ts +0 -2
- package/src/triggers/new-deposit.js +0 -78
- package/src/triggers/new-deposit.js.map +0 -1
- package/src/triggers/new-expense.d.ts +0 -2
- package/src/triggers/new-expense.js +0 -78
- package/src/triggers/new-expense.js.map +0 -1
- package/src/triggers/new-invoice.d.ts +0 -2
- package/src/triggers/new-invoice.js +0 -78
- package/src/triggers/new-invoice.js.map +0 -1
- package/src/triggers/new-transfer.d.ts +0 -2
- package/src/triggers/new-transfer.js +0 -78
- package/src/triggers/new-transfer.js.map +0 -1
package/src/i18n/ru.json
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Quickbooks Online": "С quickbooks онлайн",
|
|
3
|
+
"Company ID": "ID Компании",
|
|
4
|
+
"You can find Company ID under **settings->Additional Info**.": "Вы можете найти ID компании в разделе **settings->Дополнительная информация**.",
|
|
5
|
+
"Find Invoice": "Найти счет",
|
|
6
|
+
"Find Customer": "Найти клиента",
|
|
7
|
+
"Find Payment": "Найти платеж",
|
|
8
|
+
"Create Invoice": "Создать счет",
|
|
9
|
+
"Create Expense": "Создать расход",
|
|
10
|
+
"Custom API Call": "Пользовательский вызов API",
|
|
11
|
+
"Search for an invoice by its number in QuickBooks.": "Поиск счета по его количеству в quickbooks",
|
|
12
|
+
"Search for a customer by display name in QuickBooks.": "Поиск клиента по имени в quickbooks",
|
|
13
|
+
"Finds an existing payment in QuickBooks.": "Находит существующий платеж в quickbooks",
|
|
14
|
+
"Creates an invoice in QuickBooks.": "Создает счет в quickbooks",
|
|
15
|
+
"Creates an expense transaction (purchase) in QuickBooks.": "Создает транзакцию расходов (покупки) в quickbooks .",
|
|
16
|
+
"Make a custom API call to a specific endpoint": "Сделать пользовательский API вызов к определенной конечной точке",
|
|
17
|
+
"Invoice Number": "Номер счёта",
|
|
18
|
+
"Customer Name": "Имя клиента",
|
|
19
|
+
"Customer ID": "ID клиента",
|
|
20
|
+
"Customer": "Покупатель",
|
|
21
|
+
"Line Items": "Позиции",
|
|
22
|
+
"Email Status": "Email Status",
|
|
23
|
+
"Billing Email Address": "Адрес электронной почты для выставления счетов",
|
|
24
|
+
"Due Date": "Срок сдачи",
|
|
25
|
+
"Transaction Date": "Дата транзакции",
|
|
26
|
+
"Private Note (Memo)": "Приватная заметка (Memo)",
|
|
27
|
+
"Customer Memo (Statement Memo)": "Запоминание о клиенте (Statement Memo)",
|
|
28
|
+
"Bank/Credit Card Account": "Банковский/кредитный счет",
|
|
29
|
+
"Payment Type": "Тип платежа",
|
|
30
|
+
"Payee (Vendor)": "Payee (Vendor)",
|
|
31
|
+
"Payment Date": "Дата оплаты",
|
|
32
|
+
"Memo (Private Note)": "Заметка (личная заметка)",
|
|
33
|
+
"Method": "Метод",
|
|
34
|
+
"Headers": "Заголовки",
|
|
35
|
+
"Query Parameters": "Параметры запроса",
|
|
36
|
+
"Body": "Тело",
|
|
37
|
+
"No Error on Failure": "Нет ошибок при ошибке",
|
|
38
|
+
"Timeout (in seconds)": "Таймаут (в секундах)",
|
|
39
|
+
"The document number (DocNumber) of the invoice to search for.": "Номер документа (DocNumber) счета-фактуры для поиска.",
|
|
40
|
+
"The display name of the customer to search for.": "Отображаемое имя клиента для поиска.",
|
|
41
|
+
"The ID of the customer to find payments for.": "ID клиента для поиска платежей.",
|
|
42
|
+
"Line items for the invoice": "Позиции для счета-фактуры",
|
|
43
|
+
"Specify whether the invoice should be emailed after creation.": "Укажите, должен ли счет быть отправлен по электронной почте после создания.",
|
|
44
|
+
"Email address to send the invoice to. Required if Email Status is \"Needs To Be Sent\". Overrides customer default.": "Адрес эл. почты для отправки счета. Обязательно, если статус эл. почты \"Должен быть отправлен\". Переопределяет клиента по умолчанию.",
|
|
45
|
+
"The date when the payment for the invoice is due. If not provided, default term from customer or company is used.": "Дата, когда причитается оплата за счет. Если не указано, используется срок по умолчанию от клиента или компании.",
|
|
46
|
+
"Optional reference number for the invoice. If not provided, QuickBooks assigns the next sequential number.": "Необязательный номер счёта. Если он не указан, QuickBooks назначает следующий порядковый номер.",
|
|
47
|
+
"The date entered on the transaction. Defaults to the current date if not specified.": "Дата введенная в транзакции. По умолчанию текущая дата, если не указана.",
|
|
48
|
+
"Note to self. Does not appear on the invoice sent to the customer.": "Примечание для себя. Не появляется в счете, отправленном клиенту.",
|
|
49
|
+
"Memo to be displayed on the invoice sent to the customer (appears on statement).": "Примечание, отображаемое в счете, отправленном клиенту (отображается в выписке).",
|
|
50
|
+
"The account from which the expense was paid.": "Счет, с которого были оплачены расходы.",
|
|
51
|
+
"Optional - The vendor the expense was paid to.": "Необязательный - Продавец был оплачен.",
|
|
52
|
+
"The date the expense occurred.": "Дата совершения расхода.",
|
|
53
|
+
"Details of the expense (e.g., categories or items purchased). At least one line is required.": "Детали расходов (например, категории или товары). Требуется хотя бы одна строка.",
|
|
54
|
+
"Internal note about the expense.": "Внутренняя заметка о расходе.",
|
|
55
|
+
"Authorization headers are injected automatically from your connection.": "Заголовки авторизации включаются автоматически из вашего соединения.",
|
|
56
|
+
"Not Set (Default - No Email)": "Не установлено (по умолчанию - нет Email)",
|
|
57
|
+
"Needs To Be Sent": "Нужно отправить",
|
|
58
|
+
"Cash": "Наличные",
|
|
59
|
+
"Check": "Проверить",
|
|
60
|
+
"Credit Card": "Кредитная карта",
|
|
61
|
+
"GET": "ПОЛУЧИТЬ",
|
|
62
|
+
"POST": "ПОСТ",
|
|
63
|
+
"PATCH": "ПАТЧ",
|
|
64
|
+
"PUT": "ПОКУПИТЬ",
|
|
65
|
+
"DELETE": "УДАЛИТЬ",
|
|
66
|
+
"HEAD": "HEAD",
|
|
67
|
+
"New Invoice": "Новый счет",
|
|
68
|
+
"New Expense (Purchase)": "Новые расходы (покупки)",
|
|
69
|
+
"New Customer": "Новый клиент",
|
|
70
|
+
"New Deposit": "Новый депозит",
|
|
71
|
+
"New Transfer": "Новый перевод",
|
|
72
|
+
"Triggers when an invoice is created .": "Включает при создании счета-фактуры .",
|
|
73
|
+
"Triggers when an Expense (Purchase) is created.": "Триггеры при оплате (покупке).",
|
|
74
|
+
"Triggers when a new customer is created.": "Триггеры при создании нового клиента.",
|
|
75
|
+
"Triggers when a Deposit is created.": "Триггеры при внесении депозита.",
|
|
76
|
+
"Triggers when a Transfer is created.": "Триггеры при создании перевода."
|
|
77
|
+
}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Company ID": "Company ID",
|
|
3
|
+
"You can find Company ID under **settings->Additional Info**.": "You can find Company ID under **settings->Additional Info**.",
|
|
4
|
+
"Find Invoice": "Find Invoice",
|
|
5
|
+
"Find Customer": "Find Customer",
|
|
6
|
+
"Find Payment": "Find Payment",
|
|
7
|
+
"Create Invoice": "Create Invoice",
|
|
8
|
+
"Create Expense": "Create Expense",
|
|
9
|
+
"Custom API Call": "Custom API Call",
|
|
10
|
+
"Search for an invoice by its number in QuickBooks.": "Search for an invoice by its number in QuickBooks.",
|
|
11
|
+
"Search for a customer by display name in QuickBooks.": "Search for a customer by display name in QuickBooks.",
|
|
12
|
+
"Finds an existing payment in QuickBooks.": "Finds an existing payment in QuickBooks.",
|
|
13
|
+
"Creates an invoice in QuickBooks.": "Creates an invoice in QuickBooks.",
|
|
14
|
+
"Creates an expense transaction (purchase) in QuickBooks.": "Creates an expense transaction (purchase) in QuickBooks.",
|
|
15
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
16
|
+
"Invoice Number": "Invoice Number",
|
|
17
|
+
"Customer Name": "Customer Name",
|
|
18
|
+
"Customer ID": "Customer ID",
|
|
19
|
+
"Customer": "Customer",
|
|
20
|
+
"Line Items": "Line Items",
|
|
21
|
+
"Email Status": "Email Status",
|
|
22
|
+
"Billing Email Address": "Billing Email Address",
|
|
23
|
+
"Due Date": "Due Date",
|
|
24
|
+
"Transaction Date": "Transaction Date",
|
|
25
|
+
"Private Note (Memo)": "Private Note (Memo)",
|
|
26
|
+
"Customer Memo (Statement Memo)": "Customer Memo (Statement Memo)",
|
|
27
|
+
"Bank/Credit Card Account": "Bank/Credit Card Account",
|
|
28
|
+
"Payment Type": "Payment Type",
|
|
29
|
+
"Payee (Vendor)": "Payee (Vendor)",
|
|
30
|
+
"Payment Date": "Payment Date",
|
|
31
|
+
"Memo (Private Note)": "Memo (Private Note)",
|
|
32
|
+
"Method": "Method",
|
|
33
|
+
"Headers": "Headers",
|
|
34
|
+
"Query Parameters": "Query Parameters",
|
|
35
|
+
"Body Type": "Body Type",
|
|
36
|
+
"Body": "Body",
|
|
37
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
38
|
+
"No Error on Failure": "No Error on Failure",
|
|
39
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
40
|
+
"Follow redirects": "Follow redirects",
|
|
41
|
+
"The document number (DocNumber) of the invoice to search for.": "The document number (DocNumber) of the invoice to search for.",
|
|
42
|
+
"The display name of the customer to search for.": "The display name of the customer to search for.",
|
|
43
|
+
"The ID of the customer to find payments for.": "The ID of the customer to find payments for.",
|
|
44
|
+
"Line items for the invoice": "Line items for the invoice",
|
|
45
|
+
"Specify whether the invoice should be emailed after creation.": "Specify whether the invoice should be emailed after creation.",
|
|
46
|
+
"Email address to send the invoice to. Required if Email Status is \"Needs To Be Sent\". Overrides customer default.": "Email address to send the invoice to. Required if Email Status is \"Needs To Be Sent\". Overrides customer default.",
|
|
47
|
+
"The date when the payment for the invoice is due. If not provided, default term from customer or company is used.": "The date when the payment for the invoice is due. If not provided, default term from customer or company is used.",
|
|
48
|
+
"Optional reference number for the invoice. If not provided, QuickBooks assigns the next sequential number.": "Optional reference number for the invoice. If not provided, QuickBooks assigns the next sequential number.",
|
|
49
|
+
"The date entered on the transaction. Defaults to the current date if not specified.": "The date entered on the transaction. Defaults to the current date if not specified.",
|
|
50
|
+
"Note to self. Does not appear on the invoice sent to the customer.": "Note to self. Does not appear on the invoice sent to the customer.",
|
|
51
|
+
"Memo to be displayed on the invoice sent to the customer (appears on statement).": "Memo to be displayed on the invoice sent to the customer (appears on statement).",
|
|
52
|
+
"The account from which the expense was paid.": "The account from which the expense was paid.",
|
|
53
|
+
"Optional - The vendor the expense was paid to.": "Optional - The vendor the expense was paid to.",
|
|
54
|
+
"The date the expense occurred.": "The date the expense occurred.",
|
|
55
|
+
"Details of the expense (e.g., categories or items purchased). At least one line is required.": "Details of the expense (e.g., categories or items purchased). At least one line is required.",
|
|
56
|
+
"Internal note about the expense.": "Internal note about the expense.",
|
|
57
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
58
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
59
|
+
"Not Set (Default - No Email)": "Not Set (Default - No Email)",
|
|
60
|
+
"Needs To Be Sent": "Needs To Be Sent",
|
|
61
|
+
"Cash": "Cash",
|
|
62
|
+
"Check": "Check",
|
|
63
|
+
"Credit Card": "Credit Card",
|
|
64
|
+
"GET": "GET",
|
|
65
|
+
"POST": "POST",
|
|
66
|
+
"PATCH": "PATCH",
|
|
67
|
+
"PUT": "PUT",
|
|
68
|
+
"DELETE": "DELETE",
|
|
69
|
+
"HEAD": "HEAD",
|
|
70
|
+
"None": "None",
|
|
71
|
+
"JSON": "JSON",
|
|
72
|
+
"Form Data": "Form Data",
|
|
73
|
+
"Raw": "Raw",
|
|
74
|
+
"New Invoice": "New Invoice",
|
|
75
|
+
"New Expense (Purchase)": "New Expense (Purchase)",
|
|
76
|
+
"New Customer": "New Customer",
|
|
77
|
+
"New Deposit": "New Deposit",
|
|
78
|
+
"New Transfer": "New Transfer",
|
|
79
|
+
"Triggers when an invoice is created .": "Triggers when an invoice is created .",
|
|
80
|
+
"Triggers when an Expense (Purchase) is created.": "Triggers when an Expense (Purchase) is created.",
|
|
81
|
+
"Triggers when a new customer is created.": "Triggers when a new customer is created.",
|
|
82
|
+
"Triggers when a Deposit is created.": "Triggers when a Deposit is created.",
|
|
83
|
+
"Triggers when a Transfer is created.": "Triggers when a Transfer is created."
|
|
84
|
+
}
|
package/src/i18n/vi.json
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Quickbooks Online": "Quickbooks Online",
|
|
3
|
+
"Company ID": "Company ID",
|
|
4
|
+
"You can find Company ID under **settings->Additional Info**.": "You can find Company ID under **settings->Additional Info**.",
|
|
5
|
+
"Find Invoice": "Find Invoice",
|
|
6
|
+
"Find Customer": "Find Customer",
|
|
7
|
+
"Find Payment": "Find Payment",
|
|
8
|
+
"Create Invoice": "Create Invoice",
|
|
9
|
+
"Create Expense": "Create Expense",
|
|
10
|
+
"Custom API Call": "Custom API Call",
|
|
11
|
+
"Search for an invoice by its number in QuickBooks.": "Search for an invoice by its number in QuickBooks.",
|
|
12
|
+
"Search for a customer by display name in QuickBooks.": "Search for a customer by display name in QuickBooks.",
|
|
13
|
+
"Finds an existing payment in QuickBooks.": "Finds an existing payment in QuickBooks.",
|
|
14
|
+
"Creates an invoice in QuickBooks.": "Creates an invoice in QuickBooks.",
|
|
15
|
+
"Creates an expense transaction (purchase) in QuickBooks.": "Creates an expense transaction (purchase) in QuickBooks.",
|
|
16
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
17
|
+
"Invoice Number": "Invoice Number",
|
|
18
|
+
"Customer Name": "Customer Name",
|
|
19
|
+
"Customer ID": "Customer ID",
|
|
20
|
+
"Customer": "Customer",
|
|
21
|
+
"Line Items": "Line Items",
|
|
22
|
+
"Email Status": "Email Status",
|
|
23
|
+
"Billing Email Address": "Billing Email Address",
|
|
24
|
+
"Due Date": "Due Date",
|
|
25
|
+
"Transaction Date": "Transaction Date",
|
|
26
|
+
"Private Note (Memo)": "Private Note (Memo)",
|
|
27
|
+
"Customer Memo (Statement Memo)": "Customer Memo (Statement Memo)",
|
|
28
|
+
"Bank/Credit Card Account": "Bank/Credit Card Account",
|
|
29
|
+
"Payment Type": "Payment Type",
|
|
30
|
+
"Payee (Vendor)": "Payee (Vendor)",
|
|
31
|
+
"Payment Date": "Payment Date",
|
|
32
|
+
"Memo (Private Note)": "Memo (Private Note)",
|
|
33
|
+
"Method": "Method",
|
|
34
|
+
"Headers": "Headers",
|
|
35
|
+
"Query Parameters": "Query Parameters",
|
|
36
|
+
"Body": "Body",
|
|
37
|
+
"No Error on Failure": "No Error on Failure",
|
|
38
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
39
|
+
"The document number (DocNumber) of the invoice to search for.": "The document number (DocNumber) of the invoice to search for.",
|
|
40
|
+
"The display name of the customer to search for.": "The display name of the customer to search for.",
|
|
41
|
+
"The ID of the customer to find payments for.": "The ID of the customer to find payments for.",
|
|
42
|
+
"Line items for the invoice": "Line items for the invoice",
|
|
43
|
+
"Specify whether the invoice should be emailed after creation.": "Specify whether the invoice should be emailed after creation.",
|
|
44
|
+
"Email address to send the invoice to. Required if Email Status is \"Needs To Be Sent\". Overrides customer default.": "Email address to send the invoice to. Required if Email Status is \"Needs To Be Sent\". Overrides customer default.",
|
|
45
|
+
"The date when the payment for the invoice is due. If not provided, default term from customer or company is used.": "The date when the payment for the invoice is due. If not provided, default term from customer or company is used.",
|
|
46
|
+
"Optional reference number for the invoice. If not provided, QuickBooks assigns the next sequential number.": "Optional reference number for the invoice. If not provided, QuickBooks assigns the next sequential number.",
|
|
47
|
+
"The date entered on the transaction. Defaults to the current date if not specified.": "The date entered on the transaction. Defaults to the current date if not specified.",
|
|
48
|
+
"Note to self. Does not appear on the invoice sent to the customer.": "Note to self. Does not appear on the invoice sent to the customer.",
|
|
49
|
+
"Memo to be displayed on the invoice sent to the customer (appears on statement).": "Memo to be displayed on the invoice sent to the customer (appears on statement).",
|
|
50
|
+
"The account from which the expense was paid.": "The account from which the expense was paid.",
|
|
51
|
+
"Optional - The vendor the expense was paid to.": "Optional - The vendor the expense was paid to.",
|
|
52
|
+
"The date the expense occurred.": "The date the expense occurred.",
|
|
53
|
+
"Details of the expense (e.g., categories or items purchased). At least one line is required.": "Details of the expense (e.g., categories or items purchased). At least one line is required.",
|
|
54
|
+
"Internal note about the expense.": "Internal note about the expense.",
|
|
55
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
56
|
+
"Not Set (Default - No Email)": "Not Set (Default - No Email)",
|
|
57
|
+
"Needs To Be Sent": "Needs To Be Sent",
|
|
58
|
+
"Cash": "Cash",
|
|
59
|
+
"Check": "Check",
|
|
60
|
+
"Credit Card": "Credit Card",
|
|
61
|
+
"GET": "GET",
|
|
62
|
+
"POST": "POST",
|
|
63
|
+
"PATCH": "PATCH",
|
|
64
|
+
"PUT": "PUT",
|
|
65
|
+
"DELETE": "DELETE",
|
|
66
|
+
"HEAD": "HEAD",
|
|
67
|
+
"New Invoice": "New Invoice",
|
|
68
|
+
"New Expense (Purchase)": "New Expense (Purchase)",
|
|
69
|
+
"New Customer": "New Customer",
|
|
70
|
+
"New Deposit": "New Deposit",
|
|
71
|
+
"New Transfer": "New Transfer",
|
|
72
|
+
"Triggers when an invoice is created .": "Triggers when an invoice is created .",
|
|
73
|
+
"Triggers when an Expense (Purchase) is created.": "Triggers when an Expense (Purchase) is created.",
|
|
74
|
+
"Triggers when a new customer is created.": "Triggers when a new customer is created.",
|
|
75
|
+
"Triggers when a Deposit is created.": "Triggers when a Deposit is created.",
|
|
76
|
+
"Triggers when a Transfer is created.": "Triggers when a Transfer is created."
|
|
77
|
+
}
|
package/src/i18n/zh.json
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Company ID": "Company ID",
|
|
3
|
+
"You can find Company ID under **settings->Additional Info**.": "You can find Company ID under **settings->Additional Info**.",
|
|
4
|
+
"Find Invoice": "Find Invoice",
|
|
5
|
+
"Find Customer": "Find Customer",
|
|
6
|
+
"Find Payment": "Find Payment",
|
|
7
|
+
"Create Invoice": "Create Invoice",
|
|
8
|
+
"Create Expense": "Create Expense",
|
|
9
|
+
"Custom API Call": "自定义 API 呼叫",
|
|
10
|
+
"Search for an invoice by its number in QuickBooks.": "Search for an invoice by its number in QuickBooks.",
|
|
11
|
+
"Search for a customer by display name in QuickBooks.": "Search for a customer by display name in QuickBooks.",
|
|
12
|
+
"Finds an existing payment in QuickBooks.": "Finds an existing payment in QuickBooks.",
|
|
13
|
+
"Creates an invoice in QuickBooks.": "Creates an invoice in QuickBooks.",
|
|
14
|
+
"Creates an expense transaction (purchase) in QuickBooks.": "Creates an expense transaction (purchase) in QuickBooks.",
|
|
15
|
+
"Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
|
|
16
|
+
"Invoice Number": "Invoice Number",
|
|
17
|
+
"Customer Name": "Customer Name",
|
|
18
|
+
"Customer ID": "Customer ID",
|
|
19
|
+
"Customer": "Customer",
|
|
20
|
+
"Line Items": "Line Items",
|
|
21
|
+
"Email Status": "Email Status",
|
|
22
|
+
"Billing Email Address": "Billing Email Address",
|
|
23
|
+
"Due Date": "Due Date",
|
|
24
|
+
"Transaction Date": "Transaction Date",
|
|
25
|
+
"Private Note (Memo)": "Private Note (Memo)",
|
|
26
|
+
"Customer Memo (Statement Memo)": "Customer Memo (Statement Memo)",
|
|
27
|
+
"Bank/Credit Card Account": "Bank/Credit Card Account",
|
|
28
|
+
"Payment Type": "Payment Type",
|
|
29
|
+
"Payee (Vendor)": "Payee (Vendor)",
|
|
30
|
+
"Payment Date": "Payment Date",
|
|
31
|
+
"Memo (Private Note)": "Memo (Private Note)",
|
|
32
|
+
"Method": "方法",
|
|
33
|
+
"Headers": "信头",
|
|
34
|
+
"Query Parameters": "查询参数",
|
|
35
|
+
"Body Type": "Body Type",
|
|
36
|
+
"Body": "正文内容",
|
|
37
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
38
|
+
"No Error on Failure": "失败时没有错误",
|
|
39
|
+
"Timeout (in seconds)": "超时(秒)",
|
|
40
|
+
"Follow redirects": "Follow redirects",
|
|
41
|
+
"The document number (DocNumber) of the invoice to search for.": "The document number (DocNumber) of the invoice to search for.",
|
|
42
|
+
"The display name of the customer to search for.": "The display name of the customer to search for.",
|
|
43
|
+
"The ID of the customer to find payments for.": "The ID of the customer to find payments for.",
|
|
44
|
+
"Line items for the invoice": "Line items for the invoice",
|
|
45
|
+
"Specify whether the invoice should be emailed after creation.": "Specify whether the invoice should be emailed after creation.",
|
|
46
|
+
"Email address to send the invoice to. Required if Email Status is \"Needs To Be Sent\". Overrides customer default.": "Email address to send the invoice to. Required if Email Status is \"Needs To Be Sent\". Overrides customer default.",
|
|
47
|
+
"The date when the payment for the invoice is due. If not provided, default term from customer or company is used.": "The date when the payment for the invoice is due. If not provided, default term from customer or company is used.",
|
|
48
|
+
"Optional reference number for the invoice. If not provided, QuickBooks assigns the next sequential number.": "Optional reference number for the invoice. If not provided, QuickBooks assigns the next sequential number.",
|
|
49
|
+
"The date entered on the transaction. Defaults to the current date if not specified.": "The date entered on the transaction. Defaults to the current date if not specified.",
|
|
50
|
+
"Note to self. Does not appear on the invoice sent to the customer.": "Note to self. Does not appear on the invoice sent to the customer.",
|
|
51
|
+
"Memo to be displayed on the invoice sent to the customer (appears on statement).": "Memo to be displayed on the invoice sent to the customer (appears on statement).",
|
|
52
|
+
"The account from which the expense was paid.": "The account from which the expense was paid.",
|
|
53
|
+
"Optional - The vendor the expense was paid to.": "Optional - The vendor the expense was paid to.",
|
|
54
|
+
"The date the expense occurred.": "The date the expense occurred.",
|
|
55
|
+
"Details of the expense (e.g., categories or items purchased). At least one line is required.": "Details of the expense (e.g., categories or items purchased). At least one line is required.",
|
|
56
|
+
"Internal note about the expense.": "Internal note about the expense.",
|
|
57
|
+
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
58
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
59
|
+
"Not Set (Default - No Email)": "Not Set (Default - No Email)",
|
|
60
|
+
"Needs To Be Sent": "Needs To Be Sent",
|
|
61
|
+
"Cash": "Cash",
|
|
62
|
+
"Check": "Check",
|
|
63
|
+
"Credit Card": "Credit Card",
|
|
64
|
+
"GET": "获取",
|
|
65
|
+
"POST": "帖子",
|
|
66
|
+
"PATCH": "PATCH",
|
|
67
|
+
"PUT": "弹出",
|
|
68
|
+
"DELETE": "删除",
|
|
69
|
+
"HEAD": "黑色",
|
|
70
|
+
"None": "无",
|
|
71
|
+
"JSON": "JSON",
|
|
72
|
+
"Form Data": "表单数据",
|
|
73
|
+
"Raw": "原始文件",
|
|
74
|
+
"New Invoice": "New Invoice",
|
|
75
|
+
"New Expense (Purchase)": "New Expense (Purchase)",
|
|
76
|
+
"New Customer": "New Customer",
|
|
77
|
+
"New Deposit": "New Deposit",
|
|
78
|
+
"New Transfer": "New Transfer",
|
|
79
|
+
"Triggers when an invoice is created .": "Triggers when an invoice is created .",
|
|
80
|
+
"Triggers when an Expense (Purchase) is created.": "Triggers when an Expense (Purchase) is created.",
|
|
81
|
+
"Triggers when a new customer is created.": "Triggers when a new customer is created.",
|
|
82
|
+
"Triggers when a Deposit is created.": "Triggers when a Deposit is created.",
|
|
83
|
+
"Triggers when a Transfer is created.": "Triggers when a Transfer is created."
|
|
84
|
+
}
|