From 49085f30e6629c40d67ebb37651ad19608c91cde Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Tue, 12 Feb 2013 10:28:48 +0000 Subject: [PATCH] Generated. --- ...nic__paper_invoices___using_vCard_in_a_QR_code.html | 10 +++++++++- blog/archive/2013/02/02.rss | 10 +++++++++- blog/archive/2013/02/index.html | 10 +++++++++- blog/index.html | 10 +++++++++- blog/index.rss | 10 +++++++++- blog/tags/english/english.rss | 10 +++++++++- blog/tags/english/index.html | 10 +++++++++- blog/tags/standard/index.html | 10 +++++++++- blog/tags/standard/standard.rss | 10 +++++++++- 9 files changed, 81 insertions(+), 9 deletions(-) diff --git a/blog/_Electronic__paper_invoices___using_vCard_in_a_QR_code.html b/blog/_Electronic__paper_invoices___using_vCard_in_a_QR_code.html index a61d9ee3ba..7db2737b3d 100644 --- a/blog/_Electronic__paper_invoices___using_vCard_in_a_QR_code.html +++ b/blog/_Electronic__paper_invoices___using_vCard_in_a_QR_code.html @@ -50,6 +50,8 @@ fields:

 X-INVOICE-NUMBER:1
 X-INVOICE-AMOUNT:NOK1000.00
+X-INVOICE-KID:123412341234
+X-INVOICE-MSG:Donation to Debian Edu
 X-BANK-ACCOUNT-NUMBER:16040884339
 X-BANK-IBAN-NUMBER:NO8516040884339
 X-BANK-SWIFT-NUMBER:DNBANOKKXXX
@@ -58,7 +60,9 @@ X-BANK-SWIFT-NUMBER:DNBANOKKXXX
 

The X-BANK-ACCOUNT-NUMBER field was proposed in a stackoverflow answer regarding how -to put bank account information into a vCard.

+to put bank account information into a vCard. For payments in +Norway, either X-INVOICE-KID (payment ID) or X-INVOICE-MSG could be +used to pass on information to the seller when paying the invoice.

The complete vCard could look like this: @@ -72,6 +76,7 @@ EMAIL;PREF;INTERNET:sdl-styret@rt.nuug.no REV:20130212T095000Z X-INVOICE-NUMBER:1 X-INVOICE-AMOUNT:NOK1000.00 +X-INVOICE-MSG:Donation to Debian Edu X-BANK-ACCOUNT-NUMBER:16040884339 X-BANK-IBAN-NUMBER:NO8516040884339 X-BANK-SWIFT-NUMBER:DNBANOKKXXX @@ -91,6 +96,9 @@ system.

vCard reader, so those parts would have to go directly into a system handling invoices. I am a bit unsure how vCards without name parts are handled, but a simple test indicate that this work just fine.

+ +

Update 2013-02-12 11:30: Added KID to the proposal +based on Feedback from Sturle Sunde.

diff --git a/blog/archive/2013/02/02.rss b/blog/archive/2013/02/02.rss index a68c963d32..0537b01829 100644 --- a/blog/archive/2013/02/02.rss +++ b/blog/archive/2013/02/02.rss @@ -39,6 +39,8 @@ fields:</p> <p><pre> X-INVOICE-NUMBER:1 X-INVOICE-AMOUNT:NOK1000.00 +X-INVOICE-KID:123412341234 +X-INVOICE-MSG:Donation to Debian Edu X-BANK-ACCOUNT-NUMBER:16040884339 X-BANK-IBAN-NUMBER:NO8516040884339 X-BANK-SWIFT-NUMBER:DNBANOKKXXX @@ -47,7 +49,9 @@ X-BANK-SWIFT-NUMBER:DNBANOKKXXX <p>The X-BANK-ACCOUNT-NUMBER field was proposed in a stackoverflow answer regarding <a href="http://stackoverflow.com/questions/10045664/storing-bank-account-in-vcard-file">how -to put bank account information into a vCard</a>.</p> +to put bank account information into a vCard</a>. For payments in +Norway, either X-INVOICE-KID (payment ID) or X-INVOICE-MSG could be +used to pass on information to the seller when paying the invoice.</p> The complete vCard could look like this: @@ -61,6 +65,7 @@ EMAIL;PREF;INTERNET:sdl-styret@rt.nuug.no REV:20130212T095000Z X-INVOICE-NUMBER:1 X-INVOICE-AMOUNT:NOK1000.00 +X-INVOICE-MSG:Donation to Debian Edu X-BANK-ACCOUNT-NUMBER:16040884339 X-BANK-IBAN-NUMBER:NO8516040884339 X-BANK-SWIFT-NUMBER:DNBANOKKXXX @@ -80,6 +85,9 @@ system.</p> vCard reader, so those parts would have to go directly into a system handling invoices. I am a bit unsure how vCards without name parts are handled, but a simple test indicate that this work just fine.</p> + +<p><strong>Update 2013-02-12 11:30</strong>: Added KID to the proposal +based on Feedback from Sturle Sunde.</p> diff --git a/blog/archive/2013/02/index.html b/blog/archive/2013/02/index.html index 0df47c52cb..ea4967cd04 100644 --- a/blog/archive/2013/02/index.html +++ b/blog/archive/2013/02/index.html @@ -57,6 +57,8 @@ fields:

 X-INVOICE-NUMBER:1
 X-INVOICE-AMOUNT:NOK1000.00
+X-INVOICE-KID:123412341234
+X-INVOICE-MSG:Donation to Debian Edu
 X-BANK-ACCOUNT-NUMBER:16040884339
 X-BANK-IBAN-NUMBER:NO8516040884339
 X-BANK-SWIFT-NUMBER:DNBANOKKXXX
@@ -65,7 +67,9 @@ X-BANK-SWIFT-NUMBER:DNBANOKKXXX
 

The X-BANK-ACCOUNT-NUMBER field was proposed in a stackoverflow answer regarding how -to put bank account information into a vCard.

+to put bank account information into a vCard. For payments in +Norway, either X-INVOICE-KID (payment ID) or X-INVOICE-MSG could be +used to pass on information to the seller when paying the invoice.

The complete vCard could look like this: @@ -79,6 +83,7 @@ EMAIL;PREF;INTERNET:sdl-styret@rt.nuug.no REV:20130212T095000Z X-INVOICE-NUMBER:1 X-INVOICE-AMOUNT:NOK1000.00 +X-INVOICE-MSG:Donation to Debian Edu X-BANK-ACCOUNT-NUMBER:16040884339 X-BANK-IBAN-NUMBER:NO8516040884339 X-BANK-SWIFT-NUMBER:DNBANOKKXXX @@ -99,6 +104,9 @@ vCard reader, so those parts would have to go directly into a system handling invoices. I am a bit unsure how vCards without name parts are handled, but a simple test indicate that this work just fine.

+

Update 2013-02-12 11:30: Added KID to the proposal +based on Feedback from Sturle Sunde.

+
diff --git a/blog/index.html b/blog/index.html index 944b2b1625..8a4d7b2cbe 100644 --- a/blog/index.html +++ b/blog/index.html @@ -50,6 +50,8 @@ fields:

 X-INVOICE-NUMBER:1
 X-INVOICE-AMOUNT:NOK1000.00
+X-INVOICE-KID:123412341234
+X-INVOICE-MSG:Donation to Debian Edu
 X-BANK-ACCOUNT-NUMBER:16040884339
 X-BANK-IBAN-NUMBER:NO8516040884339
 X-BANK-SWIFT-NUMBER:DNBANOKKXXX
@@ -58,7 +60,9 @@ X-BANK-SWIFT-NUMBER:DNBANOKKXXX
 

The X-BANK-ACCOUNT-NUMBER field was proposed in a stackoverflow answer regarding how -to put bank account information into a vCard.

+to put bank account information into a vCard. For payments in +Norway, either X-INVOICE-KID (payment ID) or X-INVOICE-MSG could be +used to pass on information to the seller when paying the invoice.

The complete vCard could look like this: @@ -72,6 +76,7 @@ EMAIL;PREF;INTERNET:sdl-styret@rt.nuug.no REV:20130212T095000Z X-INVOICE-NUMBER:1 X-INVOICE-AMOUNT:NOK1000.00 +X-INVOICE-MSG:Donation to Debian Edu X-BANK-ACCOUNT-NUMBER:16040884339 X-BANK-IBAN-NUMBER:NO8516040884339 X-BANK-SWIFT-NUMBER:DNBANOKKXXX @@ -91,6 +96,9 @@ system.

vCard reader, so those parts would have to go directly into a system handling invoices. I am a bit unsure how vCards without name parts are handled, but a simple test indicate that this work just fine.

+ +

Update 2013-02-12 11:30: Added KID to the proposal +based on Feedback from Sturle Sunde.

diff --git a/blog/index.rss b/blog/index.rss index ecede651ec..a461f2242c 100644 --- a/blog/index.rss +++ b/blog/index.rss @@ -39,6 +39,8 @@ fields:</p> <p><pre> X-INVOICE-NUMBER:1 X-INVOICE-AMOUNT:NOK1000.00 +X-INVOICE-KID:123412341234 +X-INVOICE-MSG:Donation to Debian Edu X-BANK-ACCOUNT-NUMBER:16040884339 X-BANK-IBAN-NUMBER:NO8516040884339 X-BANK-SWIFT-NUMBER:DNBANOKKXXX @@ -47,7 +49,9 @@ X-BANK-SWIFT-NUMBER:DNBANOKKXXX <p>The X-BANK-ACCOUNT-NUMBER field was proposed in a stackoverflow answer regarding <a href="http://stackoverflow.com/questions/10045664/storing-bank-account-in-vcard-file">how -to put bank account information into a vCard</a>.</p> +to put bank account information into a vCard</a>. For payments in +Norway, either X-INVOICE-KID (payment ID) or X-INVOICE-MSG could be +used to pass on information to the seller when paying the invoice.</p> The complete vCard could look like this: @@ -61,6 +65,7 @@ EMAIL;PREF;INTERNET:sdl-styret@rt.nuug.no REV:20130212T095000Z X-INVOICE-NUMBER:1 X-INVOICE-AMOUNT:NOK1000.00 +X-INVOICE-MSG:Donation to Debian Edu X-BANK-ACCOUNT-NUMBER:16040884339 X-BANK-IBAN-NUMBER:NO8516040884339 X-BANK-SWIFT-NUMBER:DNBANOKKXXX @@ -80,6 +85,9 @@ system.</p> vCard reader, so those parts would have to go directly into a system handling invoices. I am a bit unsure how vCards without name parts are handled, but a simple test indicate that this work just fine.</p> + +<p><strong>Update 2013-02-12 11:30</strong>: Added KID to the proposal +based on Feedback from Sturle Sunde.</p> diff --git a/blog/tags/english/english.rss b/blog/tags/english/english.rss index af60d7f499..debab5de4d 100644 --- a/blog/tags/english/english.rss +++ b/blog/tags/english/english.rss @@ -39,6 +39,8 @@ fields:</p> <p><pre> X-INVOICE-NUMBER:1 X-INVOICE-AMOUNT:NOK1000.00 +X-INVOICE-KID:123412341234 +X-INVOICE-MSG:Donation to Debian Edu X-BANK-ACCOUNT-NUMBER:16040884339 X-BANK-IBAN-NUMBER:NO8516040884339 X-BANK-SWIFT-NUMBER:DNBANOKKXXX @@ -47,7 +49,9 @@ X-BANK-SWIFT-NUMBER:DNBANOKKXXX <p>The X-BANK-ACCOUNT-NUMBER field was proposed in a stackoverflow answer regarding <a href="http://stackoverflow.com/questions/10045664/storing-bank-account-in-vcard-file">how -to put bank account information into a vCard</a>.</p> +to put bank account information into a vCard</a>. For payments in +Norway, either X-INVOICE-KID (payment ID) or X-INVOICE-MSG could be +used to pass on information to the seller when paying the invoice.</p> The complete vCard could look like this: @@ -61,6 +65,7 @@ EMAIL;PREF;INTERNET:sdl-styret@rt.nuug.no REV:20130212T095000Z X-INVOICE-NUMBER:1 X-INVOICE-AMOUNT:NOK1000.00 +X-INVOICE-MSG:Donation to Debian Edu X-BANK-ACCOUNT-NUMBER:16040884339 X-BANK-IBAN-NUMBER:NO8516040884339 X-BANK-SWIFT-NUMBER:DNBANOKKXXX @@ -80,6 +85,9 @@ system.</p> vCard reader, so those parts would have to go directly into a system handling invoices. I am a bit unsure how vCards without name parts are handled, but a simple test indicate that this work just fine.</p> + +<p><strong>Update 2013-02-12 11:30</strong>: Added KID to the proposal +based on Feedback from Sturle Sunde.</p> diff --git a/blog/tags/english/index.html b/blog/tags/english/index.html index 4e67b48cb5..4e10f45fdf 100644 --- a/blog/tags/english/index.html +++ b/blog/tags/english/index.html @@ -56,6 +56,8 @@ fields:

 X-INVOICE-NUMBER:1
 X-INVOICE-AMOUNT:NOK1000.00
+X-INVOICE-KID:123412341234
+X-INVOICE-MSG:Donation to Debian Edu
 X-BANK-ACCOUNT-NUMBER:16040884339
 X-BANK-IBAN-NUMBER:NO8516040884339
 X-BANK-SWIFT-NUMBER:DNBANOKKXXX
@@ -64,7 +66,9 @@ X-BANK-SWIFT-NUMBER:DNBANOKKXXX
 

The X-BANK-ACCOUNT-NUMBER field was proposed in a stackoverflow answer regarding how -to put bank account information into a vCard.

+to put bank account information into a vCard. For payments in +Norway, either X-INVOICE-KID (payment ID) or X-INVOICE-MSG could be +used to pass on information to the seller when paying the invoice.

The complete vCard could look like this: @@ -78,6 +82,7 @@ EMAIL;PREF;INTERNET:sdl-styret@rt.nuug.no REV:20130212T095000Z X-INVOICE-NUMBER:1 X-INVOICE-AMOUNT:NOK1000.00 +X-INVOICE-MSG:Donation to Debian Edu X-BANK-ACCOUNT-NUMBER:16040884339 X-BANK-IBAN-NUMBER:NO8516040884339 X-BANK-SWIFT-NUMBER:DNBANOKKXXX @@ -98,6 +103,9 @@ vCard reader, so those parts would have to go directly into a system handling invoices. I am a bit unsure how vCards without name parts are handled, but a simple test indicate that this work just fine.

+

Update 2013-02-12 11:30: Added KID to the proposal +based on Feedback from Sturle Sunde.

+
diff --git a/blog/tags/standard/index.html b/blog/tags/standard/index.html index f6e03cfe76..ca730eff38 100644 --- a/blog/tags/standard/index.html +++ b/blog/tags/standard/index.html @@ -56,6 +56,8 @@ fields:

 X-INVOICE-NUMBER:1
 X-INVOICE-AMOUNT:NOK1000.00
+X-INVOICE-KID:123412341234
+X-INVOICE-MSG:Donation to Debian Edu
 X-BANK-ACCOUNT-NUMBER:16040884339
 X-BANK-IBAN-NUMBER:NO8516040884339
 X-BANK-SWIFT-NUMBER:DNBANOKKXXX
@@ -64,7 +66,9 @@ X-BANK-SWIFT-NUMBER:DNBANOKKXXX
 

The X-BANK-ACCOUNT-NUMBER field was proposed in a stackoverflow answer regarding how -to put bank account information into a vCard.

+to put bank account information into a vCard. For payments in +Norway, either X-INVOICE-KID (payment ID) or X-INVOICE-MSG could be +used to pass on information to the seller when paying the invoice.

The complete vCard could look like this: @@ -78,6 +82,7 @@ EMAIL;PREF;INTERNET:sdl-styret@rt.nuug.no REV:20130212T095000Z X-INVOICE-NUMBER:1 X-INVOICE-AMOUNT:NOK1000.00 +X-INVOICE-MSG:Donation to Debian Edu X-BANK-ACCOUNT-NUMBER:16040884339 X-BANK-IBAN-NUMBER:NO8516040884339 X-BANK-SWIFT-NUMBER:DNBANOKKXXX @@ -98,6 +103,9 @@ vCard reader, so those parts would have to go directly into a system handling invoices. I am a bit unsure how vCards without name parts are handled, but a simple test indicate that this work just fine.

+

Update 2013-02-12 11:30: Added KID to the proposal +based on Feedback from Sturle Sunde.

+
diff --git a/blog/tags/standard/standard.rss b/blog/tags/standard/standard.rss index 798e880031..590f183c37 100644 --- a/blog/tags/standard/standard.rss +++ b/blog/tags/standard/standard.rss @@ -39,6 +39,8 @@ fields:</p> <p><pre> X-INVOICE-NUMBER:1 X-INVOICE-AMOUNT:NOK1000.00 +X-INVOICE-KID:123412341234 +X-INVOICE-MSG:Donation to Debian Edu X-BANK-ACCOUNT-NUMBER:16040884339 X-BANK-IBAN-NUMBER:NO8516040884339 X-BANK-SWIFT-NUMBER:DNBANOKKXXX @@ -47,7 +49,9 @@ X-BANK-SWIFT-NUMBER:DNBANOKKXXX <p>The X-BANK-ACCOUNT-NUMBER field was proposed in a stackoverflow answer regarding <a href="http://stackoverflow.com/questions/10045664/storing-bank-account-in-vcard-file">how -to put bank account information into a vCard</a>.</p> +to put bank account information into a vCard</a>. For payments in +Norway, either X-INVOICE-KID (payment ID) or X-INVOICE-MSG could be +used to pass on information to the seller when paying the invoice.</p> The complete vCard could look like this: @@ -61,6 +65,7 @@ EMAIL;PREF;INTERNET:sdl-styret@rt.nuug.no REV:20130212T095000Z X-INVOICE-NUMBER:1 X-INVOICE-AMOUNT:NOK1000.00 +X-INVOICE-MSG:Donation to Debian Edu X-BANK-ACCOUNT-NUMBER:16040884339 X-BANK-IBAN-NUMBER:NO8516040884339 X-BANK-SWIFT-NUMBER:DNBANOKKXXX @@ -80,6 +85,9 @@ system.</p> vCard reader, so those parts would have to go directly into a system handling invoices. I am a bit unsure how vCards without name parts are handled, but a simple test indicate that this work just fine.</p> + +<p><strong>Update 2013-02-12 11:30</strong>: Added KID to the proposal +based on Feedback from Sturle Sunde.</p> -- 2.47.2