ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/ns_dev/Python
Revision 722 - Directory Listing - [select for diffs]
Modified Tue Mar 2 20:17:33 2021 UTC (5 years ago) by nino.borges
Diff to previous 721 , to selected 692
Final of ver 2 where it works with 2 passes and on second pass tries to consolidate by removing middle name.
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 , to selected 692
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 , to selected 692
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 , to selected 692
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 718 - Directory Listing - [select for diffs]
Modified Thu Nov 5 22:08:59 2020 UTC (5 years, 4 months ago) by nino.borges
Diff to previous 717 , to selected 692
Adding more support for UTF by using io library for better file open control. Updated ver to 2.1
Revision 717 - Directory Listing - [select for diffs]
Modified Thu Nov 5 22:05:50 2020 UTC (5 years, 4 months ago) by nino.borges
Diff to previous 716 , to selected 692
Updated to point to BatesRangeFunctions module in tools dir.
Revision 716 - Directory Listing - [select for diffs]
Modified Thu Nov 5 22:04:23 2020 UTC (5 years, 4 months ago) by nino.borges
Diff to previous 715 , to selected 692
Added NextBatesShouldBe and PreviousBatesShouldBe methods.
Revision 715 - Directory Listing - [select for diffs]
Modified Thu Nov 5 22:03:15 2020 UTC (5 years, 4 months ago) by nino.borges
Diff to previous 714 , to selected 692
Fixed small typo with workspace variable.
Revision 714 - Directory Listing - [select for diffs]
Modified Wed Oct 7 19:07:11 2020 UTC (5 years, 5 months ago) by nino.borges
Diff to previous 710 , to selected 692
Updated due to changes in column names in this last XPM app update.
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 , to selected 692
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 , to selected 692
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 708 - Directory Listing - [select for diffs]
Modified Wed Jul 15 19:09:52 2020 UTC (5 years, 8 months ago) by nino.borges
Diff to previous 707 , to selected 692
Fixed GetBatesRanges to remove those trailing zeros in the alpha part. works correctly now.
Revision 707 - Directory Listing - [select for diffs]
Modified Wed Jul 15 15:19:04 2020 UTC (5 years, 8 months ago) by nino.borges
Diff to previous 706 , to selected 692
Added support to set the cell color to the setCellProperties method.
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 , to selected 692
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 , to selected 692
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 , to selected 692
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 , to selected 692
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 702 - Directory Listing - [select for diffs]
Modified Thu May 21 21:41:31 2020 UTC (5 years, 10 months ago) by nino.borges
Diff to previous 701 , to selected 692
updating the notes to show that I finished an item but one other (arrows) is not working.
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 , to selected 692
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 , to selected 692
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 699 - Directory Listing - [select for diffs]
Modified Wed May 13 22:04:21 2020 UTC (5 years, 10 months ago) by nino.borges
Diff to previous 698 , to selected 692
adding checking for the source too.
Revision 698 - Directory Listing - [select for diffs]
Modified Wed May 13 22:04:00 2020 UTC (5 years, 10 months ago) by nino.borges
Diff to previous 697 , to selected 692
add support for additional XDD section
Revision 697 - Directory Listing - [select for diffs]
Modified Wed May 13 21:48:24 2020 UTC (5 years, 10 months ago) by nino.borges
Diff to previous 696 , to selected 692
Finished up the dat report dialog and added a bit more code to try to determine the encoding.
Revision 696 - Directory Listing - [select for diffs]
Modified Wed May 13 19:29:18 2020 UTC (5 years, 10 months ago) by nino.borges
Diff to previous 695 , to selected 692
Added the beginings of the dat report dialog.
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 , to selected 692
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 694 - Directory Listing - [select for diffs]
Modified Wed May 13 15:39:49 2020 UTC (5 years, 10 months ago) by nino.borges
Diff to previous 693 , to selected 692
Moving into it's own folder
Revision 693 - Directory Listing - [select for diffs]
Modified Wed May 13 15:37:00 2020 UTC (5 years, 10 months ago) by nino.borges
Diff to previous 692
adding a folder and UI for incoming prod analyzer
Revision 692 - Directory Listing - [selected]
Modified Wed May 13 15:35:21 2020 UTC (5 years, 10 months ago) by nino.borges
Diff to previous 691
Moving into it's own folder
Revision 691 - Directory Listing - [select for diffs]
Modified Wed May 13 15:32:49 2020 UTC (5 years, 10 months ago) by nino.borges
Diff to previous 690 , to selected 692
Moving into it's own folder
Revision 690 - Directory Listing - [select for diffs]
Modified Wed May 13 15:29:53 2020 UTC (5 years, 10 months ago) by nino.borges
Diff to previous 689 , to selected 692
trying to get the compiled version of filter arrow removed.
Revision 689 - Directory Listing - [select for diffs]
Modified Wed May 13 15:29:14 2020 UTC (5 years, 10 months ago) by nino.borges
Diff to previous 688 , to selected 692
update to 1.3, which just tests the non-working when complied filter arrow remove.
Revision 688 - Directory Listing - [select for diffs]
Modified Wed May 13 15:26:25 2020 UTC (5 years, 10 months ago) by nino.borges
Diff to previous 687 , to selected 692
Small changes to make it work with a test UI
Revision 687 - Directory Listing - [select for diffs]
Modified Wed May 13 00:00:36 2020 UTC (5 years, 10 months ago) by nino.borges
Diff to previous 686 , to selected 692
Added support for UTF dat files
Revision 686 - Directory Listing - [select for diffs]
Modified Thu May 7 20:59:05 2020 UTC (5 years, 10 months ago) by nino.borges
Diff to previous 685 , to selected 692
Added methods to remove filter arrows and force auto fit columns
Revision 685 - Directory Listing - [select for diffs]
Modified Thu May 7 20:55:58 2020 UTC (5 years, 10 months ago) by nino.borges
Diff to previous 684 , to selected 692
Second round of changes requested by team
Revision 684 - Directory Listing - [select for diffs]
Modified Thu May 7 20:08:21 2020 UTC (5 years, 10 months ago) by nino.borges
Diff to previous 683 , to selected 692
First round of changes requested by the team and added a text file to track these.
Revision 683 - Directory Listing - [select for diffs]
Modified Thu May 7 20:07:41 2020 UTC (5 years, 10 months ago) by nino.borges
Diff to previous 682 , to selected 692
First round of changes requested by the team.
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 , to selected 692
Added a SetCellProperties method as a catch all for performing multiple changes to cell properties like font, font size etc.
Revision 681 - Directory Listing - [select for diffs]
Modified Thu May 7 15:31:41 2020 UTC (5 years, 10 months ago) by nino.borges
Diff to previous 680 , to selected 692
Updated by adding a GUI and making the main program GUI friendly.
Revision 680 - Directory Listing - [select for diffs]
Modified Mon May 4 19:46:21 2020 UTC (5 years, 10 months ago) by nino.borges
Diff to previous 679 , to selected 692
Moved GUI_Base to the toolbox folder
Revision 679 - Directory Listing - [select for diffs]
Modified Mon May 4 19:41:49 2020 UTC (5 years, 10 months ago) by nino.borges
Diff to previous 678 , to selected 692
Added some methods to delete columns and a method to change the format of a number/date cell.
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 , to selected 692
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 677 - Directory Listing - [select for diffs]
Modified Fri May 1 14:48:48 2020 UTC (5 years, 10 months ago) by nino.borges
Diff to previous 676 , to selected 692
No real changes.
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 , to selected 692
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 675 - Directory Listing - [select for diffs]
Modified Thu Mar 26 14:37:00 2020 UTC (6 years ago) by nino.borges
Diff to previous 674 , to selected 692
Added some error checking at the end to make sure all found images are accounted for in the LFP.
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 , to selected 692
A simple program that will attempt to make load files for an incoming prod where they only gave us text files and images.
Revision 673 - Directory Listing - [select for diffs]
Modified Thu Mar 26 14:28:59 2020 UTC (6 years ago) by nino.borges
Diff to previous 672 , to selected 692
A program for performing some basic verification on an incoming production.
Revision 672 - Directory Listing - [select for diffs]
Modified Tue Feb 18 15:39:50 2020 UTC (6 years, 1 month ago) by nino.borges
Diff to previous 671 , to selected 692
A simple program for analyzing an incoming prod.
Revision 671 - Directory Listing - [select for diffs]
Modified Mon Jan 20 22:42:16 2020 UTC (6 years, 2 months ago) by nino.borges
Diff to previous 670 , to selected 692
Updates to reflect stuff moved from iad to XDD
Revision 670 - Directory Listing - [select for diffs]
Modified Mon Jan 20 22:41:38 2020 UTC (6 years, 2 months ago) by nino.borges
Diff to previous 669 , to selected 692
Updates to reflect stuff moved from iad to XDD
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 , to selected 692
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 668 - Directory Listing - [select for diffs]
Modified Thu Dec 12 21:22:11 2019 UTC (6 years, 3 months ago) by nino.borges
Diff to previous 667 , to selected 692
Creates an HTML report on the home systems and sends to website
Revision 667 - Directory Listing - [select for diffs]
Modified Thu Dec 12 21:20:38 2019 UTC (6 years, 3 months ago) by nino.borges
Diff to previous 666 , to selected 692
Program to help in detection of near duplicates in paper world
Revision 666 - Directory Listing - [select for diffs]
Modified Thu Dec 12 21:18:56 2019 UTC (6 years, 3 months ago) by nino.borges
Diff to previous 665 , to selected 692
small changes
Revision 665 - Directory Listing - [select for diffs]
Modified Thu Dec 12 21:18:26 2019 UTC (6 years, 3 months ago) by nino.borges
Diff to previous 664 , to selected 692
Simple program for detecting gaps in bates number lists
Revision 664 - Directory Listing - [select for diffs]
Modified Thu Dec 12 21:17:10 2019 UTC (6 years, 3 months ago) by nino.borges
Diff to previous 663 , to selected 692
Simple program for Peter to compare filename lists and paths
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 , to selected 692
This was the first non-class version of a lib to interact with Eclipse SQL.  has been replaced already
Revision 662 - Directory Listing - [select for diffs]
Modified Thu Dec 12 21:14:38 2019 UTC (6 years, 3 months ago) by nino.borges
Diff to previous 661 , to selected 692
Program that creates an excel spreadsheet from all of the cat sets in a case
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 , to selected 692
A GUI program that will allow for performing admin functions on Eclipse using the SQL library that I made
Revision 660 - Directory Listing - [select for diffs]
Modified Thu Dec 12 21:11:15 2019 UTC (6 years, 3 months ago) by nino.borges
Diff to previous 659 , to selected 692
dont need this
Revision 659 - Directory Listing - [select for diffs]
Modified Thu Dec 12 21:09:28 2019 UTC (6 years, 3 months ago) by nino.borges
Diff to previous 658 , to selected 692
nothing
Revision 658 - Directory Listing - [select for diffs]
Modified Thu Dec 12 21:08:53 2019 UTC (6 years, 3 months ago) by nino.borges
Diff to previous 657 , to selected 692
Program for creating ledger budjet reports that I can copy into spreadsheets
Revision 657 - Directory Listing - [select for diffs]
Modified Thu Dec 12 21:07:35 2019 UTC (6 years, 3 months ago) by nino.borges
Diff to previous 656 , to selected 692
Small changes
Revision 656 - Directory Listing - [select for diffs]
Modified Thu Dec 12 21:07:20 2019 UTC (6 years, 3 months ago) by nino.borges
Diff to previous 655 , to selected 692
Small changes
Revision 655 - Directory Listing - [select for diffs]
Modified Thu Dec 12 21:06:09 2019 UTC (6 years, 3 months ago) by nino.borges
Diff to previous 654 , to selected 692
Simple program taht will help me fix broken music covers
Revision 654 - Directory Listing - [select for diffs]
Modified Thu Dec 12 21:04:36 2019 UTC (6 years, 3 months ago) by nino.borges
Diff to previous 653 , to selected 692
small changes
Revision 653 - Directory Listing - [select for diffs]
Modified Thu Dec 12 21:00:13 2019 UTC (6 years, 3 months ago) by nino.borges
Diff to previous 652 , to selected 692
simple program to play with splitting a check
Revision 652 - Directory Listing - [select for diffs]
Modified Thu Dec 12 20:57:08 2019 UTC (6 years, 3 months ago) by nino.borges
Diff to previous 651 , to selected 692
compiled version of program that counts in tenths
Revision 651 - Directory Listing - [select for diffs]
Modified Thu Dec 12 20:45:58 2019 UTC (6 years, 3 months ago) by nino.borges
Diff to previous 650 , to selected 692
small updates
Revision 650 - Directory Listing - [select for diffs]
Modified Thu Dec 12 20:43:50 2019 UTC (6 years, 3 months ago) by nino.borges
Diff to previous 649 , to selected 692
A simple class library for automating Eclipse through SQL
Revision 649 - Directory Listing - [select for diffs]
Modified Thu Dec 12 20:42:20 2019 UTC (6 years, 3 months ago) by nino.borges
Diff to previous 648 , to selected 692
small changes
Revision 648 - Directory Listing - [select for diffs]
Modified Thu Dec 12 20:41:30 2019 UTC (6 years, 3 months ago) by nino.borges
Diff to previous 647 , to selected 692
small changes
Revision 647 - Directory Listing - [select for diffs]
Modified Tue Apr 3 20:24:54 2018 UTC (7 years, 11 months ago) by nino.borges
Diff to previous 646 , to selected 692
Added support for incoming and outgoing prod tabs and rewrite as a function.
Revision 646 - Directory Listing - [select for diffs]
Modified Tue Apr 3 20:23:59 2018 UTC (7 years, 11 months ago) by nino.borges
Diff to previous 645 , to selected 692
Added another JS.
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 , to selected 692
Updated so that it checks the last mod date. will now skip if the mod date of the source is not newer.
Revision 644 - Directory Listing - [select for diffs]
Modified Wed Mar 28 20:27:35 2018 UTC (8 years ago) by nino.borges
Diff to previous 643 , to selected 692
Initial working Version.

Revision 643 - Directory Listing - [select for diffs]
Modified Wed Mar 28 20:25:14 2018 UTC (8 years ago) by nino.borges
Diff to previous 642 , to selected 692
Final version before leaving AD
Revision 642 - Directory Listing - [select for diffs]
Modified Wed Mar 28 20:25:02 2018 UTC (8 years ago) by nino.borges
Diff to previous 641 , to selected 692
Final version before leaving AD
Revision 641 - Directory Listing - [select for diffs]
Modified Wed Mar 28 20:24:17 2018 UTC (8 years ago) by nino.borges
Diff to previous 640 , to selected 692
Final version before leaving AD
Revision 640 - Directory Listing - [select for diffs]
Modified Wed Mar 28 20:23:01 2018 UTC (8 years ago) by nino.borges
Diff to previous 639 , to selected 692
minor changes in use
Revision 639 - Directory Listing - [select for diffs]
Modified Wed Mar 28 20:20:50 2018 UTC (8 years ago) by nino.borges
Diff to previous 638 , to selected 692
Final versions before leaving AD.
Revision 638 - Directory Listing - [select for diffs]
Modified Wed Mar 28 20:19:08 2018 UTC (8 years ago) by nino.borges
Diff to previous 637 , to selected 692
Final versions before leaving AD.
Revision 637 - Directory Listing - [select for diffs]
Modified Wed Mar 28 20:17:13 2018 UTC (8 years ago) by nino.borges
Diff to previous 636 , to selected 692
Updated to allow saving or displaying.
Revision 636 - Directory Listing - [select for diffs]
Modified Wed Mar 28 20:15:08 2018 UTC (8 years ago) by nino.borges
Diff to previous 635 , to selected 692
to make imports easier
Revision 635 - Directory Listing - [select for diffs]
Modified Wed Mar 28 20:14:31 2018 UTC (8 years ago) by nino.borges
Diff to previous 634 , to selected 692
Initial version of a tree size getter that is new and better than the walk way
Revision 634 - Directory Listing - [select for diffs]
Modified Wed Mar 28 14:08:28 2018 UTC (8 years ago) by nino.borges
Diff to previous 633 , to selected 692
Initial version
Revision 633 - Directory Listing - [select for diffs]
Modified Wed Mar 28 13:54:39 2018 UTC (8 years ago) by nino.borges
Diff to previous 632 , to selected 692
A folder for my Evidox programs
Revision 632 - Directory Listing - [select for diffs]
Modified Mon Apr 3 19:21:49 2017 UTC (8 years, 11 months ago) by nino.borges
Diff to previous 631 , to selected 692
Lib for interacting with outlook.  created this because of SOW Automator.
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 , to selected 692
Changed version to 2.5. Added feature to ask for pricing approval with click of button. this commit is version 2.5 final.
Revision 630 - Directory Listing - [select for diffs]
Modified Mon Mar 13 15:46:37 2017 UTC (9 years ago) by nino.borges
Diff to previous 629 , to selected 692
A new set of tools to do simple validating and formating.
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 , to selected 692
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 628 - Directory Listing - [select for diffs]
Modified Thu Mar 9 23:34:31 2017 UTC (9 years ago) by nino.borges
Diff to previous 627 , to selected 692
Adds validation to the units values, removing the comma while they are still strings.
Revision 627 - Directory Listing - [select for diffs]
Modified Thu Mar 9 21:04:00 2017 UTC (9 years ago) by nino.borges
Diff to previous 626 , to selected 692
Added support for compressed vs non-compressed and now supports special language for specific dC people
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 , to selected 692
Version 2.2.1. Updated to gather the deenas changes in the templates and changed the PM base rate to 195.
Revision 625 - Directory Listing - [select for diffs]
Modified Fri Nov 4 15:13:48 2016 UTC (9 years, 4 months ago) by nino.borges
Diff to previous 624 , to selected 692
version 1
Revision 624 - Directory Listing - [select for diffs]
Modified Fri Nov 4 15:12:53 2016 UTC (9 years, 4 months ago) by nino.borges
Diff to previous 623 , to selected 692
version 1
Revision 623 - Directory Listing - [select for diffs]
Modified Fri Nov 4 15:09:59 2016 UTC (9 years, 4 months ago) by nino.borges
Diff to previous 622 , to selected 692
version 1
Revision 622 - Directory Listing - [select for diffs]
Modified Fri Nov 4 15:03:50 2016 UTC (9 years, 4 months ago) by nino.borges
Diff to previous 621 , to selected 692
version 1 of the program to randomize but keep family together
Revision 621 - Directory Listing - [select for diffs]
Modified Fri Nov 4 15:00:05 2016 UTC (9 years, 4 months ago) by nino.borges
Diff to previous 620 , to selected 692
a program for extracting email domains and outputting the unique values.
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 , to selected 692
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 619 - Directory Listing - [select for diffs]
Modified Mon Oct 31 14:12:27 2016 UTC (9 years, 4 months ago) by nino.borges
Diff to previous 618 , to selected 692
Updated the date.
Revision 618 - Directory Listing - [select for diffs]
Modified Mon Oct 31 14:09:43 2016 UTC (9 years, 4 months ago) by nino.borges
Diff to previous 617 , to selected 692
Added some support for the parent object, to populate the dictionaires correctly.
Revision 617 - Directory Listing - [select for diffs]
Modified Mon Oct 31 14:08:07 2016 UTC (9 years, 4 months ago) by nino.borges
Diff to previous 616 , to selected 692
Had to comment out the inclusion of the constant because it wouldnt compile.
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 , to selected 692
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 , to selected 692
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 614 - Directory Listing - [select for diffs]
Modified Wed Sep 21 15:14:48 2016 UTC (9 years, 6 months ago) by nino.borges
Diff to previous 613 , to selected 692
Creating the webapp as the new front end.
Revision 613 - Directory Listing - [select for diffs]
Modified Wed Sep 21 15:14:25 2016 UTC (9 years, 6 months ago) by nino.borges
Diff to previous 612 , to selected 692
Creating the webapp as the new front end.
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 , to selected 692
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 , to selected 692
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 , to selected 692
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 609 - Directory Listing - [select for diffs]
Modified Wed Sep 21 15:05:10 2016 UTC (9 years, 6 months ago) by nino.borges
Diff to previous 608 , to selected 692
Tagging version 1.10
Revision 608 - Directory Listing - [select for diffs]
Modified Thu Jun 16 23:33:13 2016 UTC (9 years, 9 months ago) by nino.borges
Diff to previous 607 , to selected 692
Added support for changing the production imaging to per GB and per page.
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 , to selected 692
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 606 - Directory Listing - [select for diffs]
Modified Wed Jun 15 15:54:16 2016 UTC (9 years, 9 months ago) by nino.borges
Diff to previous 605 , to selected 692
Created a word automation library to make automating word a bit easier.
Revision 605 - Directory Listing - [select for diffs]
Modified Wed Jun 15 15:53:03 2016 UTC (9 years, 9 months ago) by nino.borges
Diff to previous 604 , to selected 692

Revision 604 - Directory Listing - [select for diffs]
Modified Wed Jun 15 15:44:16 2016 UTC (9 years, 9 months ago) by nino.borges
Diff to previous 603 , to selected 692
This was moved
Revision 603 - Directory Listing - [select for diffs]
Modified Wed Jun 15 15:41:21 2016 UTC (9 years, 9 months ago) by nino.borges
Diff to previous 602 , to selected 692
Tagging the 1.09.1 release of the SOW_Automator.
Revision 602 - Directory Listing - [select for diffs]
Modified Wed Jun 15 15:38:02 2016 UTC (9 years, 9 months ago) by nino.borges
Diff to previous 601 , to selected 692
Moving the SOW_Automator into it's own folder and setting up the folders properly.
Revision 601 - Directory Listing - [select for diffs]
Modified Fri Mar 4 16:05:04 2016 UTC (10 years ago) by nino.borges
Diff to previous 600 , to selected 692
Version 1.08. Added support for production services.
Revision 600 - Directory Listing - [select for diffs]
Modified Thu Feb 4 01:18:31 2016 UTC (10 years, 1 month ago) by nino.borges
Diff to previous 599 , to selected 692
Version 1.07. Cosmetic changes mostly and sort sales names.
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 , to selected 692
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 , to selected 692
Updated pricing tab so that it turns each control red, if that control goes below our approved pricing.
Revision 597 - Directory Listing - [select for diffs]
Modified Sat Dec 19 03:50:08 2015 UTC (10 years, 3 months ago) by nino.borges
Diff to previous 596 , to selected 692
Version 1.02. Remade as a notebook and added a pricing section.  Works great.
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 , to selected 692
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 595 - Directory Listing - [select for diffs]
Modified Sat Nov 7 14:54:52 2015 UTC (10 years, 4 months ago) by nino.borges
Diff to previous 594 , to selected 692
This is after refactoring and is the version that I gave to app support and ESI
Revision 594 - Directory Listing - [select for diffs]
Modified Wed Nov 4 21:57:34 2015 UTC (10 years, 4 months ago) by nino.borges
Diff to previous 593 , to selected 692
This version completely works.  This is before refactoring.
Revision 593 - Directory Listing - [select for diffs]
Modified Tue Nov 3 22:48:38 2015 UTC (10 years, 4 months ago) by nino.borges
Diff to previous 592 , to selected 692
working on a new version of the MCP.
Revision 592 - Directory Listing - [select for diffs]
Modified Tue Nov 3 22:48:00 2015 UTC (10 years, 4 months ago) by nino.borges
Diff to previous 591 , to selected 692
First working version of this program that has everything in the if main section.
Revision 591 - Directory Listing - [select for diffs]
Modified Tue Nov 3 22:45:12 2015 UTC (10 years, 4 months ago) by nino.borges
Diff to previous 590 , to selected 692
Moved dir out of main dir.
Revision 590 - Directory Listing - [select for diffs]
Modified Tue Nov 3 22:44:07 2015 UTC (10 years, 4 months ago) by nino.borges
Diff to previous 589 , to selected 692
Moved sms installer dir out of main dir.
Revision 589 - Directory Listing - [select for diffs]
Modified Tue Nov 3 22:43:33 2015 UTC (10 years, 4 months ago) by nino.borges
Diff to previous 588 , to selected 692
Moved active prgs dir out of main dir.
Revision 588 - Directory Listing - [select for diffs]
Modified Tue Nov 3 22:42:14 2015 UTC (10 years, 4 months ago) by nino.borges
Diff to previous 587 , to selected 692
Moved learning dir out of main dir.
Revision 587 - Directory Listing - [select for diffs]
Modified Tue Nov 3 22:41:37 2015 UTC (10 years, 4 months ago) by nino.borges
Diff to previous 586 , to selected 692
Moved JB dir out of main dir.
Revision 586 - Directory Listing - [select for diffs]
Modified Tue Nov 3 22:40:48 2015 UTC (10 years, 4 months ago) by nino.borges
Diff to previous 584 , to selected 692
Moved JB dir out of main dir.
Revision 584 - Directory Listing - [select for diffs]
Modified Thu Mar 26 13:53:01 2015 UTC (11 years ago) by nino.borges
Diff to previous 583 , to selected 692
update before leaving
Revision 583 - Directory Listing - [select for diffs]
Modified Thu Mar 26 13:52:55 2015 UTC (11 years ago) by nino.borges
Diff to previous 582 , to selected 692
update before leaving
Revision 582 - Directory Listing - [select for diffs]
Modified Thu Mar 26 13:51:56 2015 UTC (11 years ago) by nino.borges
Diff to previous 581 , to selected 692
update before leaving
Revision 581 - Directory Listing - [select for diffs]
Modified Thu Mar 26 13:51:25 2015 UTC (11 years ago) by nino.borges
Diff to previous 580 , to selected 692
Add before leaving
Revision 580 - Directory Listing - [select for diffs]
Modified Thu Mar 26 13:50:30 2015 UTC (11 years ago) by nino.borges
Diff to previous 579 , to selected 692
update before leaving
Revision 579 - Directory Listing - [select for diffs]
Modified Thu Mar 26 13:50:08 2015 UTC (11 years ago) by nino.borges
Diff to previous 578 , to selected 692
update before leaving
Revision 578 - Directory Listing - [select for diffs]
Modified Thu Mar 26 13:49:38 2015 UTC (11 years ago) by nino.borges
Diff to previous 574 , to selected 692
update before leaving
Revision 574 - Directory Listing - [select for diffs]
Modified Thu Feb 5 02:46:39 2015 UTC (11 years, 1 month ago) by nino.borges
Diff to previous 573 , to selected 692
Updated to also report the date on the html page.
Revision 573 - Directory Listing - [select for diffs]
Modified Wed Feb 4 20:34:53 2015 UTC (11 years, 1 month ago) by nino.borges
Diff to previous 572 , to selected 692
added the update production page program and the add produciton UI program.
Revision 572 - Directory Listing - [select for diffs]
Modified Wed Feb 4 20:32:48 2015 UTC (11 years, 1 month ago) by nino.borges
Diff to previous 571 , to selected 692
Added support for picking the html file.
Revision 571 - Directory Listing - [select for diffs]
Modified Wed Feb 4 16:07:42 2015 UTC (11 years, 1 month ago) by nino.borges
Diff to previous 570 , to selected 692
A program for working with the HPM.
Revision 570 - Directory Listing - [select for diffs]
Modified Wed Feb 4 16:05:05 2015 UTC (11 years, 1 month ago) by nino.borges
Diff to previous 569 , to selected 692
A library for connecting to Relativity.
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 , to selected 692
Added support for creating reports in Excel.  Viewed and printed tabs are done.  doc count viewed is almost done.
Revision 568 - Directory Listing - [select for diffs]
Modified Wed Jan 21 22:41:40 2015 UTC (11 years, 2 months ago) by nino.borges
Diff to previous 567 , to selected 692
A library for easier updating of Excel spreadsheets
Revision 567 - Directory Listing - [select for diffs]
Modified Wed Jan 21 22:40:36 2015 UTC (11 years, 2 months ago) by nino.borges
Diff to previous 566 , to selected 692
A skel file for the base HBPD Reports.
Revision 566 - Directory Listing - [select for diffs]
Modified Wed Jan 14 17:17:49 2015 UTC (11 years, 2 months ago) by nino.borges
Diff to previous 565 , to selected 692
added ashelys dedupe based on field proj
Revision 565 - Directory Listing - [select for diffs]
Modified Fri Dec 5 19:06:29 2014 UTC (11 years, 3 months ago) by nino.borges
Diff to previous 564 , to selected 692
Added init to the Relativity folder, so that I can import stuff.
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 , to selected 692
added the init to the folder to make it callable. Finished the db clases. Started the reporting class.
Revision 563 - Directory Listing - [select for diffs]
Modified Tue Nov 25 16:03:19 2014 UTC (11 years, 4 months ago) by nino.borges
Diff to previous 562 , to selected 692
Added some code so that I can catch my own exception.
Revision 562 - Directory Listing - [select for diffs]
Modified Tue Nov 25 16:01:16 2014 UTC (11 years, 4 months ago) by nino.borges
Diff to previous 561 , to selected 692
Got rid of the yellow. Not sure what I was thinking here...
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 , to selected 692
A program that will take the history export from the HPPR, parse, and then make a spreadsheet with the results.
Revision 560 - Directory Listing - [select for diffs]
Modified Tue Nov 25 15:56:26 2014 UTC (11 years, 4 months ago) by nino.borges
Diff to previous 559 , to selected 692
New program to convert eDiii to dat, so that it can be loaded into RL
Revision 559 - Directory Listing - [select for diffs]
Modified Tue Nov 25 15:54:29 2014 UTC (11 years, 4 months ago) by nino.borges
Diff to previous 558 , to selected 692
Updates
Revision 558 - Directory Listing - [select for diffs]
Modified Fri Jul 25 14:55:19 2014 UTC (11 years, 8 months ago) by nino.borges
Diff to previous 557 , to selected 692
Added a few more requests
Revision 557 - Directory Listing - [select for diffs]
Modified Fri Jul 25 14:53:54 2014 UTC (11 years, 8 months ago) by nino.borges
Diff to previous 556 , to selected 692

Revision 556 - Directory Listing - [select for diffs]
Modified Wed Jun 18 21:31:14 2014 UTC (11 years, 9 months ago) by nino.borges
Diff to previous 554 , to selected 692
Added a simple about.
Revision 554 - Directory Listing - [select for diffs]
Modified Wed Jun 18 13:59:30 2014 UTC (11 years, 9 months ago) by nino.borges
Diff to previous 553 , to selected 692
made a small change so that it pulls from w and not t.
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 , to selected 692
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 , to selected 692
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 , to selected 692
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 542 - Directory Listing - [select for diffs]
Modified Fri May 16 12:27:01 2014 UTC (11 years, 10 months ago) by nino.borges
Diff to previous 541 , to selected 692
Added version .02 to tag, so taht I can completely change UI.
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 , to selected 692
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 , to selected 692
Changed event call backs that referenced a event ID because that was not always stable. Updated version to 1.9.0 beta .07
Revision 539 - Directory Listing - [select for diffs]
Modified Wed Apr 30 17:02:09 2014 UTC (11 years, 11 months ago) by nino.borges
Diff to previous 538 , to selected 692
Updated version to 1.9.0 beta .06
Revision 538 - Directory Listing - [select for diffs]
Modified Wed Apr 30 17:01:09 2014 UTC (11 years, 11 months ago) by nino.borges
Diff to previous 537 , to selected 692
updated prg version number to 1.8.2
Revision 537 - Directory Listing - [select for diffs]
Modified Wed Apr 30 17:00:02 2014 UTC (11 years, 11 months ago) by nino.borges
Diff to previous 536 , to selected 692
Renamed the version 1.8.1 release to 1.8.2
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 , to selected 692
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 , to selected 692
Removed the < > and replaced with () when you upload a other party produciton. Windows wont allow the <> chars in a folder name
Revision 534 - Directory Listing - [select for diffs]
Modified Tue Mar 18 13:58:30 2014 UTC (12 years ago) by nino.borges
Diff to previous 532 , to selected 692
updated version to beta 5 of 1.9
Revision 532 - Directory Listing - [select for diffs]
Modified Thu Mar 13 19:11:27 2014 UTC (12 years ago) by nino.borges
Diff to previous 531 , to selected 692
stuff
Revision 531 - Directory Listing - [select for diffs]
Modified Thu Mar 13 19:08:47 2014 UTC (12 years ago) by nino.borges
Diff to previous 530 , to selected 692
Finished adding the manager reporting and the expanded cost updating.
Revision 530 - Directory Listing - [select for diffs]
Modified Thu Mar 13 17:25:03 2014 UTC (12 years ago) by nino.borges
Diff to previous 529 , to selected 692
small updates
Revision 529 - Directory Listing - [select for diffs]
Modified Thu Mar 13 17:24:00 2014 UTC (12 years ago) by nino.borges
Diff to previous 528 , to selected 692
A program to test the enumerations in the HW db.
Revision 528 - Directory Listing - [select for diffs]
Modified Thu Mar 13 17:21:57 2014 UTC (12 years ago) by nino.borges
Diff to previous 527 , to selected 692
small print tweak
Revision 527 - Directory Listing - [select for diffs]
Modified Thu Mar 13 17:19:27 2014 UTC (12 years ago) by nino.borges
Diff to previous 526 , to selected 692
changed it so that it uses seperateAlpha3
Revision 526 - Directory Listing - [select for diffs]
Modified Fri Feb 21 17:32:01 2014 UTC (12 years, 1 month ago) by nino.borges
Diff to previous 525 , to selected 692
Now makes a header row and puts PDF at the end of the file name.
Revision 525 - Directory Listing - [select for diffs]
Modified Fri Feb 21 17:00:16 2014 UTC (12 years, 1 month ago) by nino.borges
Diff to previous 524 , to selected 692
updated the exp date to december 4 2014
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 , to selected 692
Added section where it detects mac or windows, so that I dont need to keep editing the same location info.
Revision 523 - Directory Listing - [select for diffs]
Modified Tue Feb 11 19:44:15 2014 UTC (12 years, 1 month ago) by nino.borges
Diff to previous 522 , to selected 692
added css file and updated report to refine project view
Revision 522 - Directory Listing - [select for diffs]
Modified Mon Feb 3 17:21:10 2014 UTC (12 years, 1 month ago) by nino.borges
Diff to previous 521 , to selected 692
no changes
Revision 521 - Directory Listing - [select for diffs]
Modified Fri Jan 31 22:24:11 2014 UTC (12 years, 1 month ago) by nino.borges
Diff to previous 520 , to selected 692
change
Revision 520 - Directory Listing - [select for diffs]
Modified Wed Jan 29 15:41:56 2014 UTC (12 years, 2 months ago) by nino.borges
Diff to previous 519 , to selected 692
moved the issue track reporter into it's own project folder
Revision 519 - Directory Listing - [select for diffs]
Modified Wed Jan 29 15:41:37 2014 UTC (12 years, 2 months ago) by nino.borges
Diff to previous 518 , to selected 692
moved the issue track reporter into it's own project folder.
Revision 518 - Directory Listing - [select for diffs]
Modified Wed Jan 29 15:38:29 2014 UTC (12 years, 2 months ago) by nino.borges
Diff to previous 517 , to selected 692
updated the lists so that hw team can use it and moved addendum to top and renamed to draft
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 , to selected 692
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 , to selected 692
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 515 - Directory Listing - [select for diffs]
Modified Tue Jan 21 01:43:36 2014 UTC (12 years, 2 months ago) by nino.borges
Diff to previous 514 , to selected 692
Added a reporting module library.
Revision 514 - Directory Listing - [select for diffs]
Modified Sat Jan 18 20:21:26 2014 UTC (12 years, 2 months ago) by nino.borges
Diff to previous 513 , to selected 692
Refactored
Revision 513 - Directory Listing - [select for diffs]
Modified Fri Jan 17 21:43:00 2014 UTC (12 years, 2 months ago) by nino.borges
Diff to previous 512 , to selected 692
save
Revision 512 - Directory Listing - [select for diffs]
Modified Fri Jan 17 21:42:08 2014 UTC (12 years, 2 months ago) by nino.borges
Diff to previous 508 , to selected 692
Udpated version
Revision 508 - Directory Listing - [select for diffs]
Modified Thu Jan 16 13:40:37 2014 UTC (12 years, 2 months ago) by nino.borges
Diff to previous 507 , to selected 692
Added a new seperate alpha that used re
Revision 507 - Directory Listing - [select for diffs]
Modified Wed Jan 15 21:42:55 2014 UTC (12 years, 2 months ago) by nino.borges
Diff to previous 506 , to selected 692
Started adding the small menu to the project list.
Revision 506 - Directory Listing - [select for diffs]
Modified Tue Jan 14 21:38:26 2014 UTC (12 years, 2 months ago) by nino.borges
Diff to previous 505 , to selected 692
Started adding the small menu to the project list.
Revision 505 - Directory Listing - [select for diffs]
Modified Fri Jan 10 15:24:14 2014 UTC (12 years, 2 months ago) by nino.borges
Diff to previous 504 , to selected 692
Refactored
Revision 504 - Directory Listing - [select for diffs]
Modified Thu Jan 9 21:43:30 2014 UTC (12 years, 2 months ago) by nino.borges
Diff to previous 503 , to selected 692
refactor more
Revision 503 - Directory Listing - [select for diffs]
Modified Thu Jan 9 02:41:47 2014 UTC (12 years, 2 months ago) by nino.borges
Diff to previous 502 , to selected 692
Refactored
Revision 502 - Directory Listing - [select for diffs]
Modified Wed Jan 8 21:39:12 2014 UTC (12 years, 2 months ago) by nino.borges
Diff to previous 501 , to selected 692
Added more html and multiple pages.
Revision 501 - Directory Listing - [select for diffs]
Modified Tue Jan 7 21:39:14 2014 UTC (12 years, 2 months ago) by nino.borges
Diff to previous 500 , to selected 692
refactor more
Revision 500 - Directory Listing - [select for diffs]
Modified Tue Jan 7 17:58:31 2014 UTC (12 years, 2 months ago) by nino.borges
Diff to previous 499 , to selected 692
Refactored
Revision 499 - Directory Listing - [select for diffs]
Modified Mon Jan 6 21:41:44 2014 UTC (12 years, 2 months ago) by nino.borges
Diff to previous 498 , to selected 692
added program that will make a report from an issue tracker export.
Revision 498 - Directory Listing - [select for diffs]
Modified Fri Dec 20 15:59:16 2013 UTC (12 years, 3 months ago) by nino.borges
Diff to previous 497 , to selected 692
Tagging the 1.8.0 release of the MCP.
Revision 497 - Directory Listing - [select for diffs]
Modified Fri Dec 20 15:56:09 2013 UTC (12 years, 3 months ago) by nino.borges
Diff to previous 496 , to selected 692
testing init
Revision 496 - Directory Listing - [select for diffs]
Modified Fri Dec 20 15:52:59 2013 UTC (12 years, 3 months ago) by nino.borges
Diff to previous 495 , to selected 692
Moved the main mcp code to the trunk, for easier versioning.
Revision 495 - Directory Listing - [select for diffs]
Modified Fri Dec 20 15:07:11 2013 UTC (12 years, 3 months ago) by nino.borges
Diff to previous 494 , to selected 692
Updated version to final build and added larger message to add new case finish.
Revision 494 - Directory Listing - [select for diffs]
Modified Thu Dec 19 17:01:14 2013 UTC (12 years, 3 months ago) by nino.borges
Diff to previous 493 , to selected 692
code changed
Revision 493 - Directory Listing - [select for diffs]
Modified Fri Dec 13 22:06:17 2013 UTC (12 years, 3 months ago) by nino.borges
Diff to previous 492 , to selected 692
Updated the build to 009
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 , to selected 692
Changed the view edit to console and updated the installer to remove the old short cuts for view edit and add case.
Revision 491 - Directory Listing - [select for diffs]
Modified Tue Dec 10 16:02:03 2013 UTC (12 years, 3 months ago) by nino.borges
Diff to previous 490 , to selected 692
Updated to copy to c drive.
Revision 490 - Directory Listing - [select for diffs]
Modified Tue Dec 10 14:59:48 2013 UTC (12 years, 3 months ago) by nino.borges
Diff to previous 489 , to selected 692
Added initial version
Revision 489 - Directory Listing - [select for diffs]
Modified Thu Dec 5 16:36:56 2013 UTC (12 years, 3 months ago) by nino.borges
Diff to previous 488 , to selected 692
Adding support for adding a case in the console UI.
Revision 488 - Directory Listing - [select for diffs]
Modified Thu Dec 5 15:57:17 2013 UTC (12 years, 3 months ago) by nino.borges
Diff to previous 487 , to selected 692
Adding the installer to the repository.
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 , to selected 692
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 , to selected 692
Fixed bug where transfer case would error out because getcasedata wasnt updated to include casepathstyle.
Revision 485 - Directory Listing - [select for diffs]
Modified Wed Nov 20 20:22:37 2013 UTC (12 years, 4 months ago) by nino.borges
Diff to previous 484 , to selected 692
Updated to fix bug where it was not taking upload type.
Revision 484 - Directory Listing - [select for diffs]
Modified Wed Nov 20 20:21:41 2013 UTC (12 years, 4 months ago) by nino.borges
Diff to previous 483 , to selected 692
Added support for Registering uploads
Revision 483 - Directory Listing - [select for diffs]
Modified Wed Nov 20 20:20:23 2013 UTC (12 years, 4 months ago) by nino.borges
Diff to previous 482 , to selected 692
Updated was location to new.
Revision 482 - Directory Listing - [select for diffs]
Modified Wed Nov 6 20:42:59 2013 UTC (12 years, 4 months ago) by nino.borges
Diff to previous 481 , to selected 692
Updated Expedat lib to find correct expedat depending on win ver
Revision 481 - Directory Listing - [select for diffs]
Modified Wed Nov 6 19:49:08 2013 UTC (12 years, 4 months ago) by nino.borges
Diff to previous 480 , to selected 692
This program will help us crft the deviciency reports from Narco, post query.
Revision 480 - Directory Listing - [select for diffs]
Modified Wed Nov 6 19:47:59 2013 UTC (12 years, 4 months ago) by nino.borges
Diff to previous 479 , to selected 692
Adding a file to track quick requests from narco.
Revision 479 - Directory Listing - [select for diffs]
Modified Tue Nov 5 15:59:34 2013 UTC (12 years, 4 months ago) by nino.borges
Diff to previous 478 , to selected 692
Tagging the 1.0.1 release of PDFExportToDataLoad
Revision 478 - Directory Listing - [select for diffs]
Modified Tue Nov 5 15:45:48 2013 UTC (12 years, 4 months ago) by nino.borges
Diff to previous 477 , to selected 692
Fixed a bug where it would start 1 number beyond the selected number, in the bates.
Revision 477 - Directory Listing - [select for diffs]
Modified Tue Nov 5 15:44:04 2013 UTC (12 years, 4 months ago) by nino.borges
Diff to previous 476 , to selected 692
Updated the ver number since fixing that last bug.
Revision 476 - Directory Listing - [select for diffs]
Modified Mon Nov 4 17:09:33 2013 UTC (12 years, 4 months ago) by nino.borges
Diff to previous 475 , to selected 692
Fixed a small bug where it was not using new folders for the vendor folder to IDS copying.
Revision 475 - Directory Listing - [select for diffs]
Modified Mon Nov 4 17:07:22 2013 UTC (12 years, 4 months ago) by nino.borges
Diff to previous 474 , to selected 692
Added a file for the one off requests I'm getting for hw
Revision 474 - Directory Listing - [select for diffs]
Modified Mon Nov 4 17:06:45 2013 UTC (12 years, 4 months ago) by nino.borges
Diff to previous 473 , to selected 692
More modificaitons to family from lfp
Revision 473 - Directory Listing - [select for diffs]
Modified Tue Oct 22 18:24:12 2013 UTC (12 years, 5 months ago) by nino.borges
Diff to previous 472 , to selected 692
Random code updates
Revision 472 - Directory Listing - [select for diffs]
Modified Tue Oct 15 20:38:03 2013 UTC (12 years, 5 months ago) by nino.borges
Diff to previous 471 , to selected 692
Updated program a lot.
Revision 471 - Directory Listing - [select for diffs]
Modified Mon Oct 14 21:23:07 2013 UTC (12 years, 5 months ago) by nino.borges
Diff to previous 470 , to selected 692
Updated program a lot.
Revision 470 - Directory Listing - [select for diffs]
Modified Fri Oct 11 20:25:07 2013 UTC (12 years, 5 months ago) by nino.borges
Diff to previous 469 , to selected 692
Created a new program for gathering families from LFP data.
Revision 469 - Directory Listing - [select for diffs]
Modified Wed Oct 9 20:07:24 2013 UTC (12 years, 5 months ago) by nino.borges
Diff to previous 468 , to selected 692
Updated to build 003
Revision 468 - Directory Listing - [select for diffs]
Modified Wed Oct 9 20:06:33 2013 UTC (12 years, 5 months ago) by nino.borges
Diff to previous 467 , to selected 692
On edit 343 I accidently messed up AddCaseToAccessDB as a typo. This fixes that.
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 , to selected 692
Updated so that update pricing now refereshes the case settings window. updated version to build 002.
Revision 466 - Directory Listing - [select for diffs]
Modified Mon Oct 7 19:13:24 2013 UTC (12 years, 5 months ago) by nino.borges
Diff to previous 465 , to selected 692
Added a splash screen to ViewEdit, CopyUp and AddCase.
Revision 465 - Directory Listing - [select for diffs]
Modified Mon Oct 7 19:05:50 2013 UTC (12 years, 5 months ago) by nino.borges
Diff to previous 464 , to selected 692
Added the logo that will be the splash screen.
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 , to selected 692
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 463 - Directory Listing - [select for diffs]
Modified Wed Oct 2 15:23:24 2013 UTC (12 years, 5 months ago) by nino.borges
Diff to previous 462 , to selected 692
Fixed a small bug in case scan where there were too many values to unpack when getting caseList.
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 , to selected 692
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 , to selected 692
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 , to selected 692
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 , to selected 692
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 , to selected 692
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 , to selected 692
Changed back to not using working folder per request and added full support for the new structure.
Revision 456 - Directory Listing - [select for diffs]
Modified Wed Sep 11 19:22:31 2013 UTC (12 years, 6 months ago) by nino.borges
Diff to previous 455 , to selected 692
Fixed a small bug in My Active Cases view where it wasnt refreshing the screen.
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 , to selected 692
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 , to selected 692
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 , to selected 692
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 452 - Directory Listing - [select for diffs]
Modified Wed Sep 11 14:22:28 2013 UTC (12 years, 6 months ago) by nino.borges
Diff to previous 451 , to selected 692
updated to catch more roll film variations.
Revision 451 - Directory Listing - [select for diffs]
Modified Tue Sep 10 21:25:57 2013 UTC (12 years, 6 months ago) by nino.borges
Diff to previous 450 , to selected 692
Removed some CHAI language from EULA
Revision 450 - Directory Listing - [select for diffs]
Modified Tue Sep 10 21:25:03 2013 UTC (12 years, 6 months ago) by nino.borges
Diff to previous 449 , to selected 692
Updated version to 1.0.1
Revision 449 - Directory Listing - [select for diffs]
Modified Tue Sep 10 20:40:18 2013 UTC (12 years, 6 months ago) by nino.borges
Diff to previous 448 , to selected 692
A simple app that will let me add natives with load files to a review tool.
Revision 448 - Directory Listing - [select for diffs]
Modified Sat Sep 7 23:25:09 2013 UTC (12 years, 6 months ago) by nino.borges
Diff to previous 447 , to selected 692
Updated version to 1.0.1
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 , to selected 692
Updated the main method because it was missing extensions where there was mixed case and extra f in tiff.
Revision 446 - Directory Listing - [select for diffs]
Modified Thu Aug 29 17:47:26 2013 UTC (12 years, 7 months ago) by nino.borges
Diff to previous 445 , to selected 692
Updated the expedat connection to connect to the new IDS location.
Revision 445 - Directory Listing - [select for diffs]
Modified Wed Aug 28 22:07:53 2013 UTC (12 years, 7 months ago) by nino.borges
Diff to previous 444 , to selected 692
Added the Eula program that I'll eventually call from all of my programs.
Revision 444 - Directory Listing - [select for diffs]
Modified Wed Aug 28 22:06:42 2013 UTC (12 years, 7 months ago) by nino.borges
Diff to previous 443 , to selected 692
Added the eula confirmation section to the program and updated to release version 1.0.0
Revision 443 - Directory Listing - [select for diffs]
Modified Tue Aug 27 21:16:56 2013 UTC (12 years, 7 months ago) by nino.borges
Diff to previous 442 , to selected 692
Changed the name if SingleTiffToLFP_UI to PDFExportToDataLoad_UI to match the project.
Revision 442 - Directory Listing - [select for diffs]
Modified Tue Aug 27 02:27:31 2013 UTC (12 years, 7 months ago) by nino.borges
Diff to previous 441 , to selected 692
Moved singleTiffToLFP to the PDFExportToDataLoad project.
Revision 441 - Directory Listing - [select for diffs]
Modified Tue Aug 27 02:25:00 2013 UTC (12 years, 7 months ago) by nino.borges
Diff to previous 440 , to selected 692
Moved singleTiffToLFP to the PDFExportToDataLoad project.
Revision 440 - Directory Listing - [select for diffs]
Modified Tue Aug 27 02:24:10 2013 UTC (12 years, 7 months ago) by nino.borges
Diff to previous 439 , to selected 692
Moved singleTiffToLFP to the PDFExportToDataLoad project.
Revision 439 - Directory Listing - [select for diffs]
Modified Tue Aug 27 02:17:30 2013 UTC (12 years, 7 months ago) by nino.borges
Diff to previous 437 , to selected 692
save
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 , to selected 692
Added a new program and made a GUI for it.  This is actually singleTifToLFP but this name makes more sense.
Revision 432 - Directory Listing - [select for diffs]
Modified Mon Aug 19 15:48:12 2013 UTC (12 years, 7 months ago) by nino.borges
Diff to previous 426 , to selected 692
updated version info and eval
Revision 426 - Directory Listing - [select for diffs]
Modified Fri Aug 9 23:23:12 2013 UTC (12 years, 7 months ago) by nino.borges
Diff to previous 425 , to selected 692
deleted a dup file that dropbox made
Revision 425 - Directory Listing - [select for diffs]
Modified Fri Aug 9 23:22:02 2013 UTC (12 years, 7 months ago) by nino.borges
Diff to previous 421 , to selected 692
deleted a dup file that dropbox made
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 , to selected 692
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 , to selected 692
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 , to selected 692
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 412 - Directory Listing - [select for diffs]
Modified Tue Jul 23 15:43:08 2013 UTC (12 years, 8 months ago) by nino.borges
Diff to previous 411 , to selected 692
small varibls updates.
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 , to selected 692
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 367 - Directory Listing - [select for diffs]
Modified Wed May 29 17:49:14 2013 UTC (12 years, 10 months ago) by nino.borges
Diff to previous 364 , to selected 692
save
Revision 364 - Directory Listing - [select for diffs]
Modified Tue May 28 13:43:06 2013 UTC (12 years, 10 months ago) by nino.borges
Diff to previous 348 , to selected 692
updating case scan to grab full folders and support davita.
Revision 348 - Directory Listing - [select for diffs]
Modified Thu May 9 19:26:33 2013 UTC (12 years, 10 months ago) by nino.borges
Diff to previous 346 , to selected 692
small update
Revision 346 - Directory Listing - [select for diffs]
Modified Sat Apr 27 02:02:43 2013 UTC (12 years, 11 months ago) by nino.borges
Diff to previous 344 , to selected 692
updated priv desc to add more items to lists
Revision 344 - Directory Listing - [select for diffs]
Modified Thu Apr 25 15:50:50 2013 UTC (12 years, 11 months ago) by nino.borges
Diff to previous 343 , to selected 692
Moved PrivDescAssistant so that its its own program and not part of chai.
Revision 343 - Directory Listing - [select for diffs]
Modified Thu Apr 25 12:54:55 2013 UTC (12 years, 11 months ago) by nino.borges
Diff to previous 342 , to selected 692
Adding case name editing ability
Revision 342 - Directory Listing - [select for diffs]
Modified Thu Apr 25 12:53:42 2013 UTC (12 years, 11 months ago) by nino.borges
Diff to previous 339 , to selected 692
small updates
Revision 339 - Directory Listing - [select for diffs]
Modified Wed Apr 10 12:20:19 2013 UTC (12 years, 11 months ago) by nino.borges
Diff to previous 338 , to selected 692
Updated the installer to support the Eula and force accept to install.
Revision 338 - Directory Listing - [select for diffs]
Modified Sat Apr 6 01:31:37 2013 UTC (12 years, 11 months ago) by nino.borges
Diff to previous 337 , to selected 692
Updated the installer to point to packages.
Revision 337 - Directory Listing - [select for diffs]
Modified Sat Apr 6 01:28:15 2013 UTC (12 years, 11 months ago) by nino.borges
Diff to previous 334 , to selected 692
Finished the Chai installer. It now lets you package and then instal with shortcuts.
Revision 334 - Directory Listing - [select for diffs]
Modified Wed Mar 27 19:13:20 2013 UTC (13 years ago) by nino.borges
Diff to previous 333 , to selected 692
Changed version on main GUI
Revision 333 - Directory Listing - [select for diffs]
Modified Wed Mar 27 13:39:47 2013 UTC (13 years ago) by nino.borges
Diff to previous 332 , to selected 692
Updated Chai_Installer
Revision 332 - Directory Listing - [select for diffs]
Modified Wed Mar 27 13:38:42 2013 UTC (13 years ago) by nino.borges
Diff to previous 331 , to selected 692
Updated Chai_Installer
Revision 331 - Directory Listing - [select for diffs]
Modified Wed Mar 27 13:35:00 2013 UTC (13 years ago) by nino.borges
Diff to previous 330 , to selected 692
Updated Chai_Installer
Revision 330 - Directory Listing - [select for diffs]
Modified Wed Mar 27 01:53:43 2013 UTC (13 years ago) by nino.borges
Diff to previous 329 , to selected 692
Updated Chai_Installer
Revision 329 - Directory Listing - [select for diffs]
Modified Wed Mar 27 01:52:42 2013 UTC (13 years ago) by nino.borges
Diff to previous 328 , to selected 692
Updated Chai_Installer
Revision 328 - Directory Listing - [select for diffs]
Modified Wed Mar 27 01:50:33 2013 UTC (13 years ago) by nino.borges
Diff to previous 327 , to selected 692
Updated Chai_Installer
Revision 327 - Directory Listing - [select for diffs]
Modified Wed Mar 27 01:47:25 2013 UTC (13 years ago) by nino.borges
Diff to previous 326 , to selected 692
Updated Chai_Installer
Revision 326 - Directory Listing - [select for diffs]
Modified Wed Mar 27 01:18:52 2013 UTC (13 years ago) by nino.borges
Diff to previous 325 , to selected 692
Updated version to 1.0.0
Revision 325 - Directory Listing - [select for diffs]
Modified Wed Mar 27 01:18:39 2013 UTC (13 years ago) by nino.borges
Diff to previous 324 , to selected 692
Updated version to 1.0.0
Revision 324 - Directory Listing - [select for diffs]
Modified Tue Mar 26 22:08:22 2013 UTC (13 years ago) by nino.borges
Diff to previous 323 , to selected 692
Updated Chai_Installer with packaging utility for preping install.
Revision 323 - Directory Listing - [select for diffs]
Modified Tue Mar 26 15:58:41 2013 UTC (13 years ago) by nino.borges
Diff to previous 322 , to selected 692
Updated the tools menu to clean things up a bit.
Revision 322 - Directory Listing - [select for diffs]
Modified Tue Mar 26 15:57:31 2013 UTC (13 years ago) by nino.borges
Diff to previous 321 , to selected 692
Updated the tools menu to clean things up a bit.
Revision 321 - Directory Listing - [select for diffs]
Modified Tue Mar 26 14:51:35 2013 UTC (13 years ago) by nino.borges
Diff to previous 320 , to selected 692
Added the disclosure letter feature with dialogs and warning message on main view edit.
Revision 320 - Directory Listing - [select for diffs]
Modified Sun Mar 24 02:20:06 2013 UTC (13 years ago) by nino.borges
Diff to previous 319 , to selected 692
Updated the native production dialog so that it gives the user the option of picking from db field names.
Revision 319 - Directory Listing - [select for diffs]
Modified Sun Mar 24 02:18:23 2013 UTC (13 years ago) by nino.borges
Diff to previous 318 , to selected 692
Updated the native production dialog so that it gives the user the option of picking from db field names.
Revision 318 - Directory Listing - [select for diffs]
Modified Sun Mar 24 01:19:29 2013 UTC (13 years ago) by nino.borges
Diff to previous 317 , to selected 692
Updated ProduceNative in ConcordanceExt so that it will support multiple field options when renaming.
Revision 317 - Directory Listing - [select for diffs]
Modified Sun Mar 24 01:17:47 2013 UTC (13 years ago) by nino.borges
Diff to previous 316 , to selected 692
Updated ProduceNative in ConcordanceExt so that it will support multiple field options when renaming.
Revision 316 - Directory Listing - [select for diffs]
Modified Sat Mar 23 00:11:04 2013 UTC (13 years ago) by nino.borges
Diff to previous 303 , to selected 692
added HTC,dva2 and updated gmb
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 , to selected 692
Added initial support for upload and hosting pricing and added an initial gui dialog to change it.  Updated version to 1.8.0
Revision 296 - Directory Listing - [select for diffs]
Modified Thu Feb 28 16:19:49 2013 UTC (13 years, 1 month ago) by nino.borges
Diff to previous 295 , to selected 692
Katie found a bug with the update vendorfolder. Fixed bug and changed the version to 1.7.0.
Revision 295 - Directory Listing - [select for diffs]
Modified Thu Feb 28 16:11:52 2013 UTC (13 years, 1 month ago) by nino.borges
Diff to previous 294 , to selected 692
Because I havent make a trunk yet, it created another tags under my version.
Revision 294 - Directory Listing - [select for diffs]
Modified Thu Feb 28 16:11:08 2013 UTC (13 years, 1 month ago) by nino.borges
Diff to previous 293 , to selected 692
Because I havent make a trunk yet, it created another tags under my version.
Revision 293 - Directory Listing - [select for diffs]
Modified Thu Feb 28 16:10:29 2013 UTC (13 years, 1 month ago) by nino.borges
Diff to previous 292 , to selected 692
Because I havent make a trunk yet, it created another tags under my version.
Revision 292 - Directory Listing - [select for diffs]
Modified Thu Feb 28 15:59:17 2013 UTC (13 years, 1 month ago) by nino.borges
Diff to previous 291 , to selected 692
Tagging the 1.7.0 release of the MCP.
Revision 291 - Directory Listing - [select for diffs]
Modified Thu Feb 28 15:54:46 2013 UTC (13 years, 1 month ago) by nino.borges
Diff to previous 272 , to selected 692
Making a tags dir under the MCP
Revision 272 - Directory Listing - [select for diffs]
Modified Tue Feb 5 21:31:28 2013 UTC (13 years, 1 month ago) by nino.borges
Diff to previous 271 , to selected 692
updated the size of the edit vendor folder dialog
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 , to selected 692
Added the Edit the vendor folder dialog and linked everything up in view edit. Added methods to change this in the db.
Revision 270 - Directory Listing - [select for diffs]
Modified Tue Feb 5 18:47:16 2013 UTC (13 years, 1 month ago) by nino.borges
Diff to previous 269 , to selected 692
Added the vendor folder dialog file
Revision 269 - Directory Listing - [select for diffs]
Modified Tue Feb 5 18:45:43 2013 UTC (13 years, 1 month ago) by nino.borges
Diff to previous 268 , to selected 692
Added a vendor folder method, which calls the access method in lib
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 , to selected 692
Added a view vendor folder method and pointed the menu item here. Also added import of edit vendor folder dialog
Revision 267 - Directory Listing - [select for diffs]
Modified Tue Feb 5 18:41:43 2013 UTC (13 years, 1 month ago) by nino.borges
Diff to previous 266 , to selected 692
Removed the unneeded import of wx.grid
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 , to selected 692
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 265 - Directory Listing - [select for diffs]
Modified Mon Feb 4 18:47:35 2013 UTC (13 years, 1 month ago) by nino.borges
Diff to previous 263 , to selected 692
Finished and tested Alternate Media Path feature with settings feature.
Revision 263 - Directory Listing - [select for diffs]
Modified Fri Feb 1 23:57:16 2013 UTC (13 years, 1 month ago) by nino.borges
Diff to previous 262 , to selected 692
Added the case directories settings
Revision 262 - Directory Listing - [select for diffs]
Modified Fri Feb 1 23:56:28 2013 UTC (13 years, 1 month ago) by nino.borges
Diff to previous 261 , to selected 692
Added the case directories settings
Revision 261 - Directory Listing - [select for diffs]
Modified Fri Feb 1 19:57:46 2013 UTC (13 years, 1 month ago) by nino.borges
Diff to previous 259 , to selected 692
Added the alternate media path function and tested.
Revision 259 - Directory Listing - [select for diffs]
Modified Tue Jan 29 15:58:33 2013 UTC (13 years, 2 months ago) by nino.borges
Diff to previous 258 , to selected 692
added a taghist example to randomcoderequests.
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 , to selected 692
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 242 - Directory Listing - [select for diffs]
Modified Wed Dec 19 23:08:28 2012 UTC (13 years, 3 months ago) by nino.borges
Diff to previous 241 , to selected 692
MCP: save
Revision 241 - Directory Listing - [select for diffs]
Modified Wed Dec 19 22:42:01 2012 UTC (13 years, 3 months ago) by nino.borges
Diff to previous 240 , to selected 692
MCP: save
Revision 240 - Directory Listing - [select for diffs]
Modified Wed Dec 19 22:38:43 2012 UTC (13 years, 3 months ago) by nino.borges
Diff to previous 239 , to selected 692
MCP: Copy up split into source media local and remote.
Revision 239 - Directory Listing - [select for diffs]
Modified Wed Dec 19 22:27:37 2012 UTC (13 years, 3 months ago) by nino.borges
Diff to previous 238 , to selected 692
MCP: Copy up split into source media local and remote.
Revision 238 - Directory Listing - [select for diffs]
Modified Wed Dec 19 22:24:22 2012 UTC (13 years, 3 months ago) by nino.borges
Diff to previous 237 , to selected 692
MCP: Copy up split into source media local and remote.
Revision 237 - Directory Listing - [select for diffs]
Modified Wed Dec 19 22:22:30 2012 UTC (13 years, 3 months ago) by nino.borges
Diff to previous 236 , to selected 692
MCP: Copy up split into source media local and remote.
Revision 236 - Directory Listing - [select for diffs]
Modified Wed Dec 19 22:15:32 2012 UTC (13 years, 3 months ago) by nino.borges
Diff to previous 235 , to selected 692
MCP: Copy up split into source media local and remote.
Revision 235 - Directory Listing - [select for diffs]
Modified Wed Dec 19 21:43:15 2012 UTC (13 years, 3 months ago) by nino.borges
Diff to previous 234 , to selected 692
MCP: Copy up split into source media local and remote.
Revision 234 - Directory Listing - [select for diffs]
Modified Wed Dec 19 21:03:55 2012 UTC (13 years, 3 months ago) by nino.borges
Diff to previous 233 , to selected 692
MCP: Changed copy up so that it only does the connection test if it's going to copy to the DIS
Revision 233 - Directory Listing - [select for diffs]
Modified Wed Dec 19 20:57:09 2012 UTC (13 years, 3 months ago) by nino.borges
Diff to previous 232 , to selected 692
Added roll film dirs.
Revision 232 - Directory Listing - [select for diffs]
Modified Wed Dec 19 20:55:55 2012 UTC (13 years, 3 months ago) by nino.borges
Diff to previous 231 , to selected 692
changed expire date on chai v8 and 10. Added GatherSize to MCP lib.
Revision 231 - Directory Listing - [select for diffs]
Modified Wed Dec 19 14:18:21 2012 UTC (13 years, 3 months ago) by nino.borges
Diff to previous 206 , to selected 692
Updated the expiration date
Revision 206 - Directory Listing - [select for diffs]
Modified Fri Nov 16 23:05:58 2012 UTC (13 years, 4 months ago) by nino.borges
Diff to previous 205 , to selected 692
changing folder grouping in mcpLib
Revision 205 - Directory Listing - [select for diffs]
Modified Fri Nov 16 23:01:45 2012 UTC (13 years, 4 months ago) by nino.borges
Diff to previous 204 , to selected 692
added an ini.py file to make it easier to call the lib dynamically
Revision 204 - Directory Listing - [select for diffs]
Modified Fri Nov 16 22:56:43 2012 UTC (13 years, 4 months ago) by nino.borges
Diff to previous 203 , to selected 692
Added Concordance Ipro Map big and Small programs
Revision 203 - Directory Listing - [select for diffs]
Modified Fri Nov 16 22:55:58 2012 UTC (13 years, 4 months ago) by nino.borges
Diff to previous 189 , to selected 692
Added Vendor Folder capability to lib and to the 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 , to selected 692
Added backend 'view my case notes' ability to view edit and added same to ui and back end of copyUp.
Revision 186 - Directory Listing - [select for diffs]
Modified Thu Nov 1 15:07:13 2012 UTC (13 years, 4 months ago) by nino.borges
Diff to previous 174 , to selected 692
added iproHelpertools to toolbox
Revision 174 - Directory Listing - [select for diffs]
Modified Mon Oct 22 21:59:39 2012 UTC (13 years, 5 months ago) by nino.borges
Diff to previous 158 , to selected 692
Changed View Edit UT to support changing of the cases list. Nothing behind it though.
Revision 158 - Directory Listing - [select for diffs]
Modified Thu Oct 11 18:54:28 2012 UTC (13 years, 5 months ago) by nino.borges
Diff to previous 151 , to selected 692
Added 'View My Case Notes' and 'View Production Spec' to the View Edit Module.
Revision 151 - Directory Listing - [select for diffs]
Modified Thu Oct 4 20:13:58 2012 UTC (13 years, 5 months ago) by nino.borges
Diff to previous 150 , to selected 692
Changed MCP version to .17 and changed compression options in MCP_Copyup.
Revision 150 - Directory Listing - [select for diffs]
Modified Thu Oct 4 16:00:13 2012 UTC (13 years, 5 months ago) by nino.borges
Diff to previous 130 , to selected 692
Added the DDSC Logo to the repository and gatherpathforbegno.py
Revision 130 - Directory Listing - [select for diffs]
Modified Tue Oct 2 22:00:56 2012 UTC (13 years, 5 months ago) by nino.borges
Diff to previous 128 , to selected 692
test
Revision 128 - Directory Listing - [select for diffs]
Modified Tue Oct 2 15:21:16 2012 UTC (13 years, 5 months ago) by nino.borges
Diff to previous 112 , to selected 692
added ipro_redactionreport2
Revision 112 - Directory Listing - [select for diffs]
Modified Wed Aug 22 18:46:26 2012 UTC (13 years, 7 months ago) by nino.borges
Diff to previous 107 , to selected 692
ConcordanceBatchDELFlagged Added
Revision 107 - Directory Listing - [select for diffs]
Modified Thu Jul 19 15:38:02 2012 UTC (13 years, 8 months ago) by nino.borges
Diff to previous 44 , to selected 692
save
Revision 44 - Directory Listing - [select for diffs]
Modified Wed May 9 20:44:26 2012 UTC (13 years, 10 months ago) by nino.borges
Diff to previous 42 , to selected 692
Changes to todo list
Revision 42 - Directory Listing - [select for diffs]
Modified Wed May 9 12:49:04 2012 UTC (13 years, 10 months ago) by nino.borges
Diff to previous 22 , to selected 692
Moving todo items to trac
Revision 22 - Directory Listing - [select for diffs]
Modified Tue May 8 21:38:12 2012 UTC (13 years, 10 months ago) by nino.borges
Diff to previous 21 , to selected 692
misc changes
Revision 21 - Directory Listing - [select for diffs]
Modified Tue May 8 16:05:46 2012 UTC (13 years, 10 months ago) by nino.borges
Diff to previous 8 , to selected 692
Updated the todo list and removed the who is using mcp section
Revision 8 - Directory Listing - [select for diffs]
Added Sat May 5 04:21:19 2012 UTC (13 years, 10 months ago) by ninoborges
Diff to selected 692
Initial Import

Convenience Links