spouliot
  • Joined on 2026-03-29
spouliot pushed to master at spouliot/PowderCoatingLogix 2026-06-02 11:02:09 -04:00
cd4c233b60 Fix formula export casing: use camelCase to match import property lookups
6c07216c64 Fix custom formula item pricing: multiply by quantity, not divide
b23bea6db0 Add formula template export/import and unsaved-changes guard
Compare 3 commits »
spouliot pushed to dev at spouliot/PowderCoatingLogix 2026-06-02 10:53:12 -04:00
cd4c233b60 Fix formula export casing: use camelCase to match import property lookups
spouliot pushed to dev at spouliot/PowderCoatingLogix 2026-06-02 10:27:32 -04:00
6c07216c64 Fix custom formula item pricing: multiply by quantity, not divide
spouliot pushed to dev at spouliot/PowderCoatingLogix 2026-06-02 09:24:27 -04:00
b23bea6db0 Add formula template export/import and unsaved-changes guard
spouliot pushed to master at spouliot/PowderCoatingLogix 2026-06-01 23:42:35 -04:00
cf07356147 Fix all NU1605 errors: suppress via Directory.Build.props instead of per-package pins
spouliot pushed to dev at spouliot/PowderCoatingLogix 2026-06-01 23:42:10 -04:00
cf07356147 Fix all NU1605 errors: suppress via Directory.Build.props instead of per-package pins
spouliot pushed to dev at spouliot/PowderCoatingLogix 2026-06-01 23:27:55 -04:00
39b103a482 Fix NU1605 package downgrade: pin System.Runtime.InteropServices 4.3.0
4aae2df5b5 Merge dev into master
e4a256a6c4 Fix subscription expiry logic and HTML entities in page titles
04d16109ae Simplify location display on inventory QR label
f0f3717681 Fix three bugs: vendor duplicate check, page size dropdown, label location
Compare 16 commits »
spouliot pushed to master at spouliot/PowderCoatingLogix 2026-06-01 23:27:38 -04:00
39b103a482 Fix NU1605 package downgrade: pin System.Runtime.InteropServices 4.3.0
spouliot pushed to master at spouliot/PowderCoatingLogix 2026-06-01 23:16:32 -04:00
4aae2df5b5 Merge dev into master
3416c242f1 Update help docs and AI knowledge base for item wizard changes
7e31846777 Fix flat-rate coat wizard UX, — literal, select caret overlap, and walkthrough modal sizing
ed35362c7a Add Formula Library ratings, Job Profitability report, and Quote Revision History improvements
81119035c7 Restructure formula template modal for correct mobile flow
Compare 33 commits »
spouliot pushed to dev at spouliot/PowderCoatingLogix 2026-06-01 23:05:56 -04:00
3416c242f1 Update help docs and AI knowledge base for item wizard changes
spouliot pushed to dev at spouliot/PowderCoatingLogix 2026-06-01 23:02:56 -04:00
7e31846777 Fix flat-rate coat wizard UX, — literal, select caret overlap, and walkthrough modal sizing
spouliot pushed to dev at spouliot/PowderCoatingLogix 2026-06-01 09:02:47 -04:00
ed35362c7a Add Formula Library ratings, Job Profitability report, and Quote Revision History improvements
spouliot pushed to dev at spouliot/PowderCoatingLogix 2026-05-27 23:00:51 -04:00
81119035c7 Restructure formula template modal for correct mobile flow
spouliot pushed to dev at spouliot/PowderCoatingLogix 2026-05-27 22:48:39 -04:00
0deef574c3 Fix formula pages mobile responsiveness; fix missing mobile tabs
spouliot pushed to dev at spouliot/PowderCoatingLogix 2026-05-27 22:09:49 -04:00
efc4e9dadf Fix NCalc case sensitivity and add formula validation
spouliot pushed to dev at spouliot/PowderCoatingLogix 2026-05-27 21:55:02 -04:00
ca7e905832 Add Community Formula Library feature
spouliot pushed to dev at spouliot/PowderCoatingLogix 2026-05-27 18:25:54 -04:00
32d09b38f1 Fix invisible formula/AI badges: move custom bg-* colors to site.css
spouliot pushed to dev at spouliot/PowderCoatingLogix 2026-05-27 13:22:00 -04:00
3cee1307fc Fix customer import: normalize blank email to null, not empty string
spouliot pushed to dev at spouliot/PowderCoatingLogix 2026-05-27 13:02:32 -04:00
be89327c01 Fix customer import dedup: use composite keys, not exclusive tiers
spouliot pushed to dev at spouliot/PowderCoatingLogix 2026-05-27 12:49:01 -04:00
8f955851e5 Improve customer import duplicate detection to 3-tier strategy