JiniSoft Corporation JiniSoft at Home Page JiniSoft Product JiniSoft Service Forum, Question & answer Partner & Distributor Developer, Programmer History Purpose Thai Chinese English




Facebook : roongroj @ jinisoft.com

JiniSoft Product
• Home
• JiniSoft Billing
• ERP / E-Resource
Enterprise Resource Planning
- Financial
  • Purchase System
  • Purchase Diagram
  • Sale System
  • Sale Diagram
  • General Ledger System
  • Report
- Front Office
- Manufacturing
- Human Resource
- Accounting Format
- Relation Diagram
- Transaction Diagram
- Customer Relation Management
• EBP / E-Business
Enterprise Business Planning
• ECP / E-Commerce
Enterprise Commerce Planning
• EIP / E-Intellignece
Enterprise Intelligence Planning
• High-Speed Cluster OODB



รายงาน

  • General Ledger Report
    • บัญชีแยกประเภท (General Ledger)
    • งบทดลอง (Trial Balance)
    • งบกำไร-ขาดทุน (Profit-Loss)
    • งบดุล (Balance Sheet)
    • งบต้นทุนขาย (Cost of Sale)
    • งบต้นทุนการผลิต (Cost of Manufacturing)
  • Account Receivable Report
    • สมุดรายวันขาย
    • สมุดรายวันรับเงิน
    • ความเคลื่อนไหวลูกหนี้ (AR Outstanding Report)
      • By Original
      • By Customer
      • By Date

      SELECT (Populate (ลูกค้า), TransactionType (ประเภท), TransactionDate(วันที่), TransactionNo(เลขที่), AR/ReturnChq (ลูกหนี้/เช็คคืน) - Dr(Amount: Case Type = IV, RT), Cr (Amount: Case Type = RV, ChangeChq), Balance (Start from Type IV + Dr – Cr), PrepaidChq(เช็คล่วงหน้า) - Dr(Amount: Case Type = RV, ChangeChq), Cr (Amount: Case Type = PayIn, Sale), Balance (Start from Type RV and Payment = CQ + Dr – Cr), ReceiveDtl.PaymentType (วิธีการชำระ:ที่ Library = ‘’), ReceiveDtl.DocumentNo(เลขที่เช็ค), ReceiveDtl.DocumentDate(วันที่เช็ค), ReceiveDtl.DocumentBank(เช็คธนาคาร), ReceiveDtl.DocumentBankBranch(สาขา)) From TransactionHdr WHERE Original, Customer, Date (End of) Range from Screen

    • สถานะลูกหนี้คงเหลือ (AR Balance Report)
      • By Original
      • By Customer
      • By Date

      SELECT (Populate(ลูกค้า), ) From TransactionHdr WHERE Original, Customer, Date (End of)

      Range from Screen

    • Account Payable Report
      • สมุดรายวันซื้อ
      • สมุดรายวันจ่ายเงิน
      • ความเคลื่อนไหวเจ้าหนี้ (AP Outstanding Report)
      • สถานะเจ้าหนี้คงเหลือ (AP Balance Report)
    • Inventory Report
      • ความเคลื่อนไหวสต๊อก (Outstanding Report)
        • By Original
        • By Code, Type
        • By Department
        • By Date

        SELECT Original, Department, Code, InventoryString.Name, TransactionType, TransactionHdr.TransactionDate, ReferTransactionNo, ReferDocumentNo, From, To, Quantity, Cost, Amount, RemainQty = Sum (RemainQuantity), RemainAmt = Sum (RemainQuantity * Cost) From InventoryTransaction WHERE Original, Code, Type, Department, Date ตาม LotDate, LotDateNo ที่เป็น Trans ล่าสุด และ RemainQuantity <> 0

        range from screen

        ถ้า Invoice 1 รายการตัดหลาย Lot ให้ Amount = Sum (Amount), Quantity = Sum (Quantity), Cost = Sum (Amount) – Sum (Quantity) ตาม Inventory เดียวกัน

      • สถานะสินค้าคงเหลือ (Inventory Balance Report)
        • By Original
        • By Code, Type
        • By Department
        • By Date

        SELECT Original, Department, Code, InventoryString.Name, RemainQty = Sum (RemainQuantity), RemainAmt = Sum (RemainQuantity * Cost), Cost = RemainAmt / RemainQty From InventoryTransaction WHERE Original, Code, Type, Department, Date ตาม LotDate, LotDateNo ที่เป็น Trans ล่าสุด และ RemainQuantity <> 0

        range from screen

      • รายงานการรับเข้า / จ่ายออก / การส่งคืน / รับคืน
        • By Original
        • By TransactionType
        • By Code, Type
        • By Department
        • By Date

        SELECT (Original, Department, Code, InventoryString.Name, TransactionHdr.TransactionDate, From, To, Price, PriceDate, Quantity, Unit, ExpiryDate) From InventoryTransaction WHERE Original, TransactionType, Code, Type, Department, TransactionHdr.TransactionDate

        range from screen

      • รายงานสต๊อกสินค้า
        • สต๊อกสินค้าที่ถึงจุดสั่งซื้อ
          • By Original
          • By Code, Type
          • By Department

          SELECT (Original, Department, Code, InventoryString.Name, Inventory.ReorderLevel, Inventory.LeadTime, RemainQuantity, Inventory.UnitStock) From InventoryTransaction WHERE Original, Code, Type, Department, (RemainQuantity = Inventory.MinStock)

          range from screen

        • สต๊อกสินค้าที่เกินสต๊อก
          • By Original
          • By Code, Type
          • By Department

          SELECT (Original, Department, Code, InventoryString.Name, Inventory.MaxStock, Inventory.LeadTime, RemainQuantity, Inventory.UnitStock) From InventoryTransaction WHERE Original, Code, Type, Department, (RemainQuantity > Inventory.MaxStock)

          range from screen

        • สต๊อกสินค้าที่ต่ำกว่าสต๊อก
          • By Original
          • By Code, Type
          • By Department

          SELECT (Original, Department, Code, InventoryString.Name, Inventory.MinStock, Inventory.ReorderLevel, Inventory.LeadTime, RemainQuantity, Inventory.UnitStock) From InventoryTransaction WHERE Original, Code, Type, Department, (RemainQuantity > Inventory.MinStock)

          range from screen

        • สต๊อกสินค้าที่หมดอายุ
          • By Original
          • By Code, Type

          SELECT (Original, Department, Code, InventoryString.Name, PriceDate, ExpiryDate, Diff (ExpiryDate with CurrentDate), RemainQuantity, Inventory.UnitStock) From InventoryTransaction WHERE Original, Code or Type

          range from screen

        • รายงานสถานะการซื้อขายสต๊อกสินค้า (ราคาซื้อ, ราคาขาย, กำไรต่อหน่วย, กำไร)
          • By Original
          • By Code, Type

          SELECT (Original, Department, Code, InventoryString.Name, PriceDate, RemainQuantity, Inventory.UnitStock, PurchasePrice WHERE TransactionType = ซื้อ/รับ, SalePrice WHERE TransactionType = ขาย/จ่าย, ProfitPerUnit (SalePrice – PurchasePrice), ProfitAmount (RemainQuantity * ProfitPerUnit))

          From InventoryTransaction WHERE Original, Code or Type and (RemainQuantity <> 0)

          range from screen


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




E-mail : roongroj @ jinisoft.com ( JiniSoft @ Facebook & Line )