Skip to content
Novus Examples
txt2.4 KB

Copper Oven Bakery: Daily Z-read and cash-up

Daily Z-read and cash-up for Copper Oven Bakery. A 61-line printed till report for 2026-08-28, 46 characters wide with no line longer than that. Gross 396.75 less discounts 39.68 and comps 4.25 gives net sales 352.82; with GST 17.64 and charged tips 42.34 the total due is 412.80 CAD. Cash, card and gift tenders sum to the 408.30 collected after a 4.50 refund. 2 voids are logged outside gross sales and the drawer records an over/short of -0.35 on 31 covers.

txt

text/plain

2.4 KB
Kit
restaurant-bakery
Industry
food-service
Schema Version
1
Synthetic
true
As Of
2026-09-08
Currency
CAD

Binary txt: no in-browser preview. Download it above to open in a compatible application.

Specifications

Kit
restaurant-bakery
Industry
food-service
Schema Version
1
Synthetic
true
As Of
2026-09-08
Currency
CAD
Period Start
2026-08-20
Period End
2026-09-02
Business Date
2026-08-28
Lines
61
Width
46
Covers
31
Net Sales Cad
352.82
Over Short Cad
-0.35
Encoding
UTF-8
Line Endings
LF

Testing contract

Expected to pass
Scenario
Use daily z-read and cash-up in the Copper Oven Bakery costing and daily operations workflow.
Expected result
A 61-line printed till report for 2026-08-28, 46 characters wide with no line longer than that. Gross 396.75 less discounts 39.68 and comps 4.25 gives net sales 352.82; with GST 17.64 and charged tips 42.34 the total due is 412.80 CAD. Cash, card and gift tenders sum to the 408.30 collected after a 4.50 refund. 2 voids are logged outside gross sales and the drawer records an over/short of -0.35 on 31 covers.

What is a .txt file?

TXT is a plain-text file containing unformatted character data with no styling or structure beyond line breaks. Its interpretation depends on character encoding, most commonly UTF-8, and on line-ending convention. It is the most universal and portable text container.

How to use this file

Use an example TXT to test encoding detection, line-ending (LF versus CRLF) handling, and any tool that reads or streams raw text input.

How to use this file for testing

“Copper Oven Bakery: Daily Z-read and cash-up” is a deterministic Novus Examples fixture for Data import, Log parsing. Realistic faker-generated datasets with documented schemas for testing import and ETL flows.

Documented properties for this file: UTF-8 · LF. Compare results against paired or grouped companions on this page when present (clean↔damaged, searchable↔scanned, or format twins) so scores stay reproducible across runs.

Download the file once, keep the path stable in CI or local scripts, and treat the spec table as the contract: dimensions, seeds, field lists, and roles are intentional. Corrupt or invalid samples are labelled as such, expect parsers to fail loudly rather than silently accept them.

Data fixtures document their exact quirks (delimiters, encodings, null handling, schema, and row counts) in the spec table. Point your parser or importer at the file and assert it handles the documented edge cases; clean and deliberately-messy siblings make before/after diffs straightforward.

Generated by generation/restaurant_costing.py. Free for any use, no attribution required, license.