3
0
mirror of https://git.coop/cotech/fund.git synced 2025-10-04 12:04:32 +00:00

Generate an invoice for media co-op

This commit is contained in:
Chris Lowis
2022-05-20 15:48:59 +01:00
parent 00f0258d0f
commit 798c769ddf
3 changed files with 108 additions and 2 deletions

View File

@ -2,7 +2,7 @@ require 'csv'
require 'erb'
FIRST_INVOICE_NUMBER = 50
INVOICE_DATE = '03 May 2022'
INVOICE_DATE = '20 May 2022'
output_dir = File.join(File.dirname(__FILE__), "..", "invoices", "sent", "2022")