Updated the way invoice get incremented using settings next number with prefix instead of just adding 1 to the latest invoice

This commit is contained in:
johnny@pittpc.com
2019-08-12 12:54:16 -04:00
parent 90042531f2
commit 4427c7ab49
3 changed files with 23 additions and 12 deletions

View File

@@ -25,7 +25,7 @@
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-barcode"></i></span>
</div>
<input type="text" class="form-control" name="config_next_invoice_number" placeholder="Next Invoice Number" value="<?php echo $config_next_invoice_number; ?>" required>
<input type="text" class="form-control" name="config_invoice_next_number" placeholder="Next Invoice Number" value="<?php echo $config_invoice_next_number; ?>" required>
</div>
</div>