Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified build/classes/bismillah_ta/form/form_bukumasuk.class
Binary file not shown.
Binary file modified build/classes/bismillah_ta/form/form_suratpemesanan.class
Binary file not shown.
Binary file modified build/classes/koneksi/koneksi.class
Binary file not shown.
Binary file modified build/classes/module/value_faktur.class
Binary file not shown.
14 changes: 10 additions & 4 deletions nbproject/build-impl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,12 @@ is divided into following sections:
</not>
</and>
</condition>
<property name="javac.fork" value="${jdkBug6558476}"/>
<condition else="false" property="javac.fork">
<or>
<istrue value="${jdkBug6558476}"/>
<istrue value="${javac.external.vm}"/>
</or>
</condition>
<property name="jar.index" value="false"/>
<property name="jar.index.metainf" value="${jar.index}"/>
<property name="copylibs.rebase" value="true"/>
Expand All @@ -217,6 +222,7 @@ is divided into following sections:
<condition else="" property="testng.debug.mode" value="-mixed">
<istrue value="${junit+testng.available}"/>
</condition>
<property name="java.failonerror" value="true"/>
</target>
<target name="-post-init">
<!-- Empty placeholder for easier customization. -->
Expand Down Expand Up @@ -693,7 +699,7 @@ is divided into following sections:
<sequential>
<property environment="env"/>
<resolve name="profiler.current.path" value="${profiler.info.pathvar}"/>
<java classname="@{classname}" dir="${profiler.info.dir}" fork="true" jvm="${profiler.info.jvm}">
<java classname="@{classname}" dir="${profiler.info.dir}" failonerror="${java.failonerror}" fork="true" jvm="${profiler.info.jvm}">
<jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
<jvmarg value="${profiler.info.jvmargs.agent}"/>
<jvmarg line="${profiler.info.jvmargs}"/>
Expand Down Expand Up @@ -768,7 +774,7 @@ is divided into following sections:
<attribute default="${debug.classpath}" name="classpath"/>
<element name="customize" optional="true"/>
<sequential>
<java classname="@{classname}" dir="${work.dir}" fork="true">
<java classname="@{classname}" dir="${work.dir}" failonerror="${java.failonerror}" fork="true">
<jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
<jvmarg line="${debug-args-line}"/>
<jvmarg value="-Xrunjdwp:transport=${debug-transport},address=${jpda.address}"/>
Expand All @@ -795,7 +801,7 @@ is divided into following sections:
<attribute default="jvm" name="jvm"/>
<element name="customize" optional="true"/>
<sequential>
<java classname="@{classname}" dir="${work.dir}" fork="true">
<java classname="@{classname}" dir="${work.dir}" failonerror="${java.failonerror}" fork="true">
<jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
<jvmarg value="-Dfile.encoding=${runtime.encoding}"/>
<redirector errorencoding="${runtime.encoding}" inputencoding="${runtime.encoding}" outputencoding="${runtime.encoding}"/>
Expand Down
4 changes: 2 additions & 2 deletions nbproject/genfiles.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ build.xml.stylesheet.CRC32=8064a381@1.75.2.48
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
nbproject/build-impl.xml.data.CRC32=18581e92
nbproject/build-impl.xml.script.CRC32=5171b721
nbproject/build-impl.xml.stylesheet.CRC32=876e7a8f@1.75.2.48
nbproject/build-impl.xml.script.CRC32=014b49d1
nbproject/build-impl.xml.stylesheet.CRC32=05530350@1.79.1.48
3 changes: 2 additions & 1 deletion nbproject/private/private.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
compile.on.save=true
user.properties.file=C:\\Users\\Tiara Ridha\\AppData\\Roaming\\NetBeans\\8.0.2\\build.properties
file.reference.rs2xml.jar=G:\\Kuliah\\T.A\\GIT\\TiaraJava\\rs2xml.jar
user.properties.file=C:\\Users\\Cacing\\AppData\\Roaming\\NetBeans\\8.1\\build.properties
13 changes: 3 additions & 10 deletions nbproject/private/private.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,9 @@
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
<group>
<file>file:/D:/College/TA/Bismillah/Bismillah_TA/src/bismillah_ta/form/form_utama.java</file>
<file>file:/D:/College/TA/Bismillah/Bismillah_TA/src/bismillah_ta/form/form_bukubaru.java</file>
<file>file:/D:/College/TA/Bismillah/Bismillah_TA/src/bismillah_ta/form/form_sales.java</file>
<file>file:/D:/College/TA/Bismillah/Bismillah_TA/src/bismillah_ta/module/login.java</file>
<file>file:/D:/College/TA/Bismillah/Bismillah_TA/src/bismillah_ta/form/form_pelanggan.java</file>
<file>file:/D:/College/TA/Bismillah/Bismillah_TA/src/bismillah_ta/form/form_suratpemesanan.java</file>
<file>file:/D:/College/TA/Bismillah/Bismillah_TA/src/bismillah_ta/form/form_bukumasuk.java</file>
<file>file:/D:/College/TA/Bismillah/Bismillah_TA/src/bismillah_ta/form/form_manager.java</file>
<file>file:/D:/College/TA/Bismillah/Bismillah_TA/src/module/value_faktur.java</file>
<file>file:/D:/College/TA/Bismillah/Bismillah_TA/src/bismillah_ta/module/main.java</file>
<file>file:/G:/Kuliah/T.A/GIT/TiaraJava/src/bismillah_ta/form/form_suratpemesanan.java</file>
<file>file:/G:/Kuliah/T.A/GIT/TiaraJava/src/module/value_faktur.java</file>
<file>file:/G:/Kuliah/T.A/GIT/TiaraJava/src/module/caripelanggan.java</file>
</group>
</open-files>
</project-private>
2 changes: 1 addition & 1 deletion src/bismillah_ta/form/form_suratpemesanan.java
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ private void formWindowActivated(java.awt.event.WindowEvent evt) {//GEN-FIRST:ev
private void jButton7ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton7ActionPerformed
// TODO add your handling code here:
form_caripelanggan fcp = new form_caripelanggan();
fcp.setVisible(true);
fcp.setVisible(true);
fcp.setResizable(false);
this.setVisible(false);
}//GEN-LAST:event_jButton7ActionPerformed
Expand Down
6 changes: 2 additions & 4 deletions src/module/value_faktur.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,10 @@ public static String getVal(){
int value = 0;
Connection con = koneksi.GetConnection();
Statement st = con.createStatement();
ResultSet rs = st.executeQuery("SELECT count(*) as value from buku_masuk` where tgl=date(now())");
ResultSet rs = st.executeQuery("SELECT count(*) as value from buku_masuk where tgl_masuk = date(now())");
while(rs.next()){
value =Integer.parseInt(rs.getString("value"));
// Date date = new Date();
// //date = rs.getDate("tgl_masuk");
// ate tgl = rs.getString("tgl");

}
DateFormat dateFormat = new SimpleDateFormat("ddMMyy");
Date date = new Date();
Expand Down