PDF Order, Quote, and Invoice formatting. Line item narrative now replicates entered formatting like carriage returns and line feeds. Our company, deliver to, and company to now use functions to facilitate easier localization.
New design for the login screen incorporating logos in company dropdown list, and JS scrolling, GIF animation for waiting, ability to hide/show password
Changes to be committed:
companies/weberpdemo/Companies.php
companies/weberpdemo/logo.png
css/descending.png
css/eye.png
css/eyeshut.png
css/login.css
css/waiting.gif
css/weberp.png
includes/ConnectDB.inc
includes/Login.php
includes/session.php
javascripts/Login.js
Improvements to new login screen
Author: Brian Lloyd brian9961@protonmail.com
Changes to be committed:
css/ascending.png
css/login.css
css/weberpdemo.png
includes/Login.php
New and improved database upgrade system On branch master
Changes to be committed:
new file: Z_UpgradeDatabase.php
new file: css/dbupgrade.css
new file: css/next.png
modified: includes/GetConfig.php
new file: includes/UpgradeDB_mariadb.php
new file: includes/UpgradeDB_mysql.php
new file: includes/UpgradeDB_mysqli.php
new file: includes/UpgradeDB_postgres.php
modified: includes/session.php
new file: javascripts/DBUpgrade.js
new file: sql/updates/0.php
In PHP8 optional parameters being declared before required parameters is deprecated behaviour
On branch master
Changes to be committed:
modified: PDFPriceList.php
modified: PDFQuotation.php
modified: PrintCustOrder_generic.php
modified: PrintCustTrans.php
modified: includes/MiscFunctions.php
Fixes for select dropdowns in webkit browsers Changes to be committed:
modified: css/aguapop/header.css
modified: css/arc-dark/header.css
modified: css/default/header.css
modified: css/fluid/header.css
modified: css/fresh/header.css
modified: css/gel/header.css
New agents commission system as per the following wiki specification https://github.com/timschofield/webERP-svn/wiki/Commissions
Changes to be committed:
modified: CompanyPreferences.php
modified: ConfirmDispatch_Invoice.php
modified: Credit_Invoice.php
new file: SalesCommissionRates.php
new file: SalesCommissionReports.php
new file: SalesCommissionStatements.php
new file: SalesCommissionTypes.php
modified: SalesPeople.php
modified: Suppliers.php
modified: doc/Manual/ManualOutline.php
new file: doc/Manual/ManualSalesCommission.html
new file: includes/CommissionFunctions.php
modified: includes/MainMenuLinksArray.php
modified: includes/UpgradeDB_mysqli.php
new file: sql/updates/1.php
New dashboard system as per this specification https://github.com/timschofield/webERP-svn/wiki/Dashboard
Changes to be committed:
modified: Dashboard.php
new file: DashboardConfig.php
new file: css/WEBootstrap/styles.css
new file: css/aguapop-rtl/dashboard.css
modified: css/aguapop-rtl/styles.css
new file: css/aguapop/dashboard.css
modified: css/aguapop/styles.css
new file: css/arc-dark-rtl/dashboard.css
modified: css/arc-dark-rtl/styles.css
new file: css/arc-dark/dashboard.css
modified: css/arc-dark/styles.css
new file: css/default-rtl/dashboard.css
modified: css/default-rtl/styles.css
new file: css/default/dashboard.css
modified: css/default/styles.css
new file: css/fluid-rtl/dashboard.css
modified: css/fluid-rtl/styles.css
new file: css/fluid/dashboard.css
modified: css/fluid/styles.css
new file: css/fresh-rtl/dashboard.css
modified: css/fresh-rtl/styles.css
new file: css/fresh/dashboard.css
modified: css/fresh/styles.css
new file: css/gel-rtl/dashboard.css
modified: css/gel-rtl/styles.css
new file: css/gel/dashboard.css
modified: css/gel/styles.css
modified: css/mobile/styles.css
new file: css/professional-rtl/dashboard.css
modified: css/professional-rtl/styles.css
new file: css/professional/dashboard.css
modified: css/professional/styles.css
new file: css/silverwolf-rtl/dashboard.css
modified: css/silverwolf-rtl/styles.css
new file: css/silverwolf/dashboard.css
modified: css/silverwolf/styles.css
new file: css/wood-rtl/dashboard.css
modified: css/wood-rtl/styles.css
new file: css/wood/dashboard.css
modified: css/wood/styles.css
new file: css/xenos-rtl/dashboard.css
modified: css/xenos-rtl/styles.css
new file: css/xenos/dashboard.css
modified: css/xenos/styles.css
new file: dashboard/bank_trans.php
new file: dashboard/css/dashboard.css
new file: dashboard/customer_orders.php
new file: dashboard/javascript/dashboard.js
new file: dashboard/latest_grns.php
new file: dashboard/latest_po.php
new file: dashboard/latest_po_auth.php
new file: dashboard/latest_stock_status.php
new file: dashboard/mrp_dashboard.php
new file: dashboard/template.php
new file: dashboard/total_dashboard.php
new file: dashboard/unpaid_invoice.php
new file: dashboard/work_orders.php
new file: sql/updates/2.php
PDF Order, Quote, and Invoice formatting. Line item narrative now replicates entered formatting like carriage returns and line feeds. Our company, deliver to, and company to now use functions to facilitate easier localization.
New design for the login screen incorporating logos in company dropdown list, and JS scrolling, GIF animation for waiting, ability to hide/show password
Changes to be committed: companies/weberpdemo/Companies.php companies/weberpdemo/logo.png css/descending.png css/eye.png css/eyeshut.png css/login.css css/waiting.gif css/weberp.png includes/ConnectDB.inc includes/Login.php includes/session.php javascripts/Login.js
Improvements to new login screen Author: Brian Lloyd brian9961@protonmail.com Changes to be committed: css/ascending.png css/login.css css/weberpdemo.png includes/Login.php
New and improved database upgrade system On branch master Changes to be committed: new file: Z_UpgradeDatabase.php new file: css/dbupgrade.css new file: css/next.png modified: includes/GetConfig.php new file: includes/UpgradeDB_mariadb.php new file: includes/UpgradeDB_mysql.php new file: includes/UpgradeDB_mysqli.php new file: includes/UpgradeDB_postgres.php modified: includes/session.php new file: javascripts/DBUpgrade.js new file: sql/updates/0.php
In PHP8 optional parameters being declared before required parameters is deprecated behaviour On branch master Changes to be committed: modified: PDFPriceList.php modified: PDFQuotation.php modified: PrintCustOrder_generic.php modified: PrintCustTrans.php modified: includes/MiscFunctions.php
Fixes for select dropdowns in webkit browsers Changes to be committed: modified: css/aguapop/header.css modified: css/arc-dark/header.css modified: css/default/header.css modified: css/fluid/header.css modified: css/fresh/header.css modified: css/gel/header.css
New agents commission system as per the following wiki specification https://github.com/timschofield/webERP-svn/wiki/Commissions Changes to be committed: modified: CompanyPreferences.php modified: ConfirmDispatch_Invoice.php modified: Credit_Invoice.php new file: SalesCommissionRates.php new file: SalesCommissionReports.php new file: SalesCommissionStatements.php new file: SalesCommissionTypes.php modified: SalesPeople.php modified: Suppliers.php modified: doc/Manual/ManualOutline.php new file: doc/Manual/ManualSalesCommission.html new file: includes/CommissionFunctions.php modified: includes/MainMenuLinksArray.php modified: includes/UpgradeDB_mysqli.php new file: sql/updates/1.php
New dashboard system as per this specification https://github.com/timschofield/webERP-svn/wiki/Dashboard Changes to be committed: modified: Dashboard.php new file: DashboardConfig.php new file: css/WEBootstrap/styles.css new file: css/aguapop-rtl/dashboard.css modified: css/aguapop-rtl/styles.css new file: css/aguapop/dashboard.css modified: css/aguapop/styles.css new file: css/arc-dark-rtl/dashboard.css modified: css/arc-dark-rtl/styles.css new file: css/arc-dark/dashboard.css modified: css/arc-dark/styles.css new file: css/default-rtl/dashboard.css modified: css/default-rtl/styles.css new file: css/default/dashboard.css modified: css/default/styles.css new file: css/fluid-rtl/dashboard.css modified: css/fluid-rtl/styles.css new file: css/fluid/dashboard.css modified: css/fluid/styles.css new file: css/fresh-rtl/dashboard.css modified: css/fresh-rtl/styles.css new file: css/fresh/dashboard.css modified: css/fresh/styles.css new file: css/gel-rtl/dashboard.css modified: css/gel-rtl/styles.css new file: css/gel/dashboard.css modified: css/gel/styles.css modified: css/mobile/styles.css new file: css/professional-rtl/dashboard.css modified: css/professional-rtl/styles.css new file: css/professional/dashboard.css modified: css/professional/styles.css new file: css/silverwolf-rtl/dashboard.css modified: css/silverwolf-rtl/styles.css new file: css/silverwolf/dashboard.css modified: css/silverwolf/styles.css new file: css/wood-rtl/dashboard.css modified: css/wood-rtl/styles.css new file: css/wood/dashboard.css modified: css/wood/styles.css new file: css/xenos-rtl/dashboard.css modified: css/xenos-rtl/styles.css new file: css/xenos/dashboard.css modified: css/xenos/styles.css new file: dashboard/bank_trans.php new file: dashboard/css/dashboard.css new file: dashboard/customer_orders.php new file: dashboard/javascript/dashboard.js new file: dashboard/latest_grns.php new file: dashboard/latest_po.php new file: dashboard/latest_po_auth.php new file: dashboard/latest_stock_status.php new file: dashboard/mrp_dashboard.php new file: dashboard/template.php new file: dashboard/total_dashboard.php new file: dashboard/unpaid_invoice.php new file: dashboard/work_orders.php new file: sql/updates/2.php
Create LICENSE
Update README.md
Change the data input forms to use