Drupal 6中的测量表 [英] Measurement sheets in Drupal 6

查看:142
本文介绍了Drupal 6中的测量表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在为Drupal 6的测量公司做一个项目。最终,员工需要将测量结果输入到新的内容类型中。目前,他们在一个大型Excel电子表格中进行了一系列宏,以便在单元格之间进行计算(Metes to Feet,m ^ 2,某些定价内容)。



我的问题是:
如何在Drupal 6中最好地复制此电子表格的功能?,请记住,使用此系统的员工的数据量在项目之间有所不同(即,3 - / p>

我有两个想法到目前为止:


  1. 创建一个新的内容类型并使用CCK字段填充。使用Sheetnode的CCK功能删除Sheetnode CCK字段以准确地复制电子表格。使用视图以其他方式显示此数据。


  2. 创建新的内容类型并使用CCK字段填充。使用视图(也可能像Views Calc)可以获得不同的测量值。




谢谢!

解决方案

p>这似乎是 http://drupal.stackexchange.com 的问题是为... ...



我最终用jQuery,测量值域和Flexinode这样做了;请参阅:使用jQuery和Drupal6自动更新宽度/长度/区域


I'm doing a project for a surveying company in Drupal 6. Ultimately, employees will need to enter measurements into a new content type. Currently they do it in a big Excel spreadsheet that has a bunch of macros to do calculations between cells (Meters to Feet, m^2, some pricing stuff).

My question is: How would one go about replicating the functionality of this spreadsheet best in Drupal 6, keeping in mind the amount of data the employees using this system gather varies between projects (I.e., 3-floor house versus 1-floor with basement; etc.).

I have two ideas so far:

  1. Create a new content type and populate it with CCK fields. Use Sheetnode's CCK functionality to drop Sheetnode CCK fields to replicate the spreadsheet exactly. Use Views to display this data other ways.

  2. Create a new content type and populate it with CCK fields. Use Views (and possibly something like Views Calc) to get varying measurement values.

That said, I'm completely open to suggestions outside of these two implementations.

Thank you!

解决方案

This seems like the kind of question http://drupal.stackexchange.com was made for...

I ended up doing this with jQuery, Measured Value Field and Flexinode; see: Auto-updating width/length/area using jQuery and Drupal6

这篇关于Drupal 6中的测量表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆