2801-опция для перетаскивания строк в черновике.

пофиксил синк накладных
свайп убрал
внешний номер теперь ок
This commit is contained in:
2026-01-28 03:58:43 +03:00
parent 326aabd91d
commit a536b3ff3c
10 changed files with 374 additions and 287 deletions

View File

@@ -211,7 +211,7 @@ func (s *Service) syncInvoices(c rms.ClientI, serverID uuid.UUID, force bool) er
return err
}
if lastDate != nil {
from = *lastDate
from = lastDate.AddDate(0, 0, -7)
} else {
from = time.Now().AddDate(0, 0, -45)
}