Skip to content

Commit

Permalink
[UP-423] Example log book report (#223)
Browse files Browse the repository at this point in the history
* initialized files and resources

* draw front page

* added header and footer

* added table headers

* generated main content

* generated content

* added descard reason row for descraded items

* generate document  based on limited number of rows per page

* partitioned log data per page basis

* fixed indentation and cleaned up unused code

* added more annotations and made minor changes

* added readme

* added preview screenshot

* added refrence of logbook report to templates README file

* minor annotation change

* removed go.mod replace directive

* use text/template instead of html/template

* fixed annotations and added document metata data to json file

* minor annotation fix

* addressed review comments

* made minor typo fix
  • Loading branch information
kellemNegasi authored Mar 16, 2023
1 parent 8c8cfdb commit 75df410
Show file tree
Hide file tree
Showing 13 changed files with 13,490 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ Documentation PDF file: [unipdf-templates-documentation.pdf](documentation/unipd
- [Sample Medical Bill Document](medical-bill): showcases the usage of creator templates by creating a sample medical bill document.
- [Sample Rental Agreement](rental-agreement): showcases the usage of creator templates by creating a sample rental agreement.
- [Sample Medication Schedule Document](medication-schedule-report): showcases the usage of creator templates by creating a sample medication schedule document.
- [Sample log book document](log-book-report): showcases the usage of creator templates by creating a sample
log book document.
9 changes: 9 additions & 0 deletions templates/log-book-report/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Sample log book document
======================

This example showcases the usage of creator templates by creating a sample
log book document.

<p>
<img src="templates/res/pages.png" alt="sample-logbook-preview" width="100%"/>
</p>
Loading

0 comments on commit 75df410

Please sign in to comment.