Update: in newer version of the erpnext. The system asks where to add the field for export so no need for custom hooks. its called " Module (for export) " I believe
Do you have a video or blog on using filters and/or the available fixture types we can track? For example in this video you only added one custom field but you imported all the custom fields in your upeosoft app which i assume are custom fields from other apps in the frappe app like erpnext or hrms. Problem doing that is that if anyone installs my app they will get the custom fields from the other apps for free, regardless if the other app is installed. I've been reading in forum about filters and isolating fixtures by dt but it is not explained well - a video showing would be very helpful.
Hi Geoffrey! Thank you for the video, for some reason I get also a relatively big json file, but it does not include the custom DocTypes I created. Do you have any idea what the reason could be?
have been doing customization on payroll modules to fit Kenyan standards, I have created a couple of doctypes like Nhif slabs doctype and nssf. I customized the salary slip code in the erpnext to accommodate those deductions of which I don't know if it was the way to go. I want to transfer my customization from the local environment to the live environment. How will I go about it? Bearing in mind i have edited erpnext code??
Samson, first, you were not supposed to edit ERPNext code! Second, customization for Kenya has already been done and open-sourced github.com/Upeosoft-Limited/CSF_KE
I have done this successfuly pushed to our repo and use bench manager to update dev site, however, deleting it same procedure with adding is not successfult as it still appears in dev site, 1. delete custom field from local site 2. from bench terminal, bench export-fixtures 3. git add, commit, push to dev branch repo 4. from dev site bench manager, bench setting, app, Pull & Rebase, 5. from dev site bench manager, bench setting, Reload 6 from dev site bench manager, bench setting, site, Migrate
Update: in newer version of the erpnext. The system asks where to add the field for export so no need for custom hooks. its called " Module (for export) " I believe
Do you have a video or blog on using filters and/or the available fixture types we can track? For example in this video you only added one custom field but you imported all the custom fields in your upeosoft app which i assume are custom fields from other apps in the frappe app like erpnext or hrms. Problem doing that is that if anyone installs my app they will get the custom fields from the other apps for free, regardless if the other app is installed. I've been reading in forum about filters and isolating fixtures by dt but it is not explained well - a video showing would be very helpful.
Hi Geoffrey! Thank you for the video, for some reason I get also a relatively big json file, but it does not include the custom DocTypes I created. Do you have any idea what the reason could be?
Could be because your site is not in developer mode
have been doing customization on payroll modules to fit Kenyan standards, I have created a couple of doctypes like Nhif slabs doctype and nssf. I customized the salary slip code in the erpnext to accommodate those deductions of which I don't know if it was the way to go. I want to transfer my customization from the local environment to the live environment.
How will I go about it? Bearing in mind i have edited erpnext code??
Samson, first, you were not supposed to edit ERPNext code! Second, customization for Kenya has already been done and open-sourced github.com/Upeosoft-Limited/CSF_KE
I have done this successfuly pushed to our repo and use bench manager to update dev site, however, deleting it same procedure with adding is not successfult as it still appears in dev site,
1. delete custom field from local site
2. from bench terminal, bench export-fixtures
3. git add, commit, push to dev branch repo
4. from dev site bench manager, bench setting, app, Pull & Rebase,
5. from dev site bench manager, bench setting, Reload
6 from dev site bench manager, bench setting, site, Migrate
how directly add Age field in Employee doctype to get all the employee age erpnext 15