This commit is contained in:
parent
aa2327ff1d
commit
2fa6e70af1
10 changed files with 619 additions and 20 deletions
|
|
@ -36,14 +36,9 @@ namespace {
|
|||
|
||||
std::string gGpgKeyId;
|
||||
|
||||
// The registered business identity. On every invoice — these are the fields
|
||||
// a Dutch invoice must carry along with the sequential number and amounts.
|
||||
constexpr std::string_view kSellerName = "Catcrafts";
|
||||
constexpr std::string_view kSellerStreet = "Chico Mendesring 256";
|
||||
constexpr std::string_view kSellerCity = "3315NN Dordrecht";
|
||||
constexpr std::string_view kSellerKvk = "78437059";
|
||||
constexpr std::string_view kSellerVat = "NL003329281B38";
|
||||
constexpr std::string_view kSellerSite = "catcrafts.net";
|
||||
// The registered business identity lives in the module interface
|
||||
// (kSeller...) — the order email's footer states the same facts, and two
|
||||
// copies of a KVK number is one copy too many.
|
||||
|
||||
} // namespace
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue