@@ -216,109 +216,120 @@ You can view all past submission and cancellation log of an invoice.
216
216
217
217
![ sales-invoice-log] ( ../../../static/img/myinvois/einvoice/sales-invoice-log.png )
218
218
219
- ## Purchase Documents Import
219
+ ## Import
220
220
221
- SQL Account offers two methods for importing purchase documents from the E-Invoice system:
221
+ SQL Account offers two methods for importing sales or purchase documents from the E-Invoice system:
222
222
223
- - [ Single Import] ( #single-import ) : Enables you to import individual documents.
224
223
- [ Batch Import] ( #batch-import ) : Allows you to import multiple documents at once.
224
+ - [ Linking] ( #linking ) : Allows you to link the existing document with received E-Invoice document.
225
225
226
226
To ensure proper import, it's important to understand how the document types in SQL Account are mapped to those received from the E-Invoice system. The table below shows how the document types in the SQL Account are mapped to those received from the E-Invoice system:
227
227
228
228
| SQL Account Document Type | E-Invoice Document Type |
229
229
| ------------------------- | ----------------------- |
230
+ | Sales Invoice | Self-Billed Invoice |
231
+ | Cash Sales | Self-Billed Invoice |
232
+ | Credit Note | Self-Billed Credit Note |
233
+ | Debit Note | Self-Billed Debit Note |
234
+ | Receipt Voucher | Self-Billed Invoice |
230
235
| Purchase Invoice | Invoice |
231
236
| Cash Purchase | Invoice |
232
237
| Purchase Returned | Credit Note |
233
238
| Purchase Debit Note | Debit Note |
239
+ | Payment Voucher | Invoice |
234
240
235
- ### Single Import
241
+ ### Batch Import
236
242
237
- You can view all received documents and single import into SQL Account.
243
+ You can view all received documents and batch import into SQL Account.
238
244
239
- 1 . Go to document detail screen and click on ** MyInvois** > ** Single import E-Invoice**
245
+ 1 . Click on ** MyInvois** > ** Batch import E-Invoice**
240
246
241
- ![ purchase-invoice-single -import-button] ( ../../../static/img/myinvois/einvoice/purchase-invoice-single -import-button.png )
247
+ ![ purchase-invoice-batch -import-button] ( ../../../static/img/myinvois/einvoice/purchase-invoice-batch -import-button.png )
242
248
243
- ![ purchase-invoice-single -import-form] ( ../../../static/img/myinvois/einvoice/purchase-invoice-single -import-form.png )
249
+ ![ purchase-invoice-batch -import-form] ( ../../../static/img/myinvois/einvoice/purchase-invoice-batch -import-form.png )
244
250
245
251
2 . Choose the desired date range and press the ** Apply** button to filter the documents
246
252
247
- ![ purchase-invoice-single-import-form-daterange] ( ../../../static/img/myinvois/einvoice/purchase-invoice-single-import-form-daterange.png )
253
+ ![ purchase-invoice-batch-import-form-daterange] ( ../../../static/img/myinvois/einvoice/purchase-invoice-batch-import-form-daterange.png )
254
+
255
+ 3 . There are two tables inside the form:
248
256
249
- 3 . The table will display the list of E-Invoice documents your company has received
257
+ - The upper table will display the list of E-Invoice documents your company has received
258
+ - The lower table will show the item details for the document you have selected
250
259
251
- ![ purchase-invoice-single -import-form-apply] ( ../../../static/img/myinvois/einvoice/purchase-invoice-single -import-form-apply.png )
260
+ ![ purchase-invoice-batch -import-form-apply] ( ../../../static/img/myinvois/einvoice/purchase-invoice-batch -import-form-apply.png )
252
261
253
- 4 . SQL Account will auto-map the supplier code if the supplier's TIN matches the TIN in Maintain Supplier
262
+ 4 . Each document will display a status in the ** Status ** column. Below is the description and import action of each status:
254
263
255
- ::: info [ NOTE]
256
- We suggest adding the TIN for existing suppliers or creating a new supplier record
257
- :::
264
+ | Status | Description | Action |
265
+ | -------------- | --------------------------------------------------- | ------------------------------- |
266
+ | (Blank) | Not yet imported | Create new document |
267
+ | Doc Exists | Document already exists in the system | Update E-Invoice related fields |
268
+ | Different UUID | Document exists but with a different E-Invoice UUID | Create new document |
269
+ | Done | Successfully imported | - |
258
270
259
271
::: info [ NOTE]
260
- A supplier code is required. An error message will appear if you attempt to import a document without a supplier code
272
+ Double-clicking a row will drill down into the existing document, while double-clicking the **E-Invoice Status** column will open the validation link
261
273
:::
262
274
263
- 
275
+ 5 . SQL Account will auto-map the Customer/Supplier Code using the following conditions:
264
276
265
- 
277
+ - Same ** TIN** (prioritized)
278
+ - Same ** ID Number** or similar ** Company Name**
266
279
267
- 5 . Once you have selected the desired documents, click on the ** Import** button to proceed with the single import
268
-
269
- ![ purchase-invoice-single-import] ( ../../../static/img/myinvois/einvoice/purchase-invoice-single-import.png )
280
+ ![ purchase-invoice-batch-import-form-select-supplier] ( ../../../static/img/myinvois/einvoice/purchase-invoice-batch-import-form-select-supplier.png )
270
281
271
- ![ purchase-invoice-single-import-details ] ( ../../../static/img/myinvois/einvoice/purchase-invoice-single-import-details.png )
282
+ 6 . A tax code is required for an item if the tax amount is greater than 0
272
283
273
- 6 . After reviewing the document details, click ** Save ** to complete the process
284
+ ![ purchase-invoice-batch-import-form-select-tax ] ( ../../../static/img/myinvois/einvoice/purchase-invoice-batch-import-form-select-tax.png )
274
285
275
- ![ purchase-invoice-single- import-success ] ( ../../../static/img/myinvois/einvoice/purchase-invoice-single-import-success.png )
286
+ 7 . You may click on the ** Import ** button to proceed with the import
276
287
277
- ### Batch Import
288
+ ![ purchase-invoice-batch-import ] ( ../../../static/img/myinvois/einvoice/purchase-invoice-batch-import.png )
278
289
279
- You can view all received documents and batch import into SQL Account.
290
+ 8 . A message dialog will indicate success or display an error, if any
280
291
281
- 1 . Click on ** MyInvois ** > ** Batch import E-Invoice **
292
+ ![ purchase-invoice-batch- import-success ] ( ../../../static/img/myinvois/einvoice/purchase-invoice-batch-import-success.png )
282
293
283
- ![ purchase-invoice-batch-import-button ] ( ../../../static/img/myinvois/einvoice/purchase-invoice-batch-import-button .png )
294
+ ![ purchase-invoice-batch-import-error ] ( ../../../static/img/myinvois/einvoice/purchase-invoice-batch-import-error .png )
284
295
285
- ![ purchase-invoice-batch-import-form ] ( ../../../static/img/myinvois/einvoice/purchase-invoice-batch-import-form.png )
296
+ ### Linking
286
297
287
- 2 . Choose the desired date range and press the ** Apply ** button to filter the documents
298
+ You can view and link the received E-Invoice documents associated with the TIN of the selected document to update its E-Invoice related fields.
288
299
289
- ![ purchase-invoice-batch-import-form-daterange ] ( ../../../static/img/myinvois/einvoice/purchase-invoice-batch-import-form-daterange.png )
300
+ 1 . Click on ** 🔍 ** of MyInvois UUID field in more panel
290
301
291
- 3 . There are two tables inside the form:
302
+ ![ purchase-invoice-linking ] ( ../../../static/img/myinvois/einvoice/purchase-invoice-linking.png )
292
303
293
- - The upper table will display the list of E-Invoice documents your company has received
294
- - The lower table will show the item details for the document you have selected
304
+ 2 . The form will display only documents related to the same TIN as the selected record
295
305
296
- ![ purchase-invoice-batch-import- form-apply ] ( ../../../static/img/myinvois/einvoice/purchase-invoice-batch-import- form-apply .png )
306
+ ![ purchase-invoice-linking- form] ( ../../../static/img/myinvois/einvoice/purchase-invoice-linking- form.png )
297
307
298
- 4 . You can select multiple documents using the checkboxes provided
299
- 5 . SQL Account will auto-map the supplier code if the supplier's TIN matches the TIN in Maintain Supplier
308
+ 3 . Select the appropriate document and click on the ** Update** button to link it
300
309
301
- ::: info [ NOTE]
302
- We suggest adding the TIN for existing suppliers or creating a new supplier record
303
- :::
310
+ ### Create / Update Customer or Supplier
304
311
305
- 
312
+ To create or update a customer or supplier from the import form, follow these steps:
306
313
307
- 6 . A tax code is required for an item if the tax amount is greater than 0
314
+ 1 . Click on the ** Company Name ** column
308
315
309
316
::: info [ NOTE]
310
- The document will displayed in **red font** if the tax code is missing when it is required
317
+ If the Customer/Supplier Code has value, SQL Account will update the existing record. If it is empty, a new customer/supplier will be created.
311
318
:::
312
319
313
- 
320
+ 
314
321
315
- 
322
+ 2 . A comparison view will appear showing fields from the existing record in Maintain Customer/Supplier and the E-Invoice document
316
323
317
- 7 . Once you have selected the desired documents, click on the ** Import** button to proceed with the batch import
324
+ ::: info [ NOTE]
325
+ - The selected value will appear in **bold**
326
+ - The unselected value will be shown with a ~~strikethrough~~
327
+ - If both values (from E-Invoice and existing record) are identical, the cell will be merged
328
+ :::
318
329
319
- ![ purchase-invoice-batch-import] ( ../../../static/img/myinvois/einvoice/purchase-invoice-batch-import.png )
330
+ 
320
331
321
- ![ purchase-invoice-batch-import-success ] ( ../../../static/img/myinvois/einvoice/purchase-invoice-batch-import-success.png )
332
+ 3 . Click the ** Create ** or ** Update ** button to apply the changes to the customer or supplier record
322
333
323
334
## Rejection (Imported Documents)
324
335
0 commit comments