Skip to content

Commit

Permalink
Added accounting workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
borishrncic committed Feb 28, 2024
1 parent f49d849 commit 7ef7961
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
Binary file modified wiki/.DS_Store
Binary file not shown.
5 changes: 5 additions & 0 deletions wiki/content/accounting-workflow.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<section id="accounting-workflow">
<h2 class="heading-1">13. Accounting Workflow</h2>
<p>The name of the game is fill-in the yellow rectangles.</p>
<img src="imgs/accounting-workflow.png">
</section>
Binary file added wiki/imgs/accounting-workflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions wiki/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<li><a href="#google-drive" class="caption">10. Google Drive</a></li>
<li><a href="#branding-workflow" class="caption">11. Branding workflow</a></li>
<li><a href="#development-workflow" class="caption">12. Development workflow</a></li>
<li><a href="#accounting-workflow" class="caption">13. Accounting workflow</a></li>
<br><br>
</ul>
</nav>
Expand Down Expand Up @@ -108,6 +109,10 @@
<?php include 'content/development-workflow.php';?>
<!-- INCLUDE DEVELOPMENT-WORKFLOW.PHP end -->
<hr>
<!-- INCLUDE ACCOUNTING-WORKFLOW.PHP start -->
<?php include 'content/accounting-workflow.php';?>
<!-- INCLUDE ACCOUNTING-WORKFLOW.PHP end -->
<hr>
</main>
</body>

Expand Down

0 comments on commit 7ef7961

Please sign in to comment.