mirror of
https://github.com/christianvidalwolf-prog/Craze-Data-check.git
synced 2026-08-03 11:55:23 +02:00
feat: add Business Central CPNP sync and expand history access
- Add bc-proxy and bc-export serverless API handlers - Add businessCentral service with updateCpnpNoInBC and downloadBusinessCentralItemsExcel - Sync cpnpNo to BC on save (CosmeticItemsView and handleSaveAll) - Parallelize handleSaveAll with Promise.all - Fix array index key, a11y click/keyboard handlers, autoFocus - Grant Change History and Pending Validation access to jingying.shi@craze-group.com Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
co-authored by
claude-flow
parent
2961d3f86a
commit
9b5932920e
+3
-1
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"rewrites": [
|
||||
{ "source": "/api/dropbox-proxy", "destination": "api/dropbox-proxy.js" },
|
||||
{ "source": "/api/dropbox-sync", "destination": "api/dropbox-sync.js" }
|
||||
{ "source": "/api/dropbox-sync", "destination": "api/dropbox-sync.js" },
|
||||
{ "source": "/api/bc-proxy", "destination": "api/bc-proxy.js" },
|
||||
{ "source": "/api/bc-export", "destination": "api/bc-export.js" }
|
||||
],
|
||||
"headers": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user