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

Fix typo on the rules I created recently #8305

Merged
merged 4 commits into from
Apr 5, 2024
Merged
Show file tree
Hide file tree
Changes from 3 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
8 changes: 1 addition & 7 deletions rules/allocate-expenses-per-office/rule.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
type: rule
title: "Do you know how to allocate expenses per office?"
title: Do you know how to allocate expenses per office?
uri: allocate-expenses-per-office
authors:
- title: Jimmy Chen
Expand Down Expand Up @@ -30,14 +30,8 @@ E.g. If there is a recruitment ad for an open position in Melbourne with a cost

The office chosen should genuinely reflect the beneficiary.

::: greybox
* If Bob travels from Sydney to Brisbane to give a speech at a conference held by the Brisbane office, the cost should be allocated to Brisbane
* If Bob travels from Sydney to Melbourne for training, then the cost is allocated to Sydney
:::

::: good
Figure: Good example - always allocate expenses to the more relevant office
:::

Automated tools, like accounting software, should be used to streamline the allocation process and reduce the risk of errors.
Accounting software, such as Xero, provides the option to include an office for transactions; however, some overhead costs need to be manually allocated based on a certain rate.
Expand Down
4 changes: 2 additions & 2 deletions rules/manage-travel-in-centralized-systems/rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ they typically require accommodation, flights, transportation, and other necessi
Managing these bookings, obtaining approvals, and handling tax invoices can be both costly and time consuming.

Imagine first organising a trip six months in advance, and having to wait that long until you receive the invoices.
Now multiply this complexity by managing several reservations concurrently. It becomes overwhelming! Orz
Now multiply this complexity by managing several reservations concurrently. It becomes overwhelming!

In a dynamic business environment, effectively managing travel expenses is key for organizations trying to optimize costs while maintaining efficiecy and compliance.
In a dynamic business environment, effectively managing travel expenses is key for organizations trying to optimize costs while maintaining efficiency and compliance.

Utilizing centralized booking platforms can help greatly in achieving this.

Expand Down
Loading