removing crap

This commit is contained in:
Priec
2026-07-26 19:09:51 +02:00
parent 5f910fb071
commit 5ee8f0b02f
8 changed files with 6 additions and 23 deletions

View File

@@ -70,9 +70,8 @@ enum AccountingPeriodType {
ACCOUNTING_PERIOD_TYPE_UNSPECIFIED = 0;
// One calendar month.
ACCOUNTING_PERIOD_TYPE_MONTH = 1;
// Twelve consecutive months, aligned to the profile's fiscal year. Starting
// in January gives the calendar year; any other start month gives a business
// year (hospodársky rok).
// Twelve consecutive months. Starting in January gives the calendar year;
// any other start month gives a business year (hospodársky rok).
ACCOUNTING_PERIOD_TYPE_YEAR = 2;
// Neither a whole month nor a whole year, because the entity was formed or
// terminated part-way through one. The only type carrying an explicit end.