livrare website cu erp si crm

This commit is contained in:
DP Software services 2026-07-28 14:47:28 +03:00
parent 28773e3a72
commit 5c7bf7c295
257 changed files with 31929 additions and 0 deletions

View file

@ -0,0 +1,4 @@
-- Create ERPNext database user
CREATE USER IF NOT EXISTS 'erpnext'@'%' IDENTIFIED BY 'erpnext_db_pwd_123';
GRANT ALL PRIVILEGES ON *.* TO 'erpnext'@'%' WITH GRANT OPTION;
FLUSH PRIVILEGES;