Revision
830 -
Directory Listing
-
[select for diffs]
Modified
Tue Nov 19 21:44:44 2024 UTC
(16 months, 1 week ago)
by
nino.borges
Diff to
previous 829
This version supports deduplicating the metadata fields by using unique email addresses. Any values that do not have email addresses at all, will stay included but two values in the same metadata field that have the same email address, will dupe out. This resulted in a substantial drop in mismatches, so apparently the majority of these are where the metadata field has duplicates.
Revision
828 -
Directory Listing
-
[select for diffs]
Modified
Tue Nov 19 17:07:03 2024 UTC
(16 months, 1 week ago)
by
nino.borges
Diff to
previous 827
First version of this program that will assist with the process of performing QC on the Amazon privilege logs. Starting this with the named tuple data structure for now and trying to keep this very readable because I'm sharing the code.
Revision
824 -
Directory Listing
-
[select for diffs]
Modified
Mon Apr 22 21:43:18 2024 UTC
(23 months ago)
by
nino.borges
Diff to
previous 823
This is the completed version that was used for the final export of the systems. This includes support for writing to an Excel file.
Revision
823 -
Directory Listing
-
[select for diffs]
Modified
Wed Feb 14 20:10:43 2024 UTC
(2 years, 1 month ago)
by
nino.borges
Diff to
previous 822
Added additional columns and this now takes quite a bit longer. Not terrible yet. I also needed to add a bit of code to deal with columns that were a datetime data type.
Revision
822 -
Directory Listing
-
[select for diffs]
Modified
Wed Feb 14 19:23:56 2024 UTC
(2 years, 1 month ago)
by
nino.borges
Diff to
previous 821
This version uses a RegEx and is working great. Need to increase the column count and decide how I want to deal with the output.
Revision
821 -
Directory Listing
-
[select for diffs]
Modified
Wed Feb 14 18:55:17 2024 UTC
(2 years, 1 month ago)
by
nino.borges
Diff to
previous 820
Version 2 refactors to solve the slowness issue. This way makes a lot less calls to the API and takes much less time to finish. I'm getting some false positives though, with things like eCTS matching the word objects, so I'm going to change this to a regex in the next version.
Revision
820 -
Directory Listing
-
[select for diffs]
Modified
Wed Feb 14 14:49:42 2024 UTC
(2 years, 1 month ago)
by
nino.borges
Diff to
previous 819
First version of a simple program that will, using COM, search an Excel spreadsheet for specific key terms and, if it finds it, will copy the entire row out to a file organized by key term. This is the first working version but is just too slow. I think I'm making too many calls to the API. I'm going to refactor this to see if I can speed it up substantially.
Revision
819 -
Directory Listing
-
[select for diffs]
Modified
Thu Jan 18 19:49:21 2024 UTC
(2 years, 2 months ago)
by
nino.borges
Diff to
previous 818
Adding the previous batch coding support and solving around issues where there are characters missing in the previous live report that exist in the export files, making it so that there are missing matches. This version fixes that.
Revision
818 -
Directory Listing
-
[select for diffs]
Modified
Wed Jan 17 17:14:40 2024 UTC
(2 years, 2 months ago)
by
nino.borges
Diff to
previous 817
Added code to mark the batch field as To Confirm UAT or To Confirm LanID. This made the delivered the v3 report.
Revision
817 -
Directory Listing
-
[select for diffs]
Modified
Tue Jan 16 21:37:56 2024 UTC
(2 years, 2 months ago)
by
nino.borges
Diff to
previous 816
This version added code to name the dated header columns correctly. QCd this by selecting 5 rows at random and comparing them to Tom's table.
Revision
816 -
Directory Listing
-
[select for diffs]
Modified
Tue Jan 16 20:12:09 2024 UTC
(2 years, 2 months ago)
by
nino.borges
Diff to
previous 815
This program will open multiple xlsx files, using the Excel COM API, and will perform a simple combining of the data into a single xlsx report. This version is the first delivered report.
Revision
815 -
Directory Listing
-
[select for diffs]
Modified
Tue Jan 16 20:11:13 2024 UTC
(2 years, 2 months ago)
by
nino.borges
Diff to
previous 814
Very simple program that will read multiple CSV files and export a report based on specific questions. This was the final version of this first delivered report.
Revision
814 -
Directory Listing
-
[select for diffs]
Modified
Thu Jan 11 17:03:32 2024 UTC
(2 years, 2 months ago)
by
nino.borges
Diff to
previous 813
Changed the column name CSV Date to Folder Date and tried adding support for no sorting in the write log method, because the team asked that the Top10Subject lines values be sorted in the spreadsheet by count and not by the subject line value. These results saved as analysis report v15.
Revision
813 -
Directory Listing
-
[select for diffs]
Modified
Wed Jan 10 19:51:05 2024 UTC
(2 years, 2 months ago)
by
nino.borges
Diff to
previous 812
This version was the delivered Analysis_v13 spreadsheet that added the top 10 subject line entries.
Revision
812 -
Directory Listing
-
[select for diffs]
Modified
Mon Jan 8 21:44:57 2024 UTC
(2 years, 2 months ago)
by
nino.borges
Diff to
previous 811
This is the working version that has the final senders values code as well as the unique subject line count code but before I added any top 10 subject line coding was added.
Revision
811 -
Directory Listing
-
[select for diffs]
Modified
Fri Jan 5 20:25:29 2024 UTC
(2 years, 2 months ago)
by
nino.borges
Diff to
previous 810
This version has the working senderEmailAddressesAcrossCSVsSet and is before I'm adding code for the unique subject line count.
Revision
810 -
Directory Listing
-
[select for diffs]
Modified
Fri Jan 5 19:24:53 2024 UTC
(2 years, 2 months ago)
by
nino.borges
Diff to
previous 809
When adding the special senders list where there is no NTRS domain in the TO or where there is but it's not a lanID, I initial started by wanting to have separate per CSV and then a global list. However diana only needs a single large list but one that references what file it came from and only dedulicates on the file level. I'm going to change the code for .8 to only have one set, that still only deduplicates on the file level, instead of two. saving this to version control in the event she asks me to have both.
Revision
809 -
Directory Listing
-
[select for diffs]
Modified
Thu Jan 4 21:03:18 2024 UTC
(2 years, 2 months ago)
by
nino.borges
Diff to
previous 808
This was the final version that was used, which included the scenario calculations, and was sent to Tom and Diana. I then changed the start path to the second topsender request and re-ran this. This is why it points to the second top sender request.
Revision
808 -
Directory Listing
-
[select for diffs]
Modified
Thu Dec 21 22:52:40 2023 UTC
(2 years, 3 months ago)
by
nino.borges
Diff to
previous 807
Added a method to hash the contents of a ZIP file. The zip lib doesnt support being able to open a zip in memory and hash each file, so I wrote this to accomplish this. For now it returns a list with a list inside containing the embedded file name and the hash of that file. might change this to a tuple in a list.
Revision
807 -
Directory Listing
-
[select for diffs]
Modified
Thu Dec 21 22:25:16 2023 UTC
(2 years, 3 months ago)
by
nino.borges
Diff to
previous 806
For some reason part of this file was using 8 spaces and part was using the normal 4. I edited this manually so that it's all 4 spaces.
Revision
806 -
Directory Listing
-
[select for diffs]
Modified
Thu Dec 21 18:25:36 2023 UTC
(2 years, 3 months ago)
by
nino.borges
Diff to
previous 805
I'm tagging this as the final version of version 1. This version works, although it's limited, but it doesnt support zip files and archives in general. I'm going to re-do the tables so that it better supports this. This will then start the version 2.
Revision
804 -
Directory Listing
-
[select for diffs]
Modified
Thu Oct 12 16:03:05 2023 UTC
(2 years, 5 months ago)
by
nino.borges
Diff to
previous 803
Per Diana, @EXNTRS.COM is a valid NTRS domain, so changing the NTRS Domain Criteria to now be NTRS.COM, which simplifies that line a bit and will capture anything with that in it.
Revision
803 -
Directory Listing
-
[select for diffs]
Modified
Thu Oct 12 16:00:49 2023 UTC
(2 years, 5 months ago)
by
nino.borges
Diff to
previous 802
This version adds support for gathering all possible email addresses across all CSV files, which also let me gather the unique email address count in the TO field per CSV. Also adds the date column, as captured in the folder name, and changes the NTRS Domain Criteria to @NTRS.com or .NTRS.COM.
Revision
802 -
Directory Listing
-
[select for diffs]
Modified
Thu Sep 28 13:38:29 2023 UTC
(2 years, 5 months ago)
by
nino.borges
Diff to
previous 801
Very simple program that will read a list of subject lines and deconstruct them to consilidate them into a list of something attorneys
can use to pull out responsive terms.
Revision
799 -
Directory Listing
-
[select for diffs]
Modified
Mon Sep 25 15:44:23 2023 UTC
(2 years, 6 months ago)
by
nino.borges
Diff to
previous 798
Version of the program before finding many other examples that could also be LAN IDs and plan on adding extra verification.
Revision
798 -
Directory Listing
-
[select for diffs]
Modified
Thu Sep 21 19:18:39 2023 UTC
(2 years, 6 months ago)
by
nino.borges
Diff to
previous 797
This version created the beginnings of the report. It generates the counts and uses the regEx to pull out all of the ntrs values from the TO line, writing these to a file so that I can look for instances where it's pulling an ntrs but it's not a lan ID one.
Revision
797 -
Directory Listing
-
[select for diffs]
Modified
Wed Sep 20 18:50:51 2023 UTC
(2 years, 6 months ago)
by
nino.borges
Diff to
previous 796
Very first version of a very simple program that will read multiple CSV files and export a report based on LanID and other general information. This version is just gathering some test data.
Revision
796 -
Directory Listing
-
[select for diffs]
Modified
Fri Sep 8 19:43:21 2023 UTC
(2 years, 6 months ago)
by
nino.borges
Diff to
previous 795
This program will compare VVV catalogs of the media drives on the NAS to those on Marty and display the duplicates issues and differences.
Revision
791 -
Directory Listing
-
[select for diffs]
Modified
Tue Sep 13 14:10:49 2022 UTC
(3 years, 6 months ago)
by
nino.borges
Diff to
previous 790
Updated to support the MS Assessment and Planning Toolkit SQL report that Balaji sent to me. Also updated the Aspect SQL file section to further parse the server name since I found that they are mixing regular servernames with full servernames like foo.bar.com.
Revision
790 -
Directory Listing
-
[select for diffs]
Modified
Tue Sep 13 14:07:38 2022 UTC
(3 years, 6 months ago)
by
nino.borges
Diff to
previous 789
edited to be able to use this file to test the auxilium top level files. will need to edit this to use the different sources, like going back to service now.
Revision
789 -
Directory Listing
-
[select for diffs]
Modified
Fri Sep 2 15:43:05 2022 UTC
(3 years, 6 months ago)
by
nino.borges
Diff to
previous 788
Added support for the change requests numbers that were found on the original Windows servers with os 2008 and earlier report.
Revision
780 -
Directory Listing
-
[select for diffs]
Modified
Fri Aug 5 02:20:05 2022 UTC
(3 years, 7 months ago)
by
nino.borges
Diff to
previous 779
Using COM, this program will create a simplified txt file with rows from the Change Request Exports spreadsheets that hit on our server names. I'll then ingest this
on the main EndoIGServerAnalyzer program.
Revision
779 -
Directory Listing
-
[select for diffs]
Modified
Fri Aug 5 02:19:30 2022 UTC
(3 years, 7 months ago)
by
nino.borges
Diff to
previous 778
This program will take two CSV files and do a row to row compare. For this to work both CSVs need to have the same colums.
Set colOmitList to FALSE if you dont want it to parse at all and remove any columns. for that to work though you have to normalize the date
and number fields.
NOTE: the concur data HAS pipes in it, so verify each report.
Revision
778 -
Directory Listing
-
[select for diffs]
Modified
Fri Aug 5 02:19:01 2022 UTC
(3 years, 7 months ago)
by
nino.borges
Diff to
previous 777
This program will take exports from the 2010Copy database and, using a unique key like CallID or stdActivity,
compare these entries with SIF2007Backup or SIF 2008-2012 entries and generate a report that, on select fields
will show how the matched field compares. The csvs should be checked for field consistency across the files
and a fieldCompare matrix will need to be created, since field names wont be the same.
Also there is almost ALWAYS pipes in the data, so you will either need to manually fix after or before OR start using csv lib.
Revision
777 -
Directory Listing
-
[select for diffs]
Modified
Fri Aug 5 02:18:30 2022 UTC
(3 years, 7 months ago)
by
nino.borges
Diff to
previous 776
This program will inspect and then combine a large set of spreadsheets with multiple tabs of Concur export data.
This is to compare this new merger with a previous merger performed by endo/apks.
Revision
775 -
Directory Listing
-
[select for diffs]
Modified
Fri Aug 5 02:17:23 2022 UTC
(3 years, 7 months ago)
by
nino.borges
Diff to
previous 774
This program will take the results from the marked-up table-field report
and export a summary of how many fields are selected as which flag per table.
Revision
771 -
Directory Listing
-
[select for diffs]
Modified
Thu Aug 4 18:31:02 2022 UTC
(3 years, 7 months ago)
by
nino.borges
Diff to
previous 770
First working version of this program to extract data from various reports for windows 2008 server analysis.
Revision
767 -
Directory Listing
-
[select for diffs]
Modified
Wed Sep 15 18:54:57 2021 UTC
(4 years, 6 months ago)
by
nino.borges
Diff to
previous 766
Very simple program that will read an xls and extract field data, using an external matrix, a set text files for me.
Revision
765 -
Directory Listing
-
[select for diffs]
Modified
Mon Sep 13 20:40:19 2021 UTC
(4 years, 6 months ago)
by
nino.borges
Diff to
previous 764
First working version of a very simple program that will read a pair of csv files and extract the table and field data which matches specific terms
in the field or table name, along with other information about that field and table.
Revision
764 -
Directory Listing
-
[select for diffs]
Modified
Fri Jul 30 19:41:08 2021 UTC
(4 years, 7 months ago)
by
nino.borges
Diff to
previous 763
First working version used on 2007backup.
This program will take the results from EndoMultipleTableFieldCompare and will generate a
spreadsheet report so that specific fields can be selected for production. It will use the
results in the table-field compare and prioritize the tables that are not subsumed to the left
of the workbook and the ones that are to the right, with the idea that you will have a separator tab between them. It will then highlight in green the rows that were already selected for prod. Be sure to convert the multiple csvs to pipe delimited and NOT utf-16
Revision
763 -
Directory Listing
-
[select for diffs]
Modified
Fri Jul 30 14:45:31 2021 UTC
(4 years, 7 months ago)
by
nino.borges
Diff to
previous 762
This program will take the results from EndoMultipleTableFieldCompare and will check the rows in those tables to see if they are also the same. This is slightly less useful if you only have a top 50 row sample. better if it's the full table dumps.
Revision
762 -
Directory Listing
-
[select for diffs]
Modified
Fri Jul 30 14:43:55 2021 UTC
(4 years, 7 months ago)
by
nino.borges
Diff to
previous 761
This program will take a list of tables with the fields contained in those tables
and tell you which tables (fields not data) are subsumed by other tables and which
tables (fields not data) are identical. This is helpful to get an idea of how the
tables are possibly being used. Created for use in the Endo case.
Revision
760 -
Directory Listing
-
[select for diffs]
Modified
Thu Jul 22 01:34:35 2021 UTC
(4 years, 8 months ago)
by
nino.borges
Diff to
previous 759
Update program to now not only perform single term searches but also multi term AND and OR searches.
Revision
754 -
Directory Listing
-
[select for diffs]
Modified
Sun Jun 6 18:54:14 2021 UTC
(4 years, 9 months ago)
by
nino.borges
Diff to
previous 753
Second version that makes the elements in the array all upper. First version went from 37,601 to 26,143. This version dedupes a bit more to 24,821.
Revision
753 -
Directory Listing
-
[select for diffs]
Modified
Sun Jun 6 18:48:46 2021 UTC
(4 years, 9 months ago)
by
nino.borges
Diff to
previous 752
First working but basic version of program that akes a spreadsheet for this case that has lots of duplication and consolidates it based on a 5 dimensional array.
This also concatenates specific fields and attempts to fix names.
NOTE: take the spreadsheet and convert to pipe delim.
Revision
752 -
Directory Listing
-
[select for diffs]
Modified
Thu Apr 22 02:49:58 2021 UTC
(4 years, 11 months ago)
by
nino.borges
Diff to
previous 751
A simple program that will add the cover art to a folder of flac files but only ever on the thumb drive dir on the NAS. In this version I was trying to have the function call a subprocess on an entire dir, which didnt work. I'll switch to doing it file level instead.
Revision
740 -
Directory Listing
-
[select for diffs]
Modified
Mon Mar 22 18:13:25 2021 UTC
(5 years ago)
by
nino.borges
Diff to
previous 739
Second working version of a program that attempts to consolidate a huge spreadsheet using logic given by client. This was a major rewrite, so I started a new.
Revision
739 -
Directory Listing
-
[select for diffs]
Modified
Mon Mar 22 18:12:37 2021 UTC
(5 years ago)
by
nino.borges
Diff to
previous 722
First working version of a program that attempts to consolidate a huge spreadsheet using logic given by client.
Revision
721 -
Directory Listing
-
[select for diffs]
Modified
Wed Feb 24 15:22:58 2021 UTC
(5 years, 1 month ago)
by
nino.borges
Diff to
previous 720
First working of this program used for the LCHC project where a spreadsheet needed to be consolidated around the user name.
Revision
720 -
Directory Listing
-
[select for diffs]
Modified
Wed Jan 20 21:17:36 2021 UTC
(5 years, 2 months ago)
by
nino.borges
Diff to
previous 719
Creates an excel spreadsheet report listing the document counts for each of a particular AMs cases. Relativity only for now.
Revision
719 -
Directory Listing
-
[select for diffs]
Modified
Wed Jan 20 21:06:55 2021 UTC
(5 years, 2 months ago)
by
nino.borges
Diff to
previous 718
Simple program that will take a DAT which has the bates and a date field (dateSort), convert that date value to yyyymmdd
and then rename the corresponding file to datevalue-bates, so that it chron sorts.
Revision
710 -
Directory Listing
-
[select for diffs]
Modified
Tue Aug 18 22:05:33 2020 UTC
(5 years, 7 months ago)
by
nino.borges
Diff to
previous 709
Version 2 which is a major re-write allowing for more tools and functions to be usable on scanned dat. Create excel report, create bates range report.
Revision
709 -
Directory Listing
-
[select for diffs]
Modified
Wed Aug 5 17:41:37 2020 UTC
(5 years, 7 months ago)
by
nino.borges
Diff to
previous 708
Updated to version 1.7 to fix an issue where the XPM update removed some fields that the program was expecting. Updated so EVERYTHING is a look up list of column name. No more column letters or numbers.
Revision
706 -
Directory Listing
-
[select for diffs]
Modified
Wed Jul 15 15:18:15 2020 UTC
(5 years, 8 months ago)
by
nino.borges
Diff to
previous 705
Added a method which takes a list of bates, combination of beg and end, and gives me the bates ranges in that list.
Revision
705 -
Directory Listing
-
[select for diffs]
Modified
Tue Jul 14 19:00:09 2020 UTC
(5 years, 8 months ago)
by
nino.borges
Diff to
previous 704
A simple program, mostly for Eclipse, that will take an incoming prod DAT file and make an overlay file with things like the prodBeg number, Volume, Evidox Media ID, etc.
For now the load file needs to be asci.
Revision
704 -
Directory Listing
-
[select for diffs]
Modified
Tue Jul 14 00:14:58 2020 UTC
(5 years, 8 months ago)
by
nino.borges
Diff to
previous 703
Setting up the trunk and tags layout and tagging version 1.2, since this is a major version working before I do some big changes.
Revision
703 -
Directory Listing
-
[select for diffs]
Modified
Wed Jun 10 19:10:05 2020 UTC
(5 years, 9 months ago)
by
nino.borges
Diff to
previous 702
Updated to 1.6 to fix a bug where it would crash if the matter name had a illegal windows file name character, like a slash.
Revision
701 -
Directory Listing
-
[select for diffs]
Modified
Thu May 21 21:36:34 2020 UTC
(5 years, 10 months ago)
by
nino.borges
Diff to
previous 700
This version does away with the madness of a specific list of columns to delete and instead uses a list of approved field names. Updated to version 1.5
Revision
700 -
Directory Listing
-
[select for diffs]
Modified
Thu May 21 19:24:11 2020 UTC
(5 years, 10 months ago)
by
nino.borges
Diff to
previous 699
Tareq found a bug when the matter name has some unicode in it. Removing the part where I try to STR the matter name. update to v 1.4
Revision
695 -
Directory Listing
-
[select for diffs]
Modified
Wed May 13 19:22:06 2020 UTC
(5 years, 10 months ago)
by
nino.borges
Diff to
previous 694
Updating the main function to do a proper return and added some testing to the bottom to run it in non GUI mode to do some testing. shell for the dat report dialog too.
Revision
682 -
Directory Listing
-
[select for diffs]
Modified
Thu May 7 20:06:07 2020 UTC
(5 years, 10 months ago)
by
nino.borges
Diff to
previous 681
Added a SetCellProperties method as a catch all for performing multiple changes to cell properties like font, font size etc.
Revision
678 -
Directory Listing
-
[select for diffs]
Modified
Mon May 4 19:40:48 2020 UTC
(5 years, 10 months ago)
by
nino.borges
Diff to
previous 677
A simple program that will take an exported evidence report from XPM App and make and East Team
specific evidence log that can be shared with clients.
Revision
676 -
Directory Listing
-
[select for diffs]
Modified
Thu Mar 26 16:23:22 2020 UTC
(6 years ago)
by
nino.borges
Diff to
previous 675
Cleaned things up a bit more by removing unneeded logic, now that we have a function here, and also added a try except statement.
Revision
674 -
Directory Listing
-
[select for diffs]
Modified
Thu Mar 26 14:29:40 2020 UTC
(6 years ago)
by
nino.borges
Diff to
previous 673
A simple program that will attempt to make load files for an incoming prod where they only gave us text files and images.
Revision
669 -
Directory Listing
-
[select for diffs]
Modified
Tue Dec 31 16:56:53 2019 UTC
(6 years, 2 months ago)
by
nino.borges
Diff to
previous 668
Copied this from the fix bates range tool in the summation dir and deleted the stuff that I dont need. I use these functions quite often and for many tools.
Revision
663 -
Directory Listing
-
[select for diffs]
Modified
Thu Dec 12 21:15:26 2019 UTC
(6 years, 3 months ago)
by
nino.borges
Diff to
previous 662
This was the first non-class version of a lib to interact with Eclipse SQL. has been replaced already
Revision
661 -
Directory Listing
-
[select for diffs]
Modified
Thu Dec 12 21:12:39 2019 UTC
(6 years, 3 months ago)
by
nino.borges
Diff to
previous 660
A GUI program that will allow for performing admin functions on Eclipse using the SQL library that I made
Revision
645 -
Directory Listing
-
[select for diffs]
Modified
Tue Apr 3 15:15:57 2018 UTC
(7 years, 11 months ago)
by
nino.borges
Diff to
previous 644
Updated so that it checks the last mod date. will now skip if the mod date of the source is not newer.
Revision
631 -
Directory Listing
-
[select for diffs]
Modified
Mon Apr 3 19:20:10 2017 UTC
(8 years, 11 months ago)
by
nino.borges
Diff to
previous 630
Changed version to 2.5. Added feature to ask for pricing approval with click of button. this commit is version 2.5 final.
Revision
629 -
Directory Listing
-
[select for diffs]
Modified
Mon Mar 13 15:45:36 2017 UTC
(9 years ago)
by
nino.borges
Diff to
previous 628
Changed version to 2.4. Added a validator for the file name. changed the var name for the number validator, since that name was too generic.
Revision
626 -
Directory Listing
-
[select for diffs]
Modified
Wed Nov 23 19:46:17 2016 UTC
(9 years, 4 months ago)
by
nino.borges
Diff to
previous 625
Version 2.2.1. Updated to gather the deenas changes in the templates and changed the PM base rate to 195.
Revision
620 -
Directory Listing
-
[select for diffs]
Modified
Wed Nov 2 16:45:13 2016 UTC
(9 years, 4 months ago)
by
nino.borges
Diff to
previous 619
Version 2.2.0. Added full support for the SOW short form whne they have an MSA and added support on the UI elements, hiding those and unhiding too.
Revision
616 -
Directory Listing
-
[select for diffs]
Modified
Mon Oct 31 14:05:00 2016 UTC
(9 years, 4 months ago)
by
nino.borges
Diff to
previous 615
Version 2.1.0, which turns the flags on. Created dialog box to display the special attributes of that client.
Revision
615 -
Directory Listing
-
[select for diffs]
Modified
Wed Oct 12 16:07:51 2016 UTC
(9 years, 5 months ago)
by
nino.borges
Diff to
previous 614
Second bug release of v 2. This version reads and writes to multiple RL tables, saving things like new clients and new contacts. Made this v 2 because new versions will be based on this idea of being able to save and gather info about a client, like if they have custom t and c.
Revision
612 -
Directory Listing
-
[select for diffs]
Modified
Wed Sep 21 15:12:58 2016 UTC
(9 years, 6 months ago)
by
nino.borges
Diff to
previous 611
Added support for making project dormant and executed, moving to using the webapp as the front end now.
Revision
611 -
Directory Listing
-
[select for diffs]
Modified
Wed Sep 21 15:10:23 2016 UTC
(9 years, 6 months ago)
by
nino.borges
Diff to
previous 610
Updated library to now support copying and pasting the contents of an entire word document into another word document.
Revision
610 -
Directory Listing
-
[select for diffs]
Modified
Wed Sep 21 15:07:05 2016 UTC
(9 years, 6 months ago)
by
nino.borges
Diff to
previous 609
Created a program that will take a PTS report and cull out parts to then put into a spreadsheet. in the future it will make the spreadsheet.
Revision
607 -
Directory Listing
-
[select for diffs]
Modified
Thu Jun 16 15:56:39 2016 UTC
(9 years, 9 months ago)
by
nino.borges
Diff to
previous 606
Moved all of the default low and regular prices out of the two individual classes and into a shared dictionary called defaultPriceMatrix, which is shared by the two tabs that need it. Also fixed the per page endorsing so that it allows it to go to 0, since people waive this. Also added per GB imaging to just the shared dictionary for now.
Revision
599 -
Directory Listing
-
[select for diffs]
Modified
Thu Jan 7 15:45:38 2016 UTC
(10 years, 2 months ago)
by
nino.borges
Diff to
previous 598
This is version 1.06, even though it says 1.07. this version added all the math and was right before I started making the cosmetic changes from nicole.
Revision
598 -
Directory Listing
-
[select for diffs]
Modified
Wed Dec 23 17:27:25 2015 UTC
(10 years, 3 months ago)
by
nino.borges
Diff to
previous 597
Updated pricing tab so that it turns each control red, if that control goes below our approved pricing.
Revision
596 -
Directory Listing
-
[select for diffs]
Modified
Tue Dec 15 21:21:47 2015 UTC
(10 years, 3 months ago)
by
nino.borges
Diff to
previous 595
Version .01 of this program. At this point it works for me and other people. This is before I changed it to a notebook.
Revision
569 -
Directory Listing
-
[select for diffs]
Modified
Wed Jan 21 22:48:01 2015 UTC
(11 years, 2 months ago)
by
nino.borges
Diff to
previous 568
Added support for creating reports in Excel. Viewed and printed tabs are done. doc count viewed is almost done.
Revision
564 -
Directory Listing
-
[select for diffs]
Modified
Tue Nov 25 20:46:59 2014 UTC
(11 years, 4 months ago)
by
nino.borges
Diff to
previous 563
added the init to the folder to make it callable. Finished the db clases. Started the reporting class.
Revision
561 -
Directory Listing
-
[select for diffs]
Modified
Tue Nov 25 15:59:28 2014 UTC
(11 years, 4 months ago)
by
nino.borges
Diff to
previous 560
A program that will take the history export from the HPPR, parse, and then make a spreadsheet with the results.
Revision
553 -
Directory Listing
-
[select for diffs]
Modified
Wed Jun 18 13:58:04 2014 UTC
(11 years, 9 months ago)
by
nino.borges
Diff to
previous 552
a simple program that allowed me to parse a pdf and spreadsheet where the rows didnt line up at all.
Revision
552 -
Directory Listing
-
[select for diffs]
Modified
Wed Jun 18 13:56:42 2014 UTC
(11 years, 9 months ago)
by
nino.borges
Diff to
previous 551
Added the request where they asked me to take 1 spreadsheet that had multi lines for a patient but each line having a diff question, and merge so that petient and all questions were on 1 line.
Revision
551 -
Directory Listing
-
[select for diffs]
Modified
Wed Jun 18 02:36:18 2014 UTC
(11 years, 9 months ago)
by
nino.borges
Diff to
previous 542
Finished the settings class that allows you to change the sentance values from the settings tab. Also added the code to ask for upgrade.
Revision
541 -
Directory Listing
-
[select for diffs]
Modified
Mon May 5 20:23:52 2014 UTC
(11 years, 10 months ago)
by
nino.borges
Diff to
previous 540
Changed the tpm assign box to select only, to force it to the current TPMs and to deal with an issue where just by selecting another case, it was triping the transfer tpm event.
Revision
540 -
Directory Listing
-
[select for diffs]
Modified
Mon May 5 19:24:56 2014 UTC
(11 years, 10 months ago)
by
nino.borges
Diff to
previous 539
Changed event call backs that referenced a event ID because that was not always stable. Updated version to 1.9.0 beta .07
Revision
536 -
Directory Listing
-
[select for diffs]
Modified
Wed Apr 30 16:55:04 2014 UTC
(11 years, 11 months ago)
by
nino.borges
Diff to
previous 535
Removed the < > and replaced with () when you upload a other party produciton. Windows wont allow the <> chars in a folder name
Revision
535 -
Directory Listing
-
[select for diffs]
Modified
Wed Apr 30 16:31:10 2014 UTC
(11 years, 11 months ago)
by
nino.borges
Diff to
previous 534
Removed the < > and replaced with () when you upload a other party produciton. Windows wont allow the <> chars in a folder name
Revision
524 -
Directory Listing
-
[select for diffs]
Modified
Thu Feb 20 19:22:35 2014 UTC
(12 years, 1 month ago)
by
nino.borges
Diff to
previous 523
Added section where it detects mac or windows, so that I dont need to keep editing the same location info.
Revision
517 -
Directory Listing
-
[select for diffs]
Modified
Tue Jan 21 19:41:20 2014 UTC
(12 years, 2 months ago)
by
nino.borges
Diff to
previous 516
Fixed a bug where lib was pointing to wrong folder for expedat and incremented the version. changed tag folder name too, to show new version.
Revision
516 -
Directory Listing
-
[select for diffs]
Modified
Tue Jan 21 19:11:14 2014 UTC
(12 years, 2 months ago)
by
nino.borges
Diff to
previous 515
Fixed a bug where lib was pointing to wrong folder for expedat and incremented the version. changed tag folder name too, to show new version.
Revision
492 -
Directory Listing
-
[select for diffs]
Modified
Tue Dec 10 16:21:30 2013 UTC
(12 years, 3 months ago)
by
nino.borges
Diff to
previous 491
Changed the view edit to console and updated the installer to remove the old short cuts for view edit and add case.
Revision
487 -
Directory Listing
-
[select for diffs]
Modified
Thu Nov 21 16:42:23 2013 UTC
(12 years, 4 months ago)
by
nino.borges
Diff to
previous 486
Changed it so that view edit doesnt make a new access connection (a second one) but instead uses the instance from console. Also added a add case dialog and started making the add case call back.
Revision
486 -
Directory Listing
-
[select for diffs]
Modified
Wed Nov 20 20:26:04 2013 UTC
(12 years, 4 months ago)
by
nino.borges
Diff to
previous 485
Fixed bug where transfer case would error out because getcasedata wasnt updated to include casepathstyle.
Revision
467 -
Directory Listing
-
[select for diffs]
Modified
Tue Oct 8 14:30:44 2013 UTC
(12 years, 5 months ago)
by
nino.borges
Diff to
previous 466
Updated so that update pricing now refereshes the case settings window. updated version to build 002.
Revision
464 -
Directory Listing
-
[select for diffs]
Modified
Mon Oct 7 19:04:50 2013 UTC
(12 years, 5 months ago)
by
nino.borges
Diff to
previous 463
Moved CreateCaseStylePathFolders out of view edit console and into mcplib so that copyup could use it too. Added ability to copy up to also test if the user already selected new vs old style and it updates it in the db.
Revision
462 -
Directory Listing
-
[select for diffs]
Modified
Tue Oct 1 19:53:25 2013 UTC
(12 years, 5 months ago)
by
nino.borges
Diff to
previous 461
Added support in view edit for the case path style setting and added a popup that forces you to choose if you select an IDS system. Also added ability to have the MCP create the data folders.
Revision
461 -
Directory Listing
-
[select for diffs]
Modified
Mon Sep 23 19:13:47 2013 UTC
(12 years, 6 months ago)
by
nino.borges
Diff to
previous 460
Added a busy dialog to the transfer case utility, completing the transfer case module. One day I'll add a separate menu dialog.
Revision
460 -
Directory Listing
-
[select for diffs]
Modified
Mon Sep 23 18:54:34 2013 UTC
(12 years, 6 months ago)
by
nino.borges
Diff to
previous 459
For some reason the mycases, activecases,officecases lists are no longer sorting by client matter. Changed to force the sort.
Revision
459 -
Directory Listing
-
[select for diffs]
Modified
Fri Sep 20 20:32:02 2013 UTC
(12 years, 6 months ago)
by
nino.borges
Diff to
previous 458
Added support for transffering cases between TPMs in other offices and intra office. Updated the main View Edit to support this. Now just need a busy dialog and a dialog for transfering through the menu option.
Revision
458 -
Directory Listing
-
[select for diffs]
Modified
Tue Sep 17 14:41:23 2013 UTC
(12 years, 6 months ago)
by
nino.borges
Diff to
previous 457
Changed the Generic lable to Generic (old cases only) from working dir. Created the Expedat Walk generator in MCP_Lib to act as a expedat dir walker. Changed the vendor upload dialog so that it now supports unlimited folder depth, by using the generator.
Revision
457 -
Directory Listing
-
[select for diffs]
Modified
Fri Sep 13 15:10:57 2013 UTC
(12 years, 6 months ago)
by
nino.borges
Diff to
previous 456
Changed back to not using working folder per request and added full support for the new structure.
Revision
455 -
Directory Listing
-
[select for diffs]
Modified
Wed Sep 11 18:57:58 2013 UTC
(12 years, 6 months ago)
by
nino.borges
Diff to
previous 454
Added a new view called My Active Cases, filtering the case list to only show your active cases for all modules.
Revision
454 -
Directory Listing
-
[select for diffs]
Modified
Wed Sep 11 18:57:31 2013 UTC
(12 years, 6 months ago)
by
nino.borges
Diff to
previous 453
Added a new view called My Active Cases, filtering the case list to only show your active cases for all modules.
Revision
453 -
Directory Listing
-
[select for diffs]
Modified
Wed Sep 11 17:59:42 2013 UTC
(12 years, 6 months ago)
by
nino.borges
Diff to
previous 452
Added support for the working folder, IDS and made expedat library encrypted. Also fixed a bug where it would error out if copy up was less than 1k.
Revision
447 -
Directory Listing
-
[select for diffs]
Modified
Sat Sep 7 23:22:19 2013 UTC
(12 years, 6 months ago)
by
nino.borges
Diff to
previous 446
Updated the main method because it was missing extensions where there was mixed case and extra f in tiff.
Revision
437 -
Directory Listing
-
[select for diffs]
Modified
Mon Aug 26 12:59:48 2013 UTC
(12 years, 7 months ago)
by
nino.borges
Diff to
previous 432
Added a new program and made a GUI for it. This is actually singleTifToLFP but this name makes more sense.
Revision
421 -
Directory Listing
-
[select for diffs]
Modified
Tue Jul 30 18:09:08 2013 UTC
(12 years, 8 months ago)
by
nino.borges
Diff to
previous 418
Finished and tested the OnEditCaseName by adding list comprehension that edits the 3 case lists in place.
Revision
418 -
Directory Listing
-
[select for diffs]
Modified
Fri Jul 26 20:16:35 2013 UTC
(12 years, 8 months ago)
by
nino.borges
Diff to
previous 413
Updated mcp_case scan so that it works with the updated lib that gives you more than just your case list.
Revision
413 -
Directory Listing
-
[select for diffs]
Modified
Tue Jul 23 15:49:27 2013 UTC
(12 years, 8 months ago)
by
nino.borges
Diff to
previous 412
Added a Davita only section of the MCP case scan that creates a web page that is our case orgnizer. This is the first version of this organizer page.
Revision
411 -
Directory Listing
-
[select for diffs]
Modified
Tue Jul 23 15:41:59 2013 UTC
(12 years, 8 months ago)
by
nino.borges
Diff to
previous 367
Added a version 1 of a simple program that compares the exported records of the sales search and microfilm dbs to the values in the int check 3 RL db.
Revision
303 -
Directory Listing
-
[select for diffs]
Modified
Wed Mar 6 16:09:57 2013 UTC
(13 years ago)
by
nino.borges
Diff to
previous 296
Added initial support for upload and hosting pricing and added an initial gui dialog to change it. Updated version to 1.8.0
Revision
271 -
Directory Listing
-
[select for diffs]
Modified
Tue Feb 5 21:27:33 2013 UTC
(13 years, 1 month ago)
by
nino.borges
Diff to
previous 270
Added the Edit the vendor folder dialog and linked everything up in view edit. Added methods to change this in the db.
Revision
268 -
Directory Listing
-
[select for diffs]
Modified
Tue Feb 5 18:44:03 2013 UTC
(13 years, 1 month ago)
by
nino.borges
Diff to
previous 267
Added a view vendor folder method and pointed the menu item here. Also added import of edit vendor folder dialog
Revision
266 -
Directory Listing
-
[select for diffs]
Modified
Mon Feb 4 19:25:36 2013 UTC
(13 years, 1 month ago)
by
nino.borges
Diff to
previous 265
moved the list of archive file types to the lib, so that there would be one place only to change it, and pointed copy up here. Also added a warning dialog to copy up to warn when it's about to gather the compressed size of an archive.
Revision
258 -
Directory Listing
-
[select for diffs]
Modified
Tue Jan 29 15:56:46 2013 UTC
(13 years, 2 months ago)
by
nino.borges
Diff to
previous 242
Finished adding feature Copy From Vendor Folder (#39) to copyup. Added menu items for settings, linked vendor folders and alternate media path to view edit ui
Revision
189 -
Directory Listing
-
[select for diffs]
Modified
Fri Nov 2 15:18:39 2012 UTC
(13 years, 4 months ago)
by
nino.borges
Diff to
previous 186
Added backend 'view my case notes' ability to view edit and added same to ui and back end of copyUp.