Hi ,
I am trying to maintain the inventory of my factory.
I would like to have it simple and built up from scratch so that I can understand it well.
Currently I have two simple tables.
Production Table :
Sno-Date-Product ID-Quantity
Invoice Table
Sno-Date-InvoiceNumber-ProductID-Quantity-Rate-TaxValue
Note : Tax Value is always a fixed percentage based on the rate and quantity.
Can the form handle this sort of input to calculate automatically.
Two Questions :
How Do I have the below for each ProductID:
To have this - Should I use a Query. I would prefer a table.
Sno-date-Opening Balance-Manufactured-Dispatched-InvoiceNumber-InvoiceValue-ClosingBalance
One Invoice can have multiple products , On a single day there can be multiple products and multiple entry (shift manufacturing) per product.
Also How do I create flexibility specifically two purposes :
Choosing the date period and product for which the third tables data is to be fetched.
Please provide some guideline and if not too much of an effort a template.
I am eager to work and there is a whole lot more that I will have to do.
Just wanted to know which way to add / subtract / update values.
And another thing to have a date wise easily accessible information of the stock of all the product types on that date.
Please help.
Thanking you
Regards
Aces J
I am trying to maintain the inventory of my factory.
I would like to have it simple and built up from scratch so that I can understand it well.
Currently I have two simple tables.
Production Table :
Sno-Date-Product ID-Quantity
Invoice Table
Sno-Date-InvoiceNumber-ProductID-Quantity-Rate-TaxValue
Note : Tax Value is always a fixed percentage based on the rate and quantity.
Can the form handle this sort of input to calculate automatically.
Two Questions :
How Do I have the below for each ProductID:
To have this - Should I use a Query. I would prefer a table.
Sno-date-Opening Balance-Manufactured-Dispatched-InvoiceNumber-InvoiceValue-ClosingBalance
One Invoice can have multiple products , On a single day there can be multiple products and multiple entry (shift manufacturing) per product.
Also How do I create flexibility specifically two purposes :
Choosing the date period and product for which the third tables data is to be fetched.
Please provide some guideline and if not too much of an effort a template.
I am eager to work and there is a whole lot more that I will have to do.
Just wanted to know which way to add / subtract / update values.
And another thing to have a date wise easily accessible information of the stock of all the product types on that date.
Please help.
Thanking you
Regards
Aces J