This repository has been archived on 2021-11-24. You can view files and clone it, but cannot push or open issues or pull requests.
2021-08-23 10:26:02 +02:00

21 lines
437 B
Plaintext

.qi_row
.qi_pannel.qi_plain.padding
%hr
- date = Date.today.beginning_of_month
-while date >= (Date.parse("2019-01-01"))
=link_to l(date, :format => '%B %Y'), admin_export_compta_path(:start => date.beginning_of_month.strftime('%d/%m/%Y'), :stop => date.end_of_month.strftime('%d/%m/%Y'), :id => 1), :class => "btn btn-default"
%br
-date = date - 1.month