-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
69f6200
commit a42565e
Showing
9 changed files
with
601 additions
and
171 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,107 +1,34 @@ | ||
```json | ||
{ | ||
"invoice_info": { | ||
"name": "Tümmler, Dirk", | ||
"project_number": "240045", | ||
"customer": "Magua", | ||
"city": "Salzgitter", | ||
"kw": "", | ||
"land": "DE" | ||
"lines": [ | ||
{ | ||
"date": "07.08.", | ||
"start_time": "6.45", | ||
"end_time": "7.30", | ||
"break_time": "", | ||
"description": "BS-SZ-Support", | ||
"has_customer_signature": true | ||
}, | ||
{ | ||
"date": "07.08.", | ||
"start_time": "7.30", | ||
"end_time": "16.00", | ||
"break_time": "0.5", | ||
"description": "", | ||
"has_customer_signature": true | ||
}, | ||
{ | ||
"date": "08.08.", | ||
"start_time": "7.30", | ||
"end_time": "7.45", | ||
"break_time": "", | ||
"description": "SZ-BS", | ||
"has_customer_signature": true | ||
}, | ||
{ | ||
"date": "08.08.", | ||
"start_time": "7.45", | ||
"end_time": "16.30", | ||
"break_time": "0.5", | ||
"description": "", | ||
"has_customer_signature": true | ||
}, | ||
{ | ||
"date": "09.08.", | ||
"start_time": "7.00", | ||
"end_time": "7.45", | ||
"break_time": "", | ||
"description": "Support", | ||
"has_customer_signature": true | ||
}, | ||
{ | ||
"date": "09.08.", | ||
"start_time": "7.45", | ||
"end_time": "16.30", | ||
"break_time": "0.5", | ||
"description": "Support", | ||
"has_customer_signature": true | ||
}, | ||
{ | ||
"date": "10.08.", | ||
"start_time": "7.15", | ||
"end_time": "8.00", | ||
"break_time": "", | ||
"description": "SZPBS", | ||
"has_customer_signature": true | ||
}, | ||
{ | ||
"date": "10.08.", | ||
"start_time": "8.00", | ||
"end_time": "17.00", | ||
"break_time": "0.5", | ||
"description": "", | ||
"has_customer_signature": true | ||
}, | ||
{ | ||
"date": "11.08.", | ||
"start_time": "6.30", | ||
"end_time": "7.15", | ||
"break_time": "", | ||
"description": "support", | ||
"has_customer_signature": true | ||
}, | ||
{ | ||
"date": "11.08.", | ||
"start_time": "7.15", | ||
"end_time": "16.00", | ||
"break_time": "0.5", | ||
"description": "support", | ||
"has_customer_signature": true | ||
}, | ||
{ | ||
"date": "11.08.", | ||
"start_time": "16.00", | ||
"end_time": "16.45", | ||
"break_time": "", | ||
"description": "Supports", | ||
"has_customer_signature": true | ||
} | ||
], | ||
"is_process_done": true, | ||
"is_commissioned_work": true, | ||
"is_without_measuring_technology": false, | ||
"sign_date": "13.08.2024", | ||
"has_employee_signature": true | ||
} | ||
"invoice_info": { | ||
"name": "", | ||
"project_number": "", | ||
"customer": "", | ||
"city": "", | ||
"land": "", | ||
"lines": [ | ||
{ | ||
"date": "", | ||
"start_time": "", | ||
"end_time": "", | ||
"break_time": "", | ||
"description": "", | ||
"has_customer_signature": True | ||
}, | ||
{ | ||
"date": "", | ||
"start_time": "", | ||
"end_time": "", | ||
"break_time": "", | ||
"description": "", | ||
"has_customer_signature": False | ||
} | ||
], | ||
"is_process_done": True, | ||
"is_commissioned_work": True, | ||
"is_without_measuring_technology": False, | ||
"sign_date": "", | ||
"has_employee_signature": True | ||
} | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,49 @@ | ||
```json | ||
payment_method has 3 values self paid, visa, invoice | ||
``json | ||
{ | ||
"invoice_info": { | ||
"name": "Tümmler, Dirk", | ||
"project_number": "240045", | ||
"is_in_egw": true, | ||
"name": "", | ||
"project_number": "", | ||
"is_in_egw": True, | ||
"currency": "", | ||
"lines": [ | ||
"has_employee_signature": True, | ||
"sign_date": "", | ||
"fixed_lines": [ | ||
{ | ||
"title": "Hotel", | ||
"with_breakfast": true, | ||
"amount": "412,50", | ||
"with_breakfast": True, | ||
"can_book_again": True, | ||
"amount": , | ||
"payment_method": "" | ||
}, | ||
{ | ||
"title": "Fuel", | ||
"amount": "86,24", | ||
"amount": , | ||
"payment_method": "" | ||
}, | ||
{ | ||
"title": "Parking fees", | ||
"amount": "4,", | ||
"amount": , | ||
"payment_method": "" | ||
}, | ||
{ | ||
"title": "Rental car", | ||
"amount": "156,20", | ||
"amount": , | ||
"payment_method": "" | ||
}, | ||
{ | ||
"title": "Toll", | ||
"amount": "20", | ||
}, | ||
{ | ||
"title": "Train ticket", | ||
"amount": "24,50", | ||
"payment_method": "paid for yourself" | ||
}, | ||
{ | ||
"title": "Bicycle ticket", | ||
"amount": "9,80", | ||
"payment_method": "paid for yourself" | ||
"amount": , | ||
"payment_method": "" | ||
} | ||
], | ||
"has_employee_signature": true | ||
"lines": [ | ||
{ | ||
"title": "", | ||
"amount": , | ||
"payment_method": "" | ||
} | ||
] | ||
} | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,7 +70,6 @@ | |
"document_subject": "Invoice Subject", | ||
"package_number": "PKG123", | ||
"invoice_number": "INV123", | ||
"invoice_type": "Regular", | ||
"receipt_number": "REC123", | ||
"shop_number": "SHOP123", | ||
"transaction_number": "TRANS123", | ||
|
@@ -92,26 +91,12 @@ | |
"merchant_website": "https://merchant.com", | ||
"merchant_email": "[email protected]", | ||
"merchant_address": "123 Merchant Street", | ||
"merchant_street_name": "Merchant Street", | ||
"merchant_house_number": "123", | ||
"merchant_city": "Merchant City", | ||
"merchant_municipality": "Merchant Municipality", | ||
"merchant_province": "Merchant Province", | ||
"merchant_country": "Merchant Country", | ||
"merchant_country_code": "MC", | ||
"merchant_phone": "+1234567890", | ||
"merchant_main_activity_code": "ACT123", | ||
"customer_name": "Customer Name", | ||
"customer_number": "CUST123", | ||
"customer_reference": "CUSTREF123", | ||
"customer_address": "456 Customer Avenue", | ||
"customer_street_name": "Customer Avenue", | ||
"customer_house_number": "456", | ||
"customer_city": "Customer City", | ||
"customer_municipality": "Customer Municipality", | ||
"customer_province": "Customer Province", | ||
"customer_country": "Customer Country", | ||
"customer_phone": "+0987654321", | ||
"customer_phone": "0987654321", | ||
"customer_vat_number": "CUSTVAT123", | ||
"customer_coc_number": "COC456", | ||
"customer_bank_account_number": "BANK987654", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.