diff --git a/packages/document-issue-xl/src/document_issue_xl/README.txt b/packages/document-issue-xl/src/document_issue_xl/README.txt index 8b48d2c..4427a01 100644 --- a/packages/document-issue-xl/src/document_issue_xl/README.txt +++ b/packages/document-issue-xl/src/document_issue_xl/README.txt @@ -8,12 +8,10 @@ pip install -e ../../../document-issue -e ../../../document-issue-io ``` TO Compile: - 1. On ES1 with the conda envrionment "compile" (OWTTE) run. - 2. on command line: `python setup.py build` - where X_Y_Z denote a sensible version number - 3. test by changing filepath in the macro in the excel vba of the Engineering Document Number Generator.xlsm - 4. rename build_vX_Y_Z to build to publish - 5. update table below. + 1. on command line: `python setup.py build` in this directory + 2. test by changing filepath in the macro in the excel vba of the Engineering Document Number Generator.xlsm + 3. rename build_vX_Y_Z to build to publish + 4. update table below. version 0.2.1: python setup.py build diff --git a/packages/document-issue-xl/src/document_issue_xl/__main__.py b/packages/document-issue-xl/src/document_issue_xl/__main__.py index 03439fa..62e97a1 100644 --- a/packages/document-issue-xl/src/document_issue_xl/__main__.py +++ b/packages/document-issue-xl/src/document_issue_xl/__main__.py @@ -80,8 +80,10 @@ fpth = pathlib.Path( r"J:\J7207\Project Management\Job Running\J7207 DocumentNumberGenerator.xlsm" ) # liz - done - fpth = pathlib.Path(r"J:\J7595\Issue Sheet.xlsm") # emma - wip - + fpth = pathlib.Path(r"J:\J7595\Issue Sheet.xlsm") # emma - done + fpth = pathlib.Path(r"J:\J6771\Issue Sheet\6771 Issue Sheet_DocumentNumberGenerator.xlsm") # cheryl - done + fpth = pathlib.Path(r"J:\J7160\Project Management\Job Running\J7160 Document Number Generator.xlsm") # liz - done + fpth = pathlib.Path(r"J:\J6695\Issue Sheets\J6695 DocumentNumberGenerator -Phase 2 - 27.xlsm") # anna - done xw.Book(str(fpth)).set_mock_caller() RESULTS = cmd() else: diff --git a/packages/document-issue-xl/xl/DocumentNumberGenerator.xlsm b/packages/document-issue-xl/xl/DocumentNumberGenerator.xlsm index 8ddbf7f..f713b96 100644 Binary files a/packages/document-issue-xl/xl/DocumentNumberGenerator.xlsm and b/packages/document-issue-xl/xl/DocumentNumberGenerator.xlsm differ