EKAER: add site config, outgoing support, refactor settings
- Added "Site" section to appsettings.json for company location. - Increased EKAER threshold values; updated phone format. - Refactored to use IEkaerSettings DI and registered in startup. - GenerateEkaerXmlDocument now supports both incoming and outgoing (order) documents. - Updated EKAER_TODO.md to reflect config and outgoing mapping changes.
This commit is contained in:
parent
3809f53645
commit
8e201d1c30
|
|
@ -40,12 +40,17 @@
|
|||
"PostalCode": "1068",
|
||||
"City": "Budapest",
|
||||
"Street": "Rippl-Rónai u. 18.",
|
||||
"Phone": "301111111",
|
||||
"Email": "info@fruitbank.hu"
|
||||
"Phone": "+36301111111",
|
||||
"Email": "info@fruitbank.hu",
|
||||
"Site": {
|
||||
"PostalCode": "1239",
|
||||
"City": "Budapest",
|
||||
"Street": "Nagykőrösi út 353."
|
||||
}
|
||||
},
|
||||
"Thresholds": {
|
||||
"WeightKg": 200,
|
||||
"ValueHuf": 250000
|
||||
"WeightKg": 500,
|
||||
"ValueHuf": 1000000
|
||||
},
|
||||
"ExchangeRate": {
|
||||
"EurHuf": 356
|
||||
|
|
|
|||
Loading…
Reference in New Issue