mirror of
https://git.coop/cotech/fund.git
synced 2024-12-18 01:33:05 +00:00
Generate an invoice for media co-op
This commit is contained in:
parent
00f0258d0f
commit
798c769ddf
105
invoices/sent/2022/media_co-op.html
Normal file
105
invoices/sent/2022/media_co-op.html
Normal file
File diff suppressed because one or more lines are too long
@ -15,4 +15,5 @@ sion@principlesix.coop,Principle Six LLP,198 Old Ford Road//London//E2 9PT,2
|
||||
hello@thesmallaxe.com,Small Axe,7-15 Greatorex St//London//United Kingdom//E1 5NF,5
|
||||
josef@uniteddiversity.coop,United Diversity,4 Melville Square//East Street//Bridport//DT6 3LS,2
|
||||
hello@weareopen.coop,We Are Open,3 South Terrace//Morpeth//Northumberland//NE61 1DZ,4
|
||||
support@webarch.net,Webarch Co-operative Limited,68a John Street//Sheffield S2 4QU//United Kingdom,3
|
||||
support@webarch.net,Webarch Co-operative Limited,68a John Street//Sheffield S2 4QU//United Kingdom,3
|
||||
ian@mediaco-op.net,media co-op,406 White Studios//62 Templeton St//Glasgow//G40 1DA,8
|
|
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user