Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update issue fpth vba #65

Merged
merged 3 commits into from
Jul 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions packages/document-issue-xl/src/document_issue_xl/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 4 additions & 2 deletions packages/document-issue-xl/src/document_issue_xl/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Binary file modified packages/document-issue-xl/xl/DocumentNumberGenerator.xlsm
Binary file not shown.
Loading