Fatura Sistemi uygulaması için Veritabanı Tasarımı

0 Cevap php

i am doing small billing application,
i need some guidance about database design for billing software,
i have product table in this am maintaining below fields,

Ürün tablo

Product code , unique , 
quantity ,
price,
vat,
discount ,

ve adınız, createddate gibi birkaç sütun bazı

Basket masa,

basketid ,
PHPSESSIONID ,
productcode,
quantity ,

and few required details like userid, created date ,
counter people entering bills are initially store into tblbasket table,
when billing is confirmed , Required details are move to tblSale table,

tblSale tablosu:

id AI,PK,
BasketSessionID ,(no foreign key concept but just inserting that tbl basket PHPSESSIONID ) 
productcose , and few required details,

Yukarıda detayları fatura uygulaması için tutuyorum,

Şimdi ben furtheir devam etmek bazı Rehberlik gerekir,

  1. raporları, günlük satış, döner ve her şeyi uygulamak gerekir,

Yani ilk adım olduğunu

i aşağıdaki gibi bir şey korumak istiyorsanız,

  1. Ürün kodu Toplam stockin sayısı,
  2. sonra satılan, saymak dışında bazı stok gerekir
  3. döner korumak için ne demektir eğer,

Yani tamamen i stockin, Tükenen, İade, Ücretsiz CD için masa tasarımı istiyorum

Total idea behind is,
Reporting view for billing application,

0 Cevap