Ask AwraIQ about features, pricing, onboarding, login, integrations, security, demos, mobile apps, automation, reports, or support.
Market hub
Operating in the United States and Canada
Two markets where the tax question is about a place, and two different ways a schema fails to name one.
- Guides
- 23
- Topics
- 11
- Markets
- 2
- Modules covered
- 10/10
What is different about operating here
Everything difficult about tax in these two markets comes back to a single question: which jurisdiction was this sale taxed in? In the United States the answer follows the customer — sales tax is destination-based, set by a state and usually by a county or city under it, so the rate is a property of where delivery happened rather than of where the seller sits. There is no national rate to configure, and a system that models tax as one number per country models the United States as a fiction. In Canada the jurisdiction question arrives differently: a sale can carry a federal tax and a provincial one at the same time, owed to two governments, filed on two returns, with only one of them generally recoverable by a registered buyer — so the total being right is not the same as the record being usable. These guides work through both from the schema outwards, using our own as the specimen, and the findings are unflattering: our customer record holds a latitude to seven decimal places and has no field for the state, and our documents store a blended tax rate rather than the components that were computed to produce it. We do not calculate US sales tax at all, we do not file to the CRA, we have no payroll engine for either country, and we have no reference customer in either. What is here instead is a precise account of what would have to be built, which is more useful to a buyer than a capability list.
Three things that catch teams out
Ask which record the jurisdiction lives on
Not whether tax is supported — every system supports tax. Ask which field on the customer, and which field on the sale, carries the taxing jurisdiction. If the answer is the address line, ask what happens to the addresses that do not parse, and ask to watch one fail.
A correct total is not a correct record
Where two taxes apply, each authority needs its own component. If the document stores a blended rate, those components have to be reconstructed from current settings — which works until a rate, a registration or a province changes, and then produces a confident wrong answer with nothing to indicate it. Test it by recovering last year's split without opening today's settings.
Exemption is a document, not a checkbox
A resale or exemption certificate has an issuing state, an identifier and an expiry, and it is evidence you produce under audit for a period rather than an assertion about today. A boolean on a customer record cannot carry any of that — and it is worth confirming that whatever flag exists is actually read by the tax calculation, because in our product it is not.
Every module, and where the guides are
Tax is two of these ten. AWRA OpsHub runs inventory, procurement, assets, sales, point of sale, HR and payroll, finance, projects, helpdesk and reporting as one system, and all ten work in every market — the presets below only decide what a rate field is pre-filled with. 10 of the ten have a guide written for North America; the rest point at the method guides, which hold wherever you run them.
-
Inventory
2 guides -
Procurement
3 guides -
Assets
2 guides -
Sales
2 guides -
Point of sale
2 guides -
HR & payroll
2 guides -
Finance
4 guides -
Projects
2 guides -
Helpdesk
2 guides -
Reports & BI
2 guides
Tax and currency presets for this region
These are the sales-tax presets AWRA OpsHub ships with, 2 of the 188 countries covered in total. They are headline national rates and a starting point for configuration — reduced, zero-rated and exempt categories still need setting up against your own chart of accounts, and rates change with each finance act.
| Market | Currency | Tax | Standard rate |
|---|---|---|---|
| United States | USD US Dollar | SALES | 7% |
| Canada | CAD Canadian Dollar | GST | 5% |
23 North America guides
Grouped into 11 topics, newest first within each.
Implementation & Rollout
3
Buying Operations Software in the US: A Straight Guide
We do not do US sales tax at all, and that is the first line rather than a footnote. Then what to ask everyone else, what to ignore, and the five things that should take us off your list.
A Federal Rate Is Not a National Rate
Our table holds Canada at the federal rate, which is correct. It then writes that rate into an organization's own settings and never revisits the question — so a business in a harmonised province is configured at the federal figure and nothing says otherwise.
Buying Operations Software in Canada: A Straight Guide
Five exclusions at the top, one of which rules us out of an entire province. Then the questions worth asking every vendor selling into a country where a sale can carry two taxes owed to two governments.
Accounting Insights
3
Sales Tax Is Not a VAT, and the Difference Is Structural
Both are a percentage added at the till, which is where the resemblance ends. One is collected in stages and reclaimed; the other is collected once and avoided with a document. Software built for the first models the second incorrectly rather than incompletely.
Two Taxes, Two Governments, One Column
Our engine computes each Canadian levy against its own base and hands back the breakdown. The document then stores a single blended rate and discards it — so the total is right and the split, which is the only thing either return needs, is gone.
Destination-Based Sales Tax Needs a Destination
US sales tax follows the customer. Our customer record holds a latitude to seven decimal places and no state field — and the question turns out to be asked in four places in our own code and answered from the organization every time.
Reports & BI
2
The Report You Cannot Hand Over
A custom report here belongs to whoever built it. The machinery deciding who may open a shared report is complete, careful and will never be consulted, because nothing in the product can create the record it reads — and the only test asserts the columns exist.
Keeping a Report Live Instead of Exporting It
The moment a report becomes a file it stops being a view of your data and becomes a copy. Live shared report links, and a stored metric series to reconcile against later, are both additions we can enable so the number stays current.
Helpdesk & Support
2
Two Days From When You Knew
Canada gives you two days to report a product incident, counted from the day you became aware. That is a date about your organization rather than about a record — and it is the one date no operations system holds.
The Request Arrives at the Help Desk
A consumer privacy request does not come through a privacy console. It arrives as a support ticket from somebody who has never logged in. Our help desk can identify that person and time the reply; our export and erasure tooling is built around user accounts, which is the one thing they do not have.
Point of Sale
2
Forty Dollars in Two-Dollar Coins
Canada's legal-tender limits are written in denominations, and a till records a payment as one number. The gap is not a compliance problem — it is a modelling one, and two of the missing pieces are worth having anyway.
A Till That Cannot Store a Card Number
The card-data question worth asking a point-of-sale vendor is not how the number is encrypted — it is whether there is anywhere to put one. Our payments table has six columns and no card among them, which is the strongest position available and has a price we would rather state than let you find.
Assets & Equipment
2
The Certification That Ends on an Event
A US forklift certification has no expiry date. Five things oblige you to retrain the operator and four of them are events, not dates — which is a problem for every mechanism built to watch a calendar.
Extending Expiry Reminders Beyond Employees
There is a working document-expiry reminder in this product. It reads a date, respects your notification settings and warns you thirty days out. It is filtered to employees — so a work permit gets a warning and an equipment insurance certificate gets silence.
Projects & Job Costing
2
A Week, a Contract and a Signature
A certified payroll has a period of one week, a scope of one contract, and a signature attesting to three specific things. None is a cost figure — and its most unusual requirement is something this product already does, in the wrong module.
One Budget and Four Ways to Spend It
A project carries one money budget. Its actual cost arrives from four independent streams — logged time, purchases, expenses and stock issued to the job. So the system can say a job is eighty per cent through its money and cannot say which of the four is why.
Inventory Insights
2
Twenty-Four Hours and a Glossary
The US food traceability rule is summarised as lot codes and a 24-hour clock. The sentence nobody quotes asks for your coding systems, abbreviations and a written map from your records to the elements it names — a document about your software.
The Method You Cannot Choose
In most of the world the inventory costing method is an accounting preference and any defensible one will do. In the United States it can be a commitment with consequences reaching past the ledger — which makes it the one market where "our system supports exactly one method" is a fact a buyer needs before signing rather than after. We support exactly one.
Sales Insights
2
The Ceiling That Is Only on Two of Three Doors
A tax rate here cannot be created above one hundred per cent by any route. It can be updated above it through one. The rule was written on two doors out of three, which is the ordinary way a validation gap happens and the ordinary reason nobody notices.
The Invoice That Does Not Repeat Itself
There is no recurring invoice here. No schedule, no template, no next-run date. Forty monthly retainers are forty invoices somebody creates by hand — and the failure mode is not that one is wrong, it is that one is missing.
HR & Payroll
2
The Swap That Is Only an Edit
Two people agree to trade Saturday and somebody changes a name on the roster. The roster is now correct and the trade has left no trace — not who asked, not who agreed, not who approved, and not what the shift said an hour ago.
Forty Hours in Which Seven Days?
American overtime is owed above forty hours in a workweek — a fixed seven-day period the employer designates, which need not start on Monday and need not match the pay period. Our records have no workweek in them at all, and the boundary they do enforce, by locking it, is the calendar month.
Procurement Insights
1
Product pages for this region
Each of these sets out what is built today and what is still on the roadmap for that market.
Help Center
Need a quick answer while you read?
Run inventory, procurement, assets, sales, and field work with approved AWRA guidance for setup, migration, integrations, security, pricing, and support.