fearless359 / simpleinvoices

Fearless359 SimpleInvoices beyond great beginnings
https://simpleinvoices.group
GNU General Public License v3.0
28 stars 7 forks source link

Total Style Invoice does not save total or description #19

Closed johnanastasio17 closed 7 years ago

johnanastasio17 commented 7 years ago

Creating "total" style invoice: Invoice will save but does not record dollar amount of invoice (shows as $.00) and does not record text from item description. When it saves, it is saving itself as next invoice number (as it should). Same behavior when viewing invoice directly in myphpadmin

Database server Server: 127.0.0.1 via TCP/IP Server type: MariaDB Server version: 10.1.21-MariaDB - mariadb.org binary distribution Protocol version: 10 User: root@localhost Server charset: UTF-8 Unicode (utf8)

Web server Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/7.1.1 Database client version: libmysql - mysqlnd 5.0.12-dev - 20150407 - PHP extension: mysqliDocumentation curlDocumentation mbstringDocumentation PHP version: 7.1.1

phpMyAdmin Version information: 4.6.5.2

fearless359 commented 7 years ago

I can't upload the fix at this time, but if you make the changes to the three files shown in the attached images, you should be good to go. chg2 chg3 chg1

johnanastasio17 commented 7 years ago

Thank You, above worked perfectly.