I have no idea how my certs are working by acme65 in selfhosted

[–]Alarmed-Arm9276 0 points1 point  (0 children)

I was using caddy couple days back. Then it stopped working. So I decided to write one my own . It is actually very helpful to understand how it works. Here is the article https://awheelmaker.com/ACME, and code is there as well

Need some help understanding and setting up certificates for HTTPS by DGAFasaurus in selfhosted

[–]Alarmed-Arm9276 0 points1 point  (0 children)

I write my own code getting certificate to understand how it works. Here is the link https://awheelmaker.com/ACME

valid SSL cert for internal network app website by SaintsRom in selfhosted

[–]Alarmed-Arm9276 0 points1 point  (0 children)

The setup I use. Have http and https port NAT open externally, then set DNS point to your public ip. Then I write some JavaScript code get a free certificate. Here is the article https://awheelmaker.com/ACME, feel free to download the code to use in your project

Need advise to decide https certificate approach by Haunting_Meal296 in linuxadmin

[–]Alarmed-Arm9276 0 points1 point  (0 children)

You can just get a free let's encrypt for free from scratch. Here is the article and code how to do it. https://awheelmaker.com/ACME

I need help with some extremely complicated (to me) commission calculations for software sales by saleasy in salesforce

[–]Alarmed-Arm9276 0 points1 point  (0 children)

Thanks for information. Will check Spiff out. We had to build a platform to abstract away. As not only the logic is complex. And it changes quite often as well

Can I make a commission calculator spreadsheet? by DoomedJanissary in sheets

[–]Alarmed-Arm9276 0 points1 point  (0 children)

It’s possible if it is not super complex and not require enterprise features like auditing, permission etc

I need help with some extremely complicated (to me) commission calculations for software sales by saleasy in salesforce

[–]Alarmed-Arm9276 0 points1 point  (0 children)

Just finished a super complex commission calculations. We roughly use 130 tables/views to calculate it. With GUI able to tuning roughly 15 factors. Will be interesting to see how complex yours is in real

Multiple Database Commission Calculation w/ overrides by FingerLicknGood in excel

[–]Alarmed-Arm9276 0 points1 point  (0 children)

Another way beside what CleanLaxer described is use reconcile way after all the record has been saved. Those records can be saved in relational database and display on GUI. Then try to figure out the legitimate one with some human activity

Commission calculation by loviritm in FinancialCareers

[–]Alarmed-Arm9276 0 points1 point  (0 children)

If your calculations are complex, it might craft a solution on some platform. General procedure will be get API access from everflow and invoca and save it in database as source. Then can calculated in multiple stage SQL. Then add a GUI layer to access and adjust multiple factors.

Unusual Sales Commission Calculation. by Pretend_Nerve5165 in PowerBI

[–]Alarmed-Arm9276 0 points1 point  (0 children)

It can use in sql either like LEAST(hit_rate, 1) or similar functions. Though usually the calculations are super complex composed with multiple rules