├── .gitignore ├── README.md ├── public ├── .htaccess ├── application │ ├── 3rdparty │ │ └── tcpdf │ │ │ ├── 2dbarcodes.php │ │ │ ├── CHANGELOG.TXT │ │ │ ├── LICENSE.TXT │ │ │ ├── README.TXT │ │ │ ├── barcodes.php │ │ │ ├── config │ │ │ ├── lang │ │ │ │ ├── bra.php │ │ │ │ ├── eng.php │ │ │ │ ├── ger.php │ │ │ │ └── ita.php │ │ │ ├── tcpdf_config.php │ │ │ └── tcpdf_config_alt.php │ │ │ ├── fonts │ │ │ ├── README.TXT │ │ │ ├── ZarBold.ctg.z │ │ │ ├── ZarBold.z │ │ │ ├── almohanad.ctg.z │ │ │ ├── almohanad.php │ │ │ ├── almohanad.z │ │ │ ├── arialunicid0.php │ │ │ ├── chinese.php │ │ │ ├── courier.php │ │ │ ├── dejavu-fonts-ttf-2.30 │ │ │ │ ├── AUTHORS │ │ │ │ ├── BUGS │ │ │ │ ├── LICENSE │ │ │ │ ├── NEWS │ │ │ │ ├── README │ │ │ │ ├── langcover.txt │ │ │ │ ├── status.txt │ │ │ │ └── unicover.txt │ │ │ ├── dejavusans.ctg.z │ │ │ ├── dejavusans.php │ │ │ ├── dejavusans.z │ │ │ ├── dejavusansb.ctg.z │ │ │ ├── dejavusansb.php │ │ │ ├── dejavusansb.z │ │ │ ├── dejavusansbi.ctg.z │ │ │ ├── dejavusansbi.php │ │ │ ├── dejavusansbi.z │ │ │ ├── dejavusanscondensed.ctg.z │ │ │ ├── dejavusanscondensed.php │ │ │ ├── dejavusanscondensed.z │ │ │ ├── dejavusanscondensedb.ctg.z │ │ │ ├── dejavusanscondensedb.php │ │ │ ├── dejavusanscondensedb.z │ │ │ ├── dejavusanscondensedbi.ctg.z │ │ │ ├── dejavusanscondensedbi.php │ │ │ ├── dejavusanscondensedbi.z │ │ │ ├── dejavusanscondensedi.ctg.z │ │ │ ├── dejavusanscondensedi.php │ │ │ ├── dejavusanscondensedi.z │ │ │ ├── dejavusansi.ctg.z │ │ │ ├── dejavusansi.php │ │ │ ├── dejavusansi.z │ │ │ ├── dejavusansmono.ctg.z │ │ │ ├── dejavusansmono.php │ │ │ ├── dejavusansmono.z │ │ │ ├── dejavusansmonob.ctg.z │ │ │ ├── dejavusansmonob.php │ │ │ ├── dejavusansmonob.z │ │ │ ├── dejavusansmonobi.ctg.z │ │ │ ├── dejavusansmonobi.php │ │ │ ├── dejavusansmonobi.z │ │ │ ├── dejavusansmonoi.ctg.z │ │ │ ├── dejavusansmonoi.php │ │ │ ├── dejavusansmonoi.z │ │ │ ├── dejavuserif.ctg.z │ │ │ ├── dejavuserif.php │ │ │ ├── dejavuserif.z │ │ │ ├── dejavuserifb.ctg.z │ │ │ ├── dejavuserifb.php │ │ │ ├── dejavuserifb.z │ │ │ ├── dejavuserifbi.ctg.z │ │ │ ├── dejavuserifbi.php │ │ │ ├── dejavuserifbi.z │ │ │ ├── dejavuserifcondensed.ctg.z │ │ │ ├── dejavuserifcondensed.php │ │ │ ├── dejavuserifcondensed.z │ │ │ ├── dejavuserifcondensedb.ctg.z │ │ │ ├── dejavuserifcondensedb.php │ │ │ ├── dejavuserifcondensedb.z │ │ │ ├── dejavuserifcondensedbi.ctg.z │ │ │ ├── dejavuserifcondensedbi.php │ │ │ ├── dejavuserifcondensedbi.z │ │ │ ├── dejavuserifcondensedi.ctg.z │ │ │ ├── dejavuserifcondensedi.php │ │ │ ├── dejavuserifcondensedi.z │ │ │ ├── dejavuserifi.ctg.z │ │ │ ├── dejavuserifi.php │ │ │ ├── dejavuserifi.z │ │ │ ├── freefont-20090104 │ │ │ │ ├── AUTHORS │ │ │ │ ├── COPYING │ │ │ │ ├── CREDITS │ │ │ │ ├── ChangeLog │ │ │ │ ├── INSTALL │ │ │ │ └── README │ │ │ ├── freemono.ctg.z │ │ │ ├── freemono.php │ │ │ ├── freemono.z │ │ │ ├── freemonob.ctg.z │ │ │ ├── freemonob.php │ │ │ ├── freemonob.z │ │ │ ├── freemonobi.ctg.z │ │ │ ├── freemonobi.php │ │ │ ├── freemonobi.z │ │ │ ├── freemonoi.ctg.z │ │ │ ├── freemonoi.php │ │ │ ├── freemonoi.z │ │ │ ├── freesans.ctg.z │ │ │ ├── freesans.php │ │ │ ├── freesans.z │ │ │ ├── freesansb.ctg.z │ │ │ ├── freesansb.php │ │ │ ├── freesansb.z │ │ │ ├── freesansbi.ctg.z │ │ │ ├── freesansbi.php │ │ │ ├── freesansbi.z │ │ │ ├── freesansi.ctg.z │ │ │ ├── freesansi.php │ │ │ ├── freesansi.z │ │ │ ├── freeserif.ctg.z │ │ │ ├── freeserif.php │ │ │ ├── freeserif.z │ │ │ ├── freeserifb.ctg.z │ │ │ ├── freeserifb.php │ │ │ ├── freeserifb.z │ │ │ ├── freeserifbi.ctg.z │ │ │ ├── freeserifbi.php │ │ │ ├── freeserifbi.z │ │ │ ├── freeserifi.ctg.z │ │ │ ├── freeserifi.php │ │ │ ├── freeserifi.z │ │ │ ├── helvetica.php │ │ │ ├── helveticab.php │ │ │ ├── helveticabi.php │ │ │ ├── helveticai.php │ │ │ ├── hysmyeongjostdmedium.php │ │ │ ├── kozgopromedium.php │ │ │ ├── kozminproregular.php │ │ │ ├── msungstdlight.php │ │ │ ├── rockwell.php │ │ │ ├── rockwell.z │ │ │ ├── stsongstdlight.php │ │ │ ├── symbol.php │ │ │ ├── times.php │ │ │ ├── timesb.php │ │ │ ├── timesbi.php │ │ │ ├── timesi.php │ │ │ ├── uni2cid_ac15.php │ │ │ ├── uni2cid_ag15.php │ │ │ ├── uni2cid_aj16.php │ │ │ ├── uni2cid_ak12.php │ │ │ ├── utils │ │ │ │ ├── README.TXT │ │ │ │ ├── enc │ │ │ │ │ ├── cp1250.map │ │ │ │ │ ├── cp1251.map │ │ │ │ │ ├── cp1252.map │ │ │ │ │ ├── cp1253.map │ │ │ │ │ ├── cp1254.map │ │ │ │ │ ├── cp1255.map │ │ │ │ │ ├── cp1257.map │ │ │ │ │ ├── cp1258.map │ │ │ │ │ ├── cp874.map │ │ │ │ │ ├── iso-8859-1.map │ │ │ │ │ ├── iso-8859-11.map │ │ │ │ │ ├── iso-8859-15.map │ │ │ │ │ ├── iso-8859-16.map │ │ │ │ │ ├── iso-8859-2.map │ │ │ │ │ ├── iso-8859-4.map │ │ │ │ │ ├── iso-8859-5.map │ │ │ │ │ ├── iso-8859-7.map │ │ │ │ │ ├── iso-8859-9.map │ │ │ │ │ ├── koi8-r.map │ │ │ │ │ └── koi8-u.map │ │ │ │ ├── freetype6.dll │ │ │ │ ├── makeallttffonts.php │ │ │ │ ├── makefont.php │ │ │ │ ├── pfm2afm │ │ │ │ ├── pfm2afm.exe │ │ │ │ ├── rockwell.afm │ │ │ │ ├── rockwell.php │ │ │ │ ├── rockwell.t1a │ │ │ │ ├── rockwell.ttf │ │ │ │ ├── rockwell.ufm │ │ │ │ ├── rockwell.z │ │ │ │ ├── src │ │ │ │ │ ├── pfm2afm-src.tar.gz │ │ │ │ │ ├── readme.txt │ │ │ │ │ └── ttf2ufm-src.tar.gz │ │ │ │ ├── ttf2ufm │ │ │ │ ├── ttf2ufm.exe │ │ │ │ └── zlib1.dll │ │ │ ├── zapfdingbats.php │ │ │ └── zarbold.php │ │ │ ├── htmlcolors.php │ │ │ ├── images │ │ │ └── logo.png │ │ │ ├── pdf417.php │ │ │ ├── qrcode.php │ │ │ ├── tcpdf.crt │ │ │ ├── tcpdf.fdf │ │ │ ├── tcpdf.p12 │ │ │ ├── tcpdf.php │ │ │ └── unicode_data.php │ ├── config │ │ ├── autoload.php │ │ ├── config.php │ │ ├── constants.php │ │ ├── database.php │ │ ├── doctypes.php │ │ ├── hooks.php │ │ ├── index.html │ │ ├── mimes.php │ │ ├── paypal_config.php │ │ ├── routes.php │ │ ├── smileys.php │ │ ├── tcpdf.php │ │ └── user_agents.php │ ├── controllers │ │ ├── app.php │ │ ├── appstatistics.php │ │ ├── client.php │ │ ├── client_project.php │ │ ├── company.php │ │ ├── contact.php │ │ ├── dashboardwidget.php │ │ ├── expense.php │ │ ├── expensetype.php │ │ ├── features.php │ │ ├── home.php │ │ ├── index.html │ │ ├── invoice.php │ │ ├── login.php │ │ ├── payment.php │ │ ├── project.php │ │ ├── segment.php │ │ ├── statistics.php │ │ ├── tasks.php │ │ ├── ticket.php │ │ ├── ticketcategory.php │ │ ├── ticketstage.php │ │ ├── tos.php │ │ ├── user.php │ │ ├── usergroup.php │ │ ├── widget.php │ │ └── worktype.php │ ├── errors │ │ ├── error_404.php │ │ ├── error_db.php │ │ ├── error_general.php │ │ ├── error_php.php │ │ └── index.html │ ├── helpers │ │ ├── autocomplete_helper.php │ │ ├── gchart_helper.php │ │ ├── generic_helper.php │ │ ├── index.html │ │ └── table_sort_helper.php │ ├── hooks │ │ └── index.html │ ├── index.html │ ├── language │ │ ├── english │ │ │ ├── app_lang.php │ │ │ ├── blah_lang.php │ │ │ └── index.html │ │ └── german │ │ │ ├── app_lang.php │ │ │ └── index.html │ ├── libraries │ │ ├── Document.php │ │ ├── Firephp.php │ │ ├── MY_Controller.php │ │ ├── MY_Session.php │ │ ├── Multicache.php │ │ ├── Paypal.php │ │ ├── Pdf.php │ │ ├── Rm_user.php │ │ ├── Template.php │ │ ├── Twitter.php │ │ └── index.html │ ├── models │ │ ├── client_model.php │ │ ├── company_model.php │ │ ├── expense_model.php │ │ ├── expensetype_model.php │ │ ├── index.html │ │ ├── invoice_model.php │ │ ├── payment_model.php │ │ ├── project_model.php │ │ ├── security_model.php │ │ ├── segment_model.php │ │ ├── statistics_model.php │ │ ├── tasks_model.php │ │ ├── ticket_model.php │ │ ├── ticketcategory_model.php │ │ ├── ticketstage_model.php │ │ ├── user_model.php │ │ ├── usergroup_model.php │ │ ├── wordpress_model.php │ │ └── worktype_model.php │ └── views │ │ ├── account_created.php │ │ ├── analytics.php │ │ ├── app_gui.php │ │ ├── app_statistics.php │ │ ├── app_statistics_data.php │ │ ├── client │ │ ├── xhr_add.php │ │ ├── xhr_add_submit.php │ │ ├── xhr_delete.php │ │ ├── xhr_delete_submit.php │ │ ├── xhr_edit.php │ │ ├── xhr_edit_submit.php │ │ ├── xhr_list_items.php │ │ └── xhr_view.php │ │ ├── client_project │ │ ├── xhr_display_tree.php │ │ └── xhr_toolbar_admin.php │ │ ├── company │ │ ├── htm_logo.php │ │ ├── htm_logo_submit.php │ │ ├── xhr_delete.php │ │ ├── xhr_delete_cancel.php │ │ ├── xhr_delete_submit.php │ │ ├── xhr_logo_delete.php │ │ ├── xhr_logo_delete_submit.php │ │ ├── xhr_pref_edit.php │ │ └── xhr_pref_edit_submit.php │ │ ├── contact.php │ │ ├── dashboardwidget.php │ │ ├── error.php │ │ ├── error_login.php │ │ ├── expense │ │ ├── xhr_add.php │ │ ├── xhr_add_submit.php │ │ ├── xhr_delete.php │ │ ├── xhr_delete_multiple.php │ │ ├── xhr_delete_multiple_submit.php │ │ ├── xhr_delete_submit.php │ │ ├── xhr_edit.php │ │ ├── xhr_edit_submit.php │ │ ├── xhr_list_items_project.php │ │ └── xhr_view.php │ │ ├── expensetype │ │ ├── xhr_add.php │ │ ├── xhr_add_submit.php │ │ ├── xhr_delete.php │ │ ├── xhr_delete_submit.php │ │ ├── xhr_edit.php │ │ ├── xhr_edit_submit.php │ │ └── xhr_list_items.php │ │ ├── features.php │ │ ├── footer.php │ │ ├── form_forgot_pass.php │ │ ├── form_login.php │ │ ├── form_register.php │ │ ├── home.php │ │ ├── iframe_template.php │ │ ├── index.html │ │ ├── invoice │ │ ├── xhr_add.php │ │ ├── xhr_add_step-2.php │ │ ├── xhr_add_step-3.php │ │ ├── xhr_add_submit.php │ │ ├── xhr_delete.php │ │ ├── xhr_delete_submit.php │ │ ├── xhr_display_tree.php │ │ ├── xhr_edit.php │ │ ├── xhr_edit_submit.php │ │ ├── xhr_list_items.php │ │ ├── xhr_payment.php │ │ ├── xhr_payment_submit.php │ │ ├── xhr_send.php │ │ ├── xhr_send_submit.php │ │ ├── xhr_toolbar_admin.php │ │ └── xhr_view.php │ │ ├── mail_templates │ │ └── reminder.php │ │ ├── main_template.php │ │ ├── payment │ │ ├── cancel.php │ │ ├── form.php │ │ └── success.php │ │ ├── pdf_templates │ │ └── invoice_basic.php │ │ ├── project │ │ ├── xhr_add.php │ │ ├── xhr_add_submit.php │ │ ├── xhr_delete.php │ │ ├── xhr_delete_submit.php │ │ ├── xhr_edit.php │ │ ├── xhr_edit_submit.php │ │ ├── xhr_list_items.php │ │ ├── xhr_list_projects.php │ │ └── xhr_view.php │ │ ├── segment │ │ ├── xhr_add.php │ │ ├── xhr_add_submit.php │ │ ├── xhr_delete.php │ │ ├── xhr_delete_multiple.php │ │ ├── xhr_delete_multiple_submit.php │ │ ├── xhr_delete_submit.php │ │ ├── xhr_edit.php │ │ ├── xhr_edit_submit.php │ │ ├── xhr_list_items_project.php │ │ └── xhr_view.php │ │ ├── splash.php │ │ ├── statistics │ │ └── xhr_overview.php │ │ ├── ticket │ │ ├── xhr_add.php │ │ ├── xhr_add_submit.php │ │ ├── xhr_delete.php │ │ ├── xhr_delete_submit.php │ │ ├── xhr_display_tree.php │ │ ├── xhr_edit.php │ │ ├── xhr_edit_submit.php │ │ ├── xhr_list_items.php │ │ ├── xhr_toolbar_admin.php │ │ └── xhr_view.php │ │ ├── ticketcategory │ │ ├── xhr_add.php │ │ ├── xhr_add_submit.php │ │ ├── xhr_delete.php │ │ ├── xhr_delete_submit.php │ │ ├── xhr_edit.php │ │ ├── xhr_edit_submit.php │ │ └── xhr_list_items.php │ │ ├── ticketstage │ │ ├── xhr_add.php │ │ ├── xhr_add_submit.php │ │ ├── xhr_delete.php │ │ ├── xhr_delete_submit.php │ │ ├── xhr_edit.php │ │ ├── xhr_edit_submit.php │ │ └── xhr_list_items.php │ │ ├── tos.php │ │ ├── user │ │ ├── xhr_add.php │ │ ├── xhr_add_submit.php │ │ ├── xhr_add_upgrade_first.php │ │ ├── xhr_delete.php │ │ ├── xhr_delete_submit.php │ │ ├── xhr_display_tree.php │ │ ├── xhr_edit.php │ │ ├── xhr_edit_submit.php │ │ ├── xhr_list_items.php │ │ ├── xhr_permission.php │ │ ├── xhr_permission_submit.php │ │ ├── xhr_pref_edit.php │ │ ├── xhr_pref_edit_submit.php │ │ ├── xhr_toolbar_admin.php │ │ └── xhr_view.php │ │ ├── usergroup │ │ ├── xhr_add.php │ │ ├── xhr_add_submit.php │ │ ├── xhr_delete.php │ │ ├── xhr_delete_submit.php │ │ ├── xhr_edit.php │ │ ├── xhr_edit_submit.php │ │ └── xhr_list_items.php │ │ ├── worktype │ │ ├── xhr_add.php │ │ ├── xhr_add_submit.php │ │ ├── xhr_delete.php │ │ ├── xhr_delete_submit.php │ │ ├── xhr_edit.php │ │ ├── xhr_edit_submit.php │ │ └── xhr_list_items.php │ │ ├── xhr_dashboard.php │ │ ├── xhr_error.php │ │ └── xhr_updates.php ├── assets │ ├── .htaccess │ └── logos │ │ └── placeholder ├── config.php ├── css │ ├── 960.css │ ├── application-iframe.css │ ├── application.css │ ├── calendar-eightysix-v1.1-default.css │ ├── calendar-eightysix-v1.1-osx-dashboard.css │ ├── calendar-eightysix-v1.1-vista.css │ ├── reset.css │ └── style.css ├── docs │ ├── .htaccess │ └── README.md ├── downloads │ └── NeoInvoice.zip ├── favicon.ico ├── ie6update │ ├── ie6update.js │ └── images │ │ ├── close-over.png │ │ ├── close.png │ │ ├── icon-over.png │ │ └── icon.png ├── images │ ├── ad-125.png │ ├── black25.png │ ├── black50.png │ ├── black75.png │ ├── bullet-content.png │ ├── bullet-footer.png │ ├── button-hover.png │ ├── button-ni-1.png │ ├── button-ni-2.png │ ├── button-ni-3.png │ ├── button-ni-4.png │ ├── button-ni-5.png │ ├── button-press.png │ ├── button.png │ ├── calendar │ │ ├── calendar.gif │ │ ├── default │ │ │ ├── arrow-left-hover-blue.png │ │ │ ├── arrow-left-hover-green.png │ │ │ ├── arrow-left-hover-red.png │ │ │ ├── arrow-left.png │ │ │ ├── arrow-right-hover-blue.png │ │ │ ├── arrow-right-hover-green.png │ │ │ ├── arrow-right-hover-red.png │ │ │ ├── arrow-right.png │ │ │ ├── background.gif │ │ │ ├── background.png │ │ │ ├── footer-blue.png │ │ │ ├── footer-green.png │ │ │ └── footer-red.png │ │ ├── osx-dashboard │ │ │ ├── arrow-left-hover.gif │ │ │ ├── arrow-left.gif │ │ │ ├── arrow-right-hover.gif │ │ │ ├── arrow-right.gif │ │ │ ├── background.gif │ │ │ └── background.png │ │ ├── shading.png │ │ └── vista │ │ │ ├── arrow-left-hover.gif │ │ │ ├── arrow-left.gif │ │ │ ├── arrow-right-hover.gif │ │ │ ├── arrow-right.gif │ │ │ ├── background.gif │ │ │ ├── background.png │ │ │ ├── day.gif │ │ │ └── year-decade.gif │ ├── callout.jpg │ ├── contact.jpg │ ├── content-wrapper.png │ ├── dashboard-widget.png │ ├── divider.gif │ ├── docs-content-wrapper.png │ ├── docs-promo-bar.png │ ├── email_footer.jpg │ ├── features.jpg │ ├── features.png │ ├── footer-wrapper.png │ ├── footer.png │ ├── getting-started-video.png │ ├── header-background.png │ ├── header-bar-dev.png │ ├── header-bar.png │ ├── header-logo.png │ ├── icon_48_hover.png │ ├── icons │ │ ├── 48 │ │ │ ├── add_client.png │ │ │ ├── add_expense.png │ │ │ ├── add_project.png │ │ │ ├── add_segment.png │ │ │ ├── add_ticket.png │ │ │ ├── add_user.png │ │ │ ├── home-calc.png │ │ │ ├── home-german.png │ │ │ ├── home-mail.png │ │ │ ├── home-mobile.png │ │ │ ├── home-permissions.png │ │ │ ├── home-storage.png │ │ │ ├── home-team.png │ │ │ ├── home-track.png │ │ │ ├── invoice.png │ │ │ ├── logout.png │ │ │ ├── payment.png │ │ │ ├── pdf.png │ │ │ ├── preferences.png │ │ │ ├── quickstart.png │ │ │ ├── reports.png │ │ │ └── rss.png │ │ ├── arrow.png │ │ ├── client.png │ │ ├── client_add.png │ │ ├── client_add_old.png │ │ ├── client_delete.png │ │ ├── client_edit.png │ │ ├── dashboard.png │ │ ├── delete.png │ │ ├── delete_company.png │ │ ├── delete_small.png │ │ ├── edit.png │ │ ├── edit_small.png │ │ ├── email.png │ │ ├── email_small.png │ │ ├── home.png │ │ ├── invoice.png │ │ ├── invoice_add.png │ │ ├── invoice_browse.png │ │ ├── invoice_delete.png │ │ ├── invoice_edit.png │ │ ├── invoice_outstanding.png │ │ ├── logout.png │ │ ├── money_small.png │ │ ├── motd.png │ │ ├── pdf-icon-12x12.gif │ │ ├── pdf.png │ │ ├── pdf_small.png │ │ ├── permission.png │ │ ├── preferences.png │ │ ├── project.png │ │ ├── project_add.png │ │ ├── project_delete.png │ │ ├── project_edit.png │ │ ├── refresh.png │ │ ├── rss.png │ │ ├── segment_add.png │ │ ├── ticket.png │ │ ├── ticket_add.png │ │ ├── ticket_browse.png │ │ ├── ticket_delete.png │ │ ├── ticket_edit.png │ │ ├── unassign_small.png │ │ ├── upgrade.png │ │ ├── user.png │ │ ├── user_add.png │ │ ├── user_browse.png │ │ ├── user_delete.png │ │ ├── user_edit.png │ │ ├── users.png │ │ ├── windows.png │ │ ├── worktype_add.png │ │ └── worktypes.png │ ├── login-left.png │ ├── login-right-forgot.png │ ├── login-right-help.png │ ├── login-right-signup.png │ ├── login-right-top.png │ ├── login_form.png │ ├── mobile │ │ └── pinstripe.png │ ├── pricing.png │ ├── register-1.png │ ├── register-2.png │ ├── register-3.png │ ├── register-4.png │ ├── register-5.png │ ├── register-6.png │ ├── register-7.png │ ├── register-8.png │ ├── register-9.png │ ├── register-bg.png │ ├── register.png │ ├── screenshot-hero-1.jpg │ ├── screenshot-hero-2.jpg │ ├── screenshot-hero-3.jpg │ ├── screenshot-hero-4.jpg │ ├── site-thumbnail.jpg │ ├── spacer.gif │ ├── splash-wrapper.png │ ├── splash.jpg │ ├── splash.png │ ├── white25.png │ ├── white50.png │ └── white75.png ├── index.php ├── pictures │ ├── ad_250x250.jpg │ ├── screenshot-1.jpg │ └── screenshot-2.jpg ├── plugins │ ├── Fx.Morpher │ │ ├── css │ │ │ └── style.css │ │ ├── example.html │ │ ├── index.html │ │ └── scripts │ │ │ ├── cbox.js │ │ │ └── example.js │ ├── accordian │ │ └── css │ │ │ └── style.css │ ├── calendar │ │ ├── css │ │ │ └── calendar.css │ │ ├── example.html │ │ ├── images │ │ │ ├── calendar-hilite.gif │ │ │ ├── calendar-icon.gif │ │ │ ├── calendar-next.gif │ │ │ ├── calendar-prev.gif │ │ │ ├── calendar-td.gif │ │ │ ├── calendar-valid.gif │ │ │ └── calendar.png │ │ └── scripts │ │ │ └── calendar.js │ ├── coolclock │ │ ├── index.html │ │ └── scripts │ │ │ └── coolclock.js │ ├── parametrics │ │ ├── css │ │ │ └── style.css │ │ ├── images │ │ │ ├── knob.gif │ │ │ └── slider-area.gif │ │ ├── index.html │ │ └── scripts │ │ │ └── parametrics.js │ ├── tree │ │ ├── css │ │ │ └── style.css │ │ ├── images │ │ │ ├── Fminus.gif │ │ │ ├── Fplus.gif │ │ │ ├── I.gif │ │ │ ├── L.gif │ │ │ ├── Lminus.gif │ │ │ ├── Lplus.gif │ │ │ ├── Rminus.gif │ │ │ ├── Rplus.gif │ │ │ ├── T.gif │ │ │ ├── Tminus.gif │ │ │ ├── Tplus.gif │ │ │ ├── _closed.png │ │ │ ├── _doc.png │ │ │ ├── _open.png │ │ │ ├── minus.gif │ │ │ ├── plus.gif │ │ │ └── spacer.gif │ │ └── scripts │ │ │ └── tree.js │ └── windowform │ │ ├── css │ │ └── style.css │ │ ├── index.html │ │ └── scripts │ │ └── Window-from-form.js ├── robots.txt ├── scripts │ ├── ajax.form.php │ ├── app-init.js │ ├── application.js │ ├── calendar-eightysix-v1.1.js │ ├── excanvas_r43.js │ ├── facebox │ │ ├── README.txt │ │ ├── b.png │ │ ├── bl.png │ │ ├── br.png │ │ ├── closelabel.gif │ │ ├── facebox.css │ │ ├── facebox.js │ │ ├── faceplant.css │ │ ├── loading.gif │ │ ├── shadow.gif │ │ ├── test.html │ │ ├── tl.png │ │ └── tr.png │ ├── jquery.cross-slide.min.js │ ├── jquery.js │ ├── jquery.scrollto.js │ ├── mocha.js │ ├── mootools-1.2.2-core.js │ ├── mootools-1.2.2.2-more.js │ ├── mootools-1.2.5-core.js │ ├── mootools-1.2.5.1-more.js │ ├── slider.js │ ├── source │ │ ├── Components │ │ │ └── Tabs.js │ │ ├── Core │ │ │ └── Core.js │ │ ├── Layout │ │ │ ├── Dock.js │ │ │ ├── Layout.js │ │ │ └── Workspaces.js │ │ ├── Utilities │ │ │ ├── Themes.js │ │ │ └── mocha.js.php │ │ └── Window │ │ │ ├── Arrange-cascade.js │ │ │ ├── Arrange-tile.js │ │ │ ├── Modal.js │ │ │ ├── Window.js │ │ │ ├── Windows-from-html.js │ │ │ └── Windows-from-json.js │ └── validation.js ├── signup_check.php ├── static │ ├── about.htm │ ├── gettingstarted.htm │ ├── index.html │ ├── privacy.htm │ ├── quickstart │ │ └── index.htm │ ├── xhr_detail_panel_toolbar.htm │ └── xhr_main_panel_toolbar.htm ├── system │ ├── cache │ │ └── index.html │ ├── codeigniter │ │ ├── Base4.php │ │ ├── Base5.php │ │ ├── CodeIgniter.php │ │ ├── Common.php │ │ ├── Compat.php │ │ └── index.html │ ├── database │ │ ├── DB.php │ │ ├── DB_active_rec.php │ │ ├── DB_cache.php │ │ ├── DB_driver.php │ │ ├── DB_forge.php │ │ ├── DB_result.php │ │ ├── DB_utility.php │ │ ├── drivers │ │ │ ├── index.html │ │ │ ├── mssql │ │ │ │ ├── index.html │ │ │ │ ├── mssql_driver.php │ │ │ │ ├── mssql_forge.php │ │ │ │ ├── mssql_result.php │ │ │ │ └── mssql_utility.php │ │ │ ├── mysql │ │ │ │ ├── index.html │ │ │ │ ├── mysql_driver.php │ │ │ │ ├── mysql_forge.php │ │ │ │ ├── mysql_result.php │ │ │ │ └── mysql_utility.php │ │ │ ├── mysqli │ │ │ │ ├── index.html │ │ │ │ ├── mysqli_driver.php │ │ │ │ ├── mysqli_forge.php │ │ │ │ ├── mysqli_result.php │ │ │ │ └── mysqli_utility.php │ │ │ ├── oci8 │ │ │ │ ├── index.html │ │ │ │ ├── oci8_driver.php │ │ │ │ ├── oci8_forge.php │ │ │ │ ├── oci8_result.php │ │ │ │ └── oci8_utility.php │ │ │ ├── odbc │ │ │ │ ├── index.html │ │ │ │ ├── odbc_driver.php │ │ │ │ ├── odbc_forge.php │ │ │ │ ├── odbc_result.php │ │ │ │ └── odbc_utility.php │ │ │ ├── postgre │ │ │ │ ├── index.html │ │ │ │ ├── postgre_driver.php │ │ │ │ ├── postgre_forge.php │ │ │ │ ├── postgre_result.php │ │ │ │ └── postgre_utility.php │ │ │ └── sqlite │ │ │ │ ├── index.html │ │ │ │ ├── sqlite_driver.php │ │ │ │ ├── sqlite_forge.php │ │ │ │ ├── sqlite_result.php │ │ │ │ └── sqlite_utility.php │ │ └── index.html │ ├── fonts │ │ ├── index.html │ │ └── texb.ttf │ ├── helpers │ │ ├── array_helper.php │ │ ├── compatibility_helper.php │ │ ├── cookie_helper.php │ │ ├── date_helper.php │ │ ├── directory_helper.php │ │ ├── download_helper.php │ │ ├── email_helper.php │ │ ├── file_helper.php │ │ ├── form_helper.php │ │ ├── html_helper.php │ │ ├── index.html │ │ ├── inflector_helper.php │ │ ├── language_helper.php │ │ ├── number_helper.php │ │ ├── path_helper.php │ │ ├── security_helper.php │ │ ├── smiley_helper.php │ │ ├── string_helper.php │ │ ├── text_helper.php │ │ ├── typography_helper.php │ │ ├── url_helper.php │ │ └── xml_helper.php │ ├── index.html │ ├── language │ │ ├── english │ │ │ ├── calendar_lang.php │ │ │ ├── date_lang.php │ │ │ ├── db_lang.php │ │ │ ├── email_lang.php │ │ │ ├── form_validation_lang.php │ │ │ ├── ftp_lang.php │ │ │ ├── imglib_lang.php │ │ │ ├── index.html │ │ │ ├── number_lang.php │ │ │ ├── profiler_lang.php │ │ │ ├── scaffolding_lang.php │ │ │ ├── unit_test_lang.php │ │ │ ├── upload_lang.php │ │ │ └── validation_lang.php │ │ ├── french │ │ │ ├── calendar_lang.php │ │ │ ├── date_lang.php │ │ │ ├── db_lang.php │ │ │ ├── email_lang.php │ │ │ ├── form_validation_lang.php │ │ │ ├── ftp_lang.php │ │ │ ├── imglib_lang.php │ │ │ ├── index.html │ │ │ ├── number_lang.php │ │ │ ├── profiler_lang.php │ │ │ ├── scaffolding_lang.php │ │ │ ├── unit_test_lang.php │ │ │ ├── upload_lang.php │ │ │ └── validation_lang.php │ │ ├── german │ │ │ ├── calendar_lang.php │ │ │ ├── date_lang.php │ │ │ ├── db_lang.php │ │ │ ├── email_lang.php │ │ │ ├── form_validation_lang.php │ │ │ ├── ftp_lang.php │ │ │ ├── imglib_lang.php │ │ │ ├── index.html │ │ │ ├── number_lang.php │ │ │ ├── profiler_lang.php │ │ │ ├── scaffolding_lang.php │ │ │ ├── unit_test_lang.php │ │ │ ├── upload_lang.php │ │ │ └── validation_lang.php │ │ ├── index.html │ │ └── spanish │ │ │ ├── calendar_lang.php │ │ │ ├── date_lang.php │ │ │ ├── db_lang.php │ │ │ ├── email_lang.php │ │ │ ├── form_validation_lang.php │ │ │ ├── ftp_lang.php │ │ │ ├── imglib_lang.php │ │ │ ├── index.html │ │ │ ├── number_lang.php │ │ │ ├── profiler_lang.php │ │ │ ├── scaffolding_lang.php │ │ │ ├── unit_test_lang.php │ │ │ ├── upload_lang.php │ │ │ └── validation_lang.php │ ├── libraries │ │ ├── Benchmark.php │ │ ├── Calendar.php │ │ ├── Cart.php │ │ ├── Config.php │ │ ├── Controller.php │ │ ├── Email.php │ │ ├── Encrypt.php │ │ ├── Exceptions.php │ │ ├── Form_validation.php │ │ ├── Ftp.php │ │ ├── Hooks.php │ │ ├── Image_lib.php │ │ ├── Input.php │ │ ├── Language.php │ │ ├── Loader.php │ │ ├── Log.php │ │ ├── Model.php │ │ ├── Output.php │ │ ├── Pagination.php │ │ ├── Parser.php │ │ ├── Profiler.php │ │ ├── Router.php │ │ ├── Session.php │ │ ├── Sha1.php │ │ ├── Table.php │ │ ├── Trackback.php │ │ ├── Typography.php │ │ ├── URI.php │ │ ├── Unit_test.php │ │ ├── Upload.php │ │ ├── User_agent.php │ │ ├── Validation.php │ │ ├── Xmlrpc.php │ │ ├── Xmlrpcs.php │ │ ├── Zip.php │ │ └── index.html │ ├── license.txt │ ├── logs │ │ └── index.html │ ├── plugins │ │ ├── captcha_pi.php │ │ ├── index.html │ │ └── js_calendar_pi.php │ └── scaffolding │ │ ├── Scaffolding.php │ │ ├── images │ │ ├── background.jpg │ │ ├── index.html │ │ └── logo.jpg │ │ ├── index.html │ │ └── views │ │ ├── add.php │ │ ├── delete.php │ │ ├── edit.php │ │ ├── footer.php │ │ ├── header.php │ │ ├── index.html │ │ ├── no_data.php │ │ ├── stylesheet.css │ │ └── view.php └── themes │ ├── charcoal │ ├── css │ │ ├── Content.css │ │ ├── Core.css │ │ ├── Dock.css │ │ ├── Layout.css │ │ ├── Tabs.css │ │ └── Window.css │ └── images │ │ ├── arrow-right.gif │ │ ├── bg-dropdown.gif │ │ ├── bg-handle-horizontal.gif │ │ ├── bg-header.gif │ │ ├── bg-panel-header.gif │ │ ├── collapse-expand.gif │ │ ├── dock-tabs.gif │ │ ├── handle-icon-horizontal.gif │ │ ├── handle-icon.gif │ │ ├── knob.gif │ │ ├── logo-blank.gif │ │ ├── logo.gif │ │ ├── spacer.gif │ │ ├── spinner-placeholder.gif │ │ ├── spinner.gif │ │ ├── tabs.gif │ │ ├── toolbox-divider.gif │ │ └── toolbox-divider2.gif │ ├── default │ ├── css │ │ ├── Content.css │ │ ├── Core.css │ │ ├── Dock.css │ │ ├── Layout.css │ │ ├── Tabs.css │ │ └── Window.css │ └── images │ │ ├── arrow-right.gif │ │ ├── bg-dropdown.gif │ │ ├── bg-handle-horizontal.gif │ │ ├── bg-header.gif │ │ ├── bg-panel-header.gif │ │ ├── collapse-expand.gif │ │ ├── dock-tabs.gif │ │ ├── handle-icon-horizontal.gif │ │ ├── handle-icon.gif │ │ ├── logo-blank.gif │ │ ├── logo.gif │ │ ├── spacer.gif │ │ ├── spinner-placeholder.gif │ │ ├── spinner.gif │ │ ├── tabs.gif │ │ ├── toolbox-divider.gif │ │ └── toolbox-divider2.gif │ └── neoinvoice │ ├── css │ ├── Content.css │ ├── Core.css │ ├── Dock.css │ ├── Layout.css │ ├── Tabs.css │ └── Window.css │ └── images │ ├── arrow-right.gif │ ├── bg-dropdown.gif │ ├── bg-handle-horizontal.gif │ ├── bg-panel-header.gif │ ├── collapse-expand.gif │ ├── collapse-expand.png │ ├── dock-tabs.gif │ ├── handle-icon-horizontal.gif │ ├── handle-icon.gif │ ├── spacer.gif │ ├── spinner-placeholder.gif │ ├── spinner.gif │ ├── tabs.gif │ ├── toolbox-divider.gif │ └── toolbox-divider2.gif └── resources ├── .htaccess ├── NeoInvoice.wdgt ├── Default.png ├── Icon.png ├── Info.plist ├── README.md ├── cog_go.png ├── drawer.png ├── index.htm ├── jquery-1.6.2.min.js ├── script.js └── style.css ├── README.md ├── cron.daily.task.txt ├── cron.weekly.task.txt ├── docs-promo-bar.psd ├── footer.psd ├── header-bar.psd ├── hero-buttons.psd ├── lighttpd.conf ├── neoinvoice-960gs.psd ├── old-screenshot.png ├── register-button.psd ├── register.psd ├── schema.sql ├── tab_logo.psd ├── translation.docx └── widget-drawer.psd /.gitignore: -------------------------------------------------------------------------------- 1 | .passwd 2 | wp-content 3 | public/system/cache/* 4 | -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/README.TXT: -------------------------------------------------------------------------------- 1 | This folder contains fonts descriptions for TCPDF. 2 | All fonts names must be in lowercase. 3 | Please read the documentation on subfolders for copyright, license and other information. -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/ZarBold.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/ZarBold.ctg.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/ZarBold.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/ZarBold.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/almohanad.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/almohanad.ctg.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/almohanad.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/almohanad.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/dejavu-fonts-ttf-2.30/AUTHORS: -------------------------------------------------------------------------------- 1 | abysta at yandex.ru 2 | Adrian Schroeter 3 | Andrey Valentinovich Panov 4 | Ben Laenen 5 | Besarion Gugushvili 6 | Bhikkhu Pesala 7 | Clayborne Arevalo 8 | Dafydd Harries 9 | Danilo Segan 10 | Davide Viti 11 | David Jez 12 | David Lawrence Ramsey 13 | Denis Jacquerye 14 | Dwayne Bailey 15 | Eugeniy Meshcheryakov 16 | Gee Fung Sit 17 | Heikki Lindroos 18 | James Cloos 19 | James Crippen 20 | John Karp 21 | Keenan Pepper 22 | Lars Naesbye Christensen 23 | Mashrab Kuvatov 24 | Max Berger 25 | Mederic Boquien 26 | Michael Everson 27 | Misu Moldovan 28 | Nguyen Thai Ngoc Duy 29 | Nicolas Mailhot 30 | Ognyan Kulev 31 | Ondrej Koala Vacha 32 | Peter Cernak 33 | Remy Oudompheng 34 | Roozbeh Pournader 35 | Sahak Petrosyan 36 | Sander Vesik 37 | Stepan Roh 38 | Stephen Hartke 39 | Steve Tinney 40 | Tavmjong Bah 41 | Tim May 42 | Valentin Stoykov 43 | Vasek Stodulka 44 | Wesley Transue 45 | 46 | $Id: AUTHORS 2344 2009-03-08 13:02:37Z moyogo $ 47 | -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/dejavu-fonts-ttf-2.30/BUGS: -------------------------------------------------------------------------------- 1 | See http://dejavu.sourceforge.net/wiki/index.php/Bugs 2 | 3 | $Id: BUGS 80 2004-11-13 13:12:02Z src $ 4 | -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/dejavusans.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/dejavusans.ctg.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/dejavusans.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/dejavusans.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/dejavusansb.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/dejavusansb.ctg.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/dejavusansb.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/dejavusansb.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/dejavusansbi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/dejavusansbi.ctg.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/dejavusansbi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/dejavusansbi.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/dejavusanscondensed.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/dejavusanscondensed.ctg.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/dejavusanscondensed.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/dejavusanscondensed.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/dejavusanscondensedb.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/dejavusanscondensedb.ctg.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/dejavusanscondensedb.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/dejavusanscondensedb.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/dejavusanscondensedbi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/dejavusanscondensedbi.ctg.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/dejavusanscondensedbi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/dejavusanscondensedbi.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/dejavusanscondensedi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/dejavusanscondensedi.ctg.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/dejavusanscondensedi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/dejavusanscondensedi.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/dejavusansi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/dejavusansi.ctg.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/dejavusansi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/dejavusansi.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/dejavusansmono.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/dejavusansmono.ctg.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/dejavusansmono.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/dejavusansmono.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/dejavusansmonob.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/dejavusansmonob.ctg.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/dejavusansmonob.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/dejavusansmonob.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/dejavusansmonobi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/dejavusansmonobi.ctg.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/dejavusansmonobi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/dejavusansmonobi.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/dejavusansmonoi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/dejavusansmonoi.ctg.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/dejavusansmonoi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/dejavusansmonoi.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/dejavuserif.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/dejavuserif.ctg.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/dejavuserif.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/dejavuserif.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/dejavuserifb.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/dejavuserifb.ctg.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/dejavuserifb.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/dejavuserifb.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/dejavuserifbi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/dejavuserifbi.ctg.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/dejavuserifbi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/dejavuserifbi.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/dejavuserifcondensed.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/dejavuserifcondensed.ctg.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/dejavuserifcondensed.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/dejavuserifcondensed.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/dejavuserifcondensedb.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/dejavuserifcondensedb.ctg.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/dejavuserifcondensedb.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/dejavuserifcondensedb.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/dejavuserifcondensedbi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/dejavuserifcondensedbi.ctg.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/dejavuserifcondensedbi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/dejavuserifcondensedbi.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/dejavuserifcondensedi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/dejavuserifcondensedi.ctg.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/dejavuserifcondensedi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/dejavuserifcondensedi.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/dejavuserifi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/dejavuserifi.ctg.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/dejavuserifi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/dejavuserifi.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/freemono.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/freemono.ctg.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/freemono.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/freemono.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/freemonob.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/freemonob.ctg.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/freemonob.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/freemonob.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/freemonobi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/freemonobi.ctg.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/freemonobi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/freemonobi.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/freemonoi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/freemonoi.ctg.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/freemonoi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/freemonoi.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/freesans.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/freesans.ctg.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/freesans.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/freesans.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/freesansb.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/freesansb.ctg.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/freesansb.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/freesansb.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/freesansbi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/freesansbi.ctg.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/freesansbi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/freesansbi.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/freesansi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/freesansi.ctg.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/freesansi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/freesansi.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/freeserif.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/freeserif.ctg.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/freeserif.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/freeserif.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/freeserifb.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/freeserifb.ctg.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/freeserifb.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/freeserifb.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/freeserifbi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/freeserifbi.ctg.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/freeserifbi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/freeserifbi.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/freeserifi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/freeserifi.ctg.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/freeserifi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/freeserifi.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/rockwell.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/rockwell.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/utils/freetype6.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/utils/freetype6.dll -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/utils/pfm2afm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/utils/pfm2afm -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/utils/pfm2afm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/utils/pfm2afm.exe -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/utils/rockwell.afm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/utils/rockwell.afm -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/utils/rockwell.t1a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/utils/rockwell.t1a -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/utils/rockwell.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/utils/rockwell.ttf -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/utils/rockwell.ufm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/utils/rockwell.ufm -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/utils/rockwell.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/utils/rockwell.z -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/utils/src/pfm2afm-src.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/utils/src/pfm2afm-src.tar.gz -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/utils/src/readme.txt: -------------------------------------------------------------------------------- 1 | To embed TrueType and OpenType font files, you need to extract the 2 | font metrics from the font files and build the required tables using 3 | the utility TTF2UFM. 4 | 5 | TTF2UFM is a modified version of Mark Heath's TTF 2 PT1 converter 6 | (http://ttf2pt1.sourceforge.net/) by Steven Wittens 7 | (http://www.acko.net/blog/ufpdf). That version has been further 8 | modified by Ulrich Telle for use with the wxWidgets component 9 | wxPdfDocument. 10 | 11 | Following changes where made: 12 | 13 | 1) Generated AFM files contain the glyph number for each character. 14 | 2) Generated UFM files contain the bounding box for each character. 15 | 3) OpenType support has been activated for the Windows binary, 16 | and the generated AFM/UFM files contain the associated 17 | original Unicode codes for each character. 18 | -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/utils/src/ttf2ufm-src.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/utils/src/ttf2ufm-src.tar.gz -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/utils/ttf2ufm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/utils/ttf2ufm -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/utils/ttf2ufm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/utils/ttf2ufm.exe -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/fonts/utils/zlib1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/fonts/utils/zlib1.dll -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/images/logo.png -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/tcpdf.fdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/tcpdf.fdf -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/tcpdf.p12: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/tcpdf.p12 -------------------------------------------------------------------------------- /public/application/3rdparty/tcpdf/tcpdf.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/3rdparty/tcpdf/tcpdf.php -------------------------------------------------------------------------------- /public/application/config/autoload.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /public/application/config/paypal_config.php: -------------------------------------------------------------------------------- 1 | load->view("app_statistics"); 9 | } 10 | 11 | function data() { 12 | $this->load->model("company_model"); 13 | $data['count_companys'] = $this->company_model->count_all(); 14 | $this->load->model("invoice_model"); 15 | $data['count_invoices'] = $this->invoice_model->count_all(); 16 | $this->load->model("segment_model"); 17 | $data['count_segments'] = $this->segment_model->count_all(); 18 | 19 | header("content-type: text/xml"); 20 | $this->load->view("app_statistics_data", $data); 21 | } 22 | } -------------------------------------------------------------------------------- /public/application/controllers/client_project.php: -------------------------------------------------------------------------------- 1 | load->model("client_model"); 7 | $this->load->model("project_model"); 8 | } 9 | 10 | function list_tree($initial = '') { 11 | $data['projects'] = $this->project_model->select_multiple($this->session->userdata('company_id'), 0, 0, FALSE, 'name'); 12 | $data['clients'] = $this->client_model->select_multiple($this->session->userdata('company_id'), 0, 0, FALSE, 'name'); 13 | if ($initial) 14 | $data['no_tree'] = true; 15 | $this->load->view('client_project/xhr_display_tree', $data); 16 | } 17 | 18 | 19 | } -------------------------------------------------------------------------------- /public/application/controllers/dashboardwidget.php: -------------------------------------------------------------------------------- 1 | load->library("document"); 8 | $this->load->library("template"); 9 | } 10 | 11 | function index() { 12 | $data = $this->document->generate_page_data(); 13 | $this->template->load('main_template', 'dashboardwidget', $data); 14 | } 15 | } 16 | 17 | -------------------------------------------------------------------------------- /public/application/controllers/features.php: -------------------------------------------------------------------------------- 1 | load->library("document"); 8 | $this->load->library("template"); 9 | } 10 | 11 | function index() { 12 | $data = $this->document->generate_page_data(); 13 | $this->template->load('main_template', 'features', $data); 14 | } 15 | } -------------------------------------------------------------------------------- /public/application/controllers/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /public/application/controllers/tasks.php: -------------------------------------------------------------------------------- 1 | load->model("tasks_model"); 6 | set_time_limit(0); 7 | } 8 | 9 | function hourly() { 10 | echo "Time: " . date("Y-m-d H:i:s") . "\n"; 11 | echo "Executing Hourly Task\n"; 12 | echo "Nothing to do.\n"; 13 | } 14 | 15 | function daily() { 16 | echo "Time: " . date("Y-m-d H:i:s") . "\n"; 17 | echo "Executing Daily Task\n"; 18 | $deleted_count = $this->tasks_model->delete_companies(); 19 | echo "Deleting $deleted_count companies.\n"; 20 | $this->tasks_model->email_invoice_reminders(); 21 | } 22 | 23 | function weekly() { 24 | echo "Time: " . date("Y-m-d H:i:s") . "\n"; 25 | echo "Executing Weekly Task\n"; 26 | $filename = "system/cache/database-weekly-backup.zip"; 27 | $this->tasks_model->email_database_backup($filename, BACKUP_EMAIL); 28 | } 29 | 30 | function monthly() { 31 | echo "Executing Monthly Task\n"; 32 | echo "Time: " . date("Y-m-d H:i:s") . "\n"; 33 | 34 | } 35 | } -------------------------------------------------------------------------------- /public/application/controllers/tos.php: -------------------------------------------------------------------------------- 1 | load->library("document"); 6 | $this->load->library("template"); 7 | } 8 | 9 | function index() { 10 | $data = $this->document->generate_page_data(); 11 | $this->template->load('main_template', 'tos', $data); 12 | } 13 | } -------------------------------------------------------------------------------- /public/application/errors/error_404.php: -------------------------------------------------------------------------------- 1 |
$heading
\n
$message
\n"; 5 | exit(); 6 | } 7 | header("HTTP/1.1 404 Not Found"); 8 | ?> 9 | 10 | 11 | NeoInvoice: File Not Found 12 | 32 | 33 | 34 |
35 |

36 | 37 |
38 | 39 | -------------------------------------------------------------------------------- /public/application/errors/error_db.php: -------------------------------------------------------------------------------- 1 |
$heading
\n
$message
\n"; 4 | exit(); 5 | } 6 | ?> 7 | 8 | 9 | NeoInvoice: Database Error 10 | 30 | 31 | 32 |
33 |

34 | 35 |
36 | 37 | -------------------------------------------------------------------------------- /public/application/errors/error_general.php: -------------------------------------------------------------------------------- 1 |
$heading
\n
$message
\n"; 4 | exit(); 5 | } 6 | ?> 7 | 8 | 9 | NeoInvoice: Application Error 10 | 30 | 31 | 32 |
33 |

34 | 35 |
36 | 37 | -------------------------------------------------------------------------------- /public/application/errors/error_php.php: -------------------------------------------------------------------------------- 1 |
Severity: $severity
\n
Message: $message
\n
Filename: $filepath
\n
Line Number: $line
\n"; 4 | exit(); 5 | } 6 | ?> 7 |
8 |

An application error has occured!

9 |

Severity:

10 |

Message:

11 |

Filename:

12 |

Line Number:

13 |
-------------------------------------------------------------------------------- /public/application/errors/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /public/application/helpers/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /public/application/hooks/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /public/application/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /public/application/language/english/blah_lang.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/application/language/english/blah_lang.php -------------------------------------------------------------------------------- /public/application/language/english/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /public/application/language/german/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /public/application/libraries/MY_Controller.php: -------------------------------------------------------------------------------- 1 | session->userdata('loggedin')) { 10 | if (xhr_request()) { 11 | die($this->lang->line('error_invalid_request')); 12 | } else { 13 | redirect("/"); 14 | } 15 | } else { 16 | $user_id = $this->session->userdata('id'); 17 | /* 18 | * @todo make this one SQL call instead of two 19 | */ 20 | $this->pref_user = $this->user_model->load_preferences($user_id); 21 | $this->perm_user = $this->user_model->load_permissions($user_id); 22 | if ($this->pref_user['language']) { 23 | $this->lang->load('app', $this->pref_user['language']); 24 | } else { 25 | $this->lang->load('app', 'english'); 26 | } 27 | } 28 | } 29 | } -------------------------------------------------------------------------------- /public/application/libraries/MY_Session.php: -------------------------------------------------------------------------------- 1 | template_data[$name] = $value; 8 | } 9 | 10 | function load($template = '', $view = '' , $view_data = array(), $return = FALSE) { 11 | $this->CI =& get_instance(); 12 | $this->set('contents', $this->CI->load->view($view, $view_data, TRUE)); 13 | return $this->CI->load->view($template, $this->template_data, $return); 14 | } 15 | } 16 | 17 | /* End of file Template.php */ 18 | /* Location: ./system/application/libraries/Template.php */ 19 | /* http://maestric.com/en/doc/php/codeigniter_template */ -------------------------------------------------------------------------------- /public/application/libraries/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /public/application/models/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /public/application/views/account_created.php: -------------------------------------------------------------------------------- 1 |
Your account has been created! Use the form at the top of the screen to log in.
-------------------------------------------------------------------------------- /public/application/views/analytics.php: -------------------------------------------------------------------------------- 1 | 5 | -------------------------------------------------------------------------------- /public/application/views/app_statistics_data.php: -------------------------------------------------------------------------------- 1 | "; ?> 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /public/application/views/client/xhr_add_submit.php: -------------------------------------------------------------------------------- 1 |

Client Added

2 |
3 | -------------------------------------------------------------------------------- /public/application/views/client/xhr_delete.php: -------------------------------------------------------------------------------- 1 |

Delete Client:

2 |
3 | Are you sure you would like to delete your client ?
4 | Delete Client 5 | | Cancel 6 |
-------------------------------------------------------------------------------- /public/application/views/client/xhr_delete_submit.php: -------------------------------------------------------------------------------- 1 |

Client Deleted

2 |
Client has been deleted.
3 | -------------------------------------------------------------------------------- /public/application/views/client/xhr_edit_submit.php: -------------------------------------------------------------------------------- 1 |

Client Updated

2 |
Client has been updated.
3 | -------------------------------------------------------------------------------- /public/application/views/client_project/xhr_toolbar_admin.php: -------------------------------------------------------------------------------- 1 |
2 | project->create) { ?>Add New Projectclient->create) { ?>Add New Client 3 |
-------------------------------------------------------------------------------- /public/application/views/company/htm_logo.php: -------------------------------------------------------------------------------- 1 |
2 |
3 | Filetype: JPG (More to come!)
4 | Filesize: 512 KB max
5 | Resolution: 200x40-ish (generate sample invoices to test)

6 | 7 |
8 | 9 |


* Uploading an image will overwrite an existing image.
-------------------------------------------------------------------------------- /public/application/views/company/htm_logo_submit.php: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /public/application/views/company/xhr_delete.php: -------------------------------------------------------------------------------- 1 |

DELETE COMPANY PROFILE

2 |
Are you sure you would like to delete your company profile from NeoInvoice?
3 | DELETE COMPANY | Cancel 4 |
-------------------------------------------------------------------------------- /public/application/views/company/xhr_delete_cancel.php: -------------------------------------------------------------------------------- 1 |

Cancel Company Delete

2 |
Your company is no longer going to be deleted.
3 | -------------------------------------------------------------------------------- /public/application/views/company/xhr_delete_submit.php: -------------------------------------------------------------------------------- 1 |

Company Marked for Deletion

2 |
Your company has been marked for deletion. It will be deleted in one week.
3 | Cancel Company Deletion 4 |
-------------------------------------------------------------------------------- /public/application/views/company/xhr_logo_delete.php: -------------------------------------------------------------------------------- 1 |

Delete Logo Image

2 |
Are you sure you would like to delete your invoice logo image? Your invoices will default to using the name of the company instead.
3 | Delete Logo Image | Cancel 4 |
-------------------------------------------------------------------------------- /public/application/views/company/xhr_logo_delete_submit.php: -------------------------------------------------------------------------------- 1 |

Logo Image Deleted

2 |
Your logo image has been deleted and invoices will now use the name of your company in text. To set a different logo image you may return to the company preferences screen.
-------------------------------------------------------------------------------- /public/application/views/company/xhr_pref_edit_submit.php: -------------------------------------------------------------------------------- 1 |

Company Preferences Saved

2 |
Preferences have been saved. For some settings to take effect the application interface will need to be reloaded.
-------------------------------------------------------------------------------- /public/application/views/error.php: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /public/application/views/error_login.php: -------------------------------------------------------------------------------- 1 |
Error: Incorrect login! Click here if you've Forgotten your Password. Or, if you 2 | haven't made an account yet, visit the Account Signup page.
-------------------------------------------------------------------------------- /public/application/views/expense/xhr_add_submit.php: -------------------------------------------------------------------------------- 1 |

Expense Added

2 |
-------------------------------------------------------------------------------- /public/application/views/expense/xhr_delete.php: -------------------------------------------------------------------------------- 1 |

Delete Expense

2 |
3 | Are you sure you would like to delete this Expense?
4 | Delete Expense 5 | | Cancel 6 |
-------------------------------------------------------------------------------- /public/application/views/expense/xhr_delete_multiple.php: -------------------------------------------------------------------------------- 1 |

Delete Expenses

2 |
3 | Are you sure you would like to delete Expenses?
4 | Delete Expenses 5 | | Cancel 6 |
-------------------------------------------------------------------------------- /public/application/views/expense/xhr_delete_multiple_submit.php: -------------------------------------------------------------------------------- 1 |

Multiple Expenses Deleted

2 |
-------------------------------------------------------------------------------- /public/application/views/expense/xhr_delete_submit.php: -------------------------------------------------------------------------------- 1 |

Expense Deleted

2 |
-------------------------------------------------------------------------------- /public/application/views/expense/xhr_edit_submit.php: -------------------------------------------------------------------------------- 1 |

Expense Updated

2 |
Expense has been updated.
-------------------------------------------------------------------------------- /public/application/views/expensetype/xhr_add.php: -------------------------------------------------------------------------------- 1 |

Add Expense Type

2 |
3 | 4 | 5 | 6 | 7 | 8 |
Name
Taxable
Notes
 
9 |
10 | 13 | -------------------------------------------------------------------------------- /public/application/views/expensetype/xhr_add_submit.php: -------------------------------------------------------------------------------- 1 |

Expense Type Added

2 |
3 | -------------------------------------------------------------------------------- /public/application/views/expensetype/xhr_delete.php: -------------------------------------------------------------------------------- 1 |

Delete Expense Type:

2 |
3 | Are you sure you would like to delete your Expense Type ?
4 | This will delete all of your expenses using this Type! (give option to reassign Expense Type instead of deleting).
5 | Delete Expense Type 6 | | Cancel 7 |
-------------------------------------------------------------------------------- /public/application/views/expensetype/xhr_delete_submit.php: -------------------------------------------------------------------------------- 1 |

Expense Type Deleted

2 |
3 | -------------------------------------------------------------------------------- /public/application/views/expensetype/xhr_edit.php: -------------------------------------------------------------------------------- 1 |

Edit Expense Type:

2 |
3 | 4 | 5 | 6 | 7 | 8 |
Name
Taxable
Notes
 
9 |
10 | 13 | -------------------------------------------------------------------------------- /public/application/views/expensetype/xhr_edit_submit.php: -------------------------------------------------------------------------------- 1 |

Expense Type Updated

2 |
Expense Type has been updated.
3 | -------------------------------------------------------------------------------- /public/application/views/form_forgot_pass.php: -------------------------------------------------------------------------------- 1 |
2 |

Forgot Password

3 |

Fill out this form if you've forgotten your password. A new one will be emailed to you.

4 | $error
\n"; ?> 5 |
6 | 7 | 8 | 9 | 10 | 11 | 12 |
" /> 
13 |
14 | 15 |
-------------------------------------------------------------------------------- /public/application/views/form_login.php: -------------------------------------------------------------------------------- 1 |

Login

2 |
3 | 4 | 5 | 6 | 7 | 8 |
Login
Password 
  Forgot Password
9 |
10 | 11 | -------------------------------------------------------------------------------- /public/application/views/iframe_template.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /public/application/views/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /public/application/views/invoice/xhr_add.php: -------------------------------------------------------------------------------- 1 |

Add Invoice: Step 1/3

2 |
3 |

Select a client below to invoice. After selecting a client you will be able to select which projects to invoice.

4 | \n"; 9 | } 10 | } else { 11 | echo "
You do not have any clients added yet! To get started, please create a client, create a project, and enter some time.
\n"; 12 | } 13 | ?> 14 |
15 |
16 | -------------------------------------------------------------------------------- /public/application/views/invoice/xhr_add_submit.php: -------------------------------------------------------------------------------- 1 |

Invoice Added

2 |
3 |
4 |
5 | Add Payment | 6 | Send Invoice 7 |
8 | -------------------------------------------------------------------------------- /public/application/views/invoice/xhr_delete.php: -------------------------------------------------------------------------------- 1 |

Delete Invoice:

2 |
3 | Are you sure you would like to delete invoice ? Doing so will delete all associated payments and unassign their time segments.
4 | Delete Invoice 5 | | Cancel 6 |
-------------------------------------------------------------------------------- /public/application/views/invoice/xhr_delete_submit.php: -------------------------------------------------------------------------------- 1 |

Invoice Deleted

2 |
3 | -------------------------------------------------------------------------------- /public/application/views/invoice/xhr_edit_submit.php: -------------------------------------------------------------------------------- 1 |

Invoice Updated

2 |
3 | -------------------------------------------------------------------------------- /public/application/views/invoice/xhr_payment_submit.php: -------------------------------------------------------------------------------- 1 |

Invoice Payment Recorded

2 |
3 | -------------------------------------------------------------------------------- /public/application/views/invoice/xhr_send_submit.php: -------------------------------------------------------------------------------- 1 |

Invoice Sent

2 |
-------------------------------------------------------------------------------- /public/application/views/invoice/xhr_toolbar_admin.php: -------------------------------------------------------------------------------- 1 |
2 | Invoicesinvoice->create) { ?>New Invoice 3 |
-------------------------------------------------------------------------------- /public/application/views/payment/cancel.php: -------------------------------------------------------------------------------- 1 |
2 |

Payment Canceled!

3 | 4 |

You have chosen to cancel the process of upgrading your company account. If 5 | you have any questions about the process or would like to report any issues, 6 | please use the contact form and we will be glad to 7 | answer.

8 | 9 |

If you do not still have the application open in another tab or window, you 10 | can click here to return.

11 |
-------------------------------------------------------------------------------- /public/application/views/payment/form.php: -------------------------------------------------------------------------------- 1 |

Company Account Upgrade

2 |
3 |

Press the button below to continue to PayPal. As soon as your payment is 4 | received your account will be upgraded.

5 |

By clicking one of the buttons, your account will be extended by one month 6 | and will be set to the type of account you have chosen. Note that if you are 7 | using a corporate account and you upgrade to an agency account, your service 8 | will be immediately downgraded.

9 | 10 | 11 | 14 | 17 | 18 |
12 | 13 | 15 | 16 |
19 |
-------------------------------------------------------------------------------- /public/application/views/project/xhr_add_submit.php: -------------------------------------------------------------------------------- 1 |

Project Created

2 |
3 | -------------------------------------------------------------------------------- /public/application/views/project/xhr_delete.php: -------------------------------------------------------------------------------- 1 |

Delete Project:

2 |
3 | Are you sure you would like to delete your project ?
4 | Delete Project 5 | | Cancel 6 |
-------------------------------------------------------------------------------- /public/application/views/project/xhr_delete_submit.php: -------------------------------------------------------------------------------- 1 |

Project Deleted

2 |
3 | -------------------------------------------------------------------------------- /public/application/views/project/xhr_edit_submit.php: -------------------------------------------------------------------------------- 1 |

Project Updated

2 |
Project has been updated.
3 | -------------------------------------------------------------------------------- /public/application/views/project/xhr_list_projects.php: -------------------------------------------------------------------------------- 1 |

Browse Client Projects

2 | 5 | 6 | 7 | "; 14 | echo ""; 15 | echo ""; 16 | echo ""; 17 | echo ""; 18 | echo "\n"; 19 | } 20 | ?> 21 |
 ProjectCreatedModified
 {$project['name']}" . date($this->lang->line('date_format'), strtotime($project['created'])) . "" . date($this->lang->line('date_format'), strtotime($project['modified'])) . "
22 | " . $this->lang->line('notice_client_zero_projects') . "
\n"; 25 | } -------------------------------------------------------------------------------- /public/application/views/project/xhr_view.php: -------------------------------------------------------------------------------- 1 |

Project:

2 |

3 |
Delete Project
4 | 5 |
6 |
7 |

Created on lang->line('date_format'), strtotime($project['created']))?> ( ago).

8 |

Last modified on lang->line('date_format'), strtotime($project['modified']))?> ( ago).

9 |

Your company has recorded a total of hours of work for this project over time segments.

10 |
-------------------------------------------------------------------------------- /public/application/views/segment/xhr_add_submit.php: -------------------------------------------------------------------------------- 1 |

Time Recorded

2 |
-------------------------------------------------------------------------------- /public/application/views/segment/xhr_delete.php: -------------------------------------------------------------------------------- 1 |

Delete Time

2 |
3 | Are you sure you would like to delete this time segment?
4 | Delete Segment 5 | | Cancel 6 |
7 | -------------------------------------------------------------------------------- /public/application/views/segment/xhr_delete_multiple.php: -------------------------------------------------------------------------------- 1 |

Delete Recorded Times

2 |
3 | Are you sure you would like to delete time segments?
4 | Delete Segments 5 | | Cancel 6 |
-------------------------------------------------------------------------------- /public/application/views/segment/xhr_delete_multiple_submit.php: -------------------------------------------------------------------------------- 1 |

Multiple Recorded Times Deleted

2 |
-------------------------------------------------------------------------------- /public/application/views/segment/xhr_delete_submit.php: -------------------------------------------------------------------------------- 1 |

Recorded Time Deleted

2 |
-------------------------------------------------------------------------------- /public/application/views/segment/xhr_edit_submit.php: -------------------------------------------------------------------------------- 1 |

Recorded Time Updated

2 |
Segment has been updated.
-------------------------------------------------------------------------------- /public/application/views/statistics/xhr_overview.php: -------------------------------------------------------------------------------- 1 |

Company Statistics

2 |

Work Type Breakdown: All Time

3 |

This graph shows how much time has been put into each work-type for all time.

4 |
Worktype Breakdown
5 |
6 | 7 |

Work Amount Breakdown: All Time

8 |

This graph shows how much time each teammate has recorded for all time.

9 |
Work Amount Breakdown
10 |
11 | -------------------------------------------------------------------------------- /public/application/views/ticket/xhr_add_submit.php: -------------------------------------------------------------------------------- 1 |

Ticket Added

2 |
3 | -------------------------------------------------------------------------------- /public/application/views/ticket/xhr_delete.php: -------------------------------------------------------------------------------- 1 |

Delete Ticket :

2 |
3 | Are you sure you would like to delete this ticket?
4 | Delete Ticket 5 | | Cancel 6 |
-------------------------------------------------------------------------------- /public/application/views/ticket/xhr_delete_submit.php: -------------------------------------------------------------------------------- 1 |

Ticket Deleted

2 |
3 | -------------------------------------------------------------------------------- /public/application/views/ticket/xhr_edit_submit.php: -------------------------------------------------------------------------------- 1 |

Ticket Updated

2 |
Ticket has been updated.
3 | -------------------------------------------------------------------------------- /public/application/views/ticket/xhr_toolbar_admin.php: -------------------------------------------------------------------------------- 1 |
2 | Ticketsticket->create) { ?>Add Ticket 3 |
-------------------------------------------------------------------------------- /public/application/views/ticketcategory/xhr_add.php: -------------------------------------------------------------------------------- 1 |

Add Ticket Category

2 |
3 | 4 | 5 | 6 | 7 |
Name
Notes
 
8 |
9 | 12 | -------------------------------------------------------------------------------- /public/application/views/ticketcategory/xhr_add_submit.php: -------------------------------------------------------------------------------- 1 |

Ticket Added

2 |
3 | -------------------------------------------------------------------------------- /public/application/views/ticketcategory/xhr_delete.php: -------------------------------------------------------------------------------- 1 |

Delete Ticket:

2 |
3 | Are you sure you would like to delete your Ticket Category ?
4 | Delete Ticket Category 5 | | Cancel 6 |
-------------------------------------------------------------------------------- /public/application/views/ticketcategory/xhr_delete_submit.php: -------------------------------------------------------------------------------- 1 |

Ticket Category Deleted

2 |
3 | -------------------------------------------------------------------------------- /public/application/views/ticketcategory/xhr_edit.php: -------------------------------------------------------------------------------- 1 |

Edit Ticket Category:

2 |
3 | 4 | 5 | 6 | 7 |
Name
Notes
 
8 |
9 | 12 | -------------------------------------------------------------------------------- /public/application/views/ticketcategory/xhr_edit_submit.php: -------------------------------------------------------------------------------- 1 |

Ticket Category Updated

2 |
Ticket Category has been updated.
3 | -------------------------------------------------------------------------------- /public/application/views/ticketstage/xhr_add.php: -------------------------------------------------------------------------------- 1 |

Add Ticket Stages

2 |
3 | 4 | 5 | 6 | 7 | 8 | 9 |
Name Required
Ticket Category Required
Closed Status
Notes
 
10 |
11 | 14 | -------------------------------------------------------------------------------- /public/application/views/ticketstage/xhr_add_submit.php: -------------------------------------------------------------------------------- 1 |

Ticket Stage Added

2 |
3 | -------------------------------------------------------------------------------- /public/application/views/ticketstage/xhr_delete.php: -------------------------------------------------------------------------------- 1 |

Delete Ticket Stage:

2 |
3 | Are you sure you would like to delete your Ticket Stage ?
4 | Delete Ticket Stage 5 | | Cancel 6 |
-------------------------------------------------------------------------------- /public/application/views/ticketstage/xhr_delete_submit.php: -------------------------------------------------------------------------------- 1 |

Ticket Stage Deleted

2 |
3 | -------------------------------------------------------------------------------- /public/application/views/ticketstage/xhr_edit_submit.php: -------------------------------------------------------------------------------- 1 |

Ticket Stage Updated

2 |
Ticket Stage has been updated.
3 | -------------------------------------------------------------------------------- /public/application/views/user/xhr_add_submit.php: -------------------------------------------------------------------------------- 1 |

Teammate Added

2 |
3 | -------------------------------------------------------------------------------- /public/application/views/user/xhr_add_upgrade_first.php: -------------------------------------------------------------------------------- 1 |

Maximum Teammates

2 |
3 | Sorry, but your current plan , only allows for a maximum of , and you already have registered users.
4 |
5 | If you would like to add more users to your account, please visit the Upgrade Company Account screen. 6 |
-------------------------------------------------------------------------------- /public/application/views/user/xhr_delete.php: -------------------------------------------------------------------------------- 1 |

Delete Teammate:

2 |
3 | Are you sure you would like to delete your Teammate ?
4 | Deleting this Teammate will also delete all of their time segments!
5 | Delete Teammate 6 | | Cancel 7 |
-------------------------------------------------------------------------------- /public/application/views/user/xhr_delete_submit.php: -------------------------------------------------------------------------------- 1 |

Teammate Deleted

2 |
3 | -------------------------------------------------------------------------------- /public/application/views/user/xhr_display_tree.php: -------------------------------------------------------------------------------- 1 |

Teammates

2 | 22 | 23 | 27 | 28 | -------------------------------------------------------------------------------- /public/application/views/user/xhr_edit_submit.php: -------------------------------------------------------------------------------- 1 |

Teammate Updated

2 |
Teammate has been updated.
3 | -------------------------------------------------------------------------------- /public/application/views/user/xhr_permission_submit.php: -------------------------------------------------------------------------------- 1 |

User Permissions Updated

2 |
Permission has been updated.
-------------------------------------------------------------------------------- /public/application/views/user/xhr_pref_edit_submit.php: -------------------------------------------------------------------------------- 1 |

Preferences Updated

2 |
Preferences have been saved. For some settings to take effect the application interface will need to be reloaded.
3 | -------------------------------------------------------------------------------- /public/application/views/user/xhr_toolbar_admin.php: -------------------------------------------------------------------------------- 1 |
2 | Usersuser->create) { ?>Add New Teammate 3 |
-------------------------------------------------------------------------------- /public/application/views/usergroup/xhr_add.php: -------------------------------------------------------------------------------- 1 |

Add User Group

2 |
3 | 4 | 5 | 6 | 7 |
Name
Notes
 
8 |
9 | 12 | -------------------------------------------------------------------------------- /public/application/views/usergroup/xhr_add_submit.php: -------------------------------------------------------------------------------- 1 |

User Group Added

2 |
3 | -------------------------------------------------------------------------------- /public/application/views/usergroup/xhr_delete.php: -------------------------------------------------------------------------------- 1 |

Delete User Group:

2 |
3 | Are you sure you would like to delete your User Group ?
4 | Delete User Group 5 | | Cancel 6 |
-------------------------------------------------------------------------------- /public/application/views/usergroup/xhr_delete_submit.php: -------------------------------------------------------------------------------- 1 |

User Group Deleted

2 |
3 | -------------------------------------------------------------------------------- /public/application/views/usergroup/xhr_edit.php: -------------------------------------------------------------------------------- 1 |

Edit User Group:

2 |
3 | 4 | 5 | 6 | 7 |
Name
Notes
 
8 |
9 | 12 | -------------------------------------------------------------------------------- /public/application/views/usergroup/xhr_edit_submit.php: -------------------------------------------------------------------------------- 1 |

User Group Updated

2 |
User Group has been updated.
3 | -------------------------------------------------------------------------------- /public/application/views/worktype/xhr_add.php: -------------------------------------------------------------------------------- 1 |

Add Work Type

2 |
3 | 4 | 5 | 6 | 7 | 8 |
Name
Hourly Rate
Notes
 
9 |
10 | 13 | -------------------------------------------------------------------------------- /public/application/views/worktype/xhr_add_submit.php: -------------------------------------------------------------------------------- 1 |

Work Type Added

2 |
3 | -------------------------------------------------------------------------------- /public/application/views/worktype/xhr_delete.php: -------------------------------------------------------------------------------- 1 |

Delete Work Type:

2 |
3 | Are you sure you would like to delete your Work Type ?
4 | This will delete all of your time segments using this Work Type!
5 | Delete Work Type 6 | | Cancel 7 |
-------------------------------------------------------------------------------- /public/application/views/worktype/xhr_delete_submit.php: -------------------------------------------------------------------------------- 1 |

Work Type Deleted

2 |
3 | -------------------------------------------------------------------------------- /public/application/views/worktype/xhr_edit.php: -------------------------------------------------------------------------------- 1 |

Edit Work Type:

2 |
3 | 4 | 5 | 6 | 7 | 8 |
Name
Hourly Rate
Notes
 
9 |
10 | 13 | -------------------------------------------------------------------------------- /public/application/views/worktype/xhr_edit_submit.php: -------------------------------------------------------------------------------- 1 |

Work Type Updated

2 |
Work Type has been updated.
3 | -------------------------------------------------------------------------------- /public/application/views/xhr_error.php: -------------------------------------------------------------------------------- 1 |
2 | 10 |
-------------------------------------------------------------------------------- /public/application/views/xhr_updates.php: -------------------------------------------------------------------------------- 1 |

NeoInvoice Updates

2 | \n"; 5 | echo "

{$update['title']}

\n"; 6 | echo "

" . date("F j, Y", strtotime($update['date'])) . "

\n"; 7 | echo "

" . nl2br($update['content']) . "

\n"; 8 | echo "
\n"; 9 | } -------------------------------------------------------------------------------- /public/assets/.htaccess: -------------------------------------------------------------------------------- 1 | AddType text/plain .pl .cgi .php .php3 .php4 .php5 -------------------------------------------------------------------------------- /public/assets/logos/placeholder: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/assets/logos/placeholder -------------------------------------------------------------------------------- /public/css/application-iframe.css: -------------------------------------------------------------------------------- 1 | body { 2 | font-family: arial, sans-serif; 3 | font-size: 12px; 4 | color: #333; 5 | padding: 10px; 6 | } 7 | 8 | .error, 9 | .notice, 10 | .success { padding: 8px; margin-bottom: 10px; border: 2px solid #ddd; } 11 | .error a, 12 | .notice a, 13 | .success a { text-decoration: underline; } 14 | .error { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; } 15 | .notice { background: #FFF6BF; color: #817134; border-color: #FFD324; } 16 | .success { background: #E6EFC2; color: #529214; border-color: #C6D880; } 17 | .error a { color: #D12F19; } 18 | .notice a { color: #817134; } 19 | .success a { color: #529214; } -------------------------------------------------------------------------------- /public/css/reset.css: -------------------------------------------------------------------------------- 1 | body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 2 | margin:0; 3 | padding:0; 4 | } 5 | table { 6 | border-collapse:collapse; 7 | border-spacing:0; 8 | } 9 | fieldset,img { 10 | border:0; 11 | } 12 | address,caption,cite,code,dfn,em,strong,th,var { 13 | font-style:normal; 14 | font-weight:normal; 15 | } 16 | ol,ul { 17 | list-style:none; 18 | } 19 | caption,th { 20 | text-align:left; 21 | } 22 | h1,h2,h3,h4,h5,h6 { 23 | font-size:100%; 24 | font-weight:normal; 25 | } 26 | q:before,q:after { 27 | content:''; 28 | } 29 | abbr,acronym { border:0; 30 | } 31 | -------------------------------------------------------------------------------- /public/docs/.htaccess: -------------------------------------------------------------------------------- 1 | 2 | # BEGIN WordPress 3 | 4 | RewriteEngine On 5 | RewriteCond %{REQUEST_FILENAME} !-f 6 | RewriteCond %{REQUEST_FILENAME} !-d 7 | RewriteRule . index.php [L] 8 | 9 | 10 | # END WordPress 11 | -------------------------------------------------------------------------------- /public/docs/README.md: -------------------------------------------------------------------------------- 1 | Wordpress 2 | = 3 | 4 | In this directory you'll want to install wordpress. Also, install the database 5 | along-side the normal database, prefixing each table with wp_. This will allow 6 | the wordpress_model.php file to read the recent entries in the updates category. 7 | 8 | This is of course entirely optional. 9 | -------------------------------------------------------------------------------- /public/downloads/NeoInvoice.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/downloads/NeoInvoice.zip -------------------------------------------------------------------------------- /public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/favicon.ico -------------------------------------------------------------------------------- /public/ie6update/images/close-over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/ie6update/images/close-over.png -------------------------------------------------------------------------------- /public/ie6update/images/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/ie6update/images/close.png -------------------------------------------------------------------------------- /public/ie6update/images/icon-over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/ie6update/images/icon-over.png -------------------------------------------------------------------------------- /public/ie6update/images/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/ie6update/images/icon.png -------------------------------------------------------------------------------- /public/images/ad-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/ad-125.png -------------------------------------------------------------------------------- /public/images/black25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/black25.png -------------------------------------------------------------------------------- /public/images/black50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/black50.png -------------------------------------------------------------------------------- /public/images/black75.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/black75.png -------------------------------------------------------------------------------- /public/images/bullet-content.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/bullet-content.png -------------------------------------------------------------------------------- /public/images/bullet-footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/bullet-footer.png -------------------------------------------------------------------------------- /public/images/button-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/button-hover.png -------------------------------------------------------------------------------- /public/images/button-ni-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/button-ni-1.png -------------------------------------------------------------------------------- /public/images/button-ni-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/button-ni-2.png -------------------------------------------------------------------------------- /public/images/button-ni-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/button-ni-3.png -------------------------------------------------------------------------------- /public/images/button-ni-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/button-ni-4.png -------------------------------------------------------------------------------- /public/images/button-ni-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/button-ni-5.png -------------------------------------------------------------------------------- /public/images/button-press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/button-press.png -------------------------------------------------------------------------------- /public/images/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/button.png -------------------------------------------------------------------------------- /public/images/calendar/calendar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/calendar/calendar.gif -------------------------------------------------------------------------------- /public/images/calendar/default/arrow-left-hover-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/calendar/default/arrow-left-hover-blue.png -------------------------------------------------------------------------------- /public/images/calendar/default/arrow-left-hover-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/calendar/default/arrow-left-hover-green.png -------------------------------------------------------------------------------- /public/images/calendar/default/arrow-left-hover-red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/calendar/default/arrow-left-hover-red.png -------------------------------------------------------------------------------- /public/images/calendar/default/arrow-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/calendar/default/arrow-left.png -------------------------------------------------------------------------------- /public/images/calendar/default/arrow-right-hover-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/calendar/default/arrow-right-hover-blue.png -------------------------------------------------------------------------------- /public/images/calendar/default/arrow-right-hover-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/calendar/default/arrow-right-hover-green.png -------------------------------------------------------------------------------- /public/images/calendar/default/arrow-right-hover-red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/calendar/default/arrow-right-hover-red.png -------------------------------------------------------------------------------- /public/images/calendar/default/arrow-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/calendar/default/arrow-right.png -------------------------------------------------------------------------------- /public/images/calendar/default/background.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/calendar/default/background.gif -------------------------------------------------------------------------------- /public/images/calendar/default/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/calendar/default/background.png -------------------------------------------------------------------------------- /public/images/calendar/default/footer-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/calendar/default/footer-blue.png -------------------------------------------------------------------------------- /public/images/calendar/default/footer-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/calendar/default/footer-green.png -------------------------------------------------------------------------------- /public/images/calendar/default/footer-red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/calendar/default/footer-red.png -------------------------------------------------------------------------------- /public/images/calendar/osx-dashboard/arrow-left-hover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/calendar/osx-dashboard/arrow-left-hover.gif -------------------------------------------------------------------------------- /public/images/calendar/osx-dashboard/arrow-left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/calendar/osx-dashboard/arrow-left.gif -------------------------------------------------------------------------------- /public/images/calendar/osx-dashboard/arrow-right-hover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/calendar/osx-dashboard/arrow-right-hover.gif -------------------------------------------------------------------------------- /public/images/calendar/osx-dashboard/arrow-right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/calendar/osx-dashboard/arrow-right.gif -------------------------------------------------------------------------------- /public/images/calendar/osx-dashboard/background.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/calendar/osx-dashboard/background.gif -------------------------------------------------------------------------------- /public/images/calendar/osx-dashboard/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/calendar/osx-dashboard/background.png -------------------------------------------------------------------------------- /public/images/calendar/shading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/calendar/shading.png -------------------------------------------------------------------------------- /public/images/calendar/vista/arrow-left-hover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/calendar/vista/arrow-left-hover.gif -------------------------------------------------------------------------------- /public/images/calendar/vista/arrow-left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/calendar/vista/arrow-left.gif -------------------------------------------------------------------------------- /public/images/calendar/vista/arrow-right-hover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/calendar/vista/arrow-right-hover.gif -------------------------------------------------------------------------------- /public/images/calendar/vista/arrow-right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/calendar/vista/arrow-right.gif -------------------------------------------------------------------------------- /public/images/calendar/vista/background.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/calendar/vista/background.gif -------------------------------------------------------------------------------- /public/images/calendar/vista/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/calendar/vista/background.png -------------------------------------------------------------------------------- /public/images/calendar/vista/day.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/calendar/vista/day.gif -------------------------------------------------------------------------------- /public/images/calendar/vista/year-decade.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/calendar/vista/year-decade.gif -------------------------------------------------------------------------------- /public/images/callout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/callout.jpg -------------------------------------------------------------------------------- /public/images/contact.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/contact.jpg -------------------------------------------------------------------------------- /public/images/content-wrapper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/content-wrapper.png -------------------------------------------------------------------------------- /public/images/dashboard-widget.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/dashboard-widget.png -------------------------------------------------------------------------------- /public/images/divider.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/divider.gif -------------------------------------------------------------------------------- /public/images/docs-content-wrapper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/docs-content-wrapper.png -------------------------------------------------------------------------------- /public/images/docs-promo-bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/docs-promo-bar.png -------------------------------------------------------------------------------- /public/images/email_footer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/email_footer.jpg -------------------------------------------------------------------------------- /public/images/features.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/features.jpg -------------------------------------------------------------------------------- /public/images/features.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/features.png -------------------------------------------------------------------------------- /public/images/footer-wrapper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/footer-wrapper.png -------------------------------------------------------------------------------- /public/images/footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/footer.png -------------------------------------------------------------------------------- /public/images/getting-started-video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/getting-started-video.png -------------------------------------------------------------------------------- /public/images/header-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/header-background.png -------------------------------------------------------------------------------- /public/images/header-bar-dev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/header-bar-dev.png -------------------------------------------------------------------------------- /public/images/header-bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/header-bar.png -------------------------------------------------------------------------------- /public/images/header-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/header-logo.png -------------------------------------------------------------------------------- /public/images/icon_48_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icon_48_hover.png -------------------------------------------------------------------------------- /public/images/icons/48/add_client.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/48/add_client.png -------------------------------------------------------------------------------- /public/images/icons/48/add_expense.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/48/add_expense.png -------------------------------------------------------------------------------- /public/images/icons/48/add_project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/48/add_project.png -------------------------------------------------------------------------------- /public/images/icons/48/add_segment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/48/add_segment.png -------------------------------------------------------------------------------- /public/images/icons/48/add_ticket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/48/add_ticket.png -------------------------------------------------------------------------------- /public/images/icons/48/add_user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/48/add_user.png -------------------------------------------------------------------------------- /public/images/icons/48/home-calc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/48/home-calc.png -------------------------------------------------------------------------------- /public/images/icons/48/home-german.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/48/home-german.png -------------------------------------------------------------------------------- /public/images/icons/48/home-mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/48/home-mail.png -------------------------------------------------------------------------------- /public/images/icons/48/home-mobile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/48/home-mobile.png -------------------------------------------------------------------------------- /public/images/icons/48/home-permissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/48/home-permissions.png -------------------------------------------------------------------------------- /public/images/icons/48/home-storage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/48/home-storage.png -------------------------------------------------------------------------------- /public/images/icons/48/home-team.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/48/home-team.png -------------------------------------------------------------------------------- /public/images/icons/48/home-track.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/48/home-track.png -------------------------------------------------------------------------------- /public/images/icons/48/invoice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/48/invoice.png -------------------------------------------------------------------------------- /public/images/icons/48/logout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/48/logout.png -------------------------------------------------------------------------------- /public/images/icons/48/payment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/48/payment.png -------------------------------------------------------------------------------- /public/images/icons/48/pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/48/pdf.png -------------------------------------------------------------------------------- /public/images/icons/48/preferences.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/48/preferences.png -------------------------------------------------------------------------------- /public/images/icons/48/quickstart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/48/quickstart.png -------------------------------------------------------------------------------- /public/images/icons/48/reports.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/48/reports.png -------------------------------------------------------------------------------- /public/images/icons/48/rss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/48/rss.png -------------------------------------------------------------------------------- /public/images/icons/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/arrow.png -------------------------------------------------------------------------------- /public/images/icons/client.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/client.png -------------------------------------------------------------------------------- /public/images/icons/client_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/client_add.png -------------------------------------------------------------------------------- /public/images/icons/client_add_old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/client_add_old.png -------------------------------------------------------------------------------- /public/images/icons/client_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/client_delete.png -------------------------------------------------------------------------------- /public/images/icons/client_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/client_edit.png -------------------------------------------------------------------------------- /public/images/icons/dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/dashboard.png -------------------------------------------------------------------------------- /public/images/icons/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/delete.png -------------------------------------------------------------------------------- /public/images/icons/delete_company.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/delete_company.png -------------------------------------------------------------------------------- /public/images/icons/delete_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/delete_small.png -------------------------------------------------------------------------------- /public/images/icons/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/edit.png -------------------------------------------------------------------------------- /public/images/icons/edit_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/edit_small.png -------------------------------------------------------------------------------- /public/images/icons/email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/email.png -------------------------------------------------------------------------------- /public/images/icons/email_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/email_small.png -------------------------------------------------------------------------------- /public/images/icons/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/home.png -------------------------------------------------------------------------------- /public/images/icons/invoice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/invoice.png -------------------------------------------------------------------------------- /public/images/icons/invoice_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/invoice_add.png -------------------------------------------------------------------------------- /public/images/icons/invoice_browse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/invoice_browse.png -------------------------------------------------------------------------------- /public/images/icons/invoice_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/invoice_delete.png -------------------------------------------------------------------------------- /public/images/icons/invoice_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/invoice_edit.png -------------------------------------------------------------------------------- /public/images/icons/invoice_outstanding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/invoice_outstanding.png -------------------------------------------------------------------------------- /public/images/icons/logout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/logout.png -------------------------------------------------------------------------------- /public/images/icons/money_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/money_small.png -------------------------------------------------------------------------------- /public/images/icons/motd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/motd.png -------------------------------------------------------------------------------- /public/images/icons/pdf-icon-12x12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/pdf-icon-12x12.gif -------------------------------------------------------------------------------- /public/images/icons/pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/pdf.png -------------------------------------------------------------------------------- /public/images/icons/pdf_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/pdf_small.png -------------------------------------------------------------------------------- /public/images/icons/permission.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/permission.png -------------------------------------------------------------------------------- /public/images/icons/preferences.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/preferences.png -------------------------------------------------------------------------------- /public/images/icons/project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/project.png -------------------------------------------------------------------------------- /public/images/icons/project_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/project_add.png -------------------------------------------------------------------------------- /public/images/icons/project_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/project_delete.png -------------------------------------------------------------------------------- /public/images/icons/project_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/project_edit.png -------------------------------------------------------------------------------- /public/images/icons/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/refresh.png -------------------------------------------------------------------------------- /public/images/icons/rss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/rss.png -------------------------------------------------------------------------------- /public/images/icons/segment_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/segment_add.png -------------------------------------------------------------------------------- /public/images/icons/ticket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/ticket.png -------------------------------------------------------------------------------- /public/images/icons/ticket_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/ticket_add.png -------------------------------------------------------------------------------- /public/images/icons/ticket_browse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/ticket_browse.png -------------------------------------------------------------------------------- /public/images/icons/ticket_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/ticket_delete.png -------------------------------------------------------------------------------- /public/images/icons/ticket_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/ticket_edit.png -------------------------------------------------------------------------------- /public/images/icons/unassign_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/unassign_small.png -------------------------------------------------------------------------------- /public/images/icons/upgrade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/upgrade.png -------------------------------------------------------------------------------- /public/images/icons/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/user.png -------------------------------------------------------------------------------- /public/images/icons/user_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/user_add.png -------------------------------------------------------------------------------- /public/images/icons/user_browse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/user_browse.png -------------------------------------------------------------------------------- /public/images/icons/user_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/user_delete.png -------------------------------------------------------------------------------- /public/images/icons/user_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/user_edit.png -------------------------------------------------------------------------------- /public/images/icons/users.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/users.png -------------------------------------------------------------------------------- /public/images/icons/windows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/windows.png -------------------------------------------------------------------------------- /public/images/icons/worktype_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/worktype_add.png -------------------------------------------------------------------------------- /public/images/icons/worktypes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/icons/worktypes.png -------------------------------------------------------------------------------- /public/images/login-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/login-left.png -------------------------------------------------------------------------------- /public/images/login-right-forgot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/login-right-forgot.png -------------------------------------------------------------------------------- /public/images/login-right-help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/login-right-help.png -------------------------------------------------------------------------------- /public/images/login-right-signup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/login-right-signup.png -------------------------------------------------------------------------------- /public/images/login-right-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/login-right-top.png -------------------------------------------------------------------------------- /public/images/login_form.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/login_form.png -------------------------------------------------------------------------------- /public/images/mobile/pinstripe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/mobile/pinstripe.png -------------------------------------------------------------------------------- /public/images/pricing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/pricing.png -------------------------------------------------------------------------------- /public/images/register-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/register-1.png -------------------------------------------------------------------------------- /public/images/register-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/register-2.png -------------------------------------------------------------------------------- /public/images/register-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/register-3.png -------------------------------------------------------------------------------- /public/images/register-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/register-4.png -------------------------------------------------------------------------------- /public/images/register-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/register-5.png -------------------------------------------------------------------------------- /public/images/register-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/register-6.png -------------------------------------------------------------------------------- /public/images/register-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/register-7.png -------------------------------------------------------------------------------- /public/images/register-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/register-8.png -------------------------------------------------------------------------------- /public/images/register-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/register-9.png -------------------------------------------------------------------------------- /public/images/register-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/register-bg.png -------------------------------------------------------------------------------- /public/images/register.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/register.png -------------------------------------------------------------------------------- /public/images/screenshot-hero-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/screenshot-hero-1.jpg -------------------------------------------------------------------------------- /public/images/screenshot-hero-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/screenshot-hero-2.jpg -------------------------------------------------------------------------------- /public/images/screenshot-hero-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/screenshot-hero-3.jpg -------------------------------------------------------------------------------- /public/images/screenshot-hero-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/screenshot-hero-4.jpg -------------------------------------------------------------------------------- /public/images/site-thumbnail.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/site-thumbnail.jpg -------------------------------------------------------------------------------- /public/images/spacer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/spacer.gif -------------------------------------------------------------------------------- /public/images/splash-wrapper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/splash-wrapper.png -------------------------------------------------------------------------------- /public/images/splash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/splash.jpg -------------------------------------------------------------------------------- /public/images/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/splash.png -------------------------------------------------------------------------------- /public/images/white25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/white25.png -------------------------------------------------------------------------------- /public/images/white50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/white50.png -------------------------------------------------------------------------------- /public/images/white75.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/images/white75.png -------------------------------------------------------------------------------- /public/pictures/ad_250x250.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/pictures/ad_250x250.jpg -------------------------------------------------------------------------------- /public/pictures/screenshot-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/pictures/screenshot-1.jpg -------------------------------------------------------------------------------- /public/pictures/screenshot-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/pictures/screenshot-2.jpg -------------------------------------------------------------------------------- /public/plugins/Fx.Morpher/css/style.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | /* CSS Document */ 3 | 4 | #animation { 5 | position: relative; 6 | margin: 15px; 7 | width: 300px; 8 | height: 300px; 9 | } 10 | 11 | #canvasPath { 12 | position: absolute; 13 | z-index: 1000; 14 | width: 300px; 15 | height: 300px; 16 | } 17 | 18 | #sprite { 19 | position: absolute; 20 | z-index: 1000; 21 | width: 10px; 22 | height: 10px; 23 | } 24 | -------------------------------------------------------------------------------- /public/plugins/Fx.Morpher/example.html: -------------------------------------------------------------------------------- 1 |
2 | -------------------------------------------------------------------------------- /public/plugins/Fx.Morpher/index.html: -------------------------------------------------------------------------------- 1 |

Documentation

2 |

Fx.Morpher + Fx.Path: Morph on Steroids

3 | 4 |

Helpful Tools

5 | 8 | -------------------------------------------------------------------------------- /public/plugins/accordian/css/style.css: -------------------------------------------------------------------------------- 1 | /* Accordian */ 2 | 3 | .accordianWrapper { 4 | padding: 0; 5 | /* background: #f00; Uncomment this if you want to change the background of the accordian sections. */ 6 | } 7 | 8 | .accordianToggler { 9 | margin: 0; 10 | padding: 6px 10px; 11 | background: #f1f1f1 url(../../../themes/default/images/bg-panel-header.gif) repeat-x; 12 | font-size: 12px; 13 | cursor: pointer; 14 | border-top: 1px solid #e3e3e3; 15 | } 16 | 17 | .topToggler { 18 | border-top: none; 19 | } 20 | 21 | .accordianToggler.open { 22 | /* background: #f00; Uncomment this if you want to change the background of the open section's header */ 23 | } 24 | 25 | .accordianContent { 26 | padding: 10px 10px 5px 10px; 27 | } 28 | -------------------------------------------------------------------------------- /public/plugins/calendar/example.html: -------------------------------------------------------------------------------- 1 |
2 |
3 | Default styling 4 | 5 | 6 |
7 |
8 | 9 |

Documentation

10 | 11 | -------------------------------------------------------------------------------- /public/plugins/calendar/images/calendar-hilite.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/plugins/calendar/images/calendar-hilite.gif -------------------------------------------------------------------------------- /public/plugins/calendar/images/calendar-icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/plugins/calendar/images/calendar-icon.gif -------------------------------------------------------------------------------- /public/plugins/calendar/images/calendar-next.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/plugins/calendar/images/calendar-next.gif -------------------------------------------------------------------------------- /public/plugins/calendar/images/calendar-prev.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/plugins/calendar/images/calendar-prev.gif -------------------------------------------------------------------------------- /public/plugins/calendar/images/calendar-td.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/plugins/calendar/images/calendar-td.gif -------------------------------------------------------------------------------- /public/plugins/calendar/images/calendar-valid.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/plugins/calendar/images/calendar-valid.gif -------------------------------------------------------------------------------- /public/plugins/calendar/images/calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/plugins/calendar/images/calendar.png -------------------------------------------------------------------------------- /public/plugins/coolclock/index.html: -------------------------------------------------------------------------------- 1 | 7 | 8 |
IE Fix
9 | 10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /public/plugins/parametrics/images/knob.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/plugins/parametrics/images/knob.gif -------------------------------------------------------------------------------- /public/plugins/parametrics/images/slider-area.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/plugins/parametrics/images/slider-area.gif -------------------------------------------------------------------------------- /public/plugins/parametrics/index.html: -------------------------------------------------------------------------------- 1 |
2 |
Corner Radius: 0
3 |
4 |
5 |
6 |
7 |
8 |
9 | 10 |
11 |
Shadow Blur: 0
12 |
13 |
14 |
15 |
16 |
17 |
-------------------------------------------------------------------------------- /public/plugins/tree/css/style.css: -------------------------------------------------------------------------------- 1 | /* Folder Tree */ 2 | 3 | .tree { 4 | font-size: 11px; 5 | line-height: 15px; 6 | margin: 0 0 10px 0; 7 | } 8 | 9 | .tree ul { 10 | margin: 0; 11 | } 12 | 13 | .tree li { 14 | list-style-type: none; 15 | white-space: nowrap; 16 | } 17 | 18 | .tree li img { 19 | vertical-align: middle; 20 | overflow: hidden; 21 | margin-left: 2px; 22 | } 23 | 24 | .tree li span { 25 | padding-left: 2px; 26 | } 27 | -------------------------------------------------------------------------------- /public/plugins/tree/images/Fminus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/plugins/tree/images/Fminus.gif -------------------------------------------------------------------------------- /public/plugins/tree/images/Fplus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/plugins/tree/images/Fplus.gif -------------------------------------------------------------------------------- /public/plugins/tree/images/I.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/plugins/tree/images/I.gif -------------------------------------------------------------------------------- /public/plugins/tree/images/L.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/plugins/tree/images/L.gif -------------------------------------------------------------------------------- /public/plugins/tree/images/Lminus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/plugins/tree/images/Lminus.gif -------------------------------------------------------------------------------- /public/plugins/tree/images/Lplus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/plugins/tree/images/Lplus.gif -------------------------------------------------------------------------------- /public/plugins/tree/images/Rminus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/plugins/tree/images/Rminus.gif -------------------------------------------------------------------------------- /public/plugins/tree/images/Rplus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/plugins/tree/images/Rplus.gif -------------------------------------------------------------------------------- /public/plugins/tree/images/T.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/plugins/tree/images/T.gif -------------------------------------------------------------------------------- /public/plugins/tree/images/Tminus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/plugins/tree/images/Tminus.gif -------------------------------------------------------------------------------- /public/plugins/tree/images/Tplus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/plugins/tree/images/Tplus.gif -------------------------------------------------------------------------------- /public/plugins/tree/images/_closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/plugins/tree/images/_closed.png -------------------------------------------------------------------------------- /public/plugins/tree/images/_doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/plugins/tree/images/_doc.png -------------------------------------------------------------------------------- /public/plugins/tree/images/_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/plugins/tree/images/_open.png -------------------------------------------------------------------------------- /public/plugins/tree/images/minus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/plugins/tree/images/minus.gif -------------------------------------------------------------------------------- /public/plugins/tree/images/plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/plugins/tree/images/plus.gif -------------------------------------------------------------------------------- /public/plugins/tree/images/spacer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/plugins/tree/images/spacer.gif -------------------------------------------------------------------------------- /public/plugins/windowform/css/style.css: -------------------------------------------------------------------------------- 1 | /* Window Builder Form Elements */ 2 | 3 | #newWindowForm .form { 4 | padding: 0 0 10px 10px; 5 | } 6 | 7 | #newWindowForm { 8 | width: 320px; 9 | } 10 | 11 | #newWindowForm .input { 12 | width: 225px; 13 | } 14 | 15 | #desktop textarea { 16 | width: 225px; 17 | height: 60px; 18 | } 19 | 20 | #desktop .formLabel { 21 | float: left; 22 | text-align: right; 23 | width: 80px; 24 | margin: 0 0 8px 0; 25 | font-weight: bold; 26 | } 27 | 28 | #desktop .label { 29 | font-size: 11px; 30 | font-weight: bold; 31 | padding-bottom: 2px; 32 | } 33 | 34 | #desktop .formField { 35 | float: right; 36 | padding: 0 0 0 0; 37 | width: 230px; 38 | } 39 | 40 | #newWindowForm form .number { 41 | width: 40px; 42 | } 43 | 44 | -------------------------------------------------------------------------------- /public/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: /app/ 3 | Disallow: /client/ 4 | Disallow: /company/ 5 | Disallow: /invoice/ 6 | Disallow: /project/ 7 | Disallow: /segment/ 8 | Disallow: /user/ 9 | Disallow: /worktype/ -------------------------------------------------------------------------------- /public/scripts/ajax.form.php: -------------------------------------------------------------------------------- 1 |
2 | ".print_r($_POST, true).""; 4 | ?> 5 |
-------------------------------------------------------------------------------- /public/scripts/calendar-eightysix-v1.1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/scripts/calendar-eightysix-v1.1.js -------------------------------------------------------------------------------- /public/scripts/facebox/README.txt: -------------------------------------------------------------------------------- 1 | Please visit http://famspam.com/facebox/ or open index.html in your favorite browser. 2 | 3 | Need help? Join our Google Groups mailing list: 4 | http://groups.google.com/group/facebox/ 5 | -------------------------------------------------------------------------------- /public/scripts/facebox/b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/scripts/facebox/b.png -------------------------------------------------------------------------------- /public/scripts/facebox/bl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/scripts/facebox/bl.png -------------------------------------------------------------------------------- /public/scripts/facebox/br.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/scripts/facebox/br.png -------------------------------------------------------------------------------- /public/scripts/facebox/closelabel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/scripts/facebox/closelabel.gif -------------------------------------------------------------------------------- /public/scripts/facebox/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/scripts/facebox/loading.gif -------------------------------------------------------------------------------- /public/scripts/facebox/shadow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/scripts/facebox/shadow.gif -------------------------------------------------------------------------------- /public/scripts/facebox/tl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/scripts/facebox/tl.png -------------------------------------------------------------------------------- /public/scripts/facebox/tr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/scripts/facebox/tr.png -------------------------------------------------------------------------------- /public/scripts/slider.js: -------------------------------------------------------------------------------- 1 | var niScrollerInterval = 12, 2 | niCurrentIndex = 1, 3 | niScrollerTime = 0.5, 4 | niScrollerHandle; 5 | 6 | $(document).ready(function () { 7 | $('#ni-slider ul a[rel]').click(function () { 8 | clearInterval(niScrollerHandle); 9 | niHandleSelection(this); 10 | return false; 11 | }); 12 | niScrollerHandle = setInterval("cyclePanels()", niScrollerInterval * 1000); 13 | }); 14 | 15 | function niHandleSelection(link) { 16 | $('#ni-slider ul a').removeClass('active'); 17 | $(link).addClass('active'); 18 | $('#splash').scrollTo($(link).attr('rel'), niScrollerTime * 1000); 19 | } 20 | 21 | function cyclePanels() { 22 | niCurrentIndex++; 23 | if (niCurrentIndex > 4) { 24 | niCurrentIndex = 1; 25 | } 26 | niHandleSelection($('#panel-trigger-' + niCurrentIndex)); 27 | } -------------------------------------------------------------------------------- /public/static/about.htm: -------------------------------------------------------------------------------- 1 |

About NeoInvoice

2 |

NeoInvoice is copyright 2010 Renowned Media.

3 |

This application makes use of several open source technologies, including the following: 4 |

13 | -------------------------------------------------------------------------------- /public/static/gettingstarted.htm: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 |
NeoInvoice: Overview / Getting Started Video
-------------------------------------------------------------------------------- /public/static/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /public/static/privacy.htm: -------------------------------------------------------------------------------- 1 |

Privacy Policy

2 |

We promise to never sell or disclose any personally identifiable information. 3 | We may release occasional statistics aggregated from many of our users, but 4 | never anything regarding a single person.

-------------------------------------------------------------------------------- /public/static/xhr_detail_panel_toolbar.htm: -------------------------------------------------------------------------------- 1 |
2 | Subscribe to UpdatesNeoInvoice Updates 3 |
-------------------------------------------------------------------------------- /public/static/xhr_main_panel_toolbar.htm: -------------------------------------------------------------------------------- 1 |
2 | Record TimeDashboard 3 |
-------------------------------------------------------------------------------- /public/system/cache/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /public/system/codeigniter/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /public/system/database/drivers/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /public/system/database/drivers/mssql/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /public/system/database/drivers/mysql/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /public/system/database/drivers/mysqli/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /public/system/database/drivers/oci8/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /public/system/database/drivers/odbc/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /public/system/database/drivers/postgre/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /public/system/database/drivers/sqlite/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /public/system/database/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /public/system/fonts/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /public/system/fonts/texb.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/system/fonts/texb.ttf -------------------------------------------------------------------------------- /public/system/helpers/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /public/system/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /public/system/language/english/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /public/system/language/english/number_lang.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /public/system/language/french/number_lang.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /public/system/language/german/number_lang.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /public/system/language/spanish/form_validation_lang.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/system/language/spanish/form_validation_lang.php -------------------------------------------------------------------------------- /public/system/language/spanish/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 403 Forbidden 6 | 7 | 8 | 9 | 10 | 11 |

Directory access is forbidden.

12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /public/system/language/spanish/number_lang.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /public/system/logs/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /public/system/plugins/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /public/system/scaffolding/images/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/system/scaffolding/images/background.jpg -------------------------------------------------------------------------------- /public/system/scaffolding/images/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /public/system/scaffolding/images/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/system/scaffolding/images/logo.jpg -------------------------------------------------------------------------------- /public/system/scaffolding/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /public/system/scaffolding/views/delete.php: -------------------------------------------------------------------------------- 1 | load->view('header'); ?> 2 | 3 |

4 | 5 |

  |   6 | 7 | load->view('footer'); 8 | /* End of file delete.php */ 9 | /* Location: ./system/scaffolding/views/delete.php */ 10 | -------------------------------------------------------------------------------- /public/system/scaffolding/views/footer.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |

8 | 9 | 10 | -------------------------------------------------------------------------------- /public/system/scaffolding/views/header.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | <?php echo $title; ?> 6 | 7 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 27 | 28 |
29 |
-------------------------------------------------------------------------------- /public/system/scaffolding/views/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /public/system/scaffolding/views/no_data.php: -------------------------------------------------------------------------------- 1 | load->view('header'); ?> 2 | 3 |

4 |

5 | 6 | load->view('footer'); 7 | /* End of file no_data.php */ 8 | /* Location: ./system/scaffolding/views/no_data.php */ -------------------------------------------------------------------------------- /public/system/scaffolding/views/view.php: -------------------------------------------------------------------------------- 1 | load->view('header'); ?> 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | result() as $row): ?> 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 |
EditDelete
 $primary), $scaff_edit); ?> $primary), $scaff_delete); ?>$field);?>
22 | 23 | 24 | 25 | load->view('footer'); 26 | /* End of file view.php */ 27 | /* Location: ./system/scaffolding/views/view.php */ -------------------------------------------------------------------------------- /public/themes/charcoal/images/arrow-right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/charcoal/images/arrow-right.gif -------------------------------------------------------------------------------- /public/themes/charcoal/images/bg-dropdown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/charcoal/images/bg-dropdown.gif -------------------------------------------------------------------------------- /public/themes/charcoal/images/bg-handle-horizontal.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/charcoal/images/bg-handle-horizontal.gif -------------------------------------------------------------------------------- /public/themes/charcoal/images/bg-header.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/charcoal/images/bg-header.gif -------------------------------------------------------------------------------- /public/themes/charcoal/images/bg-panel-header.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/charcoal/images/bg-panel-header.gif -------------------------------------------------------------------------------- /public/themes/charcoal/images/collapse-expand.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/charcoal/images/collapse-expand.gif -------------------------------------------------------------------------------- /public/themes/charcoal/images/dock-tabs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/charcoal/images/dock-tabs.gif -------------------------------------------------------------------------------- /public/themes/charcoal/images/handle-icon-horizontal.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/charcoal/images/handle-icon-horizontal.gif -------------------------------------------------------------------------------- /public/themes/charcoal/images/handle-icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/charcoal/images/handle-icon.gif -------------------------------------------------------------------------------- /public/themes/charcoal/images/knob.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/charcoal/images/knob.gif -------------------------------------------------------------------------------- /public/themes/charcoal/images/logo-blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/charcoal/images/logo-blank.gif -------------------------------------------------------------------------------- /public/themes/charcoal/images/logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/charcoal/images/logo.gif -------------------------------------------------------------------------------- /public/themes/charcoal/images/spacer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/charcoal/images/spacer.gif -------------------------------------------------------------------------------- /public/themes/charcoal/images/spinner-placeholder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/charcoal/images/spinner-placeholder.gif -------------------------------------------------------------------------------- /public/themes/charcoal/images/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/charcoal/images/spinner.gif -------------------------------------------------------------------------------- /public/themes/charcoal/images/tabs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/charcoal/images/tabs.gif -------------------------------------------------------------------------------- /public/themes/charcoal/images/toolbox-divider.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/charcoal/images/toolbox-divider.gif -------------------------------------------------------------------------------- /public/themes/charcoal/images/toolbox-divider2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/charcoal/images/toolbox-divider2.gif -------------------------------------------------------------------------------- /public/themes/default/images/arrow-right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/default/images/arrow-right.gif -------------------------------------------------------------------------------- /public/themes/default/images/bg-dropdown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/default/images/bg-dropdown.gif -------------------------------------------------------------------------------- /public/themes/default/images/bg-handle-horizontal.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/default/images/bg-handle-horizontal.gif -------------------------------------------------------------------------------- /public/themes/default/images/bg-header.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/default/images/bg-header.gif -------------------------------------------------------------------------------- /public/themes/default/images/bg-panel-header.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/default/images/bg-panel-header.gif -------------------------------------------------------------------------------- /public/themes/default/images/collapse-expand.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/default/images/collapse-expand.gif -------------------------------------------------------------------------------- /public/themes/default/images/dock-tabs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/default/images/dock-tabs.gif -------------------------------------------------------------------------------- /public/themes/default/images/handle-icon-horizontal.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/default/images/handle-icon-horizontal.gif -------------------------------------------------------------------------------- /public/themes/default/images/handle-icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/default/images/handle-icon.gif -------------------------------------------------------------------------------- /public/themes/default/images/logo-blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/default/images/logo-blank.gif -------------------------------------------------------------------------------- /public/themes/default/images/logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/default/images/logo.gif -------------------------------------------------------------------------------- /public/themes/default/images/spacer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/default/images/spacer.gif -------------------------------------------------------------------------------- /public/themes/default/images/spinner-placeholder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/default/images/spinner-placeholder.gif -------------------------------------------------------------------------------- /public/themes/default/images/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/default/images/spinner.gif -------------------------------------------------------------------------------- /public/themes/default/images/tabs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/default/images/tabs.gif -------------------------------------------------------------------------------- /public/themes/default/images/toolbox-divider.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/default/images/toolbox-divider.gif -------------------------------------------------------------------------------- /public/themes/default/images/toolbox-divider2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/default/images/toolbox-divider2.gif -------------------------------------------------------------------------------- /public/themes/neoinvoice/images/arrow-right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/neoinvoice/images/arrow-right.gif -------------------------------------------------------------------------------- /public/themes/neoinvoice/images/bg-dropdown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/neoinvoice/images/bg-dropdown.gif -------------------------------------------------------------------------------- /public/themes/neoinvoice/images/bg-handle-horizontal.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/neoinvoice/images/bg-handle-horizontal.gif -------------------------------------------------------------------------------- /public/themes/neoinvoice/images/bg-panel-header.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/neoinvoice/images/bg-panel-header.gif -------------------------------------------------------------------------------- /public/themes/neoinvoice/images/collapse-expand.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/neoinvoice/images/collapse-expand.gif -------------------------------------------------------------------------------- /public/themes/neoinvoice/images/collapse-expand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/neoinvoice/images/collapse-expand.png -------------------------------------------------------------------------------- /public/themes/neoinvoice/images/dock-tabs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/neoinvoice/images/dock-tabs.gif -------------------------------------------------------------------------------- /public/themes/neoinvoice/images/handle-icon-horizontal.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/neoinvoice/images/handle-icon-horizontal.gif -------------------------------------------------------------------------------- /public/themes/neoinvoice/images/handle-icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/neoinvoice/images/handle-icon.gif -------------------------------------------------------------------------------- /public/themes/neoinvoice/images/spacer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/neoinvoice/images/spacer.gif -------------------------------------------------------------------------------- /public/themes/neoinvoice/images/spinner-placeholder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/neoinvoice/images/spinner-placeholder.gif -------------------------------------------------------------------------------- /public/themes/neoinvoice/images/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/neoinvoice/images/spinner.gif -------------------------------------------------------------------------------- /public/themes/neoinvoice/images/tabs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/neoinvoice/images/tabs.gif -------------------------------------------------------------------------------- /public/themes/neoinvoice/images/toolbox-divider.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/neoinvoice/images/toolbox-divider.gif -------------------------------------------------------------------------------- /public/themes/neoinvoice/images/toolbox-divider2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/public/themes/neoinvoice/images/toolbox-divider2.gif -------------------------------------------------------------------------------- /resources/.htaccess: -------------------------------------------------------------------------------- 1 | deny from all -------------------------------------------------------------------------------- /resources/NeoInvoice.wdgt/Default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/resources/NeoInvoice.wdgt/Default.png -------------------------------------------------------------------------------- /resources/NeoInvoice.wdgt/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/resources/NeoInvoice.wdgt/Icon.png -------------------------------------------------------------------------------- /resources/NeoInvoice.wdgt/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDisplayName 6 | NeoInvoice 7 | CFBundleIdentifier 8 | com.neoinvoice.punchcard 9 | CFBundleVersion 10 | 20110709 11 | CloseBoxInsetX 12 | 10 13 | CloseBoxInsetY 14 | 12 15 | MainHTML 16 | index.htm 17 | AllowNetworkAccess 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /resources/NeoInvoice.wdgt/README.md: -------------------------------------------------------------------------------- 1 | OS X Dashboard Widget 2 | = 3 | 4 | This is the code for the dashboard widget. I didn't realize Xcode made it easy 5 | to build widgets, so I built it from scratch. For more information on the methods 6 | used, check out this URL: 7 | 8 | http://thomashunter.name/blog/building-custom-os-x-dashboard-widgets/ 9 | -------------------------------------------------------------------------------- /resources/NeoInvoice.wdgt/cog_go.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/resources/NeoInvoice.wdgt/cog_go.png -------------------------------------------------------------------------------- /resources/NeoInvoice.wdgt/drawer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/resources/NeoInvoice.wdgt/drawer.png -------------------------------------------------------------------------------- /resources/README.md: -------------------------------------------------------------------------------- 1 | Resources 2 | = 3 | 4 | This is where I stick files which aren't really part of the app. 5 | Technically they shouldn't be a part of the git repo, but oh well. 6 | -------------------------------------------------------------------------------- /resources/cron.daily.task.txt: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | curl http://www.neoinvoice.com/tasks/daily 4 | -------------------------------------------------------------------------------- /resources/cron.weekly.task.txt: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | curl http://www.neoinvoice.com/tasks/weekly 4 | -------------------------------------------------------------------------------- /resources/docs-promo-bar.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/resources/docs-promo-bar.psd -------------------------------------------------------------------------------- /resources/footer.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/resources/footer.psd -------------------------------------------------------------------------------- /resources/header-bar.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/resources/header-bar.psd -------------------------------------------------------------------------------- /resources/hero-buttons.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/resources/hero-buttons.psd -------------------------------------------------------------------------------- /resources/neoinvoice-960gs.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/resources/neoinvoice-960gs.psd -------------------------------------------------------------------------------- /resources/old-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/resources/old-screenshot.png -------------------------------------------------------------------------------- /resources/register-button.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/resources/register-button.psd -------------------------------------------------------------------------------- /resources/register.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/resources/register.psd -------------------------------------------------------------------------------- /resources/tab_logo.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/resources/tab_logo.psd -------------------------------------------------------------------------------- /resources/translation.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/resources/translation.docx -------------------------------------------------------------------------------- /resources/widget-drawer.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlhunter/neoinvoice/25d63e6c2cf982ab0a768b25fb6e8d821582a7f9/resources/widget-drawer.psd --------------------------------------------------------------------------------