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

Develop #774

Merged
merged 47 commits into from
Jul 10, 2022
Merged

Develop #774

merged 47 commits into from
Jul 10, 2022

Conversation

yvesmethz
Copy link

Pull Request Checklist

  • My code follows the code formatting guidelines.
  • I have an issue ID for this pull request.
  • [*] I selected the corresponding branch.
  • I have rebased my changes on top of the corresponding branch.

Issue Type (Please check one or more)

  • [*] Bugfix
  • Improvement of an existing Feature
  • New Feature

the-hotmann and others added 30 commits January 20, 2020 22:10
since mPDF v8.0.4 (latest atm) mPDF supports PHP 7.4

I have tested it in a demo enviroment and it worked perfectly.
Since we do not know which changes will still come to mPDF 8 I decided not to go for "^8.0.0" but for "^8.0"
made sure minimum mPDF v8.0.4 is getting used
Changed Link from "http://docs.invoiceplane.com/" to "https://wiki.invoiceplane.com/" as the old Link is not available.
fixed upcomming problem with jQuery 3.5.0
As soon as all dependencies are jQuery ~3.5.0 ready it will be adjusted.
edited to match v1.5.11
Delete package.lock as we now use YARN. This will be replaced with yarn.lock
Added full subfolder support.
# Added for versioning
On Branch 1.5.12
Your branch is up-to-date with 'upstream/1.5.12'.

zum Commit vorgemerkte Änderungen:
	geändert:       application/language/english/ip_lang.php
	gelöscht:       application/modules/invoices/views/partial_item_table.php
	geändert:       application/modules/invoices/views/view.php
	geändert:       application/modules/products/views/modal_product_lookups.php
	gelöscht:       application/modules/quotes/views/partial_item_table.php
	geändert:       application/modules/quotes/views/view.php
	geändert:       application/modules/settings/views/partial_settings_general.php
	geändert:       application/modules/tasks/views/modal_task_lookups.php
	geändert:       assets/invoiceplane/sass/_custom_styles.scss
	geändert:       composer.lock

Unversionierte Dateien:
	application/modules/invoices/views/partial_itemlist_responsive.php
	application/modules/invoices/views/partial_itemlist_table.php
	application/modules/quotes/views/partial_itemlist_responsive.php
	application/modules/quotes/views/partial_itemlist_table.php
Ihr Branch ist 1 Commit vor 'upstream/1.5.12'.

zum Commit vorgemerkte Änderungen:
	geändert:       application/language/english/ip_lang.php
	geändert:       application/modules/invoices/views/partial_itemlist_responsive.php
	geändert:       application/modules/quotes/views/partial_itemlist_responsive.php

- fixed indentation
- replaced short open tags
- removed tags around divs
- added missing labels and input types
Select appropriate pdf template for guest users "download pdf" button.
Select appropriate pdf template for guest users
Copy link

@accesslint accesslint bot left a comment

Choose a reason for hiding this comment

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

There are accessibility issues in these changes.

Copy link

@accesslint accesslint bot left a comment

Choose a reason for hiding this comment

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

There are accessibility issues in these changes.

@nielsdrost7 nielsdrost7 changed the base branch from master to development December 29, 2021 15:55
pimvanpelt and others added 11 commits December 31, 2021 11:15
As found in logfile:
pim@billing:/var/www/html$ tail application/logs/log-2021-12-30.php 
ERROR - 2021-12-30 19:32:04 --> Could not find the language line "subtot al"
ERROR - 2021-12-30 19:32:04 --> Could not find the language line "subtot al"
ERROR - 2021-12-30 19:32:54 --> Could not find the language line "subtot al"
ERROR - 2021-12-30 19:32:54 --> Could not find the language line "subtot al"
Fix bug with recurring invoices dropping discounts
When a payment method exists on the invoice, the select is disabled with the wrong option selected.  Set the select value and trigger a change so that select2 re-renders the selected value.
Remove .history folder for vscode local history exstension which is no longer needed.  The latest release of vscode now local change history as a core function.
Escape client name for PDF generation (Only in Zugferd invoices)
Display $client surname for recurring invoices (and sect a template for a guest user)
@nielsdrost7 nielsdrost7 merged commit 9bfc0e5 into development Jul 10, 2022
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.

None yet