Compare commits

..

4 Commits

Author SHA1 Message Date
Loretta e8cecbb06c Merge branch 'FruitBank_v0.0.8.0' of https://git.aycode.com/Adam/FruitBank into FruitBank_v0.0.8.0 2026-07-10 15:38:21 +02:00
Loretta d7bbdf9aa3 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
2026-07-10 15:37:05 +02:00
Loretta 6fce39090b Merge branch 'FruitBank_v0.0.8.0' of https://git.aycode.com/Adam/FruitBank into FruitBank_v0.0.8.0 2026-07-03 12:11:03 +02:00
Loretta e9a47c5ed4 Update DB to PROD, enable NopLogWriter, cleanup usings
Switched the connection string to the production database in appsettings.json. Enabled Mango.Nop.Services.Loggers.NopLogWriter as an additional logger. Removed an unused using directive from FruitBankDataController.cs.
2026-07-03 12:10:19 +02:00
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"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",
"SQLCommandTimeout": null,
"WithNoLock": false

View File

@ -45,7 +45,8 @@
"Site": {
"PostalCode": "1239",
"City": "Budapest",
"Street": "Nagykőrösi út 353."
"Street": "Nagykőrösi út",
"StreetNumber": "353"
}
},
"Thresholds": {