generated from Logius-standaarden/ReSpec-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsnapshot.html
979 lines (924 loc) · 37.3 KB
/
snapshot.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
<!DOCTYPE html><html lang="nl"><head>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta content="text/html; charset=utf-8" http-equiv="content-type">
<meta name="generator" content="ReSpec 34.1.1">
<style>
dfn{cursor:pointer}
.dfn-panel{position:absolute;z-index:35;min-width:300px;max-width:500px;padding:.5em .75em;margin-top:.6em;font-family:"Helvetica Neue",sans-serif;font-size:small;background:#fff;color:#000;box-shadow:0 1em 3em -.4em rgba(0,0,0,.3),0 0 1px 1px rgba(0,0,0,.05);border-radius:2px}
.dfn-panel:not(.docked)>.caret{position:absolute;top:-9px}
.dfn-panel:not(.docked)>.caret::after,.dfn-panel:not(.docked)>.caret::before{content:"";position:absolute;border:10px solid transparent;border-top:0;border-bottom:10px solid #fff;top:0}
.dfn-panel:not(.docked)>.caret::before{border-bottom:9px solid #a2a9b1}
.dfn-panel *{margin:0}
.dfn-panel b{display:block;color:#000;margin-top:.25em}
.dfn-panel ul a[href]{color:#333}
.dfn-panel>div{display:flex}
.dfn-panel a.self-link{font-weight:700;margin-right:auto}
.dfn-panel .marker{padding:.1em;margin-left:.5em;border-radius:.2em;text-align:center;white-space:nowrap;font-size:90%;color:#040b1c}
.dfn-panel .marker.dfn-exported{background:#d1edfd;box-shadow:0 0 0 .125em #1ca5f940}
.dfn-panel .marker.idl-block{background:#8ccbf2;box-shadow:0 0 0 .125em #0670b161}
.dfn-panel a:not(:hover){text-decoration:none!important;border-bottom:none!important}
.dfn-panel a[href]:hover{border-bottom-width:1px}
.dfn-panel ul{padding:0}
.dfn-panel li{margin-left:1em}
.dfn-panel.docked{position:fixed;left:.5em;top:unset;bottom:2em;margin:0 auto;max-width:calc(100vw - .75em * 2 - .5em - .2em * 2);max-height:30vh;overflow:auto}
</style>
<script>document.title = respecConfig.title</script>
<title>Handreiking basisfactuur Rijk</title>
<title>Default</title>
<link rel="shortcut icon" type="image/x-icon" href="https://gitdocumentatie.logius.nl/publicatie/respec/style/logos/logius.ico">
<style id="respec-mainstyle">
@keyframes pop{
0%{transform:scale(1,1)}
25%{transform:scale(1.25,1.25);opacity:.75}
100%{transform:scale(1,1)}
}
:is(h1,h2,h3,h4,h5,h6,a) abbr{border:none}
dfn{font-weight:700}
a.internalDFN{color:inherit;border-bottom:1px solid #99c;text-decoration:none}
a.externalDFN{color:inherit;border-bottom:1px dotted #ccc;text-decoration:none}
a.bibref{text-decoration:none}
.respec-offending-element:target{animation:pop .25s ease-in-out 0s 1}
.respec-offending-element,a[href].respec-offending-element{text-decoration:red wavy underline}
@supports not (text-decoration:red wavy underline){
.respec-offending-element:not(pre){display:inline-block}
.respec-offending-element{background:url(data:image/gif;base64,R0lGODdhBAADAPEAANv///8AAP///wAAACwAAAAABAADAEACBZQjmIAFADs=) bottom repeat-x}
}
#references :target{background:#eaf3ff;animation:pop .4s ease-in-out 0s 1}
cite .bibref{font-style:normal}
a[href].orcid{padding-left:4px;padding-right:4px}
a[href].orcid>svg{margin-bottom:-2px}
.toc a,.tof a{text-decoration:none}
a .figno,a .secno{color:#000}
ol.tof,ul.tof{list-style:none outside none}
.caption{margin-top:.5em;font-style:italic}
table.simple{border-spacing:0;border-collapse:collapse;border-bottom:3px solid #005a9c}
.simple th{background:#005a9c;color:#fff;padding:3px 5px;text-align:left}
.simple th a{color:#fff;padding:3px 5px;text-align:left}
.simple th[scope=row]{background:inherit;color:inherit;border-top:1px solid #ddd}
.simple td{padding:3px 10px;border-top:1px solid #ddd}
.simple tr:nth-child(even){background:#f0f6ff}
.section dd>p:first-child{margin-top:0}
.section dd>p:last-child{margin-bottom:0}
.section dd{margin-bottom:1em}
.section dl.attrs dd,.section dl.eldef dd{margin-bottom:0}
#issue-summary>ul{column-count:2}
#issue-summary li{list-style:none;display:inline-block}
details.respec-tests-details{margin-left:1em;display:inline-block;vertical-align:top}
details.respec-tests-details>*{padding-right:2em}
details.respec-tests-details[open]{z-index:999999;position:absolute;border:thin solid #cad3e2;border-radius:.3em;background-color:#fff;padding-bottom:.5em}
details.respec-tests-details[open]>summary{border-bottom:thin solid #cad3e2;padding-left:1em;margin-bottom:1em;line-height:2em}
details.respec-tests-details>ul{width:100%;margin-top:-.3em}
details.respec-tests-details>li{padding-left:1em}
.self-link:hover{opacity:1;text-decoration:none;background-color:transparent}
aside.example .marker>a.self-link{color:inherit}
.header-wrapper{display:flex;align-items:baseline;position:relative;left:-.5em}
:is(h2,h3,h4,h5,h6):not(#toch2)+a.self-link{color:inherit;order:-1;position:relative;left:-.7em;font-size:1rem;opacity:.5}
:is(h2,h3,h4,h5,h6)+a.self-link::before{content:"§";text-decoration:none;color:var(--heading-text)}
:is(h2,h3)+a.self-link{top:-.2em}
:is(h4,h5,h6)+a.self-link::before{color:#000}
@media (max-width:767px){
dd{margin-left:0}
}
@media print{
.removeOnSave{display:none}
}
</style>
<meta name="description" content="Deze handreiking is geschreven om leveranciers van de Rijksoverheid een richtlijn te geven over de minimale factuurgegevens die door de Rijksoverheid geëist worden in een elektronische factuur (e-factuur). Door deze richtlijn te volgen worden ingestuurde facturen gemakkelijker verwerkt in de administratie en hierdoor sneller uitbetaald.">
<style>
.sidelabel{position:fixed;-webkit-transform-origin:top right;right:100%;top:0;-webkit-transform:rotate(-90deg);padding:4px 50px 4px 10px;color:#fff;white-space:nowrap;z-index:1}
</style>
<script type="text/javascript">
/* Any custom mermaid.js scripts will go here. */
</script>
<style>
/* Any custom mermaid.js scripts will go here. */
}
</style>
<script id="initialUserConfig" type="application/json">{
"nl_organisationName": "Logius",
"nl_organisationStylesURL": "https://gitdocumentatie.logius.nl/publicatie/respec/style/",
"nl_organisationPublishURL": "https://gitdocumentatie.logius.nl/publicatie/",
"logos": [
{
"src": "https://gitdocumentatie.logius.nl/publicatie/respec/style/logos/figure-logius.svg",
"alt": "Logius",
"id": "Logius",
"height": 77,
"width": 44,
"url": "https://www.logius.nl/standaarden"
}
],
"postProcess": [
null
],
"edDraftURI": [
"github"
],
"latestVersion": [
"nl_organisationPublishURL",
"pubDomain",
"/"
],
"thisVersion": [
"nl_organisationPublishURL",
"pubDomain",
"/",
"specStatus",
"-",
"specType",
"-",
"shortName",
"-",
"publishDate"
],
"prevVersion": [
"nl_organisationPublishURL",
"pubDomain",
"/",
"previousMaturity",
"-",
"specType",
"-",
"shortName",
"-",
"publishDate"
],
"useLogo": true,
"useLabel": true,
"license": "cc0",
"addSectionLinks": true,
"localizationStrings": {
"en": {
"wv": "Draft",
"cv": "Recommendation",
"vv": "Proposed recommendation",
"def": "Definitive version",
"basis": "Document",
"eo": "Outdated version",
"tg": "Rescinded version",
"no": "Norm",
"st": "Standard",
"im": "Information model",
"pr": "Guideline",
"hr": "Guide",
"wa": "Proposed recommendation",
"al": "General",
"bd": "Governance documentation",
"bp": "Best practice"
},
"nl": {
"wv": "Werkversie",
"cv": "Consultatieversie",
"vv": "Versie ter vaststelling",
"def": "Vastgestelde versie",
"basis": "Document",
"eo": "Verouderde versie",
"tg": "Teruggetrokken versie",
"no": "Norm",
"st": "Standaard",
"im": "Informatiemodel",
"pr": "Praktijkrichtlijn",
"hr": "Handreiking",
"wa": "Werkafspraak",
"al": "Algemeen",
"bd": "Beheerdocumentatie",
"bp": "Best practice"
}
},
"specTypeText": {
"en": {
"no": "Norm",
"st": "Standard",
"im": "Information model",
"pr": "Guideline",
"hr": "Guide",
"wa": "Proposed recommendation",
"al": "General",
"bd": "Governance documentation",
"bp": "Best practice"
},
"nl": {
"no": "Norm",
"st": "Standaard",
"im": "Informatiemodel",
"pr": "Praktijkrichtlijn",
"hr": "Handreiking",
"wa": "Werkafspraak",
"al": "Algemeen",
"bd": "Beheerdocumentatie",
"bp": "Best practice"
}
},
"specStatusText": {
"en": {
"wv": "Draft",
"cv": "Recommendation",
"vv": "Proposed recommendation",
"def": "Definitive version",
"basis": "Document",
"eo": "Outdated version",
"tg": "Rescinded version"
},
"nl": {
"wv": "Werkversie",
"cv": "Consultatieversie",
"vv": "Versie ter vaststelling",
"def": "Vastgestelde versie",
"basis": "Document",
"eo": "Verouderde versie",
"tg": "Teruggetrokken versie"
}
},
"sotdText": {
"nl": {
"sotd": "Status van dit document",
"def": "Dit is de definitieve versie van dit document. Wijzigingen naar aanleiding van consultaties zijn doorgevoerd.",
"wv": "Dit is een werkversie die op elk moment kan worden gewijzigd, verwijderd of vervangen door andere documenten. Het is geen door de EG eFacturatie goedgekeurde consultatieversie.",
"cv": "Dit is een door de EG eFacturatie goedgekeurde consultatieversie. Commentaar over dit document kan gestuurd worden naar ",
"vv": "Dit is een definitief concept van de nieuwe versie van dit document. Wijzigingen naar aanleiding van consultaties zijn doorgevoerd.",
"basis": "Dit is een document zonder officiële status."
},
"en": {
"sotd": "Status of This Document",
"def": "This is the definitive version of this document. Edits resulting from consultations have been applied.",
"wv": "This is a draft that could be altered, removed or replaced by other documents. It is not a recommendation approved by the TC eFacturatie.",
"cv": "This is a proposed recommendation approved by the TC eFacturatie. Comments regarding this document may be sent to ",
"vv": "This is the definitive concept of this document. Edits resulting from consultations have been applied.",
"basis": "This document has no official standing."
}
},
"labelColor": {
"def": "#154273",
"wv": "#32a852"
},
"licenses": {
"cc0": {
"name": "Creative Commons 0 Public Domain Dedication",
"short": "CC0",
"url": "https://creativecommons.org/publicdomain/zero/1.0/",
"image": "https://gitdocumentatie.logius.nl/publicatie/respec/style/logos/CC-Licentie.svg"
},
"cc-by": {
"name": "Creative Commons Attribution 4.0 International Public License",
"short": "CC-BY",
"url": "https://creativecommons.org/licenses/by/4.0/legalcode",
"image": "https://gitdocumentatie.logius.nl/publicatie/respec/style/logos/cc-by.svg"
},
"cc-by-nd": {
"name": "Creative Commons Naamsvermelding-GeenAfgeleideWerken 4.0 Internationaal",
"short": "CC-BY-ND",
"url": "https://creativecommons.org/licenses/by-nd/4.0/legalcode.nl",
"image": "https://gitdocumentatie.logius.nl/publicatie/respec/style/logos/cc-by-nd.svg"
}
},
"localBiblio": {
"SemVer": {
"href": "https://semver.org",
"title": "Semantic Versioning 2.0.0",
"authors": [
"T. Preston-Werner"
],
"date": "June 2013"
}
},
"specStatus": "WV",
"specType": "HR",
"pubDomain": "ep",
"shortName": "basisfactuur-rijk",
"publishDate": "2023-06-18",
"publishVersion": "v1.0.6",
"title": "Handreiking basisfactuur Rijk",
"previousPublishVersion": "december 2022",
"previousPublishDate": "2022-12-13",
"previousMaturity": "def",
"content": {
"handreiking-basisfactuur-rijk": "",
"overzicht-elementen-basisfactuur-rijk": ""
},
"editors": [
{
"name": "MB",
"company": "Logius",
"companyURL": "https://www.logius.nl"
},
{
"name": "MvB",
"company": "Logius",
"companyURL": "https://www.logius.nl"
}
],
"authors": [
{
"name": "Logius Standaarden - team e-procurement",
"company": "Logius",
"companyURL": "https://logius.nl/diensten/e-procurement"
}
],
"github": "https://github.com/Logius-standaarden/ep-basisfactuur-rijk",
"nl_addReleaseTagTitle": false,
"nl_markdownEmbedImageInFigure": true,
"alternateFormats": [
{
"label": "pdf",
"uri": "handreiking-basisfactuur-rijk-v1.0.6.pdf"
}
]
}</script>
<link rel="stylesheet" href="https://gitdocumentatie.logius.nl/publicatie/respec/style/base.css"></head>
<body class="h-entry informative toc-inline"><div class="head">
<a class="logo" href="https://www.logius.nl/standaarden"><img alt="Logius" height="77" id="Logius" src="https://gitdocumentatie.logius.nl/publicatie/respec/style/logos/figure-logius.svg" width="44">
</a> <h1 id="title" class="title">Handreiking basisfactuur Rijk</h1>
<h2>
Logius Handreiking<br>
Werkversie
<time class="dt-published" datetime="2023-06-18">18 juni 2023</time>
</h2>
<dl>
<dt>Deze versie:</dt><dd class="status">
<a class="u-url status" href="https://github.com/logius-standaarden/ep-basisfactuur-rijk/">https://github.com/logius-standaarden/ep-basisfactuur-rijk/</a>
</dd>
<dt>Laatst gepubliceerde versie:</dt><dd>
<a href="https://gitdocumentatie.logius.nl/publicatie/ep/">https://gitdocumentatie.logius.nl/publicatie/ep/</a>
</dd>
<dt>Laatste werkversie:</dt><dd><a href="https://github.com/logius-standaarden/ep-basisfactuur-rijk/">https://github.com/logius-standaarden/ep-basisfactuur-rijk/</a></dd>
<dt>Vorige versie</dt><dd><a href="https://gitdocumentatie.logius.nl/publicatie/ep/def-hr-basisfactuur-rijk-20230618">https://gitdocumentatie.logius.nl/publicatie/ep/def-hr-basisfactuur-rijk-20230618</a></dd>
<dt>Redacteurs:</dt>
<dd class="editor p-author h-card vcard">
<span class="p-name fn">MB</span> (<a class="p-org org h-org" href="https://www.logius.nl">Logius</a>)
</dd><dd class="editor p-author h-card vcard">
<span class="p-name fn">MvB</span> (<a class="p-org org h-org" href="https://www.logius.nl">Logius</a>)
</dd>
<dt>Auteur:</dt><dd class="editor p-author h-card vcard">
<span class="p-name fn">Logius Standaarden - team e-procurement</span> (<a class="p-org org h-org" href="https://logius.nl/diensten/e-procurement">Logius</a>)
</dd>
<dt>Doe mee:</dt><dd>
<a href="https://github.com/Logius-standaarden/ep-basisfactuur-rijk/">GitHub Logius-standaarden/ep-basisfactuur-rijk</a>
</dd><dd>
<a href="https://github.com/Logius-standaarden/ep-basisfactuur-rijk/issues/">Dien een melding in</a>
</dd><dd>
<a href="https://github.com/Logius-standaarden/ep-basisfactuur-rijk/commits/">Revisiehistorie</a>
</dd><dd>
<a href="https://github.com/Logius-standaarden/ep-basisfactuur-rijk/pulls/">Pull requests</a>
</dd>
</dl>
<p>
Dit document is ook beschikbaar in dit niet-normatieve formaat:
<a rel="alternate" href="handreiking-basisfactuur-rijk-v1.0.6.pdf">pdf</a>
</p>
<p class="copyright">
Dit document valt onder de volgende licentie:
<a rel="license" href="https://creativecommons.org/publicdomain/zero/1.0/" class="subfoot"><img style="float: left; padding-right: 5px;" src="https://gitdocumentatie.logius.nl/publicatie/respec/style/logos/CC-Licentie.svg" alt="Logo Creative Commons 0 Public Domain Dedication"><br> Creative Commons 0 Public Domain Dedication</a>
</p>
<hr title="Separator for header">
</div>
<section id="abstract" class="introductory"><h2>Samenvatting</h2><p>Deze handreiking is geschreven om leveranciers van de Rijksoverheid een richtlijn te geven over de minimale factuurgegevens die door de Rijksoverheid geëist worden in een elektronische factuur (e-factuur). Door deze richtlijn te volgen worden ingestuurde facturen gemakkelijker verwerkt in de administratie en hierdoor sneller uitbetaald.</p>
</section>
<section id="sotd" class="introductory"><h2>Status van dit document</h2><p>Dit is een werkversie die op elk moment kan worden gewijzigd, verwijderd of vervangen door andere documenten. Het is geen door de EG eFacturatie goedgekeurde consultatieversie.</p></section><nav id="toc"><h2 class="introductory" id="inhoudsopgave">Inhoudsopgave</h2><ol class="toc"><li class="tocline"><a class="tocxref" href="#abstract">Samenvatting</a></li><li class="tocline"><a class="tocxref" href="#sotd">Status van dit document</a></li><li class="tocline"><a class="tocxref" href="#handreiking-basisfactuur-rijk"><bdi class="secno">1. </bdi>Handreiking basisfactuur Rijk</a><ol class="toc"><li class="tocline"><a class="tocxref" href="#wat-is-de-handreiking-basisfactuur-rijk"><bdi class="secno">1.1 </bdi>Wat is de handreiking basisfactuur Rijk?</a></li><li class="tocline"><a class="tocxref" href="#opmaken-basisfactuur-rijk"><bdi class="secno">1.2 </bdi>Opmaken basisfactuur Rijk</a></li><li class="tocline"><a class="tocxref" href="#hulp-bij-e-factuur-sturen-naar-de-rijksoverheid"><bdi class="secno">1.3 </bdi>Hulp bij e-factuur sturen naar de Rijksoverheid</a></li><li class="tocline"><a class="tocxref" href="#technische-implementatie-basisfactuur-rijk"><bdi class="secno">1.4 </bdi>Technische implementatie basisfactuur Rijk</a></li></ol></li><li class="tocline"><a class="tocxref" href="#overzicht-verplichte-en-optionele-elementen-voor-de-basisfactuur-rijk"><bdi class="secno">2. </bdi>Overzicht verplichte en optionele elementen voor de basisfactuur Rijk</a><ol class="toc"><li class="tocline"><a class="tocxref" href="#gegevens-op-hoofdniveau"><bdi class="secno">2.1 </bdi>Gegevens op hoofdniveau</a></li><li class="tocline"><a class="tocxref" href="#gegevens-leverancierpartij"><bdi class="secno">2.2 </bdi>Gegevens leverancierpartij</a></li><li class="tocline"><a class="tocxref" href="#gegevens-klantpartij"><bdi class="secno">2.3 </bdi>Gegevens klantpartij</a></li><li class="tocline"><a class="tocxref" href="#betalingsgegevens"><bdi class="secno">2.4 </bdi>Betalingsgegevens</a></li><li class="tocline"><a class="tocxref" href="#belasting"><bdi class="secno">2.5 </bdi>Belasting</a></li><li class="tocline"><a class="tocxref" href="#totalen"><bdi class="secno">2.6 </bdi>Totalen</a></li><li class="tocline"><a class="tocxref" href="#factuurregels"><bdi class="secno">2.7 </bdi>Factuurregels</a></li><li class="tocline"><a class="tocxref" href="#tijdkaartgegevens-alleen-bij-inhuur"><bdi class="secno">2.8 </bdi>Tijdkaartgegevens (alleen bij inhuur)</a></li></ol></li></ol></nav><section id="handreiking-basisfactuur-rijk"><div class="header-wrapper"><h2 id="x1-handreiking-basisfactuur-rijk"><bdi class="secno">1. </bdi>Handreiking basisfactuur Rijk</h2><a class="self-link" href="#handreiking-basisfactuur-rijk" aria-label="Permalink for Section 1."></a></div>
<p class="addition" title="Ondertitel">
<em>Voor leveranciers van de Rijksoverheid die e-facturen sturen.</em>
</p>
<section id="wat-is-de-handreiking-basisfactuur-rijk"><div class="header-wrapper"><h3 id="x1-1-wat-is-de-handreiking-basisfactuur-rijk"><bdi class="secno">1.1 </bdi>Wat is de handreiking basisfactuur Rijk?</h3><a class="self-link" href="#wat-is-de-handreiking-basisfactuur-rijk" aria-label="Permalink for Section 1.1"></a></div>
<p>De handreiking basisfactuur Rijk beschrijft welke factuurgegevens minimaal vermeld dienen te zijn in een e-factuur. Voor circa 90% van de facturen aan de Rijksoverheid zijn de factuurgegevens die beschreven zijn in de handreiking basisfactuur Rijk voldoende om te kunnen verwerken. In de overige gevallen worden aanvullende factuurgegevens vereist die beschreven staan in het contract dat is aangegaan door de leverancier met de Rijksoverheid.</p>
</section><section id="opmaken-basisfactuur-rijk"><div class="header-wrapper"><h3 id="x1-2-opmaken-basisfactuur-rijk"><bdi class="secno">1.2 </bdi>Opmaken basisfactuur Rijk</h3><a class="self-link" href="#opmaken-basisfactuur-rijk" aria-label="Permalink for Section 1.2"></a></div>
<p>In het overzicht hieronder vindt u alle factuurgegevens die op een basisfactuur aan het Rijk vermeld moeten worden.</p>
<p>Laat u goed informeren door uw klant (de overheidsorganisatie) over de referentie of het ordernummer (zie 1.5) op de factuur en welke invulinstructie moet worden gevolgd. Het vermelden van een onjuiste referentie (bijvoorbeeld met een prefix, spaties, punten of een verkeerd ordernummer) kan leiden tot een langere verwerkingstijd van uw e-factuur. Bijlagen kunnen worden toegevoegd met een maximum van 9 en een totale maximum bestandsgrootte van 20 MB. De opname van grote (1000+) hoeveelheden regels en/of regels met een 0 waarde is ongewenst en kan leiden tot verwerkingsproblemen.</p>
<p>Indien uw e-factuur niet alle vereiste factuurgegevens bevat zal deze automatisch geweigerd worden. U wordt hierover geïnformeerd via een e-mail naar het e-mailadres dat u bij uw leveranciersgegevens vermeld heeft in de e-factuur. In de e-mail staat vermeld welke factuurgegevens ontbreken.</p>
</section><section id="hulp-bij-e-factuur-sturen-naar-de-rijksoverheid"><div class="header-wrapper"><h3 id="x1-3-hulp-bij-e-factuur-sturen-naar-de-rijksoverheid"><bdi class="secno">1.3 </bdi>Hulp bij e-factuur sturen naar de Rijksoverheid</h3><a class="self-link" href="#hulp-bij-e-factuur-sturen-naar-de-rijksoverheid" aria-label="Permalink for Section 1.3"></a></div>
<p>Meer informatie over e-factureren aan de Rijksoverheid vindt u <a href="https://www.helpdesk-efactureren.nl/">hier</a>. Bijvoorbeeld over de verschillende manieren om een e-factuur te versturen.</p>
</section><section id="technische-implementatie-basisfactuur-rijk"><div class="header-wrapper"><h3 id="x1-4-technische-implementatie-basisfactuur-rijk"><bdi class="secno">1.4 </bdi>Technische implementatie basisfactuur Rijk</h3><a class="self-link" href="#technische-implementatie-basisfactuur-rijk" aria-label="Permalink for Section 1.4"></a></div>
<p>Naast deze handreiking zijn er aanvullende documenten die helpen bij de technische implementatie. Deze technische documentatie is bedoeld voor softwareleveranciers en serviceproviders.</p>
<p>U vindt dit als <a href="https://github.com/Logius-standaarden/ep-basisfactuur-rijk/releases/latest">zip-bestand bij de documentatie</a>. In deze Technische implementatie basisfactuur Rijk zitten de berichtspecificaties en voorbeeldbestanden van de door de Rijksoverheid ondersteunde standaarden (Peppol BIS 3, NLCIUS, UBL-OHNL).</p>
</section></section><section id="overzicht-verplichte-en-optionele-elementen-voor-de-basisfactuur-rijk"><div class="header-wrapper"><h2 id="x2-overzicht-verplichte-en-optionele-elementen-voor-de-basisfactuur-rijk"><bdi class="secno">2. </bdi>Overzicht verplichte en optionele elementen voor de basisfactuur Rijk</h2><a class="self-link" href="#overzicht-verplichte-en-optionele-elementen-voor-de-basisfactuur-rijk" aria-label="Permalink for Section 2."></a></div>
<section id="gegevens-op-hoofdniveau"><div class="header-wrapper"><h3 id="x2-1-gegevens-op-hoofdniveau"><bdi class="secno">2.1 </bdi>Gegevens op hoofdniveau</h3><a class="self-link" href="#gegevens-op-hoofdniveau" aria-label="Permalink for Section 2.1"></a></div>
<table class="simple">
<thead>
<tr>
<th></th>
<th>Gegevensnaam</th>
<th>Verplicht</th>
<th>Voorbeeldvulling</th>
<th>Opmerkingen</th>
</tr>
</thead>
<tbody><tr>
<td>1.1</td>
<td>Factuurnummer</td>
<td>Ja</td>
<td>1122334455</td>
<td></td>
</tr>
<tr>
<td>1.2</td>
<td>Factuurdatum</td>
<td>Ja</td>
<td>2017-12-28</td>
<td></td>
</tr>
<tr>
<td>1.3</td>
<td>Factuuromschrijving kop</td>
<td>Aanbevolen</td>
<td>Factuur deellevering 1</td>
<td>Geef een algemene omschrijving van de geleverde goederen of diensten.</td>
</tr>
<tr>
<td>1.4</td>
<td>Valuta</td>
<td>Ja</td>
<td>EUR</td>
<td>Gebruik in de basisfactuur op alle plaatsen dezelfde valutacode.</td>
</tr>
<tr>
<td>1.5</td>
<td>Ordernummer / referentie</td>
<td>Ja</td>
<td>123456</td>
<td>De basisfactuur heeft altijd betrekking op 1 inkoopopdracht.</td>
</tr>
</tbody></table>
</section><section id="gegevens-leverancierpartij"><div class="header-wrapper"><h3 id="x2-2-gegevens-leverancierpartij"><bdi class="secno">2.2 </bdi>Gegevens leverancierpartij</h3><a class="self-link" href="#gegevens-leverancierpartij" aria-label="Permalink for Section 2.2"></a></div>
<table class="simple">
<thead>
<tr>
<th></th>
<th>Gegevensnaam</th>
<th>Verplicht</th>
<th>Voorbeeldvulling</th>
<th>Opmerkingen</th>
</tr>
</thead>
<tbody><tr>
<td>2.1</td>
<td>Naam</td>
<td>Ja</td>
<td>Leverancier B.V.</td>
<td></td>
</tr>
<tr>
<td>2.2</td>
<td>KVK-nummer</td>
<td>Ja</td>
<td>3123764</td>
<td>KVK-nummer wordt gebruikt voor identificatie en is wettelijk verplicht. Geldt voor u deze verplichting niet, maak dan specifieke afspraken met de ontvanger van de factuur.</td>
</tr>
<tr>
<td>2.3</td>
<td>Btw-identificatienummer</td>
<td>Ja</td>
<td>NL73847292B01</td>
<td>Indien u BTW-plichtig bent moet dit vanuit de wetgeving op een factuur vermeld worden.</td>
</tr>
<tr>
<td>2.4</td>
<td>Straat + huisnummer</td>
<td>Ja</td>
<td>Leveranciersstraat 1</td>
<td>Straat en huisnummer dienen te worden samengevoegd in XML.</td>
</tr>
<tr>
<td>2.5</td>
<td>Postcode</td>
<td>Ja</td>
<td>1234 AA</td>
<td></td>
</tr>
<tr>
<td>2.6</td>
<td>Plaats</td>
<td>Ja</td>
<td>Den Haag</td>
<td></td>
</tr>
<tr>
<td>2.7</td>
<td>Land</td>
<td>Ja</td>
<td>NL</td>
<td></td>
</tr>
<tr>
<td>2.8</td>
<td>Contactpersoon e-mailadres</td>
<td>Ja</td>
<td><a href="mailto:jan@leverancierbv.nl">jan@leverancierbv.nl</a></td>
<td>Let op, belangrijk! U ontvangt geen bevestiging als een e-factuur goed is aangekomen, maar u ontvangt een mail op dit mailadres mocht er een probleem optreden tijdens de verzending.</td>
</tr>
</tbody></table>
</section><section id="gegevens-klantpartij"><div class="header-wrapper"><h3 id="x2-3-gegevens-klantpartij"><bdi class="secno">2.3 </bdi>Gegevens klantpartij</h3><a class="self-link" href="#gegevens-klantpartij" aria-label="Permalink for Section 2.3"></a></div>
<table class="simple">
<thead>
<tr>
<th></th>
<th>Gegevensnaam</th>
<th>Verplicht</th>
<th>Voorbeeldvulling</th>
<th>Opmerkingen</th>
</tr>
</thead>
<tbody><tr>
<td>3.1</td>
<td>Naam</td>
<td>Ja</td>
<td>Ministerie ABC</td>
<td></td>
</tr>
<tr>
<td>3.2</td>
<td>OIN</td>
<td>Ja</td>
<td>00000001003214345000</td>
<td>Geef uitsluitend het 20-cijferig nummer op.</td>
</tr>
<tr>
<td>3.3</td>
<td>Straat + huisnummer</td>
<td>Ja</td>
<td>Binnenhof 1</td>
<td>Straat en huisnummer dienen te worden samengevoegd in XML.</td>
</tr>
<tr>
<td>3.4</td>
<td>Postcode</td>
<td>Ja</td>
<td>4321 AA</td>
<td></td>
</tr>
<tr>
<td>3.5</td>
<td>Stad</td>
<td>Ja</td>
<td>Den Haag</td>
<td></td>
</tr>
<tr>
<td>3.6</td>
<td>Land</td>
<td>Ja</td>
<td>NL</td>
<td></td>
</tr>
</tbody></table>
</section><section id="betalingsgegevens"><div class="header-wrapper"><h3 id="x2-4-betalingsgegevens"><bdi class="secno">2.4 </bdi>Betalingsgegevens</h3><a class="self-link" href="#betalingsgegevens" aria-label="Permalink for Section 2.4"></a></div>
<table class="simple">
<thead>
<tr>
<th></th>
<th>Gegevensnaam</th>
<th>Verplicht</th>
<th>Voorbeeldvulling</th>
<th>Opmerkingen</th>
</tr>
</thead>
<tbody><tr>
<td>4.1</td>
<td>IBAN</td>
<td>Ja</td>
<td>NL42INGB000364728</td>
<td>Dit kan ook een banknummer zijn buiten de EU</td>
</tr>
</tbody></table>
</section><section id="belasting"><div class="header-wrapper"><h3 id="x2-5-belasting"><bdi class="secno">2.5 </bdi>Belasting</h3><a class="self-link" href="#belasting" aria-label="Permalink for Section 2.5"></a></div>
<table class="simple">
<thead>
<tr>
<th></th>
<th>Gegevensnaam</th>
<th>Verplicht</th>
<th>Voorbeeldvulling</th>
<th>Opmerkingen</th>
</tr>
</thead>
<tbody><tr>
<td>5.1</td>
<td>Belastbaar bedrag</td>
<td>Ja</td>
<td>200.00</td>
<td>Let op: Scheidingsteken voor decimalen moet een punt zijn voor alle bedragen in de BFR</td>
</tr>
<tr>
<td>5.2</td>
<td>Bedrag belasting</td>
<td>Ja</td>
<td>42.00</td>
<td></td>
</tr>
<tr>
<td>5.3</td>
<td>BTW Percentage</td>
<td>Ja</td>
<td>21</td>
<td>Dit kan de waarde 0, 9 of 21 zijn</td>
</tr>
</tbody></table>
</section><section id="totalen"><div class="header-wrapper"><h3 id="x2-6-totalen"><bdi class="secno">2.6 </bdi>Totalen</h3><a class="self-link" href="#totalen" aria-label="Permalink for Section 2.6"></a></div>
<table class="simple">
<thead>
<tr>
<th></th>
<th>Gegevensnaam</th>
<th>Verplicht</th>
<th>Voorbeeldvulling</th>
<th>Opmerkingen</th>
</tr>
</thead>
<tbody><tr>
<td>6.1</td>
<td>Factuurbedrag exclusief BTW</td>
<td>Ja</td>
<td>200.00</td>
<td>Betreft het factuurbedrag exclusief BTW. Korting en toeslagen maken geen deel uit van de basisfactuur.</td>
</tr>
<tr>
<td>6.2</td>
<td>Factuurbedrag inclusief BTW</td>
<td>Ja</td>
<td>242.00</td>
<td>Betreft het factuurbedrag inclusief BTW. Korting en toeslagen maken geen deel uit van de basisfactuur.</td>
</tr>
</tbody></table>
</section><section id="factuurregels"><div class="header-wrapper"><h3 id="x2-7-factuurregels"><bdi class="secno">2.7 </bdi>Factuurregels</h3><a class="self-link" href="#factuurregels" aria-label="Permalink for Section 2.7"></a></div>
<table class="simple">
<thead>
<tr>
<th></th>
<th>Gegevensnaam</th>
<th>Verplicht</th>
<th>Voorbeeldvulling</th>
<th>Opmerkingen</th>
</tr>
</thead>
<tbody><tr>
<td>7.1</td>
<td>Factuurregelnummer</td>
<td>Ja</td>
<td>1</td>
<td></td>
</tr>
<tr>
<td>7.2</td>
<td>Orderregel verwijzing</td>
<td>Aanbevolen</td>
<td>1</td>
<td>Indien bekend, dan vermelden. Dit zorgt voor een snellere verwerking en betaling.</td>
</tr>
<tr>
<td>7.3</td>
<td>Gefactureerde hoeveelheid</td>
<td>Ja</td>
<td>10.00</td>
<td></td>
</tr>
<tr>
<td>7.5</td>
<td>Stuksprijs</td>
<td>Ja</td>
<td>20.00</td>
<td></td>
</tr>
<tr>
<td>7.6</td>
<td>Factuurregelbedrag exclusief BTW</td>
<td>Ja</td>
<td>200.00</td>
<td>Factuurregelbedrag exclusief BTW = prijs x hoeveelheid.</td>
</tr>
<tr>
<td>7.7</td>
<td>BTW Percentage</td>
<td>Ja</td>
<td>21</td>
<td>Dit kan de waarde 0, 9 of 21 zijn.</td>
</tr>
</tbody></table>
</section><section id="tijdkaartgegevens-alleen-bij-inhuur"><div class="header-wrapper"><h3 id="x2-8-tijdkaartgegevens-alleen-bij-inhuur"><bdi class="secno">2.8 </bdi>Tijdkaartgegevens (alleen bij inhuur)</h3><a class="self-link" href="#tijdkaartgegevens-alleen-bij-inhuur" aria-label="Permalink for Section 2.8"></a></div>
<table class="simple">
<thead>
<tr>
<th></th>
<th>Gegevensnaam</th>
<th>Verplicht</th>
<th>Voorbeeldvulling</th>
<th>Opmerkingen</th>
</tr>
</thead>
<tbody><tr>
<td>8.1</td>
<td>Tijdkaart Verwijzing Optioneel: #tijdkaartregel</td>
<td>Aanbevolen</td>
<td>43665456#3</td>
<td>Geef hier het TimeCardID aan van het ontvangen (of verstuurde) tijdkaartbericht waarop de factuurregel is gebaseerd, optioneel gevolgd door een #Tijdkaart-regelnummer</td>
</tr>
</tbody></table>
</section></section>
<script>
let content = "";
const getClass = function(key) {
if (respecConfig.content[key]!==""){return <code> class="${respecConfig.content[key]}"</code>}
}
for (let contentKey in respecConfig.content) {
content += <code><section data-include-format="markdown" data-include="${contentKey}.md" ${getClass(contentKey)||""}></section></code>
}
document.getElementById("sotd").insertAdjacentHTML('afterend', content);
</script>
<p role="navigation" id="back-to-top">
<a href="#title"><abbr title="Back to Top">↑</abbr></a>
</p><script id="respec-dfn-panel">(() => {
// @ts-check
if (document.respec) {
document.respec.ready.then(setupPanel);
} else {
setupPanel();
}
function setupPanel() {
const listener = panelListener();
document.body.addEventListener("keydown", listener);
document.body.addEventListener("click", listener);
}
function panelListener() {
/** @type {HTMLElement} */
let panel = null;
return event => {
const { target, type } = event;
if (!(target instanceof HTMLElement)) return;
// For keys, we only care about Enter key to activate the panel
// otherwise it's activated via a click.
if (type === "keydown" && event.key !== "Enter") return;
const action = deriveAction(event);
switch (action) {
case "show": {
hidePanel(panel);
/** @type {HTMLElement} */
const dfn = target.closest("dfn, .index-term");
panel = document.getElementById(`dfn-panel-for-${dfn.id}`);
const coords = deriveCoordinates(event);
displayPanel(dfn, panel, coords);
break;
}
case "dock": {
panel.style.left = null;
panel.style.top = null;
panel.classList.add("docked");
break;
}
case "hide": {
hidePanel(panel);
panel = null;
break;
}
}
};
}
/**
* @param {MouseEvent|KeyboardEvent} event
*/
function deriveCoordinates(event) {
const target = /** @type HTMLElement */ (event.target);
// We prevent synthetic AT clicks from putting
// the dialog in a weird place. The AT events sometimes
// lack coordinates, so they have clientX/Y = 0
const rect = target.getBoundingClientRect();
if (
event instanceof MouseEvent &&
event.clientX >= rect.left &&
event.clientY >= rect.top
) {
// The event probably happened inside the bounding rect...
return { x: event.clientX, y: event.clientY };
}
// Offset to the middle of the element
const x = rect.x + rect.width / 2;
// Placed at the bottom of the element
const y = rect.y + rect.height;
return { x, y };
}
/**
* @param {Event} event
*/
function deriveAction(event) {
const target = /** @type {HTMLElement} */ (event.target);
const hitALink = !!target.closest("a");
if (target.closest("dfn:not([data-cite]), .index-term")) {
return hitALink ? "none" : "show";
}
if (target.closest(".dfn-panel")) {
if (hitALink) {
return target.classList.contains("self-link") ? "hide" : "dock";
}
const panel = target.closest(".dfn-panel");
return panel.classList.contains("docked") ? "hide" : "none";
}
if (document.querySelector(".dfn-panel:not([hidden])")) {
return "hide";
}
return "none";
}
/**
* @param {HTMLElement} dfn
* @param {HTMLElement} panel
* @param {{ x: number, y: number }} clickPosition
*/
function displayPanel(dfn, panel, { x, y }) {
panel.hidden = false;
// distance (px) between edge of panel and the pointing triangle (caret)
const MARGIN = 20;
const dfnRects = dfn.getClientRects();
// Find the `top` offset when the `dfn` can be spread across multiple lines
let closestTop = 0;
let minDiff = Infinity;
for (const rect of dfnRects) {
const { top, bottom } = rect;
const diffFromClickY = Math.abs((top + bottom) / 2 - y);
if (diffFromClickY < minDiff) {
minDiff = diffFromClickY;
closestTop = top;
}
}
const top = window.scrollY + closestTop + dfnRects[0].height;
const left = x - MARGIN;
panel.style.left = `${left}px`;
panel.style.top = `${top}px`;
// Find if the panel is flowing out of the window
const panelRect = panel.getBoundingClientRect();
const SCREEN_WIDTH = Math.min(window.innerWidth, window.screen.width);
if (panelRect.right > SCREEN_WIDTH) {
const newLeft = Math.max(MARGIN, x + MARGIN - panelRect.width);
const newCaretOffset = left - newLeft;
panel.style.left = `${newLeft}px`;
/** @type {HTMLElement} */
const caret = panel.querySelector(".caret");
caret.style.left = `${newCaretOffset}px`;
}
// As it's a dialog, we trap focus.
// TODO: when <dialog> becomes a implemented, we should really
// use that.
trapFocus(panel, dfn);
}
/**
* @param {HTMLElement} panel
* @param {HTMLElement} dfn
* @returns
*/
function trapFocus(panel, dfn) {
/** @type NodeListOf<HTMLAnchorElement> elements */
const anchors = panel.querySelectorAll("a[href]");
// No need to trap focus
if (!anchors.length) return;
// Move focus to first anchor element
const first = anchors.item(0);
first.focus();
const trapListener = createTrapListener(anchors, panel, dfn);
panel.addEventListener("keydown", trapListener);
// Hiding the panel releases the trap
const mo = new MutationObserver(records => {
const [record] = records;
const target = /** @type HTMLElement */ (record.target);
if (target.hidden) {
panel.removeEventListener("keydown", trapListener);
mo.disconnect();
}
});
mo.observe(panel, { attributes: true, attributeFilter: ["hidden"] });
}
/**
*
* @param {NodeListOf<HTMLAnchorElement>} anchors
* @param {HTMLElement} panel
* @param {HTMLElement} dfn
* @returns
*/
function createTrapListener(anchors, panel, dfn) {
const lastIndex = anchors.length - 1;
let currentIndex = 0;
return event => {
switch (event.key) {
// Hitting "Tab" traps us in a nice loop around elements.
case "Tab": {
event.preventDefault();
currentIndex += event.shiftKey ? -1 : +1;
if (currentIndex < 0) {
currentIndex = lastIndex;
} else if (currentIndex > lastIndex) {
currentIndex = 0;
}
anchors.item(currentIndex).focus();
break;
}
// Hitting "Enter" on an anchor releases the trap.
case "Enter":
hidePanel(panel);
break;
// Hitting "Escape" returns focus to dfn.
case "Escape":
hidePanel(panel);
dfn.focus();
return;
}
};
}
/** @param {HTMLElement} panel */
function hidePanel(panel) {
if (!panel) return;
panel.hidden = true;
panel.classList.remove("docked");
}
})()</script><div class="sidelabel" style="background-color: #32a852;">Logius Handreiking - Werkversie</div><script src="https://www.w3.org/scripts/TR/2021/fixup.js"></script></body></html>