removing crap
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -96,13 +96,6 @@ message PostTableDefinitionRequest {
|
||||
// to base_currency: tables may hold money in any currency, and amounts convert
|
||||
// to this one when they reach the ledger.
|
||||
string accounting_currency = 8;
|
||||
|
||||
// Month the profile's fiscal year begins, 1-12. Like accounting_currency,
|
||||
// this describes the entity rather than the table, so it is required only
|
||||
// when the request creates the profile and ignored afterwards. January means
|
||||
// the calendar year; any other month means a business year (hospodársky
|
||||
// rok), which may be used only after notifying the tax office.
|
||||
uint32 fiscal_year_start_month = 9;
|
||||
}
|
||||
|
||||
// Defines the input for explicitly creating a table backed by one invoice
|
||||
|
||||
Reference in New Issue
Block a user