Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] fiscal_epos_print: Fixes for rounding errors, fixes for adjustmentType tag generation #1

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

LorenzoC0
Copy link
Collaborator

No description provided.

info = addInfo[tagStatus[0]];
res.success = !this.isErrorStatus(info);
}
//TODO isErrorStatus missing
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Da portare dalla 16

}
// if (tagStatus.length > 0) {
// info = addInfo[tagStatus[0]];
// msgPrinter = this.decodeFpStatus(info);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Da portare dalla 16

var tag =
"<printRecItemAdjustment" +
' operator="' +
(args.operator || "1") +
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bisognerebbe prenderlo da fiscal_operator_number

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lo facciamo già, operator dentro args alla chiamata alla funzione è fiscal_operator_number.

Vedi riga 609 di epson_epos_print

@eLBati eLBati merged commit 50a3c99 into 17.0-mig-fiscal_epos_print Oct 2, 2024
3 of 4 checks passed
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.

3 participants