Skip to content

Commit 7fa97db

Browse files
Merge pull request #716 from Dirksche/AdditionalQuantityCodes
Added some more QuantityCodes, which we might want to use in the future.
2 parents b9564fe + 35168d6 commit 7fa97db

File tree

1 file changed

+74
-0
lines changed

1 file changed

+74
-0
lines changed

ZUGFeRD/QuantityCodes.cs

+74
Original file line numberDiff line numberDiff line change
@@ -659,6 +659,80 @@ public enum QuantityCodes
659659
/// Einheit für die Masse von Edelsteinen. Abkürzung Kt oder ct (kein gesetzliches Einheitszeichen)
660660
/// </remarks>
661661
CTM,
662+
663+
/// <summary>
664+
/// Ampoule, non-protected
665+
/// </summary>
666+
XAM,
667+
668+
/// <summary>
669+
/// Ampoule, protected
670+
/// </summary>
671+
XAP,
672+
673+
/// <summary>
674+
/// Balloon, non-protected
675+
/// </summary>
676+
XBF,
677+
678+
/// <summary>
679+
/// Can, rectangular
680+
/// </summary>
681+
XCA,
682+
683+
/// <summary>
684+
/// Cask
685+
/// </summary>
686+
XCK,
687+
688+
/// <summary>
689+
/// Cartridge
690+
/// Package containing a charge such as propelling explosive for firearms or ink toner for a printer.
691+
/// </summary>
692+
XCQ,
693+
694+
/// <summary>
695+
/// Case
696+
/// </summary>
697+
XCS,
698+
699+
/// <summary>
700+
/// Can, cylindrical
701+
/// </summary>
702+
XCX,
703+
704+
/// <summary>
705+
/// Flask
706+
/// </summary>
707+
XFL,
708+
709+
/// <summary>
710+
/// Receptacle, glass
711+
/// Containment vessel made of glass for retaining substances or articles.
712+
/// </summary>
713+
XGR,
714+
715+
/// <summary>
716+
/// Unpacked or unpackaged
717+
/// </summary>
718+
XNE,
719+
720+
/// <summary>
721+
/// Container, outer
722+
/// A type of containment box that serves as the outer shipping container, not otherwise specified as transport equipment.
723+
/// </summary>
724+
XOU,
725+
726+
/// <summary>
727+
/// Pouch
728+
/// </summary>
729+
XPO,
730+
731+
/// <summary>
732+
/// Pot
733+
/// </summary>
734+
XPT,
735+
662736
}
663737

664738

0 commit comments

Comments
 (0)