Обновить jeyerp.yaml

This commit is contained in:
ali 2025-07-10 15:24:11 +00:00
parent 27f1dc6a6c
commit 3bebfbe4be
1 changed files with 1 additions and 2 deletions

View File

@ -641,12 +641,11 @@ actions:
su frappe -c 'cd /home/frappe/frappe-bench && uvx --from frappe-bench bench get-app https://git.host.jeyerp.az/ali/frappe_enhanced_gridview.git'
# Install Jey ERP Subtabs App
su frappe -c 'cd /home/frappe/frappe-bench && uvx --from frappe-bench bench install-app custom_subtabs'
# Execute Subtabs script for js_parent_subtab field
su frappe -c 'cd /home/frappe/frappe-bench && uvx --from frappe-bench bench execute custom_subtabs.patches.add_parent_field.add_field_to_docfield_json'
# Install Jey ERP Apps
su frappe -c 'cd /home/frappe/frappe-bench && uvx --from frappe-bench bench install-app az_locale invoice_az taxes_az formula_editor jey_erp kapital_bank jey_theme frappe_enhanced_gridview'
# Builds JS and CSS, and then migrates
su frappe -c 'cd /home/frappe/frappe-bench && uvx --from frappe-bench bench build'
su frappe -c 'cd /home/frappe/frappe-bench && uvx --from frappe-bench bench build --force && uvx --from frappe-bench bench migrate'
- trigger: post-packages
action: |-