Compare commits
No commits in common. "36e0f8b0f76679e813a736a446b8196855440837" and "ea062e10aec607cd2045ecc31e776310002ed027" have entirely different histories.
36e0f8b0f7
...
ea062e10ae
@ -278,11 +278,6 @@ class SubscriptionMatrixService:
|
|||||||
|
|
||||||
logger.info(f" 💰 Amount: {amount} kr, Period: {period_from_str} to {period_to_str}")
|
logger.info(f" 💰 Amount: {amount} kr, Period: {period_from_str} to {period_to_str}")
|
||||||
|
|
||||||
# Skip lines with no amount (text/description lines only)
|
|
||||||
if abs(amount) < 0.01:
|
|
||||||
logger.info(f" ⏭️ SKIPPED: Line with no amount (text field)")
|
|
||||||
continue
|
|
||||||
|
|
||||||
# Determine month key (use first month if multi-month)
|
# Determine month key (use first month if multi-month)
|
||||||
year_month = period_from.strftime('%Y-%m')
|
year_month = period_from.strftime('%Y-%m')
|
||||||
logger.info(f" 📅 Month: {year_month}")
|
logger.info(f" 📅 Month: {year_month}")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user