Commit Graph

86 Commits

Author SHA1 Message Date
b931809534 Do not close workbook on merge if opened 2024-01-21 23:10:41 +03:00
fe58c854ea Add memory cache to currency client 2024-01-18 23:16:27 +03:00
e6546254ba Save Configuration to registry 2023-11-12 16:31:26 +03:00
9fd1fd8266 Implement Couplings Calculator 2023-11-09 23:34:52 +03:00
1b72c00b1e Merge branch 'experimental' 2023-11-02 23:31:43 +03:00
6d6e91867c Use UriBuilder to create request uri 2023-11-02 23:31:17 +03:00
4bc663c2ab Revert "Fix query building with '&' sign"
This reverts commit e462add7f3.
2023-11-02 23:14:49 +03:00
8a8fc397bf Add Couplings calculator 2023-11-02 23:07:06 +03:00
24dcec3039 Update sleeves pattern 2023-10-17 22:18:01 +03:00
199540e530 Revert "Move Price List Validation to separate static class"
This reverts commit e14d714811.
2023-10-17 21:22:42 +03:00
e462add7f3 Fix query building with '&' sign 2023-10-16 22:50:25 +03:00
2a0430b7ec Fix Unsuccess Status Code return 2023-10-06 15:06:42 +03:00
2cb6b889b0 Ignore multiply rows in name cell 2023-08-04 15:41:40 +03:00
e14d714811 Move Price List Validation to separate static class 2023-07-26 17:17:09 +03:00
1f5aebe62a Headers Find optimization 2023-07-25 08:44:36 +03:00
159ac0ec57 Fix multiple whitespaces in sku name sleeves calculator bug 2023-07-25 08:24:10 +03:00
Sergey Chebotar
cd657e10b4 Fill cells with null if amount is zero 2023-06-21 16:45:38 +03:00
Sergey Chebotar
6a5038246f Fix interface name 2023-06-21 07:11:31 +03:00
Sergey Chebotar
c17771a5d3 Fill not found sleeves with 0 2023-06-21 06:53:53 +03:00
Sergey Chebotar
0da818da3e Implement sleeves calculator 2023-06-21 06:33:12 +03:00
Sergey Chebotar
2c44c5d2df Add Sleeves Calculator service 2023-06-20 11:50:11 +03:00
Sergey Chebotar
a9d7ac710e Implement CurrentPrice Writer service 2023-06-20 10:01:02 +03:00
Sergey Chebotar
a73cc46449 Add CurrentPrice Writer to Writer Factory 2023-06-20 09:58:39 +03:00
Sergey Chebotar
8c134644ba Fix filling filtered table 2023-06-20 09:51:25 +03:00
Sergey Chebotar
f89a3eb765 ExcelWriterBase Refactoring 2023-06-20 08:14:01 +03:00
Sergey Chebotar
7b8cab3e9e Extract Excel Write Base 2023-06-20 07:25:44 +03:00
Sergey Chebotar
50543ae697 Fix method name 2023-06-09 14:49:20 +03:00
Sergey Chebotar
213592b9e2 Check cache for currency rate before run async util 2023-06-08 07:47:14 +03:00
Sergey Chebotar
8b125e475e Tune amount column find 2023-06-06 08:17:52 +03:00
Sergey Chebotar
0e15ad7cd4 Continue instead of false return on value > maxValue 2023-05-30 09:08:11 +03:00
Sergey Chebotar
f6534fc8c7 Refactoring 2023-05-30 09:01:49 +03:00
Sergey Chebotar
51636ca61a Can guess single row with string headers 2023-05-30 08:59:16 +03:00
Sergey Chebotar
f1abb03ac9 Can guess amount columns with numbers in header 2023-05-30 08:48:21 +03:00
Sergey Chebotar
ab217c9052 Throw exceptions on unknown Service or Tool 2023-05-30 08:23:31 +03:00
Sergey Chebotar
f58dec38a4 Fix wrong article found on replaced lookup 2023-05-27 08:19:10 +03:00
Sergey Chebotar
1220999bf0 Fix row indeces 2023-05-26 07:50:23 +03:00
Sergey Chebotar
3ecfc82b7e Lookup for amount untill last used row only 2023-05-26 07:02:49 +03:00
Sergey Chebotar
aa4c949270 Change find amount column algorithm 2023-05-26 06:33:35 +03:00
Sergey Chebotar
d058b3ed4e Fix null reference exception 2023-05-24 10:48:52 +03:00
Sergey Chebotar
79eeb2a206 Refactoring Guess Reader 2023-05-24 06:39:50 +03:00
Sergey Chebotar
a9aa1f30c5 Refactoring 2023-05-23 15:02:56 +03:00
Sergey Chebotar
7f8455d868 Fix exception on guessing single row 2023-05-23 15:02:14 +03:00
Sergey Chebotar
7fd139a234 Edit amount column looking up 2023-05-23 09:26:08 +03:00
Sergey Chebotar
fba2859b84 Fix null cells reference 2023-05-23 07:55:14 +03:00
Sergey Chebotar
c0c656c82c Fix null reference 2023-05-23 07:33:49 +03:00
Sergey Chebotar
16b5ddedb1 Rename Magic to Guess 2023-05-23 07:07:16 +03:00
Sergey Chebotar
21fb58744c Implement Magic Reader 2023-05-22 10:24:18 +03:00
Sergey Chebotar
5720d2ede0 Add ReaderFactory 2023-05-22 07:39:48 +03:00
Sergey Chebotar
dcd42a32eb WriterFactory refactoring 2023-05-22 07:31:53 +03:00
Sergey Chebotar
71a0745c70 Edit replace and missing descriptions 2023-05-21 10:07:35 +03:00