Performance Color Schema (หน้าต่าง ID-364)
หน้าต่าง: Performance Color Schema
ลักษณะ: Maintain Performance Color Schema
ช่วย: Visual representation of performance by color. The Schema has often three levels (e.g. red-yellow-green). Adempiere support two levels (e.g. red-green) or four levels (e.g. gray-bronce-silver-gold). Note that Measures without a goal are represented white. The percentages could be beween 0 and unlimited (i.e. above 100%).
TAB: Color Schema
ลักษณะ: Performance Color Schema
ช่วย Visual representation of performance by color. The Schema has often three levels (e.g. red-yellow-green). Adempiere support two levels (e.g. red-green) or four levels (e.g. gray-bronce-silver-gold). Note that Measures without a goal are represented white. The percentages could be beween 0 and unlimited (i.e. above 100%).
ไฟล์:Performance Color Schema - Color Schema - หน้าต่าง (iDempiere 1.0.0).png
ชื่อ | ชื่อ | ลักษณะ | ช่วย | ข้อมูลจำเพาะ |
---|---|---|---|---|
Client | บริษัท | บริษัท/ผู้เช่า สำหรับการติดตั้งนี้ | บริษัท คือ บริษัทหรือนิติบุคคล คุณไม่สามารถใช้ข้อมูลร่วมกันระหว่างบริษัทได้ ผู้เช่า มีความหมายเดียวกับ บริษัท | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | หน่วยงาน/สาขา | หน่วยซึ่งเป็นหน่วยงาน/สาขาภายในบริษัท | หน่วยงาน/สาขา คือ หน่วยของบริษัท หรือ นิติบุคคล - ตัวอย่าง คือ ร้านค้า, สรรพสินค้า คุณสามารถใช้ข้อมูลร่วมกันระหว่างหน่วยงาน/สาขาได้ | AD_Org_ID numeric(10) NOT NULL Table Direct |
Name | ชื่อ | ตัวบ่งชี้เป็นตัวอักษรและตัวเลขของ entity นั้น | ชื่อของ entity (ข้อมูล) ถูกใช้เป็นค่าปริยายของทางเลือกในการค้นหาเพิ่มเติมจากการใช้คำสำคัญค้นหา ชื่อยาวได้ถึง 60 ตัวอักษร | Name character varying(60) NOT NULL String |
Description | รายละเอียด | คำบรรยายสั้นๆ ของข้อมูล | คำบรรยายหนึ่งๆ จะถูกจำกัดที่ 255 ตัวอักษร | Description character varying(255) String |
Active | ทำงาน | ข้อมูลนี้ทำงานอยู่ในระบบ | มีสองวิธีที่จะทำให้ข้อมูลต่างๆใช้ในระบบไม่ได้: วิธึแรกคือลบข้อมูลนั้น, อีกวิธีหนึ่งคือ
หยุดการทำงานของข้อมูลนั้น ข้อมูลที่หยุดทำงานจะถูกเลือกไม่ได้, แต่สามารถนำมาใช้ในรายงานได้ มีเหตุผลอยู่ 2 ข้อในการหยุดการทำงานข้อมูล และไม่ลบมันไป: (1) ระบบต้องใช้ข้อมูลในการตรวจสอบ (2) ข้อมูลจะถูกอ้างอิงโดยข้อมูลอื่นๆ เช่น คุณจะลบบริษัทคู่ค้าไม่ได้,ถ้ายังคงมีใบแจ้งหนี้ของบริษัทคู่ค้านั้นอยู่ คุณจะต้องหยุดการทำงานของข้อมูลนี้ ซึ่งจะป้องกันการใส่ข้อมูลเพิ่มใหม่ในอนาคต |
IsActive character(1) NOT NULL Yes-No |
Mark 1 Percent | Mark 1 Percent | Percentage up to this color is used | Example 50 - i.e. below 50% this color is used | Mark1Percent numeric(10) NOT NULL Integer |
Color 1 | Color 1 | First color used | null | AD_PrintColor1_ID numeric(10) NOT NULL Table |
Mark 2 Percent | Mark 2 Percent | Percentage up to this color is used | Example 80 - e.g., if Mark 1 is 50 - this color is used between 50% and 80% | Mark2Percent numeric(10) NOT NULL Integer |
Color 2 | Color 2 | Second color used | null | AD_PrintColor2_ID numeric(10) NOT NULL Table |
Mark 3 Percent | Mark 3 Percent | Percentage up to this color is used | Example 100 - e.g., if Mark 2 is 80 - this color is used between 80% and 100% | Mark3Percent numeric(10) Integer |
Color 3 | Color 3 | Third color used | null | AD_PrintColor3_ID numeric(10) Table |
Mark 4 Percent | Mark 4 Percent | Percentage up to this color is used | Example 9999 - e.g., if Mark 3 is 100 - this color is used above 100% | Mark4Percent numeric(10) Integer |
Color 4 | Color 4 | Forth color used | null | AD_PrintColor4_ID numeric(10) Table |
Entity Type | ชนิด Entity | Entity ชนิด Dictionary ; กำหนดความเป็นเจ้าของและการซิงโครไนซ์ | Entity ชนิด "Dictionary", "Adempiere" และ "Application" อาจจะถูกปรับปรุงโดยอัตโนมัติและการปรับแต่งถูกลบ หรือถูกเขียนทับ
สำหรับการปรับแต่ง, ลอก entity และเลือก "ผู้ใช้"! |
EntityType character varying(40) NOT NULL Table |