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

Feature/boleto usability #10

Merged
merged 3 commits into from
May 24, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[REF] pre-commit issues
  • Loading branch information
mileo committed May 24, 2024
commit 6dd3394c425ad4a2b977a530f3c05dba27e229d1
7 changes: 3 additions & 4 deletions purchase_report_hide_date/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@

/*
:Author: David Goodger (goodger@python.org)
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
:Copyright: This stylesheet has been placed in the public domain.

Default cascading style sheet for the HTML output of Docutils.
Despite the name, some widely supported CSS2 features are used.

See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
customize this style sheet.
Expand Down Expand Up @@ -275,7 +274,7 @@
margin-left: 2em ;
margin-right: 2em }

pre.code .ln { color: gray; } /* line numbers */
pre.code .ln { color: grey; } /* line numbers */
pre.code, code { background-color: #eeeeee }
pre.code .comment, code .comment { color: #5C6576 }
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
Expand All @@ -301,7 +300,7 @@
span.pre {
white-space: pre }

span.problematic, pre.problematic {
span.problematic {
color: red }

span.section-subtitle {
Expand Down
2 changes: 1 addition & 1 deletion purchase_report_hide_taxes/readme/CONFIGURE.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This module does not require any special configuration.
This module does not require any special configuration.
2 changes: 1 addition & 1 deletion purchase_report_hide_taxes/readme/CONTEXT.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
The module was created for the following reason:

• Some company products have a lot of taxes, this causes the product's tax column to break the formatting in the purchase order report.
• Some company products have a lot of taxes, this causes the product's tax column to break the formatting in the purchase order report.
2 changes: 1 addition & 1 deletion purchase_report_hide_taxes/readme/DESCRIPTION.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This module removes the product taxes in the purchase order report.
This module removes the product taxes in the purchase order report.
2 changes: 1 addition & 1 deletion purchase_report_hide_taxes/readme/USAGE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
To use this module, you need to:

1. Go to "Purchase"
2. Print the purchase order report and verify if the product taxes has been removed.
2. Print the purchase order report and verify if the product taxes has been removed.
7 changes: 3 additions & 4 deletions purchase_report_hide_taxes/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@

/*
:Author: David Goodger (goodger@python.org)
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
:Copyright: This stylesheet has been placed in the public domain.

Default cascading style sheet for the HTML output of Docutils.
Despite the name, some widely supported CSS2 features are used.

See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
customize this style sheet.
Expand Down Expand Up @@ -275,7 +274,7 @@
margin-left: 2em ;
margin-right: 2em }

pre.code .ln { color: gray; } /* line numbers */
pre.code .ln { color: grey; } /* line numbers */
pre.code, code { background-color: #eeeeee }
pre.code .comment, code .comment { color: #5C6576 }
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
Expand All @@ -301,7 +300,7 @@
span.pre {
white-space: pre }

span.problematic, pre.problematic {
span.problematic {
color: red }

span.section-subtitle {
Expand Down
Loading