Hello, i am creating a inventory program with asp.net. But i stopped somewhere, I need many locations for show my items. For example,
Group : Computer Category:Touch Panel in stock = 25 in other place =15 in other place = 8
How can I show that items …
@hasan25x Can you be more clear and provide a full example?
@dorian_yugabyte I want to show my stocklist in gridview like that;
Benim Stok listesi sayfamda gridview da görmek istediğim şekil şu şekilde ;
GROUP | CATEGORI | MARKA | MODEL | TOPLAM | DEPO | CPM | FEM | FCM | RCM | LOJİSTİK | … this
computer | PPC | CINCOZE | UH-H244 | 40 | 15 | 5 | 3 | 2 | 5 | 10 |
B. OKUYUCU | KABLOLU | ZEBRA | XYZ-56 | 50 | 15 | 5 | 3 | 2 | 10 | 10 |
FIRST ROW IS HEADER PART… AND DEPO CPM FEM FCM… VAULE= WILL BE INTEGER.
I hope u can understand what i mean. For example u have 100 computer in your factory. some of them (40) are at lojistics some of them (30) are in office area some of them are in (20) production area. and also in your storage room 10 computer… TOTAL is 100 … I want to show this in gridview . But ı couldn’t make to tables in database as i want… İf you can me any example i will be so happy.
Thanks so much.
You want to model a schema that supports categories, correct? Something like sql - How to design a database schema to support tagging with categories? - Stack Overflow, 6 Database Schema Examples and How to Use Them | Integrate.io, mysql - Database Modeling: Product with 1 or more categories - Stack Overflow should help.