Skip to content

Fix offline payment check and error messages - #35

Closed
MarcusStill wants to merge 3 commits into
masterfrom
fix-offline-payment-7002354813899379780
Closed

MarcusStill wants to merge 3 commits into
masterfrom
fix-offline-payment-7002354813899379780

Conversation

@MarcusStill

@MarcusStill MarcusStill commented Aug 12, 2026

Copy link
Copy Markdown
Owner

Fixed a logic issue preventing offline payments for new/non-fiscalized sales.
Corrected error messages for Cash and Offline payments which incorrectly referenced card payments.

- Fix the condition for Offline payment to allow non-fiscalized sales (`not in (0, 9)` instead of `in (0, 9)`).
- Correct the copy-paste error in the info window message for Offline payment.
- Correct the copy-paste error in the info window message for Cash payment.
- Updates the offline payment check to `not in (0, 9)` to allow offline payment for new and unfiscalized sales.
- Fixes copy-paste error messages for Cash and Offline payments.
- Ensures the sale status is updated to 9 (unfiscalized) when a bank check is saved but before the fiscal check is printed.
- Updates the offline payment check to `not in (0, 9)` to allow offline payment for new and unfiscalized sales.
- Fixes copy-paste error messages for Cash and Offline payments.
- Ensures the sale status is updated to 9 (unfiscalized) when a bank check is saved but before the fiscal check is printed.
Repository owner deleted a comment from google-labs-jules Bot Aug 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant