🔗 [[✱ Creative Wrap]] | [[✱ Projects]] | [[API automation]]
"lineItems": {
"edges": [
{
"node": {
"id": "Z2lkOi8vSm9iYmVyL1F1b3RlTGluZUl0ZW0vMTU2NDQwNzAw",
"name": "***PRICING BASED ON ENTRY LEVEL PREMIUM SPC CLICK FLOORING***",
I have the code sample that works for server here including the certificate. case 'ldap-test':
It works on server. However on mac I'll need to apply on of the solutions from here [[#^e1c663|below]]
These are the keys for debuging:
// disabled the certificate on local works:
We need a solution for documenting and easily displaying to colleagues the SOPS. Alain sees it as a clickable flowchart that shows details (SOP) for each of the action-taking steps in the flowchart.
We already have the "document/attachment" module available. Open for development is the flowcart editing module.
🔗 [[✱ Creative Wrap]] | [[✱ Projects]] | [[Jobber to Xero automation]] XERO accounting API https://developer.xero.com/documentation/api/accounting/accounts
Jobber accounting API link: https://developer.getjobber.com/docs/building_your_app/app_authorization
You can use the VSCode Command Line Interface (CLI) to list all installed extensions. Open a terminal and run:
code --list-extensions
code --list-extensions --show-versions
You can save this list to a file for backup or sharing purposes by redirecting the output:
code --list-extensions > vscode-extensions.txt
If you want to export your extensions for installation on another machine On the new machine, install all extensions listed in the file using:
xargs -L 1 code --install-extension < vscode-extensions.txt
<?php | |
use Zend\Db\Sql\Expression; | |
use Zend\Db\Sql\Predicate\Operator; | |
use Zend\Db\Sql\Select; | |
use Zend\Db\Sql\Where; | |
use Zend\Db\TableGateway\TableGateway; | |
$adapter = $this->getServiceLocator()->get('Zend\Db\Adapter\Adapter'); | |
$table = new TableGateway('users', $adapter); |