Showing posts with label MPDS. Show all posts
Showing posts with label MPDS. Show all posts

Sunday, August 05, 2007

MPDS: Medical & Pharmaceutical Distributing System

The layouting is done. Everything's in its proper place, all sample schemas, the sizes and the colors are teacher and peers okied. A go signal for me to start with the real programming.

I've been the pretentious hardcoding genius ever since. Writing in every text editors. No WYSIWYG stuff. From layouting to programming I'm that crazy. I start out from scratch with the ever reliable Notepad then switching to Notepad++, just so I could see the line numbers, when those HTML needs PHP.

Some screenshot of the schemas already PHP-ed and MySQL-ed:
Products listing
Product listing for printing
Product information

And, yes, it's my first time to use constraints in SQL. It's hard but when tables are already linked to its right partner table the burden of linking them through query is reduced. All business rules that should be satisfied are defined from within your tables that lessens the WHEREs and the ANDs and all the SUBs. Here's a sample table with constraints.

CREATE TABLE `territories` (
`territories_ID` bigint(20) unsigned NOT NULL auto_increment,
`areasFK_ID` bigint(20) unsigned NOT NULL default '',
`territories_name` varchar(30) NOT NULL default '',
`territories_quota` varchar(15) NOT NULL default '',
PRIMARY KEY (`territories_ID`),
FOREIGN KEY (`areasFK_ID`) REFERENCES areas(`areas_ID`)
)ENGINE=InnoDB DEFAULT CHARSET=utf8;

Continue reading ‘MPDS: Medical & Pharmaceutical Distributing System‘

Monday, July 16, 2007

MPDS Beta 1.0

Medical & Pharmaceutical Distributing System
Medical & Pharmaceutical Distributing System
I will be working on this school project until October. A web application that will automate every transaction in a local and multi-national distributor of medical and pharmaceutical products. Because I'm that lazy to hardwork a project documentation, I will be doing it here.

A kick-off for this updater is the schemaview of this "distributing system."

Continue reading ‘MPDS Beta 1.0‘

Recent posts



Search




Candies

Powered by FeedBurner
View blog authority Ranking.PinoyBlogosphere.Com Creative Commons License
[ You've reached the bottom. Scroll back to top ]