Tyler Matteson

Results 52 comments of Tyler Matteson

@viralkansodiya This looks good, but I think we need to include a sample secondary print format. I think we can extract the existing sample format but just this section: ![image](https://github.com/agritheory/check_run/assets/18033666/04d2cd52-f540-4881-82db-e2782b72c228)...

@viralkansodiya Please review the attach PDF. ![image](https://github.com/agritheory/check_run/assets/18033666/a1266731-4be4-44a6-8781-9d3a510214cc) Both voucher sections should use the (new) comma separated approach, which looks great. Just copy paste that please. I don't see the secondary...

The latest on this combines the two formats into a single PDF, we want two PDFs, one with each format, both attached to the Check Run. The formats themselves look...

I don't know how this is useful information to include in an ERP at all. It would be tested at most twice a year and would not change on ERP-relevant...

You need to decide if this is a forecast or a weather record: This does not have fields planned for Precipitation Received. I strongly recommend adding a field for degree...

Local climate variables would be valuable, if they're from a local weather (like USB-connected) station. Perhaps sensor data in greenhouse and refrigerated storage too. Most weather APIs are less friendly...

Hi Robert, I've worked with [Glances ](https://nicolargo.github.io/glances/)and the time-series database behind it, InfluxDB. And yes, I am building farm management systems in ERPNext.

This can be done by _not_ using `frm.set_value` or `frappe.model.set_value` (child table). Instead update the value directly and then explicitly refresh it, like this: ```javascript fmr.doc.read_only_field = function_to_return_the_read_only_value(frm) frm.refresh_field('read_only_field') ```...

It would be better to have the ability to configure arbitrary calculated line items in the P&L. The Report format above is non standard and in my experience, different companies...

I don't think this is a feature request, I think it's a bug. Accounting Dimension Filter allows you to select either node or group accounts. Selecting a node account works...