jaz-clio 4.35.2 → 4.46.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/README.md +65 -223
- package/assets/skills/api/SKILL.md +6 -2
- package/assets/skills/api/help-center-mirror/bank-reconciliations.md +20 -10
- package/assets/skills/api/help-center-mirror/bills.md +46 -38
- package/assets/skills/api/help-center-mirror/contacts.md +61 -62
- package/assets/skills/api/help-center-mirror/get-started.md +7 -2
- package/assets/skills/api/help-center-mirror/help-center-embeddings.json +1 -1
- package/assets/skills/api/help-center-mirror/help-center-index.json +1 -1
- package/assets/skills/api/help-center-mirror/import-data.md +22 -17
- package/assets/skills/api/help-center-mirror/index.md +2 -3
- package/assets/skills/api/help-center-mirror/security-privacy.md +1 -1
- package/assets/skills/api/help-center-mirror/settings.md +102 -31
- package/assets/skills/api/references/endpoints.md +87 -0
- package/assets/skills/api/references/full-api-surface.md +3 -1
- package/assets/skills/cli/SKILL.md +1 -1
- package/assets/skills/conversion/SKILL.md +1 -1
- package/assets/skills/jobs/SKILL.md +1 -1
- package/assets/skills/transaction-recipes/SKILL.md +1 -1
- package/cli.mjs +1642 -0
- package/help-center-mirror/ai-agents.md +142 -0
- package/help-center-mirror/approvals.md +68 -0
- package/help-center-mirror/bank-reconciliations.md +662 -0
- package/help-center-mirror/bills.md +1122 -0
- package/help-center-mirror/cashflow.md +105 -0
- package/help-center-mirror/collaboration.md +58 -0
- package/help-center-mirror/contacts.md +199 -0
- package/help-center-mirror/customer-credits.md +745 -0
- package/help-center-mirror/deposits.md +75 -0
- package/help-center-mirror/get-started.md +478 -0
- package/help-center-mirror/help-center-embeddings.json +1 -0
- package/help-center-mirror/help-center-index.json +1 -0
- package/help-center-mirror/import-data.md +256 -0
- package/help-center-mirror/index.md +22 -0
- package/help-center-mirror/invoices.md +1389 -0
- package/help-center-mirror/journal-entries.md +350 -0
- package/help-center-mirror/products.md +201 -0
- package/help-center-mirror/reports.md +852 -0
- package/help-center-mirror/security-privacy.md +42 -0
- package/help-center-mirror/settings.md +1778 -0
- package/help-center-mirror/supplier-credits.md +703 -0
- package/package.json +6 -35
- package/dist/commands/accounts.js +0 -128
- package/dist/commands/api-action.js +0 -73
- package/dist/commands/attachments.js +0 -152
- package/dist/commands/auth.js +0 -407
- package/dist/commands/bank-rules.js +0 -178
- package/dist/commands/bank.js +0 -239
- package/dist/commands/bills.js +0 -643
- package/dist/commands/bookmarks.js +0 -121
- package/dist/commands/calc.js +0 -317
- package/dist/commands/capsules.js +0 -212
- package/dist/commands/cash-entry.js +0 -246
- package/dist/commands/cash-transfer.js +0 -171
- package/dist/commands/cashflow.js +0 -49
- package/dist/commands/contact-groups.js +0 -109
- package/dist/commands/contacts.js +0 -227
- package/dist/commands/currencies.js +0 -46
- package/dist/commands/currency-rates.js +0 -140
- package/dist/commands/custom-fields.js +0 -187
- package/dist/commands/customer-credit-notes.js +0 -516
- package/dist/commands/draft-helpers.js +0 -136
- package/dist/commands/exports.js +0 -58
- package/dist/commands/fixed-assets.js +0 -330
- package/dist/commands/format-helpers.js +0 -49
- package/dist/commands/help-examples.js +0 -127
- package/dist/commands/init.js +0 -95
- package/dist/commands/inventory.js +0 -82
- package/dist/commands/invoices.js +0 -620
- package/dist/commands/items.js +0 -223
- package/dist/commands/jobs.js +0 -943
- package/dist/commands/journals.js +0 -437
- package/dist/commands/kb.js +0 -68
- package/dist/commands/magic.js +0 -490
- package/dist/commands/mcp.js +0 -223
- package/dist/commands/nano-classifiers.js +0 -173
- package/dist/commands/org-users.js +0 -164
- package/dist/commands/org.js +0 -32
- package/dist/commands/output.js +0 -121
- package/dist/commands/pagination.js +0 -82
- package/dist/commands/parsers.js +0 -173
- package/dist/commands/payments.js +0 -143
- package/dist/commands/picker.js +0 -223
- package/dist/commands/quick-fix.js +0 -123
- package/dist/commands/recipe.js +0 -429
- package/dist/commands/reports.js +0 -202
- package/dist/commands/resolve.js +0 -278
- package/dist/commands/schedulers.js +0 -449
- package/dist/commands/schema.js +0 -231
- package/dist/commands/search.js +0 -34
- package/dist/commands/subscriptions.js +0 -212
- package/dist/commands/supplier-credit-notes.js +0 -500
- package/dist/commands/table-formatter.js +0 -5
- package/dist/commands/tags.js +0 -142
- package/dist/commands/tax-profiles.js +0 -187
- package/dist/commands/ui/banner.js +0 -21
- package/dist/commands/ui/error.js +0 -96
- package/dist/commands/ui/index.js +0 -8
- package/dist/commands/ui/picker.js +0 -180
- package/dist/commands/ui/progress.js +0 -32
- package/dist/commands/ui/record.js +0 -72
- package/dist/commands/ui/table.js +0 -109
- package/dist/commands/ui/theme.js +0 -55
- package/dist/commands/update.js +0 -28
- package/dist/commands/versions.js +0 -33
- package/dist/core/api/attachments.js +0 -36
- package/dist/core/api/bank-rules.js +0 -31
- package/dist/core/api/bank.js +0 -37
- package/dist/core/api/bills.js +0 -61
- package/dist/core/api/bookmarks.js +0 -12
- package/dist/core/api/capsules.js +0 -46
- package/dist/core/api/cash-entries.js +0 -31
- package/dist/core/api/cash-transfers.js +0 -12
- package/dist/core/api/cashflow.js +0 -6
- package/dist/core/api/chart-of-accounts.js +0 -21
- package/dist/core/api/circuit-breaker.js +0 -64
- package/dist/core/api/client.js +0 -223
- package/dist/core/api/contact-groups.js +0 -18
- package/dist/core/api/contacts.js +0 -18
- package/dist/core/api/currencies.js +0 -23
- package/dist/core/api/custom-fields.js +0 -18
- package/dist/core/api/customer-cn.js +0 -40
- package/dist/core/api/data-exports.js +0 -7
- package/dist/core/api/fixed-assets.js +0 -37
- package/dist/core/api/guards.js +0 -82
- package/dist/core/api/index.js +0 -39
- package/dist/core/api/inventory.js +0 -12
- package/dist/core/api/invoices.js +0 -72
- package/dist/core/api/items.js +0 -56
- package/dist/core/api/journals.js +0 -34
- package/dist/core/api/magic.js +0 -74
- package/dist/core/api/message-pdf.js +0 -7
- package/dist/core/api/nano-classifiers.js +0 -37
- package/dist/core/api/org-users.js +0 -15
- package/dist/core/api/organization.js +0 -6
- package/dist/core/api/pagination.js +0 -74
- package/dist/core/api/payments.js +0 -27
- package/dist/core/api/quick-fix.js +0 -25
- package/dist/core/api/reports.js +0 -51
- package/dist/core/api/schedulers.js +0 -54
- package/dist/core/api/search.js +0 -6
- package/dist/core/api/subscriptions.js +0 -48
- package/dist/core/api/supplier-cn.js +0 -37
- package/dist/core/api/tags.js +0 -18
- package/dist/core/api/tax-profiles.js +0 -23
- package/dist/core/api/transfer-trial-balance.js +0 -3
- package/dist/core/api/types.js +0 -2
- package/dist/core/auth/credentials.js +0 -155
- package/dist/core/auth/index.js +0 -2
- package/dist/core/auth/resolve.js +0 -99
- package/dist/core/auth/types.js +0 -1
- package/dist/core/calc/accrued-expense.js +0 -74
- package/dist/core/calc/amortization.js +0 -122
- package/dist/core/calc/asset-disposal.js +0 -155
- package/dist/core/calc/blueprint.js +0 -46
- package/dist/core/calc/depreciation.js +0 -200
- package/dist/core/calc/dividend.js +0 -100
- package/dist/core/calc/ecl.js +0 -101
- package/dist/core/calc/fixed-deposit.js +0 -178
- package/dist/core/calc/format.js +0 -604
- package/dist/core/calc/fx-reval.js +0 -93
- package/dist/core/calc/lease.js +0 -150
- package/dist/core/calc/leave-accrual.js +0 -73
- package/dist/core/calc/loan.js +0 -107
- package/dist/core/calc/provision.js +0 -128
- package/dist/core/calc/types.js +0 -31
- package/dist/core/calc/validate.js +0 -134
- package/dist/core/drafts/index.js +0 -14
- package/dist/core/drafts/merge.js +0 -86
- package/dist/core/drafts/sanitize.js +0 -90
- package/dist/core/drafts/validate.js +0 -157
- package/dist/core/intelligence/account-resolver.js +0 -48
- package/dist/core/intelligence/actions-summary.js +0 -152
- package/dist/core/intelligence/amount-parser.js +0 -101
- package/dist/core/intelligence/bank-resolver.js +0 -65
- package/dist/core/intelligence/contact-resolver.js +0 -28
- package/dist/core/intelligence/date-normalizer.js +0 -146
- package/dist/core/intelligence/fuzzy.js +0 -102
- package/dist/core/intelligence/index.js +0 -19
- package/dist/core/intelligence/no-reply.js +0 -58
- package/dist/core/intelligence/recipe-resolver.js +0 -106
- package/dist/core/jobs/audit-prep/blueprint.js +0 -211
- package/dist/core/jobs/bank-recon/blueprint.js +0 -163
- package/dist/core/jobs/bank-recon/tools/match/match-utils.js +0 -218
- package/dist/core/jobs/bank-recon/tools/match/match.js +0 -631
- package/dist/core/jobs/credit-control/blueprint.js +0 -126
- package/dist/core/jobs/document-collection/blueprint.js +0 -152
- package/dist/core/jobs/document-collection/tools/ingest/classify.js +0 -206
- package/dist/core/jobs/document-collection/tools/ingest/cloud/dropbox.js +0 -156
- package/dist/core/jobs/document-collection/tools/ingest/cloud/gdrive.js +0 -99
- package/dist/core/jobs/document-collection/tools/ingest/cloud/index.js +0 -68
- package/dist/core/jobs/document-collection/tools/ingest/cloud/onedrive.js +0 -165
- package/dist/core/jobs/document-collection/tools/ingest/cloud/providers.js +0 -71
- package/dist/core/jobs/document-collection/tools/ingest/cloud/types.js +0 -4
- package/dist/core/jobs/document-collection/tools/ingest/cloud/utils.js +0 -96
- package/dist/core/jobs/document-collection/tools/ingest/cloud/zip.js +0 -107
- package/dist/core/jobs/document-collection/tools/ingest/decrypt.js +0 -130
- package/dist/core/jobs/document-collection/tools/ingest/format.js +0 -110
- package/dist/core/jobs/document-collection/tools/ingest/ingest.js +0 -101
- package/dist/core/jobs/document-collection/tools/ingest/scanner.js +0 -215
- package/dist/core/jobs/document-collection/tools/ingest/upload.js +0 -108
- package/dist/core/jobs/fa-review/blueprint.js +0 -121
- package/dist/core/jobs/format.js +0 -102
- package/dist/core/jobs/gst-vat/blueprint.js +0 -187
- package/dist/core/jobs/month-end/blueprint.js +0 -232
- package/dist/core/jobs/payment-run/blueprint.js +0 -201
- package/dist/core/jobs/payment-run/tools/bank-file/format.js +0 -64
- package/dist/core/jobs/payment-run/tools/bank-file/formats/dbs-giro.js +0 -177
- package/dist/core/jobs/payment-run/tools/bank-file/formats/index.js +0 -3
- package/dist/core/jobs/payment-run/tools/bank-file/formats/ocbc-giro.js +0 -171
- package/dist/core/jobs/payment-run/tools/bank-file/formats/uob-giro.js +0 -240
- package/dist/core/jobs/payment-run/tools/bank-file/generate.js +0 -24
- package/dist/core/jobs/payment-run/tools/bank-file/index.js +0 -3
- package/dist/core/jobs/payment-run/tools/bank-file/types.js +0 -25
- package/dist/core/jobs/payment-run/tools/bank-file/validate.js +0 -217
- package/dist/core/jobs/payment-run/tools/outstanding/format.js +0 -61
- package/dist/core/jobs/payment-run/tools/outstanding/group.js +0 -90
- package/dist/core/jobs/payment-run/tools/outstanding/index.js +0 -2
- package/dist/core/jobs/payment-run/tools/outstanding/types.js +0 -5
- package/dist/core/jobs/quarter-end/blueprint.js +0 -135
- package/dist/core/jobs/statutory-filing/blueprint.js +0 -135
- package/dist/core/jobs/statutory-filing/tools/sg-tax/capital-allowances.js +0 -160
- package/dist/core/jobs/statutory-filing/tools/sg-tax/constants.js +0 -63
- package/dist/core/jobs/statutory-filing/tools/sg-tax/exemptions.js +0 -76
- package/dist/core/jobs/statutory-filing/tools/sg-tax/form-cs.js +0 -349
- package/dist/core/jobs/statutory-filing/tools/sg-tax/format-sg.js +0 -134
- package/dist/core/jobs/statutory-filing/tools/sg-tax/format.js +0 -18
- package/dist/core/jobs/statutory-filing/tools/sg-tax/types.js +0 -9
- package/dist/core/jobs/statutory-filing/tools/sg-tax/validate.js +0 -124
- package/dist/core/jobs/supplier-recon/blueprint.js +0 -132
- package/dist/core/jobs/types.js +0 -38
- package/dist/core/jobs/validate.js +0 -115
- package/dist/core/jobs/year-end/blueprint.js +0 -153
- package/dist/core/kb/embeddings.js +0 -218
- package/dist/core/kb/index.js +0 -2
- package/dist/core/kb/search.js +0 -235
- package/dist/core/kb/types.js +0 -2
- package/dist/core/recipe/dispatch.js +0 -155
- package/dist/core/recipe/engine.js +0 -304
- package/dist/core/recipe/index.js +0 -3
- package/dist/core/recipe/plan.js +0 -60
- package/dist/core/recipe/types.js +0 -16
- package/dist/core/registry/errors.js +0 -31
- package/dist/core/registry/index.js +0 -3
- package/dist/core/registry/lookup.js +0 -35
- package/dist/core/registry/namespaces.js +0 -161
- package/dist/core/registry/pagination.js +0 -150
- package/dist/core/registry/tools.js +0 -4482
- package/dist/core/registry/types.js +0 -1
- package/dist/core/registry/validate.js +0 -82
- package/dist/index.js +0 -322
- package/dist/types/index.js +0 -8
- package/dist/utils/github.js +0 -81
- package/dist/utils/logger.js +0 -31
- package/dist/utils/template.js +0 -105
|
@@ -98,103 +98,102 @@ Source: https://help.jaz.ai/en/articles/9724455-contact-s-sales-activity-pdf
|
|
|
98
98
|
### Contacts
|
|
99
99
|
Source: https://help.jaz.ai/en/articles/8938009-contacts
|
|
100
100
|
|
|
101
|
-
**Q1.
|
|
101
|
+
**Q1. What is a contact?**
|
|
102
102
|
|
|
103
|
-
-
|
|
104
|
-
- **Note**: If a contact is deleted, you will not be able to undo the action or retrieve the deleted contact.**Q2. How do I view all business transactions related to a contact?**
|
|
103
|
+
- Contacts are the business or people that you engage with. These can be suppliers, customers, or both.
|
|
105
104
|
|
|
106
|
-
|
|
107
|
-
- You should see a list of transactions related to the contact.
|
|
105
|
+
**Q2. How do I add a contact?**
|
|
108
106
|
|
|
109
|
-
|
|
107
|
+
- Head over to **Contacts** > +**Add New ContactQ3. Can I add contacts in bulk?**
|
|
110
108
|
|
|
111
|
-
- Yes, you can
|
|
112
|
-
- You can
|
|
109
|
+
- Yes, you can import contacts in bulk.
|
|
110
|
+
- You can import up to a maximum of 5,000
|
|
113
111
|
|
|
114
|
-
**Q4.
|
|
112
|
+
**Q4. Can I create a contact that is both a customer & supplier?**
|
|
115
113
|
|
|
116
|
-
-
|
|
117
|
-
- If the payment terms is 7 days, then a customer needs to make payment for an invoice within 7 days.
|
|
118
|
-
- To set them for a contact, refer to [What are transaction settings?](#h_8f7ef2e284)
|
|
114
|
+
- Yes, just switch on the toggles for both **This contact is a Customer**and **This contact is a Supplier.Q5. How do I modify (edit/delete) a contact?**
|
|
119
115
|
|
|
120
|
-
|
|
116
|
+
- Edit/Delete options can be found under the 3 dot menu for a contact.
|
|
117
|
+
- **Note**: If a contact is deleted, you will not be able to undo the action or retrieve the deleted contact.**Q6. How do I edit contacts in bulk?**
|
|
121
118
|
|
|
122
|
-
-
|
|
123
|
-
-
|
|
124
|
-
-
|
|
119
|
+
- To edit in bulk, choose **Import Contacts** and download the**Template**.
|
|
120
|
+
- Use the template to edit your current contacts.
|
|
121
|
+
- Note: do not edit or enter values in "Unique ID". This will cause import errors.
|
|
125
122
|
|
|
126
|
-
**
|
|
123
|
+
**Q7. How do I delete contacts in bulk?**
|
|
127
124
|
|
|
128
|
-
-
|
|
129
|
-
- For more information about how Jaz Magic works, see [Jaz Magic](https://help.jaz.ai/en/articles/9094452-jaz-magic-import-attachments)
|
|
125
|
+
- Tick the boxes of the contacts you wish to delete in bulk and click the delete button.
|
|
130
126
|
|
|
131
|
-
**
|
|
127
|
+
**Q8. How do I add in an email for a contact?**
|
|
132
128
|
|
|
133
|
-
-
|
|
134
|
-
-
|
|
135
|
-
- **Tip:**Invoice notes can be useful for keeping track of information relating to the contact, such as bank account or payment information!
|
|
129
|
+
- Under **Contact Emails**, you can define one or more emails to be associated with a contact.
|
|
130
|
+
- To add multiple emails, enter a label and email, click "Add New Line" or press CTRL+i, and repeat.
|
|
136
131
|
|
|
137
|
-
**
|
|
132
|
+
**Q9. Can I attach documents to a contact?**
|
|
138
133
|
|
|
139
|
-
- Yes,
|
|
134
|
+
- Yes, documents can be attached to contacts for easier management.
|
|
140
135
|
|
|
141
|
-
|
|
142
|
-
- It is not possible to change the display currency.
|
|
143
|
-
- If the contact is used to create transactions in foreign currency, the "You owe / they owe" amount will be calculated with today's exchange rate rather than the rates at which the original transactions were created.
|
|
136
|
+
**Q10. What are transaction settings for a contact?**
|
|
144
137
|
|
|
145
|
-
**
|
|
138
|
+
- **Transaction level settings** for a contact which will be fetched and used to autofill a transaction based on the contact selected.
|
|
139
|
+
- Some transaction settings include the default customer payment terms, and default GST profile.
|
|
146
140
|
|
|
147
|
-
|
|
141
|
+
**Q11. What are payment terms, and how do I set them for a contact?**
|
|
148
142
|
|
|
149
|
-
**
|
|
143
|
+
- **Payment terms**refer to the maximum duration that a customer has from the date of a transaction to make payment. This affects the due date of a transaction.
|
|
144
|
+
- If the payment terms is 7 days, then a customer needs to make payment for an invoice within 7 days.
|
|
145
|
+
- To set them for a contact, refer to [What are transaction settings](#h_ddb0977032)?
|
|
150
146
|
|
|
151
|
-
|
|
152
|
-
- You can also download all the sales activity information relating to the contact.
|
|
153
|
-
- Within the contact details for the contact, you will be able to download the Sales Activity for all transactions relating to the contact.
|
|
154
|
-
- You can select a **Start Date**to define a time rangewhen downloading the Sales Activity PDF.
|
|
147
|
+
**Q12. Can I assign a specific currency to a contact? Can I later change the currency?**
|
|
155
148
|
|
|
156
|
-
|
|
149
|
+
- Yes, you can assign a currency to a contact. See [What are the transaction settings?](#h_ddb0977032) for more information.
|
|
150
|
+
- You can change the contact's currency afterward by editing the contact.
|
|
157
151
|
|
|
158
|
-
|
|
159
|
-
- Another way you can do this is to download all the journal entries relating to the contact.
|
|
160
|
-
- Within the contact details for the contact, you will be able to download the journal entries relating to the contact.
|
|
161
|
-
- Activity and Journal Entries PDF/Excel for all transactions relating to the contact.
|
|
162
|
-
- You can select a **Start Date**to define a time rangewhen downloading the Journal Entries Excel.
|
|
152
|
+
**Q13. What is the "invoice notes" section for a contact?**
|
|
163
153
|
|
|
164
|
-
|
|
154
|
+
- This serves as a default for invoice notes when creating invoices with this contact.
|
|
155
|
+
- Any information filled in this box will be used when you create a new invoice with the contact.
|
|
156
|
+
- **Note:**Invoice notes can be useful for keeping track of information relating to the contact, such as bank account or payment information.
|
|
165
157
|
|
|
166
|
-
|
|
167
|
-
- However, you will not be able to select the contact in further transactions.
|
|
158
|
+
**Q14. Can I set custom templates per contact?**
|
|
168
159
|
|
|
169
|
-
|
|
160
|
+
- Yes, you can assign contact-specific default PDF and email templates. If none is set, the organization’s default template applies.
|
|
170
161
|
|
|
171
|
-
|
|
162
|
+
**Q15. Can I add custom fields for contacts?**
|
|
172
163
|
|
|
173
|
-
|
|
164
|
+
- Yes, you can apply custom fields to contacts. Use this to further add custom details to your contacts.
|
|
174
165
|
|
|
175
|
-
|
|
176
|
-
- The Jaz magic default setting controls what parts of invoice or bill attachments should be automatically extracted and filled, such as the invoice line items, or invoice summary total or to not autofill any data at all.
|
|
177
|
-
- For more information on Jaz Magic, see [Jaz Magic](https://help.jaz.ai/en/articles/9094452-jaz-magic-import-attachments)
|
|
166
|
+
**Q16. What is the Jaz Magic setting in a contact? What does it do?**
|
|
178
167
|
|
|
179
|
-
|
|
168
|
+
- Jaz Magic default setting controls how data from invoice, bill, credit and supplier credit note attachments is automatically extracted when creating transactions for that contact.
|
|
169
|
+
- **Autofill Line Items:** Extracts each line separately. Ideal for different accounts or tax profiles.
|
|
170
|
+
- **Autofill Summary Totals:** Extracts total amount only. Ideal for quick entry.
|
|
171
|
+
- **Autofill Off:** Enter details manually.**Q17. What happens if my contact does not have an email set? Can I still send them invoices via email?**
|
|
180
172
|
|
|
181
|
-
-
|
|
173
|
+
- You will not be able to trigger invoices or other transaction documents via email within Jaz. You will have to download them and send the documents outside of Jaz.
|
|
182
174
|
|
|
183
|
-
**
|
|
175
|
+
**Q18. How can I view the customer statement for a particular period for a contact?**
|
|
184
176
|
|
|
185
|
-
-
|
|
186
|
-
- To add in multiple emails, type in one email, press **Enter**, and key in the next.**Q18. Can I attach documents to a contact?**
|
|
177
|
+
- Go to **Contacts** >**Choose a Customer** > Click on the **download icon** > choose a**period** to download the customer statement
|
|
187
178
|
|
|
188
|
-
|
|
179
|
+
**Q19. How do I view all business transactions related to a contact?**
|
|
180
|
+
|
|
181
|
+
- In the **Home**screen, search for a contact
|
|
182
|
+
- You should see a list of transactions related to the contact.
|
|
189
183
|
|
|
190
|
-
**
|
|
184
|
+
**Q20. What currency is the You Owe/They Owe column amounts in? Can I change the display currency?**
|
|
191
185
|
|
|
192
|
-
-
|
|
193
|
-
-
|
|
194
|
-
- You
|
|
186
|
+
- The amounts in these columns will always be in **your organization's base currency**, not the contact's currency.
|
|
187
|
+
- It is not possible to change the display currency.
|
|
188
|
+
- If the contact is used to create transactions in foreign currency, the "You owe / they owe" amount will be calculated with today's exchange rate rather than the rates at which the original transactions were created.
|
|
195
189
|
|
|
196
|
-
**
|
|
190
|
+
**Q21. If I delete a contact, will it change anything in the transactions where I used that contact before?**
|
|
197
191
|
|
|
198
|
-
-
|
|
192
|
+
- No, it will not. The contact will still be recorded in previous transactions.
|
|
193
|
+
- However, you will not be able to select the contact in further transactions.
|
|
194
|
+
|
|
195
|
+
**Q22. If I delete a contact, will it impact my financial reports?**
|
|
196
|
+
|
|
197
|
+
- No, deleting a contact has no impact on your financial reports.
|
|
199
198
|
|
|
200
199
|
---
|
|
@@ -292,12 +292,17 @@ Source: https://help.jaz.ai/en/articles/11710415-choosing-plans-add-ons
|
|
|
292
292
|
- During checkout, you can choose which billing account to use
|
|
293
293
|
- You can set the billing frequency: Monthly, Quarterly, Yearly, Pay-as-you-go
|
|
294
294
|
|
|
295
|
-
**Q4.
|
|
295
|
+
**Q4. How do I add extra custom users?**
|
|
296
|
+
|
|
297
|
+
- Go to **Settings** >**Plans & Add-ons** > **Manage Plans**
|
|
298
|
+
- Tick the Extra Custom Users box and input the additional custom users you need.
|
|
299
|
+
|
|
300
|
+
**Q5. My account balance is insufficient, what to do?**
|
|
296
301
|
|
|
297
302
|
- You can recharge your account balance directly from the checkout experience.
|
|
298
303
|
- Select the payment method and then add funds
|
|
299
304
|
|
|
300
|
-
**
|
|
305
|
+
**Q6. My Plans & Add-ons indicate that I am currently on a free trial. Will my subscription renew automatically?**
|
|
301
306
|
|
|
302
307
|
- Your subscription will only renew automatically if you set up a billing account and transition to a recurring plan. You can manage this under Plans & Add-ons.
|
|
303
308
|
|