Skip to content

5. Data management

RafaelPriegoM edited this page Feb 10, 2023 · 3 revisions

About export and import options

  • Export and import invoices

Whenever the situation requires, you may either export all your invoices from the Journal or import a previously exported list.

You can use the exported invoices file to stay compliant with the fiscalization requirements in situations when there is no internet connectivity or your E-SDC is malfunctioning.

  • Export and import catalog

TaxCore mobile POS app enables integration with other systems.

For example:

  • Products/services and prices are defined in the company HQ

  • List is exported in .json format and sent to a branch office

  • The branch office imports the new catalog

  • New products, services, and prices are available in the branch office through the TaxCore mobile POS

This means that your company's products/services and prices can be defined in advance at the company's headquarters.

Export and import invoices

Export invoices

To export all created invoices stored in your journal, tap on Export in the Journal section.

Export Invoices-01b578f8-ac06-40b9-a899-694843167059

A dialog box will open, asking you to provide the name of the exported file. Enter a name and tap Export.

Export Invoices 2-00d5cc5a-1a41-412c-a0ee-20463a9fd451

Next, you are prompted to choose the destination for saving the exported file. It can be any location, whether on your device or an external source.

Export Invoices 3-462c1b45-abf3-40d7-b585-a7b3d4c0ec2a

After saving, you will be able to find the file in the selected external storage.

Export Invoices 4-688e6aad-063b-4cdd-b178-7691ce6dc4dd

NOTE:
If you are planning to delete TaxCore POS from your device, and you want to keep your journals for further use, make sure you export your invoices before deleting the app. Otherwise, your journal items will be lost.


This is what the contents of the exported DemoJournal.json look like:

image-9a910075-bb98-42a5-93b8-e69c6fe6e228

Import invoices

To import the previously exported invoices, select the Import option in the Journal section.

Import Invoices-8153d0c4-d96e-451a-bf70-fe77b16cc0d1

Next, you will be asked to choose the external storage from which you want to import the list.

The Journal file ready for import should have a .json extension (for example: DemoJournal.json).

Import Invoices 2-09df80d3-e478-4456-abd2-1772710ac2e2

If the import is successful, you will see the message Journal imported.

Export and import catalog

Export catalog

To export the whole catalog of items from your device tap on Export in the Catalog section.

Export Catalog-7750d23c-831b-4856-8ff8-9aa901f045aa

A dialog box will open, asking you to provide the name for the exported file and select the export format (CSV or JSON).

Export Catalog 2-b4536e38-fe2d-4104-946e-2549dfeafa59

Fill in the form and tap Export.

Export Catalog 3-cfa0c142-7a0b-4de2-9eac-fa5ed1fc5e3d

Next, you will be prompted to choose the destination for saving the exported file, and it can be any location, whether on your device or an external source.

Export Catalog 4-c972915a-72f5-4f85-86b5-235266c0e3b7

After saving, you will be able to find the file in the selected destination.

NOTE:
If you are planning to delete TaxCore mobile POS from your device, and you want to keep your catalog items for further use, make sure you export your catalog before deleting the app. Otherwise, your catalog items will be lost.


Examples

A catalog exported in CSV format and opened in Excel:

Export Catalog 5-012abdbf-411f-4a05-b6f6-205175367083

A catalog exported in JSON format

[
{
   "barcode": "45632187",
   "count": 1.0,
   "countForShow": 1.0,
   "discount": 0.0,
   "isAdded": false,
   "isSelected": false,
   "name": "Chocolate",
   "price": 5.0,
   "priceShow": 5.0,
   "tax": [
     {
       "code": "E",
       "isChecked": false
     },
     {
       "code": "F",
       "isChecked": false
     }
   ],
   "type": "Catalog"
},
{
   "barcode": "87456321",
   "count": 1.0,
   "countForShow": 1.0,
   "discount": 0.0,
   "isAdded": false,
   "isSelected": false,
   "name": "Beer",
   "price": 8.54,
   "priceShow": 8.54,
   "tax": [
     {
       "code": "A",
       "isChecked": false
     }
   ],
   "type": "Catalog"
},
{
   "barcode": "321654987",
   "count": 1.0,
   "countForShow": 1.0,
   "discount": 0.0,
   "isAdded": false,
   "isSelected": false,
   "name": "Coffee Espresso",
   "price": 2.85,
   "priceShow": 2.85,
   "tax": [
     {
       "code": "E",
       "isChecked": false
     }
   ],
   "type": "Catalog"
},
{
   "barcode": "321654987",
   "count": 1.0,
   "countForShow": 1.0,
   "discount": 0.0,
   "isAdded": false,
   "isSelected": false,
   "name": "Plastic Bag",
   "price": 0.1,
   "priceShow": 0.1,
   "tax": [
     {
       "code": "P",
       "isChecked": false
     }
   ],
   "type": "Catalog"
},
{
   "barcode": "043859587131",
   "count": 1.0,
   "countForShow": 1.0,
   "discount": 0.0,
   "isAdded": false,
   "isSelected": false,
   "name": "Cloth",
   "price": 12.56,
   "priceShow": 12.56,
   "tax": [
     {
       "code": "A",
       "isChecked": false
     }
   ],
   "type": "Catalog"
}	
]

Import catalog

To import a new catalog list of products/services, select the Import option in the Catalog section.

NOTE:
A catalog with up to 10 000 items can be imported without affecting the app's performance.


Import Catalog-17c82eed-5f57-48d7-ad1d-76d7e4b857dc

If you already have catalog items in your app, a warning box will pop up informing you that if you proceed with the import, the current catalog items will be overwritten permanently, and asking you if you wish to proceed anyway. Tap Import to proceed.

Import Catalog 2-be280674-6055-4bff-9a7b-e1e84487128b

Next, you will be asked to choose the external storage from which you want to import the new catalog.

Catalog file ready for import must have .json or .csv extension.

Import Catalog 3-dcf33ce2-05d4-42f0-9fcb-56f32c7bafa5

If the import was successful, you will see the message Catalog Imported.