mirror of
https://github.com/kbenestad/reimburse.git
synced 2026-06-18 16:04:31 +00:00
Add copyright and custom build notice to all source and doc files
https://claude.ai/code/session_01BT9uLi8S6BAVgpvU9ekgeS
This commit is contained in:
parent
0a5adb24fd
commit
65bd989597
5 changed files with 28 additions and 0 deletions
|
|
@ -1,6 +1,11 @@
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
# Reimbursement Form — Configuration
|
# Reimbursement Form — Configuration
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
|
#
|
||||||
|
# Copyright 2026 Kristian Benestad. Licensed under the Apache License, Version 2.0. See LICENSE for more information.
|
||||||
|
#
|
||||||
|
# This is a custom build of kbenestad/reimburse for Boat People SOS and People Serving People Foundation.
|
||||||
|
#
|
||||||
|
|
||||||
# Organization
|
# Organization
|
||||||
organization: "Center for Asylum Protection"
|
organization: "Center for Asylum Protection"
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,8 @@
|
||||||
|
<!--
|
||||||
|
Copyright 2026 Kristian Benestad. Licensed under the Apache License, Version 2.0. See LICENSE for more information.
|
||||||
|
|
||||||
|
This is a custom build of kbenestad/reimburse for Boat People SOS and People Serving People Foundation.
|
||||||
|
-->
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,12 @@ This guide is for the person responsible for deploying and configuring the reimb
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
> Copyright 2026 Kristian Benestad. Licensed under the Apache License, Version 2.0. See LICENSE for more information.
|
||||||
|
>
|
||||||
|
> This is a custom build of kbenestad/reimburse for Boat People SOS and People Serving People Foundation.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## Architecture
|
## Architecture
|
||||||
|
|
||||||
The application is a static web app — a single HTML file that loads a YAML configuration file at runtime. There is no server-side logic, no database, and no build step.
|
The application is a static web app — a single HTML file that loads a YAML configuration file at runtime. There is no server-side logic, no database, and no build step.
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,12 @@ This guide is for developers who want to fork, extend, or modify the reimburseme
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
> Copyright 2026 Kristian Benestad. Licensed under the Apache License, Version 2.0. See LICENSE for more information.
|
||||||
|
>
|
||||||
|
> This is a custom build of kbenestad/reimburse for Boat People SOS and People Serving People Foundation.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## Repository layout
|
## Repository layout
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,12 @@ This guide is for staff submitting expense reimbursement claims.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
> Copyright 2026 Kristian Benestad. Licensed under the Apache License, Version 2.0. See LICENSE for more information.
|
||||||
|
>
|
||||||
|
> This is a custom build of kbenestad/reimburse for Boat People SOS and People Serving People Foundation.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
The reimbursement form runs in your browser. You fill in your expenses, attach receipts, and click one button to download a PDF. No account, login, or internet upload is needed — the PDF is generated entirely on your device.
|
The reimbursement form runs in your browser. You fill in your expenses, attach receipts, and click one button to download a PDF. No account, login, or internet upload is needed — the PDF is generated entirely on your device.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue