kevin

Results 3 issues of kevin

I'm setting up a new ERPNext and WooCommerce system. I have been able to successfully sync normal items (without variants) to woocommerce from ERPNext, and also place order in wooCommerce...

When some stock values change, a Repost Item Valuation document is created by ERPNext and it uses an attachment to store some data. At some point it calls `get_full_path` on...

Here is a possible fix the issue I [described here](https://github.com/developmentforpeople/dfp_external_storage/issues/19#issuecomment-2137675301). In the `hook_file_before_save` function, it checks to see if a local file exists by seeing if `file_url` is set or...