Обновить jeyerp.yaml
This commit is contained in:
parent
63d0279e38
commit
1697e30569
13
jeyerp.yaml
13
jeyerp.yaml
|
|
@ -619,6 +619,19 @@ actions:
|
|||
su frappe -c 'cd /home/frappe/frappe-bench && uvx --from frappe-bench bench get-app --branch=version-15 --resolve-deps erpnext https://github.com/frappe/erpnext'
|
||||
# Create a New Site
|
||||
su frappe -c 'cd /home/frappe/frappe-bench && uvx --from frappe-bench bench new-site --admin-password=admin --db-root-username=root --db-root-password="${DISTROBUILDER_ROOT_UUID}" --install-app erpnext --set-default frontend'
|
||||
# Download Jey ERP Apps
|
||||
su frappe -c 'cd /home/frappe/frappe-bench && uvx --from frappe-bench bench migrate-csv-to-po'
|
||||
su frappe -c 'cd /home/frappe/frappe-bench && uvx --from frappe-bench bench get-app https://git.host.jeyerp.az/ali/custom_subtabs.git'
|
||||
su frappe -c 'cd /home/frappe/frappe-bench && uvx --from frappe-bench bench get-app https://git.host.jeyerp.az/ali/az_locale.git'
|
||||
su frappe -c 'cd /home/frappe/frappe-bench && uvx --from frappe-bench bench get-app https://git.host.jeyerp.az/ali/invoice_az.git'
|
||||
su frappe -c 'cd /home/frappe/frappe-bench && uvx --from frappe-bench bench get-app https://git.host.jeyerp.az/ali/taxes_az.git'
|
||||
su frappe -c 'cd /home/frappe/frappe-bench && uvx --from frappe-bench bench get-app https://git.host.jeyerp.az/ali/formula_editor.git'
|
||||
su frappe -c 'cd /home/frappe/frappe-bench && uvx --from frappe-bench bench get-app https://git.host.jeyerp.az/ali/jey_erp.git'
|
||||
su frappe -c 'cd /home/frappe/frappe-bench && uvx --from frappe-bench bench get-app https://git.host.jeyerp.az/ali/kapital_bank.git'
|
||||
su frappe -c 'cd /home/frappe/frappe-bench && uvx --from frappe-bench bench get-app https://git.host.jeyerp.az/ali/jey_theme.git'
|
||||
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 Apps
|
||||
su frappe -c 'cd /home/frappe/frappe-bench && uvx --from frappe-bench bench install-app custom_subtabs az_locale invoice_az taxes_az formula_editor jey_erp kapital_bank jey_theme frappe_enhanced_gridview'
|
||||
|
||||
- trigger: post-packages
|
||||
action: |-
|
||||
|
|
|
|||
Loading…
Reference in New Issue