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.
Files changed (254) hide show
  1. package/README.md +65 -223
  2. package/assets/skills/api/SKILL.md +6 -2
  3. package/assets/skills/api/help-center-mirror/bank-reconciliations.md +20 -10
  4. package/assets/skills/api/help-center-mirror/bills.md +46 -38
  5. package/assets/skills/api/help-center-mirror/contacts.md +61 -62
  6. package/assets/skills/api/help-center-mirror/get-started.md +7 -2
  7. package/assets/skills/api/help-center-mirror/help-center-embeddings.json +1 -1
  8. package/assets/skills/api/help-center-mirror/help-center-index.json +1 -1
  9. package/assets/skills/api/help-center-mirror/import-data.md +22 -17
  10. package/assets/skills/api/help-center-mirror/index.md +2 -3
  11. package/assets/skills/api/help-center-mirror/security-privacy.md +1 -1
  12. package/assets/skills/api/help-center-mirror/settings.md +102 -31
  13. package/assets/skills/api/references/endpoints.md +87 -0
  14. package/assets/skills/api/references/full-api-surface.md +3 -1
  15. package/assets/skills/cli/SKILL.md +1 -1
  16. package/assets/skills/conversion/SKILL.md +1 -1
  17. package/assets/skills/jobs/SKILL.md +1 -1
  18. package/assets/skills/transaction-recipes/SKILL.md +1 -1
  19. package/cli.mjs +1642 -0
  20. package/help-center-mirror/ai-agents.md +142 -0
  21. package/help-center-mirror/approvals.md +68 -0
  22. package/help-center-mirror/bank-reconciliations.md +662 -0
  23. package/help-center-mirror/bills.md +1122 -0
  24. package/help-center-mirror/cashflow.md +105 -0
  25. package/help-center-mirror/collaboration.md +58 -0
  26. package/help-center-mirror/contacts.md +199 -0
  27. package/help-center-mirror/customer-credits.md +745 -0
  28. package/help-center-mirror/deposits.md +75 -0
  29. package/help-center-mirror/get-started.md +478 -0
  30. package/help-center-mirror/help-center-embeddings.json +1 -0
  31. package/help-center-mirror/help-center-index.json +1 -0
  32. package/help-center-mirror/import-data.md +256 -0
  33. package/help-center-mirror/index.md +22 -0
  34. package/help-center-mirror/invoices.md +1389 -0
  35. package/help-center-mirror/journal-entries.md +350 -0
  36. package/help-center-mirror/products.md +201 -0
  37. package/help-center-mirror/reports.md +852 -0
  38. package/help-center-mirror/security-privacy.md +42 -0
  39. package/help-center-mirror/settings.md +1778 -0
  40. package/help-center-mirror/supplier-credits.md +703 -0
  41. package/package.json +6 -35
  42. package/dist/commands/accounts.js +0 -128
  43. package/dist/commands/api-action.js +0 -73
  44. package/dist/commands/attachments.js +0 -152
  45. package/dist/commands/auth.js +0 -407
  46. package/dist/commands/bank-rules.js +0 -178
  47. package/dist/commands/bank.js +0 -239
  48. package/dist/commands/bills.js +0 -643
  49. package/dist/commands/bookmarks.js +0 -121
  50. package/dist/commands/calc.js +0 -317
  51. package/dist/commands/capsules.js +0 -212
  52. package/dist/commands/cash-entry.js +0 -246
  53. package/dist/commands/cash-transfer.js +0 -171
  54. package/dist/commands/cashflow.js +0 -49
  55. package/dist/commands/contact-groups.js +0 -109
  56. package/dist/commands/contacts.js +0 -227
  57. package/dist/commands/currencies.js +0 -46
  58. package/dist/commands/currency-rates.js +0 -140
  59. package/dist/commands/custom-fields.js +0 -187
  60. package/dist/commands/customer-credit-notes.js +0 -516
  61. package/dist/commands/draft-helpers.js +0 -136
  62. package/dist/commands/exports.js +0 -58
  63. package/dist/commands/fixed-assets.js +0 -330
  64. package/dist/commands/format-helpers.js +0 -49
  65. package/dist/commands/help-examples.js +0 -127
  66. package/dist/commands/init.js +0 -95
  67. package/dist/commands/inventory.js +0 -82
  68. package/dist/commands/invoices.js +0 -620
  69. package/dist/commands/items.js +0 -223
  70. package/dist/commands/jobs.js +0 -943
  71. package/dist/commands/journals.js +0 -437
  72. package/dist/commands/kb.js +0 -68
  73. package/dist/commands/magic.js +0 -490
  74. package/dist/commands/mcp.js +0 -223
  75. package/dist/commands/nano-classifiers.js +0 -173
  76. package/dist/commands/org-users.js +0 -164
  77. package/dist/commands/org.js +0 -32
  78. package/dist/commands/output.js +0 -121
  79. package/dist/commands/pagination.js +0 -82
  80. package/dist/commands/parsers.js +0 -173
  81. package/dist/commands/payments.js +0 -143
  82. package/dist/commands/picker.js +0 -223
  83. package/dist/commands/quick-fix.js +0 -123
  84. package/dist/commands/recipe.js +0 -429
  85. package/dist/commands/reports.js +0 -202
  86. package/dist/commands/resolve.js +0 -278
  87. package/dist/commands/schedulers.js +0 -449
  88. package/dist/commands/schema.js +0 -231
  89. package/dist/commands/search.js +0 -34
  90. package/dist/commands/subscriptions.js +0 -212
  91. package/dist/commands/supplier-credit-notes.js +0 -500
  92. package/dist/commands/table-formatter.js +0 -5
  93. package/dist/commands/tags.js +0 -142
  94. package/dist/commands/tax-profiles.js +0 -187
  95. package/dist/commands/ui/banner.js +0 -21
  96. package/dist/commands/ui/error.js +0 -96
  97. package/dist/commands/ui/index.js +0 -8
  98. package/dist/commands/ui/picker.js +0 -180
  99. package/dist/commands/ui/progress.js +0 -32
  100. package/dist/commands/ui/record.js +0 -72
  101. package/dist/commands/ui/table.js +0 -109
  102. package/dist/commands/ui/theme.js +0 -55
  103. package/dist/commands/update.js +0 -28
  104. package/dist/commands/versions.js +0 -33
  105. package/dist/core/api/attachments.js +0 -36
  106. package/dist/core/api/bank-rules.js +0 -31
  107. package/dist/core/api/bank.js +0 -37
  108. package/dist/core/api/bills.js +0 -61
  109. package/dist/core/api/bookmarks.js +0 -12
  110. package/dist/core/api/capsules.js +0 -46
  111. package/dist/core/api/cash-entries.js +0 -31
  112. package/dist/core/api/cash-transfers.js +0 -12
  113. package/dist/core/api/cashflow.js +0 -6
  114. package/dist/core/api/chart-of-accounts.js +0 -21
  115. package/dist/core/api/circuit-breaker.js +0 -64
  116. package/dist/core/api/client.js +0 -223
  117. package/dist/core/api/contact-groups.js +0 -18
  118. package/dist/core/api/contacts.js +0 -18
  119. package/dist/core/api/currencies.js +0 -23
  120. package/dist/core/api/custom-fields.js +0 -18
  121. package/dist/core/api/customer-cn.js +0 -40
  122. package/dist/core/api/data-exports.js +0 -7
  123. package/dist/core/api/fixed-assets.js +0 -37
  124. package/dist/core/api/guards.js +0 -82
  125. package/dist/core/api/index.js +0 -39
  126. package/dist/core/api/inventory.js +0 -12
  127. package/dist/core/api/invoices.js +0 -72
  128. package/dist/core/api/items.js +0 -56
  129. package/dist/core/api/journals.js +0 -34
  130. package/dist/core/api/magic.js +0 -74
  131. package/dist/core/api/message-pdf.js +0 -7
  132. package/dist/core/api/nano-classifiers.js +0 -37
  133. package/dist/core/api/org-users.js +0 -15
  134. package/dist/core/api/organization.js +0 -6
  135. package/dist/core/api/pagination.js +0 -74
  136. package/dist/core/api/payments.js +0 -27
  137. package/dist/core/api/quick-fix.js +0 -25
  138. package/dist/core/api/reports.js +0 -51
  139. package/dist/core/api/schedulers.js +0 -54
  140. package/dist/core/api/search.js +0 -6
  141. package/dist/core/api/subscriptions.js +0 -48
  142. package/dist/core/api/supplier-cn.js +0 -37
  143. package/dist/core/api/tags.js +0 -18
  144. package/dist/core/api/tax-profiles.js +0 -23
  145. package/dist/core/api/transfer-trial-balance.js +0 -3
  146. package/dist/core/api/types.js +0 -2
  147. package/dist/core/auth/credentials.js +0 -155
  148. package/dist/core/auth/index.js +0 -2
  149. package/dist/core/auth/resolve.js +0 -99
  150. package/dist/core/auth/types.js +0 -1
  151. package/dist/core/calc/accrued-expense.js +0 -74
  152. package/dist/core/calc/amortization.js +0 -122
  153. package/dist/core/calc/asset-disposal.js +0 -155
  154. package/dist/core/calc/blueprint.js +0 -46
  155. package/dist/core/calc/depreciation.js +0 -200
  156. package/dist/core/calc/dividend.js +0 -100
  157. package/dist/core/calc/ecl.js +0 -101
  158. package/dist/core/calc/fixed-deposit.js +0 -178
  159. package/dist/core/calc/format.js +0 -604
  160. package/dist/core/calc/fx-reval.js +0 -93
  161. package/dist/core/calc/lease.js +0 -150
  162. package/dist/core/calc/leave-accrual.js +0 -73
  163. package/dist/core/calc/loan.js +0 -107
  164. package/dist/core/calc/provision.js +0 -128
  165. package/dist/core/calc/types.js +0 -31
  166. package/dist/core/calc/validate.js +0 -134
  167. package/dist/core/drafts/index.js +0 -14
  168. package/dist/core/drafts/merge.js +0 -86
  169. package/dist/core/drafts/sanitize.js +0 -90
  170. package/dist/core/drafts/validate.js +0 -157
  171. package/dist/core/intelligence/account-resolver.js +0 -48
  172. package/dist/core/intelligence/actions-summary.js +0 -152
  173. package/dist/core/intelligence/amount-parser.js +0 -101
  174. package/dist/core/intelligence/bank-resolver.js +0 -65
  175. package/dist/core/intelligence/contact-resolver.js +0 -28
  176. package/dist/core/intelligence/date-normalizer.js +0 -146
  177. package/dist/core/intelligence/fuzzy.js +0 -102
  178. package/dist/core/intelligence/index.js +0 -19
  179. package/dist/core/intelligence/no-reply.js +0 -58
  180. package/dist/core/intelligence/recipe-resolver.js +0 -106
  181. package/dist/core/jobs/audit-prep/blueprint.js +0 -211
  182. package/dist/core/jobs/bank-recon/blueprint.js +0 -163
  183. package/dist/core/jobs/bank-recon/tools/match/match-utils.js +0 -218
  184. package/dist/core/jobs/bank-recon/tools/match/match.js +0 -631
  185. package/dist/core/jobs/credit-control/blueprint.js +0 -126
  186. package/dist/core/jobs/document-collection/blueprint.js +0 -152
  187. package/dist/core/jobs/document-collection/tools/ingest/classify.js +0 -206
  188. package/dist/core/jobs/document-collection/tools/ingest/cloud/dropbox.js +0 -156
  189. package/dist/core/jobs/document-collection/tools/ingest/cloud/gdrive.js +0 -99
  190. package/dist/core/jobs/document-collection/tools/ingest/cloud/index.js +0 -68
  191. package/dist/core/jobs/document-collection/tools/ingest/cloud/onedrive.js +0 -165
  192. package/dist/core/jobs/document-collection/tools/ingest/cloud/providers.js +0 -71
  193. package/dist/core/jobs/document-collection/tools/ingest/cloud/types.js +0 -4
  194. package/dist/core/jobs/document-collection/tools/ingest/cloud/utils.js +0 -96
  195. package/dist/core/jobs/document-collection/tools/ingest/cloud/zip.js +0 -107
  196. package/dist/core/jobs/document-collection/tools/ingest/decrypt.js +0 -130
  197. package/dist/core/jobs/document-collection/tools/ingest/format.js +0 -110
  198. package/dist/core/jobs/document-collection/tools/ingest/ingest.js +0 -101
  199. package/dist/core/jobs/document-collection/tools/ingest/scanner.js +0 -215
  200. package/dist/core/jobs/document-collection/tools/ingest/upload.js +0 -108
  201. package/dist/core/jobs/fa-review/blueprint.js +0 -121
  202. package/dist/core/jobs/format.js +0 -102
  203. package/dist/core/jobs/gst-vat/blueprint.js +0 -187
  204. package/dist/core/jobs/month-end/blueprint.js +0 -232
  205. package/dist/core/jobs/payment-run/blueprint.js +0 -201
  206. package/dist/core/jobs/payment-run/tools/bank-file/format.js +0 -64
  207. package/dist/core/jobs/payment-run/tools/bank-file/formats/dbs-giro.js +0 -177
  208. package/dist/core/jobs/payment-run/tools/bank-file/formats/index.js +0 -3
  209. package/dist/core/jobs/payment-run/tools/bank-file/formats/ocbc-giro.js +0 -171
  210. package/dist/core/jobs/payment-run/tools/bank-file/formats/uob-giro.js +0 -240
  211. package/dist/core/jobs/payment-run/tools/bank-file/generate.js +0 -24
  212. package/dist/core/jobs/payment-run/tools/bank-file/index.js +0 -3
  213. package/dist/core/jobs/payment-run/tools/bank-file/types.js +0 -25
  214. package/dist/core/jobs/payment-run/tools/bank-file/validate.js +0 -217
  215. package/dist/core/jobs/payment-run/tools/outstanding/format.js +0 -61
  216. package/dist/core/jobs/payment-run/tools/outstanding/group.js +0 -90
  217. package/dist/core/jobs/payment-run/tools/outstanding/index.js +0 -2
  218. package/dist/core/jobs/payment-run/tools/outstanding/types.js +0 -5
  219. package/dist/core/jobs/quarter-end/blueprint.js +0 -135
  220. package/dist/core/jobs/statutory-filing/blueprint.js +0 -135
  221. package/dist/core/jobs/statutory-filing/tools/sg-tax/capital-allowances.js +0 -160
  222. package/dist/core/jobs/statutory-filing/tools/sg-tax/constants.js +0 -63
  223. package/dist/core/jobs/statutory-filing/tools/sg-tax/exemptions.js +0 -76
  224. package/dist/core/jobs/statutory-filing/tools/sg-tax/form-cs.js +0 -349
  225. package/dist/core/jobs/statutory-filing/tools/sg-tax/format-sg.js +0 -134
  226. package/dist/core/jobs/statutory-filing/tools/sg-tax/format.js +0 -18
  227. package/dist/core/jobs/statutory-filing/tools/sg-tax/types.js +0 -9
  228. package/dist/core/jobs/statutory-filing/tools/sg-tax/validate.js +0 -124
  229. package/dist/core/jobs/supplier-recon/blueprint.js +0 -132
  230. package/dist/core/jobs/types.js +0 -38
  231. package/dist/core/jobs/validate.js +0 -115
  232. package/dist/core/jobs/year-end/blueprint.js +0 -153
  233. package/dist/core/kb/embeddings.js +0 -218
  234. package/dist/core/kb/index.js +0 -2
  235. package/dist/core/kb/search.js +0 -235
  236. package/dist/core/kb/types.js +0 -2
  237. package/dist/core/recipe/dispatch.js +0 -155
  238. package/dist/core/recipe/engine.js +0 -304
  239. package/dist/core/recipe/index.js +0 -3
  240. package/dist/core/recipe/plan.js +0 -60
  241. package/dist/core/recipe/types.js +0 -16
  242. package/dist/core/registry/errors.js +0 -31
  243. package/dist/core/registry/index.js +0 -3
  244. package/dist/core/registry/lookup.js +0 -35
  245. package/dist/core/registry/namespaces.js +0 -161
  246. package/dist/core/registry/pagination.js +0 -150
  247. package/dist/core/registry/tools.js +0 -4482
  248. package/dist/core/registry/types.js +0 -1
  249. package/dist/core/registry/validate.js +0 -82
  250. package/dist/index.js +0 -322
  251. package/dist/types/index.js +0 -8
  252. package/dist/utils/github.js +0 -81
  253. package/dist/utils/logger.js +0 -31
  254. 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. How do I modify (edit/delete) a contact?**
101
+ **Q1. What is a contact?**
102
102
 
103
- - Edit/Delete options can be found under the 3 dot menu for a contact.
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
- - In the **Home**screen, search for a contact
107
- - You should see a list of transactions related to the contact.
105
+ **Q2. How do I add a contact?**
108
106
 
109
- **Q3. Can I assign a specific currency to a contact? Can I later change the currency?**
107
+ - Head over to **Contacts** > +**Add New ContactQ3. Can I add contacts in bulk?**
110
108
 
111
- - Yes, you can assign a currency to a contact. See [What are the transaction settings?](#h_8f7ef2e284)for more information.
112
- - You can change the contact's currency afterward by editing the contact.
109
+ - Yes, you can import contacts in bulk.
110
+ - You can import up to a maximum of 5,000
113
111
 
114
- **Q4. What are payment terms, and how do I set them for a contact?**
112
+ **Q4. Can I create a contact that is both a customer & supplier?**
115
113
 
116
- - **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.
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
- **Q5. What are transaction settings for a contact?**
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
- - **Transaction level settings** for a contact which will be fetched and used to auto-fill a transaction based on the contact selected.
123
- - Some transaction settings include the default customer payment terms, and default GST profile.
124
- - For a full overview of the transaction settings available, refer to the options inside the Jaz App.
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
- **Q6. I see an option for Jaz Magic under the transaction settings. What is this for?**
123
+ **Q7. How do I delete contacts in bulk?**
127
124
 
128
- - You canindicate if Jaz Magic should be used for attachments in transactions associated with this contact.
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
- **Q7. What is the "invoice notes" section for a contact?**
127
+ **Q8. How do I add in an email for a contact?**
132
128
 
133
- - This serves as a default for invoice notes when creating invoices with this contact.
134
- - Any information filled in this box will be used when you create a new invoice with the contact.
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
- **Q8. Can I create a contact that is both a customer & supplier?**
132
+ **Q9. Can I attach documents to a contact?**
138
133
 
139
- - Yes, just switch on the toggles for both **This contact is a Customer**and **This contact is a Supplier.Q9. What currency is the You Owe/They Owe column amounts in? Can I change the display currency?**
134
+ - Yes, documents can be attached to contacts for easier management.
140
135
 
141
- - The amounts in these columns will always be in **your organization's base currency**, not the contact's currency.
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
- **Q10. What happens if my contact does not have an email set? Can I still send them invoices via email?**
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
- - 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.
141
+ **Q11. What are payment terms, and how do I set them for a contact?**
148
142
 
149
- **Q11. How can I view the sales activity for a particular period for a contact?**
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
- - You can search for a contact in the invoices tab and filter further to get the sales activity for a particular period.
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
- **Q12. How can I view all journal entries where a contact is used?**
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
- - You can search for the contact in the journal tab.
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
- **Q13. If I delete a contact, will it change anything in the transactions where I used that contact before?**
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
- - No, it will not. The contact will still be recorded in previous transactions.
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
- **Q14. If I delete a contact, will it impact my financial reports?**
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
- - No, deleting a contact has no impact on your financial reports.
162
+ **Q15. Can I add custom fields for contacts?**
172
163
 
173
- **Q15. What does Jaz magic default setting control?**
164
+ - Yes, you can apply custom fields to contacts. Use this to further add custom details to your contacts.
174
165
 
175
- - Jaz Magic will try to extract and autofill data from an invoice or bill attachment for you.
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
- **Q16. Can I create contacts in bulk?**
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
- - To create contacts in bulk, make use of the Import Contacts function. For more information, refer to [Import Contacts.](https://help.jaz.ai/en/articles/9115782-import-contacts)
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
- **Q17. How do I add in an email for a contact?**
175
+ **Q18. How can I view the customer statement for a particular period for a contact?**
184
176
 
185
- - Under **Contact Emails**, you can define one or more emails to be associated with a contact.
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
- - Yes, documents can be attached to contacts for easier management.
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
- **Q19. Can I assign WHT Code defaults for contacts?**
184
+ **Q20. What currency is the You Owe/They Owe column amounts in? Can I change the display currency?**
191
185
 
192
- - Yes, you can assign default WHT code to a supplier contact.
193
- - When a contact is applied to a Bill Transaction, the WHT code is automatically applied to line items based on the contact’s default.
194
- - You can also assign default WHT code during importing
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
- **Q20. Can I set custom templates per contact?**
190
+ **Q21. If I delete a contact, will it change anything in the transactions where I used that contact before?**
197
191
 
198
- - Yes, you can assign contact-specific default PDF and email templates. If none is set, the organization’s default template applies.
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. My account balance is insufficient, what to do?**
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
- **Q5. My Plans & Add-ons indicate that I am currently on a free trial. Will my subscription renew automatically?**
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