obsidian
This commit is contained in:
parent
27e8ea7025
commit
f163583f88
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
*.swp
|
||||
.obsidian/
|
||||
|
0
2023-01-09.md
Normal file
0
2023-01-09.md
Normal file
1
AutoSSH.md
Normal file
1
AutoSSH.md
Normal file
@ -0,0 +1 @@
|
||||
autossh -M 0 -o "ServerAliveInterval 30" -o "ServerAliveCountMax 3" -R 22721:localhost:22 pt@hptrow.me
|
27
accounting/Re-Price Open Orders.md
Normal file
27
accounting/Re-Price Open Orders.md
Normal file
@ -0,0 +1,27 @@
|
||||
## Clean Update Guidance
|
||||
|
||||
- [x] exclude dishes and hangers from ltp flags ✅ 2023-01-11
|
||||
- [ ] dont blow cap dishes past bulletin value
|
||||
- [ ] flag increases and decreses
|
||||
- [ ] convert USD pricing back to local for order adjustment feed
|
||||
|
||||
## Scope
|
||||
|
||||
* Timeline
|
||||
- [ ] order placed range
|
||||
- [ ] promise date range
|
||||
* Adjustment
|
||||
- [ ] blanket % per customer
|
||||
- [ ] adjust up and down so long as net down
|
||||
- [ ] only adjust down
|
||||
* Excludsions
|
||||
- [ ] Warehouse
|
||||
- [ ] Monrovia
|
||||
- [ ] Proven Winners
|
||||
- [ ] Large Directs `Metrolina, Altmans, Costa`
|
||||
- [ ] Retail
|
||||
- [ ] Purchased?
|
||||
|
||||
## CMS
|
||||
- [ ] prep for either % change or feed from file
|
||||
|
0
accounting/Transfer Pricing.md
Normal file
0
accounting/Transfer Pricing.md
Normal file
61
accounting/pricing.md
Normal file
61
accounting/pricing.md
Normal file
@ -0,0 +1,61 @@
|
||||
---
|
||||
|
||||
kanban-plugin: basic
|
||||
|
||||
---
|
||||
|
||||
## Issues
|
||||
|
||||
- [ ] Invoices with no BOL
|
||||
- [ ] bulk is more than master pallet (CAN)
|
||||
- [ ] GETPRICE<br>- [ ] subcontracts<br>- [ ] Proven Winners<br>- [ ] any drop ship will link with list<br>- [ ] narrower linkage based on v1 dataseg
|
||||
- [ ] Price per M should round to < 5 in case/pallet and vice versa
|
||||
|
||||
|
||||
## Projects
|
||||
|
||||
- [ ] Price List Build - Volume Basis<br>* Review Branded Thermo
|
||||
- [ ] Quote Tool - target maintenance
|
||||
- [ ] Valid Prices used in orders - check
|
||||
|
||||
|
||||
## Requests
|
||||
|
||||
- [ ] Canada Greenhouse List Review
|
||||
- [ ] BFG to have 5% discount for branded containers
|
||||
|
||||
|
||||
## Sales Matrix
|
||||
|
||||
- [ ] Quotes Integration<br>- [ ] refresh<br>- [ ] all open<br>- [ ] header row but no qcri rows
|
||||
- [ ] Matrix - Active Price Measure
|
||||
- [ ] Update by Diff
|
||||
- [ ] Handle Guidance based on channel
|
||||
- [ ] Notes
|
||||
- [ ] Guidance Anchor Pool<br><br>* source<br> * customer<br> * channel global<br> * target<br>* fit<br> * v0<br> * v1<br> * alt+prem
|
||||
|
||||
|
||||
## Opportunities
|
||||
|
||||
- [ ] Open Quotes - Listing for Folow-Up
|
||||
- [ ] Share - customers buying more items
|
||||
- [ ] Market size - More YoY season lbs
|
||||
- [ ] Quote Conversion Rate
|
||||
|
||||
|
||||
## Quotes
|
||||
|
||||
|
||||
|
||||
## Done
|
||||
|
||||
**Complete**
|
||||
|
||||
|
||||
|
||||
|
||||
%% kanban:settings
|
||||
```
|
||||
{"kanban-plugin":"basic","show-checkboxes":false}
|
||||
```
|
||||
%%
|
@ -1,5 +1,5 @@
|
||||
Deriving The Trial Balance
|
||||
=============================================================================================================
|
||||
===============================================================
|
||||
* Entries and reocniliations
|
||||
* Payroll
|
||||
* Data: Retain all payroll data in a `database` to build entries
|
||||
|
2
journals/2023_01_09.md
Normal file
2
journals/2023_01_09.md
Normal file
@ -0,0 +1,2 @@
|
||||
- #poppleman
|
||||
-
|
@ -1,4 +1,6 @@
|
||||
|
||||
Install jupyter lab via pip
|
||||
|
||||
install R kernel for jupyter to use
|
||||
* `sudo R`
|
||||
* `install.packages('IRkernel')` (most likely have to run R under sudo)
|
||||
|
5
pricing/Current Price Guidance.md
Normal file
5
pricing/Current Price Guidance.md
Normal file
@ -0,0 +1,5 @@
|
||||
This is our current approach to quoting new and repeat business alike:
|
||||
|
||||
![[Price Guidance Application.png]]
|
||||
|
||||
As we look to update open orders, their open order price will become relevant as we re-quote their business.
|
2505
pricing/Price Guidance Application.md
Normal file
2505
pricing/Price Guidance Application.md
Normal file
File diff suppressed because it is too large
Load Diff
BIN
pricing/Price Guidance Application.png
Normal file
BIN
pricing/Price Guidance Application.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 163 KiB |
@ -1,21 +0,0 @@
|
||||
`//etc/systemd/system/filename.service`
|
||||
|
||||
```
|
||||
[Unit]
|
||||
Description=forecast_api
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/node //opt/forecast_api/index.js
|
||||
Restart=always
|
||||
User=fc_api
|
||||
Environemnt=NODE_ENV=production
|
||||
WorkingDirectory=//opt/forecast_api
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
```
|
||||
|
||||
`systemctl enable forecast.api`
|
||||
|
||||
`systemctl start forecast_api.service`
|
7
vim.md
7
vim.md
@ -1,13 +1,12 @@
|
||||
:Ex - use built in explorer to eplore at location
|
||||
- :Ex - use built in explorer to eplore at location
|
||||
:colorscheme with autocomplete
|
||||
:vs veritcale split
|
||||
:sh horizontal split
|
||||
:edit open a file
|
||||
:ls list buffers
|
||||
:b picka buffer
|
||||
|
||||
|
||||
plugins
|
||||
-
|
||||
- plugins
|
||||
------------------------
|
||||
Vundler
|
||||
* install per below
|
||||
|
Loading…
Reference in New Issue
Block a user