perioada luna anterioara finalizata
This commit is contained in:
@@ -26,6 +26,9 @@ def get_dsn():
|
||||
OUTPUT_DIR = Path(os.getenv('OUTPUT_DIR', './output'))
|
||||
COMPANY_NAME = os.getenv('COMPANY_NAME', 'Data Intelligence Report')
|
||||
|
||||
# Reporting period - end month (YYYY-MM format, default: previous complete month)
|
||||
REPORT_END_MONTH = os.getenv('REPORT_END_MONTH', None)
|
||||
|
||||
# Ensure output directory exists
|
||||
OUTPUT_DIR.mkdir(parents=True, exist_ok=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user