- command:
./bin/magento module:status | grep Vendorname_ | grep -v -e '^$' | xargs ./bin/magento mod:dis
- solved:
bin/magento module:disable $(bin/magento module:status | grep '^Vendorname_' | grep -v '^List|^None|^Magento|^$')
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
name: Switch Aqara D1 | |
domain: automation | |
input: | |
switch: | |
name: Button switch Device | |
selector: | |
entity: | |
domain: sensor | |
multiple: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div> | |
<table> | |
<tr> | |
<td rowspan="5"> | |
<img style="width: 75px; border-radius: 10%;" src="https://s.gravatar.com/avatar/c95ada5f36801d354b11fb0672b7d267?s=80"> | |
</td> | |
<td> | |
<table cellspacing="0" cellpadding="0" border="0" style="line-height: 1.8em; padding: 0 5px;"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- manualni zemna sazby dph pouze na fakturach (nyni na 27%) | |
UPDATE | |
sales_flat_invoice | |
SET tax_amount = ROUND(grand_total - (grand_total / 1.21), 2), | |
base_tax_amount = ROUND(base_grand_total - (base_grand_total / 1.21), 2), | |
cod_fee = ROUND((cod_fee + cod_tax_amount) / 1.21, 2), | |
base_cod_fee = ROUND((base_cod_fee + base_cod_tax_amount) / 1.21, 2), | |
cod_tax_amount = ROUND((cod_fee + cod_tax_amount) - ((cod_fee + cod_tax_amount) / 1.21), 2), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Created by SharpDevelop. | |
* User: prero | |
* Date: 22.05.2020 | |
* Time: 14:23 | |
* | |
* To change this template use Tools | Options | Coding | Edit Standard Headers. | |
*/ | |
using System; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript: (function() { | |
var pzko = ""; | |
var header = document.querySelector('#partial-discussion-header h1.gh-header-title .js-issue-title'); | |
if (header) {pzko = header.innerText.trim().match(/^PZ-\d+/); } | |
pzko = window.prompt("Zadej číslo úkolu", pzko); | |
if (pzko.match(/^\d+$/)) {pzko = "PZ-" +pzko; } |
I hereby claim:
- I am jandolejs1999 on github.
- I am jandolejs (https://keybase.io/jandolejs) on keybase.
- I have a public key ASAxztvxvhvjcztJp33gtM8f_KYOwOzrtst4Ku2BVoMCqwo
To claim this, I am signing this object: