Nicolas Bally 3524d4c862 intial
2020-03-18 15:49:29 +01: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