Create a DB script that will insert a Filing Period into the filing db so that Filings, Submissions, etc can be inserts and used.
Update README with directions.
Filing Period will have the following info:
code | description | start_period | end_period | due | filing_type
------+--------------------+---------------------+---------------------+---------------------+-------------
2024 | Filing Period 2024 | 2024-01-01 00:00:00 | 2025-01-01 00:00:00 | 2025-04-01 00:00:00 | ANNUAL
Create a DB script that will insert a Filing Period into the filing db so that Filings, Submissions, etc can be inserts and used. Update README with directions.
Filing Period will have the following info: code | description | start_period | end_period | due | filing_type ------+--------------------+---------------------+---------------------+---------------------+------------- 2024 | Filing Period 2024 | 2024-01-01 00:00:00 | 2025-01-01 00:00:00 | 2025-04-01 00:00:00 | ANNUAL