EKÁER: depot, isEkaer, grid layout, doc updates
- Switch to DEV DB and split company address street/number - CustomerCreditWidget: isEkaer now nullable, defaults to true - FruitBankDataController: add grid layout CRUD endpoints - EKÁER: require depot for inbound, batch isEkaer for outbound - Update docs: stricter foreign reporting, depot handling, isEkaer logic, mapping rules, and close depot-grouping issue
This commit is contained in:
parent
6fce39090b
commit
d7bbdf9aa3
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"ConnectionStrings": {
|
"ConnectionStrings": {
|
||||||
"ConnectionString": "Data Source=100.73.220.50;Initial Catalog=FruitBank_PROD;Integrated Security=False;Persist Security Info=False;User ID=sa;Password=v6f_?xNfg9N1;Trust Server Certificate=True",
|
"ConnectionString": "Data Source=100.73.220.50;Initial Catalog=FruitBank_DEV;Integrated Security=False;Persist Security Info=False;User ID=sa;Password=v6f_?xNfg9N1;Trust Server Certificate=True",
|
||||||
"DataProvider": "sqlserver",
|
"DataProvider": "sqlserver",
|
||||||
"SQLCommandTimeout": null,
|
"SQLCommandTimeout": null,
|
||||||
"WithNoLock": false
|
"WithNoLock": false
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,8 @@
|
||||||
"Site": {
|
"Site": {
|
||||||
"PostalCode": "1239",
|
"PostalCode": "1239",
|
||||||
"City": "Budapest",
|
"City": "Budapest",
|
||||||
"Street": "Nagykőrösi út 353."
|
"Street": "Nagykőrösi út",
|
||||||
|
"StreetNumber": "353"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Thresholds": {
|
"Thresholds": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue