Sei sulla pagina 1di 3

Updates:

09-25-2019

===================================================================================
============================
Description :Fixed no "Approved by" appearing when reprinting DV in
disbursement>Search>Reprint
location :DVORS Sheet
Code :=+AL80
Instruction :Insert Code in Cell V132 in DVORS Sheet

===================================================================================
============================
Description :Fixed data appearing not included in the DV printed in
disbursement>Search>Reprint
location :Userform26> Userform Initialize
code :DVBURS.Range("Z108:AH119").Value = ""
DVBURS.Range("D108:U118").Value = ""
Instruction :Copy Code in the Beginning of Userform26> Userform Initialize
Open Developer Options in Excel:

1. Open Excel
2. Go to File > Options > Customized Ribbon > Check Developer Box under Main Tab >
ok

BMIS update guide:

1. Open Excel workbook other than BMIS (file no. 1)


2. Go to Developer Options and Click Visual Basic to open Microsoft Visual Basic
Window (Note: To enable Developer options in Excel see How to open Developer
Options in Excel
3. Open BMIS > Click OK on intial window Note: Action will hide all excel
workbook (the one First open)
4. Go to Microsoft Visual Basic Window and Click Reset (Square Box) - Note: Action
will hide BMIS
5. Reopen file in no. 1 Note: Action will open the excel
file together with the excel file of BMIS
6. Close file in no. 1
7. Go to Microsoft Visual Basic Window and Double Click "approach (BMIS.xlsb)" and
enter password Password:=gbenjielizon

Updates:
09-25-2019

===================================================================================
============================
Description :Fixed no "Approved by" appearing when reprinting DV in
disbursement>Search>Reprint
location :DVORS Sheet
Code :=+AL80
Instruction :Insert Code in Cell V132 in DVORS Sheet

===================================================================================
============================
Description :Fixed data appearing not included in the DV printed in
disbursement>Search>Reprint
location :Userform26> Userform Initialize
code :DVBURS.Range("Z108:AH119").Value = ""
DVBURS.Range("D108:U118").Value = ""
Instruction :Copy Code in the Beginning of Userform26> Userform Initialize

===================================================================================
============================
Description :Fixed no "Approved by" appearing when printing Electric DV in
disbursement>Create New >Electric> Print
location :Userform6> Userform Initialize
code : DVORS.Range("AL80").Value = "VICTORIA F. ESBER"
Instruction :Copy code right before "Me.CommandButton3.Enabled = False" in
Userform6> Userform Initialize

===================================================================================
============================

Description :Fixed no "Approved by" appearing when printing Electric DV in


disbursement>Create New >Electric> Print
location :Userform31> Sub updated()
code : Me.ComboBox5.RowSource = "Code!A2:A & lrow" to Me.ComboBox5.RowSource
= "Code!A2:A" & lrow
Instruction : Change Code

===================================================================================
=========
Description :Fixed no amount petty cash in Petty cash management>Reports>Generate>
location :Userform17
code : Private Sub ComboBox4_Change()
Code.Range("DD120").Value = Me.ComboBox4
End Sub
Instruction : Move Code.range("DD111") value to DD120 > Input "MONTH"on DD119 -
fixed Petty cash

Change code in combobox4


Error found by Poly
===================================================================================
=========
Description :Added Print SD format options in Petty Cash Report > Search Petty Cash
Expense
location :Userform34
code : Private Sub CommandButton8_Click()
Dim sreturn As String
sreturn = InputBox("Please Enter Name of Requesting
personnel")
PETTYATT.Range("H19").Value = sreturn
PETTYATT.Range("A8").Value = Me.ComboBox3.Value
PETTYATT.Range("B29").Value = Me.TextBox8.Value
PETTYATT.Range("N2").Value = Me.TextBox1.Value
PETTYATT.Range("E8").Value = Me.TextBox6.Value
PETTYATT.Range("Q1").Value = Me.ComboBox2.Value
PETTYATT.Range("B44").Value = Me.TextBox3.Value
PETTYATT.Range("N13").Value = Me.TextBox5.Value
PETTYATT.Range("F11").Value = Me.TextBox9.Value
PETTYATT.Range("Q2").Value = Me.TextBox4.Value
PETTYATT.printout
End Sub
Instruction : Add commandbutton8 ' in userform34
Change code in commandbutton8
Chnage Requested by Poly
===================================================================================
=========Adjustments:

Disable Userform5.CommandButton38 in properties


enable commandbutton38 in Userform 5 Private Sub CommandButton39_Click() Code:=
me.commandbutton38.enabled = true
Disable Userform18.CommandButton11 in properties 'PLANE TICKET
add me.CommandButton11.Enabled = true in Private Sub CommandButton3_Click()
Userform18
add Unload Me in Private Sub CommandButton11_Click() Userform18
Add UserForm42.Show in Userform12 > Manual

END of Updates 09-26-2019

Potrebbero piacerti anche