Skip to content

Commit

Permalink
Update Versi 1.1
Browse files Browse the repository at this point in the history
Penambahan yang dilakukan adalah menambah login, daftar dan hash md5 pada applikasi
  • Loading branch information
suryamsj committed May 27, 2021
1 parent 5645ada commit 8cdc763
Show file tree
Hide file tree
Showing 106 changed files with 64,285 additions and 370 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
- **Backup Database** : Dimenu ini user bisa membackup database mereka dan file yang terbackup akan langsung masuk otomatis kedalam folder Downloads.
- **Modern UI** : Aplikasi ini adalah aplikasi yang dibuat menggunakan framework GUNA UI sehingga menjadi UI yang lebih baik daripada bawaan winforms.

### Penambahan dan Perubahan V1.1
- **Login** : Saat memulai aplikasi diharuskan untuk login kedalam aplikasi
- **Daftar** : Agar tidak repot, saya juga membuatkan form daftar. jadi, sebelum anda masuk kedalam applikasi. kamu diharuskan untuk daftar terlebih dahulu baru setelah itu bisa login.
- **MD5 Hash** : Password yang akan di inputkan ke database adalah hasil dari MD5 Hash.
- **Menghapus & Mengganti Gambar** : Ada beberapa gambar yang saya hapus dan saya ganti. Agar tidak banyak memakan ukuran program.

### Tools
Agar dapat membuka file **SIPP**, maka ada beberapa tools yang harus di install yaitu :
- Visual Studio 2019
Expand Down
Binary file modified app/.vs/SIPP/v16/.suo
Binary file not shown.
7 changes: 4 additions & 3 deletions app/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using SIPP.controller;
using SIPP.view.winform;
using System;
using System.Collections.Generic;
using System.Linq;
Expand All @@ -22,11 +23,11 @@ static void Main()
connection.OpenConection();
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new SIPP());
Application.Run(new Login());
}
catch(Exception e)
catch(Exception ex)
{
MessageBox.Show(e.Message,"Aplikasi Gagal Dijalankan");
MessageBox.Show(ex.Message, "Gagal", MessageBoxButtons.OK, MessageBoxIcon.Error);
Application.Exit();
}
}
Expand Down
64 changes: 62 additions & 2 deletions app/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 33 additions & 15 deletions app/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -121,26 +121,41 @@
<data name="icons8_data_backup_100px_1" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\icons8_data_backup_100px_1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_content_100px_1" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\icons8_content_100px_1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_easy_to_find_100px" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\icons8_easy_to_find_100px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_customer_100px" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\icons8_customer_100px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_database_restore_100px_1" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\icons8_database_restore_100px_1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_name_tag_100px" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\icons8_name_tag_100px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_delete_database_100px" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\icons8_delete_database_100px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_paper_money_100px" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\icons8_paper_money_100px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_easy_to_find_100px_1" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\icons8_easy_to_find_100px_1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
<data name="icons8_product_100px_1" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\icons8_product_100px_1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_database_restore_100px" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\icons8_database_restore_100px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_content_100px" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\icons8_content_100px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_data_backup_100px" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\icons8_data_backup_100px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
<data name="icons8_package_100px" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\icons8_package_100px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_lock_100px" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\icons8_lock_100px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_paper_money_100px" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\icons8_paper_money_100px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_product_100px" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\icons8_product_100px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
Expand All @@ -154,16 +169,19 @@
<data name="icons8_delete_database_100px_1" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\icons8_delete_database_100px_1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_inscription_100px" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\icons8_inscription_100px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
<data name="icons8_pricing_100px" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\icons8_pricing_100px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_product_100px_1" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\icons8_product_100px_1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
<data name="icons8_search_100px" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\icons8_search_100px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_content_100px_1" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\icons8_content_100px_1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
<data name="icons8_easy_to_find_100px_1" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\icons8_easy_to_find_100px_1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_database_restore_100px_1" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\icons8_database_restore_100px_1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
<data name="icons8_data_backup_100px" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\icons8_data_backup_100px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="binder@4x" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\[email protected];System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>
Binary file added app/Resources/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/Resources/blob.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/Resources/icons8_customer_100px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/Resources/icons8_lock_100px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/Resources/icons8_name_tag_100px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/Resources/icons8_package_100px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/Resources/icons8_pricing_100px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/Resources/icons8_search_100px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/Resources/login.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/Resources/login1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
57 changes: 48 additions & 9 deletions app/SIPP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,17 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="controller\AdminDAO.cs" />
<Compile Include="controller\CekLogin.cs" />
<Compile Include="controller\Connection.cs" />
<Compile Include="controller\PengeluaranDAO.cs" />
<Compile Include="model\Admin.cs" />
<Compile Include="model\Pengeluaran.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="vendor\DGVPrinter.cs" />
<Compile Include="vendor\PrintData.cs" />
<Compile Include="view\usercontrols\Barang_User.cs">
Expand All @@ -133,6 +141,12 @@
<Compile Include="view\usercontrols\Laporan_User.Designer.cs">
<DependentUpon>Laporan_User.cs</DependentUpon>
</Compile>
<Compile Include="view\winform\Daftar.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="view\winform\Daftar.Designer.cs">
<DependentUpon>Daftar.cs</DependentUpon>
</Compile>
<Compile Include="view\winform\Form1.cs">
<SubType>Form</SubType>
</Compile>
Expand All @@ -141,6 +155,12 @@
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="view\winform\Login.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="view\winform\Login.Designer.cs">
<DependentUpon>Login.cs</DependentUpon>
</Compile>
<EmbeddedResource Include="view\usercontrols\Barang_User.resx">
<DependentUpon>Barang_User.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -153,19 +173,20 @@
<EmbeddedResource Include="view\usercontrols\Laporan_User.resx">
<DependentUpon>Laporan_User.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="view\winform\Daftar.resx">
<DependentUpon>Daftar.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="view\winform\Form1.resx">
<DependentUpon>Form1.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="view\winform\Login.resx">
<DependentUpon>Login.cs</DependentUpon>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
Expand All @@ -180,9 +201,6 @@
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\icons8_inscription_100px.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\icons8_content_100px.png" />
</ItemGroup>
Expand Down Expand Up @@ -228,5 +246,26 @@
<ItemGroup>
<None Include="Resources\icons8_database_restore_100px_1.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\icons8_package_100px.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\icons8_pricing_100px.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\icons8_search_100px.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\icons8_customer_100px.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\icons8_lock_100px.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\icons8_name_tag_100px.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\binder%404x.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
Binary file added app/UpgradeLog.htm
Binary file not shown.
Binary file modified app/bin/Debug/SIPP.exe
Binary file not shown.
Binary file modified app/bin/Debug/SIPP.pdb
Binary file not shown.
Binary file added app/bin/Release/BouncyCastle.Crypto.dll
Binary file not shown.
Binary file added app/bin/Release/Google.Protobuf.dll
Binary file not shown.
Binary file added app/bin/Release/Google.Protobuf.pdb
Binary file not shown.
Loading

0 comments on commit 8cdc763

Please sign in to comment.