|
ระบบการผลิต /
การตรวจสอบคุณภาพสินค้า
และการบำรุงรักษาเครื่องจักรอุปกรณ์
โปรแกรม คำนวณต้นทุนมาตรฐาน
เป็นโปรแกรมที่บันทึกเงื่อนไขที่ใช้ในการคำนวณหาต้นทุนมาตรฐานของสินค้าที่จะจำหน่าย
StandardCostHdr |
|
Original |
|
Product |
สินค้าที่จะกำหนดเงื่อนไขในการคำนวณหาต้นทุนมาตรฐาน |
EffectiveDate |
วันที่มีผลบังคับใช้กับเงื่อนไข |
Cost |
ต้นทุนมาตรฐานที่คำนวณได้ |
StandardCostDtl |
|
Original |
|
Product |
สินค้าที่จะกำหนดเงื่อนไขในการคำนวณหาต้นทุนมาตรฐาน |
Library |
ตัวกำหนดเงื่อนไขในการคำนวณต้นทุนเช่น
วัตถุดิบ ค่าไฟ อัตรากำลัง ฯลฯ |
Department |
แผนกที่เกี่ยวข้องในการคำนวณหาต้นทุน
เช่น ฝ่ายผลิต ฝ่ายควบคุมคุณภาพ
ฝ่ายขาย |
Quantity |
จำนวน |
Price |
ราคาต่อหน่วย |
Amount |
จำนวนเงิน |
- Default วันที่คำนวณต้นทุนมาตรฐาน
ด้วย System Date
- VIEW & GET: สูตรในการคำนวณหาต้นทุนจาก
TB CostAllocateBase
SELECT Original, Product, EffectiveDate, Department,
AllocationCondition FROM CostAllocateBase
- QUERY: SELECT TransactionHdr.Original, TransactionHdr.TransactionType,
TransactionHdr.TransactionNo, TransactionHdr.TransactionDate, TransactionHdr.Department,
TransactionHdr.Project, TransactionHdr.Populate, TransactionHdr.DataRemark,
BusinessLibraryTransactionDtl.Library, BusinessLibraryTransactionDtl.Quantity,
BusinessLibraryTransactionDtl.RemainQuantity, BusinessLibraryTransactionDtl.Amount,
BusinessLibraryTransactionDtl.RemainAmount, BusinessInventoryTransactionDtl.Inventory,
BusinessInventoryTransactionDtl.Amount, BusinessInventoryTransactionDtl.RemainAmount,
StandardCostHdr.Original, StandardCostHdr.Product, StandardCostHdr.EffectiveDate,
StandardCostHdr.Cost, StandardCostDtl.Code, StandardCostDtl.Department,
StandardCostDtl.Quantity, StandardCostDtl.Price, StandardCostDtl.Amount FROM
TransactionHdr, BusinessLibraryTransactionDtl, BusinessInventoryTransactionDtl,
StandardCostHdr, StandardCostDtl
โปรแกรม การผลิต
ProductionTransHdr |
|
Original |
|
DocumentNo |
เลขที่เอกสารที่อ้างถึงเช่น
เลขที่ใบรับสั่งสินค้า |
Product |
สินค้าที่ทำการผลิต |
Equation |
สมการที่ใช้ในการผลิต |
ProductionTransDtl |
|
Original |
|
DocumentNo |
เลขที่เอกสารที่อ้างถึงเช่น
เลขที่ใบรับสั่งสินค้า |
Product |
สินค้าที่ทำการผลิต |
Department |
แผนกที่ทำการผลิต |
ReferDocumentNo |
อ้างถึงเลขที่เอกสารที่เกี่ยวข้องเช่น
ใบสูตรการผลิต ใบขั้นตอนการผลิต |
Process |
กระบวนการที่กำลังผลิต |
AccountCode |
เลขที่บัญชี
(ใช้กับบัญชีในกรณีที่จะนำไปลงในบัญชีต้นทุน) |
Component |
วัตถุดิบ
ที่ใช้ในการผลิตหรือตรวจสอบสินค้า |
Quantity |
ปริมาณที่ใช้ไป |
UsageTime |
ระยะเวลาที่ใช้ในการผลิตหรือตรวจสอบ
ในแต่ละกระบวนการ |
Price |
ต้นทุนที่เกิดขึ้นเช่นราคาวัตถุดิบ |
Unit |
หน่วยที่ใช้ในการผลิต |
Amount |
มูลค่าต้นทุน |
Result |
ผลของการทดสอบ |
- Run Auto TransactionNo จาก RunningNumber
- Default วันที่ผลิต ด้วย System Date
- VIEW & GET: Default สกุลเงินจาก Original.License ->
Populate
SELECT LibrarySpec.Amount FROM LibrarySpec Where Date = get last date and Code
= Populate.People.Address
- VIEW & GET: เมื่อใส่
อ้างถึงเลขที่ใบรับสั่ง TB OrderHdr ->
OrderDtl
SELECT OrderHdr.Populate, Populate.Prefix + Populate.FirstName +
Populate.MiddleName + Populate.LastName, Corporation.Address, OrderHdr.Saleman,
OrderHdr.ShipDate, OrderDtl.Library -> Library, Library.Name, OrderDtl.Quantity,
OrderDtl.Unit FROM OrderHdr, Populate, Corporation, Library
ตรวจสอบว่าสินค้าที่ใส่ต้องมีอยู่ในเลขที่ใบรับสั่งหรือไม่
- VIEW & GET: หาสูตรการคำนวณหาต้นทุนการผลิตจาก
TB CostAllocateBase
SELECT Original, Product, EffectiveDate, Department,
AllocateCondition FROM CostAllocateBase
- VIEW & GET: หาสูตรการคำนวณหาต้นทุนการผลิตจาก
TB CostAllocateBase
SELECT Original, Product, EffectiveDate, Department,
AllocateCondition FROM CostAllocateBase
- QUERY: SELECT TransactionHdr.Original, TransactionHdr.TransactionType,
TransactionHdr.TransactionNo, TransactionHdr.TransactionDate, TransactionHdr.Department,
TransactionHdr.Project, TransactionHdr.Populate, TransactionHdr.DataRemark,
BusinessLibraryTransactionDtl.Library, BusinessLibraryTransactionDtl.Quantity,
BusinessLibraryTransactionDtl.RemainQuantity, BusinessLibraryTransactionDtl.Amount,
BusinessLibraryTransactionDtl.RemainAmount, BusinessInventoryTransactionDtl.Inventory,
BusinessInventoryTransactionDtl.Amount, BusinessInventoryTransactionDtl.RemainAmount,
ProductionTransHdr.Equation, ProductionTransDtl.Process, ProductionTransDtl.Component,
ProductionTransDtl.Quantity, ProductionTransDtl.UsageTime FROM TransactionHdr,
BusinessLibraryTransactionDtl, BusinessInventoryTransactionDtl, ProductionTransHdr,
ProductionTransDtl
โปรแกรม
การคำนวณต้นทุนการผลิต
ProductionTransHdr |
|
Original |
|
DocumentNo |
เลขที่เอกสารที่อ้างถึงเช่น
เลขที่ใบรับสั่งสินค้า |
Product |
สินค้าที่ทำการผลิต |
Equation |
สมการที่ใช้ในการผลิต |
ProductionTransDtl |
|
Original |
|
DocumentNo |
เลขที่เอกสารที่อ้างถึงเช่น
เลขที่ใบรับสั่งสินค้า |
Product |
สินค้าที่ทำการผลิต |
Department |
แผนกที่ทำการผลิต |
ReferDocumentNo |
อ้างถึงเลขที่เอกสารที่เกี่ยวข้องเช่น
ใบสูตรการผลิต ใบขั้นตอนการผลิต |
Process |
กระบวนการที่กำลังผลิต |
AccountCode |
เลขที่บัญชี
(ใช้กับบัญชีในกรณีที่จะนำไปลงในบัญชีต้นทุน) |
Component |
วัตถุดิบ
ที่ใช้ในการผลิตหรือตรวจสอบสินค้า |
Quantity |
ปริมาณที่ใช้ไป |
UsageTime |
ระยะเวลาที่ใช้ในการผลิตหรือตรวจสอบ
ในแต่ละกระบวนการ |
Price |
ต้นทุนที่เกิดขึ้นเช่นราคาวัตถุดิบ |
Unit |
หน่วยที่ใช้ในการผลิต |
Amount |
มูลค่าต้นทุน |
Result |
ผลของการทดสอบ |
- Run Auto TransactionNo จาก RunningNumber
- Default วันที่ผลิต ด้วย System Date
- VIEW & GET: Default สกุลเงินจาก Original.License ->
Populate
SELECT LibrarySpec.Amount FROM LibrarySpec Where Date = get last date and Code
= Populate.People.Address
- VIEW & GET: เมื่อใส่
อ้างถึงเลขที่ใบรับสั่ง TB OrderHdr ->
OrderDtl
SELECT OrderHdr.Populate, Populate.Prefix + Populate.FirstName +
Populate.MiddleName + Populate.LastName, Corporation.Address, OrderHdr.Saleman,
OrderHdr.ShipDate, OrderDtl.Library -> Library, Library.Name, OrderDtl.Quantity,
OrderDtl.Unit FROM OrderHdr, Populate, Corporation, Library
ตรวจสอบว่าสินค้าที่ใส่ต้องมีอยู่ในเลขที่ใบรับสั่งหรือไม่
- VIEW & GET: หาสูตรการคำนวณหาต้นทุนการผลิตจาก
TB CostAllocateBase
SELECT Original, Product, EffectiveDate, Department,
AllocateCondition FROM CostAllocateBase
- QUERY: SELECT TransactionHdr.Original, TransactionHdr.TransactionType,
TransactionHdr.TransactionNo, TransactionHdr.TransactionDate, TransactionHdr.Department,
TransactionHdr.Project, TransactionHdr.Populate, TransactionHdr.DataRemark,
BusinessLibraryTransactionDtl.Library, BusinessLibraryTransactionDtl.Quantity,
BusinessLibraryTransactionDtl.RemainQuantity, BusinessLibraryTransactionDtl.Amount,
BusinessLibraryTransactionDtl.RemainAmount, BusinessInventoryTransactionDtl.Inventory,
BusinessInventoryTransactionDtl.Amount, BusinessInventoryTransactionDtl.RemainAmount,
ProductionTransHdr.Equation, ProductionTransDtl.Process, ProductionTransDtl.Component,
ProductionTransDtl.Quantity, ProductionTransDtl.UsageTime FROM TransactionHdr,
BusinessLibraryTransactionDtl, BusinessInventoryTransactionDtl, ProductionTransHdr,
ProductionTransDtl
โปรแกรม
การตรวจสอบคุณภาพสินค้า
ProductionTransHdr |
|
Original |
|
DocumentNo |
เลขที่เอกสารที่อ้างถึงเช่น
เลขที่ใบรับสั่งสินค้า |
Product |
สินค้าที่ทำการผลิต |
Equation |
สมการที่ใช้ในการผลิต |
ProductionTransDtl |
|
Original |
|
DocumentNo |
เลขที่เอกสารที่อ้างถึงเช่น
เลขที่ใบรับสั่งสินค้า |
Product |
สินค้าที่ทำการผลิต |
Department |
แผนกที่ทำการผลิต |
ReferDocumentNo |
อ้างถึงเลขที่เอกสารที่เกี่ยวข้องเช่น
ใบสูตรการผลิต ใบขั้นตอนการผลิต |
Process |
กระบวนการที่กำลังผลิต |
AccountCode |
เลขที่บัญชี
(ใช้กับบัญชีในกรณีที่จะนำไปลงในบัญชีต้นทุน) |
Component |
วัตถุดิบ
ที่ใช้ในการผลิตหรือตรวจสอบสินค้า |
Quantity |
ปริมาณที่ใช้ไป |
UsageTime |
ระยะเวลาที่ใช้ในการผลิตหรือตรวจสอบ
ในแต่ละกระบวนการ |
Price |
ต้นทุนที่เกิดขึ้นเช่นราคาวัตถุดิบ |
Unit |
หน่วยที่ใช้ในการผลิต |
Amount |
มูลค่าต้นทุน |
Result |
ผลของการทดสอบ |
- Run Auto TransactionNo จาก RunningNumber
- Default วันที่ผลิต ด้วย System Date
- VIEW & GET: เมื่อใส่
อ้างถึงเลขที่ใบรับสั่ง TB OrderHdr ->
OrderDtl
SELECT OrderHdr.Populate, Populate.Prefix + Populate.FirstName +
Populate.MiddleName + Populate.LastName, Corporation.Address, OrderHdr.Saleman,
OrderHdr.ShipDate, OrderDtl.Library -> Library, Library.Name, OrderDtl.Quantity,
OrderDtl.Unit FROM OrderHdr, Populate, Corporation, Library
ตรวจสอบว่าสินค้าที่ใส่ต้องมีอยู่ในเลขที่ใบรับสั่งหรือไม่
- QUERY: SELECT TransactionHdr.Original, TransactionHdr.TransactionType,
TransactionHdr.TransactionNo, TransactionHdr.TransactionDate, TransactionHdr.Department,
TransactionHdr.Project, TransactionHdr.Populate, TransactionHdr.DataRemark,
BusinessLibraryTransactionDtl.Library, BusinessLibraryTransactionDtl.Quantity,
BusinessLibraryTransactionDtl.RemainQuantity, BusinessLibraryTransactionDtl.Amount,
BusinessLibraryTransactionDtl.RemainAmount, BusinessInventoryTransactionDtl.Inventory,
BusinessInventoryTransactionDtl.Amount, BusinessInventoryTransactionDtl.RemainAmount,
ProductionTransDtl.Process, ProductionTransDtl.Component, ProductionTransDtl.Quantity,
ProductionTransDtl.UsageTime, Production.Result FROM TransactionHdr,
BusinessLibraryTransactionDtl, BusinessInventoryTransactionDtl, ProductionTransHdr,
ProductionTransDtl
โปรแกรม
ผลการตรวจสอบและแก้ไขเครื่องจักร
พร้อมวางแผนการทำ Maintenance /
ตรวจสอบอุปกรณ์ชั่ง ตวง วัด (Calibrate)
MaintenanceHdr |
|
Original |
ผู้ให้บริการ |
MaintenanceNo |
เลขที่การให้บริการ |
DepartmentOriginal |
แผนกที่ให้บริการ |
People |
ชื่อผู้ให้บริการ |
RequestDate |
วันที่แจ้ง |
Corporation |
ลูกค้าที่รับบริการ |
Department |
แผนกของลูกค้าที่รับบริการ |
Product |
สินค้าที่บำรุงรักษา |
RequestDate |
วันที่แจ้ง |
ExpectedDate |
วันที่คาดว่าจะให้บริการ |
PreventiveDate |
วันที่ให้บริการ |
ExpectedTask |
งานที่จะทำ |
Task |
งานที่ทำ |
ReferDocumentNo |
อ้างถึงเลขที่เอกสารเช่น
เอกสารที่แจ้ง |
Duration |
ระยะเวลาในการให้บริการ |
MaintenanceDtl |
|
Original |
ผู้ให้บริการ |
MaintenanceNo |
เลขที่การให้บริการ |
Product |
สินค้าที่บำรุงรักษา |
Library |
สินค้าที่ให้บริการ |
ExpectedTask |
งานที่คาดว่าจะให้บริการ |
Task |
งานที่ให้บริการ |
Duration |
ระยะเวลาที่ให้บริการ
(เริ่ม-สิ้นสุด) |
Library |
อุปกรณ์ที่ใช้ |
Quantity |
จำนวน |
Unit |
หน่วย |
Price |
ราคา/หน่วย |
Amount |
มูลค่า |
- Run Auto TransactionNo จาก RunningNumber
- Default วันที่ผลิต ด้วย System Date
- VIEW & GET: เมื่อใส่
เครื่องจักรที่จะตรวจสอบดูรายละเอียดของอุปกรณ์ส่วนประกอบของเครื่องจักร
SELECT Original, Product, Library, Inventory, Quantity, Unit, Rate, Range, UnitPrice,
LastUpdateDate, LastUpdate, ChangeRangeDate, ChangeRange FROM Component
วันที่จะทำการตรวจสอบและแก้ไขครั้งต่อไป
ให้ Default
จากวันที่ทำการตรวจสอบหรือแก้ไข
+ ChangeRangeDate
การใช้งานที่จะทำการตรวจสอบและแก้ไขครั้งต่อไป
ให้ Default
จากการใช้งานที่ทำการตรวจสอบหรือแก้ไข
+ ChangeRange
- QUERY: SELECT TransactionHdr.Original, TransactionHdr.TransactionType,
TransactionHdr.TransactionNo, TransactionHdr.TransactionDate, TransactionHdr.Department,
TransactionHdr.Project, TransactionHdr.Populate, TransactionHdr.DataRemark,
BusinessLibraryTransactionDtl.Library, BusinessLibraryTransactionDtl.Quantity,
BusinessLibraryTransactionDtl.RemainQuantity, BusinessLibraryTransactionDtl.Amount,
BusinessLibraryTransactionDtl.RemainAmount, BusinessInventoryTransactionDtl.Inventory,
BusinessInventoryTransactionDtl.Amount, BusinessInventoryTransactionDtl.RemainAmount,
MaintenanceHdr.Corportion, MaintenanceHdr.Department, MaintenanceHdr.Product,
MaintenanceHdr.RequestDate, MaintenanceHdr.ExpectedDate, MaintenanceHdr.PreventiveDate,
MaintenanceHdr.ExpectedTask, MaintenanceHdr.Task, MaintenanceHdr.ReferDocumentNo,
MaintenanceHdr.Duration, MaintenanceDtl.Library, MaintenanceDtl.Inventory,
MaintenanceDtl.Quantity, MaintenanceDtl.Price, MaintenanceDtl.Unit, MaintenanceDtl.Amount
FROM TransactionHdr, BusinessLibraryTransactionDtl, BusinessInventoryTransactionDtl,
MaintenanceHdr, MaintenanceDtl
โปรแกรมการควบคุมและแจกจ่ายเอกสารตามมาตรฐาน
ISO
โปรแกรมควบคุมเอกสารกลาง
DocumentControl |
|
Original |
องค์กรเจ้าของเอกสาร |
Department |
แผนกเจ้าของเอกสาร |
DocumentType |
ประเภทเอกสาร |
DocumentNo |
ชื่อเอกสาร |
Revision |
ครั้งที่ปรับปรุงแก้ไข |
CreateByTool |
เครื่องมือที่ใช้ในการสร้างรูปแบบเอกสารเช่น
StarOffice, MS Word |
GenerateDate |
วันที่สร้างเอกสาร/แก้ไข |
EffectiveDate |
วันที่มีผลบังคับใช้ |
CancelDate |
วันที่ยกเลิกเอกสาร |
Note |
รูปแบบเอกสาร |
ResponsePerson |
บุคคลที่รับผิดชอบเอกสารต้นฉบับ |
Place |
สถานที่หรือแผนกที่เก็บเอกสารต้นฉบับ |
- Run Auto TransactionNo จาก RunningNumber
- Default วันที่สร้างเอกสาร ด้วย System Date
- VIEW & GET: ประเภทเอกสาร,
เครื่องมือที่ใช้ในการสร้างเอกสารเช่น
Word, Excel TB Library
- QUERY: SELECT TransactionHdr.Original, TransactionHdr.TransactionType,
TransactionHdr.TransactionNo, TransactionHdr.TransactionDate, TransactionHdr.Department,
TransactionHdr.Project, TransactionHdr.Populate, TransactionHdr.DataRemark,
BusinessLibraryTransactionDtl.Library, BusinessLibraryTransactionDtl.Quantity,
BusinessLibraryTransactionDtl.RemainQuantity, BusinessLibraryTransactionDtl.Amount,
BusinessLibraryTransactionDtl.RemainAmount, BusinessInventoryTransactionDtl.Inventory,
BusinessInventoryTransactionDtl.Amount, BusinessInventoryTransactionDtl.RemainAmount,
DocumentControl.DocumentType, DocumentControl.DocumentNo, DocumentControl.Revision,
DocumentControl.CreateByTool, DocumentControl.GenerateDate, DocumentControl.EffectiveDate,
DocumentControl.CancelDate, DocumentControl.Note FROM TransactionHdr,
BusinessLibraryTransactionDtl, BusinessInventoryTransactionDtl, DocumentControl
โปรแกรมการแจกจ่ายเอกสาร
DocumentList |
|
Original |
องค์กรเจ้าของเอกสาร |
Department |
แผนกเจ้าของเอกสาร |
DocumentType |
ประเภทเอกสาร |
DocumentNo |
ชื่อเอกสาร |
Revision |
ครั้งที่ปรับปรุงแก้ไข |
Date |
วันที่แจกจ่าย |
UserDepartment |
แผนกที่รับแจกจ่าย
(เกี่ยวข้องในการใช้เอกสาร) |
Recipient |
ผู้รับเอกสาร |
- Run Auto TransactionNo จาก RunningNumber
- Default วันที่สร้างเอกสาร ด้วย System Date
- VIEW & GET: ประเภทเอกสาร,
เครื่องมือที่ใช้ในการสร้างเอกสารเช่น
Word, Excel TB Library
- QUERY: SELECT TransactionHdr.Original, TransactionHdr.TransactionType,
TransactionHdr.TransactionNo, TransactionHdr.TransactionDate, TransactionHdr.Department,
TransactionHdr.Project, TransactionHdr.Populate, TransactionHdr.DataRemark,
BusinessLibraryTransactionDtl.Library, BusinessLibraryTransactionDtl.Quantity,
BusinessLibraryTransactionDtl.RemainQuantity, BusinessLibraryTransactionDtl.Amount,
BusinessLibraryTransactionDtl.RemainAmount, BusinessInventoryTransactionDtl.Inventory,
BusinessInventoryTransactionDtl.Amount, BusinessInventoryTransactionDtl.RemainAmount,
DocumentList.DocumentType, DocumentList.DocumentNo, DocumentList.Revision,
DocumentList.Date, DocumentList.UserDepartment, DocumentList.Recipient FROM
TransactionHdr, BusinessLibraryTransactionDtl, BusinessInventoryTransactionDtl,
DocumentList
Last update : Monday, 7 January 2002 07:00 ( Thailand )
Apple, Mac, iMac, iPhone and iPod are trademarks of Apple, Inc.
Jini, Java and all Java-based are trademarks of Oracle Corporation.
JiniSoft Corporation
Copyright @ 1990 - 2012 Mr. Roongroj Rojanapo ( )
89/1 Khao Lam Road, Saen Suk, Chon buri District, Chon buri 20130, Thailand
|