Commit Graph

183 Commits

Author SHA1 Message Date
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
d6de208df4 Hide StatusBarReset function 2023-06-23 07:33:33 +03:00
Sergey Chebotar
c1949a2159 Version 1.8.5.2 2023-06-21 17:03:42 +03:00
Sergey Chebotar
cd657e10b4 Fill cells with null if amount is zero 2023-06-21 16:45:38 +03:00
Sergey Chebotar
e4aa8dff93 Fix Application using ordering 2023-06-21 16:30:16 +03:00
Sergey Chebotar
5fbfd3732f Version 1.8.5.0 2023-06-21 07:28:09 +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
101c1d4397 Add 'Add sleeves' button enabling 2023-06-21 06:39:15 +03:00
Sergey Chebotar
2224a98d32 Edit Fill Sleeves button 2023-06-21 06:35:28 +03:00
Sergey Chebotar
0da818da3e Implement sleeves calculator 2023-06-21 06:33:12 +03:00
Sergey Chebotar
5153e951e4 Edit sleeves tool 2023-06-20 11:52:42 +03:00
Sergey Chebotar
b9cdad649a Tools refactoring 2023-06-20 11:51:52 +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
63a962f495 Implement fill sleeves tool 2023-06-20 09:51:44 +03:00
Sergey Chebotar
8c134644ba Fix filling filtered table 2023-06-20 09:51:25 +03:00
Sergey Chebotar
f570dd9a2d Add Fill Sleeves button 2023-06-20 09:50:24 +03:00
Sergey Chebotar
dc92388748 Fix guess tool button id 2023-06-20 09:50:03 +03:00
Sergey Chebotar
98bb135b62 Add CurrrentPriceWriter service 2023-06-20 09:46:52 +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
a44f450df6 Version 1.8.4.0 2023-06-08 07:55:11 +03:00
Sergey Chebotar
213592b9e2 Check cache for currency rate before run async util 2023-06-08 07:47:14 +03:00
Sergey Chebotar
1399d71f3c Switch Currency client from transient to singleton 2023-06-08 07:43:49 +03:00
Sergey Chebotar
bfab7eb02b Edit caller function names 2023-06-08 06:44:11 +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
65d027179c Refactoring 2023-05-27 08:58:23 +03:00
Sergey Chebotar
f620147515 Change DateTime from Now to Today 2023-05-27 08:58:09 +03:00
Sergey Chebotar
e67d94f199 Multiple buttons refreshing 2023-05-27 08:50:30 +03:00
Sergey Chebotar
cf472b66a4 Version 1.8.2.0 2023-05-27 08:20:39 +03:00
Sergey Chebotar
f58dec38a4 Fix wrong article found on replaced lookup 2023-05-27 08:19:10 +03:00
Sergey Chebotar
1c655f1ab5 Version 1.8.1.0 2023-05-26 07:50:45 +03:00
Sergey Chebotar
1220999bf0 Fix row indeces 2023-05-26 07:50:23 +03:00
Sergey Chebotar
1e64511ae1 Version 1.8.0.0 2023-05-26 07:05:22 +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
9d1c213979 Add guess button enable and disable events 2023-05-23 07:55:58 +03:00
Sergey Chebotar
fba2859b84 Fix null cells reference 2023-05-23 07:55:14 +03:00
Sergey Chebotar
28c5a69797 Button change 2023-05-23 07:45:37 +03:00
Sergey Chebotar
c0c656c82c Fix null reference 2023-05-23 07:33:49 +03:00
Sergey Chebotar
a56300a620 Get writer before reading 2023-05-23 07:33:40 +03:00
Sergey Chebotar
16b5ddedb1 Rename Magic to Guess 2023-05-23 07:07:16 +03:00
Sergey Chebotar
136aa7f238 Add Magic Tool 2023-05-23 06:54:37 +03:00
Sergey Chebotar
d894c50ca3 Add Magic button to Ribbon Controller 2023-05-23 06:53:20 +03:00
Sergey Chebotar
c308e72ee0 Add Magic Service 2023-05-23 06:52:52 +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
Sergey Chebotar
d6a78c42c7 Merge branch 'testing' 2023-05-19 08:17:40 +03:00
Sergey Chebotar
08fcc33f9d Fix replace and missing descriptions duplicates 2023-05-19 08:16:40 +03:00
Sergey Chebotar
f9ff1e55b9 Set ExcelDnaPackCompressResources to false 2023-05-19 07:43:29 +03:00
Sergey Chebotar
ea69a77a0e Add description to replaced products 2023-05-18 15:26:38 +03:00
Sergey Chebotar
58a45df8cf Version 1.7.0.0 2023-05-17 08:15:38 +03:00
Sergey Chebotar
c5895f78c2 Add =КУРСЕВРО() function 2023-05-17 08:11:24 +03:00
Sergey Chebotar
9f0ef90005 Refactoring 2023-05-17 08:03:55 +03:00
Sergey Chebotar
e203155474 Edit functions intellisense descriptions 2023-05-17 07:58:13 +03:00
Sergey Chebotar
8dc186c7aa Add Intellisense library 2023-05-17 07:40:26 +03:00
Sergey Chebotar
dcbf7d6d7f Version 1.6.5.0 update 2023-05-16 18:10:16 +03:00
Sergey Chebotar
ade18e5e40 Extend missing product information on table fill 2023-05-16 18:02:32 +03:00
Sergey Chebotar
b06df453d2 Fix null reference exception on empty measure field. 2023-05-16 17:59:45 +03:00
Sergey Chebotar
786a5bfe26 Fix empty ProductLines field exception on writing 2023-05-16 17:04:30 +03:00
Sergey Chebotar
46e547e3e2 Cache found product sku on full text search request. 2023-05-16 15:28:36 +03:00
Sergey Chebotar
2178c1bea3 Find last row by Sku column 2023-05-16 09:03:51 +03:00
Sergey Chebotar
627195fafe Add caching 2023-05-16 07:43:57 +03:00
Sergey Chebotar
05914bf519 Version 1.6.3.0 2023-05-15 06:42:35 +03:00
Sergey Chebotar
d4d98ec850 Add =РЕХАУЦЕНАРУБ() function 2023-05-15 06:33:24 +03:00
Sergey Chebotar
53f82b03fb Version 1.6.2.1 2023-05-12 11:11:07 +03:00
Sergey Chebotar
ac978419ae Fix empty product lines exception 2023-05-12 11:10:39 +03:00
Sergey Chebotar
6d9ff9365c Add РЕХАУ, РЕХАУИМЯ, РЕХАУАРТИКУЛ, РЕХАУЦЕНА functions 2023-05-12 10:18:00 +03:00
Sergey Chebotar
9c5ba835b1 Update ProductSku library 2023-05-12 09:54:28 +03:00
Sergey Chebotar
4201b51511 Version update 2023-05-05 08:21:48 +03:00
Sergey Chebotar
62271e75fb Product package update 2023-05-05 08:21:26 +03:00
Sergey Chebotar
c0dd1afb18 Version update 2023-05-04 08:03:31 +03:00
Sergey Chebotar
b37dade370 Fill products as Text not Attributes 2023-05-04 08:02:57 +03:00
Sergey Chebotar
46db5452c8 Fix column missing header 2023-04-21 06:45:18 +03:00
Sergey Chebotar
9af858cc37 Version update 2023-04-20 09:42:30 +03:00
Sergey Chebotar
663dd39de4 Refactoring 2023-04-20 09:39:25 +03:00
Sergey Chebotar
6bfd1d981b Simplify class names 2023-04-20 09:37:07 +03:00
Sergey Chebotar
a6caea1787 Ignore new line symbol in names 2023-04-20 09:31:27 +03:00
Sergey Chebotar
f0ec240f35 Add Measure field to reading-writing 2023-04-20 07:18:16 +03:00
Sergey Chebotar
13996f0381 Change internal Product class to nuget library 2023-04-20 06:58:27 +03:00
Sergey Chebotar
8e820c4cd9 Add dxfNet library to xll package 2023-04-20 06:34:54 +03:00
Sergey Chebotar
4fb498138a Implement Dxf Writer 2023-04-19 21:04:13 +03:00
Sergey Chebotar
e295709e65 Dxf export button activation fix 2023-04-17 08:49:26 +03:00
Sergey Chebotar
b6254b1565 Add Tool factory 2023-04-14 08:08:46 +03:00