nav-gov-hu / SAF-T_HU

Public repository of the SAF-T_HU project
Other
18 stars 20 forks source link

[Q&A] Are statistical fields on a per-file or per submission basis #9

Open przerull opened 4 years ago

przerull commented 4 years ago

The General Ledger Headers file has a field for the total number of General Ledger Headers

https://github.com/nav-gov-hu/SAF-T_HU/blob/1a72d1ee91365babef2406af5c84c3d8c7561702/src/schemas/nav/gov/hu/SAF-T_HU/SAFTHU_General_Ledger_Entries_Headers.xsd#L100

Suppose I have 2.500.000 General Ledger Header Entries and I split them into three different files

In file 1 of 3, we will have 1.000.000 General Ledger Header Entries.

Should this field contain the value 1.000.000 or 2.500.000?

NTCA-tax commented 4 years ago

The file should contain maximum 1.000.000 records. According to the example, if there are 2.5 million records in GL, it should be divided into three files.