SlideShare a Scribd company logo
1 of 133
Build A Simple Inventory System
In this sequence of slides we’re going to take you through building a
rudimentary inventory system
We will skip over many formatting niceties, such as titles, additional fields and
the like
This system has four basic components:
– A form to create an Inventory Item with a code
– A form to add to the count of Inventory Items
– A form to subtract from the count of Inventory Items
– A report to give us the current count in Inventory
Build A Simple Inventory System
This presentation will assume you’ve already gone through the basics of setup
in Admin Mode, that you have:
– Created at least one year of fiscal calendar
– Designated your home currency
– Switched from admin mode to the first period
Starting Off in YSP15
• Double Click on the
“Master Form” Icon
to open the form
designer
Creating the First Form
• Unlock the Master
Form Designer by
clicking on the
“Locked” button (it
will switch to
“Unlocked”)
Creating the First Form
• Open a blank master
form by clicking on
the “Get Blank Master
Form” button
Creating the First Form
• Give the form a
name by typing
it into the line
marked “Form
Name”
• Click on the
blue text “Not
Set Yet” and it
will change to
“Entity”
Creating the First Form
• Click on the
blue text, “Click
here to
continue set up
of master form”
Formatting the Inventory Item Form
• Right Click on
the
“Description”
widget and
drag-and-drop it
onto the form,
below the code
field, to create a
description field
Formatting the Inventory Item Form
• Click on the
description field
to edit it
Parts of the Description Field
• The description
field has three
components:
– The “label”
part
– The “data”
part
– The grey box
which defines
the visible
area (things
inside the box
show up on
the form,
things outside
it don’t)
Grey “Visible Area” Box
Name Part Data Part
Formatting the Description Field
• Click on the
name part of
the field to edit
it
Formatting the Description Field
• Click on the
existing name
and type over it
to customize
the name. Let’s
Call it
“Inventory Item
Name”
Formatting the Description Field
• Click
anywhere in
the white
space to close
the name part
editor and go
back to the
description
editor
Formatting the Description Field
• The name part
and data part
are now
outlined in red
because they
are overlapping
• Fix this by right
clicking on the
data part and
dragging it to
the right until
they don’t
overlap
anymore
Formatting the Description Field
• The name field
is still outlined
in red because
it overlaps the
grey “visible
area” rectangle
• Right click on
the thick blue
arrow and drag
it to re-size the
“visible area”
rectangle so
there’s no
overlap
Filing the Inventory Item Form
• Again, click on
the white space
to return to the
form designer
• We won’t
bother with
further design,
simply click on
the “File”
button to
finalize creation
of the form
Filing the Inventory Item Form
• You will see a
confirmation
notice
• Press the “Alt”
button and the
number 1 at the
same time to
confirm
creation of the
form
Selection List on the Desktop
• Now that you’ve
created the
form, you will
see on your
desktop a
selection list for
this form. Right
now it’s empty
because we
haven’t filled in
any forms
Creating the Next Form
• Click on “Get
Blank Master
Form” again
• Give it the
name
“Inventory
Addition”
• Click on the
type until it says
“Transaction”
• Give it the two
letter initials
code “IA”
Adding Detail Lines
• Right click on
the “Detail
Lines” widget
and drag-and-
drop it onto the
form, below the
“Transaction
Date” field
Formatting the Detail Lines
• Click on the
detail lines field
to begin
formatting it
Formatting the Detail Lines
• Give the detail
lines a custom
name by over-
typing on the
label, change it
to “Inventory
Addition
Details”
Formatting the Detail Lines
• Click on the
detail field to
open the detail
editor to
customize the
individual lines
Formatting the Detail Lines
• Right click on
the blue arrow
and drag it to
resize the detail
line box
• Right click on
the “Form
Reference”
widget, drag-
and-drop it onto
the detail line to
create a
reference field
Formatting the Form Reference
• Click on the
reference field
to edit and
customize
Formatting the Form Reference
• Click on the
name field to
customize
Formatting the Form Reference
• Click on the
name and type
over it, let’s call
it “Item Being
Added”
Formatting the Form Reference
• Right click on
the name field
and drag it
outside the grey
box so it doesn’t
show up on the
detail line
• Then click on
the reference
part (the hash
marks)
Formatting the Form Reference
• Click on the
blue text to
select which
form we’re
going to
reference
Formatting the Form Reference
• Since there’s
only one form
we can
reference,
there’s only one
item in the list
• Click on the
blue text to
select
“Inventory
Item”
Formatting the Form Reference
• Now that we’ve
selected a form,
we have to
select a field
from that form
as an identifier
• Click on the part
with green
question marks
to select the
identifier
Formatting the Form Reference
• Now that we’ve
selected a form,
we have to
select a field
from that form
as an identifier
• Click on the part
with green
question marks
to select the
identifier field
Formatting the Form Reference
• Since there’s
only one valid
field on the
form, there is
only one item in
the list
• Click on the
blue text to
select
“Inventory Item
Name”
Formatting the Form Reference
• Now the
refrence shows
green x’s instead
of question
marks
• Make sure no
fields are
overlapping each
other or the grey
visible area box
• Click on the
white space to
return to the
detail line editor
Adding a Quantity
• Right click on
the Quantity
widget and
drag-and-drop it
onto the detail
line to create a
Quantity field
Formatting a Quantity
• Right click on
the name part
and drag it
outside the
visible area
(grey box)
• Edit it to re-
name it
“Quantity
Added”
• Then click on
the $ sign to
edit the units
Formatting a Quantity
• Click on the
blue text,
“Change to
Unit” to switch
from currency
type to a unit
type
Formatting a Quantity
• Click on the
blue text,
“Change unit”
to switch from
the default of
hours to
another kind of
unit
Formatting a Quantity
• Click on the
blue text,
“Dimensionless”
Formatting a Quantity
• Click on the
blue text,
“Dimensionless
Standard”
Formatting a Quantity
• Click on the
blue text, “unit”
(we’re going to
work with single
units for all of
these items)
Formatting a Quantity
• Click on the
white space to
return to the
quantity editor
Formatting a Quantity
• Click on the
number signs to
edit the number
part
Formatting a Quantity
• Click on the
upper, green
portion to
increase the
number
• Click on the
lower, red
portion to
decrease the
number
• Click on the
blue text until
you reach “No
sign”
Formatting a Quantity
• Set the digits to
the left of the
decimal point to
“6”
• Set the digits to
the right of the
decimal point to
“0”
• Set the sign type
to “no sign”
• Click on the
white space to
return to the
quantity editor
Formatting a Quantity
• Right click on
the blue arrow
to re-size the
grey visible area
box so that the
number part is
inside and the
other parts are
outside
• Click on the
white space to
return to the
detail line editor
Formatting a Quantity
• Right click on
the blue arrow
to re-size the
grey visible area
box
• Click on the
white space to
return to the
quantity editor
Formatting a Quantity
• Click on the
“Column
Header” field to
format the
Header Line
Formatting a Quantity
• Set the column
headers
“Inventory
Item” and
“Quantity”
above the
matching fields
in the detail line
• Click on the
white space to
return to the
form editor
Filing the Additions Form
• Click on the
“File” button to
create the form
• Press “Alt” and
1 together
when prompted
to confirm
creation of the
form
Cleaning up the Desktop a Little
• There is now a
new selection
list for the
“Inventory
Addition” form
on your desktop
• Double Click on
the headers of
the two
selection lists to
turn them into
icons (to de-
clutter the
space a little)
Creating the Inventory Pull Form
• Click on the
“Get Blank
Master Form”
to create the
third form
Creating the Inventory Pull Form
• Name the form,
“Inventory Pull”
• Click on the
blue text to
select form type
“Transaction”
• Enter a two
letter form code
of “IP”
Creating the Inventory Pull Form
• Right click on
the “Detail
Lines” widget
and drag-and-
drop it on the
form to create a
detail lines field
Formatting the Detail Lines
• Customize the
name by over-
typing
“Inventory Pull
Details”
• Click on the
detail line editor
to customize
the detail lines
Formatting the Detail Lines
• Right click on
the form
reference
widget and
drag-and-drop it
onto the detail
line to create a
form reference
field
Formatting the Form Reference
• Click on the
blue text,
“Select a form”
• This time there
are two items in
the list – select
the blue text
“Inventory
Item”
• Click on the
white space to
return to the
form reference
editor
Formatting the Form Reference
• Set the form
reference
identifier to
Inventory Item
Name
Formatting the Form Reference
• Right click on
the blue arrow
and drag to re-
size the grey
visible area box
so that the form
code and
identifier are
included but
the name is
outside the
visible area
Adding a Quantity Field
• Right click on
the Quantity
widget and
drag-and-drop it
onto the detail
line box to
create a
quantity field
Formatting the Quantity Field
• Set the name
part to
“Quantity
Pulled”
• As before, set
the units to
“unit”
(dimensionless)
and the number
of digits to 6,
with no sign
Resizing the Detail Line
• Right click on
the blue arrow
to resize the
detail line box
so it fits neatly
around the two
fields
Adjusting the Column Headers
• Click on the
Column Header
Line to format
the Headers
Adjusting the Column Headers
• Type in the
headers
“Inventory Item
Pulled” and
“Quantity”
• Line them up
over the
appropriate
fields
• Click in the
white space to
return to the
form editor
Filing the Inventory Pull Form
• Click on the file
button to create
the form
Minimizing the Selection List to an Icon
• Double click on
the header of
the “Inventory
Pull” selection
list to minimize
it to an icon
Editing Definitions on the Master Form
• From the
“Master Forms”
list, click on the
label “Inventory
Item” to call up
the Inventory
Item Master
Form
Editing Definitions on the Master Form
• Click on the
“Edit” button
Editing Definitions on the Master Form
• Click on the
“Turn Form
Over” button
Editing Definitions on the Master Form
• Click on the
blue “twiddle”
beside Form
Definitions
Editing Definitions on the Master Form
• Click on the
blue text “click
here to add a
form definition”
Editing Definitions on the Master Form
• Click on the
blue “twiddle”
beside the blue
text “Definition”
Editing Definitions on the Master Form
• Click on the
blue text “Not
Defined Yet”
Editing Definitions on the Master Form
• From the list,
select the
option “Operate
Over a Form
Stack”
Editing Definitions on the Master Form
• Click on the
blue text “Select
a Form Stack”
Editing Definitions on the Master Form
• From the list
that appears,
select the form,
“Inventory
Addition
Details”
Editing Definitions on the Master Form
• Click on the
blue text “Select
Field”
Editing Definitions on the Master Form
• Select from the
list, “Quantity
Added”
Editing Definitions on the Master Form
• Using the green
half to go up,
and the red half
to go down,
adjust the
number of
digits to “6” and
“0”
• Click on blue
text to cycle
through sign
type choices, to
“no sign”
Editing Definitions on the Master Form
• Click on the text
beside
“Definition” and
over-type to
customize the
name of the
definition. Set
it to “Inventory
Added Total”
Editing Definitions on the Master Form
• Click on the
blue “twiddle”
beside the
definition to
close it back up
Editing Definitions on the Master Form
• Click on the
blue “arrow
down / + sign”
symbol to add a
new definition
Editing Definitions on the Master Form
• Click on the
blue “twiddle”
beside the new
definition to
open the
selection list
• Select “Operate
over a form
stack” from the
list
Editing Definitions on the Master Form
• Select the form
stack “Inventory
Pull Details”
• From the list of
fields, select
“Quantity
Pulled”
Editing Definitions on the Master Form
• Adjust the digits
before and
digits after the
decimal point to
be “6” and “0”
• Adjust the unit
position by
clicking on the
blue text until
the selection
reads “no sign”
Editing Definitions on the Master Form
• Customize the
definition name
by over-typing
the name field
to “Inventory
Pulled Total”
Editing Definitions on the Master Form
• Add another
definition (as
before, click on
the “arrow
down / + sign”
symbol)
• As before click
on the blue
twiddle to drop
down the list of
operations
• Select
“Add/Subtract”
Editing Definitions on the Master Form
• Click on the
blue text “Select
Field”
Editing Definitions on the Master Form
• From the list,
click on the blue
text “Inventory
Added Total”
Editing Definitions on the Master Form
• Click on the
“down arrow / +
sign” symbol to
add another
term to the
addition
Editing Definitions on the Master Form
• Click on the
blue text “Select
Field”
Editing Definitions on the Master Form
• From the list
that appears,
select
“Inventory
Pulled Total”
Editing Definitions on the Master Form
• Click on the
blue text “PLUS”
so that it
changes to
“MINUS” – now
the second field
will be
subtracted from
the first field
Editing Definitions on the Master Form
• Customize the
definition name
to “Inventory on
Hand”
This means that
“Inventory on
Hand” is defined
as Inventory
Added minus
Inventory Pulled
• Click on the
“Turn Form
Over” Button
Filing the Revised Form
• Click on the
“File” button,
and press “Alt”
and “1” to
confirm
Creating a Report
• Double click on
the “Report
Design” icon
Creating a Report
• Click on the
“locked” button
to change it to
“Unlocked”
Creating a Report
• Click on the
“Create Report”
button
Creating a Report
• Give the report
a name by
typing over the
name field – call
it “Inventory
Tally Report”
Creating a Report
• Click on the
blue text “select
form stack”
Creating a Report
• From the list
select
“Inventory
Item”
Creating a Report
• On the display
type line, click
on the blue
“twiddle”
beside Detail
Creating a Report
• The pink area is
the print block
• Click on the
print block
Creating a Report
• A question mark
appears
• This marks the
spot where the
field or text will
start
• Click on the
blue text “Select
a field”
Creating a Report
• From the list
select
“Inventory Item
Name”
Creating a Report
• The line of x’s in
the print block
indicate how
much space is
reserved for the
Inventory Item
Name field
• Click on the
print block
again to add
another field
Creating a Report
• Click on “Select
a field”
Creating a Report
• From the list
select
“Inventory on
Hand”
Creating a Report
• Click on the
blue text “Unit
Behind” and
cycle through
the options
until you reach
“no unit”
Creating a Report
• Click on the
“File” button to
create the
report
Creating a Report
• Confirm the
filing by
pressing “Alt”
and “1”
Report Requestor Now Active
• You’ll now see a
new widget on
your desktop –
“Report
Requests”
• Double click on
it to open it
Change Fiscal Periods
• In order to run a
report, we’ll
need to enter
some data
• For data entry
in the
transaction
forms, switch to
a regular fiscal
period
• Double click on
the “Change
Period” widget
to open it
Change Fiscal Period
• Click on the “+”
symbol beside
the Target
Accounting
Period Display,
so that it
changes from
YSP 15 to Jan15
Change Fiscal Period
• Click on the
“Move to Target
Period” to
actually switch
fiscal periods
Data Entry
• Notice the
watermark on
the background
now says
“Jan15”,
showing we’ve
moved to the
correct fiscal
period
• Double click on
the “Inventory
Item” icon to
open selection
list
Data Entry
• Click on the
“Get Blank
Form” button
(you can also
press F4 for the
same result)
Data Entry
• Type in a 4 digit
code. Let’s start
with “1000”
Data Entry
• Press Tab, or
click on the
Inventory Item
Name field
• Give the Item a
name – let’s use
“Widgets, large
steel polished”
• Click on the
“File” button to
create the entry
Data Entry
• Double-click on
the “Inventory
Addition” icon
• Click on the
“Get Blank
Form” button
Data Entry
• Enter a date.
Since this is a
January
transaction let’s
enter
“15/01/21”
• Next, click on
the “+” button
on the details
section to add a
new detail line
Data Entry
• Enter a valid
code for
Inventory Item
(in this case
there is only
one, “1000”)
Data Entry
• Tab or click over
to the quantity
field – let’s
enter “2500”
Data Entry
• Click on the
“File” button
• We have now
entered 2500
widgets into
inventory
Data Entry
• The Inventory
Addition now
shows up in the
selection list
(we can format
the display of
the selection list
to give us more
information, but
that’s a topic for
later)
Data Entry
• Double click on
the Inventory
Pull icon to
open up the
selection list
• Click on the
“Get Blank
Form” button
(or press F4)
Data Entry
• Enter a
Transaction
Date – let’s use
15/01/23
• Click on the “+”
button to add a
new detail line
Data Entry
• Enter a valid
Inventory Item
code (again,
there’s only one
right now, 1000)
Data Entry
• Tab or click over
to the quantity
field and enter
an amount –
let’s use 1,000
• Click on the
“File” button to
enter the form
Running a Report
• Now we can run
a report
• Go to the
Report
Requester and
click on the box
beside our
report,
“Inventory Tally
Report”
• Click on the
“Generate
Selected
Report” button
Running a Report
• Here is our
report, and we
can see that we
have 1,500
widgets on
hand (which is
the net of 2,500
added minus
1,00 pulled)
Running a Report
• As we add more
data, we get
more lines in
our report, each
one using the
same
formatting
Thank You!

More Related Content

What's hot

What's hot (19)

Excel Chapter 03
Excel Chapter 03Excel Chapter 03
Excel Chapter 03
 
Excel chapter-6
Excel chapter-6Excel chapter-6
Excel chapter-6
 
Exp31sp1 at a-glance-en
Exp31sp1 at a-glance-enExp31sp1 at a-glance-en
Exp31sp1 at a-glance-en
 
Text formatting in ms word ppt
Text formatting in ms word pptText formatting in ms word ppt
Text formatting in ms word ppt
 
Excel chapter-5
Excel chapter-5Excel chapter-5
Excel chapter-5
 
Lecture four
Lecture fourLecture four
Lecture four
 
Formatting Paragraphs
Formatting ParagraphsFormatting Paragraphs
Formatting Paragraphs
 
Word Chapter 2 - Formatting Characters and Paragraphs
Word Chapter 2 - Formatting Characters and ParagraphsWord Chapter 2 - Formatting Characters and Paragraphs
Word Chapter 2 - Formatting Characters and Paragraphs
 
MICROSOFT WORD 2007 FULL PRESENTATION BY sarmad khosa
MICROSOFT WORD 2007 FULL PRESENTATION BY sarmad khosaMICROSOFT WORD 2007 FULL PRESENTATION BY sarmad khosa
MICROSOFT WORD 2007 FULL PRESENTATION BY sarmad khosa
 
APA Formatting in a Word Document
APA Formatting in a Word DocumentAPA Formatting in a Word Document
APA Formatting in a Word Document
 
Excel ch04
Excel ch04Excel ch04
Excel ch04
 
Excel ch08
Excel ch08Excel ch08
Excel ch08
 
75 tips and_tricks_excel_reduced
75 tips and_tricks_excel_reduced75 tips and_tricks_excel_reduced
75 tips and_tricks_excel_reduced
 
Week 2 ms word ait
Week 2 ms word   aitWeek 2 ms word   ait
Week 2 ms word ait
 
MS Word Introduction and Tools.
MS Word Introduction and Tools.MS Word Introduction and Tools.
MS Word Introduction and Tools.
 
OpenCastLabs Excel chapter-3
OpenCastLabs Excel chapter-3OpenCastLabs Excel chapter-3
OpenCastLabs Excel chapter-3
 
Slideshow On Word Processing
Slideshow On Word ProcessingSlideshow On Word Processing
Slideshow On Word Processing
 
Excel Chapter 02
Excel Chapter 02Excel Chapter 02
Excel Chapter 02
 
Microsoft word features
Microsoft word featuresMicrosoft word features
Microsoft word features
 

Viewers also liked

Inventory system
Inventory systemInventory system
Inventory systemsai prakash
 
Inventory management
Inventory managementInventory management
Inventory managementVIJAY SINGH
 
Perpetual inventory system in coca cola
Perpetual inventory system in coca colaPerpetual inventory system in coca cola
Perpetual inventory system in coca colaasif76
 
Proposal for Point of Sale and Inventory Management Systems
Proposal for Point of Sale and Inventory Management Systems Proposal for Point of Sale and Inventory Management Systems
Proposal for Point of Sale and Inventory Management Systems Thiha Kyaw Htin
 
POS System
POS SystemPOS System
POS SystemHaptism
 
Clelebrate Recovery- Lesson 20 Daily Inventory
Clelebrate Recovery- Lesson 20 Daily InventoryClelebrate Recovery- Lesson 20 Daily Inventory
Clelebrate Recovery- Lesson 20 Daily InventoryCharles Rein
 
proposal on point of sale information system of a super store
proposal on point of sale information system of a super storeproposal on point of sale information system of a super store
proposal on point of sale information system of a super storeHAMMAD AHMAD
 
System development life cycle (sdlc)
System development life cycle (sdlc)System development life cycle (sdlc)
System development life cycle (sdlc)Mukund Trivedi
 
Thesis
ThesisThesis
Thesisnone
 
List of Software Development Model and Methods
List of Software Development Model and MethodsList of Software Development Model and Methods
List of Software Development Model and MethodsRiant Soft
 
Fms solutii externalizare mng ro
Fms solutii externalizare mng roFms solutii externalizare mng ro
Fms solutii externalizare mng roRazvan CALOTA
 
The Top Attractions in Chicago
The Top Attractions in ChicagoThe Top Attractions in Chicago
The Top Attractions in Chicago49ThingstoDo
 
نتيجة الصف السادس ديرمواس مايو 2016
نتيجة الصف السادس ديرمواس مايو 2016نتيجة الصف السادس ديرمواس مايو 2016
نتيجة الصف السادس ديرمواس مايو 2016Nour Elbader
 
A COMPUTATIONAL DYNAMIC TRUST MODEL FOR USER AUTHORIZATION
A COMPUTATIONAL DYNAMIC TRUST MODEL FOR USER AUTHORIZATIONA COMPUTATIONAL DYNAMIC TRUST MODEL FOR USER AUTHORIZATION
A COMPUTATIONAL DYNAMIC TRUST MODEL FOR USER AUTHORIZATIONnexgentechnology
 

Viewers also liked (18)

Inventory system
Inventory systemInventory system
Inventory system
 
Inventory management
Inventory managementInventory management
Inventory management
 
Perpetual inventory system in coca cola
Perpetual inventory system in coca colaPerpetual inventory system in coca cola
Perpetual inventory system in coca cola
 
Proposal for Point of Sale and Inventory Management Systems
Proposal for Point of Sale and Inventory Management Systems Proposal for Point of Sale and Inventory Management Systems
Proposal for Point of Sale and Inventory Management Systems
 
POS System
POS SystemPOS System
POS System
 
Clelebrate Recovery- Lesson 20 Daily Inventory
Clelebrate Recovery- Lesson 20 Daily InventoryClelebrate Recovery- Lesson 20 Daily Inventory
Clelebrate Recovery- Lesson 20 Daily Inventory
 
proposal on point of sale information system of a super store
proposal on point of sale information system of a super storeproposal on point of sale information system of a super store
proposal on point of sale information system of a super store
 
System development life cycle (sdlc)
System development life cycle (sdlc)System development life cycle (sdlc)
System development life cycle (sdlc)
 
Pos Presentation
Pos PresentationPos Presentation
Pos Presentation
 
Point of Sale (POS)
Point of Sale (POS)Point of Sale (POS)
Point of Sale (POS)
 
Software Development Life Cycle (SDLC)
Software Development Life Cycle (SDLC)Software Development Life Cycle (SDLC)
Software Development Life Cycle (SDLC)
 
Thesis
ThesisThesis
Thesis
 
List of Software Development Model and Methods
List of Software Development Model and MethodsList of Software Development Model and Methods
List of Software Development Model and Methods
 
Fms solutii externalizare mng ro
Fms solutii externalizare mng roFms solutii externalizare mng ro
Fms solutii externalizare mng ro
 
The Top Attractions in Chicago
The Top Attractions in ChicagoThe Top Attractions in Chicago
The Top Attractions in Chicago
 
نتيجة الصف السادس ديرمواس مايو 2016
نتيجة الصف السادس ديرمواس مايو 2016نتيجة الصف السادس ديرمواس مايو 2016
نتيجة الصف السادس ديرمواس مايو 2016
 
Resume_Suwitchan_chatprasert
Resume_Suwitchan_chatprasertResume_Suwitchan_chatprasert
Resume_Suwitchan_chatprasert
 
A COMPUTATIONAL DYNAMIC TRUST MODEL FOR USER AUTHORIZATION
A COMPUTATIONAL DYNAMIC TRUST MODEL FOR USER AUTHORIZATIONA COMPUTATIONAL DYNAMIC TRUST MODEL FOR USER AUTHORIZATION
A COMPUTATIONAL DYNAMIC TRUST MODEL FOR USER AUTHORIZATION
 

Similar to Instructions for Building a Simple Inventory System in Formever

How to create a project dashboard using share point lists
How to create a project dashboard using share point listsHow to create a project dashboard using share point lists
How to create a project dashboard using share point listsGavin Bollard
 
Word Chapter 03
Word Chapter 03Word Chapter 03
Word Chapter 03jgardne4
 
Excel chapter 03
Excel chapter 03Excel chapter 03
Excel chapter 03teeworthy
 
Gl2010 m5 wd3-presentation
Gl2010 m5 wd3-presentationGl2010 m5 wd3-presentation
Gl2010 m5 wd3-presentationTracie King
 
Microsoft access exercises
Microsoft access exercisesMicrosoft access exercises
Microsoft access exercisessarahandaiza
 
Word Chapter 03
Word Chapter 03Word Chapter 03
Word Chapter 03xtin101
 
Gl2010 m6 ex4_presentation
Gl2010 m6 ex4_presentationGl2010 m6 ex4_presentation
Gl2010 m6 ex4_presentationTracie King
 
QuestionGuideforDS-003.docx (2)
QuestionGuideforDS-003.docx (2)QuestionGuideforDS-003.docx (2)
QuestionGuideforDS-003.docx (2)Jason Ellis
 
Microsoft Word Chapter 01
Microsoft Word Chapter 01Microsoft Word Chapter 01
Microsoft Word Chapter 01malik1972
 
Word Chapter 1
Word Chapter 1Word Chapter 1
Word Chapter 1jgardne4
 
Use of technology in the Ministry
Use of technology in the MinistryUse of technology in the Ministry
Use of technology in the MinistryAwrUmingan
 
02 access howtobasicforms
02 access howtobasicforms02 access howtobasicforms
02 access howtobasicformsRebecca Jones
 

Similar to Instructions for Building a Simple Inventory System in Formever (20)

How to create a project dashboard using share point lists
How to create a project dashboard using share point listsHow to create a project dashboard using share point lists
How to create a project dashboard using share point lists
 
Msword module 3
Msword  module 3Msword  module 3
Msword module 3
 
Quick office 2007
Quick office 2007Quick office 2007
Quick office 2007
 
Word Chapter 03
Word Chapter 03Word Chapter 03
Word Chapter 03
 
Access2013 ch05
Access2013 ch05Access2013 ch05
Access2013 ch05
 
Excel chapter 03
Excel chapter 03Excel chapter 03
Excel chapter 03
 
SiebelBasics_FINAL
SiebelBasics_FINALSiebelBasics_FINAL
SiebelBasics_FINAL
 
Gl2010 m5 wd3-presentation
Gl2010 m5 wd3-presentationGl2010 m5 wd3-presentation
Gl2010 m5 wd3-presentation
 
Microsoft access exercises
Microsoft access exercisesMicrosoft access exercises
Microsoft access exercises
 
Word Chapter 03
Word Chapter 03Word Chapter 03
Word Chapter 03
 
Gl2010 m6 ex4_presentation
Gl2010 m6 ex4_presentationGl2010 m6 ex4_presentation
Gl2010 m6 ex4_presentation
 
Unit 1.pptx
Unit 1.pptxUnit 1.pptx
Unit 1.pptx
 
QuestionGuideforDS-003.docx (2)
QuestionGuideforDS-003.docx (2)QuestionGuideforDS-003.docx (2)
QuestionGuideforDS-003.docx (2)
 
Word ch10
Word ch10Word ch10
Word ch10
 
Microsoft Word Chapter 01
Microsoft Word Chapter 01Microsoft Word Chapter 01
Microsoft Word Chapter 01
 
Word Chapter 1
Word Chapter 1Word Chapter 1
Word Chapter 1
 
Word 2010 Chap 1
Word 2010 Chap 1Word 2010 Chap 1
Word 2010 Chap 1
 
Use of technology in the Ministry
Use of technology in the MinistryUse of technology in the Ministry
Use of technology in the Ministry
 
Word Chapter 04
Word Chapter 04Word Chapter 04
Word Chapter 04
 
02 access howtobasicforms
02 access howtobasicforms02 access howtobasicforms
02 access howtobasicforms
 

Recently uploaded

2024 Numerator Consumer Study of Cannabis Usage
2024 Numerator Consumer Study of Cannabis Usage2024 Numerator Consumer Study of Cannabis Usage
2024 Numerator Consumer Study of Cannabis UsageNeil Kimberley
 
MAHA Global and IPR: Do Actions Speak Louder Than Words?
MAHA Global and IPR: Do Actions Speak Louder Than Words?MAHA Global and IPR: Do Actions Speak Louder Than Words?
MAHA Global and IPR: Do Actions Speak Louder Than Words?Olivia Kresic
 
Call Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / Ncr
Call Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / NcrCall Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / Ncr
Call Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / Ncrdollysharma2066
 
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...lizamodels9
 
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCRashishs7044
 
Keppel Ltd. 1Q 2024 Business Update Presentation Slides
Keppel Ltd. 1Q 2024 Business Update  Presentation SlidesKeppel Ltd. 1Q 2024 Business Update  Presentation Slides
Keppel Ltd. 1Q 2024 Business Update Presentation SlidesKeppelCorporation
 
Ten Organizational Design Models to align structure and operations to busines...
Ten Organizational Design Models to align structure and operations to busines...Ten Organizational Design Models to align structure and operations to busines...
Ten Organizational Design Models to align structure and operations to busines...Seta Wicaksana
 
Global Scenario On Sustainable and Resilient Coconut Industry by Dr. Jelfina...
Global Scenario On Sustainable  and Resilient Coconut Industry by Dr. Jelfina...Global Scenario On Sustainable  and Resilient Coconut Industry by Dr. Jelfina...
Global Scenario On Sustainable and Resilient Coconut Industry by Dr. Jelfina...ictsugar
 
Call Girls In Connaught Place Delhi ❤️88604**77959_Russian 100% Genuine Escor...
Call Girls In Connaught Place Delhi ❤️88604**77959_Russian 100% Genuine Escor...Call Girls In Connaught Place Delhi ❤️88604**77959_Russian 100% Genuine Escor...
Call Girls In Connaught Place Delhi ❤️88604**77959_Russian 100% Genuine Escor...lizamodels9
 
India Consumer 2024 Redacted Sample Report
India Consumer 2024 Redacted Sample ReportIndia Consumer 2024 Redacted Sample Report
India Consumer 2024 Redacted Sample ReportMintel Group
 
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckPitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckHajeJanKamps
 
Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024Kirill Klimov
 
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCRashishs7044
 
NewBase 19 April 2024 Energy News issue - 1717 by Khaled Al Awadi.pdf
NewBase  19 April  2024  Energy News issue - 1717 by Khaled Al Awadi.pdfNewBase  19 April  2024  Energy News issue - 1717 by Khaled Al Awadi.pdf
NewBase 19 April 2024 Energy News issue - 1717 by Khaled Al Awadi.pdfKhaled Al Awadi
 
Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737Riya Pathan
 
The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024christinemoorman
 
Case study on tata clothing brand zudio in detail
Case study on tata clothing brand zudio in detailCase study on tata clothing brand zudio in detail
Case study on tata clothing brand zudio in detailAriel592675
 
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu Menza
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu MenzaYouth Involvement in an Innovative Coconut Value Chain by Mwalimu Menza
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu Menzaictsugar
 
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,noida100girls
 

Recently uploaded (20)

2024 Numerator Consumer Study of Cannabis Usage
2024 Numerator Consumer Study of Cannabis Usage2024 Numerator Consumer Study of Cannabis Usage
2024 Numerator Consumer Study of Cannabis Usage
 
MAHA Global and IPR: Do Actions Speak Louder Than Words?
MAHA Global and IPR: Do Actions Speak Louder Than Words?MAHA Global and IPR: Do Actions Speak Louder Than Words?
MAHA Global and IPR: Do Actions Speak Louder Than Words?
 
Call Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / Ncr
Call Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / NcrCall Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / Ncr
Call Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / Ncr
 
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
 
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
 
Keppel Ltd. 1Q 2024 Business Update Presentation Slides
Keppel Ltd. 1Q 2024 Business Update  Presentation SlidesKeppel Ltd. 1Q 2024 Business Update  Presentation Slides
Keppel Ltd. 1Q 2024 Business Update Presentation Slides
 
Ten Organizational Design Models to align structure and operations to busines...
Ten Organizational Design Models to align structure and operations to busines...Ten Organizational Design Models to align structure and operations to busines...
Ten Organizational Design Models to align structure and operations to busines...
 
Global Scenario On Sustainable and Resilient Coconut Industry by Dr. Jelfina...
Global Scenario On Sustainable  and Resilient Coconut Industry by Dr. Jelfina...Global Scenario On Sustainable  and Resilient Coconut Industry by Dr. Jelfina...
Global Scenario On Sustainable and Resilient Coconut Industry by Dr. Jelfina...
 
Japan IT Week 2024 Brochure by 47Billion (English)
Japan IT Week 2024 Brochure by 47Billion (English)Japan IT Week 2024 Brochure by 47Billion (English)
Japan IT Week 2024 Brochure by 47Billion (English)
 
Call Girls In Connaught Place Delhi ❤️88604**77959_Russian 100% Genuine Escor...
Call Girls In Connaught Place Delhi ❤️88604**77959_Russian 100% Genuine Escor...Call Girls In Connaught Place Delhi ❤️88604**77959_Russian 100% Genuine Escor...
Call Girls In Connaught Place Delhi ❤️88604**77959_Russian 100% Genuine Escor...
 
India Consumer 2024 Redacted Sample Report
India Consumer 2024 Redacted Sample ReportIndia Consumer 2024 Redacted Sample Report
India Consumer 2024 Redacted Sample Report
 
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckPitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
 
Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024
 
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
 
NewBase 19 April 2024 Energy News issue - 1717 by Khaled Al Awadi.pdf
NewBase  19 April  2024  Energy News issue - 1717 by Khaled Al Awadi.pdfNewBase  19 April  2024  Energy News issue - 1717 by Khaled Al Awadi.pdf
NewBase 19 April 2024 Energy News issue - 1717 by Khaled Al Awadi.pdf
 
Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737
 
The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024
 
Case study on tata clothing brand zudio in detail
Case study on tata clothing brand zudio in detailCase study on tata clothing brand zudio in detail
Case study on tata clothing brand zudio in detail
 
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu Menza
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu MenzaYouth Involvement in an Innovative Coconut Value Chain by Mwalimu Menza
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu Menza
 
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
 

Instructions for Building a Simple Inventory System in Formever

  • 1. Build A Simple Inventory System In this sequence of slides we’re going to take you through building a rudimentary inventory system We will skip over many formatting niceties, such as titles, additional fields and the like This system has four basic components: – A form to create an Inventory Item with a code – A form to add to the count of Inventory Items – A form to subtract from the count of Inventory Items – A report to give us the current count in Inventory
  • 2. Build A Simple Inventory System This presentation will assume you’ve already gone through the basics of setup in Admin Mode, that you have: – Created at least one year of fiscal calendar – Designated your home currency – Switched from admin mode to the first period
  • 3. Starting Off in YSP15 • Double Click on the “Master Form” Icon to open the form designer
  • 4. Creating the First Form • Unlock the Master Form Designer by clicking on the “Locked” button (it will switch to “Unlocked”)
  • 5. Creating the First Form • Open a blank master form by clicking on the “Get Blank Master Form” button
  • 6. Creating the First Form • Give the form a name by typing it into the line marked “Form Name” • Click on the blue text “Not Set Yet” and it will change to “Entity”
  • 7. Creating the First Form • Click on the blue text, “Click here to continue set up of master form”
  • 8. Formatting the Inventory Item Form • Right Click on the “Description” widget and drag-and-drop it onto the form, below the code field, to create a description field
  • 9. Formatting the Inventory Item Form • Click on the description field to edit it
  • 10. Parts of the Description Field • The description field has three components: – The “label” part – The “data” part – The grey box which defines the visible area (things inside the box show up on the form, things outside it don’t) Grey “Visible Area” Box Name Part Data Part
  • 11. Formatting the Description Field • Click on the name part of the field to edit it
  • 12. Formatting the Description Field • Click on the existing name and type over it to customize the name. Let’s Call it “Inventory Item Name”
  • 13. Formatting the Description Field • Click anywhere in the white space to close the name part editor and go back to the description editor
  • 14. Formatting the Description Field • The name part and data part are now outlined in red because they are overlapping • Fix this by right clicking on the data part and dragging it to the right until they don’t overlap anymore
  • 15. Formatting the Description Field • The name field is still outlined in red because it overlaps the grey “visible area” rectangle • Right click on the thick blue arrow and drag it to re-size the “visible area” rectangle so there’s no overlap
  • 16. Filing the Inventory Item Form • Again, click on the white space to return to the form designer • We won’t bother with further design, simply click on the “File” button to finalize creation of the form
  • 17. Filing the Inventory Item Form • You will see a confirmation notice • Press the “Alt” button and the number 1 at the same time to confirm creation of the form
  • 18. Selection List on the Desktop • Now that you’ve created the form, you will see on your desktop a selection list for this form. Right now it’s empty because we haven’t filled in any forms
  • 19. Creating the Next Form • Click on “Get Blank Master Form” again • Give it the name “Inventory Addition” • Click on the type until it says “Transaction” • Give it the two letter initials code “IA”
  • 20. Adding Detail Lines • Right click on the “Detail Lines” widget and drag-and- drop it onto the form, below the “Transaction Date” field
  • 21. Formatting the Detail Lines • Click on the detail lines field to begin formatting it
  • 22. Formatting the Detail Lines • Give the detail lines a custom name by over- typing on the label, change it to “Inventory Addition Details”
  • 23. Formatting the Detail Lines • Click on the detail field to open the detail editor to customize the individual lines
  • 24. Formatting the Detail Lines • Right click on the blue arrow and drag it to resize the detail line box • Right click on the “Form Reference” widget, drag- and-drop it onto the detail line to create a reference field
  • 25. Formatting the Form Reference • Click on the reference field to edit and customize
  • 26. Formatting the Form Reference • Click on the name field to customize
  • 27. Formatting the Form Reference • Click on the name and type over it, let’s call it “Item Being Added”
  • 28. Formatting the Form Reference • Right click on the name field and drag it outside the grey box so it doesn’t show up on the detail line • Then click on the reference part (the hash marks)
  • 29. Formatting the Form Reference • Click on the blue text to select which form we’re going to reference
  • 30. Formatting the Form Reference • Since there’s only one form we can reference, there’s only one item in the list • Click on the blue text to select “Inventory Item”
  • 31. Formatting the Form Reference • Now that we’ve selected a form, we have to select a field from that form as an identifier • Click on the part with green question marks to select the identifier
  • 32. Formatting the Form Reference • Now that we’ve selected a form, we have to select a field from that form as an identifier • Click on the part with green question marks to select the identifier field
  • 33. Formatting the Form Reference • Since there’s only one valid field on the form, there is only one item in the list • Click on the blue text to select “Inventory Item Name”
  • 34. Formatting the Form Reference • Now the refrence shows green x’s instead of question marks • Make sure no fields are overlapping each other or the grey visible area box • Click on the white space to return to the detail line editor
  • 35. Adding a Quantity • Right click on the Quantity widget and drag-and-drop it onto the detail line to create a Quantity field
  • 36. Formatting a Quantity • Right click on the name part and drag it outside the visible area (grey box) • Edit it to re- name it “Quantity Added” • Then click on the $ sign to edit the units
  • 37. Formatting a Quantity • Click on the blue text, “Change to Unit” to switch from currency type to a unit type
  • 38. Formatting a Quantity • Click on the blue text, “Change unit” to switch from the default of hours to another kind of unit
  • 39. Formatting a Quantity • Click on the blue text, “Dimensionless”
  • 40. Formatting a Quantity • Click on the blue text, “Dimensionless Standard”
  • 41. Formatting a Quantity • Click on the blue text, “unit” (we’re going to work with single units for all of these items)
  • 42. Formatting a Quantity • Click on the white space to return to the quantity editor
  • 43. Formatting a Quantity • Click on the number signs to edit the number part
  • 44. Formatting a Quantity • Click on the upper, green portion to increase the number • Click on the lower, red portion to decrease the number • Click on the blue text until you reach “No sign”
  • 45. Formatting a Quantity • Set the digits to the left of the decimal point to “6” • Set the digits to the right of the decimal point to “0” • Set the sign type to “no sign” • Click on the white space to return to the quantity editor
  • 46. Formatting a Quantity • Right click on the blue arrow to re-size the grey visible area box so that the number part is inside and the other parts are outside • Click on the white space to return to the detail line editor
  • 47. Formatting a Quantity • Right click on the blue arrow to re-size the grey visible area box • Click on the white space to return to the quantity editor
  • 48. Formatting a Quantity • Click on the “Column Header” field to format the Header Line
  • 49. Formatting a Quantity • Set the column headers “Inventory Item” and “Quantity” above the matching fields in the detail line • Click on the white space to return to the form editor
  • 50. Filing the Additions Form • Click on the “File” button to create the form • Press “Alt” and 1 together when prompted to confirm creation of the form
  • 51. Cleaning up the Desktop a Little • There is now a new selection list for the “Inventory Addition” form on your desktop • Double Click on the headers of the two selection lists to turn them into icons (to de- clutter the space a little)
  • 52. Creating the Inventory Pull Form • Click on the “Get Blank Master Form” to create the third form
  • 53. Creating the Inventory Pull Form • Name the form, “Inventory Pull” • Click on the blue text to select form type “Transaction” • Enter a two letter form code of “IP”
  • 54. Creating the Inventory Pull Form • Right click on the “Detail Lines” widget and drag-and- drop it on the form to create a detail lines field
  • 55. Formatting the Detail Lines • Customize the name by over- typing “Inventory Pull Details” • Click on the detail line editor to customize the detail lines
  • 56. Formatting the Detail Lines • Right click on the form reference widget and drag-and-drop it onto the detail line to create a form reference field
  • 57. Formatting the Form Reference • Click on the blue text, “Select a form” • This time there are two items in the list – select the blue text “Inventory Item” • Click on the white space to return to the form reference editor
  • 58. Formatting the Form Reference • Set the form reference identifier to Inventory Item Name
  • 59. Formatting the Form Reference • Right click on the blue arrow and drag to re- size the grey visible area box so that the form code and identifier are included but the name is outside the visible area
  • 60. Adding a Quantity Field • Right click on the Quantity widget and drag-and-drop it onto the detail line box to create a quantity field
  • 61. Formatting the Quantity Field • Set the name part to “Quantity Pulled” • As before, set the units to “unit” (dimensionless) and the number of digits to 6, with no sign
  • 62. Resizing the Detail Line • Right click on the blue arrow to resize the detail line box so it fits neatly around the two fields
  • 63. Adjusting the Column Headers • Click on the Column Header Line to format the Headers
  • 64. Adjusting the Column Headers • Type in the headers “Inventory Item Pulled” and “Quantity” • Line them up over the appropriate fields • Click in the white space to return to the form editor
  • 65. Filing the Inventory Pull Form • Click on the file button to create the form
  • 66. Minimizing the Selection List to an Icon • Double click on the header of the “Inventory Pull” selection list to minimize it to an icon
  • 67. Editing Definitions on the Master Form • From the “Master Forms” list, click on the label “Inventory Item” to call up the Inventory Item Master Form
  • 68. Editing Definitions on the Master Form • Click on the “Edit” button
  • 69. Editing Definitions on the Master Form • Click on the “Turn Form Over” button
  • 70. Editing Definitions on the Master Form • Click on the blue “twiddle” beside Form Definitions
  • 71. Editing Definitions on the Master Form • Click on the blue text “click here to add a form definition”
  • 72. Editing Definitions on the Master Form • Click on the blue “twiddle” beside the blue text “Definition”
  • 73. Editing Definitions on the Master Form • Click on the blue text “Not Defined Yet”
  • 74. Editing Definitions on the Master Form • From the list, select the option “Operate Over a Form Stack”
  • 75. Editing Definitions on the Master Form • Click on the blue text “Select a Form Stack”
  • 76. Editing Definitions on the Master Form • From the list that appears, select the form, “Inventory Addition Details”
  • 77. Editing Definitions on the Master Form • Click on the blue text “Select Field”
  • 78. Editing Definitions on the Master Form • Select from the list, “Quantity Added”
  • 79. Editing Definitions on the Master Form • Using the green half to go up, and the red half to go down, adjust the number of digits to “6” and “0” • Click on blue text to cycle through sign type choices, to “no sign”
  • 80. Editing Definitions on the Master Form • Click on the text beside “Definition” and over-type to customize the name of the definition. Set it to “Inventory Added Total”
  • 81. Editing Definitions on the Master Form • Click on the blue “twiddle” beside the definition to close it back up
  • 82. Editing Definitions on the Master Form • Click on the blue “arrow down / + sign” symbol to add a new definition
  • 83. Editing Definitions on the Master Form • Click on the blue “twiddle” beside the new definition to open the selection list • Select “Operate over a form stack” from the list
  • 84. Editing Definitions on the Master Form • Select the form stack “Inventory Pull Details” • From the list of fields, select “Quantity Pulled”
  • 85. Editing Definitions on the Master Form • Adjust the digits before and digits after the decimal point to be “6” and “0” • Adjust the unit position by clicking on the blue text until the selection reads “no sign”
  • 86. Editing Definitions on the Master Form • Customize the definition name by over-typing the name field to “Inventory Pulled Total”
  • 87. Editing Definitions on the Master Form • Add another definition (as before, click on the “arrow down / + sign” symbol) • As before click on the blue twiddle to drop down the list of operations • Select “Add/Subtract”
  • 88. Editing Definitions on the Master Form • Click on the blue text “Select Field”
  • 89. Editing Definitions on the Master Form • From the list, click on the blue text “Inventory Added Total”
  • 90. Editing Definitions on the Master Form • Click on the “down arrow / + sign” symbol to add another term to the addition
  • 91. Editing Definitions on the Master Form • Click on the blue text “Select Field”
  • 92. Editing Definitions on the Master Form • From the list that appears, select “Inventory Pulled Total”
  • 93. Editing Definitions on the Master Form • Click on the blue text “PLUS” so that it changes to “MINUS” – now the second field will be subtracted from the first field
  • 94. Editing Definitions on the Master Form • Customize the definition name to “Inventory on Hand” This means that “Inventory on Hand” is defined as Inventory Added minus Inventory Pulled • Click on the “Turn Form Over” Button
  • 95. Filing the Revised Form • Click on the “File” button, and press “Alt” and “1” to confirm
  • 96. Creating a Report • Double click on the “Report Design” icon
  • 97. Creating a Report • Click on the “locked” button to change it to “Unlocked”
  • 98. Creating a Report • Click on the “Create Report” button
  • 99. Creating a Report • Give the report a name by typing over the name field – call it “Inventory Tally Report”
  • 100. Creating a Report • Click on the blue text “select form stack”
  • 101. Creating a Report • From the list select “Inventory Item”
  • 102. Creating a Report • On the display type line, click on the blue “twiddle” beside Detail
  • 103. Creating a Report • The pink area is the print block • Click on the print block
  • 104. Creating a Report • A question mark appears • This marks the spot where the field or text will start • Click on the blue text “Select a field”
  • 105. Creating a Report • From the list select “Inventory Item Name”
  • 106. Creating a Report • The line of x’s in the print block indicate how much space is reserved for the Inventory Item Name field • Click on the print block again to add another field
  • 107. Creating a Report • Click on “Select a field”
  • 108. Creating a Report • From the list select “Inventory on Hand”
  • 109. Creating a Report • Click on the blue text “Unit Behind” and cycle through the options until you reach “no unit”
  • 110. Creating a Report • Click on the “File” button to create the report
  • 111. Creating a Report • Confirm the filing by pressing “Alt” and “1”
  • 112. Report Requestor Now Active • You’ll now see a new widget on your desktop – “Report Requests” • Double click on it to open it
  • 113. Change Fiscal Periods • In order to run a report, we’ll need to enter some data • For data entry in the transaction forms, switch to a regular fiscal period • Double click on the “Change Period” widget to open it
  • 114. Change Fiscal Period • Click on the “+” symbol beside the Target Accounting Period Display, so that it changes from YSP 15 to Jan15
  • 115. Change Fiscal Period • Click on the “Move to Target Period” to actually switch fiscal periods
  • 116. Data Entry • Notice the watermark on the background now says “Jan15”, showing we’ve moved to the correct fiscal period • Double click on the “Inventory Item” icon to open selection list
  • 117. Data Entry • Click on the “Get Blank Form” button (you can also press F4 for the same result)
  • 118. Data Entry • Type in a 4 digit code. Let’s start with “1000”
  • 119. Data Entry • Press Tab, or click on the Inventory Item Name field • Give the Item a name – let’s use “Widgets, large steel polished” • Click on the “File” button to create the entry
  • 120. Data Entry • Double-click on the “Inventory Addition” icon • Click on the “Get Blank Form” button
  • 121. Data Entry • Enter a date. Since this is a January transaction let’s enter “15/01/21” • Next, click on the “+” button on the details section to add a new detail line
  • 122. Data Entry • Enter a valid code for Inventory Item (in this case there is only one, “1000”)
  • 123. Data Entry • Tab or click over to the quantity field – let’s enter “2500”
  • 124. Data Entry • Click on the “File” button • We have now entered 2500 widgets into inventory
  • 125. Data Entry • The Inventory Addition now shows up in the selection list (we can format the display of the selection list to give us more information, but that’s a topic for later)
  • 126. Data Entry • Double click on the Inventory Pull icon to open up the selection list • Click on the “Get Blank Form” button (or press F4)
  • 127. Data Entry • Enter a Transaction Date – let’s use 15/01/23 • Click on the “+” button to add a new detail line
  • 128. Data Entry • Enter a valid Inventory Item code (again, there’s only one right now, 1000)
  • 129. Data Entry • Tab or click over to the quantity field and enter an amount – let’s use 1,000 • Click on the “File” button to enter the form
  • 130. Running a Report • Now we can run a report • Go to the Report Requester and click on the box beside our report, “Inventory Tally Report” • Click on the “Generate Selected Report” button
  • 131. Running a Report • Here is our report, and we can see that we have 1,500 widgets on hand (which is the net of 2,500 added minus 1,00 pulled)
  • 132. Running a Report • As we add more data, we get more lines in our report, each one using the same formatting