You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HI @RaiTradim ,
thanks for your pull request. These subject codes are not part of ZUGFeRD-csharp on purpose. It makes using the enum almost impossible since you can't find anything....
Hi @stephanstapel,
We need codes that are not in the enum and we don't know what other we will need.
It's dificult to wait for another version to be able to create a invoice with the note we need.
Hi,
I need "DEL" in SubjectCodes in Version 18.0, i found only this:
namespace s2industries.ZUGFeRD
{
//
// Zusammenfassung:
// UNTDID 4451 — Text subject qualifier Version 24A https://service.unece.org/trade/untdid/d23a/tred/tred4451.htm
public enum SubjectCodes
{
//
// Zusammenfassung:
// Terms of payments
AAB = 0,
//
// Zusammenfassung:
// Dangerous goods additional information
AAC = 1,
//
// Zusammenfassung:
// General information Generelle Informationen
AAI = 2,
//
// Zusammenfassung:
// Zusätzliche Konditionen zu diesem Kauf Angaben zum Eigentumsvorbehalt
AAJ = 3,
//
// Zusammenfassung:
// Price conditions Preiskonditionen Angaben zu Entgeltminderungen
AAK = 4,
//
// Zusammenfassung:
// Government information
ABL = 5,
//
// Zusammenfassung:
// Accounting information Buchhaltungsinformationen
ABN = 6,
//
// Zusammenfassung:
// Factor assignment clause
ACC = 7,
//
// Zusammenfassung:
// Additional information Zusätzliche Angaben
ACB = 8,
//
// Zusammenfassung:
// Text subject is note.
ADU = 9,
//
// Zusammenfassung:
// Instructions to the paying and/or accepting and/or negotiating bank
AET = 10,
//
// Zusammenfassung:
// Waste information
BLU = 11,
//
// Zusammenfassung:
// Order information
COI = 12,
//
// Zusammenfassung:
// Customs declaration information
CUS = 13,
//
// Zusammenfassung:
// Payment detail/remittance information
PMD = 14,
//
// Zusammenfassung:
// Payment information Zahlungsinformation Bekanntgabe der Abtretung der Forderung
// (Zession)
PMT = 15,
//
// Zusammenfassung:
// Price calculation formula Preiskalkulationsschema Zum Beispiel Angabe Zählerstand,
// Zähler etc. oder andere Hinweise bezüglich Abrechnung.
PRF = 16,
//
// Zusammenfassung:
// Regulatory information Regulatorische Informationen Angaben zum leistenden Unternehmen
// (Angabe Geschäftsführer, HR-Nummer etc.)
REG = 17,
//
// Zusammenfassung:
// Supplier remarks Remarks from or for a supplier of goods or services.
SUR = 18,
//
// Zusammenfassung:
// Tax declaration Grund der Steuerbefreiung
TXD = 19,
//
// Zusammenfassung:
// Warehouse instruction/information Note contains warehouse information.
WHI = 20,
//
// Zusammenfassung:
// Mutually defined Note contains information mutually defined by trading partners.
ZZZ = 21
}
}
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary