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

New feature: Add a new round #15

Closed
wants to merge 13 commits into from
Closed
2 changes: 2 additions & 0 deletions legaleseMain.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ function onOpen(addOnMenu, legaleseSignature) {
addOnMenu
.addItem("Create Form", "legaleseMain.setupForm")
.addItem("Generate PDFs", "legaleseMain.fillTemplates")
.addItem("Compute Dependencies", "legaleseMain.computeDependencies")
.addItem("Do Dependency Thing", "legaleseMain.depWriteForceLayout")
.addItem("Add a Round to the Cap Table", "legaleseMain.addRound")
// .addItem("Do Nothing", "legaleseMain.DoNothing")
// .addItem("Update TOTAL Column", "legaleseMain.updateTotal")
Expand Down