Commit Graph

  • 231f5ed4ce
    - Integrated new ReportConfig into program - Added full test to check everything works as expected after small changes - A bit of project restructuring, with switch to absolute imports dev = 2023-05-15 17:57:27 -0400
  • fa7f1516c8
    Finished config implementation and added testing for config classes. = 2023-05-11 20:39:57 -0400
  • f6245a3413
    Reworked the config file to be more flexable and added a config.py file with a ReportConfig class to faciliate easier interaction with the report. Actual program still expects the old config. Must implement = 2023-05-10 17:38:33 -0400
  • 9ad5e9180c
    Reworked how the reconcilation is done: filter gp -> remove prev -> remove full match -> get contract match -> remaining = no match Changed how the memory cols work. Not finished = 2023-05-01 16:44:49 -0400
  • 7ad4f76943
    Reworked the report system to use classes for each report type. Helps unify everything. Not yet prepared for memory or db search... = 2023-04-20 16:02:22 -0400
  • 6eb57d7978
    Prep for adding ability to remember previously reconciled reporting. No inplace, just set up = 2023-04-10 10:51:17 -0400
  • 8ffd24840e
    Added doc number filtering to config, made it an exclusive rather than inclusive filter No longer just HOLD or only number master = 2023-04-05 13:37:35 -0400
  • 075a84133b
    reconcile_holds works to create a basic excel output with all needed information, and its pretty quick. OnHoldRec.bas is an Excel macro that almost works to filter GP... = 2023-03-28 11:22:56 -0400