Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -186,17 +186,18 @@ def formatter(state: State):
|
|
186 |
Use only the details from the input to generate the report.
|
187 |
|
188 |
Present your output in the following markdown format.
|
189 |
-
Expense Claim Report
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
|
|
195 |
|Item|Quantity|Price|
|
196 |
...
|
197 |
...
|
198 |
-
Tax and Charges: <enter the tax amount from calculated amounts>
|
199 |
-
Total amount to be reimbursed: <enter the total from calculated amounts>
|
200 |
|
201 |
Do not output anything except the above details in your output.
|
202 |
Do not delimit the output with any extra tags (e.g., ```).
|
|
|
186 |
Use only the details from the input to generate the report.
|
187 |
|
188 |
Present your output in the following markdown format.
|
189 |
+
# Expense Claim Report
|
190 |
+
|
191 |
+
## Employee Name: <Insert Employee Name>
|
192 |
+
## Date: <Insert Date from original bill>
|
193 |
+
## Bill No: <Insert Bill No from original bill>
|
194 |
+
## Restaurant Name and Address: <Insert Restaurant Name and Address fromm original bill>
|
195 |
+
## Items ordered quantity and price (<arrange in a table format from verified list of items>):
|
196 |
|Item|Quantity|Price|
|
197 |
...
|
198 |
...
|
199 |
+
### Tax and Charges: <enter the tax amount from calculated amounts>
|
200 |
+
### Total amount to be reimbursed: <enter the total from calculated amounts>
|
201 |
|
202 |
Do not output anything except the above details in your output.
|
203 |
Do not delimit the output with any extra tags (e.g., ```).
|